GitHubKit 0.12.13__py3-none-any.whl → 0.12.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of GitHubKit might be problematic. Click here for more details.

Files changed (4827) hide show
  1. githubkit/__init__.py +1 -1
  2. githubkit/auth/app.py +14 -6
  3. githubkit/cache/base.py +11 -3
  4. githubkit/cache/redis.py +9 -6
  5. githubkit/config.py +7 -1
  6. githubkit/core.py +48 -18
  7. githubkit/github.py +7 -1
  8. githubkit/response.py +64 -1
  9. githubkit/rest/__init__.py +86 -14
  10. githubkit/typing.py +22 -0
  11. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4621 -4535
  12. githubkit/versions/ghec_v2022_11_28/models/group_0010.py +4 -5
  13. githubkit/versions/ghec_v2022_11_28/models/group_0020.py +16 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
  15. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +3 -1
  16. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
  17. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +113 -83
  18. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +47 -78
  19. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +20 -34
  20. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +137 -27
  21. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +84 -10
  22. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +39 -11
  23. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +26 -34
  24. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +12 -29
  25. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +10 -32
  26. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +49 -20
  27. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +19 -111
  28. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +25 -36
  29. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +13 -82
  30. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +104 -56
  31. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +34 -33
  32. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +65 -50
  33. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +59 -109
  34. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +36 -23
  35. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +53 -16
  36. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +122 -7
  37. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +31 -21
  38. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +30 -21
  39. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +7 -24
  40. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +26 -44
  41. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +20 -75
  42. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +20 -99
  43. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +30 -142
  44. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +69 -27
  45. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +100 -14
  46. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +156 -18
  47. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +24 -117
  48. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +17 -8
  49. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +22 -16
  50. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +17 -11
  51. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +109 -109
  52. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +7 -56
  53. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +18 -19
  54. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +11 -150
  55. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +135 -10
  56. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +42 -56
  57. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +17 -44
  58. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +146 -11
  59. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +13 -21
  60. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +72 -8
  61. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +29 -121
  62. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +15 -24
  63. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +18 -37
  64. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +7 -23
  65. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +137 -19
  66. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +26 -7
  67. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +33 -26
  68. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +21 -18
  69. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +21 -11
  70. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +7 -15
  71. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +33 -7
  72. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +17 -12
  73. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +14 -14
  74. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +10 -13
  75. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +7 -21
  76. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +14 -20
  77. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +11 -33
  78. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +12 -30
  79. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +23 -9
  80. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +17 -51
  81. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +31 -14
  82. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +34 -21
  83. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +6 -42
  84. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +50 -35
  85. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +13 -52
  86. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +19 -85
  87. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +38 -81
  88. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +37 -22
  89. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +48 -24
  90. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +88 -10
  91. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +85 -12
  92. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +29 -13
  93. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +19 -168
  94. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +11 -42
  95. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +12 -85
  96. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +13 -27
  97. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +174 -178
  98. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +38 -26
  99. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +69 -100
  100. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +21 -34
  101. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +178 -22
  102. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +29 -17
  103. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +114 -11
  104. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +28 -35
  105. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +20 -139
  106. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +12 -21
  107. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +12 -13
  108. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +41 -7
  109. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +151 -8
  110. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +29 -12
  111. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +16 -20
  112. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +12 -40
  113. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +8 -31
  114. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +10 -88
  115. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +18 -12
  116. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +40 -11
  117. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +28 -11
  118. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +84 -13
  119. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +15 -8
  120. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +11 -50
  121. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +10 -42
  122. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +11 -96
  123. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +6 -43
  124. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +51 -10
  125. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +43 -14
  126. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +88 -37
  127. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +32 -37
  128. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +8 -90
  129. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +12 -47
  130. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +45 -21
  131. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +48 -12
  132. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +88 -9
  133. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +46 -25
  134. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +23 -42
  135. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +12 -127
  136. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +9 -168
  137. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +25 -23
  138. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +43 -9
  139. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +128 -9
  140. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +167 -19
  141. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +17 -45
  142. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +10 -25
  143. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +11 -33
  144. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +19 -152
  145. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +56 -24
  146. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +18 -25
  147. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +27 -31
  148. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +138 -57
  149. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +24 -18
  150. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +34 -69
  151. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +31 -30
  152. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +67 -44
  153. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +17 -91
  154. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +66 -9
  155. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +31 -11
  156. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +49 -7
  157. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +77 -29
  158. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +11 -12
  159. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +10 -27
  160. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +10 -17
  161. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +42 -9
  162. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +10 -53
  163. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +24 -21
  164. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +15 -26
  165. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +9 -39
  166. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +43 -34
  167. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +24 -33
  168. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +25 -13
  169. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +38 -7
  170. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +43 -10
  171. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +35 -23
  172. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +11 -29
  173. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +10 -9
  174. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +13 -24
  175. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +28 -58
  176. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +25 -47
  177. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +8 -19
  178. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +32 -9
  179. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +57 -17
  180. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +24 -55
  181. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +14 -21
  182. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +7 -13
  183. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +16 -38
  184. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +78 -12
  185. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +20 -38
  186. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +13 -26
  187. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +29 -49
  188. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +19 -28
  189. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +36 -27
  190. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +26 -31
  191. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +44 -13
  192. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +23 -104
  193. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +28 -46
  194. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +32 -33
  195. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +32 -58
  196. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +106 -23
  197. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +51 -27
  198. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +32 -147
  199. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +60 -7
  200. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +20 -23
  201. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +26 -35
  202. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +126 -54
  203. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +7 -48
  204. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +29 -11
  205. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +25 -66
  206. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +70 -15
  207. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +39 -8
  208. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +12 -12
  209. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +80 -6
  210. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +18 -16
  211. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +11 -42
  212. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +14 -9
  213. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +7 -18
  214. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +15 -79
  215. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +41 -18
  216. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +6 -38
  217. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +13 -25
  218. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +81 -7
  219. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +19 -31
  220. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +32 -54
  221. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +28 -12
  222. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -11
  223. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +23 -126
  224. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +53 -23
  225. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +10 -29
  226. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +12 -27
  227. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +126 -11
  228. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +13 -12
  229. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +13 -12
  230. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +13 -20
  231. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +12 -24
  232. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +20 -23
  233. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +12 -17
  234. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +18 -7
  235. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +17 -23
  236. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +17 -23
  237. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +15 -19
  238. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +8 -30
  239. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +29 -36
  240. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +33 -14
  241. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +37 -10
  242. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +28 -70
  243. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +24 -43
  244. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +11 -136
  245. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +13 -21
  246. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +80 -16
  247. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +59 -16
  248. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +142 -16
  249. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +24 -6
  250. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +17 -31
  251. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +19 -9
  252. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +16 -75
  253. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +6 -32
  254. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +33 -6
  255. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +9 -16
  256. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +77 -20
  257. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +26 -87
  258. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +6 -91
  259. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +19 -11
  260. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +22 -27
  261. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +90 -13
  262. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +91 -7
  263. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +13 -12
  264. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +19 -59
  265. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +13 -73
  266. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +9 -8
  267. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +11 -26
  268. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +57 -36
  269. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +75 -8
  270. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +8 -22
  271. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +26 -18
  272. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +40 -16
  273. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +10 -19
  274. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +8 -5
  275. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +5 -8
  276. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +7 -9
  277. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +5 -5
  278. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +5 -8
  279. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +7 -9
  280. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +10 -5
  281. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +5 -10
  282. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -9
  283. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +7 -7
  284. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +5 -10
  285. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -7
  286. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
  287. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +7 -7
  288. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +7 -7
  289. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +9 -7
  290. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +9 -7
  291. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +9 -7
  292. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +14 -83
  293. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +16 -12
  294. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +14 -58
  295. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +18 -8
  296. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +113 -94
  297. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +61 -85
  298. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +11 -119
  299. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +61 -8
  300. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +13 -10
  301. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +112 -25
  302. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +89 -6
  303. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +123 -16
  304. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +12 -21
  305. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +8 -12
  306. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +27 -6
  307. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +6 -9
  308. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +18 -10
  309. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +21 -9
  310. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +12 -8
  311. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +6 -10
  312. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +14 -48
  313. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +13 -26
  314. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +10 -75
  315. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +9 -29
  316. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +10 -28
  317. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +33 -17
  318. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +19 -27
  319. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +72 -21
  320. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +23 -28
  321. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +17 -58
  322. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +22 -12
  323. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +35 -11
  324. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +20 -56
  325. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +22 -124
  326. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +62 -17
  327. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +12 -39
  328. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +7 -53
  329. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +60 -39
  330. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +111 -101
  331. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +16 -26
  332. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +22 -114
  333. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +34 -69
  334. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +32 -55
  335. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +117 -58
  336. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +34 -7
  337. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +126 -22
  338. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +66 -128
  339. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +59 -9
  340. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +55 -55
  341. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +7 -14
  342. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +24 -32
  343. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +150 -7
  344. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +10 -10
  345. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +64 -9
  346. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +14 -17
  347. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +37 -6
  348. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +15 -46
  349. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +12 -30
  350. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +11 -12
  351. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +17 -22
  352. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +9 -355
  353. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +31 -60
  354. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +23 -26
  355. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +12 -274
  356. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +21 -52
  357. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +345 -56
  358. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +63 -16
  359. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +38 -20
  360. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +273 -65
  361. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +55 -12
  362. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +74 -30
  363. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +17 -79
  364. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +8 -163
  365. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +39 -52
  366. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +11 -14
  367. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +36 -15
  368. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +83 -8
  369. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +105 -26
  370. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +80 -19
  371. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +4 -387
  372. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +8 -60
  373. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +8 -387
  374. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +63 -3
  375. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +14 -37
  376. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +382 -29
  377. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +49 -47
  378. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +384 -12
  379. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +6 -33
  380. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +36 -41
  381. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +34 -173
  382. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +51 -45
  383. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +14 -53
  384. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +51 -10
  385. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +48 -26
  386. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +177 -14
  387. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +45 -20
  388. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +48 -23
  389. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +12 -117
  390. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +31 -48
  391. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +12 -1051
  392. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +17 -158
  393. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +23 -84
  394. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +110 -127
  395. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +36 -133
  396. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +1023 -24
  397. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +145 -66
  398. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +86 -91
  399. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +82 -66
  400. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +131 -32
  401. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +49 -50
  402. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +78 -23
  403. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +98 -37
  404. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +121 -36
  405. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +38 -36
  406. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +48 -191
  407. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +10 -16
  408. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +10 -16
  409. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +13 -14
  410. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +14 -20
  411. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +180 -21
  412. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +20 -13
  413. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +39 -8
  414. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +19 -12
  415. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +44 -8
  416. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +24 -31
  417. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +32 -8
  418. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +8 -32
  419. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +32 -8
  420. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +7 -338
  421. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +24 -311
  422. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +7 -338
  423. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +13 -195
  424. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +7 -247
  425. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +276 -121
  426. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +249 -122
  427. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +270 -122
  428. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +79 -45
  429. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +185 -73
  430. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +158 -21
  431. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +191 -15
  432. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +167 -17
  433. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +160 -15
  434. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +116 -15
  435. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +27 -21
  436. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +15 -21
  437. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +26 -20
  438. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +20 -20
  439. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +20 -20
  440. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +27 -21
  441. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +21 -15
  442. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +10 -10
  443. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +10 -10
  444. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +15 -17
  445. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +16 -18
  446. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +18 -581
  447. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +21 -35
  448. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +19 -437
  449. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +16 -432
  450. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +16 -470
  451. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +104 -369
  452. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +34 -24
  453. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +417 -40
  454. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +432 -16
  455. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +470 -18
  456. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +840 -16
  457. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +12 -31
  458. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +49 -10
  459. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +10 -10
  460. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +12 -38
  461. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +12 -12
  462. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +31 -10
  463. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +10 -10
  464. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +10 -10
  465. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +38 -12
  466. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +35 -8
  467. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +21 -13
  468. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +10 -12
  469. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +10 -10
  470. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +12 -10
  471. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +9 -34
  472. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +22 -165
  473. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +31 -165
  474. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +42 -14
  475. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +35 -117
  476. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +39 -10
  477. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +160 -40
  478. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +164 -28
  479. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +14 -41
  480. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +117 -34
  481. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +6 -60
  482. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +28 -34
  483. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +12 -11
  484. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +18 -95
  485. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +9 -9
  486. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +45 -25
  487. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +49 -80
  488. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +30 -154
  489. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +81 -147
  490. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +33 -58
  491. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +41 -29
  492. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +80 -21
  493. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +131 -63
  494. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +169 -29
  495. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +63 -7
  496. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +3 -129
  497. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +8 -5
  498. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +88 -29
  499. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +35 -38
  500. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +7 -162
  501. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +99 -122
  502. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +22 -56
  503. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +32 -29
  504. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +42 -30
  505. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +131 -59
  506. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +169 -29
  507. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +63 -7
  508. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +3 -130
  509. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +8 -5
  510. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +84 -29
  511. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +35 -40
  512. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +7 -162
  513. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +99 -121
  514. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +22 -56
  515. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +32 -29
  516. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +44 -28
  517. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +131 -60
  518. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +169 -28
  519. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +63 -7
  520. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +3 -129
  521. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +8 -5
  522. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +85 -28
  523. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +34 -36
  524. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +13 -45
  525. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +80 -131
  526. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +15 -208
  527. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +31 -29
  528. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +43 -31
  529. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +32 -80
  530. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +197 -28
  531. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +209 -15
  532. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +12 -102
  533. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +8 -5
  534. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +81 -28
  535. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +34 -34
  536. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +8 -380
  537. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +116 -40
  538. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +6 -389
  539. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +28 -69
  540. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +30 -395
  541. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +388 -32
  542. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +33 -394
  543. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +400 -30
  544. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +51 -372
  545. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +392 -32
  546. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +32 -390
  547. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +397 -32
  548. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +30 -214
  549. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +88 -110
  550. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +32 -387
  551. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +390 -30
  552. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +13 -11
  553. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +163 -345
  554. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +407 -31
  555. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +338 -163
  556. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +30 -409
  557. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +12 -16
  558. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +393 -31
  559. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +13 -13
  560. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +215 -30
  561. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +85 -64
  562. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +16 -12
  563. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +14 -14
  564. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +17 -14
  565. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +14 -11
  566. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +369 -62
  567. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +14 -19
  568. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +18 -70
  569. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +16 -77
  570. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +13 -76
  571. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +66 -20
  572. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +21 -58
  573. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +59 -41
  574. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +75 -12
  575. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +72 -47
  576. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +23 -53
  577. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +63 -18
  578. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +57 -20
  579. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +15 -48
  580. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +55 -20
  581. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +55 -20
  582. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +17 -20
  583. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +18 -70
  584. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +49 -19
  585. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +18 -15
  586. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +18 -15
  587. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +15 -16
  588. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +69 -16
  589. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +17 -73
  590. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +12 -15
  591. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +12 -37
  592. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +39 -38
  593. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +15 -15
  594. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +60 -36
  595. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +43 -555
  596. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +38 -15
  597. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +35 -63
  598. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +36 -161
  599. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +37 -61
  600. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +555 -36
  601. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +24 -18
  602. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +70 -36
  603. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +161 -29
  604. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +82 -17
  605. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +24 -49
  606. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +31 -8
  607. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +18 -41
  608. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +19 -24
  609. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +18 -76
  610. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +43 -42
  611. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +8 -106
  612. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +50 -50
  613. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +40 -51
  614. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +68 -17
  615. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +32 -15
  616. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +86 -14
  617. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +50 -52
  618. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +51 -40
  619. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +10 -10
  620. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +17 -13
  621. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +13 -57
  622. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +33 -12
  623. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +22 -11
  624. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +21 -13
  625. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +21 -12
  626. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +52 -57
  627. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +22 -13
  628. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +11 -33
  629. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +12 -9
  630. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +9 -9
  631. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +49 -72
  632. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +11 -33
  633. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +31 -11
  634. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +10 -10
  635. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +10 -11
  636. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +92 -12
  637. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +23 -65
  638. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +15 -18
  639. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +12 -1142
  640. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +13 -1195
  641. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +13 -1187
  642. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +77 -22
  643. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +8 -14
  644. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +1134 -17
  645. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +256 -211
  646. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +1153 -56
  647. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +13 -1126
  648. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +12 -1124
  649. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +17 -1119
  650. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +1143 -18
  651. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +78 -11
  652. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +1126 -13
  653. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +1124 -12
  654. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +245 -471
  655. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +18 -1163
  656. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +13 -1152
  657. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +13 -1216
  658. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +13 -1060
  659. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +395 -321
  660. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +240 -373
  661. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +226 -325
  662. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +304 -362
  663. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +190 -252
  664. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +378 -431
  665. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +375 -406
  666. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +285 -181
  667. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +350 -227
  668. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +230 -243
  669. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +508 -306
  670. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +1117 -165
  671. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +1148 -14
  672. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +1151 -43
  673. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +1040 -476
  674. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +1121 -14
  675. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +382 -45
  676. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +41 -186
  677. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +70 -42
  678. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +599 -43
  679. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +14 -77
  680. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +48 -172
  681. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +186 -45
  682. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +11 -13
  683. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +12 -14
  684. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +73 -13
  685. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +158 -14
  686. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +17 -10
  687. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +17 -10
  688. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +17 -10
  689. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +20 -33
  690. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +15 -61
  691. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +9 -9
  692. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +9 -9
  693. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +9 -9
  694. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +27 -35
  695. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +63 -17
  696. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +10 -16
  697. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +10 -18
  698. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +28 -32
  699. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +59 -13
  700. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +36 -96
  701. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +43 -94
  702. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +45 -126
  703. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +24 -105
  704. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +19 -38
  705. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +96 -35
  706. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +92 -101
  707. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +126 -42
  708. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +60 -39
  709. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +10 -14
  710. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +20 -273
  711. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +100 -6
  712. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +15 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +75 -15
  714. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +10 -10
  715. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +12 -18
  716. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +6 -64
  717. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +12 -15
  718. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +12 -15
  719. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +12 -15
  720. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +34 -118
  721. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +43 -13
  722. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +38 -7
  723. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +37 -8
  724. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +16 -12
  725. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +118 -33
  726. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +14 -41
  727. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +7 -38
  728. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +8 -39
  729. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +10 -12
  730. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +13 -13
  731. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +36 -12
  732. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +17 -206
  733. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +40 -12
  734. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +43 -12
  735. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +40 -18
  736. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +41 -12
  737. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +209 -25
  738. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +12 -43
  739. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +7 -45
  740. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +12 -43
  741. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +12 -40
  742. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +30 -221
  743. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +31 -218
  744. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +30 -219
  745. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +30 -322
  746. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +15 -216
  747. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +220 -17
  748. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +210 -21
  749. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +202 -79
  750. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +320 -56
  751. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +228 -47
  752. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +10 -82
  753. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +36 -57
  754. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +96 -37
  755. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +45 -60
  756. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +47 -82
  757. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +57 -435
  758. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +43 -451
  759. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +36 -464
  760. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +80 -27
  761. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +92 -10
  762. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +477 -12
  763. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +477 -4
  764. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +473 -12
  765. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +38 -6
  766. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +11 -8
  767. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +19 -6
  768. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +4 -10
  769. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +6 -17
  770. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +7 -9
  771. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +11 -5
  772. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +7 -8
  773. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +6 -46
  774. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +38 -16
  775. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +10 -9
  776. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +5 -12
  777. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +7 -5
  778. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +36 -10
  779. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +10 -15
  780. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +7 -7
  781. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +8 -7
  782. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +12 -47
  783. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +12 -27
  784. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +9 -23
  785. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +4 -10
  786. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +5 -7
  787. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +40 -13
  788. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +35 -6
  789. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +31 -12
  790. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +15 -20
  791. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -11
  792. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +13 -7
  793. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +7 -8
  794. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +11 -10
  795. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +20 -9
  796. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +13 -39
  797. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +13 -43
  798. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +9 -8
  799. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +10 -10
  800. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +7 -123
  801. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +33 -124
  802. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +38 -15
  803. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +5 -18
  804. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +7 -25
  805. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +106 -20
  806. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +124 -8
  807. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +15 -8
  808. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +15 -15
  809. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +19 -15
  810. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +38 -11
  811. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +8 -82
  812. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +8 -83
  813. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +8 -16
  814. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +19 -14
  815. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +18 -11
  816. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +12 -16
  817. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +87 -29
  818. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +89 -24
  819. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +11 -29
  820. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +15 -5
  821. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +16 -5
  822. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +18 -4
  823. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +27 -9
  824. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +20 -13
  825. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +31 -12
  826. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +5 -7
  827. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +5 -9
  828. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +4 -15
  829. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +9 -122
  830. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +14 -25
  831. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +15 -8
  832. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +5 -45
  833. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +9 -8
  834. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +11 -7
  835. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +15 -7
  836. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +9 -6
  837. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +114 -11
  838. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +25 -13
  839. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +7 -7
  840. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +46 -6
  841. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +7 -45
  842. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +14 -42
  843. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +14 -35
  844. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +6 -8
  845. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +21 -8
  846. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +14 -6
  847. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +6 -6
  848. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +6 -6
  849. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +45 -7
  850. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +31 -14
  851. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +29 -8
  852. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +9 -10
  853. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +7 -29
  854. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +6 -19
  855. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +7 -7
  856. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +6 -6
  857. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +7 -34
  858. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +15 -13
  859. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +8 -18
  860. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +10 -9
  861. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +29 -6
  862. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +17 -71
  863. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +8 -54
  864. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +7 -43
  865. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +22 -165
  866. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +12 -5
  867. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +11 -174
  868. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +8 -17
  869. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -13
  870. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +12 -18
  871. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +47 -8
  872. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +8 -20
  873. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -7
  874. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +74 -8
  875. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +44 -27
  876. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +35 -15
  877. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +177 -7
  878. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +9 -6
  879. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +176 -8
  880. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +17 -8
  881. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
  882. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +21 -8
  883. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +7 -8
  884. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +20 -7
  885. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +9 -9
  886. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +6 -6
  887. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +36 -7
  888. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +20 -9
  889. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -29
  890. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +6 -22
  891. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
  892. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +8 -7
  893. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -42
  894. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +8 -43
  895. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +9 -20
  896. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +9 -9
  897. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +11 -4
  898. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -26
  899. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +7 -7
  900. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -9
  901. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +25 -38
  902. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +19 -7
  903. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +11 -4
  904. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +7 -8
  905. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +37 -14
  906. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +37 -9
  907. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +18 -12
  908. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +8 -9
  909. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -37
  910. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +17 -16
  911. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -6
  912. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +7 -26
  913. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +40 -7
  914. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +11 -11
  915. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -18
  916. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +7 -115
  917. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +15 -79
  918. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +9 -80
  919. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +15 -9
  920. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -18
  921. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +30 -15
  922. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +18 -27
  923. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +12 -35
  924. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +30 -8
  925. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +6 -8
  926. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +12 -6
  927. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +15 -12
  928. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +111 -14
  929. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +82 -8
  930. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +86 -5
  931. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +8 -11
  932. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +15 -7
  933. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +20 -7
  934. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -6
  935. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +24 -19
  936. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +8 -8
  937. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +10 -7
  938. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -14
  939. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -14
  940. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +22 -4
  941. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +11 -24
  942. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -23
  943. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -5
  944. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +11 -6
  945. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +8 -10
  946. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +8 -21
  947. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +23 -7
  948. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +15 -4
  949. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +4 -4
  950. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +9 -18
  951. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -7
  952. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -14
  953. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
  954. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +19 -4
  955. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -301
  956. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -8
  957. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -8
  958. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +20 -13
  959. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -8
  960. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -11
  961. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +7 -13
  962. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +23 -8
  963. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +8 -18
  964. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +11 -8
  965. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +6 -10
  966. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
  967. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +300 -7
  968. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +6 -8
  969. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
  970. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +14 -11
  971. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -9
  972. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +8 -9
  973. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +15 -8
  974. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +8 -9
  975. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +20 -9
  976. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -7
  977. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
  978. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +7 -35
  979. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +8 -30
  980. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +8 -6
  981. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -45
  982. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +13 -7
  983. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +7 -77
  984. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +6 -13
  985. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +7 -214
  986. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +8 -91
  987. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +14 -47
  988. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -15
  989. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -15
  990. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +32 -12
  991. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +30 -11
  992. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +7 -10
  993. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +44 -10
  994. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +7 -9
  995. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +76 -8
  996. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +16 -11
  997. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +213 -7
  998. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +90 -7
  999. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +42 -10
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +15 -5
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +13 -12
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +10 -9
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +9 -103
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +10 -54
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +10 -59
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +8 -101
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +11 -57
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +11 -60
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +9 -5
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +8 -27
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +8 -7
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +11 -33
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +11 -24
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -25
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +95 -17
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +41 -24
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +60 -8
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +82 -29
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +55 -22
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +60 -8
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -27
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +23 -18
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +8 -14
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +23 -6
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +34 -12
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +25 -9
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +22 -12
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +44 -14
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -60
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +37 -42
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +22 -22
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -12
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +10 -45
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -5
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +11 -43
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +8 -9
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +14 -8
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +8 -28
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +45 -33
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +40 -25
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +20 -12
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +19 -19
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +14 -8
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +11 -8
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +49 -8
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -6
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +39 -10
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +10 -16
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -8
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +18 -61
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +48 -7
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +35 -7
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +10 -35
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +16 -35
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +7 -47
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +8 -28
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -20
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +12 -31
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -22
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +20 -10
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -8
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +74 -4
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -13
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +47 -11
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +40 -9
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -39
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +25 -6
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +16 -6
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +31 -11
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -8
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +7 -18
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +9 -5
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +5 -15
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +13 -18
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +48 -11
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -14
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +5 -5
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +55 -5
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +6 -9
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +6 -11
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +5 -12
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +8 -14
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +18 -17
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -7
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +8 -13
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -20
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -23
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +10 -8
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +11 -8
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +8 -26
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -24
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -27
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +10 -24
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +10 -23
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +5 -16
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +12 -13
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +14 -10
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +16 -21
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +11 -6
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +6 -8
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +13 -7
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +24 -28
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +36 -11
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +29 -9
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +22 -17
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +22 -36
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +11 -35
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +17 -5
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +10 -14
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +30 -10
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +7 -8
  1116. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +7 -9
  1117. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +8 -11
  1118. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +31 -8
  1119. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +5 -47
  1120. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +11 -5
  1121. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +21 -7
  1122. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +39 -8
  1123. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +38 -6
  1124. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
  1125. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +12 -28
  1126. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
  1127. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +10 -23
  1128. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +8 -29
  1129. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +11 -8
  1130. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +8 -73
  1131. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -73
  1132. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -21
  1133. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -9
  1134. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +9 -17
  1135. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -10
  1136. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +8 -7
  1137. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +36 -6
  1138. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -12
  1139. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +13 -14
  1140. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +28 -44
  1141. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +9 -49
  1142. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +74 -64
  1143. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +67 -18
  1144. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +17 -8
  1145. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -10
  1146. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +22 -5
  1147. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +14 -5
  1148. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -16
  1149. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -10
  1150. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +13 -8
  1151. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +18 -8
  1152. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +48 -7
  1153. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +46 -9
  1154. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +60 -18
  1155. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +21 -22
  1156. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -8
  1157. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +8 -46
  1158. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -47
  1159. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -34
  1160. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +15 -16
  1161. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +11 -8
  1162. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +10 -6
  1163. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +8 -12
  1164. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +8 -8
  1165. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +9 -9
  1166. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -8
  1167. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +30 -12
  1168. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +8 -17
  1169. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +47 -7
  1170. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +46 -7
  1171. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -10
  1172. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +21 -4
  1173. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -13
  1174. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +6 -8
  1175. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +10 -33
  1176. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -12
  1177. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +7 -85
  1178. githubkit/versions/ghec_v2022_11_28/models/group_1303.py +8 -11
  1179. githubkit/versions/ghec_v2022_11_28/models/group_1304.py +9 -9
  1180. githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -13
  1181. githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -75
  1182. githubkit/versions/ghec_v2022_11_28/models/group_1307.py +28 -0
  1183. githubkit/versions/ghec_v2022_11_28/models/group_1308.py +31 -0
  1184. githubkit/versions/ghec_v2022_11_28/models/group_1309.py +21 -0
  1185. githubkit/versions/ghec_v2022_11_28/models/group_1310.py +33 -0
  1186. githubkit/versions/ghec_v2022_11_28/models/group_1311.py +29 -0
  1187. githubkit/versions/ghec_v2022_11_28/models/group_1312.py +59 -0
  1188. githubkit/versions/ghec_v2022_11_28/models/group_1313.py +32 -0
  1189. githubkit/versions/ghec_v2022_11_28/models/group_1314.py +110 -0
  1190. githubkit/versions/ghec_v2022_11_28/models/group_1315.py +32 -0
  1191. githubkit/versions/ghec_v2022_11_28/models/group_1316.py +32 -0
  1192. githubkit/versions/ghec_v2022_11_28/models/group_1317.py +33 -0
  1193. githubkit/versions/ghec_v2022_11_28/models/group_1318.py +35 -0
  1194. githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
  1195. githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
  1196. githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
  1197. githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
  1198. githubkit/versions/ghec_v2022_11_28/rest/actions.py +846 -0
  1199. githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
  1200. githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
  1201. githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
  1202. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
  1203. githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
  1204. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
  1205. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +114 -0
  1206. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
  1207. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
  1208. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
  1209. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +170 -0
  1210. githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
  1211. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +510 -0
  1212. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
  1213. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
  1214. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +398 -0
  1215. githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
  1216. githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
  1217. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
  1218. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
  1219. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
  1220. githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
  1221. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
  1222. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
  1223. githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
  1224. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
  1225. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
  1226. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +1067 -0
  1227. githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
  1228. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +44 -4
  1229. githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
  1230. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
  1231. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
  1232. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
  1233. githubkit/versions/ghec_v2022_11_28/rest/repos.py +1088 -0
  1234. githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
  1235. githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
  1236. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +108 -0
  1237. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
  1238. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
  1239. githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
  1240. githubkit/versions/ghec_v2022_11_28/rest/users.py +739 -2
  1241. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4629 -4541
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0010.py +0 -3
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0020.py +12 -0
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +3 -1
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +98 -42
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +40 -26
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +15 -24
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +76 -25
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +36 -12
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +31 -7
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +20 -18
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +6 -26
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +12 -29
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +24 -14
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +15 -87
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +16 -28
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +15 -69
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +93 -41
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +29 -33
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +54 -49
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +40 -105
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +34 -22
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +50 -14
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +109 -6
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +25 -18
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +26 -20
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +7 -21
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +19 -26
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +21 -67
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +19 -80
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +20 -129
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +60 -24
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +81 -13
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +141 -12
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +21 -79
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +14 -6
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +18 -8
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +10 -10
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +90 -69
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +8 -36
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +9 -15
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +10 -83
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +72 -8
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +28 -27
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +15 -21
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +83 -6
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +12 -8
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +33 -7
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +19 -74
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +7 -21
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +8 -31
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +7 -17
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +74 -20
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +22 -8
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +24 -23
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +18 -10
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +20 -10
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +7 -7
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +30 -6
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +6 -9
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +12 -12
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +6 -9
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +6 -15
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +13 -15
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +10 -25
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +11 -29
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +17 -10
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +11 -29
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +26 -8
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +33 -14
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +8 -37
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +30 -30
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +5 -41
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +10 -66
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +28 -54
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +33 -15
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +37 -18
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +65 -8
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +61 -10
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +13 -9
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +16 -133
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +10 -17
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +11 -41
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +11 -23
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +133 -124
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +16 -21
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +34 -94
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +22 -29
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +127 -18
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +20 -17
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +100 -8
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +22 -28
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +16 -105
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +11 -16
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +7 -12
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +34 -9
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +114 -8
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +23 -11
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +15 -16
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +11 -33
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +8 -25
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +10 -57
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +16 -7
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +32 -9
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +24 -8
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +58 -7
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +9 -6
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +8 -44
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +6 -36
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +7 -63
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +5 -29
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +46 -5
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +39 -8
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +55 -29
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +23 -31
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +6 -77
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +7 -39
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +34 -22
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +35 -8
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +75 -7
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +37 -20
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +24 -27
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +9 -118
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +6 -127
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +19 -20
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +26 -8
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +119 -9
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +126 -17
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +13 -40
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +9 -23
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +10 -28
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +17 -121
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +50 -19
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +16 -21
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +26 -24
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +110 -48
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +19 -17
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +22 -53
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +24 -28
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +57 -23
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +23 -52
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +59 -7
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +27 -6
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +32 -9
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +42 -17
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +8 -9
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +6 -18
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +6 -15
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +21 -7
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +10 -35
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +19 -12
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +12 -25
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +7 -16
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +29 -26
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +13 -26
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +26 -9
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +16 -5
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +34 -9
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -18
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +8 -21
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +6 -8
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +6 -20
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +21 -54
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +16 -42
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +5 -17
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +20 -6
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +53 -11
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +22 -48
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +12 -18
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +6 -12
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +13 -36
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +67 -12
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +19 -34
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +13 -23
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +25 -45
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +21 -27
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +33 -25
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +23 -29
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +39 -12
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +21 -93
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +25 -37
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +30 -30
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +28 -32
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +96 -11
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +40 -22
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +26 -69
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +39 -12
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +12 -10
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +21 -22
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +59 -37
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +12 -34
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +11 -9
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +18 -50
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +50 -12
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +30 -11
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +10 -7
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +59 -4
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +10 -8
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +8 -27
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +7 -9
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +5 -15
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +7 -69
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +21 -14
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +5 -33
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -21
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +71 -6
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +18 -20
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +28 -50
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +23 -12
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +7 -10
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +16 -98
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +50 -22
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +9 -26
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +8 -19
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +95 -11
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +11 -10
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +11 -10
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +9 -18
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +9 -11
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +16 -10
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +11 -14
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +16 -6
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +9 -20
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +9 -20
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +13 -15
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +8 -22
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +27 -30
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +32 -14
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +33 -6
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +23 -62
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +18 -38
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +9 -87
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +7 -20
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +69 -16
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +51 -14
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +91 -14
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +22 -7
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +16 -29
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +18 -8
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +14 -52
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +7 -29
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +30 -5
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +8 -9
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +55 -19
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +20 -72
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +6 -74
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +11 -11
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +25 -31
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +79 -13
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +74 -7
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +11 -11
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +18 -49
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +13 -49
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +8 -7
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +9 -21
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +51 -30
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +48 -6
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +8 -11
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +25 -9
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +39 -15
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +9 -9
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +7 -4
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +4 -7
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +6 -6
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +4 -4
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +4 -7
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +6 -6
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +7 -4
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +4 -7
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +6 -6
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +4 -7
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +6 -6
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +6 -6
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +6 -6
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +6 -6
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +6 -6
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +6 -6
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +6 -6
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +15 -38
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +11 -8
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +10 -37
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +11 -5
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +68 -67
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +55 -49
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +7 -74
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +34 -8
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +6 -10
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +64 -17
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +53 -6
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +74 -13
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +10 -19
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +8 -10
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +23 -6
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +5 -7
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +12 -9
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +19 -8
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +10 -8
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +5 -9
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +8 -25
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +10 -10
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +10 -39
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +9 -19
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +9 -16
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +19 -12
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +10 -17
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +38 -18
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +18 -14
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +14 -29
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +16 -8
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +18 -6
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +21 -37
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +12 -100
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +28 -14
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +8 -34
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +6 -45
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +26 -25
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +85 -88
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +13 -23
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +19 -107
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +29 -59
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +27 -49
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +94 -51
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +28 -7
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +119 -12
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +58 -69
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +54 -9
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +53 -51
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +5 -11
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +12 -29
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +84 -6
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +9 -9
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +59 -9
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +12 -15
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +31 -6
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +8 -22
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +8 -20
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +9 -11
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +17 -22
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +7 -269
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +25 -46
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +20 -11
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +12 -169
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +23 -44
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +261 -47
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +42 -17
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +14 -14
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +165 -55
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +49 -17
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +58 -26
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +16 -71
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +8 -141
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +35 -47
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +10 -10
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +31 -13
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +72 -7
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +85 -16
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +66 -10
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +4 -333
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +7 -53
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +6 -338
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +54 -2
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +11 -34
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +326 -25
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +44 -33
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +338 -11
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +3 -31
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +32 -36
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +31 -146
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +34 -39
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +12 -47
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +48 -8
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +44 -25
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +150 -12
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +43 -14
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +45 -19
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +10 -76
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +25 -15
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +10 -855
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +13 -116
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +18 -76
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +75 -119
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -124
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +827 -20
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +120 -39
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +64 -70
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +72 -61
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +115 -23
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +44 -33
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +42 -17
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +85 -15
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +113 -17
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +32 -17
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +38 -159
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +9 -11
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +9 -11
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +10 -10
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +11 -13
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +158 -14
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +12 -10
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +18 -7
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +11 -9
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +20 -7
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +14 -23
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +16 -7
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +7 -16
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +16 -7
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +6 -258
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +16 -243
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +6 -254
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +10 -139
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +6 -182
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +220 -74
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +190 -75
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +213 -75
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +70 -36
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +136 -50
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +104 -11
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +136 -11
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +107 -14
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +106 -11
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +92 -11
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +15 -14
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +10 -12
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +19 -13
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +11 -13
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +11 -13
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +14 -13
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +11 -11
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +9 -9
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +9 -9
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +10 -10
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +11 -11
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +13 -536
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +17 -20
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +13 -405
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +12 -402
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +12 -438
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +80 -295
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +20 -19
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +390 -32
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +402 -12
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +438 -14
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +750 -14
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +11 -28
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +43 -9
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +9 -9
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +11 -34
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +11 -11
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +28 -9
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +9 -9
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +9 -9
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +34 -11
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +20 -8
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +12 -10
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +9 -11
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +9 -9
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +11 -9
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +8 -19
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +15 -141
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +19 -140
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +18 -8
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +17 -112
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +17 -6
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +135 -23
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +139 -18
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +8 -19
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +112 -18
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +7 -36
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +19 -26
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +11 -10
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +14 -81
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +8 -8
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +32 -15
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +31 -72
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +18 -147
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +62 -130
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +18 -52
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +23 -29
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +68 -20
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +120 -49
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +145 -24
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +54 -7
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +2 -115
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +7 -4
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +79 -29
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +37 -24
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +7 -149
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +81 -96
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +21 -47
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +31 -30
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +26 -36
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +120 -49
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +145 -24
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +54 -7
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +2 -116
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +7 -4
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +79 -29
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +37 -26
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +7 -147
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +81 -93
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +21 -47
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +31 -30
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +28 -36
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +118 -48
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +143 -24
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +54 -7
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +2 -115
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +7 -4
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +78 -29
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +37 -24
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +7 -19
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +72 -112
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +14 -170
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +31 -30
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +19 -25
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +17 -75
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +170 -23
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +175 -13
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +9 -92
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +7 -4
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +78 -28
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +36 -22
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +6 -333
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +108 -19
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +6 -337
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +28 -50
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +17 -346
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +347 -19
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +19 -346
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +353 -17
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +34 -336
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +346 -19
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +19 -347
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +346 -19
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +18 -180
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +66 -93
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +19 -347
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +347 -17
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +12 -10
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +127 -295
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +376 -19
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +293 -129
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +17 -375
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +11 -13
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +346 -18
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +12 -12
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +184 -18
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +68 -42
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +13 -11
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +11 -11
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +13 -11
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +10 -10
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +333 -37
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +11 -14
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +13 -62
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +13 -66
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +12 -65
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +47 -14
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +15 -49
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +51 -29
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +64 -11
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +62 -41
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +17 -46
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +51 -12
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +43 -13
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +12 -42
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +47 -15
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +47 -15
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +11 -13
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +12 -49
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +43 -13
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +13 -13
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +13 -13
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +11 -11
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +48 -12
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +13 -66
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +11 -11
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +11 -28
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +18 -35
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +11 -11
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +41 -34
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +18 -486
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +29 -12
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +33 -60
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +18 -159
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +34 -42
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +486 -16
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +13 -11
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +61 -15
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +159 -16
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +69 -11
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +15 -35
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +16 -7
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +11 -30
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +11 -13
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +11 -64
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +28 -27
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +7 -82
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +34 -47
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +21 -47
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +61 -12
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +29 -12
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +76 -12
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +47 -34
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +47 -21
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +9 -9
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +12 -12
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +12 -40
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +28 -11
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +13 -9
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +12 -11
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +14 -10
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +30 -47
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +13 -11
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +9 -29
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +10 -7
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +7 -7
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +37 -72
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +10 -30
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +28 -10
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +8 -8
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +8 -8
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +93 -9
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +19 -51
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +12 -10
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +10 -937
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +10 -984
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +10 -974
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +64 -15
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +7 -12
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +935 -13
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +187 -151
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +949 -41
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +11 -930
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +11 -928
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +13 -922
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +946 -13
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +61 -10
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +930 -11
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +928 -11
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +175 -333
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +14 -957
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +12 -958
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +12 -1008
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +12 -902
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +282 -255
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +188 -301
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +179 -253
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +239 -276
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +138 -162
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +291 -325
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +276 -304
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +214 -129
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +272 -168
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +159 -170
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +353 -198
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +926 -111
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +948 -12
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +925 -39
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +817 -383
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +932 -12
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +277 -45
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +18 -163
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +61 -17
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +510 -18
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +12 -53
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +41 -130
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +163 -18
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +10 -10
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +11 -11
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +51 -10
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +139 -11
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +11 -9
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +11 -9
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +11 -9
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +14 -25
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +12 -51
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +8 -8
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +8 -8
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +8 -8
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +19 -30
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +51 -12
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +9 -11
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +9 -13
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +15 -27
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +39 -14
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +17 -78
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +17 -87
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +19 -107
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +19 -87
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +14 -15
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +78 -17
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +87 -76
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +107 -17
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +52 -33
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +9 -11
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +12 -213
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +78 -5
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +11 -11
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +71 -12
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +9 -9
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +11 -11
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +10 -32
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +11 -11
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +11 -11
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +11 -11
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +17 -103
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +23 -13
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +17 -5
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +17 -6
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +11 -11
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +103 -17
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +11 -30
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +5 -18
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +6 -20
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +9 -11
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -10
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +28 -10
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +13 -187
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +20 -11
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +20 -6
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +16 -11
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +17 -6
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +192 -20
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +11 -20
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +6 -21
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +11 -20
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +6 -16
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +21 -185
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +22 -182
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +21 -181
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +22 -250
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +11 -180
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +182 -13
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +171 -16
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +166 -55
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +236 -43
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +180 -43
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +9 -55
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +28 -47
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +61 -32
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +24 -31
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +46 -61
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +38 -393
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +31 -401
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +29 -405
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +57 -20
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +64 -9
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +416 -7
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +417 -4
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +416 -7
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +32 -10
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +8 -4
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +9 -5
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +3 -5
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +3 -6
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +4 -4
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +7 -6
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +4 -7
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +5 -25
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +11 -11
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +4 -9
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +6 -12
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +6 -4
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +22 -5
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +12 -7
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +8 -6
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +9 -4
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +6 -26
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +7 -12
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +6 -10
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +3 -7
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +3 -7
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +23 -9
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +13 -7
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +10 -7
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +12 -8
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +6 -7
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +10 -6
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +6 -4
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +8 -5
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +8 -8
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +13 -38
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +11 -38
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +5 -5
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +5 -7
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -62
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +32 -62
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +37 -12
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +4 -11
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +6 -16
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +61 -12
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +63 -6
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +9 -7
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +10 -6
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +11 -6
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +14 -7
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +6 -71
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +6 -71
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +8 -9
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +7 -10
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +7 -4
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +7 -11
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +72 -20
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +71 -17
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +7 -25
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +11 -5
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +9 -5
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +12 -4
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +20 -8
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +18 -7
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +27 -7
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +5 -5
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +5 -5
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +4 -9
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +11 -42
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +8 -20
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +7 -8
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +4 -24
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +5 -8
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +7 -7
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +9 -7
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +5 -5
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +40 -8
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +20 -7
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +6 -6
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +25 -5
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +7 -27
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +8 -13
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -11
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +5 -7
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +8 -8
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +7 -5
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +5 -5
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +4 -4
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +27 -7
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +11 -6
  2080. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +11 -5
  2081. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +7 -4
  2082. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +7 -23
  2083. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +5 -9
  2084. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +6 -6
  2085. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +4 -4
  2086. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +7 -24
  2087. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +6 -7
  2088. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +5 -9
  2089. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +4 -7
  2090. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +24 -5
  2091. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +9 -62
  2092. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +7 -23
  2093. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +5 -13
  2094. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +17 -90
  2095. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +7 -3
  2096. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +7 -96
  2097. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +8 -9
  2098. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +5 -8
  2099. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +5 -14
  2100. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +33 -7
  2101. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -12
  2102. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +4 -4
  2103. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -5
  2104. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +17 -17
  2105. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -8
  2106. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +97 -7
  2107. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +5 -5
  2108. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
  2109. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +9 -5
  2110. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
  2111. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +15 -5
  2112. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -7
  2113. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
  2114. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +4 -7
  2115. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +3 -3
  2116. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +22 -6
  2117. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +8 -7
  2118. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -23
  2119. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +5 -9
  2120. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
  2121. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +4 -4
  2122. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +6 -24
  2123. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +5 -24
  2124. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +9 -9
  2125. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +4 -7
  2126. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +8 -3
  2127. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -9
  2128. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -6
  2129. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -5
  2130. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +22 -12
  2131. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +8 -4
  2132. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +8 -3
  2133. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -6
  2134. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +25 -7
  2135. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -6
  2136. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +9 -7
  2137. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +7 -5
  2138. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +4 -26
  2139. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +8 -10
  2140. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +7 -5
  2141. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -10
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +13 -5
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +5 -7
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +3 -8
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +9 -46
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +6 -69
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +5 -69
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +6 -7
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +5 -7
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +24 -9
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +11 -14
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -13
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +13 -6
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +4 -4
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +6 -4
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -8
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +41 -12
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +71 -5
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -6
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +6 -4
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +9 -5
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -4
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +11 -16
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -5
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +5 -6
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +5 -7
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +9 -6
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +14 -3
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -20
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -20
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +6 -5
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +6 -6
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +6 -6
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -19
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +18 -5
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +7 -4
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +3 -3
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +6 -9
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -6
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -7
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +17 -3
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +5 -177
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -7
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +6 -5
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +18 -7
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +4 -7
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +3 -8
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -6
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +10 -8
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +6 -7
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +6 -5
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +4 -4
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -7
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -7
  2198. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
  2199. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +9 -8
  2200. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -5
  2201. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +8 -5
  2202. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +7 -8
  2203. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -5
  2204. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +8 -8
  2205. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -5
  2206. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +5 -6
  2207. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +9 -33
  2208. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +7 -22
  2209. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +7 -5
  2210. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +7 -42
  2211. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
  2212. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -65
  2213. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +4 -6
  2214. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +7 -123
  2215. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +6 -51
  2216. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +7 -26
  2217. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +5 -12
  2218. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -13
  2219. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +28 -10
  2220. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +22 -8
  2221. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +6 -7
  2222. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +41 -7
  2223. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +5 -11
  2224. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +61 -7
  2225. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +7 -13
  2226. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +121 -6
  2227. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +49 -7
  2228. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +25 -7
  2229. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +12 -4
  2230. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +8 -6
  2231. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
  2232. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +7 -52
  2233. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +14 -35
  2234. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +14 -39
  2235. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +8 -57
  2236. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +16 -36
  2237. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +15 -35
  2238. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +8 -4
  2239. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -20
  2240. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +7 -6
  2241. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -11
  2242. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +10 -11
  2243. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +8 -11
  2244. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +51 -9
  2245. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +29 -11
  2246. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +39 -13
  2247. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +61 -17
  2248. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +28 -18
  2249. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +38 -13
  2250. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +5 -19
  2251. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +16 -16
  2252. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -6
  2253. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +10 -4
  2254. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +12 -5
  2255. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +10 -6
  2256. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +11 -7
  2257. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +12 -8
  2258. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -36
  2259. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +15 -32
  2260. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +19 -10
  2261. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
  2262. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
  2263. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +20 -7
  2264. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -24
  2265. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +4 -4
  2266. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +5 -14
  2267. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +6 -5
  2268. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -8
  2269. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -18
  2270. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +30 -23
  2271. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +24 -15
  2272. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -8
  2273. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +17 -12
  2274. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -8
  2275. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +7 -5
  2276. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +23 -7
  2277. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -6
  2278. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -5
  2279. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -7
  2280. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +8 -5
  2281. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -36
  2282. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +30 -6
  2283. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +23 -5
  2284. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +6 -22
  2285. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +12 -16
  2286. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +7 -23
  2287. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +6 -11
  2288. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -9
  2289. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -10
  2290. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -8
  2291. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -4
  2292. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
  2293. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +42 -4
  2294. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -6
  2295. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -25
  2296. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +25 -5
  2297. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +20 -8
  2298. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +21 -31
  2299. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -4
  2300. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -4
  2301. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +10 -5
  2302. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -4
  2303. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +5 -15
  2304. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -4
  2305. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -6
  2306. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +5 -15
  2307. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +26 -5
  2308. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +5 -6
  2309. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +3 -3
  2310. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +39 -10
  2311. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +4 -5
  2312. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -6
  2313. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -7
  2314. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +4 -6
  2315. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -6
  2316. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -4
  2317. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +4 -6
  2318. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -9
  2319. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +5 -10
  2320. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +5 -5
  2321. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
  2322. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -9
  2323. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -16
  2324. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -14
  2325. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -16
  2326. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +6 -16
  2327. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -16
  2328. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -9
  2329. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -8
  2330. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -7
  2331. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -11
  2332. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -5
  2333. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -5
  2334. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +8 -5
  2335. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +16 -11
  2336. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +15 -5
  2337. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +16 -7
  2338. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +16 -9
  2339. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +16 -14
  2340. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +11 -16
  2341. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +9 -5
  2342. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +7 -7
  2343. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
  2344. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +5 -6
  2345. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +5 -5
  2346. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +7 -6
  2347. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +11 -5
  2348. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +4 -25
  2349. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -4
  2350. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +8 -5
  2351. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +16 -8
  2352. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +14 -4
  2353. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
  2354. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +7 -12
  2355. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -6
  2356. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -7
  2357. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +5 -12
  2358. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +6 -6
  2359. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +5 -62
  2360. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -61
  2361. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -10
  2362. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -6
  2363. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -8
  2364. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -5
  2365. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +6 -5
  2366. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +14 -5
  2367. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +6 -6
  2368. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +7 -8
  2369. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -35
  2370. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -36
  2371. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +61 -51
  2372. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +60 -10
  2373. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +9 -6
  2374. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
  2375. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
  2376. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -7
  2377. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +4 -11
  2378. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +4 -7
  2379. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -5
  2380. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -5
  2381. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +35 -5
  2382. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -5
  2383. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +47 -14
  2384. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -12
  2385. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +7 -8
  2386. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +5 -16
  2387. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +5 -25
  2388. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -23
  2389. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +12 -8
  2390. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -7
  2391. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +6 -5
  2392. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +5 -6
  2393. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +6 -8
  2394. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -5
  2395. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +20 -6
  2396. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -9
  2397. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +6 -12
  2398. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -5
  2399. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
  2400. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +23 -8
  2401. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +9 -4
  2402. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -6
  2403. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -5
  2404. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -13
  2405. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +8 -7
  2406. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -30
  2407. githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -9
  2408. githubkit/versions/ghec_v2022_11_28/types/group_1304.py +5 -6
  2409. githubkit/versions/ghec_v2022_11_28/types/group_1305.py +14 -6
  2410. githubkit/versions/ghec_v2022_11_28/types/group_1306.py +6 -65
  2411. githubkit/versions/ghec_v2022_11_28/types/group_1307.py +24 -0
  2412. githubkit/versions/ghec_v2022_11_28/types/group_1308.py +25 -0
  2413. githubkit/versions/ghec_v2022_11_28/types/group_1309.py +19 -0
  2414. githubkit/versions/ghec_v2022_11_28/types/group_1310.py +22 -0
  2415. githubkit/versions/ghec_v2022_11_28/types/group_1311.py +22 -0
  2416. githubkit/versions/ghec_v2022_11_28/types/group_1312.py +30 -0
  2417. githubkit/versions/ghec_v2022_11_28/types/group_1313.py +23 -0
  2418. githubkit/versions/ghec_v2022_11_28/types/group_1314.py +46 -0
  2419. githubkit/versions/ghec_v2022_11_28/types/group_1315.py +26 -0
  2420. githubkit/versions/ghec_v2022_11_28/types/group_1316.py +26 -0
  2421. githubkit/versions/ghec_v2022_11_28/types/group_1317.py +22 -0
  2422. githubkit/versions/ghec_v2022_11_28/types/group_1318.py +22 -0
  2423. githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
  2424. githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
  2425. githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
  2426. githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
  2427. githubkit/versions/latest/models.py +86 -14
  2428. githubkit/versions/latest/types.py +86 -14
  2429. githubkit/versions/v2022_11_28/models/__init__.py +4579 -4497
  2430. githubkit/versions/v2022_11_28/models/group_0010.py +4 -5
  2431. githubkit/versions/v2022_11_28/models/group_0020.py +16 -0
  2432. githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
  2433. githubkit/versions/v2022_11_28/models/group_0038.py +113 -83
  2434. githubkit/versions/v2022_11_28/models/group_0039.py +52 -26
  2435. githubkit/versions/v2022_11_28/models/group_0040.py +23 -31
  2436. githubkit/versions/v2022_11_28/models/group_0041.py +140 -14
  2437. githubkit/versions/v2022_11_28/models/group_0042.py +19 -111
  2438. githubkit/versions/v2022_11_28/models/group_0043.py +25 -36
  2439. githubkit/versions/v2022_11_28/models/group_0044.py +13 -82
  2440. githubkit/versions/v2022_11_28/models/group_0045.py +104 -56
  2441. githubkit/versions/v2022_11_28/models/group_0046.py +34 -33
  2442. githubkit/versions/v2022_11_28/models/group_0047.py +65 -50
  2443. githubkit/versions/v2022_11_28/models/group_0048.py +59 -109
  2444. githubkit/versions/v2022_11_28/models/group_0049.py +36 -23
  2445. githubkit/versions/v2022_11_28/models/group_0050.py +53 -16
  2446. githubkit/versions/v2022_11_28/models/group_0051.py +122 -7
  2447. githubkit/versions/v2022_11_28/models/group_0052.py +31 -21
  2448. githubkit/versions/v2022_11_28/models/group_0053.py +30 -21
  2449. githubkit/versions/v2022_11_28/models/group_0054.py +7 -24
  2450. githubkit/versions/v2022_11_28/models/group_0055.py +26 -44
  2451. githubkit/versions/v2022_11_28/models/group_0056.py +20 -75
  2452. githubkit/versions/v2022_11_28/models/group_0057.py +20 -88
  2453. githubkit/versions/v2022_11_28/models/group_0058.py +30 -142
  2454. githubkit/versions/v2022_11_28/models/group_0059.py +69 -27
  2455. githubkit/versions/v2022_11_28/models/group_0060.py +89 -14
  2456. githubkit/versions/v2022_11_28/models/group_0061.py +159 -13
  2457. githubkit/versions/v2022_11_28/models/group_0062.py +29 -37
  2458. githubkit/versions/v2022_11_28/models/group_0063.py +11 -108
  2459. githubkit/versions/v2022_11_28/models/group_0064.py +21 -10
  2460. githubkit/versions/v2022_11_28/models/group_0065.py +17 -11
  2461. githubkit/versions/v2022_11_28/models/group_0066.py +30 -70
  2462. githubkit/versions/v2022_11_28/models/group_0067.py +123 -13
  2463. githubkit/versions/v2022_11_28/models/group_0068.py +8 -24
  2464. githubkit/versions/v2022_11_28/models/group_0069.py +12 -7
  2465. githubkit/versions/v2022_11_28/models/group_0070.py +73 -13
  2466. githubkit/versions/v2022_11_28/models/group_0071.py +16 -16
  2467. githubkit/versions/v2022_11_28/models/group_0072.py +24 -10
  2468. githubkit/versions/v2022_11_28/models/group_0073.py +9 -15
  2469. githubkit/versions/v2022_11_28/models/group_0074.py +16 -12
  2470. githubkit/versions/v2022_11_28/models/group_0075.py +15 -18
  2471. githubkit/versions/v2022_11_28/models/group_0076.py +11 -17
  2472. githubkit/versions/v2022_11_28/models/group_0077.py +10 -31
  2473. githubkit/versions/v2022_11_28/models/group_0078.py +15 -11
  2474. githubkit/versions/v2022_11_28/models/group_0079.py +16 -28
  2475. githubkit/versions/v2022_11_28/models/group_0080.py +17 -40
  2476. githubkit/versions/v2022_11_28/models/group_0081.py +21 -43
  2477. githubkit/versions/v2022_11_28/models/group_0082.py +17 -42
  2478. githubkit/versions/v2022_11_28/models/group_0083.py +26 -13
  2479. githubkit/versions/v2022_11_28/models/group_0084.py +32 -59
  2480. githubkit/versions/v2022_11_28/models/group_0085.py +43 -41
  2481. githubkit/versions/v2022_11_28/models/group_0086.py +34 -18
  2482. githubkit/versions/v2022_11_28/models/group_0087.py +11 -145
  2483. githubkit/versions/v2022_11_28/models/group_0088.py +64 -11
  2484. githubkit/versions/v2022_11_28/models/group_0089.py +43 -59
  2485. githubkit/versions/v2022_11_28/models/group_0090.py +16 -73
  2486. githubkit/versions/v2022_11_28/models/group_0091.py +101 -285
  2487. githubkit/versions/v2022_11_28/models/group_0092.py +11 -5
  2488. githubkit/versions/v2022_11_28/models/group_0093.py +68 -23
  2489. githubkit/versions/v2022_11_28/models/group_0094.py +78 -20
  2490. githubkit/versions/v2022_11_28/models/group_0095.py +329 -26
  2491. githubkit/versions/v2022_11_28/models/group_0096.py +9 -22
  2492. githubkit/versions/v2022_11_28/models/group_0097.py +25 -12
  2493. githubkit/versions/v2022_11_28/models/group_0098.py +21 -13
  2494. githubkit/versions/v2022_11_28/models/group_0099.py +33 -7
  2495. githubkit/versions/v2022_11_28/models/group_0100.py +17 -12
  2496. githubkit/versions/v2022_11_28/models/group_0101.py +14 -14
  2497. githubkit/versions/v2022_11_28/models/group_0102.py +10 -13
  2498. githubkit/versions/v2022_11_28/models/group_0103.py +7 -21
  2499. githubkit/versions/v2022_11_28/models/group_0104.py +14 -20
  2500. githubkit/versions/v2022_11_28/models/group_0105.py +11 -33
  2501. githubkit/versions/v2022_11_28/models/group_0106.py +12 -30
  2502. githubkit/versions/v2022_11_28/models/group_0107.py +17 -51
  2503. githubkit/versions/v2022_11_28/models/group_0108.py +18 -40
  2504. githubkit/versions/v2022_11_28/models/group_0109.py +31 -36
  2505. githubkit/versions/v2022_11_28/models/group_0110.py +28 -49
  2506. githubkit/versions/v2022_11_28/models/group_0111.py +40 -74
  2507. githubkit/versions/v2022_11_28/models/group_0112.py +38 -81
  2508. githubkit/versions/v2022_11_28/models/group_0113.py +37 -22
  2509. githubkit/versions/v2022_11_28/models/group_0114.py +48 -24
  2510. githubkit/versions/v2022_11_28/models/group_0115.py +80 -35
  2511. githubkit/versions/v2022_11_28/models/group_0116.py +79 -29
  2512. githubkit/versions/v2022_11_28/models/group_0117.py +25 -9
  2513. githubkit/versions/v2022_11_28/models/group_0118.py +31 -11
  2514. githubkit/versions/v2022_11_28/models/group_0119.py +44 -11
  2515. githubkit/versions/v2022_11_28/models/group_0120.py +27 -173
  2516. githubkit/versions/v2022_11_28/models/group_0121.py +9 -18
  2517. githubkit/versions/v2022_11_28/models/group_0122.py +12 -9
  2518. githubkit/versions/v2022_11_28/models/group_0123.py +13 -14
  2519. githubkit/versions/v2022_11_28/models/group_0124.py +182 -10
  2520. githubkit/versions/v2022_11_28/models/group_0125.py +16 -12
  2521. githubkit/versions/v2022_11_28/models/group_0126.py +9 -9
  2522. githubkit/versions/v2022_11_28/models/group_0127.py +10 -6
  2523. githubkit/versions/v2022_11_28/models/group_0128.py +7 -7
  2524. githubkit/versions/v2022_11_28/models/group_0129.py +10 -30
  2525. githubkit/versions/v2022_11_28/models/group_0130.py +9 -13
  2526. githubkit/versions/v2022_11_28/models/group_0131.py +7 -13
  2527. githubkit/versions/v2022_11_28/models/group_0132.py +6 -10
  2528. githubkit/versions/v2022_11_28/models/group_0133.py +29 -36
  2529. githubkit/versions/v2022_11_28/models/group_0134.py +11 -10
  2530. githubkit/versions/v2022_11_28/models/group_0135.py +15 -6
  2531. githubkit/versions/v2022_11_28/models/group_0136.py +14 -8
  2532. githubkit/versions/v2022_11_28/models/group_0137.py +40 -10
  2533. githubkit/versions/v2022_11_28/models/group_0138.py +17 -35
  2534. githubkit/versions/v2022_11_28/models/group_0139.py +6 -17
  2535. githubkit/versions/v2022_11_28/models/group_0140.py +10 -7
  2536. githubkit/versions/v2022_11_28/models/group_0141.py +10 -30
  2537. githubkit/versions/v2022_11_28/models/group_0142.py +35 -18
  2538. githubkit/versions/v2022_11_28/models/group_0143.py +13 -27
  2539. githubkit/versions/v2022_11_28/models/group_0144.py +6 -17
  2540. githubkit/versions/v2022_11_28/models/group_0145.py +24 -24
  2541. githubkit/versions/v2022_11_28/models/group_0146.py +9 -10
  2542. githubkit/versions/v2022_11_28/models/group_0147.py +25 -11
  2543. githubkit/versions/v2022_11_28/models/group_0148.py +9 -8
  2544. githubkit/versions/v2022_11_28/models/group_0149.py +30 -13
  2545. githubkit/versions/v2022_11_28/models/group_0150.py +8 -8
  2546. githubkit/versions/v2022_11_28/models/group_0151.py +4 -4
  2547. githubkit/versions/v2022_11_28/models/group_0152.py +8 -8
  2548. githubkit/versions/v2022_11_28/models/group_0153.py +4 -4
  2549. githubkit/versions/v2022_11_28/models/group_0154.py +8 -8
  2550. githubkit/versions/v2022_11_28/models/group_0155.py +4 -4
  2551. githubkit/versions/v2022_11_28/models/group_0156.py +8 -10
  2552. githubkit/versions/v2022_11_28/models/group_0157.py +17 -6
  2553. githubkit/versions/v2022_11_28/models/group_0158.py +8 -9
  2554. githubkit/versions/v2022_11_28/models/group_0159.py +17 -8
  2555. githubkit/versions/v2022_11_28/models/group_0160.py +10 -9
  2556. githubkit/versions/v2022_11_28/models/group_0161.py +6 -6
  2557. githubkit/versions/v2022_11_28/models/group_0162.py +11 -9
  2558. githubkit/versions/v2022_11_28/models/group_0163.py +7 -7
  2559. githubkit/versions/v2022_11_28/models/group_0164.py +14 -7
  2560. githubkit/versions/v2022_11_28/models/group_0165.py +7 -16
  2561. githubkit/versions/v2022_11_28/models/group_0166.py +13 -32
  2562. githubkit/versions/v2022_11_28/models/group_0167.py +9 -17
  2563. githubkit/versions/v2022_11_28/models/group_0168.py +9 -28
  2564. githubkit/versions/v2022_11_28/models/group_0169.py +10 -128
  2565. githubkit/versions/v2022_11_28/models/group_0170.py +27 -36
  2566. githubkit/versions/v2022_11_28/models/group_0171.py +12 -83
  2567. githubkit/versions/v2022_11_28/models/group_0172.py +25 -11
  2568. githubkit/versions/v2022_11_28/models/group_0173.py +130 -7
  2569. githubkit/versions/v2022_11_28/models/group_0174.py +40 -13
  2570. githubkit/versions/v2022_11_28/models/group_0175.py +86 -7
  2571. githubkit/versions/v2022_11_28/models/group_0176.py +17 -5
  2572. githubkit/versions/v2022_11_28/models/group_0177.py +12 -28
  2573. githubkit/versions/v2022_11_28/models/group_0178.py +12 -183
  2574. githubkit/versions/v2022_11_28/models/group_0179.py +7 -85
  2575. githubkit/versions/v2022_11_28/models/group_0180.py +6 -15
  2576. githubkit/versions/v2022_11_28/models/group_0181.py +28 -14
  2577. githubkit/versions/v2022_11_28/models/group_0182.py +180 -15
  2578. githubkit/versions/v2022_11_28/models/group_0183.py +79 -111
  2579. githubkit/versions/v2022_11_28/models/group_0184.py +10 -37
  2580. githubkit/versions/v2022_11_28/models/group_0185.py +11 -30
  2581. githubkit/versions/v2022_11_28/models/group_0186.py +24 -21
  2582. githubkit/versions/v2022_11_28/models/group_0187.py +114 -11
  2583. githubkit/versions/v2022_11_28/models/group_0188.py +28 -35
  2584. githubkit/versions/v2022_11_28/models/group_0189.py +20 -139
  2585. githubkit/versions/v2022_11_28/models/group_0190.py +12 -21
  2586. githubkit/versions/v2022_11_28/models/group_0191.py +12 -13
  2587. githubkit/versions/v2022_11_28/models/group_0192.py +41 -7
  2588. githubkit/versions/v2022_11_28/models/group_0193.py +151 -8
  2589. githubkit/versions/v2022_11_28/models/group_0194.py +29 -12
  2590. githubkit/versions/v2022_11_28/models/group_0195.py +16 -20
  2591. githubkit/versions/v2022_11_28/models/group_0196.py +12 -40
  2592. githubkit/versions/v2022_11_28/models/group_0197.py +8 -31
  2593. githubkit/versions/v2022_11_28/models/group_0198.py +10 -88
  2594. githubkit/versions/v2022_11_28/models/group_0199.py +18 -12
  2595. githubkit/versions/v2022_11_28/models/group_0200.py +40 -11
  2596. githubkit/versions/v2022_11_28/models/group_0201.py +28 -11
  2597. githubkit/versions/v2022_11_28/models/group_0202.py +84 -13
  2598. githubkit/versions/v2022_11_28/models/group_0203.py +15 -8
  2599. githubkit/versions/v2022_11_28/models/group_0204.py +11 -50
  2600. githubkit/versions/v2022_11_28/models/group_0205.py +10 -42
  2601. githubkit/versions/v2022_11_28/models/group_0206.py +11 -96
  2602. githubkit/versions/v2022_11_28/models/group_0207.py +6 -43
  2603. githubkit/versions/v2022_11_28/models/group_0208.py +51 -10
  2604. githubkit/versions/v2022_11_28/models/group_0209.py +43 -14
  2605. githubkit/versions/v2022_11_28/models/group_0210.py +88 -37
  2606. githubkit/versions/v2022_11_28/models/group_0211.py +32 -37
  2607. githubkit/versions/v2022_11_28/models/group_0212.py +8 -90
  2608. githubkit/versions/v2022_11_28/models/group_0213.py +12 -47
  2609. githubkit/versions/v2022_11_28/models/group_0214.py +45 -21
  2610. githubkit/versions/v2022_11_28/models/group_0215.py +48 -12
  2611. githubkit/versions/v2022_11_28/models/group_0216.py +88 -9
  2612. githubkit/versions/v2022_11_28/models/group_0217.py +46 -25
  2613. githubkit/versions/v2022_11_28/models/group_0218.py +23 -42
  2614. githubkit/versions/v2022_11_28/models/group_0219.py +12 -127
  2615. githubkit/versions/v2022_11_28/models/group_0220.py +9 -168
  2616. githubkit/versions/v2022_11_28/models/group_0221.py +25 -23
  2617. githubkit/versions/v2022_11_28/models/group_0222.py +43 -9
  2618. githubkit/versions/v2022_11_28/models/group_0223.py +128 -9
  2619. githubkit/versions/v2022_11_28/models/group_0224.py +167 -19
  2620. githubkit/versions/v2022_11_28/models/group_0225.py +17 -45
  2621. githubkit/versions/v2022_11_28/models/group_0226.py +10 -25
  2622. githubkit/versions/v2022_11_28/models/group_0227.py +11 -33
  2623. githubkit/versions/v2022_11_28/models/group_0228.py +19 -152
  2624. githubkit/versions/v2022_11_28/models/group_0229.py +56 -24
  2625. githubkit/versions/v2022_11_28/models/group_0230.py +18 -25
  2626. githubkit/versions/v2022_11_28/models/group_0231.py +27 -31
  2627. githubkit/versions/v2022_11_28/models/group_0232.py +138 -57
  2628. githubkit/versions/v2022_11_28/models/group_0233.py +24 -18
  2629. githubkit/versions/v2022_11_28/models/group_0234.py +34 -69
  2630. githubkit/versions/v2022_11_28/models/group_0235.py +31 -30
  2631. githubkit/versions/v2022_11_28/models/group_0236.py +67 -44
  2632. githubkit/versions/v2022_11_28/models/group_0237.py +17 -91
  2633. githubkit/versions/v2022_11_28/models/group_0238.py +66 -9
  2634. githubkit/versions/v2022_11_28/models/group_0239.py +31 -11
  2635. githubkit/versions/v2022_11_28/models/group_0240.py +49 -7
  2636. githubkit/versions/v2022_11_28/models/group_0241.py +78 -30
  2637. githubkit/versions/v2022_11_28/models/group_0242.py +11 -12
  2638. githubkit/versions/v2022_11_28/models/group_0243.py +10 -27
  2639. githubkit/versions/v2022_11_28/models/group_0244.py +10 -17
  2640. githubkit/versions/v2022_11_28/models/group_0245.py +42 -9
  2641. githubkit/versions/v2022_11_28/models/group_0246.py +10 -53
  2642. githubkit/versions/v2022_11_28/models/group_0247.py +24 -21
  2643. githubkit/versions/v2022_11_28/models/group_0248.py +15 -26
  2644. githubkit/versions/v2022_11_28/models/group_0249.py +9 -39
  2645. githubkit/versions/v2022_11_28/models/group_0250.py +43 -34
  2646. githubkit/versions/v2022_11_28/models/group_0251.py +24 -33
  2647. githubkit/versions/v2022_11_28/models/group_0252.py +25 -13
  2648. githubkit/versions/v2022_11_28/models/group_0253.py +38 -7
  2649. githubkit/versions/v2022_11_28/models/group_0254.py +43 -10
  2650. githubkit/versions/v2022_11_28/models/group_0255.py +35 -23
  2651. githubkit/versions/v2022_11_28/models/group_0256.py +11 -29
  2652. githubkit/versions/v2022_11_28/models/group_0257.py +10 -9
  2653. githubkit/versions/v2022_11_28/models/group_0258.py +13 -24
  2654. githubkit/versions/v2022_11_28/models/group_0259.py +28 -58
  2655. githubkit/versions/v2022_11_28/models/group_0260.py +25 -47
  2656. githubkit/versions/v2022_11_28/models/group_0261.py +8 -19
  2657. githubkit/versions/v2022_11_28/models/group_0262.py +32 -9
  2658. githubkit/versions/v2022_11_28/models/group_0263.py +57 -17
  2659. githubkit/versions/v2022_11_28/models/group_0264.py +24 -55
  2660. githubkit/versions/v2022_11_28/models/group_0265.py +14 -21
  2661. githubkit/versions/v2022_11_28/models/group_0266.py +7 -13
  2662. githubkit/versions/v2022_11_28/models/group_0267.py +16 -38
  2663. githubkit/versions/v2022_11_28/models/group_0268.py +78 -12
  2664. githubkit/versions/v2022_11_28/models/group_0269.py +20 -38
  2665. githubkit/versions/v2022_11_28/models/group_0270.py +13 -26
  2666. githubkit/versions/v2022_11_28/models/group_0271.py +29 -49
  2667. githubkit/versions/v2022_11_28/models/group_0272.py +19 -28
  2668. githubkit/versions/v2022_11_28/models/group_0273.py +36 -27
  2669. githubkit/versions/v2022_11_28/models/group_0274.py +26 -31
  2670. githubkit/versions/v2022_11_28/models/group_0275.py +44 -13
  2671. githubkit/versions/v2022_11_28/models/group_0276.py +23 -104
  2672. githubkit/versions/v2022_11_28/models/group_0277.py +28 -46
  2673. githubkit/versions/v2022_11_28/models/group_0278.py +32 -33
  2674. githubkit/versions/v2022_11_28/models/group_0279.py +32 -58
  2675. githubkit/versions/v2022_11_28/models/group_0280.py +106 -23
  2676. githubkit/versions/v2022_11_28/models/group_0281.py +51 -27
  2677. githubkit/versions/v2022_11_28/models/group_0282.py +32 -147
  2678. githubkit/versions/v2022_11_28/models/group_0283.py +60 -7
  2679. githubkit/versions/v2022_11_28/models/group_0284.py +20 -23
  2680. githubkit/versions/v2022_11_28/models/group_0285.py +26 -35
  2681. githubkit/versions/v2022_11_28/models/group_0286.py +126 -54
  2682. githubkit/versions/v2022_11_28/models/group_0287.py +7 -48
  2683. githubkit/versions/v2022_11_28/models/group_0288.py +29 -11
  2684. githubkit/versions/v2022_11_28/models/group_0289.py +25 -66
  2685. githubkit/versions/v2022_11_28/models/group_0290.py +70 -15
  2686. githubkit/versions/v2022_11_28/models/group_0291.py +39 -8
  2687. githubkit/versions/v2022_11_28/models/group_0292.py +12 -12
  2688. githubkit/versions/v2022_11_28/models/group_0293.py +80 -6
  2689. githubkit/versions/v2022_11_28/models/group_0294.py +18 -16
  2690. githubkit/versions/v2022_11_28/models/group_0295.py +11 -42
  2691. githubkit/versions/v2022_11_28/models/group_0296.py +14 -9
  2692. githubkit/versions/v2022_11_28/models/group_0297.py +7 -18
  2693. githubkit/versions/v2022_11_28/models/group_0298.py +15 -79
  2694. githubkit/versions/v2022_11_28/models/group_0299.py +41 -18
  2695. githubkit/versions/v2022_11_28/models/group_0300.py +6 -38
  2696. githubkit/versions/v2022_11_28/models/group_0301.py +13 -25
  2697. githubkit/versions/v2022_11_28/models/group_0302.py +81 -7
  2698. githubkit/versions/v2022_11_28/models/group_0303.py +19 -31
  2699. githubkit/versions/v2022_11_28/models/group_0304.py +32 -54
  2700. githubkit/versions/v2022_11_28/models/group_0305.py +28 -12
  2701. githubkit/versions/v2022_11_28/models/group_0306.py +9 -11
  2702. githubkit/versions/v2022_11_28/models/group_0307.py +23 -126
  2703. githubkit/versions/v2022_11_28/models/group_0308.py +53 -23
  2704. githubkit/versions/v2022_11_28/models/group_0309.py +10 -29
  2705. githubkit/versions/v2022_11_28/models/group_0310.py +12 -27
  2706. githubkit/versions/v2022_11_28/models/group_0311.py +126 -11
  2707. githubkit/versions/v2022_11_28/models/group_0312.py +13 -12
  2708. githubkit/versions/v2022_11_28/models/group_0313.py +13 -12
  2709. githubkit/versions/v2022_11_28/models/group_0314.py +13 -20
  2710. githubkit/versions/v2022_11_28/models/group_0315.py +12 -24
  2711. githubkit/versions/v2022_11_28/models/group_0316.py +20 -23
  2712. githubkit/versions/v2022_11_28/models/group_0317.py +12 -17
  2713. githubkit/versions/v2022_11_28/models/group_0318.py +18 -7
  2714. githubkit/versions/v2022_11_28/models/group_0319.py +17 -23
  2715. githubkit/versions/v2022_11_28/models/group_0320.py +17 -23
  2716. githubkit/versions/v2022_11_28/models/group_0321.py +15 -19
  2717. githubkit/versions/v2022_11_28/models/group_0322.py +8 -30
  2718. githubkit/versions/v2022_11_28/models/group_0323.py +29 -36
  2719. githubkit/versions/v2022_11_28/models/group_0324.py +33 -14
  2720. githubkit/versions/v2022_11_28/models/group_0325.py +37 -10
  2721. githubkit/versions/v2022_11_28/models/group_0326.py +28 -70
  2722. githubkit/versions/v2022_11_28/models/group_0327.py +24 -43
  2723. githubkit/versions/v2022_11_28/models/group_0328.py +11 -136
  2724. githubkit/versions/v2022_11_28/models/group_0329.py +13 -21
  2725. githubkit/versions/v2022_11_28/models/group_0330.py +80 -16
  2726. githubkit/versions/v2022_11_28/models/group_0331.py +59 -16
  2727. githubkit/versions/v2022_11_28/models/group_0332.py +142 -16
  2728. githubkit/versions/v2022_11_28/models/group_0333.py +24 -6
  2729. githubkit/versions/v2022_11_28/models/group_0334.py +17 -31
  2730. githubkit/versions/v2022_11_28/models/group_0335.py +19 -9
  2731. githubkit/versions/v2022_11_28/models/group_0336.py +16 -75
  2732. githubkit/versions/v2022_11_28/models/group_0337.py +6 -32
  2733. githubkit/versions/v2022_11_28/models/group_0338.py +33 -6
  2734. githubkit/versions/v2022_11_28/models/group_0339.py +9 -16
  2735. githubkit/versions/v2022_11_28/models/group_0340.py +77 -20
  2736. githubkit/versions/v2022_11_28/models/group_0341.py +26 -87
  2737. githubkit/versions/v2022_11_28/models/group_0342.py +6 -91
  2738. githubkit/versions/v2022_11_28/models/group_0343.py +19 -11
  2739. githubkit/versions/v2022_11_28/models/group_0344.py +22 -27
  2740. githubkit/versions/v2022_11_28/models/group_0345.py +90 -13
  2741. githubkit/versions/v2022_11_28/models/group_0346.py +91 -7
  2742. githubkit/versions/v2022_11_28/models/group_0347.py +13 -12
  2743. githubkit/versions/v2022_11_28/models/group_0348.py +19 -59
  2744. githubkit/versions/v2022_11_28/models/group_0349.py +13 -73
  2745. githubkit/versions/v2022_11_28/models/group_0350.py +9 -8
  2746. githubkit/versions/v2022_11_28/models/group_0351.py +11 -26
  2747. githubkit/versions/v2022_11_28/models/group_0352.py +57 -36
  2748. githubkit/versions/v2022_11_28/models/group_0353.py +75 -8
  2749. githubkit/versions/v2022_11_28/models/group_0354.py +8 -22
  2750. githubkit/versions/v2022_11_28/models/group_0355.py +26 -18
  2751. githubkit/versions/v2022_11_28/models/group_0356.py +40 -16
  2752. githubkit/versions/v2022_11_28/models/group_0357.py +10 -19
  2753. githubkit/versions/v2022_11_28/models/group_0358.py +8 -5
  2754. githubkit/versions/v2022_11_28/models/group_0359.py +5 -8
  2755. githubkit/versions/v2022_11_28/models/group_0360.py +7 -9
  2756. githubkit/versions/v2022_11_28/models/group_0361.py +5 -5
  2757. githubkit/versions/v2022_11_28/models/group_0362.py +5 -8
  2758. githubkit/versions/v2022_11_28/models/group_0363.py +7 -9
  2759. githubkit/versions/v2022_11_28/models/group_0364.py +10 -5
  2760. githubkit/versions/v2022_11_28/models/group_0365.py +5 -10
  2761. githubkit/versions/v2022_11_28/models/group_0366.py +7 -9
  2762. githubkit/versions/v2022_11_28/models/group_0367.py +7 -7
  2763. githubkit/versions/v2022_11_28/models/group_0368.py +5 -10
  2764. githubkit/versions/v2022_11_28/models/group_0369.py +7 -7
  2765. githubkit/versions/v2022_11_28/models/group_0370.py +7 -7
  2766. githubkit/versions/v2022_11_28/models/group_0371.py +7 -7
  2767. githubkit/versions/v2022_11_28/models/group_0372.py +7 -7
  2768. githubkit/versions/v2022_11_28/models/group_0373.py +9 -7
  2769. githubkit/versions/v2022_11_28/models/group_0374.py +9 -7
  2770. githubkit/versions/v2022_11_28/models/group_0375.py +9 -7
  2771. githubkit/versions/v2022_11_28/models/group_0376.py +14 -83
  2772. githubkit/versions/v2022_11_28/models/group_0377.py +16 -12
  2773. githubkit/versions/v2022_11_28/models/group_0378.py +14 -58
  2774. githubkit/versions/v2022_11_28/models/group_0379.py +18 -8
  2775. githubkit/versions/v2022_11_28/models/group_0380.py +113 -94
  2776. githubkit/versions/v2022_11_28/models/group_0381.py +61 -85
  2777. githubkit/versions/v2022_11_28/models/group_0382.py +11 -119
  2778. githubkit/versions/v2022_11_28/models/group_0383.py +61 -8
  2779. githubkit/versions/v2022_11_28/models/group_0384.py +13 -10
  2780. githubkit/versions/v2022_11_28/models/group_0385.py +112 -25
  2781. githubkit/versions/v2022_11_28/models/group_0386.py +89 -6
  2782. githubkit/versions/v2022_11_28/models/group_0387.py +123 -16
  2783. githubkit/versions/v2022_11_28/models/group_0388.py +12 -21
  2784. githubkit/versions/v2022_11_28/models/group_0389.py +8 -12
  2785. githubkit/versions/v2022_11_28/models/group_0390.py +27 -6
  2786. githubkit/versions/v2022_11_28/models/group_0391.py +6 -9
  2787. githubkit/versions/v2022_11_28/models/group_0392.py +18 -10
  2788. githubkit/versions/v2022_11_28/models/group_0393.py +21 -9
  2789. githubkit/versions/v2022_11_28/models/group_0394.py +12 -8
  2790. githubkit/versions/v2022_11_28/models/group_0395.py +6 -10
  2791. githubkit/versions/v2022_11_28/models/group_0396.py +8 -25
  2792. githubkit/versions/v2022_11_28/models/group_0397.py +9 -41
  2793. githubkit/versions/v2022_11_28/models/group_0398.py +9 -53
  2794. githubkit/versions/v2022_11_28/models/group_0399.py +9 -39
  2795. githubkit/versions/v2022_11_28/models/group_0400.py +9 -124
  2796. githubkit/versions/v2022_11_28/models/group_0401.py +16 -26
  2797. githubkit/versions/v2022_11_28/models/group_0402.py +22 -114
  2798. githubkit/versions/v2022_11_28/models/group_0403.py +34 -69
  2799. githubkit/versions/v2022_11_28/models/group_0404.py +32 -55
  2800. githubkit/versions/v2022_11_28/models/group_0405.py +117 -58
  2801. githubkit/versions/v2022_11_28/models/group_0406.py +34 -7
  2802. githubkit/versions/v2022_11_28/models/group_0407.py +126 -22
  2803. githubkit/versions/v2022_11_28/models/group_0408.py +66 -128
  2804. githubkit/versions/v2022_11_28/models/group_0409.py +59 -9
  2805. githubkit/versions/v2022_11_28/models/group_0410.py +55 -55
  2806. githubkit/versions/v2022_11_28/models/group_0411.py +7 -14
  2807. githubkit/versions/v2022_11_28/models/group_0412.py +24 -32
  2808. githubkit/versions/v2022_11_28/models/group_0413.py +150 -7
  2809. githubkit/versions/v2022_11_28/models/group_0414.py +10 -10
  2810. githubkit/versions/v2022_11_28/models/group_0415.py +64 -9
  2811. githubkit/versions/v2022_11_28/models/group_0416.py +14 -17
  2812. githubkit/versions/v2022_11_28/models/group_0417.py +37 -6
  2813. githubkit/versions/v2022_11_28/models/group_0418.py +15 -46
  2814. githubkit/versions/v2022_11_28/models/group_0419.py +12 -30
  2815. githubkit/versions/v2022_11_28/models/group_0420.py +11 -11
  2816. githubkit/versions/v2022_11_28/models/group_0421.py +17 -22
  2817. githubkit/versions/v2022_11_28/models/group_0422.py +9 -355
  2818. githubkit/versions/v2022_11_28/models/group_0423.py +31 -60
  2819. githubkit/versions/v2022_11_28/models/group_0424.py +23 -47
  2820. githubkit/versions/v2022_11_28/models/group_0425.py +11 -69
  2821. githubkit/versions/v2022_11_28/models/group_0426.py +18 -16
  2822. githubkit/versions/v2022_11_28/models/group_0427.py +357 -13
  2823. githubkit/versions/v2022_11_28/models/group_0428.py +63 -62
  2824. githubkit/versions/v2022_11_28/models/group_0429.py +55 -12
  2825. githubkit/versions/v2022_11_28/models/group_0430.py +74 -30
  2826. githubkit/versions/v2022_11_28/models/group_0431.py +17 -79
  2827. githubkit/versions/v2022_11_28/models/group_0432.py +8 -163
  2828. githubkit/versions/v2022_11_28/models/group_0433.py +39 -52
  2829. githubkit/versions/v2022_11_28/models/group_0434.py +11 -14
  2830. githubkit/versions/v2022_11_28/models/group_0435.py +36 -15
  2831. githubkit/versions/v2022_11_28/models/group_0436.py +83 -8
  2832. githubkit/versions/v2022_11_28/models/group_0437.py +105 -26
  2833. githubkit/versions/v2022_11_28/models/group_0438.py +80 -19
  2834. githubkit/versions/v2022_11_28/models/group_0439.py +4 -386
  2835. githubkit/versions/v2022_11_28/models/group_0440.py +8 -60
  2836. githubkit/versions/v2022_11_28/models/group_0441.py +8 -386
  2837. githubkit/versions/v2022_11_28/models/group_0442.py +63 -3
  2838. githubkit/versions/v2022_11_28/models/group_0443.py +14 -37
  2839. githubkit/versions/v2022_11_28/models/group_0444.py +381 -29
  2840. githubkit/versions/v2022_11_28/models/group_0445.py +49 -47
  2841. githubkit/versions/v2022_11_28/models/group_0446.py +383 -12
  2842. githubkit/versions/v2022_11_28/models/group_0447.py +6 -33
  2843. githubkit/versions/v2022_11_28/models/group_0448.py +36 -41
  2844. githubkit/versions/v2022_11_28/models/group_0449.py +34 -173
  2845. githubkit/versions/v2022_11_28/models/group_0450.py +51 -45
  2846. githubkit/versions/v2022_11_28/models/group_0451.py +14 -53
  2847. githubkit/versions/v2022_11_28/models/group_0452.py +51 -10
  2848. githubkit/versions/v2022_11_28/models/group_0453.py +48 -26
  2849. githubkit/versions/v2022_11_28/models/group_0454.py +177 -14
  2850. githubkit/versions/v2022_11_28/models/group_0455.py +45 -20
  2851. githubkit/versions/v2022_11_28/models/group_0456.py +48 -23
  2852. githubkit/versions/v2022_11_28/models/group_0457.py +12 -117
  2853. githubkit/versions/v2022_11_28/models/group_0458.py +31 -48
  2854. githubkit/versions/v2022_11_28/models/group_0459.py +12 -1051
  2855. githubkit/versions/v2022_11_28/models/group_0460.py +17 -157
  2856. githubkit/versions/v2022_11_28/models/group_0461.py +23 -84
  2857. githubkit/versions/v2022_11_28/models/group_0462.py +110 -127
  2858. githubkit/versions/v2022_11_28/models/group_0463.py +36 -133
  2859. githubkit/versions/v2022_11_28/models/group_0464.py +1023 -24
  2860. githubkit/versions/v2022_11_28/models/group_0465.py +144 -66
  2861. githubkit/versions/v2022_11_28/models/group_0466.py +86 -91
  2862. githubkit/versions/v2022_11_28/models/group_0467.py +82 -66
  2863. githubkit/versions/v2022_11_28/models/group_0468.py +131 -32
  2864. githubkit/versions/v2022_11_28/models/group_0469.py +49 -50
  2865. githubkit/versions/v2022_11_28/models/group_0470.py +78 -23
  2866. githubkit/versions/v2022_11_28/models/group_0471.py +98 -37
  2867. githubkit/versions/v2022_11_28/models/group_0472.py +121 -36
  2868. githubkit/versions/v2022_11_28/models/group_0473.py +38 -36
  2869. githubkit/versions/v2022_11_28/models/group_0474.py +48 -191
  2870. githubkit/versions/v2022_11_28/models/group_0475.py +13 -12
  2871. githubkit/versions/v2022_11_28/models/group_0476.py +33 -8
  2872. githubkit/versions/v2022_11_28/models/group_0477.py +17 -11
  2873. githubkit/versions/v2022_11_28/models/group_0478.py +38 -8
  2874. githubkit/versions/v2022_11_28/models/group_0479.py +176 -24
  2875. githubkit/versions/v2022_11_28/models/group_0480.py +32 -8
  2876. githubkit/versions/v2022_11_28/models/group_0481.py +8 -32
  2877. githubkit/versions/v2022_11_28/models/group_0482.py +32 -8
  2878. githubkit/versions/v2022_11_28/models/group_0483.py +7 -337
  2879. githubkit/versions/v2022_11_28/models/group_0484.py +24 -310
  2880. githubkit/versions/v2022_11_28/models/group_0485.py +7 -337
  2881. githubkit/versions/v2022_11_28/models/group_0486.py +13 -195
  2882. githubkit/versions/v2022_11_28/models/group_0487.py +7 -247
  2883. githubkit/versions/v2022_11_28/models/group_0488.py +275 -121
  2884. githubkit/versions/v2022_11_28/models/group_0489.py +248 -122
  2885. githubkit/versions/v2022_11_28/models/group_0490.py +269 -122
  2886. githubkit/versions/v2022_11_28/models/group_0491.py +79 -45
  2887. githubkit/versions/v2022_11_28/models/group_0492.py +185 -73
  2888. githubkit/versions/v2022_11_28/models/group_0493.py +158 -21
  2889. githubkit/versions/v2022_11_28/models/group_0494.py +191 -15
  2890. githubkit/versions/v2022_11_28/models/group_0495.py +167 -17
  2891. githubkit/versions/v2022_11_28/models/group_0496.py +160 -15
  2892. githubkit/versions/v2022_11_28/models/group_0497.py +116 -15
  2893. githubkit/versions/v2022_11_28/models/group_0498.py +27 -21
  2894. githubkit/versions/v2022_11_28/models/group_0499.py +15 -21
  2895. githubkit/versions/v2022_11_28/models/group_0500.py +26 -20
  2896. githubkit/versions/v2022_11_28/models/group_0501.py +20 -20
  2897. githubkit/versions/v2022_11_28/models/group_0502.py +20 -20
  2898. githubkit/versions/v2022_11_28/models/group_0503.py +27 -21
  2899. githubkit/versions/v2022_11_28/models/group_0504.py +21 -15
  2900. githubkit/versions/v2022_11_28/models/group_0505.py +10 -10
  2901. githubkit/versions/v2022_11_28/models/group_0506.py +10 -10
  2902. githubkit/versions/v2022_11_28/models/group_0507.py +15 -17
  2903. githubkit/versions/v2022_11_28/models/group_0508.py +16 -18
  2904. githubkit/versions/v2022_11_28/models/group_0509.py +18 -581
  2905. githubkit/versions/v2022_11_28/models/group_0510.py +21 -35
  2906. githubkit/versions/v2022_11_28/models/group_0511.py +19 -437
  2907. githubkit/versions/v2022_11_28/models/group_0512.py +16 -432
  2908. githubkit/versions/v2022_11_28/models/group_0513.py +16 -470
  2909. githubkit/versions/v2022_11_28/models/group_0514.py +104 -369
  2910. githubkit/versions/v2022_11_28/models/group_0515.py +34 -24
  2911. githubkit/versions/v2022_11_28/models/group_0516.py +417 -40
  2912. githubkit/versions/v2022_11_28/models/group_0517.py +432 -16
  2913. githubkit/versions/v2022_11_28/models/group_0518.py +470 -18
  2914. githubkit/versions/v2022_11_28/models/group_0519.py +840 -16
  2915. githubkit/versions/v2022_11_28/models/group_0520.py +12 -31
  2916. githubkit/versions/v2022_11_28/models/group_0521.py +49 -10
  2917. githubkit/versions/v2022_11_28/models/group_0522.py +10 -10
  2918. githubkit/versions/v2022_11_28/models/group_0523.py +12 -38
  2919. githubkit/versions/v2022_11_28/models/group_0524.py +12 -12
  2920. githubkit/versions/v2022_11_28/models/group_0525.py +31 -10
  2921. githubkit/versions/v2022_11_28/models/group_0526.py +10 -10
  2922. githubkit/versions/v2022_11_28/models/group_0527.py +10 -10
  2923. githubkit/versions/v2022_11_28/models/group_0528.py +38 -12
  2924. githubkit/versions/v2022_11_28/models/group_0529.py +35 -8
  2925. githubkit/versions/v2022_11_28/models/group_0530.py +21 -13
  2926. githubkit/versions/v2022_11_28/models/group_0531.py +10 -12
  2927. githubkit/versions/v2022_11_28/models/group_0532.py +10 -10
  2928. githubkit/versions/v2022_11_28/models/group_0533.py +12 -10
  2929. githubkit/versions/v2022_11_28/models/group_0534.py +9 -34
  2930. githubkit/versions/v2022_11_28/models/group_0535.py +22 -165
  2931. githubkit/versions/v2022_11_28/models/group_0536.py +31 -165
  2932. githubkit/versions/v2022_11_28/models/group_0537.py +42 -14
  2933. githubkit/versions/v2022_11_28/models/group_0538.py +35 -117
  2934. githubkit/versions/v2022_11_28/models/group_0539.py +39 -10
  2935. githubkit/versions/v2022_11_28/models/group_0540.py +160 -40
  2936. githubkit/versions/v2022_11_28/models/group_0541.py +164 -28
  2937. githubkit/versions/v2022_11_28/models/group_0542.py +14 -41
  2938. githubkit/versions/v2022_11_28/models/group_0543.py +117 -34
  2939. githubkit/versions/v2022_11_28/models/group_0544.py +6 -60
  2940. githubkit/versions/v2022_11_28/models/group_0545.py +28 -34
  2941. githubkit/versions/v2022_11_28/models/group_0546.py +12 -11
  2942. githubkit/versions/v2022_11_28/models/group_0547.py +18 -95
  2943. githubkit/versions/v2022_11_28/models/group_0548.py +9 -9
  2944. githubkit/versions/v2022_11_28/models/group_0549.py +45 -25
  2945. githubkit/versions/v2022_11_28/models/group_0550.py +49 -80
  2946. githubkit/versions/v2022_11_28/models/group_0551.py +30 -154
  2947. githubkit/versions/v2022_11_28/models/group_0552.py +81 -146
  2948. githubkit/versions/v2022_11_28/models/group_0553.py +33 -58
  2949. githubkit/versions/v2022_11_28/models/group_0554.py +41 -29
  2950. githubkit/versions/v2022_11_28/models/group_0555.py +80 -21
  2951. githubkit/versions/v2022_11_28/models/group_0556.py +131 -63
  2952. githubkit/versions/v2022_11_28/models/group_0557.py +168 -29
  2953. githubkit/versions/v2022_11_28/models/group_0558.py +63 -7
  2954. githubkit/versions/v2022_11_28/models/group_0559.py +3 -129
  2955. githubkit/versions/v2022_11_28/models/group_0560.py +8 -5
  2956. githubkit/versions/v2022_11_28/models/group_0561.py +88 -29
  2957. githubkit/versions/v2022_11_28/models/group_0562.py +35 -38
  2958. githubkit/versions/v2022_11_28/models/group_0563.py +7 -162
  2959. githubkit/versions/v2022_11_28/models/group_0564.py +99 -121
  2960. githubkit/versions/v2022_11_28/models/group_0565.py +22 -56
  2961. githubkit/versions/v2022_11_28/models/group_0566.py +32 -29
  2962. githubkit/versions/v2022_11_28/models/group_0567.py +42 -30
  2963. githubkit/versions/v2022_11_28/models/group_0568.py +131 -59
  2964. githubkit/versions/v2022_11_28/models/group_0569.py +168 -29
  2965. githubkit/versions/v2022_11_28/models/group_0570.py +63 -7
  2966. githubkit/versions/v2022_11_28/models/group_0571.py +3 -130
  2967. githubkit/versions/v2022_11_28/models/group_0572.py +8 -5
  2968. githubkit/versions/v2022_11_28/models/group_0573.py +84 -29
  2969. githubkit/versions/v2022_11_28/models/group_0574.py +35 -40
  2970. githubkit/versions/v2022_11_28/models/group_0575.py +7 -162
  2971. githubkit/versions/v2022_11_28/models/group_0576.py +99 -120
  2972. githubkit/versions/v2022_11_28/models/group_0577.py +22 -56
  2973. githubkit/versions/v2022_11_28/models/group_0578.py +32 -29
  2974. githubkit/versions/v2022_11_28/models/group_0579.py +44 -28
  2975. githubkit/versions/v2022_11_28/models/group_0580.py +131 -60
  2976. githubkit/versions/v2022_11_28/models/group_0581.py +168 -28
  2977. githubkit/versions/v2022_11_28/models/group_0582.py +63 -7
  2978. githubkit/versions/v2022_11_28/models/group_0583.py +3 -129
  2979. githubkit/versions/v2022_11_28/models/group_0584.py +8 -5
  2980. githubkit/versions/v2022_11_28/models/group_0585.py +85 -28
  2981. githubkit/versions/v2022_11_28/models/group_0586.py +34 -36
  2982. githubkit/versions/v2022_11_28/models/group_0587.py +13 -45
  2983. githubkit/versions/v2022_11_28/models/group_0588.py +80 -130
  2984. githubkit/versions/v2022_11_28/models/group_0589.py +15 -207
  2985. githubkit/versions/v2022_11_28/models/group_0590.py +31 -29
  2986. githubkit/versions/v2022_11_28/models/group_0591.py +43 -31
  2987. githubkit/versions/v2022_11_28/models/group_0592.py +32 -80
  2988. githubkit/versions/v2022_11_28/models/group_0593.py +196 -28
  2989. githubkit/versions/v2022_11_28/models/group_0594.py +208 -15
  2990. githubkit/versions/v2022_11_28/models/group_0595.py +12 -102
  2991. githubkit/versions/v2022_11_28/models/group_0596.py +8 -5
  2992. githubkit/versions/v2022_11_28/models/group_0597.py +81 -28
  2993. githubkit/versions/v2022_11_28/models/group_0598.py +34 -34
  2994. githubkit/versions/v2022_11_28/models/group_0599.py +8 -379
  2995. githubkit/versions/v2022_11_28/models/group_0600.py +116 -40
  2996. githubkit/versions/v2022_11_28/models/group_0601.py +6 -388
  2997. githubkit/versions/v2022_11_28/models/group_0602.py +28 -69
  2998. githubkit/versions/v2022_11_28/models/group_0603.py +30 -394
  2999. githubkit/versions/v2022_11_28/models/group_0604.py +387 -32
  3000. githubkit/versions/v2022_11_28/models/group_0605.py +33 -393
  3001. githubkit/versions/v2022_11_28/models/group_0606.py +399 -30
  3002. githubkit/versions/v2022_11_28/models/group_0607.py +51 -371
  3003. githubkit/versions/v2022_11_28/models/group_0608.py +391 -32
  3004. githubkit/versions/v2022_11_28/models/group_0609.py +32 -389
  3005. githubkit/versions/v2022_11_28/models/group_0610.py +396 -32
  3006. githubkit/versions/v2022_11_28/models/group_0611.py +30 -214
  3007. githubkit/versions/v2022_11_28/models/group_0612.py +88 -110
  3008. githubkit/versions/v2022_11_28/models/group_0613.py +32 -386
  3009. githubkit/versions/v2022_11_28/models/group_0614.py +389 -30
  3010. githubkit/versions/v2022_11_28/models/group_0615.py +13 -11
  3011. githubkit/versions/v2022_11_28/models/group_0616.py +163 -344
  3012. githubkit/versions/v2022_11_28/models/group_0617.py +406 -31
  3013. githubkit/versions/v2022_11_28/models/group_0618.py +337 -163
  3014. githubkit/versions/v2022_11_28/models/group_0619.py +30 -408
  3015. githubkit/versions/v2022_11_28/models/group_0620.py +12 -16
  3016. githubkit/versions/v2022_11_28/models/group_0621.py +392 -31
  3017. githubkit/versions/v2022_11_28/models/group_0622.py +13 -13
  3018. githubkit/versions/v2022_11_28/models/group_0623.py +215 -30
  3019. githubkit/versions/v2022_11_28/models/group_0624.py +85 -64
  3020. githubkit/versions/v2022_11_28/models/group_0625.py +16 -12
  3021. githubkit/versions/v2022_11_28/models/group_0626.py +14 -14
  3022. githubkit/versions/v2022_11_28/models/group_0627.py +17 -14
  3023. githubkit/versions/v2022_11_28/models/group_0628.py +14 -11
  3024. githubkit/versions/v2022_11_28/models/group_0629.py +368 -62
  3025. githubkit/versions/v2022_11_28/models/group_0630.py +14 -19
  3026. githubkit/versions/v2022_11_28/models/group_0631.py +18 -70
  3027. githubkit/versions/v2022_11_28/models/group_0632.py +16 -77
  3028. githubkit/versions/v2022_11_28/models/group_0633.py +13 -76
  3029. githubkit/versions/v2022_11_28/models/group_0634.py +66 -20
  3030. githubkit/versions/v2022_11_28/models/group_0635.py +21 -58
  3031. githubkit/versions/v2022_11_28/models/group_0636.py +59 -41
  3032. githubkit/versions/v2022_11_28/models/group_0637.py +75 -12
  3033. githubkit/versions/v2022_11_28/models/group_0638.py +72 -47
  3034. githubkit/versions/v2022_11_28/models/group_0639.py +23 -53
  3035. githubkit/versions/v2022_11_28/models/group_0640.py +63 -18
  3036. githubkit/versions/v2022_11_28/models/group_0641.py +57 -20
  3037. githubkit/versions/v2022_11_28/models/group_0642.py +15 -48
  3038. githubkit/versions/v2022_11_28/models/group_0643.py +55 -20
  3039. githubkit/versions/v2022_11_28/models/group_0644.py +55 -20
  3040. githubkit/versions/v2022_11_28/models/group_0645.py +17 -20
  3041. githubkit/versions/v2022_11_28/models/group_0646.py +18 -70
  3042. githubkit/versions/v2022_11_28/models/group_0647.py +49 -19
  3043. githubkit/versions/v2022_11_28/models/group_0648.py +18 -15
  3044. githubkit/versions/v2022_11_28/models/group_0649.py +18 -15
  3045. githubkit/versions/v2022_11_28/models/group_0650.py +15 -16
  3046. githubkit/versions/v2022_11_28/models/group_0651.py +69 -16
  3047. githubkit/versions/v2022_11_28/models/group_0652.py +17 -73
  3048. githubkit/versions/v2022_11_28/models/group_0653.py +12 -15
  3049. githubkit/versions/v2022_11_28/models/group_0654.py +12 -37
  3050. githubkit/versions/v2022_11_28/models/group_0655.py +39 -38
  3051. githubkit/versions/v2022_11_28/models/group_0656.py +15 -15
  3052. githubkit/versions/v2022_11_28/models/group_0657.py +60 -36
  3053. githubkit/versions/v2022_11_28/models/group_0658.py +43 -555
  3054. githubkit/versions/v2022_11_28/models/group_0659.py +38 -15
  3055. githubkit/versions/v2022_11_28/models/group_0660.py +35 -63
  3056. githubkit/versions/v2022_11_28/models/group_0661.py +36 -161
  3057. githubkit/versions/v2022_11_28/models/group_0662.py +37 -61
  3058. githubkit/versions/v2022_11_28/models/group_0663.py +555 -36
  3059. githubkit/versions/v2022_11_28/models/group_0664.py +24 -18
  3060. githubkit/versions/v2022_11_28/models/group_0665.py +70 -36
  3061. githubkit/versions/v2022_11_28/models/group_0666.py +161 -29
  3062. githubkit/versions/v2022_11_28/models/group_0667.py +82 -17
  3063. githubkit/versions/v2022_11_28/models/group_0668.py +24 -49
  3064. githubkit/versions/v2022_11_28/models/group_0669.py +31 -8
  3065. githubkit/versions/v2022_11_28/models/group_0670.py +18 -41
  3066. githubkit/versions/v2022_11_28/models/group_0671.py +19 -24
  3067. githubkit/versions/v2022_11_28/models/group_0672.py +18 -76
  3068. githubkit/versions/v2022_11_28/models/group_0673.py +43 -42
  3069. githubkit/versions/v2022_11_28/models/group_0674.py +8 -106
  3070. githubkit/versions/v2022_11_28/models/group_0675.py +50 -50
  3071. githubkit/versions/v2022_11_28/models/group_0676.py +40 -51
  3072. githubkit/versions/v2022_11_28/models/group_0677.py +68 -17
  3073. githubkit/versions/v2022_11_28/models/group_0678.py +32 -15
  3074. githubkit/versions/v2022_11_28/models/group_0679.py +86 -14
  3075. githubkit/versions/v2022_11_28/models/group_0680.py +50 -52
  3076. githubkit/versions/v2022_11_28/models/group_0681.py +51 -40
  3077. githubkit/versions/v2022_11_28/models/group_0682.py +10 -10
  3078. githubkit/versions/v2022_11_28/models/group_0683.py +17 -13
  3079. githubkit/versions/v2022_11_28/models/group_0684.py +13 -57
  3080. githubkit/versions/v2022_11_28/models/group_0685.py +33 -12
  3081. githubkit/versions/v2022_11_28/models/group_0686.py +22 -11
  3082. githubkit/versions/v2022_11_28/models/group_0687.py +21 -13
  3083. githubkit/versions/v2022_11_28/models/group_0688.py +21 -12
  3084. githubkit/versions/v2022_11_28/models/group_0689.py +52 -57
  3085. githubkit/versions/v2022_11_28/models/group_0690.py +22 -13
  3086. githubkit/versions/v2022_11_28/models/group_0691.py +11 -33
  3087. githubkit/versions/v2022_11_28/models/group_0692.py +12 -9
  3088. githubkit/versions/v2022_11_28/models/group_0693.py +9 -9
  3089. githubkit/versions/v2022_11_28/models/group_0694.py +49 -72
  3090. githubkit/versions/v2022_11_28/models/group_0695.py +11 -33
  3091. githubkit/versions/v2022_11_28/models/group_0696.py +31 -11
  3092. githubkit/versions/v2022_11_28/models/group_0697.py +10 -10
  3093. githubkit/versions/v2022_11_28/models/group_0698.py +10 -11
  3094. githubkit/versions/v2022_11_28/models/group_0699.py +92 -12
  3095. githubkit/versions/v2022_11_28/models/group_0700.py +23 -65
  3096. githubkit/versions/v2022_11_28/models/group_0701.py +15 -18
  3097. githubkit/versions/v2022_11_28/models/group_0702.py +12 -1142
  3098. githubkit/versions/v2022_11_28/models/group_0703.py +13 -1195
  3099. githubkit/versions/v2022_11_28/models/group_0704.py +13 -1187
  3100. githubkit/versions/v2022_11_28/models/group_0705.py +77 -22
  3101. githubkit/versions/v2022_11_28/models/group_0706.py +8 -14
  3102. githubkit/versions/v2022_11_28/models/group_0707.py +1134 -17
  3103. githubkit/versions/v2022_11_28/models/group_0708.py +256 -211
  3104. githubkit/versions/v2022_11_28/models/group_0709.py +1153 -56
  3105. githubkit/versions/v2022_11_28/models/group_0710.py +13 -1126
  3106. githubkit/versions/v2022_11_28/models/group_0711.py +12 -1124
  3107. githubkit/versions/v2022_11_28/models/group_0712.py +17 -1119
  3108. githubkit/versions/v2022_11_28/models/group_0713.py +1143 -18
  3109. githubkit/versions/v2022_11_28/models/group_0714.py +78 -11
  3110. githubkit/versions/v2022_11_28/models/group_0715.py +1126 -13
  3111. githubkit/versions/v2022_11_28/models/group_0716.py +1124 -12
  3112. githubkit/versions/v2022_11_28/models/group_0717.py +245 -470
  3113. githubkit/versions/v2022_11_28/models/group_0718.py +18 -1163
  3114. githubkit/versions/v2022_11_28/models/group_0719.py +13 -1152
  3115. githubkit/versions/v2022_11_28/models/group_0720.py +13 -1216
  3116. githubkit/versions/v2022_11_28/models/group_0721.py +13 -1060
  3117. githubkit/versions/v2022_11_28/models/group_0722.py +394 -321
  3118. githubkit/versions/v2022_11_28/models/group_0723.py +240 -373
  3119. githubkit/versions/v2022_11_28/models/group_0724.py +226 -325
  3120. githubkit/versions/v2022_11_28/models/group_0725.py +304 -362
  3121. githubkit/versions/v2022_11_28/models/group_0726.py +190 -252
  3122. githubkit/versions/v2022_11_28/models/group_0727.py +378 -430
  3123. githubkit/versions/v2022_11_28/models/group_0728.py +375 -405
  3124. githubkit/versions/v2022_11_28/models/group_0729.py +285 -181
  3125. githubkit/versions/v2022_11_28/models/group_0730.py +350 -227
  3126. githubkit/versions/v2022_11_28/models/group_0731.py +230 -243
  3127. githubkit/versions/v2022_11_28/models/group_0732.py +507 -306
  3128. githubkit/versions/v2022_11_28/models/group_0733.py +1116 -165
  3129. githubkit/versions/v2022_11_28/models/group_0734.py +1148 -14
  3130. githubkit/versions/v2022_11_28/models/group_0735.py +1151 -43
  3131. githubkit/versions/v2022_11_28/models/group_0736.py +1040 -476
  3132. githubkit/versions/v2022_11_28/models/group_0737.py +1121 -14
  3133. githubkit/versions/v2022_11_28/models/group_0738.py +382 -45
  3134. githubkit/versions/v2022_11_28/models/group_0739.py +41 -186
  3135. githubkit/versions/v2022_11_28/models/group_0740.py +70 -42
  3136. githubkit/versions/v2022_11_28/models/group_0741.py +599 -43
  3137. githubkit/versions/v2022_11_28/models/group_0742.py +14 -77
  3138. githubkit/versions/v2022_11_28/models/group_0743.py +48 -172
  3139. githubkit/versions/v2022_11_28/models/group_0744.py +186 -45
  3140. githubkit/versions/v2022_11_28/models/group_0745.py +11 -13
  3141. githubkit/versions/v2022_11_28/models/group_0746.py +12 -14
  3142. githubkit/versions/v2022_11_28/models/group_0747.py +73 -13
  3143. githubkit/versions/v2022_11_28/models/group_0748.py +158 -14
  3144. githubkit/versions/v2022_11_28/models/group_0749.py +17 -10
  3145. githubkit/versions/v2022_11_28/models/group_0750.py +17 -10
  3146. githubkit/versions/v2022_11_28/models/group_0751.py +17 -10
  3147. githubkit/versions/v2022_11_28/models/group_0752.py +20 -33
  3148. githubkit/versions/v2022_11_28/models/group_0753.py +15 -61
  3149. githubkit/versions/v2022_11_28/models/group_0754.py +9 -9
  3150. githubkit/versions/v2022_11_28/models/group_0755.py +9 -9
  3151. githubkit/versions/v2022_11_28/models/group_0756.py +9 -9
  3152. githubkit/versions/v2022_11_28/models/group_0757.py +27 -35
  3153. githubkit/versions/v2022_11_28/models/group_0758.py +63 -17
  3154. githubkit/versions/v2022_11_28/models/group_0759.py +10 -16
  3155. githubkit/versions/v2022_11_28/models/group_0760.py +10 -18
  3156. githubkit/versions/v2022_11_28/models/group_0761.py +28 -32
  3157. githubkit/versions/v2022_11_28/models/group_0762.py +59 -13
  3158. githubkit/versions/v2022_11_28/models/group_0763.py +36 -96
  3159. githubkit/versions/v2022_11_28/models/group_0764.py +43 -94
  3160. githubkit/versions/v2022_11_28/models/group_0765.py +45 -126
  3161. githubkit/versions/v2022_11_28/models/group_0766.py +24 -105
  3162. githubkit/versions/v2022_11_28/models/group_0767.py +19 -38
  3163. githubkit/versions/v2022_11_28/models/group_0768.py +96 -35
  3164. githubkit/versions/v2022_11_28/models/group_0769.py +92 -101
  3165. githubkit/versions/v2022_11_28/models/group_0770.py +126 -42
  3166. githubkit/versions/v2022_11_28/models/group_0771.py +60 -39
  3167. githubkit/versions/v2022_11_28/models/group_0772.py +10 -14
  3168. githubkit/versions/v2022_11_28/models/group_0773.py +20 -273
  3169. githubkit/versions/v2022_11_28/models/group_0774.py +100 -6
  3170. githubkit/versions/v2022_11_28/models/group_0775.py +15 -14
  3171. githubkit/versions/v2022_11_28/models/group_0776.py +75 -15
  3172. githubkit/versions/v2022_11_28/models/group_0777.py +10 -10
  3173. githubkit/versions/v2022_11_28/models/group_0778.py +12 -18
  3174. githubkit/versions/v2022_11_28/models/group_0779.py +6 -64
  3175. githubkit/versions/v2022_11_28/models/group_0780.py +12 -15
  3176. githubkit/versions/v2022_11_28/models/group_0781.py +12 -15
  3177. githubkit/versions/v2022_11_28/models/group_0782.py +12 -15
  3178. githubkit/versions/v2022_11_28/models/group_0783.py +34 -118
  3179. githubkit/versions/v2022_11_28/models/group_0784.py +43 -13
  3180. githubkit/versions/v2022_11_28/models/group_0785.py +38 -7
  3181. githubkit/versions/v2022_11_28/models/group_0786.py +37 -8
  3182. githubkit/versions/v2022_11_28/models/group_0787.py +16 -12
  3183. githubkit/versions/v2022_11_28/models/group_0788.py +118 -33
  3184. githubkit/versions/v2022_11_28/models/group_0789.py +14 -41
  3185. githubkit/versions/v2022_11_28/models/group_0790.py +7 -38
  3186. githubkit/versions/v2022_11_28/models/group_0791.py +8 -39
  3187. githubkit/versions/v2022_11_28/models/group_0792.py +10 -12
  3188. githubkit/versions/v2022_11_28/models/group_0793.py +13 -13
  3189. githubkit/versions/v2022_11_28/models/group_0794.py +36 -12
  3190. githubkit/versions/v2022_11_28/models/group_0795.py +17 -206
  3191. githubkit/versions/v2022_11_28/models/group_0796.py +40 -12
  3192. githubkit/versions/v2022_11_28/models/group_0797.py +43 -12
  3193. githubkit/versions/v2022_11_28/models/group_0798.py +40 -18
  3194. githubkit/versions/v2022_11_28/models/group_0799.py +41 -12
  3195. githubkit/versions/v2022_11_28/models/group_0800.py +209 -25
  3196. githubkit/versions/v2022_11_28/models/group_0801.py +12 -43
  3197. githubkit/versions/v2022_11_28/models/group_0802.py +7 -45
  3198. githubkit/versions/v2022_11_28/models/group_0803.py +12 -43
  3199. githubkit/versions/v2022_11_28/models/group_0804.py +12 -40
  3200. githubkit/versions/v2022_11_28/models/group_0805.py +30 -221
  3201. githubkit/versions/v2022_11_28/models/group_0806.py +31 -218
  3202. githubkit/versions/v2022_11_28/models/group_0807.py +30 -219
  3203. githubkit/versions/v2022_11_28/models/group_0808.py +30 -322
  3204. githubkit/versions/v2022_11_28/models/group_0809.py +15 -216
  3205. githubkit/versions/v2022_11_28/models/group_0810.py +220 -17
  3206. githubkit/versions/v2022_11_28/models/group_0811.py +210 -21
  3207. githubkit/versions/v2022_11_28/models/group_0812.py +202 -79
  3208. githubkit/versions/v2022_11_28/models/group_0813.py +320 -56
  3209. githubkit/versions/v2022_11_28/models/group_0814.py +228 -47
  3210. githubkit/versions/v2022_11_28/models/group_0815.py +10 -82
  3211. githubkit/versions/v2022_11_28/models/group_0816.py +36 -57
  3212. githubkit/versions/v2022_11_28/models/group_0817.py +96 -37
  3213. githubkit/versions/v2022_11_28/models/group_0818.py +45 -60
  3214. githubkit/versions/v2022_11_28/models/group_0819.py +47 -82
  3215. githubkit/versions/v2022_11_28/models/group_0820.py +57 -435
  3216. githubkit/versions/v2022_11_28/models/group_0821.py +43 -451
  3217. githubkit/versions/v2022_11_28/models/group_0822.py +36 -464
  3218. githubkit/versions/v2022_11_28/models/group_0823.py +80 -27
  3219. githubkit/versions/v2022_11_28/models/group_0824.py +92 -10
  3220. githubkit/versions/v2022_11_28/models/group_0825.py +477 -12
  3221. githubkit/versions/v2022_11_28/models/group_0826.py +477 -4
  3222. githubkit/versions/v2022_11_28/models/group_0827.py +473 -12
  3223. githubkit/versions/v2022_11_28/models/group_0828.py +38 -6
  3224. githubkit/versions/v2022_11_28/models/group_0829.py +11 -8
  3225. githubkit/versions/v2022_11_28/models/group_0830.py +19 -6
  3226. githubkit/versions/v2022_11_28/models/group_0831.py +4 -10
  3227. githubkit/versions/v2022_11_28/models/group_0832.py +6 -17
  3228. githubkit/versions/v2022_11_28/models/group_0833.py +7 -9
  3229. githubkit/versions/v2022_11_28/models/group_0834.py +11 -5
  3230. githubkit/versions/v2022_11_28/models/group_0835.py +6 -123
  3231. githubkit/versions/v2022_11_28/models/group_0836.py +6 -128
  3232. githubkit/versions/v2022_11_28/models/group_0837.py +31 -14
  3233. githubkit/versions/v2022_11_28/models/group_0838.py +9 -20
  3234. githubkit/versions/v2022_11_28/models/group_0839.py +5 -31
  3235. githubkit/versions/v2022_11_28/models/group_0840.py +122 -7
  3236. githubkit/versions/v2022_11_28/models/group_0841.py +117 -17
  3237. githubkit/versions/v2022_11_28/models/group_0842.py +12 -20
  3238. githubkit/versions/v2022_11_28/models/group_0843.py +15 -29
  3239. githubkit/versions/v2022_11_28/models/group_0844.py +27 -5
  3240. githubkit/versions/v2022_11_28/models/group_0845.py +9 -5
  3241. githubkit/versions/v2022_11_28/models/group_0846.py +33 -5
  3242. githubkit/versions/v2022_11_28/models/group_0847.py +20 -8
  3243. githubkit/versions/v2022_11_28/models/group_0848.py +30 -12
  3244. githubkit/versions/v2022_11_28/models/group_0849.py +5 -15
  3245. githubkit/versions/v2022_11_28/models/group_0850.py +5 -7
  3246. githubkit/versions/v2022_11_28/models/group_0851.py +4 -12
  3247. githubkit/versions/v2022_11_28/models/group_0852.py +9 -118
  3248. githubkit/versions/v2022_11_28/models/group_0853.py +14 -25
  3249. githubkit/versions/v2022_11_28/models/group_0854.py +15 -8
  3250. githubkit/versions/v2022_11_28/models/group_0855.py +5 -45
  3251. githubkit/versions/v2022_11_28/models/group_0856.py +9 -8
  3252. githubkit/versions/v2022_11_28/models/group_0857.py +15 -7
  3253. githubkit/versions/v2022_11_28/models/group_0858.py +9 -8
  3254. githubkit/versions/v2022_11_28/models/group_0859.py +120 -6
  3255. githubkit/versions/v2022_11_28/models/group_0860.py +24 -18
  3256. githubkit/versions/v2022_11_28/models/group_0861.py +8 -15
  3257. githubkit/versions/v2022_11_28/models/group_0862.py +46 -7
  3258. githubkit/versions/v2022_11_28/models/group_0863.py +8 -7
  3259. githubkit/versions/v2022_11_28/models/group_0864.py +7 -45
  3260. githubkit/versions/v2022_11_28/models/group_0865.py +14 -42
  3261. githubkit/versions/v2022_11_28/models/group_0866.py +12 -35
  3262. githubkit/versions/v2022_11_28/models/group_0867.py +21 -8
  3263. githubkit/versions/v2022_11_28/models/group_0868.py +15 -8
  3264. githubkit/versions/v2022_11_28/models/group_0869.py +8 -7
  3265. githubkit/versions/v2022_11_28/models/group_0870.py +7 -8
  3266. githubkit/versions/v2022_11_28/models/group_0871.py +45 -6
  3267. githubkit/versions/v2022_11_28/models/group_0872.py +42 -14
  3268. githubkit/versions/v2022_11_28/models/group_0873.py +24 -14
  3269. githubkit/versions/v2022_11_28/models/group_0874.py +7 -11
  3270. githubkit/versions/v2022_11_28/models/group_0875.py +7 -7
  3271. githubkit/versions/v2022_11_28/models/group_0876.py +7 -8
  3272. githubkit/versions/v2022_11_28/models/group_0877.py +9 -10
  3273. githubkit/versions/v2022_11_28/models/group_0878.py +7 -8
  3274. githubkit/versions/v2022_11_28/models/group_0879.py +7 -29
  3275. githubkit/versions/v2022_11_28/models/group_0880.py +14 -15
  3276. githubkit/versions/v2022_11_28/models/group_0881.py +11 -7
  3277. githubkit/versions/v2022_11_28/models/group_0882.py +8 -7
  3278. githubkit/versions/v2022_11_28/models/group_0883.py +8 -35
  3279. githubkit/versions/v2022_11_28/models/group_0884.py +9 -17
  3280. githubkit/versions/v2022_11_28/models/group_0885.py +8 -18
  3281. githubkit/versions/v2022_11_28/models/group_0886.py +29 -7
  3282. githubkit/versions/v2022_11_28/models/group_0887.py +19 -6
  3283. githubkit/versions/v2022_11_28/models/group_0888.py +8 -74
  3284. githubkit/versions/v2022_11_28/models/group_0889.py +7 -54
  3285. githubkit/versions/v2022_11_28/models/group_0890.py +29 -37
  3286. githubkit/versions/v2022_11_28/models/group_0891.py +11 -172
  3287. githubkit/versions/v2022_11_28/models/group_0892.py +13 -5
  3288. githubkit/versions/v2022_11_28/models/group_0893.py +7 -180
  3289. githubkit/versions/v2022_11_28/models/group_0894.py +6 -16
  3290. githubkit/versions/v2022_11_28/models/group_0895.py +12 -11
  3291. githubkit/versions/v2022_11_28/models/group_0896.py +42 -16
  3292. githubkit/versions/v2022_11_28/models/group_0897.py +10 -9
  3293. githubkit/versions/v2022_11_28/models/group_0898.py +8 -20
  3294. githubkit/versions/v2022_11_28/models/group_0899.py +74 -8
  3295. githubkit/versions/v2022_11_28/models/group_0900.py +53 -7
  3296. githubkit/versions/v2022_11_28/models/group_0901.py +35 -29
  3297. githubkit/versions/v2022_11_28/models/group_0902.py +169 -14
  3298. githubkit/versions/v2022_11_28/models/group_0903.py +10 -8
  3299. githubkit/versions/v2022_11_28/models/group_0904.py +180 -6
  3300. githubkit/versions/v2022_11_28/models/group_0905.py +17 -8
  3301. githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
  3302. githubkit/versions/v2022_11_28/models/group_0907.py +21 -8
  3303. githubkit/versions/v2022_11_28/models/group_0908.py +7 -8
  3304. githubkit/versions/v2022_11_28/models/group_0909.py +20 -7
  3305. githubkit/versions/v2022_11_28/models/group_0910.py +9 -9
  3306. githubkit/versions/v2022_11_28/models/group_0911.py +6 -6
  3307. githubkit/versions/v2022_11_28/models/group_0912.py +36 -7
  3308. githubkit/versions/v2022_11_28/models/group_0913.py +17 -24
  3309. githubkit/versions/v2022_11_28/models/group_0914.py +8 -23
  3310. githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
  3311. githubkit/versions/v2022_11_28/models/group_0916.py +8 -7
  3312. githubkit/versions/v2022_11_28/models/group_0917.py +6 -42
  3313. githubkit/versions/v2022_11_28/models/group_0918.py +8 -43
  3314. githubkit/versions/v2022_11_28/models/group_0919.py +9 -20
  3315. githubkit/versions/v2022_11_28/models/group_0920.py +9 -9
  3316. githubkit/versions/v2022_11_28/models/group_0921.py +11 -4
  3317. githubkit/versions/v2022_11_28/models/group_0922.py +8 -26
  3318. githubkit/versions/v2022_11_28/models/group_0923.py +7 -7
  3319. githubkit/versions/v2022_11_28/models/group_0924.py +25 -7
  3320. githubkit/versions/v2022_11_28/models/group_0925.py +13 -33
  3321. githubkit/versions/v2022_11_28/models/group_0926.py +8 -11
  3322. githubkit/versions/v2022_11_28/models/group_0927.py +10 -4
  3323. githubkit/versions/v2022_11_28/models/group_0928.py +42 -6
  3324. githubkit/versions/v2022_11_28/models/group_0929.py +36 -14
  3325. githubkit/versions/v2022_11_28/models/group_0930.py +14 -9
  3326. githubkit/versions/v2022_11_28/models/group_0931.py +9 -15
  3327. githubkit/versions/v2022_11_28/models/group_0932.py +4 -12
  3328. githubkit/versions/v2022_11_28/models/group_0933.py +20 -28
  3329. githubkit/versions/v2022_11_28/models/group_0934.py +14 -31
  3330. githubkit/versions/v2022_11_28/models/group_0935.py +12 -6
  3331. githubkit/versions/v2022_11_28/models/group_0936.py +30 -18
  3332. githubkit/versions/v2022_11_28/models/group_0937.py +8 -7
  3333. githubkit/versions/v2022_11_28/models/group_0938.py +5 -15
  3334. githubkit/versions/v2022_11_28/models/group_0939.py +9 -15
  3335. githubkit/versions/v2022_11_28/models/group_0940.py +14 -109
  3336. githubkit/versions/v2022_11_28/models/group_0941.py +9 -79
  3337. githubkit/versions/v2022_11_28/models/group_0942.py +12 -84
  3338. githubkit/versions/v2022_11_28/models/group_0943.py +7 -34
  3339. githubkit/versions/v2022_11_28/models/group_0944.py +30 -14
  3340. githubkit/versions/v2022_11_28/models/group_0945.py +21 -14
  3341. githubkit/versions/v2022_11_28/models/group_0946.py +12 -43
  3342. githubkit/versions/v2022_11_28/models/group_0947.py +23 -18
  3343. githubkit/versions/v2022_11_28/models/group_0948.py +8 -10
  3344. githubkit/versions/v2022_11_28/models/group_0949.py +11 -12
  3345. githubkit/versions/v2022_11_28/models/group_0950.py +15 -6
  3346. githubkit/versions/v2022_11_28/models/group_0951.py +115 -10
  3347. githubkit/versions/v2022_11_28/models/group_0952.py +82 -16
  3348. githubkit/versions/v2022_11_28/models/group_0953.py +83 -8
  3349. githubkit/versions/v2022_11_28/models/group_0954.py +32 -7
  3350. githubkit/versions/v2022_11_28/models/group_0955.py +15 -7
  3351. githubkit/versions/v2022_11_28/models/group_0956.py +20 -7
  3352. githubkit/versions/v2022_11_28/models/group_0957.py +33 -6
  3353. githubkit/versions/v2022_11_28/models/group_0958.py +24 -7
  3354. githubkit/versions/v2022_11_28/models/group_0959.py +10 -7
  3355. githubkit/versions/v2022_11_28/models/group_0960.py +8 -10
  3356. githubkit/versions/v2022_11_28/models/group_0961.py +5 -14
  3357. githubkit/versions/v2022_11_28/models/group_0962.py +14 -4
  3358. githubkit/versions/v2022_11_28/models/group_0963.py +17 -22
  3359. githubkit/versions/v2022_11_28/models/group_0964.py +11 -23
  3360. githubkit/versions/v2022_11_28/models/group_0965.py +11 -5
  3361. githubkit/versions/v2022_11_28/models/group_0966.py +11 -6
  3362. githubkit/versions/v2022_11_28/models/group_0967.py +8 -10
  3363. githubkit/versions/v2022_11_28/models/group_0968.py +8 -21
  3364. githubkit/versions/v2022_11_28/models/group_0969.py +11 -7
  3365. githubkit/versions/v2022_11_28/models/group_0970.py +12 -4
  3366. githubkit/versions/v2022_11_28/models/group_0971.py +12 -7
  3367. githubkit/versions/v2022_11_28/models/group_0972.py +9 -18
  3368. githubkit/versions/v2022_11_28/models/group_0973.py +4 -12
  3369. githubkit/versions/v2022_11_28/models/group_0974.py +22 -9
  3370. githubkit/versions/v2022_11_28/models/group_0975.py +23 -5
  3371. githubkit/versions/v2022_11_28/models/group_0976.py +5 -8
  3372. githubkit/versions/v2022_11_28/models/group_0977.py +6 -275
  3373. githubkit/versions/v2022_11_28/models/group_0978.py +10 -8
  3374. githubkit/versions/v2022_11_28/models/group_0979.py +21 -7
  3375. githubkit/versions/v2022_11_28/models/group_0980.py +7 -15
  3376. githubkit/versions/v2022_11_28/models/group_0981.py +4 -11
  3377. githubkit/versions/v2022_11_28/models/group_0982.py +9 -8
  3378. githubkit/versions/v2022_11_28/models/group_0983.py +17 -9
  3379. githubkit/versions/v2022_11_28/models/group_0984.py +9 -8
  3380. githubkit/versions/v2022_11_28/models/group_0985.py +9 -17
  3381. githubkit/versions/v2022_11_28/models/group_0986.py +6 -9
  3382. githubkit/versions/v2022_11_28/models/group_0987.py +9 -10
  3383. githubkit/versions/v2022_11_28/models/group_0988.py +275 -7
  3384. githubkit/versions/v2022_11_28/models/group_0989.py +5 -5
  3385. githubkit/versions/v2022_11_28/models/group_0990.py +9 -10
  3386. githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
  3387. githubkit/versions/v2022_11_28/models/group_0992.py +8 -13
  3388. githubkit/versions/v2022_11_28/models/group_0993.py +8 -9
  3389. githubkit/versions/v2022_11_28/models/group_0994.py +12 -6
  3390. githubkit/versions/v2022_11_28/models/group_0995.py +6 -6
  3391. githubkit/versions/v2022_11_28/models/group_0996.py +19 -9
  3392. githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
  3393. githubkit/versions/v2022_11_28/models/group_0998.py +10 -7
  3394. githubkit/versions/v2022_11_28/models/group_0999.py +8 -8
  3395. githubkit/versions/v2022_11_28/models/group_1000.py +7 -35
  3396. githubkit/versions/v2022_11_28/models/group_1001.py +9 -29
  3397. githubkit/versions/v2022_11_28/models/group_1002.py +6 -6
  3398. githubkit/versions/v2022_11_28/models/group_1003.py +13 -45
  3399. githubkit/versions/v2022_11_28/models/group_1004.py +7 -5
  3400. githubkit/versions/v2022_11_28/models/group_1005.py +7 -77
  3401. githubkit/versions/v2022_11_28/models/group_1006.py +8 -16
  3402. githubkit/versions/v2022_11_28/models/group_1007.py +8 -214
  3403. githubkit/versions/v2022_11_28/models/group_1008.py +7 -91
  3404. githubkit/versions/v2022_11_28/models/group_1009.py +12 -47
  3405. githubkit/versions/v2022_11_28/models/group_1010.py +8 -15
  3406. githubkit/versions/v2022_11_28/models/group_1011.py +32 -11
  3407. githubkit/versions/v2022_11_28/models/group_1012.py +27 -13
  3408. githubkit/versions/v2022_11_28/models/group_1013.py +7 -10
  3409. githubkit/versions/v2022_11_28/models/group_1014.py +44 -10
  3410. githubkit/versions/v2022_11_28/models/group_1015.py +7 -11
  3411. githubkit/versions/v2022_11_28/models/group_1016.py +78 -8
  3412. githubkit/versions/v2022_11_28/models/group_1017.py +16 -11
  3413. githubkit/versions/v2022_11_28/models/group_1018.py +211 -7
  3414. githubkit/versions/v2022_11_28/models/group_1019.py +90 -7
  3415. githubkit/versions/v2022_11_28/models/group_1020.py +42 -10
  3416. githubkit/versions/v2022_11_28/models/group_1021.py +12 -6
  3417. githubkit/versions/v2022_11_28/models/group_1022.py +15 -5
  3418. githubkit/versions/v2022_11_28/models/group_1023.py +13 -102
  3419. githubkit/versions/v2022_11_28/models/group_1024.py +10 -54
  3420. githubkit/versions/v2022_11_28/models/group_1025.py +10 -59
  3421. githubkit/versions/v2022_11_28/models/group_1026.py +9 -100
  3422. githubkit/versions/v2022_11_28/models/group_1027.py +9 -57
  3423. githubkit/versions/v2022_11_28/models/group_1028.py +11 -60
  3424. githubkit/versions/v2022_11_28/models/group_1029.py +11 -5
  3425. githubkit/versions/v2022_11_28/models/group_1030.py +8 -27
  3426. githubkit/versions/v2022_11_28/models/group_1031.py +8 -7
  3427. githubkit/versions/v2022_11_28/models/group_1032.py +15 -33
  3428. githubkit/versions/v2022_11_28/models/group_1033.py +12 -34
  3429. githubkit/versions/v2022_11_28/models/group_1034.py +95 -17
  3430. githubkit/versions/v2022_11_28/models/group_1035.py +46 -18
  3431. githubkit/versions/v2022_11_28/models/group_1036.py +46 -24
  3432. githubkit/versions/v2022_11_28/models/group_1037.py +102 -8
  3433. githubkit/versions/v2022_11_28/models/group_1038.py +40 -32
  3434. githubkit/versions/v2022_11_28/models/group_1039.py +58 -22
  3435. githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
  3436. githubkit/versions/v2022_11_28/models/group_1041.py +20 -19
  3437. githubkit/versions/v2022_11_28/models/group_1042.py +7 -22
  3438. githubkit/versions/v2022_11_28/models/group_1043.py +22 -9
  3439. githubkit/versions/v2022_11_28/models/group_1044.py +24 -7
  3440. githubkit/versions/v2022_11_28/models/group_1045.py +34 -12
  3441. githubkit/versions/v2022_11_28/models/group_1046.py +25 -9
  3442. githubkit/versions/v2022_11_28/models/group_1047.py +32 -11
  3443. githubkit/versions/v2022_11_28/models/group_1048.py +6 -6
  3444. githubkit/versions/v2022_11_28/models/group_1049.py +35 -47
  3445. githubkit/versions/v2022_11_28/models/group_1050.py +17 -47
  3446. githubkit/versions/v2022_11_28/models/group_1051.py +14 -30
  3447. githubkit/versions/v2022_11_28/models/group_1052.py +20 -16
  3448. githubkit/versions/v2022_11_28/models/group_1053.py +23 -14
  3449. githubkit/versions/v2022_11_28/models/group_1054.py +12 -10
  3450. githubkit/versions/v2022_11_28/models/group_1055.py +7 -46
  3451. githubkit/versions/v2022_11_28/models/group_1056.py +5 -7
  3452. githubkit/versions/v2022_11_28/models/group_1057.py +7 -33
  3453. githubkit/versions/v2022_11_28/models/group_1058.py +13 -24
  3454. githubkit/versions/v2022_11_28/models/group_1059.py +7 -48
  3455. githubkit/versions/v2022_11_28/models/group_1060.py +48 -26
  3456. githubkit/versions/v2022_11_28/models/group_1061.py +48 -10
  3457. githubkit/versions/v2022_11_28/models/group_1062.py +20 -19
  3458. githubkit/versions/v2022_11_28/models/group_1063.py +22 -7
  3459. githubkit/versions/v2022_11_28/models/group_1064.py +12 -7
  3460. githubkit/versions/v2022_11_28/models/group_1065.py +12 -8
  3461. githubkit/versions/v2022_11_28/models/group_1066.py +50 -7
  3462. githubkit/versions/v2022_11_28/models/group_1067.py +5 -6
  3463. githubkit/versions/v2022_11_28/models/group_1068.py +29 -10
  3464. githubkit/versions/v2022_11_28/models/group_1069.py +25 -8
  3465. githubkit/versions/v2022_11_28/models/group_1070.py +31 -53
  3466. githubkit/versions/v2022_11_28/models/group_1071.py +38 -7
  3467. githubkit/versions/v2022_11_28/models/group_1072.py +12 -7
  3468. githubkit/versions/v2022_11_28/models/group_1073.py +15 -33
  3469. githubkit/versions/v2022_11_28/models/group_1074.py +14 -48
  3470. githubkit/versions/v2022_11_28/models/group_1075.py +8 -47
  3471. githubkit/versions/v2022_11_28/models/group_1076.py +14 -35
  3472. githubkit/versions/v2022_11_28/models/group_1077.py +6 -20
  3473. githubkit/versions/v2022_11_28/models/group_1078.py +6 -23
  3474. githubkit/versions/v2022_11_28/models/group_1079.py +10 -16
  3475. githubkit/versions/v2022_11_28/models/group_1080.py +9 -6
  3476. githubkit/versions/v2022_11_28/models/group_1081.py +69 -7
  3477. githubkit/versions/v2022_11_28/models/group_1082.py +11 -4
  3478. githubkit/versions/v2022_11_28/models/group_1083.py +8 -11
  3479. githubkit/versions/v2022_11_28/models/group_1084.py +28 -29
  3480. githubkit/versions/v2022_11_28/models/group_1085.py +48 -11
  3481. githubkit/versions/v2022_11_28/models/group_1086.py +46 -9
  3482. githubkit/versions/v2022_11_28/models/group_1087.py +17 -43
  3483. githubkit/versions/v2022_11_28/models/group_1088.py +16 -6
  3484. githubkit/versions/v2022_11_28/models/group_1089.py +21 -6
  3485. githubkit/versions/v2022_11_28/models/group_1090.py +30 -11
  3486. githubkit/versions/v2022_11_28/models/group_1091.py +7 -10
  3487. githubkit/versions/v2022_11_28/models/group_1092.py +10 -20
  3488. githubkit/versions/v2022_11_28/models/group_1093.py +4 -8
  3489. githubkit/versions/v2022_11_28/models/group_1094.py +12 -9
  3490. githubkit/versions/v2022_11_28/models/group_1095.py +35 -12
  3491. githubkit/versions/v2022_11_28/models/group_1096.py +5 -5
  3492. githubkit/versions/v2022_11_28/models/group_1097.py +8 -11
  3493. githubkit/versions/v2022_11_28/models/group_1098.py +52 -8
  3494. githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
  3495. githubkit/versions/v2022_11_28/models/group_1100.py +6 -9
  3496. githubkit/versions/v2022_11_28/models/group_1101.py +5 -15
  3497. githubkit/versions/v2022_11_28/models/group_1102.py +8 -9
  3498. githubkit/versions/v2022_11_28/models/group_1103.py +18 -16
  3499. githubkit/versions/v2022_11_28/models/group_1104.py +5 -18
  3500. githubkit/versions/v2022_11_28/models/group_1105.py +11 -7
  3501. githubkit/versions/v2022_11_28/models/group_1106.py +18 -15
  3502. githubkit/versions/v2022_11_28/models/group_1107.py +5 -21
  3503. githubkit/versions/v2022_11_28/models/group_1108.py +9 -18
  3504. githubkit/versions/v2022_11_28/models/group_1109.py +9 -10
  3505. githubkit/versions/v2022_11_28/models/group_1110.py +5 -8
  3506. githubkit/versions/v2022_11_28/models/group_1111.py +11 -13
  3507. githubkit/versions/v2022_11_28/models/group_1112.py +9 -21
  3508. githubkit/versions/v2022_11_28/models/group_1113.py +8 -22
  3509. githubkit/versions/v2022_11_28/models/group_1114.py +10 -20
  3510. githubkit/versions/v2022_11_28/models/group_1115.py +10 -20
  3511. githubkit/versions/v2022_11_28/models/group_1116.py +6 -26
  3512. githubkit/versions/v2022_11_28/models/group_1117.py +11 -13
  3513. githubkit/versions/v2022_11_28/models/group_1118.py +14 -10
  3514. githubkit/versions/v2022_11_28/models/group_1119.py +16 -10
  3515. githubkit/versions/v2022_11_28/models/group_1120.py +8 -24
  3516. githubkit/versions/v2022_11_28/models/group_1121.py +8 -7
  3517. githubkit/versions/v2022_11_28/models/group_1122.py +14 -9
  3518. githubkit/versions/v2022_11_28/models/group_1123.py +25 -7
  3519. githubkit/versions/v2022_11_28/models/group_1124.py +18 -27
  3520. githubkit/versions/v2022_11_28/models/group_1125.py +27 -5
  3521. githubkit/versions/v2022_11_28/models/group_1126.py +26 -9
  3522. githubkit/versions/v2022_11_28/models/group_1127.py +19 -18
  3523. githubkit/versions/v2022_11_28/models/group_1128.py +11 -38
  3524. githubkit/versions/v2022_11_28/models/group_1129.py +10 -35
  3525. githubkit/versions/v2022_11_28/models/group_1130.py +17 -5
  3526. githubkit/versions/v2022_11_28/models/group_1131.py +21 -14
  3527. githubkit/versions/v2022_11_28/models/group_1132.py +7 -8
  3528. githubkit/versions/v2022_11_28/models/group_1133.py +8 -6
  3529. githubkit/versions/v2022_11_28/models/group_1134.py +8 -11
  3530. githubkit/versions/v2022_11_28/models/group_1135.py +31 -8
  3531. githubkit/versions/v2022_11_28/models/group_1136.py +5 -12
  3532. githubkit/versions/v2022_11_28/models/group_1137.py +7 -43
  3533. githubkit/versions/v2022_11_28/models/group_1138.py +32 -11
  3534. githubkit/versions/v2022_11_28/models/group_1139.py +40 -7
  3535. githubkit/versions/v2022_11_28/models/group_1140.py +36 -8
  3536. githubkit/versions/v2022_11_28/models/group_1141.py +5 -10
  3537. githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
  3538. githubkit/versions/v2022_11_28/models/group_1143.py +10 -39
  3539. githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
  3540. githubkit/versions/v2022_11_28/models/group_1145.py +8 -17
  3541. githubkit/versions/v2022_11_28/models/group_1146.py +8 -29
  3542. githubkit/versions/v2022_11_28/models/group_1147.py +11 -8
  3543. githubkit/versions/v2022_11_28/models/group_1148.py +43 -73
  3544. githubkit/versions/v2022_11_28/models/group_1149.py +5 -78
  3545. githubkit/versions/v2022_11_28/models/group_1150.py +8 -17
  3546. githubkit/versions/v2022_11_28/models/group_1151.py +10 -8
  3547. githubkit/versions/v2022_11_28/models/group_1152.py +6 -18
  3548. githubkit/versions/v2022_11_28/models/group_1153.py +6 -12
  3549. githubkit/versions/v2022_11_28/models/group_1154.py +36 -6
  3550. githubkit/versions/v2022_11_28/models/group_1155.py +11 -6
  3551. githubkit/versions/v2022_11_28/models/group_1156.py +15 -10
  3552. githubkit/versions/v2022_11_28/models/group_1157.py +24 -13
  3553. githubkit/versions/v2022_11_28/models/group_1158.py +7 -27
  3554. githubkit/versions/v2022_11_28/models/group_1159.py +73 -8
  3555. githubkit/versions/v2022_11_28/models/group_1160.py +74 -8
  3556. githubkit/versions/v2022_11_28/models/group_1161.py +21 -5
  3557. githubkit/versions/v2022_11_28/models/group_1162.py +12 -5
  3558. githubkit/versions/v2022_11_28/models/group_1163.py +20 -15
  3559. githubkit/versions/v2022_11_28/models/group_1164.py +13 -10
  3560. githubkit/versions/v2022_11_28/models/group_1165.py +6 -10
  3561. githubkit/versions/v2022_11_28/models/group_1166.py +6 -11
  3562. githubkit/versions/v2022_11_28/models/group_1167.py +14 -6
  3563. githubkit/versions/v2022_11_28/models/group_1168.py +18 -8
  3564. githubkit/versions/v2022_11_28/models/group_1169.py +21 -22
  3565. githubkit/versions/v2022_11_28/models/group_1170.py +12 -8
  3566. githubkit/versions/v2022_11_28/models/group_1171.py +8 -46
  3567. githubkit/versions/v2022_11_28/models/group_1172.py +5 -47
  3568. githubkit/versions/v2022_11_28/models/group_1173.py +5 -34
  3569. githubkit/versions/v2022_11_28/models/group_1174.py +15 -16
  3570. githubkit/versions/v2022_11_28/models/group_1175.py +11 -8
  3571. githubkit/versions/v2022_11_28/models/group_1176.py +10 -6
  3572. githubkit/versions/v2022_11_28/models/group_1177.py +8 -12
  3573. githubkit/versions/v2022_11_28/models/group_1178.py +8 -8
  3574. githubkit/versions/v2022_11_28/models/group_1179.py +9 -9
  3575. githubkit/versions/v2022_11_28/models/group_1180.py +28 -7
  3576. githubkit/versions/v2022_11_28/models/group_1181.py +8 -12
  3577. githubkit/versions/v2022_11_28/models/group_1182.py +50 -17
  3578. githubkit/versions/v2022_11_28/models/group_1183.py +44 -7
  3579. githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
  3580. githubkit/versions/v2022_11_28/models/group_1185.py +16 -9
  3581. githubkit/versions/v2022_11_28/models/group_1186.py +11 -4
  3582. githubkit/versions/v2022_11_28/models/group_1187.py +6 -12
  3583. githubkit/versions/v2022_11_28/models/group_1188.py +15 -8
  3584. githubkit/versions/v2022_11_28/models/group_1189.py +14 -45
  3585. githubkit/versions/v2022_11_28/models/group_1190.py +9 -9
  3586. githubkit/versions/v2022_11_28/models/group_1191.py +6 -87
  3587. githubkit/versions/v2022_11_28/models/group_1192.py +9 -9
  3588. githubkit/versions/v2022_11_28/models/group_1193.py +14 -9
  3589. githubkit/versions/v2022_11_28/models/group_1194.py +6 -9
  3590. githubkit/versions/v2022_11_28/models/group_1195.py +8 -77
  3591. githubkit/versions/v2022_11_28/models/group_1196.py +31 -0
  3592. githubkit/versions/v2022_11_28/models/group_1197.py +21 -0
  3593. githubkit/versions/v2022_11_28/models/group_1198.py +33 -0
  3594. githubkit/versions/v2022_11_28/models/group_1199.py +29 -0
  3595. githubkit/versions/v2022_11_28/models/group_1200.py +59 -0
  3596. githubkit/versions/v2022_11_28/models/group_1201.py +32 -0
  3597. githubkit/versions/v2022_11_28/models/group_1202.py +110 -0
  3598. githubkit/versions/v2022_11_28/models/group_1203.py +32 -0
  3599. githubkit/versions/v2022_11_28/models/group_1204.py +32 -0
  3600. githubkit/versions/v2022_11_28/models/group_1205.py +33 -0
  3601. githubkit/versions/v2022_11_28/models/group_1206.py +35 -0
  3602. githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
  3603. githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
  3604. githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
  3605. githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
  3606. githubkit/versions/v2022_11_28/rest/actions.py +766 -0
  3607. githubkit/versions/v2022_11_28/rest/activity.py +144 -0
  3608. githubkit/versions/v2022_11_28/rest/apps.py +176 -0
  3609. githubkit/versions/v2022_11_28/rest/billing.py +32 -0
  3610. githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
  3611. githubkit/versions/v2022_11_28/rest/checks.py +68 -0
  3612. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  3613. githubkit/versions/v2022_11_28/rest/code_scanning.py +110 -0
  3614. githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
  3615. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  3616. githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
  3617. githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
  3618. githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
  3619. githubkit/versions/v2022_11_28/rest/dependabot.py +510 -0
  3620. githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
  3621. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  3622. githubkit/versions/v2022_11_28/rest/gists.py +104 -2
  3623. githubkit/versions/v2022_11_28/rest/git.py +76 -0
  3624. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  3625. githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
  3626. githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
  3627. githubkit/versions/v2022_11_28/rest/issues.py +244 -0
  3628. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  3629. githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
  3630. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  3631. githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
  3632. githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
  3633. githubkit/versions/v2022_11_28/rest/orgs.py +947 -0
  3634. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  3635. githubkit/versions/v2022_11_28/rest/private_registries.py +44 -4
  3636. githubkit/versions/v2022_11_28/rest/projects.py +146 -0
  3637. githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
  3638. githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
  3639. githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
  3640. githubkit/versions/v2022_11_28/rest/repos.py +1048 -0
  3641. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  3642. githubkit/versions/v2022_11_28/rest/secret_scanning.py +64 -0
  3643. githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
  3644. githubkit/versions/v2022_11_28/rest/teams.py +308 -0
  3645. githubkit/versions/v2022_11_28/rest/users.py +739 -2
  3646. githubkit/versions/v2022_11_28/types/__init__.py +4581 -4499
  3647. githubkit/versions/v2022_11_28/types/group_0010.py +0 -3
  3648. githubkit/versions/v2022_11_28/types/group_0020.py +12 -0
  3649. githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
  3650. githubkit/versions/v2022_11_28/types/group_0038.py +98 -42
  3651. githubkit/versions/v2022_11_28/types/group_0039.py +43 -25
  3652. githubkit/versions/v2022_11_28/types/group_0040.py +22 -24
  3653. githubkit/versions/v2022_11_28/types/group_0041.py +75 -14
  3654. githubkit/versions/v2022_11_28/types/group_0042.py +15 -87
  3655. githubkit/versions/v2022_11_28/types/group_0043.py +16 -28
  3656. githubkit/versions/v2022_11_28/types/group_0044.py +15 -69
  3657. githubkit/versions/v2022_11_28/types/group_0045.py +93 -41
  3658. githubkit/versions/v2022_11_28/types/group_0046.py +29 -33
  3659. githubkit/versions/v2022_11_28/types/group_0047.py +54 -49
  3660. githubkit/versions/v2022_11_28/types/group_0048.py +40 -105
  3661. githubkit/versions/v2022_11_28/types/group_0049.py +34 -22
  3662. githubkit/versions/v2022_11_28/types/group_0050.py +50 -14
  3663. githubkit/versions/v2022_11_28/types/group_0051.py +109 -6
  3664. githubkit/versions/v2022_11_28/types/group_0052.py +25 -18
  3665. githubkit/versions/v2022_11_28/types/group_0053.py +26 -20
  3666. githubkit/versions/v2022_11_28/types/group_0054.py +7 -21
  3667. githubkit/versions/v2022_11_28/types/group_0055.py +19 -26
  3668. githubkit/versions/v2022_11_28/types/group_0056.py +21 -67
  3669. githubkit/versions/v2022_11_28/types/group_0057.py +19 -70
  3670. githubkit/versions/v2022_11_28/types/group_0058.py +20 -129
  3671. githubkit/versions/v2022_11_28/types/group_0059.py +60 -24
  3672. githubkit/versions/v2022_11_28/types/group_0060.py +71 -13
  3673. githubkit/versions/v2022_11_28/types/group_0061.py +141 -13
  3674. githubkit/versions/v2022_11_28/types/group_0062.py +26 -19
  3675. githubkit/versions/v2022_11_28/types/group_0063.py +10 -74
  3676. githubkit/versions/v2022_11_28/types/group_0064.py +19 -5
  3677. githubkit/versions/v2022_11_28/types/group_0065.py +11 -9
  3678. githubkit/versions/v2022_11_28/types/group_0066.py +18 -43
  3679. githubkit/versions/v2022_11_28/types/group_0067.py +87 -11
  3680. githubkit/versions/v2022_11_28/types/group_0068.py +5 -17
  3681. githubkit/versions/v2022_11_28/types/group_0069.py +8 -5
  3682. githubkit/versions/v2022_11_28/types/group_0070.py +48 -8
  3683. githubkit/versions/v2022_11_28/types/group_0071.py +13 -7
  3684. githubkit/versions/v2022_11_28/types/group_0072.py +17 -6
  3685. githubkit/versions/v2022_11_28/types/group_0073.py +8 -7
  3686. githubkit/versions/v2022_11_28/types/group_0074.py +7 -9
  3687. githubkit/versions/v2022_11_28/types/group_0075.py +6 -16
  3688. githubkit/versions/v2022_11_28/types/group_0076.py +7 -13
  3689. githubkit/versions/v2022_11_28/types/group_0077.py +6 -27
  3690. githubkit/versions/v2022_11_28/types/group_0078.py +7 -9
  3691. githubkit/versions/v2022_11_28/types/group_0079.py +12 -16
  3692. githubkit/versions/v2022_11_28/types/group_0080.py +12 -36
  3693. githubkit/versions/v2022_11_28/types/group_0081.py +17 -25
  3694. githubkit/versions/v2022_11_28/types/group_0082.py +12 -15
  3695. githubkit/versions/v2022_11_28/types/group_0083.py +22 -9
  3696. githubkit/versions/v2022_11_28/types/group_0084.py +28 -35
  3697. githubkit/versions/v2022_11_28/types/group_0085.py +31 -26
  3698. githubkit/versions/v2022_11_28/types/group_0086.py +15 -14
  3699. githubkit/versions/v2022_11_28/types/group_0087.py +7 -85
  3700. githubkit/versions/v2022_11_28/types/group_0088.py +41 -10
  3701. githubkit/versions/v2022_11_28/types/group_0089.py +31 -35
  3702. githubkit/versions/v2022_11_28/types/group_0090.py +11 -49
  3703. githubkit/versions/v2022_11_28/types/group_0091.py +74 -172
  3704. githubkit/versions/v2022_11_28/types/group_0092.py +9 -5
  3705. githubkit/versions/v2022_11_28/types/group_0093.py +31 -19
  3706. githubkit/versions/v2022_11_28/types/group_0094.py +51 -18
  3707. githubkit/versions/v2022_11_28/types/group_0095.py +176 -23
  3708. githubkit/versions/v2022_11_28/types/group_0096.py +9 -11
  3709. githubkit/versions/v2022_11_28/types/group_0097.py +22 -11
  3710. githubkit/versions/v2022_11_28/types/group_0098.py +21 -8
  3711. githubkit/versions/v2022_11_28/types/group_0099.py +30 -6
  3712. githubkit/versions/v2022_11_28/types/group_0100.py +6 -9
  3713. githubkit/versions/v2022_11_28/types/group_0101.py +12 -12
  3714. githubkit/versions/v2022_11_28/types/group_0102.py +6 -9
  3715. githubkit/versions/v2022_11_28/types/group_0103.py +6 -15
  3716. githubkit/versions/v2022_11_28/types/group_0104.py +13 -15
  3717. githubkit/versions/v2022_11_28/types/group_0105.py +10 -25
  3718. githubkit/versions/v2022_11_28/types/group_0106.py +11 -29
  3719. githubkit/versions/v2022_11_28/types/group_0107.py +11 -29
  3720. githubkit/versions/v2022_11_28/types/group_0108.py +15 -37
  3721. githubkit/versions/v2022_11_28/types/group_0109.py +23 -30
  3722. githubkit/versions/v2022_11_28/types/group_0110.py +22 -37
  3723. githubkit/versions/v2022_11_28/types/group_0111.py +22 -55
  3724. githubkit/versions/v2022_11_28/types/group_0112.py +28 -54
  3725. githubkit/versions/v2022_11_28/types/group_0113.py +33 -15
  3726. githubkit/versions/v2022_11_28/types/group_0114.py +37 -18
  3727. githubkit/versions/v2022_11_28/types/group_0115.py +64 -16
  3728. githubkit/versions/v2022_11_28/types/group_0116.py +61 -13
  3729. githubkit/versions/v2022_11_28/types/group_0117.py +14 -8
  3730. githubkit/versions/v2022_11_28/types/group_0118.py +25 -12
  3731. githubkit/versions/v2022_11_28/types/group_0119.py +17 -10
  3732. githubkit/versions/v2022_11_28/types/group_0120.py +13 -140
  3733. githubkit/versions/v2022_11_28/types/group_0121.py +8 -11
  3734. githubkit/versions/v2022_11_28/types/group_0122.py +10 -7
  3735. githubkit/versions/v2022_11_28/types/group_0123.py +12 -6
  3736. githubkit/versions/v2022_11_28/types/group_0124.py +140 -11
  3737. githubkit/versions/v2022_11_28/types/group_0125.py +12 -6
  3738. githubkit/versions/v2022_11_28/types/group_0126.py +7 -9
  3739. githubkit/versions/v2022_11_28/types/group_0127.py +5 -4
  3740. githubkit/versions/v2022_11_28/types/group_0128.py +7 -7
  3741. githubkit/versions/v2022_11_28/types/group_0129.py +6 -22
  3742. githubkit/versions/v2022_11_28/types/group_0130.py +8 -12
  3743. githubkit/versions/v2022_11_28/types/group_0131.py +4 -13
  3744. githubkit/versions/v2022_11_28/types/group_0132.py +6 -8
  3745. githubkit/versions/v2022_11_28/types/group_0133.py +15 -33
  3746. githubkit/versions/v2022_11_28/types/group_0134.py +12 -8
  3747. githubkit/versions/v2022_11_28/types/group_0135.py +14 -5
  3748. githubkit/versions/v2022_11_28/types/group_0136.py +14 -7
  3749. githubkit/versions/v2022_11_28/types/group_0137.py +37 -8
  3750. githubkit/versions/v2022_11_28/types/group_0138.py +11 -11
  3751. githubkit/versions/v2022_11_28/types/group_0139.py +5 -13
  3752. githubkit/versions/v2022_11_28/types/group_0140.py +8 -4
  3753. githubkit/versions/v2022_11_28/types/group_0141.py +8 -21
  3754. githubkit/versions/v2022_11_28/types/group_0142.py +11 -12
  3755. githubkit/versions/v2022_11_28/types/group_0143.py +11 -10
  3756. githubkit/versions/v2022_11_28/types/group_0144.py +5 -13
  3757. githubkit/versions/v2022_11_28/types/group_0145.py +18 -13
  3758. githubkit/versions/v2022_11_28/types/group_0146.py +8 -7
  3759. githubkit/versions/v2022_11_28/types/group_0147.py +10 -7
  3760. githubkit/versions/v2022_11_28/types/group_0148.py +8 -7
  3761. githubkit/versions/v2022_11_28/types/group_0149.py +19 -8
  3762. githubkit/versions/v2022_11_28/types/group_0150.py +7 -7
  3763. githubkit/versions/v2022_11_28/types/group_0151.py +3 -3
  3764. githubkit/versions/v2022_11_28/types/group_0152.py +7 -7
  3765. githubkit/versions/v2022_11_28/types/group_0153.py +3 -3
  3766. githubkit/versions/v2022_11_28/types/group_0154.py +7 -7
  3767. githubkit/versions/v2022_11_28/types/group_0155.py +3 -3
  3768. githubkit/versions/v2022_11_28/types/group_0156.py +7 -9
  3769. githubkit/versions/v2022_11_28/types/group_0157.py +9 -5
  3770. githubkit/versions/v2022_11_28/types/group_0158.py +7 -8
  3771. githubkit/versions/v2022_11_28/types/group_0159.py +9 -5
  3772. githubkit/versions/v2022_11_28/types/group_0160.py +9 -8
  3773. githubkit/versions/v2022_11_28/types/group_0161.py +4 -4
  3774. githubkit/versions/v2022_11_28/types/group_0162.py +8 -8
  3775. githubkit/versions/v2022_11_28/types/group_0163.py +4 -4
  3776. githubkit/versions/v2022_11_28/types/group_0164.py +10 -6
  3777. githubkit/versions/v2022_11_28/types/group_0165.py +5 -13
  3778. githubkit/versions/v2022_11_28/types/group_0166.py +9 -17
  3779. githubkit/versions/v2022_11_28/types/group_0167.py +5 -14
  3780. githubkit/versions/v2022_11_28/types/group_0168.py +7 -20
  3781. githubkit/versions/v2022_11_28/types/group_0169.py +9 -108
  3782. githubkit/versions/v2022_11_28/types/group_0170.py +19 -15
  3783. githubkit/versions/v2022_11_28/types/group_0171.py +11 -40
  3784. githubkit/versions/v2022_11_28/types/group_0172.py +18 -9
  3785. githubkit/versions/v2022_11_28/types/group_0173.py +109 -6
  3786. githubkit/versions/v2022_11_28/types/group_0174.py +16 -11
  3787. githubkit/versions/v2022_11_28/types/group_0175.py +42 -6
  3788. githubkit/versions/v2022_11_28/types/group_0176.py +11 -4
  3789. githubkit/versions/v2022_11_28/types/group_0177.py +9 -24
  3790. githubkit/versions/v2022_11_28/types/group_0178.py +10 -132
  3791. githubkit/versions/v2022_11_28/types/group_0179.py +12 -36
  3792. githubkit/versions/v2022_11_28/types/group_0180.py +5 -6
  3793. githubkit/versions/v2022_11_28/types/group_0181.py +23 -6
  3794. githubkit/versions/v2022_11_28/types/group_0182.py +130 -8
  3795. githubkit/versions/v2022_11_28/types/group_0183.py +25 -97
  3796. githubkit/versions/v2022_11_28/types/group_0184.py +12 -36
  3797. githubkit/versions/v2022_11_28/types/group_0185.py +7 -25
  3798. githubkit/versions/v2022_11_28/types/group_0186.py +10 -17
  3799. githubkit/versions/v2022_11_28/types/group_0187.py +100 -8
  3800. githubkit/versions/v2022_11_28/types/group_0188.py +22 -28
  3801. githubkit/versions/v2022_11_28/types/group_0189.py +16 -105
  3802. githubkit/versions/v2022_11_28/types/group_0190.py +11 -16
  3803. githubkit/versions/v2022_11_28/types/group_0191.py +7 -12
  3804. githubkit/versions/v2022_11_28/types/group_0192.py +34 -9
  3805. githubkit/versions/v2022_11_28/types/group_0193.py +114 -8
  3806. githubkit/versions/v2022_11_28/types/group_0194.py +23 -11
  3807. githubkit/versions/v2022_11_28/types/group_0195.py +15 -16
  3808. githubkit/versions/v2022_11_28/types/group_0196.py +11 -33
  3809. githubkit/versions/v2022_11_28/types/group_0197.py +8 -25
  3810. githubkit/versions/v2022_11_28/types/group_0198.py +10 -57
  3811. githubkit/versions/v2022_11_28/types/group_0199.py +16 -7
  3812. githubkit/versions/v2022_11_28/types/group_0200.py +32 -9
  3813. githubkit/versions/v2022_11_28/types/group_0201.py +24 -8
  3814. githubkit/versions/v2022_11_28/types/group_0202.py +58 -7
  3815. githubkit/versions/v2022_11_28/types/group_0203.py +9 -6
  3816. githubkit/versions/v2022_11_28/types/group_0204.py +8 -44
  3817. githubkit/versions/v2022_11_28/types/group_0205.py +6 -36
  3818. githubkit/versions/v2022_11_28/types/group_0206.py +7 -63
  3819. githubkit/versions/v2022_11_28/types/group_0207.py +5 -29
  3820. githubkit/versions/v2022_11_28/types/group_0208.py +46 -5
  3821. githubkit/versions/v2022_11_28/types/group_0209.py +39 -8
  3822. githubkit/versions/v2022_11_28/types/group_0210.py +55 -29
  3823. githubkit/versions/v2022_11_28/types/group_0211.py +23 -31
  3824. githubkit/versions/v2022_11_28/types/group_0212.py +6 -77
  3825. githubkit/versions/v2022_11_28/types/group_0213.py +7 -39
  3826. githubkit/versions/v2022_11_28/types/group_0214.py +34 -22
  3827. githubkit/versions/v2022_11_28/types/group_0215.py +35 -8
  3828. githubkit/versions/v2022_11_28/types/group_0216.py +75 -7
  3829. githubkit/versions/v2022_11_28/types/group_0217.py +37 -20
  3830. githubkit/versions/v2022_11_28/types/group_0218.py +24 -27
  3831. githubkit/versions/v2022_11_28/types/group_0219.py +9 -118
  3832. githubkit/versions/v2022_11_28/types/group_0220.py +6 -127
  3833. githubkit/versions/v2022_11_28/types/group_0221.py +19 -20
  3834. githubkit/versions/v2022_11_28/types/group_0222.py +26 -8
  3835. githubkit/versions/v2022_11_28/types/group_0223.py +119 -9
  3836. githubkit/versions/v2022_11_28/types/group_0224.py +126 -17
  3837. githubkit/versions/v2022_11_28/types/group_0225.py +13 -40
  3838. githubkit/versions/v2022_11_28/types/group_0226.py +9 -23
  3839. githubkit/versions/v2022_11_28/types/group_0227.py +10 -28
  3840. githubkit/versions/v2022_11_28/types/group_0228.py +17 -121
  3841. githubkit/versions/v2022_11_28/types/group_0229.py +50 -19
  3842. githubkit/versions/v2022_11_28/types/group_0230.py +16 -21
  3843. githubkit/versions/v2022_11_28/types/group_0231.py +26 -24
  3844. githubkit/versions/v2022_11_28/types/group_0232.py +110 -48
  3845. githubkit/versions/v2022_11_28/types/group_0233.py +19 -17
  3846. githubkit/versions/v2022_11_28/types/group_0234.py +22 -53
  3847. githubkit/versions/v2022_11_28/types/group_0235.py +24 -28
  3848. githubkit/versions/v2022_11_28/types/group_0236.py +57 -23
  3849. githubkit/versions/v2022_11_28/types/group_0237.py +23 -52
  3850. githubkit/versions/v2022_11_28/types/group_0238.py +59 -7
  3851. githubkit/versions/v2022_11_28/types/group_0239.py +27 -6
  3852. githubkit/versions/v2022_11_28/types/group_0240.py +32 -9
  3853. githubkit/versions/v2022_11_28/types/group_0241.py +43 -18
  3854. githubkit/versions/v2022_11_28/types/group_0242.py +8 -9
  3855. githubkit/versions/v2022_11_28/types/group_0243.py +6 -18
  3856. githubkit/versions/v2022_11_28/types/group_0244.py +6 -15
  3857. githubkit/versions/v2022_11_28/types/group_0245.py +21 -7
  3858. githubkit/versions/v2022_11_28/types/group_0246.py +10 -35
  3859. githubkit/versions/v2022_11_28/types/group_0247.py +19 -12
  3860. githubkit/versions/v2022_11_28/types/group_0248.py +12 -25
  3861. githubkit/versions/v2022_11_28/types/group_0249.py +7 -16
  3862. githubkit/versions/v2022_11_28/types/group_0250.py +29 -26
  3863. githubkit/versions/v2022_11_28/types/group_0251.py +13 -26
  3864. githubkit/versions/v2022_11_28/types/group_0252.py +26 -9
  3865. githubkit/versions/v2022_11_28/types/group_0253.py +16 -5
  3866. githubkit/versions/v2022_11_28/types/group_0254.py +34 -9
  3867. githubkit/versions/v2022_11_28/types/group_0255.py +23 -18
  3868. githubkit/versions/v2022_11_28/types/group_0256.py +8 -21
  3869. githubkit/versions/v2022_11_28/types/group_0257.py +6 -8
  3870. githubkit/versions/v2022_11_28/types/group_0258.py +6 -20
  3871. githubkit/versions/v2022_11_28/types/group_0259.py +21 -54
  3872. githubkit/versions/v2022_11_28/types/group_0260.py +16 -42
  3873. githubkit/versions/v2022_11_28/types/group_0261.py +5 -17
  3874. githubkit/versions/v2022_11_28/types/group_0262.py +20 -6
  3875. githubkit/versions/v2022_11_28/types/group_0263.py +53 -11
  3876. githubkit/versions/v2022_11_28/types/group_0264.py +22 -48
  3877. githubkit/versions/v2022_11_28/types/group_0265.py +12 -18
  3878. githubkit/versions/v2022_11_28/types/group_0266.py +6 -12
  3879. githubkit/versions/v2022_11_28/types/group_0267.py +13 -36
  3880. githubkit/versions/v2022_11_28/types/group_0268.py +67 -12
  3881. githubkit/versions/v2022_11_28/types/group_0269.py +19 -34
  3882. githubkit/versions/v2022_11_28/types/group_0270.py +13 -23
  3883. githubkit/versions/v2022_11_28/types/group_0271.py +25 -45
  3884. githubkit/versions/v2022_11_28/types/group_0272.py +21 -27
  3885. githubkit/versions/v2022_11_28/types/group_0273.py +33 -25
  3886. githubkit/versions/v2022_11_28/types/group_0274.py +23 -29
  3887. githubkit/versions/v2022_11_28/types/group_0275.py +39 -12
  3888. githubkit/versions/v2022_11_28/types/group_0276.py +21 -93
  3889. githubkit/versions/v2022_11_28/types/group_0277.py +25 -37
  3890. githubkit/versions/v2022_11_28/types/group_0278.py +30 -30
  3891. githubkit/versions/v2022_11_28/types/group_0279.py +28 -32
  3892. githubkit/versions/v2022_11_28/types/group_0280.py +96 -11
  3893. githubkit/versions/v2022_11_28/types/group_0281.py +40 -22
  3894. githubkit/versions/v2022_11_28/types/group_0282.py +26 -69
  3895. githubkit/versions/v2022_11_28/types/group_0283.py +39 -12
  3896. githubkit/versions/v2022_11_28/types/group_0284.py +12 -10
  3897. githubkit/versions/v2022_11_28/types/group_0285.py +21 -22
  3898. githubkit/versions/v2022_11_28/types/group_0286.py +59 -37
  3899. githubkit/versions/v2022_11_28/types/group_0287.py +12 -34
  3900. githubkit/versions/v2022_11_28/types/group_0288.py +11 -9
  3901. githubkit/versions/v2022_11_28/types/group_0289.py +18 -50
  3902. githubkit/versions/v2022_11_28/types/group_0290.py +50 -12
  3903. githubkit/versions/v2022_11_28/types/group_0291.py +30 -11
  3904. githubkit/versions/v2022_11_28/types/group_0292.py +10 -7
  3905. githubkit/versions/v2022_11_28/types/group_0293.py +59 -4
  3906. githubkit/versions/v2022_11_28/types/group_0294.py +10 -8
  3907. githubkit/versions/v2022_11_28/types/group_0295.py +8 -27
  3908. githubkit/versions/v2022_11_28/types/group_0296.py +7 -9
  3909. githubkit/versions/v2022_11_28/types/group_0297.py +5 -15
  3910. githubkit/versions/v2022_11_28/types/group_0298.py +7 -69
  3911. githubkit/versions/v2022_11_28/types/group_0299.py +21 -14
  3912. githubkit/versions/v2022_11_28/types/group_0300.py +5 -33
  3913. githubkit/versions/v2022_11_28/types/group_0301.py +11 -21
  3914. githubkit/versions/v2022_11_28/types/group_0302.py +71 -6
  3915. githubkit/versions/v2022_11_28/types/group_0303.py +18 -20
  3916. githubkit/versions/v2022_11_28/types/group_0304.py +28 -50
  3917. githubkit/versions/v2022_11_28/types/group_0305.py +23 -12
  3918. githubkit/versions/v2022_11_28/types/group_0306.py +7 -10
  3919. githubkit/versions/v2022_11_28/types/group_0307.py +16 -98
  3920. githubkit/versions/v2022_11_28/types/group_0308.py +50 -22
  3921. githubkit/versions/v2022_11_28/types/group_0309.py +9 -26
  3922. githubkit/versions/v2022_11_28/types/group_0310.py +8 -19
  3923. githubkit/versions/v2022_11_28/types/group_0311.py +95 -11
  3924. githubkit/versions/v2022_11_28/types/group_0312.py +11 -10
  3925. githubkit/versions/v2022_11_28/types/group_0313.py +11 -10
  3926. githubkit/versions/v2022_11_28/types/group_0314.py +9 -18
  3927. githubkit/versions/v2022_11_28/types/group_0315.py +9 -11
  3928. githubkit/versions/v2022_11_28/types/group_0316.py +16 -10
  3929. githubkit/versions/v2022_11_28/types/group_0317.py +11 -14
  3930. githubkit/versions/v2022_11_28/types/group_0318.py +16 -6
  3931. githubkit/versions/v2022_11_28/types/group_0319.py +9 -20
  3932. githubkit/versions/v2022_11_28/types/group_0320.py +9 -20
  3933. githubkit/versions/v2022_11_28/types/group_0321.py +13 -15
  3934. githubkit/versions/v2022_11_28/types/group_0322.py +8 -22
  3935. githubkit/versions/v2022_11_28/types/group_0323.py +27 -30
  3936. githubkit/versions/v2022_11_28/types/group_0324.py +32 -14
  3937. githubkit/versions/v2022_11_28/types/group_0325.py +33 -6
  3938. githubkit/versions/v2022_11_28/types/group_0326.py +23 -62
  3939. githubkit/versions/v2022_11_28/types/group_0327.py +18 -38
  3940. githubkit/versions/v2022_11_28/types/group_0328.py +9 -87
  3941. githubkit/versions/v2022_11_28/types/group_0329.py +7 -20
  3942. githubkit/versions/v2022_11_28/types/group_0330.py +69 -16
  3943. githubkit/versions/v2022_11_28/types/group_0331.py +51 -14
  3944. githubkit/versions/v2022_11_28/types/group_0332.py +91 -14
  3945. githubkit/versions/v2022_11_28/types/group_0333.py +22 -7
  3946. githubkit/versions/v2022_11_28/types/group_0334.py +16 -29
  3947. githubkit/versions/v2022_11_28/types/group_0335.py +18 -8
  3948. githubkit/versions/v2022_11_28/types/group_0336.py +14 -52
  3949. githubkit/versions/v2022_11_28/types/group_0337.py +7 -29
  3950. githubkit/versions/v2022_11_28/types/group_0338.py +30 -5
  3951. githubkit/versions/v2022_11_28/types/group_0339.py +8 -9
  3952. githubkit/versions/v2022_11_28/types/group_0340.py +55 -19
  3953. githubkit/versions/v2022_11_28/types/group_0341.py +20 -72
  3954. githubkit/versions/v2022_11_28/types/group_0342.py +6 -74
  3955. githubkit/versions/v2022_11_28/types/group_0343.py +11 -11
  3956. githubkit/versions/v2022_11_28/types/group_0344.py +25 -31
  3957. githubkit/versions/v2022_11_28/types/group_0345.py +79 -13
  3958. githubkit/versions/v2022_11_28/types/group_0346.py +74 -7
  3959. githubkit/versions/v2022_11_28/types/group_0347.py +11 -11
  3960. githubkit/versions/v2022_11_28/types/group_0348.py +18 -49
  3961. githubkit/versions/v2022_11_28/types/group_0349.py +13 -49
  3962. githubkit/versions/v2022_11_28/types/group_0350.py +8 -7
  3963. githubkit/versions/v2022_11_28/types/group_0351.py +9 -21
  3964. githubkit/versions/v2022_11_28/types/group_0352.py +51 -30
  3965. githubkit/versions/v2022_11_28/types/group_0353.py +48 -6
  3966. githubkit/versions/v2022_11_28/types/group_0354.py +8 -11
  3967. githubkit/versions/v2022_11_28/types/group_0355.py +25 -9
  3968. githubkit/versions/v2022_11_28/types/group_0356.py +39 -15
  3969. githubkit/versions/v2022_11_28/types/group_0357.py +9 -9
  3970. githubkit/versions/v2022_11_28/types/group_0358.py +7 -4
  3971. githubkit/versions/v2022_11_28/types/group_0359.py +4 -7
  3972. githubkit/versions/v2022_11_28/types/group_0360.py +6 -6
  3973. githubkit/versions/v2022_11_28/types/group_0361.py +4 -4
  3974. githubkit/versions/v2022_11_28/types/group_0362.py +4 -7
  3975. githubkit/versions/v2022_11_28/types/group_0363.py +6 -6
  3976. githubkit/versions/v2022_11_28/types/group_0364.py +7 -4
  3977. githubkit/versions/v2022_11_28/types/group_0365.py +4 -7
  3978. githubkit/versions/v2022_11_28/types/group_0366.py +6 -6
  3979. githubkit/versions/v2022_11_28/types/group_0367.py +6 -6
  3980. githubkit/versions/v2022_11_28/types/group_0368.py +4 -7
  3981. githubkit/versions/v2022_11_28/types/group_0369.py +6 -6
  3982. githubkit/versions/v2022_11_28/types/group_0370.py +6 -6
  3983. githubkit/versions/v2022_11_28/types/group_0371.py +6 -6
  3984. githubkit/versions/v2022_11_28/types/group_0372.py +6 -6
  3985. githubkit/versions/v2022_11_28/types/group_0373.py +6 -6
  3986. githubkit/versions/v2022_11_28/types/group_0374.py +6 -6
  3987. githubkit/versions/v2022_11_28/types/group_0375.py +6 -6
  3988. githubkit/versions/v2022_11_28/types/group_0376.py +15 -38
  3989. githubkit/versions/v2022_11_28/types/group_0377.py +11 -8
  3990. githubkit/versions/v2022_11_28/types/group_0378.py +10 -37
  3991. githubkit/versions/v2022_11_28/types/group_0379.py +11 -5
  3992. githubkit/versions/v2022_11_28/types/group_0380.py +68 -67
  3993. githubkit/versions/v2022_11_28/types/group_0381.py +55 -49
  3994. githubkit/versions/v2022_11_28/types/group_0382.py +7 -74
  3995. githubkit/versions/v2022_11_28/types/group_0383.py +34 -8
  3996. githubkit/versions/v2022_11_28/types/group_0384.py +6 -10
  3997. githubkit/versions/v2022_11_28/types/group_0385.py +64 -17
  3998. githubkit/versions/v2022_11_28/types/group_0386.py +53 -6
  3999. githubkit/versions/v2022_11_28/types/group_0387.py +74 -13
  4000. githubkit/versions/v2022_11_28/types/group_0388.py +10 -19
  4001. githubkit/versions/v2022_11_28/types/group_0389.py +8 -10
  4002. githubkit/versions/v2022_11_28/types/group_0390.py +23 -6
  4003. githubkit/versions/v2022_11_28/types/group_0391.py +5 -7
  4004. githubkit/versions/v2022_11_28/types/group_0392.py +12 -9
  4005. githubkit/versions/v2022_11_28/types/group_0393.py +19 -8
  4006. githubkit/versions/v2022_11_28/types/group_0394.py +10 -8
  4007. githubkit/versions/v2022_11_28/types/group_0395.py +5 -9
  4008. githubkit/versions/v2022_11_28/types/group_0396.py +8 -20
  4009. githubkit/versions/v2022_11_28/types/group_0397.py +11 -35
  4010. githubkit/versions/v2022_11_28/types/group_0398.py +9 -44
  4011. githubkit/versions/v2022_11_28/types/group_0399.py +9 -34
  4012. githubkit/versions/v2022_11_28/types/group_0400.py +9 -104
  4013. githubkit/versions/v2022_11_28/types/group_0401.py +13 -23
  4014. githubkit/versions/v2022_11_28/types/group_0402.py +19 -107
  4015. githubkit/versions/v2022_11_28/types/group_0403.py +29 -59
  4016. githubkit/versions/v2022_11_28/types/group_0404.py +27 -49
  4017. githubkit/versions/v2022_11_28/types/group_0405.py +94 -51
  4018. githubkit/versions/v2022_11_28/types/group_0406.py +28 -7
  4019. githubkit/versions/v2022_11_28/types/group_0407.py +119 -12
  4020. githubkit/versions/v2022_11_28/types/group_0408.py +58 -69
  4021. githubkit/versions/v2022_11_28/types/group_0409.py +54 -9
  4022. githubkit/versions/v2022_11_28/types/group_0410.py +53 -51
  4023. githubkit/versions/v2022_11_28/types/group_0411.py +5 -11
  4024. githubkit/versions/v2022_11_28/types/group_0412.py +12 -29
  4025. githubkit/versions/v2022_11_28/types/group_0413.py +84 -6
  4026. githubkit/versions/v2022_11_28/types/group_0414.py +9 -9
  4027. githubkit/versions/v2022_11_28/types/group_0415.py +59 -9
  4028. githubkit/versions/v2022_11_28/types/group_0416.py +12 -15
  4029. githubkit/versions/v2022_11_28/types/group_0417.py +31 -6
  4030. githubkit/versions/v2022_11_28/types/group_0418.py +8 -22
  4031. githubkit/versions/v2022_11_28/types/group_0419.py +8 -20
  4032. githubkit/versions/v2022_11_28/types/group_0420.py +9 -10
  4033. githubkit/versions/v2022_11_28/types/group_0421.py +17 -22
  4034. githubkit/versions/v2022_11_28/types/group_0422.py +7 -269
  4035. githubkit/versions/v2022_11_28/types/group_0423.py +25 -46
  4036. githubkit/versions/v2022_11_28/types/group_0424.py +22 -42
  4037. githubkit/versions/v2022_11_28/types/group_0425.py +9 -55
  4038. githubkit/versions/v2022_11_28/types/group_0426.py +18 -14
  4039. githubkit/versions/v2022_11_28/types/group_0427.py +269 -11
  4040. githubkit/versions/v2022_11_28/types/group_0428.py +45 -62
  4041. githubkit/versions/v2022_11_28/types/group_0429.py +49 -17
  4042. githubkit/versions/v2022_11_28/types/group_0430.py +58 -26
  4043. githubkit/versions/v2022_11_28/types/group_0431.py +16 -71
  4044. githubkit/versions/v2022_11_28/types/group_0432.py +8 -141
  4045. githubkit/versions/v2022_11_28/types/group_0433.py +35 -47
  4046. githubkit/versions/v2022_11_28/types/group_0434.py +10 -10
  4047. githubkit/versions/v2022_11_28/types/group_0435.py +31 -13
  4048. githubkit/versions/v2022_11_28/types/group_0436.py +72 -7
  4049. githubkit/versions/v2022_11_28/types/group_0437.py +85 -16
  4050. githubkit/versions/v2022_11_28/types/group_0438.py +66 -10
  4051. githubkit/versions/v2022_11_28/types/group_0439.py +4 -332
  4052. githubkit/versions/v2022_11_28/types/group_0440.py +7 -53
  4053. githubkit/versions/v2022_11_28/types/group_0441.py +6 -337
  4054. githubkit/versions/v2022_11_28/types/group_0442.py +54 -2
  4055. githubkit/versions/v2022_11_28/types/group_0443.py +11 -34
  4056. githubkit/versions/v2022_11_28/types/group_0444.py +325 -25
  4057. githubkit/versions/v2022_11_28/types/group_0445.py +44 -33
  4058. githubkit/versions/v2022_11_28/types/group_0446.py +337 -11
  4059. githubkit/versions/v2022_11_28/types/group_0447.py +3 -31
  4060. githubkit/versions/v2022_11_28/types/group_0448.py +32 -36
  4061. githubkit/versions/v2022_11_28/types/group_0449.py +31 -146
  4062. githubkit/versions/v2022_11_28/types/group_0450.py +34 -39
  4063. githubkit/versions/v2022_11_28/types/group_0451.py +12 -47
  4064. githubkit/versions/v2022_11_28/types/group_0452.py +48 -8
  4065. githubkit/versions/v2022_11_28/types/group_0453.py +44 -25
  4066. githubkit/versions/v2022_11_28/types/group_0454.py +150 -12
  4067. githubkit/versions/v2022_11_28/types/group_0455.py +43 -14
  4068. githubkit/versions/v2022_11_28/types/group_0456.py +45 -19
  4069. githubkit/versions/v2022_11_28/types/group_0457.py +10 -76
  4070. githubkit/versions/v2022_11_28/types/group_0458.py +25 -15
  4071. githubkit/versions/v2022_11_28/types/group_0459.py +10 -855
  4072. githubkit/versions/v2022_11_28/types/group_0460.py +13 -115
  4073. githubkit/versions/v2022_11_28/types/group_0461.py +18 -76
  4074. githubkit/versions/v2022_11_28/types/group_0462.py +75 -119
  4075. githubkit/versions/v2022_11_28/types/group_0463.py +14 -124
  4076. githubkit/versions/v2022_11_28/types/group_0464.py +827 -20
  4077. githubkit/versions/v2022_11_28/types/group_0465.py +119 -39
  4078. githubkit/versions/v2022_11_28/types/group_0466.py +64 -70
  4079. githubkit/versions/v2022_11_28/types/group_0467.py +72 -61
  4080. githubkit/versions/v2022_11_28/types/group_0468.py +115 -23
  4081. githubkit/versions/v2022_11_28/types/group_0469.py +44 -33
  4082. githubkit/versions/v2022_11_28/types/group_0470.py +42 -17
  4083. githubkit/versions/v2022_11_28/types/group_0471.py +85 -15
  4084. githubkit/versions/v2022_11_28/types/group_0472.py +113 -17
  4085. githubkit/versions/v2022_11_28/types/group_0473.py +32 -17
  4086. githubkit/versions/v2022_11_28/types/group_0474.py +38 -159
  4087. githubkit/versions/v2022_11_28/types/group_0475.py +9 -9
  4088. githubkit/versions/v2022_11_28/types/group_0476.py +16 -7
  4089. githubkit/versions/v2022_11_28/types/group_0477.py +10 -8
  4090. githubkit/versions/v2022_11_28/types/group_0478.py +18 -7
  4091. githubkit/versions/v2022_11_28/types/group_0479.py +151 -16
  4092. githubkit/versions/v2022_11_28/types/group_0480.py +16 -7
  4093. githubkit/versions/v2022_11_28/types/group_0481.py +7 -16
  4094. githubkit/versions/v2022_11_28/types/group_0482.py +16 -7
  4095. githubkit/versions/v2022_11_28/types/group_0483.py +6 -257
  4096. githubkit/versions/v2022_11_28/types/group_0484.py +16 -242
  4097. githubkit/versions/v2022_11_28/types/group_0485.py +6 -253
  4098. githubkit/versions/v2022_11_28/types/group_0486.py +10 -139
  4099. githubkit/versions/v2022_11_28/types/group_0487.py +6 -182
  4100. githubkit/versions/v2022_11_28/types/group_0488.py +219 -74
  4101. githubkit/versions/v2022_11_28/types/group_0489.py +189 -75
  4102. githubkit/versions/v2022_11_28/types/group_0490.py +212 -75
  4103. githubkit/versions/v2022_11_28/types/group_0491.py +70 -36
  4104. githubkit/versions/v2022_11_28/types/group_0492.py +136 -50
  4105. githubkit/versions/v2022_11_28/types/group_0493.py +104 -11
  4106. githubkit/versions/v2022_11_28/types/group_0494.py +136 -11
  4107. githubkit/versions/v2022_11_28/types/group_0495.py +107 -14
  4108. githubkit/versions/v2022_11_28/types/group_0496.py +106 -11
  4109. githubkit/versions/v2022_11_28/types/group_0497.py +92 -11
  4110. githubkit/versions/v2022_11_28/types/group_0498.py +15 -14
  4111. githubkit/versions/v2022_11_28/types/group_0499.py +10 -12
  4112. githubkit/versions/v2022_11_28/types/group_0500.py +19 -13
  4113. githubkit/versions/v2022_11_28/types/group_0501.py +11 -13
  4114. githubkit/versions/v2022_11_28/types/group_0502.py +11 -13
  4115. githubkit/versions/v2022_11_28/types/group_0503.py +14 -13
  4116. githubkit/versions/v2022_11_28/types/group_0504.py +11 -11
  4117. githubkit/versions/v2022_11_28/types/group_0505.py +9 -9
  4118. githubkit/versions/v2022_11_28/types/group_0506.py +9 -9
  4119. githubkit/versions/v2022_11_28/types/group_0507.py +10 -10
  4120. githubkit/versions/v2022_11_28/types/group_0508.py +11 -11
  4121. githubkit/versions/v2022_11_28/types/group_0509.py +13 -536
  4122. githubkit/versions/v2022_11_28/types/group_0510.py +17 -20
  4123. githubkit/versions/v2022_11_28/types/group_0511.py +13 -405
  4124. githubkit/versions/v2022_11_28/types/group_0512.py +12 -402
  4125. githubkit/versions/v2022_11_28/types/group_0513.py +12 -438
  4126. githubkit/versions/v2022_11_28/types/group_0514.py +80 -295
  4127. githubkit/versions/v2022_11_28/types/group_0515.py +20 -19
  4128. githubkit/versions/v2022_11_28/types/group_0516.py +390 -32
  4129. githubkit/versions/v2022_11_28/types/group_0517.py +402 -12
  4130. githubkit/versions/v2022_11_28/types/group_0518.py +438 -14
  4131. githubkit/versions/v2022_11_28/types/group_0519.py +750 -14
  4132. githubkit/versions/v2022_11_28/types/group_0520.py +11 -28
  4133. githubkit/versions/v2022_11_28/types/group_0521.py +43 -9
  4134. githubkit/versions/v2022_11_28/types/group_0522.py +9 -9
  4135. githubkit/versions/v2022_11_28/types/group_0523.py +11 -34
  4136. githubkit/versions/v2022_11_28/types/group_0524.py +11 -11
  4137. githubkit/versions/v2022_11_28/types/group_0525.py +28 -9
  4138. githubkit/versions/v2022_11_28/types/group_0526.py +9 -9
  4139. githubkit/versions/v2022_11_28/types/group_0527.py +9 -9
  4140. githubkit/versions/v2022_11_28/types/group_0528.py +34 -11
  4141. githubkit/versions/v2022_11_28/types/group_0529.py +20 -8
  4142. githubkit/versions/v2022_11_28/types/group_0530.py +12 -10
  4143. githubkit/versions/v2022_11_28/types/group_0531.py +9 -11
  4144. githubkit/versions/v2022_11_28/types/group_0532.py +9 -9
  4145. githubkit/versions/v2022_11_28/types/group_0533.py +11 -9
  4146. githubkit/versions/v2022_11_28/types/group_0534.py +8 -19
  4147. githubkit/versions/v2022_11_28/types/group_0535.py +15 -141
  4148. githubkit/versions/v2022_11_28/types/group_0536.py +19 -140
  4149. githubkit/versions/v2022_11_28/types/group_0537.py +18 -8
  4150. githubkit/versions/v2022_11_28/types/group_0538.py +17 -112
  4151. githubkit/versions/v2022_11_28/types/group_0539.py +17 -6
  4152. githubkit/versions/v2022_11_28/types/group_0540.py +135 -23
  4153. githubkit/versions/v2022_11_28/types/group_0541.py +139 -18
  4154. githubkit/versions/v2022_11_28/types/group_0542.py +8 -19
  4155. githubkit/versions/v2022_11_28/types/group_0543.py +112 -18
  4156. githubkit/versions/v2022_11_28/types/group_0544.py +7 -36
  4157. githubkit/versions/v2022_11_28/types/group_0545.py +19 -26
  4158. githubkit/versions/v2022_11_28/types/group_0546.py +11 -10
  4159. githubkit/versions/v2022_11_28/types/group_0547.py +14 -81
  4160. githubkit/versions/v2022_11_28/types/group_0548.py +8 -8
  4161. githubkit/versions/v2022_11_28/types/group_0549.py +32 -15
  4162. githubkit/versions/v2022_11_28/types/group_0550.py +31 -72
  4163. githubkit/versions/v2022_11_28/types/group_0551.py +18 -147
  4164. githubkit/versions/v2022_11_28/types/group_0552.py +62 -129
  4165. githubkit/versions/v2022_11_28/types/group_0553.py +18 -52
  4166. githubkit/versions/v2022_11_28/types/group_0554.py +23 -29
  4167. githubkit/versions/v2022_11_28/types/group_0555.py +68 -20
  4168. githubkit/versions/v2022_11_28/types/group_0556.py +120 -49
  4169. githubkit/versions/v2022_11_28/types/group_0557.py +144 -24
  4170. githubkit/versions/v2022_11_28/types/group_0558.py +54 -7
  4171. githubkit/versions/v2022_11_28/types/group_0559.py +2 -115
  4172. githubkit/versions/v2022_11_28/types/group_0560.py +7 -4
  4173. githubkit/versions/v2022_11_28/types/group_0561.py +79 -29
  4174. githubkit/versions/v2022_11_28/types/group_0562.py +37 -24
  4175. githubkit/versions/v2022_11_28/types/group_0563.py +7 -149
  4176. githubkit/versions/v2022_11_28/types/group_0564.py +81 -95
  4177. githubkit/versions/v2022_11_28/types/group_0565.py +21 -47
  4178. githubkit/versions/v2022_11_28/types/group_0566.py +31 -30
  4179. githubkit/versions/v2022_11_28/types/group_0567.py +26 -36
  4180. githubkit/versions/v2022_11_28/types/group_0568.py +120 -49
  4181. githubkit/versions/v2022_11_28/types/group_0569.py +144 -24
  4182. githubkit/versions/v2022_11_28/types/group_0570.py +54 -7
  4183. githubkit/versions/v2022_11_28/types/group_0571.py +2 -116
  4184. githubkit/versions/v2022_11_28/types/group_0572.py +7 -4
  4185. githubkit/versions/v2022_11_28/types/group_0573.py +79 -29
  4186. githubkit/versions/v2022_11_28/types/group_0574.py +37 -26
  4187. githubkit/versions/v2022_11_28/types/group_0575.py +7 -147
  4188. githubkit/versions/v2022_11_28/types/group_0576.py +81 -92
  4189. githubkit/versions/v2022_11_28/types/group_0577.py +21 -47
  4190. githubkit/versions/v2022_11_28/types/group_0578.py +31 -30
  4191. githubkit/versions/v2022_11_28/types/group_0579.py +28 -36
  4192. githubkit/versions/v2022_11_28/types/group_0580.py +118 -48
  4193. githubkit/versions/v2022_11_28/types/group_0581.py +142 -24
  4194. githubkit/versions/v2022_11_28/types/group_0582.py +54 -7
  4195. githubkit/versions/v2022_11_28/types/group_0583.py +2 -115
  4196. githubkit/versions/v2022_11_28/types/group_0584.py +7 -4
  4197. githubkit/versions/v2022_11_28/types/group_0585.py +78 -29
  4198. githubkit/versions/v2022_11_28/types/group_0586.py +37 -24
  4199. githubkit/versions/v2022_11_28/types/group_0587.py +7 -19
  4200. githubkit/versions/v2022_11_28/types/group_0588.py +72 -111
  4201. githubkit/versions/v2022_11_28/types/group_0589.py +14 -169
  4202. githubkit/versions/v2022_11_28/types/group_0590.py +31 -30
  4203. githubkit/versions/v2022_11_28/types/group_0591.py +19 -25
  4204. githubkit/versions/v2022_11_28/types/group_0592.py +17 -75
  4205. githubkit/versions/v2022_11_28/types/group_0593.py +169 -23
  4206. githubkit/versions/v2022_11_28/types/group_0594.py +174 -13
  4207. githubkit/versions/v2022_11_28/types/group_0595.py +9 -92
  4208. githubkit/versions/v2022_11_28/types/group_0596.py +7 -4
  4209. githubkit/versions/v2022_11_28/types/group_0597.py +78 -28
  4210. githubkit/versions/v2022_11_28/types/group_0598.py +36 -22
  4211. githubkit/versions/v2022_11_28/types/group_0599.py +6 -332
  4212. githubkit/versions/v2022_11_28/types/group_0600.py +108 -19
  4213. githubkit/versions/v2022_11_28/types/group_0601.py +6 -336
  4214. githubkit/versions/v2022_11_28/types/group_0602.py +28 -50
  4215. githubkit/versions/v2022_11_28/types/group_0603.py +17 -345
  4216. githubkit/versions/v2022_11_28/types/group_0604.py +346 -19
  4217. githubkit/versions/v2022_11_28/types/group_0605.py +19 -345
  4218. githubkit/versions/v2022_11_28/types/group_0606.py +352 -17
  4219. githubkit/versions/v2022_11_28/types/group_0607.py +34 -335
  4220. githubkit/versions/v2022_11_28/types/group_0608.py +345 -19
  4221. githubkit/versions/v2022_11_28/types/group_0609.py +19 -346
  4222. githubkit/versions/v2022_11_28/types/group_0610.py +345 -19
  4223. githubkit/versions/v2022_11_28/types/group_0611.py +18 -180
  4224. githubkit/versions/v2022_11_28/types/group_0612.py +66 -93
  4225. githubkit/versions/v2022_11_28/types/group_0613.py +19 -346
  4226. githubkit/versions/v2022_11_28/types/group_0614.py +346 -17
  4227. githubkit/versions/v2022_11_28/types/group_0615.py +12 -10
  4228. githubkit/versions/v2022_11_28/types/group_0616.py +127 -294
  4229. githubkit/versions/v2022_11_28/types/group_0617.py +375 -19
  4230. githubkit/versions/v2022_11_28/types/group_0618.py +292 -129
  4231. githubkit/versions/v2022_11_28/types/group_0619.py +17 -374
  4232. githubkit/versions/v2022_11_28/types/group_0620.py +11 -13
  4233. githubkit/versions/v2022_11_28/types/group_0621.py +345 -18
  4234. githubkit/versions/v2022_11_28/types/group_0622.py +12 -12
  4235. githubkit/versions/v2022_11_28/types/group_0623.py +184 -18
  4236. githubkit/versions/v2022_11_28/types/group_0624.py +68 -42
  4237. githubkit/versions/v2022_11_28/types/group_0625.py +13 -11
  4238. githubkit/versions/v2022_11_28/types/group_0626.py +11 -11
  4239. githubkit/versions/v2022_11_28/types/group_0627.py +13 -11
  4240. githubkit/versions/v2022_11_28/types/group_0628.py +10 -10
  4241. githubkit/versions/v2022_11_28/types/group_0629.py +332 -37
  4242. githubkit/versions/v2022_11_28/types/group_0630.py +11 -14
  4243. githubkit/versions/v2022_11_28/types/group_0631.py +13 -62
  4244. githubkit/versions/v2022_11_28/types/group_0632.py +13 -66
  4245. githubkit/versions/v2022_11_28/types/group_0633.py +12 -65
  4246. githubkit/versions/v2022_11_28/types/group_0634.py +47 -14
  4247. githubkit/versions/v2022_11_28/types/group_0635.py +15 -49
  4248. githubkit/versions/v2022_11_28/types/group_0636.py +51 -29
  4249. githubkit/versions/v2022_11_28/types/group_0637.py +64 -11
  4250. githubkit/versions/v2022_11_28/types/group_0638.py +62 -41
  4251. githubkit/versions/v2022_11_28/types/group_0639.py +17 -46
  4252. githubkit/versions/v2022_11_28/types/group_0640.py +51 -12
  4253. githubkit/versions/v2022_11_28/types/group_0641.py +43 -13
  4254. githubkit/versions/v2022_11_28/types/group_0642.py +12 -42
  4255. githubkit/versions/v2022_11_28/types/group_0643.py +47 -15
  4256. githubkit/versions/v2022_11_28/types/group_0644.py +47 -15
  4257. githubkit/versions/v2022_11_28/types/group_0645.py +11 -13
  4258. githubkit/versions/v2022_11_28/types/group_0646.py +12 -49
  4259. githubkit/versions/v2022_11_28/types/group_0647.py +43 -13
  4260. githubkit/versions/v2022_11_28/types/group_0648.py +13 -13
  4261. githubkit/versions/v2022_11_28/types/group_0649.py +13 -13
  4262. githubkit/versions/v2022_11_28/types/group_0650.py +11 -11
  4263. githubkit/versions/v2022_11_28/types/group_0651.py +48 -12
  4264. githubkit/versions/v2022_11_28/types/group_0652.py +13 -66
  4265. githubkit/versions/v2022_11_28/types/group_0653.py +11 -11
  4266. githubkit/versions/v2022_11_28/types/group_0654.py +11 -28
  4267. githubkit/versions/v2022_11_28/types/group_0655.py +18 -35
  4268. githubkit/versions/v2022_11_28/types/group_0656.py +11 -11
  4269. githubkit/versions/v2022_11_28/types/group_0657.py +41 -34
  4270. githubkit/versions/v2022_11_28/types/group_0658.py +18 -486
  4271. githubkit/versions/v2022_11_28/types/group_0659.py +29 -12
  4272. githubkit/versions/v2022_11_28/types/group_0660.py +33 -60
  4273. githubkit/versions/v2022_11_28/types/group_0661.py +18 -159
  4274. githubkit/versions/v2022_11_28/types/group_0662.py +34 -42
  4275. githubkit/versions/v2022_11_28/types/group_0663.py +486 -16
  4276. githubkit/versions/v2022_11_28/types/group_0664.py +13 -11
  4277. githubkit/versions/v2022_11_28/types/group_0665.py +61 -15
  4278. githubkit/versions/v2022_11_28/types/group_0666.py +159 -16
  4279. githubkit/versions/v2022_11_28/types/group_0667.py +69 -11
  4280. githubkit/versions/v2022_11_28/types/group_0668.py +15 -35
  4281. githubkit/versions/v2022_11_28/types/group_0669.py +16 -7
  4282. githubkit/versions/v2022_11_28/types/group_0670.py +11 -30
  4283. githubkit/versions/v2022_11_28/types/group_0671.py +11 -13
  4284. githubkit/versions/v2022_11_28/types/group_0672.py +11 -64
  4285. githubkit/versions/v2022_11_28/types/group_0673.py +28 -27
  4286. githubkit/versions/v2022_11_28/types/group_0674.py +7 -82
  4287. githubkit/versions/v2022_11_28/types/group_0675.py +34 -47
  4288. githubkit/versions/v2022_11_28/types/group_0676.py +21 -47
  4289. githubkit/versions/v2022_11_28/types/group_0677.py +61 -12
  4290. githubkit/versions/v2022_11_28/types/group_0678.py +29 -12
  4291. githubkit/versions/v2022_11_28/types/group_0679.py +76 -12
  4292. githubkit/versions/v2022_11_28/types/group_0680.py +47 -34
  4293. githubkit/versions/v2022_11_28/types/group_0681.py +47 -21
  4294. githubkit/versions/v2022_11_28/types/group_0682.py +9 -9
  4295. githubkit/versions/v2022_11_28/types/group_0683.py +12 -12
  4296. githubkit/versions/v2022_11_28/types/group_0684.py +12 -40
  4297. githubkit/versions/v2022_11_28/types/group_0685.py +28 -11
  4298. githubkit/versions/v2022_11_28/types/group_0686.py +13 -9
  4299. githubkit/versions/v2022_11_28/types/group_0687.py +12 -11
  4300. githubkit/versions/v2022_11_28/types/group_0688.py +14 -10
  4301. githubkit/versions/v2022_11_28/types/group_0689.py +30 -47
  4302. githubkit/versions/v2022_11_28/types/group_0690.py +13 -11
  4303. githubkit/versions/v2022_11_28/types/group_0691.py +9 -29
  4304. githubkit/versions/v2022_11_28/types/group_0692.py +10 -7
  4305. githubkit/versions/v2022_11_28/types/group_0693.py +7 -7
  4306. githubkit/versions/v2022_11_28/types/group_0694.py +37 -72
  4307. githubkit/versions/v2022_11_28/types/group_0695.py +10 -30
  4308. githubkit/versions/v2022_11_28/types/group_0696.py +28 -10
  4309. githubkit/versions/v2022_11_28/types/group_0697.py +8 -8
  4310. githubkit/versions/v2022_11_28/types/group_0698.py +8 -8
  4311. githubkit/versions/v2022_11_28/types/group_0699.py +93 -9
  4312. githubkit/versions/v2022_11_28/types/group_0700.py +19 -51
  4313. githubkit/versions/v2022_11_28/types/group_0701.py +12 -10
  4314. githubkit/versions/v2022_11_28/types/group_0702.py +10 -937
  4315. githubkit/versions/v2022_11_28/types/group_0703.py +10 -984
  4316. githubkit/versions/v2022_11_28/types/group_0704.py +10 -974
  4317. githubkit/versions/v2022_11_28/types/group_0705.py +64 -15
  4318. githubkit/versions/v2022_11_28/types/group_0706.py +7 -12
  4319. githubkit/versions/v2022_11_28/types/group_0707.py +935 -13
  4320. githubkit/versions/v2022_11_28/types/group_0708.py +187 -151
  4321. githubkit/versions/v2022_11_28/types/group_0709.py +949 -41
  4322. githubkit/versions/v2022_11_28/types/group_0710.py +11 -930
  4323. githubkit/versions/v2022_11_28/types/group_0711.py +11 -928
  4324. githubkit/versions/v2022_11_28/types/group_0712.py +13 -922
  4325. githubkit/versions/v2022_11_28/types/group_0713.py +946 -13
  4326. githubkit/versions/v2022_11_28/types/group_0714.py +61 -10
  4327. githubkit/versions/v2022_11_28/types/group_0715.py +930 -11
  4328. githubkit/versions/v2022_11_28/types/group_0716.py +928 -11
  4329. githubkit/versions/v2022_11_28/types/group_0717.py +175 -332
  4330. githubkit/versions/v2022_11_28/types/group_0718.py +14 -957
  4331. githubkit/versions/v2022_11_28/types/group_0719.py +12 -958
  4332. githubkit/versions/v2022_11_28/types/group_0720.py +12 -1008
  4333. githubkit/versions/v2022_11_28/types/group_0721.py +12 -902
  4334. githubkit/versions/v2022_11_28/types/group_0722.py +281 -255
  4335. githubkit/versions/v2022_11_28/types/group_0723.py +188 -301
  4336. githubkit/versions/v2022_11_28/types/group_0724.py +179 -253
  4337. githubkit/versions/v2022_11_28/types/group_0725.py +239 -276
  4338. githubkit/versions/v2022_11_28/types/group_0726.py +138 -162
  4339. githubkit/versions/v2022_11_28/types/group_0727.py +291 -324
  4340. githubkit/versions/v2022_11_28/types/group_0728.py +276 -303
  4341. githubkit/versions/v2022_11_28/types/group_0729.py +214 -129
  4342. githubkit/versions/v2022_11_28/types/group_0730.py +272 -168
  4343. githubkit/versions/v2022_11_28/types/group_0731.py +159 -170
  4344. githubkit/versions/v2022_11_28/types/group_0732.py +352 -198
  4345. githubkit/versions/v2022_11_28/types/group_0733.py +925 -111
  4346. githubkit/versions/v2022_11_28/types/group_0734.py +948 -12
  4347. githubkit/versions/v2022_11_28/types/group_0735.py +925 -39
  4348. githubkit/versions/v2022_11_28/types/group_0736.py +817 -383
  4349. githubkit/versions/v2022_11_28/types/group_0737.py +932 -12
  4350. githubkit/versions/v2022_11_28/types/group_0738.py +277 -45
  4351. githubkit/versions/v2022_11_28/types/group_0739.py +18 -163
  4352. githubkit/versions/v2022_11_28/types/group_0740.py +61 -17
  4353. githubkit/versions/v2022_11_28/types/group_0741.py +510 -18
  4354. githubkit/versions/v2022_11_28/types/group_0742.py +12 -53
  4355. githubkit/versions/v2022_11_28/types/group_0743.py +41 -130
  4356. githubkit/versions/v2022_11_28/types/group_0744.py +163 -18
  4357. githubkit/versions/v2022_11_28/types/group_0745.py +10 -10
  4358. githubkit/versions/v2022_11_28/types/group_0746.py +11 -11
  4359. githubkit/versions/v2022_11_28/types/group_0747.py +51 -10
  4360. githubkit/versions/v2022_11_28/types/group_0748.py +139 -11
  4361. githubkit/versions/v2022_11_28/types/group_0749.py +11 -9
  4362. githubkit/versions/v2022_11_28/types/group_0750.py +11 -9
  4363. githubkit/versions/v2022_11_28/types/group_0751.py +11 -9
  4364. githubkit/versions/v2022_11_28/types/group_0752.py +14 -25
  4365. githubkit/versions/v2022_11_28/types/group_0753.py +12 -51
  4366. githubkit/versions/v2022_11_28/types/group_0754.py +8 -8
  4367. githubkit/versions/v2022_11_28/types/group_0755.py +8 -8
  4368. githubkit/versions/v2022_11_28/types/group_0756.py +8 -8
  4369. githubkit/versions/v2022_11_28/types/group_0757.py +19 -30
  4370. githubkit/versions/v2022_11_28/types/group_0758.py +51 -12
  4371. githubkit/versions/v2022_11_28/types/group_0759.py +9 -11
  4372. githubkit/versions/v2022_11_28/types/group_0760.py +9 -13
  4373. githubkit/versions/v2022_11_28/types/group_0761.py +15 -27
  4374. githubkit/versions/v2022_11_28/types/group_0762.py +39 -14
  4375. githubkit/versions/v2022_11_28/types/group_0763.py +17 -78
  4376. githubkit/versions/v2022_11_28/types/group_0764.py +17 -87
  4377. githubkit/versions/v2022_11_28/types/group_0765.py +19 -107
  4378. githubkit/versions/v2022_11_28/types/group_0766.py +19 -87
  4379. githubkit/versions/v2022_11_28/types/group_0767.py +14 -15
  4380. githubkit/versions/v2022_11_28/types/group_0768.py +78 -17
  4381. githubkit/versions/v2022_11_28/types/group_0769.py +87 -76
  4382. githubkit/versions/v2022_11_28/types/group_0770.py +107 -17
  4383. githubkit/versions/v2022_11_28/types/group_0771.py +52 -33
  4384. githubkit/versions/v2022_11_28/types/group_0772.py +9 -11
  4385. githubkit/versions/v2022_11_28/types/group_0773.py +12 -213
  4386. githubkit/versions/v2022_11_28/types/group_0774.py +78 -5
  4387. githubkit/versions/v2022_11_28/types/group_0775.py +11 -11
  4388. githubkit/versions/v2022_11_28/types/group_0776.py +71 -12
  4389. githubkit/versions/v2022_11_28/types/group_0777.py +9 -9
  4390. githubkit/versions/v2022_11_28/types/group_0778.py +11 -11
  4391. githubkit/versions/v2022_11_28/types/group_0779.py +10 -32
  4392. githubkit/versions/v2022_11_28/types/group_0780.py +11 -11
  4393. githubkit/versions/v2022_11_28/types/group_0781.py +11 -11
  4394. githubkit/versions/v2022_11_28/types/group_0782.py +11 -11
  4395. githubkit/versions/v2022_11_28/types/group_0783.py +17 -103
  4396. githubkit/versions/v2022_11_28/types/group_0784.py +23 -13
  4397. githubkit/versions/v2022_11_28/types/group_0785.py +17 -5
  4398. githubkit/versions/v2022_11_28/types/group_0786.py +17 -6
  4399. githubkit/versions/v2022_11_28/types/group_0787.py +11 -11
  4400. githubkit/versions/v2022_11_28/types/group_0788.py +103 -17
  4401. githubkit/versions/v2022_11_28/types/group_0789.py +11 -30
  4402. githubkit/versions/v2022_11_28/types/group_0790.py +5 -18
  4403. githubkit/versions/v2022_11_28/types/group_0791.py +6 -20
  4404. githubkit/versions/v2022_11_28/types/group_0792.py +9 -11
  4405. githubkit/versions/v2022_11_28/types/group_0793.py +11 -10
  4406. githubkit/versions/v2022_11_28/types/group_0794.py +28 -10
  4407. githubkit/versions/v2022_11_28/types/group_0795.py +13 -187
  4408. githubkit/versions/v2022_11_28/types/group_0796.py +20 -11
  4409. githubkit/versions/v2022_11_28/types/group_0797.py +20 -6
  4410. githubkit/versions/v2022_11_28/types/group_0798.py +16 -11
  4411. githubkit/versions/v2022_11_28/types/group_0799.py +17 -6
  4412. githubkit/versions/v2022_11_28/types/group_0800.py +192 -20
  4413. githubkit/versions/v2022_11_28/types/group_0801.py +11 -20
  4414. githubkit/versions/v2022_11_28/types/group_0802.py +6 -21
  4415. githubkit/versions/v2022_11_28/types/group_0803.py +11 -20
  4416. githubkit/versions/v2022_11_28/types/group_0804.py +6 -16
  4417. githubkit/versions/v2022_11_28/types/group_0805.py +21 -185
  4418. githubkit/versions/v2022_11_28/types/group_0806.py +22 -182
  4419. githubkit/versions/v2022_11_28/types/group_0807.py +21 -181
  4420. githubkit/versions/v2022_11_28/types/group_0808.py +22 -250
  4421. githubkit/versions/v2022_11_28/types/group_0809.py +11 -180
  4422. githubkit/versions/v2022_11_28/types/group_0810.py +182 -13
  4423. githubkit/versions/v2022_11_28/types/group_0811.py +171 -16
  4424. githubkit/versions/v2022_11_28/types/group_0812.py +166 -55
  4425. githubkit/versions/v2022_11_28/types/group_0813.py +236 -43
  4426. githubkit/versions/v2022_11_28/types/group_0814.py +180 -43
  4427. githubkit/versions/v2022_11_28/types/group_0815.py +9 -55
  4428. githubkit/versions/v2022_11_28/types/group_0816.py +28 -47
  4429. githubkit/versions/v2022_11_28/types/group_0817.py +61 -32
  4430. githubkit/versions/v2022_11_28/types/group_0818.py +24 -31
  4431. githubkit/versions/v2022_11_28/types/group_0819.py +46 -61
  4432. githubkit/versions/v2022_11_28/types/group_0820.py +38 -393
  4433. githubkit/versions/v2022_11_28/types/group_0821.py +31 -401
  4434. githubkit/versions/v2022_11_28/types/group_0822.py +29 -405
  4435. githubkit/versions/v2022_11_28/types/group_0823.py +57 -20
  4436. githubkit/versions/v2022_11_28/types/group_0824.py +64 -9
  4437. githubkit/versions/v2022_11_28/types/group_0825.py +416 -7
  4438. githubkit/versions/v2022_11_28/types/group_0826.py +417 -4
  4439. githubkit/versions/v2022_11_28/types/group_0827.py +416 -7
  4440. githubkit/versions/v2022_11_28/types/group_0828.py +32 -10
  4441. githubkit/versions/v2022_11_28/types/group_0829.py +8 -4
  4442. githubkit/versions/v2022_11_28/types/group_0830.py +9 -5
  4443. githubkit/versions/v2022_11_28/types/group_0831.py +3 -5
  4444. githubkit/versions/v2022_11_28/types/group_0832.py +3 -6
  4445. githubkit/versions/v2022_11_28/types/group_0833.py +4 -4
  4446. githubkit/versions/v2022_11_28/types/group_0834.py +7 -6
  4447. githubkit/versions/v2022_11_28/types/group_0835.py +5 -63
  4448. githubkit/versions/v2022_11_28/types/group_0836.py +5 -65
  4449. githubkit/versions/v2022_11_28/types/group_0837.py +12 -10
  4450. githubkit/versions/v2022_11_28/types/group_0838.py +5 -12
  4451. githubkit/versions/v2022_11_28/types/group_0839.py +6 -19
  4452. githubkit/versions/v2022_11_28/types/group_0840.py +62 -6
  4453. githubkit/versions/v2022_11_28/types/group_0841.py +58 -14
  4454. githubkit/versions/v2022_11_28/types/group_0842.py +8 -17
  4455. githubkit/versions/v2022_11_28/types/group_0843.py +10 -25
  4456. githubkit/versions/v2022_11_28/types/group_0844.py +17 -5
  4457. githubkit/versions/v2022_11_28/types/group_0845.py +7 -5
  4458. githubkit/versions/v2022_11_28/types/group_0846.py +22 -4
  4459. githubkit/versions/v2022_11_28/types/group_0847.py +17 -7
  4460. githubkit/versions/v2022_11_28/types/group_0848.py +27 -8
  4461. githubkit/versions/v2022_11_28/types/group_0849.py +5 -7
  4462. githubkit/versions/v2022_11_28/types/group_0850.py +5 -5
  4463. githubkit/versions/v2022_11_28/types/group_0851.py +4 -6
  4464. githubkit/versions/v2022_11_28/types/group_0852.py +11 -41
  4465. githubkit/versions/v2022_11_28/types/group_0853.py +8 -20
  4466. githubkit/versions/v2022_11_28/types/group_0854.py +7 -8
  4467. githubkit/versions/v2022_11_28/types/group_0855.py +4 -24
  4468. githubkit/versions/v2022_11_28/types/group_0856.py +5 -8
  4469. githubkit/versions/v2022_11_28/types/group_0857.py +9 -7
  4470. githubkit/versions/v2022_11_28/types/group_0858.py +5 -7
  4471. githubkit/versions/v2022_11_28/types/group_0859.py +44 -11
  4472. githubkit/versions/v2022_11_28/types/group_0860.py +20 -8
  4473. githubkit/versions/v2022_11_28/types/group_0861.py +8 -7
  4474. githubkit/versions/v2022_11_28/types/group_0862.py +24 -7
  4475. githubkit/versions/v2022_11_28/types/group_0863.py +7 -4
  4476. githubkit/versions/v2022_11_28/types/group_0864.py +7 -27
  4477. githubkit/versions/v2022_11_28/types/group_0865.py +8 -13
  4478. githubkit/versions/v2022_11_28/types/group_0866.py +6 -11
  4479. githubkit/versions/v2022_11_28/types/group_0867.py +8 -8
  4480. githubkit/versions/v2022_11_28/types/group_0868.py +7 -8
  4481. githubkit/versions/v2022_11_28/types/group_0869.py +7 -4
  4482. githubkit/versions/v2022_11_28/types/group_0870.py +4 -7
  4483. githubkit/versions/v2022_11_28/types/group_0871.py +28 -5
  4484. githubkit/versions/v2022_11_28/types/group_0872.py +13 -8
  4485. githubkit/versions/v2022_11_28/types/group_0873.py +9 -6
  4486. githubkit/versions/v2022_11_28/types/group_0874.py +6 -6
  4487. githubkit/versions/v2022_11_28/types/group_0875.py +6 -6
  4488. githubkit/versions/v2022_11_28/types/group_0876.py +4 -4
  4489. githubkit/versions/v2022_11_28/types/group_0877.py +7 -4
  4490. githubkit/versions/v2022_11_28/types/group_0878.py +4 -7
  4491. githubkit/versions/v2022_11_28/types/group_0879.py +7 -23
  4492. githubkit/versions/v2022_11_28/types/group_0880.py +7 -8
  4493. githubkit/versions/v2022_11_28/types/group_0881.py +6 -6
  4494. githubkit/versions/v2022_11_28/types/group_0882.py +7 -4
  4495. githubkit/versions/v2022_11_28/types/group_0883.py +5 -25
  4496. githubkit/versions/v2022_11_28/types/group_0884.py +5 -9
  4497. githubkit/versions/v2022_11_28/types/group_0885.py +8 -9
  4498. githubkit/versions/v2022_11_28/types/group_0886.py +23 -7
  4499. githubkit/versions/v2022_11_28/types/group_0887.py +9 -5
  4500. githubkit/versions/v2022_11_28/types/group_0888.py +7 -61
  4501. githubkit/versions/v2022_11_28/types/group_0889.py +5 -24
  4502. githubkit/versions/v2022_11_28/types/group_0890.py +23 -11
  4503. githubkit/versions/v2022_11_28/types/group_0891.py +7 -96
  4504. githubkit/versions/v2022_11_28/types/group_0892.py +7 -3
  4505. githubkit/versions/v2022_11_28/types/group_0893.py +7 -97
  4506. githubkit/versions/v2022_11_28/types/group_0894.py +5 -9
  4507. githubkit/versions/v2022_11_28/types/group_0895.py +5 -7
  4508. githubkit/versions/v2022_11_28/types/group_0896.py +31 -12
  4509. githubkit/versions/v2022_11_28/types/group_0897.py +4 -7
  4510. githubkit/versions/v2022_11_28/types/group_0898.py +5 -12
  4511. githubkit/versions/v2022_11_28/types/group_0899.py +62 -5
  4512. githubkit/versions/v2022_11_28/types/group_0900.py +24 -5
  4513. githubkit/versions/v2022_11_28/types/group_0901.py +11 -22
  4514. githubkit/versions/v2022_11_28/types/group_0902.py +97 -8
  4515. githubkit/versions/v2022_11_28/types/group_0903.py +5 -8
  4516. githubkit/versions/v2022_11_28/types/group_0904.py +98 -5
  4517. githubkit/versions/v2022_11_28/types/group_0905.py +9 -5
  4518. githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
  4519. githubkit/versions/v2022_11_28/types/group_0907.py +15 -5
  4520. githubkit/versions/v2022_11_28/types/group_0908.py +6 -7
  4521. githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
  4522. githubkit/versions/v2022_11_28/types/group_0910.py +4 -7
  4523. githubkit/versions/v2022_11_28/types/group_0911.py +3 -3
  4524. githubkit/versions/v2022_11_28/types/group_0912.py +22 -6
  4525. githubkit/versions/v2022_11_28/types/group_0913.py +6 -21
  4526. githubkit/versions/v2022_11_28/types/group_0914.py +8 -9
  4527. githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
  4528. githubkit/versions/v2022_11_28/types/group_0916.py +4 -4
  4529. githubkit/versions/v2022_11_28/types/group_0917.py +6 -24
  4530. githubkit/versions/v2022_11_28/types/group_0918.py +5 -24
  4531. githubkit/versions/v2022_11_28/types/group_0919.py +9 -9
  4532. githubkit/versions/v2022_11_28/types/group_0920.py +4 -7
  4533. githubkit/versions/v2022_11_28/types/group_0921.py +8 -3
  4534. githubkit/versions/v2022_11_28/types/group_0922.py +5 -9
  4535. githubkit/versions/v2022_11_28/types/group_0923.py +6 -6
  4536. githubkit/versions/v2022_11_28/types/group_0924.py +22 -4
  4537. githubkit/versions/v2022_11_28/types/group_0925.py +7 -12
  4538. githubkit/versions/v2022_11_28/types/group_0926.py +8 -5
  4539. githubkit/versions/v2022_11_28/types/group_0927.py +5 -3
  4540. githubkit/versions/v2022_11_28/types/group_0928.py +25 -5
  4541. githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
  4542. githubkit/versions/v2022_11_28/types/group_0930.py +8 -6
  4543. githubkit/versions/v2022_11_28/types/group_0931.py +7 -6
  4544. githubkit/versions/v2022_11_28/types/group_0932.py +3 -6
  4545. githubkit/versions/v2022_11_28/types/group_0933.py +8 -24
  4546. githubkit/versions/v2022_11_28/types/group_0934.py +8 -11
  4547. githubkit/versions/v2022_11_28/types/group_0935.py +6 -6
  4548. githubkit/versions/v2022_11_28/types/group_0936.py +13 -10
  4549. githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
  4550. githubkit/versions/v2022_11_28/types/group_0938.py +3 -7
  4551. githubkit/versions/v2022_11_28/types/group_0939.py +6 -8
  4552. githubkit/versions/v2022_11_28/types/group_0940.py +11 -46
  4553. githubkit/versions/v2022_11_28/types/group_0941.py +5 -69
  4554. githubkit/versions/v2022_11_28/types/group_0942.py +7 -71
  4555. githubkit/versions/v2022_11_28/types/group_0943.py +6 -24
  4556. githubkit/versions/v2022_11_28/types/group_0944.py +23 -6
  4557. githubkit/versions/v2022_11_28/types/group_0945.py +11 -9
  4558. githubkit/versions/v2022_11_28/types/group_0946.py +6 -15
  4559. githubkit/versions/v2022_11_28/types/group_0947.py +12 -11
  4560. githubkit/versions/v2022_11_28/types/group_0948.py +5 -6
  4561. githubkit/versions/v2022_11_28/types/group_0949.py +7 -6
  4562. githubkit/versions/v2022_11_28/types/group_0950.py +7 -4
  4563. githubkit/versions/v2022_11_28/types/group_0951.py +44 -10
  4564. githubkit/versions/v2022_11_28/types/group_0952.py +70 -13
  4565. githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
  4566. githubkit/versions/v2022_11_28/types/group_0954.py +23 -5
  4567. githubkit/versions/v2022_11_28/types/group_0955.py +6 -4
  4568. githubkit/versions/v2022_11_28/types/group_0956.py +9 -5
  4569. githubkit/versions/v2022_11_28/types/group_0957.py +14 -4
  4570. githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
  4571. githubkit/versions/v2022_11_28/types/group_0959.py +6 -6
  4572. githubkit/versions/v2022_11_28/types/group_0960.py +5 -6
  4573. githubkit/versions/v2022_11_28/types/group_0961.py +5 -6
  4574. githubkit/versions/v2022_11_28/types/group_0962.py +9 -3
  4575. githubkit/versions/v2022_11_28/types/group_0963.py +11 -18
  4576. githubkit/versions/v2022_11_28/types/group_0964.py +7 -19
  4577. githubkit/versions/v2022_11_28/types/group_0965.py +6 -5
  4578. githubkit/versions/v2022_11_28/types/group_0966.py +6 -6
  4579. githubkit/versions/v2022_11_28/types/group_0967.py +6 -6
  4580. githubkit/versions/v2022_11_28/types/group_0968.py +4 -19
  4581. githubkit/versions/v2022_11_28/types/group_0969.py +6 -5
  4582. githubkit/versions/v2022_11_28/types/group_0970.py +8 -4
  4583. githubkit/versions/v2022_11_28/types/group_0971.py +6 -6
  4584. githubkit/versions/v2022_11_28/types/group_0972.py +5 -9
  4585. githubkit/versions/v2022_11_28/types/group_0973.py +4 -8
  4586. githubkit/versions/v2022_11_28/types/group_0974.py +20 -5
  4587. githubkit/versions/v2022_11_28/types/group_0975.py +20 -5
  4588. githubkit/versions/v2022_11_28/types/group_0976.py +5 -6
  4589. githubkit/versions/v2022_11_28/types/group_0977.py +6 -160
  4590. githubkit/versions/v2022_11_28/types/group_0978.py +5 -7
  4591. githubkit/versions/v2022_11_28/types/group_0979.py +19 -4
  4592. githubkit/versions/v2022_11_28/types/group_0980.py +5 -9
  4593. githubkit/versions/v2022_11_28/types/group_0981.py +3 -8
  4594. githubkit/versions/v2022_11_28/types/group_0982.py +7 -8
  4595. githubkit/versions/v2022_11_28/types/group_0983.py +9 -6
  4596. githubkit/versions/v2022_11_28/types/group_0984.py +7 -8
  4597. githubkit/versions/v2022_11_28/types/group_0985.py +5 -7
  4598. githubkit/versions/v2022_11_28/types/group_0986.py +4 -4
  4599. githubkit/versions/v2022_11_28/types/group_0987.py +6 -5
  4600. githubkit/versions/v2022_11_28/types/group_0988.py +159 -7
  4601. githubkit/versions/v2022_11_28/types/group_0989.py +4 -4
  4602. githubkit/versions/v2022_11_28/types/group_0990.py +5 -10
  4603. githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
  4604. githubkit/versions/v2022_11_28/types/group_0992.py +7 -7
  4605. githubkit/versions/v2022_11_28/types/group_0993.py +8 -5
  4606. githubkit/versions/v2022_11_28/types/group_0994.py +6 -4
  4607. githubkit/versions/v2022_11_28/types/group_0995.py +5 -5
  4608. githubkit/versions/v2022_11_28/types/group_0996.py +8 -6
  4609. githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
  4610. githubkit/versions/v2022_11_28/types/group_0998.py +4 -5
  4611. githubkit/versions/v2022_11_28/types/group_0999.py +8 -6
  4612. githubkit/versions/v2022_11_28/types/group_1000.py +9 -33
  4613. githubkit/versions/v2022_11_28/types/group_1001.py +9 -22
  4614. githubkit/versions/v2022_11_28/types/group_1002.py +5 -5
  4615. githubkit/versions/v2022_11_28/types/group_1003.py +8 -43
  4616. githubkit/versions/v2022_11_28/types/group_1004.py +4 -4
  4617. githubkit/versions/v2022_11_28/types/group_1005.py +5 -65
  4618. githubkit/versions/v2022_11_28/types/group_1006.py +8 -7
  4619. githubkit/versions/v2022_11_28/types/group_1007.py +6 -124
  4620. githubkit/versions/v2022_11_28/types/group_1008.py +7 -50
  4621. githubkit/versions/v2022_11_28/types/group_1009.py +6 -27
  4622. githubkit/versions/v2022_11_28/types/group_1010.py +6 -13
  4623. githubkit/versions/v2022_11_28/types/group_1011.py +28 -9
  4624. githubkit/versions/v2022_11_28/types/group_1012.py +20 -11
  4625. githubkit/versions/v2022_11_28/types/group_1013.py +6 -7
  4626. githubkit/versions/v2022_11_28/types/group_1014.py +41 -7
  4627. githubkit/versions/v2022_11_28/types/group_1015.py +5 -9
  4628. githubkit/versions/v2022_11_28/types/group_1016.py +61 -7
  4629. githubkit/versions/v2022_11_28/types/group_1017.py +7 -11
  4630. githubkit/versions/v2022_11_28/types/group_1018.py +117 -6
  4631. githubkit/versions/v2022_11_28/types/group_1019.py +49 -7
  4632. githubkit/versions/v2022_11_28/types/group_1020.py +25 -7
  4633. githubkit/versions/v2022_11_28/types/group_1021.py +9 -5
  4634. githubkit/versions/v2022_11_28/types/group_1022.py +12 -4
  4635. githubkit/versions/v2022_11_28/types/group_1023.py +10 -50
  4636. githubkit/versions/v2022_11_28/types/group_1024.py +14 -35
  4637. githubkit/versions/v2022_11_28/types/group_1025.py +14 -39
  4638. githubkit/versions/v2022_11_28/types/group_1026.py +7 -58
  4639. githubkit/versions/v2022_11_28/types/group_1027.py +16 -36
  4640. githubkit/versions/v2022_11_28/types/group_1028.py +16 -38
  4641. githubkit/versions/v2022_11_28/types/group_1029.py +12 -4
  4642. githubkit/versions/v2022_11_28/types/group_1030.py +8 -20
  4643. githubkit/versions/v2022_11_28/types/group_1031.py +7 -6
  4644. githubkit/versions/v2022_11_28/types/group_1032.py +9 -11
  4645. githubkit/versions/v2022_11_28/types/group_1033.py +5 -12
  4646. githubkit/versions/v2022_11_28/types/group_1034.py +51 -9
  4647. githubkit/versions/v2022_11_28/types/group_1035.py +29 -11
  4648. githubkit/versions/v2022_11_28/types/group_1036.py +33 -11
  4649. githubkit/versions/v2022_11_28/types/group_1037.py +59 -7
  4650. githubkit/versions/v2022_11_28/types/group_1038.py +33 -18
  4651. githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
  4652. githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
  4653. githubkit/versions/v2022_11_28/types/group_1041.py +15 -13
  4654. githubkit/versions/v2022_11_28/types/group_1042.py +6 -19
  4655. githubkit/versions/v2022_11_28/types/group_1043.py +10 -5
  4656. githubkit/versions/v2022_11_28/types/group_1044.py +11 -4
  4657. githubkit/versions/v2022_11_28/types/group_1045.py +12 -5
  4658. githubkit/versions/v2022_11_28/types/group_1046.py +10 -6
  4659. githubkit/versions/v2022_11_28/types/group_1047.py +11 -7
  4660. githubkit/versions/v2022_11_28/types/group_1048.py +5 -5
  4661. githubkit/versions/v2022_11_28/types/group_1049.py +15 -36
  4662. githubkit/versions/v2022_11_28/types/group_1050.py +14 -26
  4663. githubkit/versions/v2022_11_28/types/group_1051.py +8 -12
  4664. githubkit/versions/v2022_11_28/types/group_1052.py +13 -15
  4665. githubkit/versions/v2022_11_28/types/group_1053.py +21 -6
  4666. githubkit/versions/v2022_11_28/types/group_1054.py +6 -8
  4667. githubkit/versions/v2022_11_28/types/group_1055.py +5 -24
  4668. githubkit/versions/v2022_11_28/types/group_1056.py +5 -5
  4669. githubkit/versions/v2022_11_28/types/group_1057.py +6 -12
  4670. githubkit/versions/v2022_11_28/types/group_1058.py +8 -19
  4671. githubkit/versions/v2022_11_28/types/group_1059.py +7 -29
  4672. githubkit/versions/v2022_11_28/types/group_1060.py +29 -16
  4673. githubkit/versions/v2022_11_28/types/group_1061.py +30 -6
  4674. githubkit/versions/v2022_11_28/types/group_1062.py +10 -14
  4675. githubkit/versions/v2022_11_28/types/group_1063.py +19 -6
  4676. githubkit/versions/v2022_11_28/types/group_1064.py +6 -6
  4677. githubkit/versions/v2022_11_28/types/group_1065.py +7 -7
  4678. githubkit/versions/v2022_11_28/types/group_1066.py +24 -6
  4679. githubkit/versions/v2022_11_28/types/group_1067.py +4 -5
  4680. githubkit/versions/v2022_11_28/types/group_1068.py +13 -6
  4681. githubkit/versions/v2022_11_28/types/group_1069.py +19 -6
  4682. githubkit/versions/v2022_11_28/types/group_1070.py +23 -34
  4683. githubkit/versions/v2022_11_28/types/group_1071.py +24 -6
  4684. githubkit/versions/v2022_11_28/types/group_1072.py +8 -5
  4685. githubkit/versions/v2022_11_28/types/group_1073.py +11 -20
  4686. githubkit/versions/v2022_11_28/types/group_1074.py +7 -19
  4687. githubkit/versions/v2022_11_28/types/group_1075.py +6 -24
  4688. githubkit/versions/v2022_11_28/types/group_1076.py +7 -10
  4689. githubkit/versions/v2022_11_28/types/group_1077.py +6 -9
  4690. githubkit/versions/v2022_11_28/types/group_1078.py +5 -9
  4691. githubkit/versions/v2022_11_28/types/group_1079.py +6 -8
  4692. githubkit/versions/v2022_11_28/types/group_1080.py +5 -5
  4693. githubkit/versions/v2022_11_28/types/group_1081.py +41 -6
  4694. githubkit/versions/v2022_11_28/types/group_1082.py +6 -3
  4695. githubkit/versions/v2022_11_28/types/group_1083.py +5 -5
  4696. githubkit/versions/v2022_11_28/types/group_1084.py +19 -20
  4697. githubkit/versions/v2022_11_28/types/group_1085.py +20 -5
  4698. githubkit/versions/v2022_11_28/types/group_1086.py +24 -8
  4699. githubkit/versions/v2022_11_28/types/group_1087.py +13 -36
  4700. githubkit/versions/v2022_11_28/types/group_1088.py +8 -4
  4701. githubkit/versions/v2022_11_28/types/group_1089.py +9 -4
  4702. githubkit/versions/v2022_11_28/types/group_1090.py +9 -5
  4703. githubkit/versions/v2022_11_28/types/group_1091.py +5 -4
  4704. githubkit/versions/v2022_11_28/types/group_1092.py +6 -16
  4705. githubkit/versions/v2022_11_28/types/group_1093.py +3 -5
  4706. githubkit/versions/v2022_11_28/types/group_1094.py +5 -4
  4707. githubkit/versions/v2022_11_28/types/group_1095.py +18 -8
  4708. githubkit/versions/v2022_11_28/types/group_1096.py +4 -4
  4709. githubkit/versions/v2022_11_28/types/group_1097.py +7 -5
  4710. githubkit/versions/v2022_11_28/types/group_1098.py +33 -7
  4711. githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
  4712. githubkit/versions/v2022_11_28/types/group_1100.py +4 -5
  4713. githubkit/versions/v2022_11_28/types/group_1101.py +5 -7
  4714. githubkit/versions/v2022_11_28/types/group_1102.py +4 -6
  4715. githubkit/versions/v2022_11_28/types/group_1103.py +14 -5
  4716. githubkit/versions/v2022_11_28/types/group_1104.py +5 -7
  4717. githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
  4718. githubkit/versions/v2022_11_28/types/group_1106.py +15 -6
  4719. githubkit/versions/v2022_11_28/types/group_1107.py +5 -10
  4720. githubkit/versions/v2022_11_28/types/group_1108.py +4 -8
  4721. githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
  4722. githubkit/versions/v2022_11_28/types/group_1110.py +5 -6
  4723. githubkit/versions/v2022_11_28/types/group_1111.py +6 -10
  4724. githubkit/versions/v2022_11_28/types/group_1112.py +6 -15
  4725. githubkit/versions/v2022_11_28/types/group_1113.py +6 -13
  4726. githubkit/versions/v2022_11_28/types/group_1114.py +6 -15
  4727. githubkit/versions/v2022_11_28/types/group_1115.py +6 -15
  4728. githubkit/versions/v2022_11_28/types/group_1116.py +5 -16
  4729. githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
  4730. githubkit/versions/v2022_11_28/types/group_1118.py +8 -7
  4731. githubkit/versions/v2022_11_28/types/group_1119.py +8 -7
  4732. githubkit/versions/v2022_11_28/types/group_1120.py +5 -11
  4733. githubkit/versions/v2022_11_28/types/group_1121.py +6 -5
  4734. githubkit/versions/v2022_11_28/types/group_1122.py +10 -6
  4735. githubkit/versions/v2022_11_28/types/group_1123.py +15 -6
  4736. githubkit/versions/v2022_11_28/types/group_1124.py +13 -11
  4737. githubkit/versions/v2022_11_28/types/group_1125.py +16 -5
  4738. githubkit/versions/v2022_11_28/types/group_1126.py +15 -7
  4739. githubkit/versions/v2022_11_28/types/group_1127.py +15 -9
  4740. githubkit/versions/v2022_11_28/types/group_1128.py +11 -16
  4741. githubkit/versions/v2022_11_28/types/group_1129.py +7 -13
  4742. githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
  4743. githubkit/versions/v2022_11_28/types/group_1131.py +11 -8
  4744. githubkit/versions/v2022_11_28/types/group_1132.py +5 -6
  4745. githubkit/versions/v2022_11_28/types/group_1133.py +5 -5
  4746. githubkit/versions/v2022_11_28/types/group_1134.py +7 -6
  4747. githubkit/versions/v2022_11_28/types/group_1135.py +11 -5
  4748. githubkit/versions/v2022_11_28/types/group_1136.py +5 -6
  4749. githubkit/versions/v2022_11_28/types/group_1137.py +6 -24
  4750. githubkit/versions/v2022_11_28/types/group_1138.py +10 -5
  4751. githubkit/versions/v2022_11_28/types/group_1139.py +16 -8
  4752. githubkit/versions/v2022_11_28/types/group_1140.py +16 -8
  4753. githubkit/versions/v2022_11_28/types/group_1141.py +5 -5
  4754. githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
  4755. githubkit/versions/v2022_11_28/types/group_1143.py +5 -13
  4756. githubkit/versions/v2022_11_28/types/group_1144.py +5 -6
  4757. githubkit/versions/v2022_11_28/types/group_1145.py +5 -7
  4758. githubkit/versions/v2022_11_28/types/group_1146.py +5 -12
  4759. githubkit/versions/v2022_11_28/types/group_1147.py +6 -6
  4760. githubkit/versions/v2022_11_28/types/group_1148.py +24 -61
  4761. githubkit/versions/v2022_11_28/types/group_1149.py +5 -63
  4762. githubkit/versions/v2022_11_28/types/group_1150.py +6 -9
  4763. githubkit/versions/v2022_11_28/types/group_1151.py +6 -6
  4764. githubkit/versions/v2022_11_28/types/group_1152.py +4 -8
  4765. githubkit/versions/v2022_11_28/types/group_1153.py +5 -5
  4766. githubkit/versions/v2022_11_28/types/group_1154.py +14 -5
  4767. githubkit/versions/v2022_11_28/types/group_1155.py +7 -5
  4768. githubkit/versions/v2022_11_28/types/group_1156.py +7 -6
  4769. githubkit/versions/v2022_11_28/types/group_1157.py +12 -8
  4770. githubkit/versions/v2022_11_28/types/group_1158.py +6 -13
  4771. githubkit/versions/v2022_11_28/types/group_1159.py +62 -6
  4772. githubkit/versions/v2022_11_28/types/group_1160.py +62 -5
  4773. githubkit/versions/v2022_11_28/types/group_1161.py +10 -5
  4774. githubkit/versions/v2022_11_28/types/group_1162.py +6 -6
  4775. githubkit/versions/v2022_11_28/types/group_1163.py +9 -12
  4776. githubkit/versions/v2022_11_28/types/group_1164.py +6 -8
  4777. githubkit/versions/v2022_11_28/types/group_1165.py +5 -6
  4778. githubkit/versions/v2022_11_28/types/group_1166.py +5 -6
  4779. githubkit/versions/v2022_11_28/types/group_1167.py +6 -5
  4780. githubkit/versions/v2022_11_28/types/group_1168.py +8 -5
  4781. githubkit/versions/v2022_11_28/types/group_1169.py +12 -12
  4782. githubkit/versions/v2022_11_28/types/group_1170.py +7 -8
  4783. githubkit/versions/v2022_11_28/types/group_1171.py +5 -16
  4784. githubkit/versions/v2022_11_28/types/group_1172.py +5 -25
  4785. githubkit/versions/v2022_11_28/types/group_1173.py +6 -23
  4786. githubkit/versions/v2022_11_28/types/group_1174.py +12 -8
  4787. githubkit/versions/v2022_11_28/types/group_1175.py +7 -7
  4788. githubkit/versions/v2022_11_28/types/group_1176.py +6 -5
  4789. githubkit/versions/v2022_11_28/types/group_1177.py +5 -6
  4790. githubkit/versions/v2022_11_28/types/group_1178.py +6 -8
  4791. githubkit/versions/v2022_11_28/types/group_1179.py +5 -5
  4792. githubkit/versions/v2022_11_28/types/group_1180.py +13 -6
  4793. githubkit/versions/v2022_11_28/types/group_1181.py +6 -7
  4794. githubkit/versions/v2022_11_28/types/group_1182.py +17 -14
  4795. githubkit/versions/v2022_11_28/types/group_1183.py +24 -5
  4796. githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
  4797. githubkit/versions/v2022_11_28/types/group_1185.py +7 -8
  4798. githubkit/versions/v2022_11_28/types/group_1186.py +8 -3
  4799. githubkit/versions/v2022_11_28/types/group_1187.py +5 -6
  4800. githubkit/versions/v2022_11_28/types/group_1188.py +7 -6
  4801. githubkit/versions/v2022_11_28/types/group_1189.py +8 -14
  4802. githubkit/versions/v2022_11_28/types/group_1190.py +5 -6
  4803. githubkit/versions/v2022_11_28/types/group_1191.py +10 -34
  4804. githubkit/versions/v2022_11_28/types/group_1192.py +5 -6
  4805. githubkit/versions/v2022_11_28/types/group_1193.py +10 -6
  4806. githubkit/versions/v2022_11_28/types/group_1194.py +5 -5
  4807. githubkit/versions/v2022_11_28/types/group_1195.py +7 -64
  4808. githubkit/versions/v2022_11_28/types/group_1196.py +25 -0
  4809. githubkit/versions/v2022_11_28/types/group_1197.py +19 -0
  4810. githubkit/versions/v2022_11_28/types/group_1198.py +22 -0
  4811. githubkit/versions/v2022_11_28/types/group_1199.py +22 -0
  4812. githubkit/versions/v2022_11_28/types/group_1200.py +30 -0
  4813. githubkit/versions/v2022_11_28/types/group_1201.py +23 -0
  4814. githubkit/versions/v2022_11_28/types/group_1202.py +46 -0
  4815. githubkit/versions/v2022_11_28/types/group_1203.py +26 -0
  4816. githubkit/versions/v2022_11_28/types/group_1204.py +26 -0
  4817. githubkit/versions/v2022_11_28/types/group_1205.py +22 -0
  4818. githubkit/versions/v2022_11_28/types/group_1206.py +22 -0
  4819. githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
  4820. githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
  4821. githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
  4822. githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
  4823. {githubkit-0.12.13.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
  4824. githubkit-0.12.15.dist-info/RECORD +5361 -0
  4825. githubkit-0.12.13.dist-info/RECORD +0 -5299
  4826. {githubkit-0.12.13.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
  4827. {githubkit-0.12.13.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
@@ -55,6 +55,7 @@ if TYPE_CHECKING:
55
55
  OrgHook,
56
56
  OrgMembership,
57
57
  OrgRepoCustomPropertyValues,
58
+ OrgsOrgAttestationsBulkListPostResponse200,
58
59
  OrgsOrgAttestationsSubjectDigestGetResponse200,
59
60
  OrgsOrgCustomRepositoryRolesGetResponse200,
60
61
  OrgsOrgInstallationsGetResponse200,
@@ -107,6 +108,10 @@ if TYPE_CHECKING:
107
108
  OrgHookType,
108
109
  OrgMembershipType,
109
110
  OrgRepoCustomPropertyValuesType,
111
+ OrgsOrgAttestationsBulkListPostBodyType,
112
+ OrgsOrgAttestationsBulkListPostResponse200Type,
113
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
114
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
110
115
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
111
116
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
112
117
  OrgsOrgHooksHookIdConfigPatchBodyType,
@@ -163,6 +168,7 @@ class OrgsClient:
163
168
  since: Missing[int] = UNSET,
164
169
  per_page: Missing[int] = UNSET,
165
170
  headers: Optional[Mapping[str, str]] = None,
171
+ stream: bool = False,
166
172
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
167
173
  """orgs/list
168
174
 
@@ -192,6 +198,7 @@ class OrgsClient:
192
198
  url,
193
199
  params=exclude_unset(params),
194
200
  headers=exclude_unset(headers),
201
+ stream=stream,
195
202
  response_model=list[OrganizationSimple],
196
203
  )
197
204
 
@@ -201,6 +208,7 @@ class OrgsClient:
201
208
  since: Missing[int] = UNSET,
202
209
  per_page: Missing[int] = UNSET,
203
210
  headers: Optional[Mapping[str, str]] = None,
211
+ stream: bool = False,
204
212
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
205
213
  """orgs/list
206
214
 
@@ -230,6 +238,7 @@ class OrgsClient:
230
238
  url,
231
239
  params=exclude_unset(params),
232
240
  headers=exclude_unset(headers),
241
+ stream=stream,
233
242
  response_model=list[OrganizationSimple],
234
243
  )
235
244
 
@@ -238,6 +247,7 @@ class OrgsClient:
238
247
  organization_id: str,
239
248
  *,
240
249
  headers: Optional[Mapping[str, str]] = None,
250
+ stream: bool = False,
241
251
  ) -> Response[
242
252
  OrganizationsOrganizationIdCustomRolesGetResponse200,
243
253
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -268,6 +278,7 @@ class OrgsClient:
268
278
  "GET",
269
279
  url,
270
280
  headers=exclude_unset(headers),
281
+ stream=stream,
271
282
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
272
283
  )
273
284
 
@@ -276,6 +287,7 @@ class OrgsClient:
276
287
  organization_id: str,
277
288
  *,
278
289
  headers: Optional[Mapping[str, str]] = None,
290
+ stream: bool = False,
279
291
  ) -> Response[
280
292
  OrganizationsOrganizationIdCustomRolesGetResponse200,
281
293
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -306,6 +318,7 @@ class OrgsClient:
306
318
  "GET",
307
319
  url,
308
320
  headers=exclude_unset(headers),
321
+ stream=stream,
309
322
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
310
323
  )
311
324
 
@@ -314,6 +327,7 @@ class OrgsClient:
314
327
  org: str,
315
328
  *,
316
329
  headers: Optional[Mapping[str, str]] = None,
330
+ stream: bool = False,
317
331
  ) -> Response[OrganizationFull, OrganizationFullType]:
318
332
  """orgs/get
319
333
 
@@ -342,6 +356,7 @@ class OrgsClient:
342
356
  "GET",
343
357
  url,
344
358
  headers=exclude_unset(headers),
359
+ stream=stream,
345
360
  response_model=OrganizationFull,
346
361
  error_models={
347
362
  "404": BasicError,
@@ -353,6 +368,7 @@ class OrgsClient:
353
368
  org: str,
354
369
  *,
355
370
  headers: Optional[Mapping[str, str]] = None,
371
+ stream: bool = False,
356
372
  ) -> Response[OrganizationFull, OrganizationFullType]:
357
373
  """orgs/get
358
374
 
@@ -381,6 +397,7 @@ class OrgsClient:
381
397
  "GET",
382
398
  url,
383
399
  headers=exclude_unset(headers),
400
+ stream=stream,
384
401
  response_model=OrganizationFull,
385
402
  error_models={
386
403
  "404": BasicError,
@@ -392,6 +409,7 @@ class OrgsClient:
392
409
  org: str,
393
410
  *,
394
411
  headers: Optional[Mapping[str, str]] = None,
412
+ stream: bool = False,
395
413
  ) -> Response[
396
414
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
397
415
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -424,6 +442,7 @@ class OrgsClient:
424
442
  "DELETE",
425
443
  url,
426
444
  headers=exclude_unset(headers),
445
+ stream=stream,
427
446
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
428
447
  error_models={
429
448
  "404": BasicError,
@@ -436,6 +455,7 @@ class OrgsClient:
436
455
  org: str,
437
456
  *,
438
457
  headers: Optional[Mapping[str, str]] = None,
458
+ stream: bool = False,
439
459
  ) -> Response[
440
460
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
441
461
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -468,6 +488,7 @@ class OrgsClient:
468
488
  "DELETE",
469
489
  url,
470
490
  headers=exclude_unset(headers),
491
+ stream=stream,
471
492
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
472
493
  error_models={
473
494
  "404": BasicError,
@@ -481,6 +502,7 @@ class OrgsClient:
481
502
  org: str,
482
503
  *,
483
504
  headers: Optional[Mapping[str, str]] = None,
505
+ stream: bool = False,
484
506
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
485
507
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
486
508
 
@@ -491,6 +513,7 @@ class OrgsClient:
491
513
  *,
492
514
  data: UnsetType = UNSET,
493
515
  headers: Optional[Mapping[str, str]] = None,
516
+ stream: bool = False,
494
517
  billing_email: Missing[str] = UNSET,
495
518
  company: Missing[str] = UNSET,
496
519
  email: Missing[str] = UNSET,
@@ -535,6 +558,7 @@ class OrgsClient:
535
558
  org: str,
536
559
  *,
537
560
  headers: Optional[Mapping[str, str]] = None,
561
+ stream: bool = False,
538
562
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
539
563
  **kwargs,
540
564
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -585,6 +609,7 @@ class OrgsClient:
585
609
  url,
586
610
  json=exclude_unset(json),
587
611
  headers=exclude_unset(headers),
612
+ stream=stream,
588
613
  response_model=OrganizationFull,
589
614
  error_models={
590
615
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -598,6 +623,7 @@ class OrgsClient:
598
623
  org: str,
599
624
  *,
600
625
  headers: Optional[Mapping[str, str]] = None,
626
+ stream: bool = False,
601
627
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
602
628
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
603
629
 
@@ -608,6 +634,7 @@ class OrgsClient:
608
634
  *,
609
635
  data: UnsetType = UNSET,
610
636
  headers: Optional[Mapping[str, str]] = None,
637
+ stream: bool = False,
611
638
  billing_email: Missing[str] = UNSET,
612
639
  company: Missing[str] = UNSET,
613
640
  email: Missing[str] = UNSET,
@@ -652,6 +679,7 @@ class OrgsClient:
652
679
  org: str,
653
680
  *,
654
681
  headers: Optional[Mapping[str, str]] = None,
682
+ stream: bool = False,
655
683
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
656
684
  **kwargs,
657
685
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -702,6 +730,7 @@ class OrgsClient:
702
730
  url,
703
731
  json=exclude_unset(json),
704
732
  headers=exclude_unset(headers),
733
+ stream=stream,
705
734
  response_model=OrganizationFull,
706
735
  error_models={
707
736
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -714,6 +743,7 @@ class OrgsClient:
714
743
  org: str,
715
744
  *,
716
745
  headers: Optional[Mapping[str, str]] = None,
746
+ stream: bool = False,
717
747
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
718
748
  """announcement-banners/get-announcement-banner-for-org
719
749
 
@@ -736,6 +766,7 @@ class OrgsClient:
736
766
  "GET",
737
767
  url,
738
768
  headers=exclude_unset(headers),
769
+ stream=stream,
739
770
  response_model=AnnouncementBanner,
740
771
  )
741
772
 
@@ -744,6 +775,7 @@ class OrgsClient:
744
775
  org: str,
745
776
  *,
746
777
  headers: Optional[Mapping[str, str]] = None,
778
+ stream: bool = False,
747
779
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
748
780
  """announcement-banners/get-announcement-banner-for-org
749
781
 
@@ -766,6 +798,7 @@ class OrgsClient:
766
798
  "GET",
767
799
  url,
768
800
  headers=exclude_unset(headers),
801
+ stream=stream,
769
802
  response_model=AnnouncementBanner,
770
803
  )
771
804
 
@@ -774,6 +807,7 @@ class OrgsClient:
774
807
  org: str,
775
808
  *,
776
809
  headers: Optional[Mapping[str, str]] = None,
810
+ stream: bool = False,
777
811
  ) -> Response:
778
812
  """announcement-banners/remove-announcement-banner-for-org
779
813
 
@@ -792,6 +826,7 @@ class OrgsClient:
792
826
  "DELETE",
793
827
  url,
794
828
  headers=exclude_unset(headers),
829
+ stream=stream,
795
830
  )
796
831
 
797
832
  async def async_remove_announcement_banner_for_org(
@@ -799,6 +834,7 @@ class OrgsClient:
799
834
  org: str,
800
835
  *,
801
836
  headers: Optional[Mapping[str, str]] = None,
837
+ stream: bool = False,
802
838
  ) -> Response:
803
839
  """announcement-banners/remove-announcement-banner-for-org
804
840
 
@@ -817,6 +853,7 @@ class OrgsClient:
817
853
  "DELETE",
818
854
  url,
819
855
  headers=exclude_unset(headers),
856
+ stream=stream,
820
857
  )
821
858
 
822
859
  @overload
@@ -825,6 +862,7 @@ class OrgsClient:
825
862
  org: str,
826
863
  *,
827
864
  headers: Optional[Mapping[str, str]] = None,
865
+ stream: bool = False,
828
866
  data: AnnouncementType,
829
867
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
830
868
 
@@ -835,6 +873,7 @@ class OrgsClient:
835
873
  *,
836
874
  data: UnsetType = UNSET,
837
875
  headers: Optional[Mapping[str, str]] = None,
876
+ stream: bool = False,
838
877
  announcement: Union[str, None],
839
878
  expires_at: Missing[Union[datetime, None]] = UNSET,
840
879
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -845,6 +884,7 @@ class OrgsClient:
845
884
  org: str,
846
885
  *,
847
886
  headers: Optional[Mapping[str, str]] = None,
887
+ stream: bool = False,
848
888
  data: Missing[AnnouncementType] = UNSET,
849
889
  **kwargs,
850
890
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -877,6 +917,7 @@ class OrgsClient:
877
917
  url,
878
918
  json=exclude_unset(json),
879
919
  headers=exclude_unset(headers),
920
+ stream=stream,
880
921
  response_model=AnnouncementBanner,
881
922
  )
882
923
 
@@ -886,6 +927,7 @@ class OrgsClient:
886
927
  org: str,
887
928
  *,
888
929
  headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
889
931
  data: AnnouncementType,
890
932
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
891
933
 
@@ -896,6 +938,7 @@ class OrgsClient:
896
938
  *,
897
939
  data: UnsetType = UNSET,
898
940
  headers: Optional[Mapping[str, str]] = None,
941
+ stream: bool = False,
899
942
  announcement: Union[str, None],
900
943
  expires_at: Missing[Union[datetime, None]] = UNSET,
901
944
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -906,6 +949,7 @@ class OrgsClient:
906
949
  org: str,
907
950
  *,
908
951
  headers: Optional[Mapping[str, str]] = None,
952
+ stream: bool = False,
909
953
  data: Missing[AnnouncementType] = UNSET,
910
954
  **kwargs,
911
955
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -938,9 +982,528 @@ class OrgsClient:
938
982
  url,
939
983
  json=exclude_unset(json),
940
984
  headers=exclude_unset(headers),
985
+ stream=stream,
941
986
  response_model=AnnouncementBanner,
942
987
  )
943
988
 
989
+ @overload
990
+ def list_attestations_bulk(
991
+ self,
992
+ org: str,
993
+ *,
994
+ per_page: Missing[int] = UNSET,
995
+ before: Missing[str] = UNSET,
996
+ after: Missing[str] = UNSET,
997
+ headers: Optional[Mapping[str, str]] = None,
998
+ stream: bool = False,
999
+ data: OrgsOrgAttestationsBulkListPostBodyType,
1000
+ ) -> Response[
1001
+ OrgsOrgAttestationsBulkListPostResponse200,
1002
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1003
+ ]: ...
1004
+
1005
+ @overload
1006
+ def list_attestations_bulk(
1007
+ self,
1008
+ org: str,
1009
+ *,
1010
+ per_page: Missing[int] = UNSET,
1011
+ before: Missing[str] = UNSET,
1012
+ after: Missing[str] = UNSET,
1013
+ data: UnsetType = UNSET,
1014
+ headers: Optional[Mapping[str, str]] = None,
1015
+ stream: bool = False,
1016
+ subject_digests: list[str],
1017
+ predicate_type: Missing[str] = UNSET,
1018
+ ) -> Response[
1019
+ OrgsOrgAttestationsBulkListPostResponse200,
1020
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1021
+ ]: ...
1022
+
1023
+ def list_attestations_bulk(
1024
+ self,
1025
+ org: str,
1026
+ *,
1027
+ per_page: Missing[int] = UNSET,
1028
+ before: Missing[str] = UNSET,
1029
+ after: Missing[str] = UNSET,
1030
+ headers: Optional[Mapping[str, str]] = None,
1031
+ stream: bool = False,
1032
+ data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
1033
+ **kwargs,
1034
+ ) -> Response[
1035
+ OrgsOrgAttestationsBulkListPostResponse200,
1036
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1037
+ ]:
1038
+ """orgs/list-attestations-bulk
1039
+
1040
+ POST /orgs/{org}/attestations/bulk-list
1041
+
1042
+ List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
1043
+
1044
+ The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
1045
+
1046
+ **Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
1047
+
1048
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests
1049
+ """
1050
+
1051
+ from ..models import (
1052
+ OrgsOrgAttestationsBulkListPostBody,
1053
+ OrgsOrgAttestationsBulkListPostResponse200,
1054
+ )
1055
+
1056
+ url = f"/orgs/{org}/attestations/bulk-list"
1057
+
1058
+ params = {
1059
+ "per_page": per_page,
1060
+ "before": before,
1061
+ "after": after,
1062
+ }
1063
+
1064
+ headers = {
1065
+ "Content-Type": "application/json",
1066
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1067
+ **(headers or {}),
1068
+ }
1069
+
1070
+ json = kwargs if data is UNSET else data
1071
+ if self._github.config.rest_api_validate_body:
1072
+ json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
1073
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1074
+
1075
+ return self._github.request(
1076
+ "POST",
1077
+ url,
1078
+ params=exclude_unset(params),
1079
+ json=exclude_unset(json),
1080
+ headers=exclude_unset(headers),
1081
+ stream=stream,
1082
+ response_model=OrgsOrgAttestationsBulkListPostResponse200,
1083
+ )
1084
+
1085
+ @overload
1086
+ async def async_list_attestations_bulk(
1087
+ self,
1088
+ org: str,
1089
+ *,
1090
+ per_page: Missing[int] = UNSET,
1091
+ before: Missing[str] = UNSET,
1092
+ after: Missing[str] = UNSET,
1093
+ headers: Optional[Mapping[str, str]] = None,
1094
+ stream: bool = False,
1095
+ data: OrgsOrgAttestationsBulkListPostBodyType,
1096
+ ) -> Response[
1097
+ OrgsOrgAttestationsBulkListPostResponse200,
1098
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1099
+ ]: ...
1100
+
1101
+ @overload
1102
+ async def async_list_attestations_bulk(
1103
+ self,
1104
+ org: str,
1105
+ *,
1106
+ per_page: Missing[int] = UNSET,
1107
+ before: Missing[str] = UNSET,
1108
+ after: Missing[str] = UNSET,
1109
+ data: UnsetType = UNSET,
1110
+ headers: Optional[Mapping[str, str]] = None,
1111
+ stream: bool = False,
1112
+ subject_digests: list[str],
1113
+ predicate_type: Missing[str] = UNSET,
1114
+ ) -> Response[
1115
+ OrgsOrgAttestationsBulkListPostResponse200,
1116
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1117
+ ]: ...
1118
+
1119
+ async def async_list_attestations_bulk(
1120
+ self,
1121
+ org: str,
1122
+ *,
1123
+ per_page: Missing[int] = UNSET,
1124
+ before: Missing[str] = UNSET,
1125
+ after: Missing[str] = UNSET,
1126
+ headers: Optional[Mapping[str, str]] = None,
1127
+ stream: bool = False,
1128
+ data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
1129
+ **kwargs,
1130
+ ) -> Response[
1131
+ OrgsOrgAttestationsBulkListPostResponse200,
1132
+ OrgsOrgAttestationsBulkListPostResponse200Type,
1133
+ ]:
1134
+ """orgs/list-attestations-bulk
1135
+
1136
+ POST /orgs/{org}/attestations/bulk-list
1137
+
1138
+ List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
1139
+
1140
+ The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
1141
+
1142
+ **Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
1143
+
1144
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests
1145
+ """
1146
+
1147
+ from ..models import (
1148
+ OrgsOrgAttestationsBulkListPostBody,
1149
+ OrgsOrgAttestationsBulkListPostResponse200,
1150
+ )
1151
+
1152
+ url = f"/orgs/{org}/attestations/bulk-list"
1153
+
1154
+ params = {
1155
+ "per_page": per_page,
1156
+ "before": before,
1157
+ "after": after,
1158
+ }
1159
+
1160
+ headers = {
1161
+ "Content-Type": "application/json",
1162
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1163
+ **(headers or {}),
1164
+ }
1165
+
1166
+ json = kwargs if data is UNSET else data
1167
+ if self._github.config.rest_api_validate_body:
1168
+ json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
1169
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1170
+
1171
+ return await self._github.arequest(
1172
+ "POST",
1173
+ url,
1174
+ params=exclude_unset(params),
1175
+ json=exclude_unset(json),
1176
+ headers=exclude_unset(headers),
1177
+ stream=stream,
1178
+ response_model=OrgsOrgAttestationsBulkListPostResponse200,
1179
+ )
1180
+
1181
+ @overload
1182
+ def delete_attestations_bulk(
1183
+ self,
1184
+ org: str,
1185
+ *,
1186
+ headers: Optional[Mapping[str, str]] = None,
1187
+ stream: bool = False,
1188
+ data: Union[
1189
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1190
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1191
+ ],
1192
+ ) -> Response: ...
1193
+
1194
+ @overload
1195
+ def delete_attestations_bulk(
1196
+ self,
1197
+ org: str,
1198
+ *,
1199
+ data: UnsetType = UNSET,
1200
+ headers: Optional[Mapping[str, str]] = None,
1201
+ stream: bool = False,
1202
+ subject_digests: list[str],
1203
+ ) -> Response: ...
1204
+
1205
+ @overload
1206
+ def delete_attestations_bulk(
1207
+ self,
1208
+ org: str,
1209
+ *,
1210
+ data: UnsetType = UNSET,
1211
+ headers: Optional[Mapping[str, str]] = None,
1212
+ stream: bool = False,
1213
+ attestation_ids: list[int],
1214
+ ) -> Response: ...
1215
+
1216
+ def delete_attestations_bulk(
1217
+ self,
1218
+ org: str,
1219
+ *,
1220
+ headers: Optional[Mapping[str, str]] = None,
1221
+ stream: bool = False,
1222
+ data: Missing[
1223
+ Union[
1224
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1225
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1226
+ ]
1227
+ ] = UNSET,
1228
+ **kwargs,
1229
+ ) -> Response:
1230
+ """orgs/delete-attestations-bulk
1231
+
1232
+ POST /orgs/{org}/attestations/delete-request
1233
+
1234
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1235
+
1236
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1237
+ """
1238
+
1239
+ from typing import Union
1240
+
1241
+ from ..models import (
1242
+ BasicError,
1243
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1244
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1245
+ )
1246
+
1247
+ url = f"/orgs/{org}/attestations/delete-request"
1248
+
1249
+ headers = {
1250
+ "Content-Type": "application/json",
1251
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1252
+ **(headers or {}),
1253
+ }
1254
+
1255
+ json = kwargs if data is UNSET else data
1256
+ if self._github.config.rest_api_validate_body:
1257
+ json = type_validate_python(
1258
+ Union[
1259
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1260
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1261
+ ],
1262
+ json,
1263
+ )
1264
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1265
+
1266
+ return self._github.request(
1267
+ "POST",
1268
+ url,
1269
+ json=exclude_unset(json),
1270
+ headers=exclude_unset(headers),
1271
+ stream=stream,
1272
+ error_models={
1273
+ "404": BasicError,
1274
+ },
1275
+ )
1276
+
1277
+ @overload
1278
+ async def async_delete_attestations_bulk(
1279
+ self,
1280
+ org: str,
1281
+ *,
1282
+ headers: Optional[Mapping[str, str]] = None,
1283
+ stream: bool = False,
1284
+ data: Union[
1285
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1286
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1287
+ ],
1288
+ ) -> Response: ...
1289
+
1290
+ @overload
1291
+ async def async_delete_attestations_bulk(
1292
+ self,
1293
+ org: str,
1294
+ *,
1295
+ data: UnsetType = UNSET,
1296
+ headers: Optional[Mapping[str, str]] = None,
1297
+ stream: bool = False,
1298
+ subject_digests: list[str],
1299
+ ) -> Response: ...
1300
+
1301
+ @overload
1302
+ async def async_delete_attestations_bulk(
1303
+ self,
1304
+ org: str,
1305
+ *,
1306
+ data: UnsetType = UNSET,
1307
+ headers: Optional[Mapping[str, str]] = None,
1308
+ stream: bool = False,
1309
+ attestation_ids: list[int],
1310
+ ) -> Response: ...
1311
+
1312
+ async def async_delete_attestations_bulk(
1313
+ self,
1314
+ org: str,
1315
+ *,
1316
+ headers: Optional[Mapping[str, str]] = None,
1317
+ stream: bool = False,
1318
+ data: Missing[
1319
+ Union[
1320
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1321
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1322
+ ]
1323
+ ] = UNSET,
1324
+ **kwargs,
1325
+ ) -> Response:
1326
+ """orgs/delete-attestations-bulk
1327
+
1328
+ POST /orgs/{org}/attestations/delete-request
1329
+
1330
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1331
+
1332
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1333
+ """
1334
+
1335
+ from typing import Union
1336
+
1337
+ from ..models import (
1338
+ BasicError,
1339
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1340
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1341
+ )
1342
+
1343
+ url = f"/orgs/{org}/attestations/delete-request"
1344
+
1345
+ headers = {
1346
+ "Content-Type": "application/json",
1347
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1348
+ **(headers or {}),
1349
+ }
1350
+
1351
+ json = kwargs if data is UNSET else data
1352
+ if self._github.config.rest_api_validate_body:
1353
+ json = type_validate_python(
1354
+ Union[
1355
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1356
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1357
+ ],
1358
+ json,
1359
+ )
1360
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1361
+
1362
+ return await self._github.arequest(
1363
+ "POST",
1364
+ url,
1365
+ json=exclude_unset(json),
1366
+ headers=exclude_unset(headers),
1367
+ stream=stream,
1368
+ error_models={
1369
+ "404": BasicError,
1370
+ },
1371
+ )
1372
+
1373
+ def delete_attestations_by_subject_digest(
1374
+ self,
1375
+ org: str,
1376
+ subject_digest: str,
1377
+ *,
1378
+ headers: Optional[Mapping[str, str]] = None,
1379
+ stream: bool = False,
1380
+ ) -> Response:
1381
+ """orgs/delete-attestations-by-subject-digest
1382
+
1383
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1384
+
1385
+ Delete an artifact attestation by subject digest.
1386
+
1387
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1388
+ """
1389
+
1390
+ from ..models import BasicError
1391
+
1392
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1393
+
1394
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1395
+
1396
+ return self._github.request(
1397
+ "DELETE",
1398
+ url,
1399
+ headers=exclude_unset(headers),
1400
+ stream=stream,
1401
+ error_models={
1402
+ "404": BasicError,
1403
+ },
1404
+ )
1405
+
1406
+ async def async_delete_attestations_by_subject_digest(
1407
+ self,
1408
+ org: str,
1409
+ subject_digest: str,
1410
+ *,
1411
+ headers: Optional[Mapping[str, str]] = None,
1412
+ stream: bool = False,
1413
+ ) -> Response:
1414
+ """orgs/delete-attestations-by-subject-digest
1415
+
1416
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1417
+
1418
+ Delete an artifact attestation by subject digest.
1419
+
1420
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1421
+ """
1422
+
1423
+ from ..models import BasicError
1424
+
1425
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1426
+
1427
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1428
+
1429
+ return await self._github.arequest(
1430
+ "DELETE",
1431
+ url,
1432
+ headers=exclude_unset(headers),
1433
+ stream=stream,
1434
+ error_models={
1435
+ "404": BasicError,
1436
+ },
1437
+ )
1438
+
1439
+ def delete_attestations_by_id(
1440
+ self,
1441
+ org: str,
1442
+ attestation_id: int,
1443
+ *,
1444
+ headers: Optional[Mapping[str, str]] = None,
1445
+ stream: bool = False,
1446
+ ) -> Response:
1447
+ """orgs/delete-attestations-by-id
1448
+
1449
+ DELETE /orgs/{org}/attestations/{attestation_id}
1450
+
1451
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1452
+
1453
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1454
+ """
1455
+
1456
+ from ..models import BasicError
1457
+
1458
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1459
+
1460
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1461
+
1462
+ return self._github.request(
1463
+ "DELETE",
1464
+ url,
1465
+ headers=exclude_unset(headers),
1466
+ stream=stream,
1467
+ error_models={
1468
+ "403": BasicError,
1469
+ "404": BasicError,
1470
+ },
1471
+ )
1472
+
1473
+ async def async_delete_attestations_by_id(
1474
+ self,
1475
+ org: str,
1476
+ attestation_id: int,
1477
+ *,
1478
+ headers: Optional[Mapping[str, str]] = None,
1479
+ stream: bool = False,
1480
+ ) -> Response:
1481
+ """orgs/delete-attestations-by-id
1482
+
1483
+ DELETE /orgs/{org}/attestations/{attestation_id}
1484
+
1485
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1486
+
1487
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1488
+ """
1489
+
1490
+ from ..models import BasicError
1491
+
1492
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1493
+
1494
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1495
+
1496
+ return await self._github.arequest(
1497
+ "DELETE",
1498
+ url,
1499
+ headers=exclude_unset(headers),
1500
+ stream=stream,
1501
+ error_models={
1502
+ "403": BasicError,
1503
+ "404": BasicError,
1504
+ },
1505
+ )
1506
+
944
1507
  def list_attestations(
945
1508
  self,
946
1509
  org: str,
@@ -951,6 +1514,7 @@ class OrgsClient:
951
1514
  after: Missing[str] = UNSET,
952
1515
  predicate_type: Missing[str] = UNSET,
953
1516
  headers: Optional[Mapping[str, str]] = None,
1517
+ stream: bool = False,
954
1518
  ) -> Response[
955
1519
  OrgsOrgAttestationsSubjectDigestGetResponse200,
956
1520
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -986,6 +1550,7 @@ class OrgsClient:
986
1550
  url,
987
1551
  params=exclude_unset(params),
988
1552
  headers=exclude_unset(headers),
1553
+ stream=stream,
989
1554
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
990
1555
  )
991
1556
 
@@ -999,6 +1564,7 @@ class OrgsClient:
999
1564
  after: Missing[str] = UNSET,
1000
1565
  predicate_type: Missing[str] = UNSET,
1001
1566
  headers: Optional[Mapping[str, str]] = None,
1567
+ stream: bool = False,
1002
1568
  ) -> Response[
1003
1569
  OrgsOrgAttestationsSubjectDigestGetResponse200,
1004
1570
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -1034,6 +1600,7 @@ class OrgsClient:
1034
1600
  url,
1035
1601
  params=exclude_unset(params),
1036
1602
  headers=exclude_unset(headers),
1603
+ stream=stream,
1037
1604
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
1038
1605
  )
1039
1606
 
@@ -1048,6 +1615,7 @@ class OrgsClient:
1048
1615
  order: Missing[Literal["desc", "asc"]] = UNSET,
1049
1616
  per_page: Missing[int] = UNSET,
1050
1617
  headers: Optional[Mapping[str, str]] = None,
1618
+ stream: bool = False,
1051
1619
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1052
1620
  """orgs/get-audit-log
1053
1621
 
@@ -1088,6 +1656,7 @@ class OrgsClient:
1088
1656
  url,
1089
1657
  params=exclude_unset(params),
1090
1658
  headers=exclude_unset(headers),
1659
+ stream=stream,
1091
1660
  response_model=list[AuditLogEvent],
1092
1661
  )
1093
1662
 
@@ -1102,6 +1671,7 @@ class OrgsClient:
1102
1671
  order: Missing[Literal["desc", "asc"]] = UNSET,
1103
1672
  per_page: Missing[int] = UNSET,
1104
1673
  headers: Optional[Mapping[str, str]] = None,
1674
+ stream: bool = False,
1105
1675
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1106
1676
  """orgs/get-audit-log
1107
1677
 
@@ -1142,6 +1712,7 @@ class OrgsClient:
1142
1712
  url,
1143
1713
  params=exclude_unset(params),
1144
1714
  headers=exclude_unset(headers),
1715
+ stream=stream,
1145
1716
  response_model=list[AuditLogEvent],
1146
1717
  )
1147
1718
 
@@ -1152,6 +1723,7 @@ class OrgsClient:
1152
1723
  per_page: Missing[int] = UNSET,
1153
1724
  page: Missing[int] = UNSET,
1154
1725
  headers: Optional[Mapping[str, str]] = None,
1726
+ stream: bool = False,
1155
1727
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1156
1728
  """orgs/list-blocked-users
1157
1729
 
@@ -1178,6 +1750,7 @@ class OrgsClient:
1178
1750
  url,
1179
1751
  params=exclude_unset(params),
1180
1752
  headers=exclude_unset(headers),
1753
+ stream=stream,
1181
1754
  response_model=list[SimpleUser],
1182
1755
  )
1183
1756
 
@@ -1188,6 +1761,7 @@ class OrgsClient:
1188
1761
  per_page: Missing[int] = UNSET,
1189
1762
  page: Missing[int] = UNSET,
1190
1763
  headers: Optional[Mapping[str, str]] = None,
1764
+ stream: bool = False,
1191
1765
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1192
1766
  """orgs/list-blocked-users
1193
1767
 
@@ -1214,6 +1788,7 @@ class OrgsClient:
1214
1788
  url,
1215
1789
  params=exclude_unset(params),
1216
1790
  headers=exclude_unset(headers),
1791
+ stream=stream,
1217
1792
  response_model=list[SimpleUser],
1218
1793
  )
1219
1794
 
@@ -1223,6 +1798,7 @@ class OrgsClient:
1223
1798
  username: str,
1224
1799
  *,
1225
1800
  headers: Optional[Mapping[str, str]] = None,
1801
+ stream: bool = False,
1226
1802
  ) -> Response:
1227
1803
  """orgs/check-blocked-user
1228
1804
 
@@ -1243,6 +1819,7 @@ class OrgsClient:
1243
1819
  "GET",
1244
1820
  url,
1245
1821
  headers=exclude_unset(headers),
1822
+ stream=stream,
1246
1823
  error_models={
1247
1824
  "404": BasicError,
1248
1825
  },
@@ -1254,6 +1831,7 @@ class OrgsClient:
1254
1831
  username: str,
1255
1832
  *,
1256
1833
  headers: Optional[Mapping[str, str]] = None,
1834
+ stream: bool = False,
1257
1835
  ) -> Response:
1258
1836
  """orgs/check-blocked-user
1259
1837
 
@@ -1274,6 +1852,7 @@ class OrgsClient:
1274
1852
  "GET",
1275
1853
  url,
1276
1854
  headers=exclude_unset(headers),
1855
+ stream=stream,
1277
1856
  error_models={
1278
1857
  "404": BasicError,
1279
1858
  },
@@ -1285,6 +1864,7 @@ class OrgsClient:
1285
1864
  username: str,
1286
1865
  *,
1287
1866
  headers: Optional[Mapping[str, str]] = None,
1867
+ stream: bool = False,
1288
1868
  ) -> Response:
1289
1869
  """orgs/block-user
1290
1870
 
@@ -1305,6 +1885,7 @@ class OrgsClient:
1305
1885
  "PUT",
1306
1886
  url,
1307
1887
  headers=exclude_unset(headers),
1888
+ stream=stream,
1308
1889
  error_models={
1309
1890
  "422": ValidationError,
1310
1891
  },
@@ -1316,6 +1897,7 @@ class OrgsClient:
1316
1897
  username: str,
1317
1898
  *,
1318
1899
  headers: Optional[Mapping[str, str]] = None,
1900
+ stream: bool = False,
1319
1901
  ) -> Response:
1320
1902
  """orgs/block-user
1321
1903
 
@@ -1336,6 +1918,7 @@ class OrgsClient:
1336
1918
  "PUT",
1337
1919
  url,
1338
1920
  headers=exclude_unset(headers),
1921
+ stream=stream,
1339
1922
  error_models={
1340
1923
  "422": ValidationError,
1341
1924
  },
@@ -1347,6 +1930,7 @@ class OrgsClient:
1347
1930
  username: str,
1348
1931
  *,
1349
1932
  headers: Optional[Mapping[str, str]] = None,
1933
+ stream: bool = False,
1350
1934
  ) -> Response:
1351
1935
  """orgs/unblock-user
1352
1936
 
@@ -1365,6 +1949,7 @@ class OrgsClient:
1365
1949
  "DELETE",
1366
1950
  url,
1367
1951
  headers=exclude_unset(headers),
1952
+ stream=stream,
1368
1953
  )
1369
1954
 
1370
1955
  async def async_unblock_user(
@@ -1373,6 +1958,7 @@ class OrgsClient:
1373
1958
  username: str,
1374
1959
  *,
1375
1960
  headers: Optional[Mapping[str, str]] = None,
1961
+ stream: bool = False,
1376
1962
  ) -> Response:
1377
1963
  """orgs/unblock-user
1378
1964
 
@@ -1391,6 +1977,7 @@ class OrgsClient:
1391
1977
  "DELETE",
1392
1978
  url,
1393
1979
  headers=exclude_unset(headers),
1980
+ stream=stream,
1394
1981
  )
1395
1982
 
1396
1983
  def list_push_bypass_requests(
@@ -1416,6 +2003,7 @@ class OrgsClient:
1416
2003
  per_page: Missing[int] = UNSET,
1417
2004
  page: Missing[int] = UNSET,
1418
2005
  headers: Optional[Mapping[str, str]] = None,
2006
+ stream: bool = False,
1419
2007
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1420
2008
  """orgs/list-push-bypass-requests
1421
2009
 
@@ -1447,6 +2035,7 @@ class OrgsClient:
1447
2035
  url,
1448
2036
  params=exclude_unset(params),
1449
2037
  headers=exclude_unset(headers),
2038
+ stream=stream,
1450
2039
  response_model=list[PushRuleBypassRequest],
1451
2040
  error_models={
1452
2041
  "404": BasicError,
@@ -1477,6 +2066,7 @@ class OrgsClient:
1477
2066
  per_page: Missing[int] = UNSET,
1478
2067
  page: Missing[int] = UNSET,
1479
2068
  headers: Optional[Mapping[str, str]] = None,
2069
+ stream: bool = False,
1480
2070
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1481
2071
  """orgs/list-push-bypass-requests
1482
2072
 
@@ -1508,6 +2098,7 @@ class OrgsClient:
1508
2098
  url,
1509
2099
  params=exclude_unset(params),
1510
2100
  headers=exclude_unset(headers),
2101
+ stream=stream,
1511
2102
  response_model=list[PushRuleBypassRequest],
1512
2103
  error_models={
1513
2104
  "404": BasicError,
@@ -1523,6 +2114,7 @@ class OrgsClient:
1523
2114
  page: Missing[int] = UNSET,
1524
2115
  login: Missing[str] = UNSET,
1525
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1526
2118
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1527
2119
  """orgs/list-saml-sso-authorizations
1528
2120
 
@@ -1554,6 +2146,7 @@ class OrgsClient:
1554
2146
  url,
1555
2147
  params=exclude_unset(params),
1556
2148
  headers=exclude_unset(headers),
2149
+ stream=stream,
1557
2150
  response_model=list[CredentialAuthorization],
1558
2151
  )
1559
2152
 
@@ -1565,6 +2158,7 @@ class OrgsClient:
1565
2158
  page: Missing[int] = UNSET,
1566
2159
  login: Missing[str] = UNSET,
1567
2160
  headers: Optional[Mapping[str, str]] = None,
2161
+ stream: bool = False,
1568
2162
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1569
2163
  """orgs/list-saml-sso-authorizations
1570
2164
 
@@ -1596,6 +2190,7 @@ class OrgsClient:
1596
2190
  url,
1597
2191
  params=exclude_unset(params),
1598
2192
  headers=exclude_unset(headers),
2193
+ stream=stream,
1599
2194
  response_model=list[CredentialAuthorization],
1600
2195
  )
1601
2196
 
@@ -1605,6 +2200,7 @@ class OrgsClient:
1605
2200
  credential_id: int,
1606
2201
  *,
1607
2202
  headers: Optional[Mapping[str, str]] = None,
2203
+ stream: bool = False,
1608
2204
  ) -> Response:
1609
2205
  """orgs/remove-saml-sso-authorization
1610
2206
 
@@ -1629,6 +2225,7 @@ class OrgsClient:
1629
2225
  "DELETE",
1630
2226
  url,
1631
2227
  headers=exclude_unset(headers),
2228
+ stream=stream,
1632
2229
  error_models={
1633
2230
  "404": BasicError,
1634
2231
  },
@@ -1640,6 +2237,7 @@ class OrgsClient:
1640
2237
  credential_id: int,
1641
2238
  *,
1642
2239
  headers: Optional[Mapping[str, str]] = None,
2240
+ stream: bool = False,
1643
2241
  ) -> Response:
1644
2242
  """orgs/remove-saml-sso-authorization
1645
2243
 
@@ -1664,6 +2262,7 @@ class OrgsClient:
1664
2262
  "DELETE",
1665
2263
  url,
1666
2264
  headers=exclude_unset(headers),
2265
+ stream=stream,
1667
2266
  error_models={
1668
2267
  "404": BasicError,
1669
2268
  },
@@ -1674,6 +2273,7 @@ class OrgsClient:
1674
2273
  org: str,
1675
2274
  *,
1676
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1677
2277
  ) -> Response[
1678
2278
  OrgsOrgCustomRepositoryRolesGetResponse200,
1679
2279
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1701,6 +2301,7 @@ class OrgsClient:
1701
2301
  "GET",
1702
2302
  url,
1703
2303
  headers=exclude_unset(headers),
2304
+ stream=stream,
1704
2305
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1705
2306
  )
1706
2307
 
@@ -1709,6 +2310,7 @@ class OrgsClient:
1709
2310
  org: str,
1710
2311
  *,
1711
2312
  headers: Optional[Mapping[str, str]] = None,
2313
+ stream: bool = False,
1712
2314
  ) -> Response[
1713
2315
  OrgsOrgCustomRepositoryRolesGetResponse200,
1714
2316
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1736,6 +2338,7 @@ class OrgsClient:
1736
2338
  "GET",
1737
2339
  url,
1738
2340
  headers=exclude_unset(headers),
2341
+ stream=stream,
1739
2342
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1740
2343
  )
1741
2344
 
@@ -1745,6 +2348,7 @@ class OrgsClient:
1745
2348
  org: str,
1746
2349
  *,
1747
2350
  headers: Optional[Mapping[str, str]] = None,
2351
+ stream: bool = False,
1748
2352
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
1749
2353
  ) -> Response[
1750
2354
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -1757,6 +2361,7 @@ class OrgsClient:
1757
2361
  *,
1758
2362
  data: UnsetType = UNSET,
1759
2363
  headers: Optional[Mapping[str, str]] = None,
2364
+ stream: bool = False,
1760
2365
  name: str,
1761
2366
  description: Missing[Union[str, None]] = UNSET,
1762
2367
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -1770,6 +2375,7 @@ class OrgsClient:
1770
2375
  org: str,
1771
2376
  *,
1772
2377
  headers: Optional[Mapping[str, str]] = None,
2378
+ stream: bool = False,
1773
2379
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
1774
2380
  **kwargs,
1775
2381
  ) -> Response[
@@ -1815,6 +2421,7 @@ class OrgsClient:
1815
2421
  url,
1816
2422
  json=exclude_unset(json),
1817
2423
  headers=exclude_unset(headers),
2424
+ stream=stream,
1818
2425
  response_model=OrganizationCustomRepositoryRole,
1819
2426
  error_models={
1820
2427
  "422": ValidationError,
@@ -1828,6 +2435,7 @@ class OrgsClient:
1828
2435
  org: str,
1829
2436
  *,
1830
2437
  headers: Optional[Mapping[str, str]] = None,
2438
+ stream: bool = False,
1831
2439
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
1832
2440
  ) -> Response[
1833
2441
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -1840,6 +2448,7 @@ class OrgsClient:
1840
2448
  *,
1841
2449
  data: UnsetType = UNSET,
1842
2450
  headers: Optional[Mapping[str, str]] = None,
2451
+ stream: bool = False,
1843
2452
  name: str,
1844
2453
  description: Missing[Union[str, None]] = UNSET,
1845
2454
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -1853,6 +2462,7 @@ class OrgsClient:
1853
2462
  org: str,
1854
2463
  *,
1855
2464
  headers: Optional[Mapping[str, str]] = None,
2465
+ stream: bool = False,
1856
2466
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
1857
2467
  **kwargs,
1858
2468
  ) -> Response[
@@ -1898,6 +2508,7 @@ class OrgsClient:
1898
2508
  url,
1899
2509
  json=exclude_unset(json),
1900
2510
  headers=exclude_unset(headers),
2511
+ stream=stream,
1901
2512
  response_model=OrganizationCustomRepositoryRole,
1902
2513
  error_models={
1903
2514
  "422": ValidationError,
@@ -1911,6 +2522,7 @@ class OrgsClient:
1911
2522
  role_id: int,
1912
2523
  *,
1913
2524
  headers: Optional[Mapping[str, str]] = None,
2525
+ stream: bool = False,
1914
2526
  ) -> Response[
1915
2527
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
1916
2528
  ]:
@@ -1937,6 +2549,7 @@ class OrgsClient:
1937
2549
  "GET",
1938
2550
  url,
1939
2551
  headers=exclude_unset(headers),
2552
+ stream=stream,
1940
2553
  response_model=OrganizationCustomRepositoryRole,
1941
2554
  error_models={
1942
2555
  "404": BasicError,
@@ -1949,6 +2562,7 @@ class OrgsClient:
1949
2562
  role_id: int,
1950
2563
  *,
1951
2564
  headers: Optional[Mapping[str, str]] = None,
2565
+ stream: bool = False,
1952
2566
  ) -> Response[
1953
2567
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
1954
2568
  ]:
@@ -1975,6 +2589,7 @@ class OrgsClient:
1975
2589
  "GET",
1976
2590
  url,
1977
2591
  headers=exclude_unset(headers),
2592
+ stream=stream,
1978
2593
  response_model=OrganizationCustomRepositoryRole,
1979
2594
  error_models={
1980
2595
  "404": BasicError,
@@ -1987,6 +2602,7 @@ class OrgsClient:
1987
2602
  role_id: int,
1988
2603
  *,
1989
2604
  headers: Optional[Mapping[str, str]] = None,
2605
+ stream: bool = False,
1990
2606
  ) -> Response:
1991
2607
  """orgs/delete-custom-repo-role
1992
2608
 
@@ -2010,6 +2626,7 @@ class OrgsClient:
2010
2626
  "DELETE",
2011
2627
  url,
2012
2628
  headers=exclude_unset(headers),
2629
+ stream=stream,
2013
2630
  )
2014
2631
 
2015
2632
  async def async_delete_custom_repo_role(
@@ -2018,6 +2635,7 @@ class OrgsClient:
2018
2635
  role_id: int,
2019
2636
  *,
2020
2637
  headers: Optional[Mapping[str, str]] = None,
2638
+ stream: bool = False,
2021
2639
  ) -> Response:
2022
2640
  """orgs/delete-custom-repo-role
2023
2641
 
@@ -2041,6 +2659,7 @@ class OrgsClient:
2041
2659
  "DELETE",
2042
2660
  url,
2043
2661
  headers=exclude_unset(headers),
2662
+ stream=stream,
2044
2663
  )
2045
2664
 
2046
2665
  @overload
@@ -2050,6 +2669,7 @@ class OrgsClient:
2050
2669
  role_id: int,
2051
2670
  *,
2052
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2053
2673
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2054
2674
  ) -> Response[
2055
2675
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2063,6 +2683,7 @@ class OrgsClient:
2063
2683
  *,
2064
2684
  data: UnsetType = UNSET,
2065
2685
  headers: Optional[Mapping[str, str]] = None,
2686
+ stream: bool = False,
2066
2687
  name: Missing[str] = UNSET,
2067
2688
  description: Missing[Union[str, None]] = UNSET,
2068
2689
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2077,6 +2698,7 @@ class OrgsClient:
2077
2698
  role_id: int,
2078
2699
  *,
2079
2700
  headers: Optional[Mapping[str, str]] = None,
2701
+ stream: bool = False,
2080
2702
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2081
2703
  **kwargs,
2082
2704
  ) -> Response[
@@ -2122,6 +2744,7 @@ class OrgsClient:
2122
2744
  url,
2123
2745
  json=exclude_unset(json),
2124
2746
  headers=exclude_unset(headers),
2747
+ stream=stream,
2125
2748
  response_model=OrganizationCustomRepositoryRole,
2126
2749
  error_models={
2127
2750
  "422": ValidationError,
@@ -2136,6 +2759,7 @@ class OrgsClient:
2136
2759
  role_id: int,
2137
2760
  *,
2138
2761
  headers: Optional[Mapping[str, str]] = None,
2762
+ stream: bool = False,
2139
2763
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2140
2764
  ) -> Response[
2141
2765
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2149,6 +2773,7 @@ class OrgsClient:
2149
2773
  *,
2150
2774
  data: UnsetType = UNSET,
2151
2775
  headers: Optional[Mapping[str, str]] = None,
2776
+ stream: bool = False,
2152
2777
  name: Missing[str] = UNSET,
2153
2778
  description: Missing[Union[str, None]] = UNSET,
2154
2779
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2163,6 +2788,7 @@ class OrgsClient:
2163
2788
  role_id: int,
2164
2789
  *,
2165
2790
  headers: Optional[Mapping[str, str]] = None,
2791
+ stream: bool = False,
2166
2792
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2167
2793
  **kwargs,
2168
2794
  ) -> Response[
@@ -2208,6 +2834,7 @@ class OrgsClient:
2208
2834
  url,
2209
2835
  json=exclude_unset(json),
2210
2836
  headers=exclude_unset(headers),
2837
+ stream=stream,
2211
2838
  response_model=OrganizationCustomRepositoryRole,
2212
2839
  error_models={
2213
2840
  "422": ValidationError,
@@ -2221,6 +2848,7 @@ class OrgsClient:
2221
2848
  org: str,
2222
2849
  *,
2223
2850
  headers: Optional[Mapping[str, str]] = None,
2851
+ stream: bool = False,
2224
2852
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2225
2853
  ) -> Response[
2226
2854
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2233,6 +2861,7 @@ class OrgsClient:
2233
2861
  *,
2234
2862
  data: UnsetType = UNSET,
2235
2863
  headers: Optional[Mapping[str, str]] = None,
2864
+ stream: bool = False,
2236
2865
  name: str,
2237
2866
  description: Missing[Union[str, None]] = UNSET,
2238
2867
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2246,6 +2875,7 @@ class OrgsClient:
2246
2875
  org: str,
2247
2876
  *,
2248
2877
  headers: Optional[Mapping[str, str]] = None,
2878
+ stream: bool = False,
2249
2879
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2250
2880
  **kwargs,
2251
2881
  ) -> Response[
@@ -2294,6 +2924,7 @@ class OrgsClient:
2294
2924
  url,
2295
2925
  json=exclude_unset(json),
2296
2926
  headers=exclude_unset(headers),
2927
+ stream=stream,
2297
2928
  response_model=OrganizationCustomRepositoryRole,
2298
2929
  error_models={
2299
2930
  "422": ValidationError,
@@ -2307,6 +2938,7 @@ class OrgsClient:
2307
2938
  org: str,
2308
2939
  *,
2309
2940
  headers: Optional[Mapping[str, str]] = None,
2941
+ stream: bool = False,
2310
2942
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2311
2943
  ) -> Response[
2312
2944
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2319,6 +2951,7 @@ class OrgsClient:
2319
2951
  *,
2320
2952
  data: UnsetType = UNSET,
2321
2953
  headers: Optional[Mapping[str, str]] = None,
2954
+ stream: bool = False,
2322
2955
  name: str,
2323
2956
  description: Missing[Union[str, None]] = UNSET,
2324
2957
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2332,6 +2965,7 @@ class OrgsClient:
2332
2965
  org: str,
2333
2966
  *,
2334
2967
  headers: Optional[Mapping[str, str]] = None,
2968
+ stream: bool = False,
2335
2969
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2336
2970
  **kwargs,
2337
2971
  ) -> Response[
@@ -2380,6 +3014,7 @@ class OrgsClient:
2380
3014
  url,
2381
3015
  json=exclude_unset(json),
2382
3016
  headers=exclude_unset(headers),
3017
+ stream=stream,
2383
3018
  response_model=OrganizationCustomRepositoryRole,
2384
3019
  error_models={
2385
3020
  "422": ValidationError,
@@ -2393,6 +3028,7 @@ class OrgsClient:
2393
3028
  role_id: int,
2394
3029
  *,
2395
3030
  headers: Optional[Mapping[str, str]] = None,
3031
+ stream: bool = False,
2396
3032
  ) -> Response[
2397
3033
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2398
3034
  ]:
@@ -2422,6 +3058,7 @@ class OrgsClient:
2422
3058
  "GET",
2423
3059
  url,
2424
3060
  headers=exclude_unset(headers),
3061
+ stream=stream,
2425
3062
  response_model=OrganizationCustomRepositoryRole,
2426
3063
  error_models={
2427
3064
  "404": BasicError,
@@ -2434,6 +3071,7 @@ class OrgsClient:
2434
3071
  role_id: int,
2435
3072
  *,
2436
3073
  headers: Optional[Mapping[str, str]] = None,
3074
+ stream: bool = False,
2437
3075
  ) -> Response[
2438
3076
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2439
3077
  ]:
@@ -2463,6 +3101,7 @@ class OrgsClient:
2463
3101
  "GET",
2464
3102
  url,
2465
3103
  headers=exclude_unset(headers),
3104
+ stream=stream,
2466
3105
  response_model=OrganizationCustomRepositoryRole,
2467
3106
  error_models={
2468
3107
  "404": BasicError,
@@ -2475,6 +3114,7 @@ class OrgsClient:
2475
3114
  role_id: int,
2476
3115
  *,
2477
3116
  headers: Optional[Mapping[str, str]] = None,
3117
+ stream: bool = False,
2478
3118
  ) -> Response:
2479
3119
  """DEPRECATED orgs/delete-custom-role
2480
3120
 
@@ -2501,6 +3141,7 @@ class OrgsClient:
2501
3141
  "DELETE",
2502
3142
  url,
2503
3143
  headers=exclude_unset(headers),
3144
+ stream=stream,
2504
3145
  )
2505
3146
 
2506
3147
  async def async_delete_custom_role(
@@ -2509,6 +3150,7 @@ class OrgsClient:
2509
3150
  role_id: int,
2510
3151
  *,
2511
3152
  headers: Optional[Mapping[str, str]] = None,
3153
+ stream: bool = False,
2512
3154
  ) -> Response:
2513
3155
  """DEPRECATED orgs/delete-custom-role
2514
3156
 
@@ -2535,6 +3177,7 @@ class OrgsClient:
2535
3177
  "DELETE",
2536
3178
  url,
2537
3179
  headers=exclude_unset(headers),
3180
+ stream=stream,
2538
3181
  )
2539
3182
 
2540
3183
  @overload
@@ -2544,6 +3187,7 @@ class OrgsClient:
2544
3187
  role_id: int,
2545
3188
  *,
2546
3189
  headers: Optional[Mapping[str, str]] = None,
3190
+ stream: bool = False,
2547
3191
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2548
3192
  ) -> Response[
2549
3193
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2557,6 +3201,7 @@ class OrgsClient:
2557
3201
  *,
2558
3202
  data: UnsetType = UNSET,
2559
3203
  headers: Optional[Mapping[str, str]] = None,
3204
+ stream: bool = False,
2560
3205
  name: Missing[str] = UNSET,
2561
3206
  description: Missing[Union[str, None]] = UNSET,
2562
3207
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2571,6 +3216,7 @@ class OrgsClient:
2571
3216
  role_id: int,
2572
3217
  *,
2573
3218
  headers: Optional[Mapping[str, str]] = None,
3219
+ stream: bool = False,
2574
3220
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2575
3221
  **kwargs,
2576
3222
  ) -> Response[
@@ -2619,6 +3265,7 @@ class OrgsClient:
2619
3265
  url,
2620
3266
  json=exclude_unset(json),
2621
3267
  headers=exclude_unset(headers),
3268
+ stream=stream,
2622
3269
  response_model=OrganizationCustomRepositoryRole,
2623
3270
  error_models={
2624
3271
  "422": ValidationError,
@@ -2633,6 +3280,7 @@ class OrgsClient:
2633
3280
  role_id: int,
2634
3281
  *,
2635
3282
  headers: Optional[Mapping[str, str]] = None,
3283
+ stream: bool = False,
2636
3284
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2637
3285
  ) -> Response[
2638
3286
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2646,6 +3294,7 @@ class OrgsClient:
2646
3294
  *,
2647
3295
  data: UnsetType = UNSET,
2648
3296
  headers: Optional[Mapping[str, str]] = None,
3297
+ stream: bool = False,
2649
3298
  name: Missing[str] = UNSET,
2650
3299
  description: Missing[Union[str, None]] = UNSET,
2651
3300
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2660,6 +3309,7 @@ class OrgsClient:
2660
3309
  role_id: int,
2661
3310
  *,
2662
3311
  headers: Optional[Mapping[str, str]] = None,
3312
+ stream: bool = False,
2663
3313
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2664
3314
  **kwargs,
2665
3315
  ) -> Response[
@@ -2708,6 +3358,7 @@ class OrgsClient:
2708
3358
  url,
2709
3359
  json=exclude_unset(json),
2710
3360
  headers=exclude_unset(headers),
3361
+ stream=stream,
2711
3362
  response_model=OrganizationCustomRepositoryRole,
2712
3363
  error_models={
2713
3364
  "422": ValidationError,
@@ -2722,6 +3373,7 @@ class OrgsClient:
2722
3373
  per_page: Missing[int] = UNSET,
2723
3374
  page: Missing[int] = UNSET,
2724
3375
  headers: Optional[Mapping[str, str]] = None,
3376
+ stream: bool = False,
2725
3377
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2726
3378
  """orgs/list-failed-invitations
2727
3379
 
@@ -2751,6 +3403,7 @@ class OrgsClient:
2751
3403
  url,
2752
3404
  params=exclude_unset(params),
2753
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2754
3407
  response_model=list[OrganizationInvitation],
2755
3408
  error_models={
2756
3409
  "404": BasicError,
@@ -2764,6 +3417,7 @@ class OrgsClient:
2764
3417
  per_page: Missing[int] = UNSET,
2765
3418
  page: Missing[int] = UNSET,
2766
3419
  headers: Optional[Mapping[str, str]] = None,
3420
+ stream: bool = False,
2767
3421
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2768
3422
  """orgs/list-failed-invitations
2769
3423
 
@@ -2793,6 +3447,7 @@ class OrgsClient:
2793
3447
  url,
2794
3448
  params=exclude_unset(params),
2795
3449
  headers=exclude_unset(headers),
3450
+ stream=stream,
2796
3451
  response_model=list[OrganizationInvitation],
2797
3452
  error_models={
2798
3453
  "404": BasicError,
@@ -2804,6 +3459,7 @@ class OrgsClient:
2804
3459
  org: str,
2805
3460
  *,
2806
3461
  headers: Optional[Mapping[str, str]] = None,
3462
+ stream: bool = False,
2807
3463
  ) -> Response[
2808
3464
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
2809
3465
  ]:
@@ -2833,6 +3489,7 @@ class OrgsClient:
2833
3489
  "GET",
2834
3490
  url,
2835
3491
  headers=exclude_unset(headers),
3492
+ stream=stream,
2836
3493
  response_model=list[RepositoryFineGrainedPermission],
2837
3494
  )
2838
3495
 
@@ -2841,6 +3498,7 @@ class OrgsClient:
2841
3498
  org: str,
2842
3499
  *,
2843
3500
  headers: Optional[Mapping[str, str]] = None,
3501
+ stream: bool = False,
2844
3502
  ) -> Response[
2845
3503
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
2846
3504
  ]:
@@ -2870,6 +3528,7 @@ class OrgsClient:
2870
3528
  "GET",
2871
3529
  url,
2872
3530
  headers=exclude_unset(headers),
3531
+ stream=stream,
2873
3532
  response_model=list[RepositoryFineGrainedPermission],
2874
3533
  )
2875
3534
 
@@ -2880,6 +3539,7 @@ class OrgsClient:
2880
3539
  per_page: Missing[int] = UNSET,
2881
3540
  page: Missing[int] = UNSET,
2882
3541
  headers: Optional[Mapping[str, str]] = None,
3542
+ stream: bool = False,
2883
3543
  ) -> Response[list[OrgHook], list[OrgHookType]]:
2884
3544
  """orgs/list-webhooks
2885
3545
 
@@ -2909,6 +3569,7 @@ class OrgsClient:
2909
3569
  url,
2910
3570
  params=exclude_unset(params),
2911
3571
  headers=exclude_unset(headers),
3572
+ stream=stream,
2912
3573
  response_model=list[OrgHook],
2913
3574
  error_models={
2914
3575
  "404": BasicError,
@@ -2922,6 +3583,7 @@ class OrgsClient:
2922
3583
  per_page: Missing[int] = UNSET,
2923
3584
  page: Missing[int] = UNSET,
2924
3585
  headers: Optional[Mapping[str, str]] = None,
3586
+ stream: bool = False,
2925
3587
  ) -> Response[list[OrgHook], list[OrgHookType]]:
2926
3588
  """orgs/list-webhooks
2927
3589
 
@@ -2951,6 +3613,7 @@ class OrgsClient:
2951
3613
  url,
2952
3614
  params=exclude_unset(params),
2953
3615
  headers=exclude_unset(headers),
3616
+ stream=stream,
2954
3617
  response_model=list[OrgHook],
2955
3618
  error_models={
2956
3619
  "404": BasicError,
@@ -2963,6 +3626,7 @@ class OrgsClient:
2963
3626
  org: str,
2964
3627
  *,
2965
3628
  headers: Optional[Mapping[str, str]] = None,
3629
+ stream: bool = False,
2966
3630
  data: OrgsOrgHooksPostBodyType,
2967
3631
  ) -> Response[OrgHook, OrgHookType]: ...
2968
3632
 
@@ -2973,6 +3637,7 @@ class OrgsClient:
2973
3637
  *,
2974
3638
  data: UnsetType = UNSET,
2975
3639
  headers: Optional[Mapping[str, str]] = None,
3640
+ stream: bool = False,
2976
3641
  name: str,
2977
3642
  config: OrgsOrgHooksPostBodyPropConfigType,
2978
3643
  events: Missing[list[str]] = UNSET,
@@ -2984,6 +3649,7 @@ class OrgsClient:
2984
3649
  org: str,
2985
3650
  *,
2986
3651
  headers: Optional[Mapping[str, str]] = None,
3652
+ stream: bool = False,
2987
3653
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
2988
3654
  **kwargs,
2989
3655
  ) -> Response[OrgHook, OrgHookType]:
@@ -3019,6 +3685,7 @@ class OrgsClient:
3019
3685
  url,
3020
3686
  json=exclude_unset(json),
3021
3687
  headers=exclude_unset(headers),
3688
+ stream=stream,
3022
3689
  response_model=OrgHook,
3023
3690
  error_models={
3024
3691
  "422": ValidationError,
@@ -3032,6 +3699,7 @@ class OrgsClient:
3032
3699
  org: str,
3033
3700
  *,
3034
3701
  headers: Optional[Mapping[str, str]] = None,
3702
+ stream: bool = False,
3035
3703
  data: OrgsOrgHooksPostBodyType,
3036
3704
  ) -> Response[OrgHook, OrgHookType]: ...
3037
3705
 
@@ -3042,6 +3710,7 @@ class OrgsClient:
3042
3710
  *,
3043
3711
  data: UnsetType = UNSET,
3044
3712
  headers: Optional[Mapping[str, str]] = None,
3713
+ stream: bool = False,
3045
3714
  name: str,
3046
3715
  config: OrgsOrgHooksPostBodyPropConfigType,
3047
3716
  events: Missing[list[str]] = UNSET,
@@ -3053,6 +3722,7 @@ class OrgsClient:
3053
3722
  org: str,
3054
3723
  *,
3055
3724
  headers: Optional[Mapping[str, str]] = None,
3725
+ stream: bool = False,
3056
3726
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
3057
3727
  **kwargs,
3058
3728
  ) -> Response[OrgHook, OrgHookType]:
@@ -3088,6 +3758,7 @@ class OrgsClient:
3088
3758
  url,
3089
3759
  json=exclude_unset(json),
3090
3760
  headers=exclude_unset(headers),
3761
+ stream=stream,
3091
3762
  response_model=OrgHook,
3092
3763
  error_models={
3093
3764
  "422": ValidationError,
@@ -3101,6 +3772,7 @@ class OrgsClient:
3101
3772
  hook_id: int,
3102
3773
  *,
3103
3774
  headers: Optional[Mapping[str, str]] = None,
3775
+ stream: bool = False,
3104
3776
  ) -> Response[OrgHook, OrgHookType]:
3105
3777
  """orgs/get-webhook
3106
3778
 
@@ -3124,6 +3796,7 @@ class OrgsClient:
3124
3796
  "GET",
3125
3797
  url,
3126
3798
  headers=exclude_unset(headers),
3799
+ stream=stream,
3127
3800
  response_model=OrgHook,
3128
3801
  error_models={
3129
3802
  "404": BasicError,
@@ -3136,6 +3809,7 @@ class OrgsClient:
3136
3809
  hook_id: int,
3137
3810
  *,
3138
3811
  headers: Optional[Mapping[str, str]] = None,
3812
+ stream: bool = False,
3139
3813
  ) -> Response[OrgHook, OrgHookType]:
3140
3814
  """orgs/get-webhook
3141
3815
 
@@ -3159,6 +3833,7 @@ class OrgsClient:
3159
3833
  "GET",
3160
3834
  url,
3161
3835
  headers=exclude_unset(headers),
3836
+ stream=stream,
3162
3837
  response_model=OrgHook,
3163
3838
  error_models={
3164
3839
  "404": BasicError,
@@ -3171,6 +3846,7 @@ class OrgsClient:
3171
3846
  hook_id: int,
3172
3847
  *,
3173
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3174
3850
  ) -> Response:
3175
3851
  """orgs/delete-webhook
3176
3852
 
@@ -3194,6 +3870,7 @@ class OrgsClient:
3194
3870
  "DELETE",
3195
3871
  url,
3196
3872
  headers=exclude_unset(headers),
3873
+ stream=stream,
3197
3874
  error_models={
3198
3875
  "404": BasicError,
3199
3876
  },
@@ -3205,6 +3882,7 @@ class OrgsClient:
3205
3882
  hook_id: int,
3206
3883
  *,
3207
3884
  headers: Optional[Mapping[str, str]] = None,
3885
+ stream: bool = False,
3208
3886
  ) -> Response:
3209
3887
  """orgs/delete-webhook
3210
3888
 
@@ -3228,6 +3906,7 @@ class OrgsClient:
3228
3906
  "DELETE",
3229
3907
  url,
3230
3908
  headers=exclude_unset(headers),
3909
+ stream=stream,
3231
3910
  error_models={
3232
3911
  "404": BasicError,
3233
3912
  },
@@ -3240,6 +3919,7 @@ class OrgsClient:
3240
3919
  hook_id: int,
3241
3920
  *,
3242
3921
  headers: Optional[Mapping[str, str]] = None,
3922
+ stream: bool = False,
3243
3923
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3244
3924
  ) -> Response[OrgHook, OrgHookType]: ...
3245
3925
 
@@ -3251,6 +3931,7 @@ class OrgsClient:
3251
3931
  *,
3252
3932
  data: UnsetType = UNSET,
3253
3933
  headers: Optional[Mapping[str, str]] = None,
3934
+ stream: bool = False,
3254
3935
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3255
3936
  events: Missing[list[str]] = UNSET,
3256
3937
  active: Missing[bool] = UNSET,
@@ -3263,6 +3944,7 @@ class OrgsClient:
3263
3944
  hook_id: int,
3264
3945
  *,
3265
3946
  headers: Optional[Mapping[str, str]] = None,
3947
+ stream: bool = False,
3266
3948
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3267
3949
  **kwargs,
3268
3950
  ) -> Response[OrgHook, OrgHookType]:
@@ -3303,6 +3985,7 @@ class OrgsClient:
3303
3985
  url,
3304
3986
  json=exclude_unset(json),
3305
3987
  headers=exclude_unset(headers),
3988
+ stream=stream,
3306
3989
  response_model=OrgHook,
3307
3990
  error_models={
3308
3991
  "422": ValidationError,
@@ -3317,6 +4000,7 @@ class OrgsClient:
3317
4000
  hook_id: int,
3318
4001
  *,
3319
4002
  headers: Optional[Mapping[str, str]] = None,
4003
+ stream: bool = False,
3320
4004
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3321
4005
  ) -> Response[OrgHook, OrgHookType]: ...
3322
4006
 
@@ -3328,6 +4012,7 @@ class OrgsClient:
3328
4012
  *,
3329
4013
  data: UnsetType = UNSET,
3330
4014
  headers: Optional[Mapping[str, str]] = None,
4015
+ stream: bool = False,
3331
4016
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3332
4017
  events: Missing[list[str]] = UNSET,
3333
4018
  active: Missing[bool] = UNSET,
@@ -3340,6 +4025,7 @@ class OrgsClient:
3340
4025
  hook_id: int,
3341
4026
  *,
3342
4027
  headers: Optional[Mapping[str, str]] = None,
4028
+ stream: bool = False,
3343
4029
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3344
4030
  **kwargs,
3345
4031
  ) -> Response[OrgHook, OrgHookType]:
@@ -3380,6 +4066,7 @@ class OrgsClient:
3380
4066
  url,
3381
4067
  json=exclude_unset(json),
3382
4068
  headers=exclude_unset(headers),
4069
+ stream=stream,
3383
4070
  response_model=OrgHook,
3384
4071
  error_models={
3385
4072
  "422": ValidationError,
@@ -3393,6 +4080,7 @@ class OrgsClient:
3393
4080
  hook_id: int,
3394
4081
  *,
3395
4082
  headers: Optional[Mapping[str, str]] = None,
4083
+ stream: bool = False,
3396
4084
  ) -> Response[WebhookConfig, WebhookConfigType]:
3397
4085
  """orgs/get-webhook-config-for-org
3398
4086
 
@@ -3416,6 +4104,7 @@ class OrgsClient:
3416
4104
  "GET",
3417
4105
  url,
3418
4106
  headers=exclude_unset(headers),
4107
+ stream=stream,
3419
4108
  response_model=WebhookConfig,
3420
4109
  )
3421
4110
 
@@ -3425,6 +4114,7 @@ class OrgsClient:
3425
4114
  hook_id: int,
3426
4115
  *,
3427
4116
  headers: Optional[Mapping[str, str]] = None,
4117
+ stream: bool = False,
3428
4118
  ) -> Response[WebhookConfig, WebhookConfigType]:
3429
4119
  """orgs/get-webhook-config-for-org
3430
4120
 
@@ -3448,6 +4138,7 @@ class OrgsClient:
3448
4138
  "GET",
3449
4139
  url,
3450
4140
  headers=exclude_unset(headers),
4141
+ stream=stream,
3451
4142
  response_model=WebhookConfig,
3452
4143
  )
3453
4144
 
@@ -3458,6 +4149,7 @@ class OrgsClient:
3458
4149
  hook_id: int,
3459
4150
  *,
3460
4151
  headers: Optional[Mapping[str, str]] = None,
4152
+ stream: bool = False,
3461
4153
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3462
4154
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3463
4155
 
@@ -3469,6 +4161,7 @@ class OrgsClient:
3469
4161
  *,
3470
4162
  data: UnsetType = UNSET,
3471
4163
  headers: Optional[Mapping[str, str]] = None,
4164
+ stream: bool = False,
3472
4165
  url: Missing[str] = UNSET,
3473
4166
  content_type: Missing[str] = UNSET,
3474
4167
  secret: Missing[str] = UNSET,
@@ -3481,6 +4174,7 @@ class OrgsClient:
3481
4174
  hook_id: int,
3482
4175
  *,
3483
4176
  headers: Optional[Mapping[str, str]] = None,
4177
+ stream: bool = False,
3484
4178
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3485
4179
  **kwargs,
3486
4180
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3516,6 +4210,7 @@ class OrgsClient:
3516
4210
  url,
3517
4211
  json=exclude_unset(json),
3518
4212
  headers=exclude_unset(headers),
4213
+ stream=stream,
3519
4214
  response_model=WebhookConfig,
3520
4215
  )
3521
4216
 
@@ -3526,6 +4221,7 @@ class OrgsClient:
3526
4221
  hook_id: int,
3527
4222
  *,
3528
4223
  headers: Optional[Mapping[str, str]] = None,
4224
+ stream: bool = False,
3529
4225
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3530
4226
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3531
4227
 
@@ -3537,6 +4233,7 @@ class OrgsClient:
3537
4233
  *,
3538
4234
  data: UnsetType = UNSET,
3539
4235
  headers: Optional[Mapping[str, str]] = None,
4236
+ stream: bool = False,
3540
4237
  url: Missing[str] = UNSET,
3541
4238
  content_type: Missing[str] = UNSET,
3542
4239
  secret: Missing[str] = UNSET,
@@ -3549,6 +4246,7 @@ class OrgsClient:
3549
4246
  hook_id: int,
3550
4247
  *,
3551
4248
  headers: Optional[Mapping[str, str]] = None,
4249
+ stream: bool = False,
3552
4250
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3553
4251
  **kwargs,
3554
4252
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3584,6 +4282,7 @@ class OrgsClient:
3584
4282
  url,
3585
4283
  json=exclude_unset(json),
3586
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3587
4286
  response_model=WebhookConfig,
3588
4287
  )
3589
4288
 
@@ -3595,6 +4294,7 @@ class OrgsClient:
3595
4294
  per_page: Missing[int] = UNSET,
3596
4295
  cursor: Missing[str] = UNSET,
3597
4296
  headers: Optional[Mapping[str, str]] = None,
4297
+ stream: bool = False,
3598
4298
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3599
4299
  """orgs/list-webhook-deliveries
3600
4300
 
@@ -3624,6 +4324,7 @@ class OrgsClient:
3624
4324
  url,
3625
4325
  params=exclude_unset(params),
3626
4326
  headers=exclude_unset(headers),
4327
+ stream=stream,
3627
4328
  response_model=list[HookDeliveryItem],
3628
4329
  error_models={
3629
4330
  "400": BasicError,
@@ -3639,6 +4340,7 @@ class OrgsClient:
3639
4340
  per_page: Missing[int] = UNSET,
3640
4341
  cursor: Missing[str] = UNSET,
3641
4342
  headers: Optional[Mapping[str, str]] = None,
4343
+ stream: bool = False,
3642
4344
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3643
4345
  """orgs/list-webhook-deliveries
3644
4346
 
@@ -3668,6 +4370,7 @@ class OrgsClient:
3668
4370
  url,
3669
4371
  params=exclude_unset(params),
3670
4372
  headers=exclude_unset(headers),
4373
+ stream=stream,
3671
4374
  response_model=list[HookDeliveryItem],
3672
4375
  error_models={
3673
4376
  "400": BasicError,
@@ -3682,6 +4385,7 @@ class OrgsClient:
3682
4385
  delivery_id: int,
3683
4386
  *,
3684
4387
  headers: Optional[Mapping[str, str]] = None,
4388
+ stream: bool = False,
3685
4389
  ) -> Response[HookDelivery, HookDeliveryType]:
3686
4390
  """orgs/get-webhook-delivery
3687
4391
 
@@ -3705,6 +4409,7 @@ class OrgsClient:
3705
4409
  "GET",
3706
4410
  url,
3707
4411
  headers=exclude_unset(headers),
4412
+ stream=stream,
3708
4413
  response_model=HookDelivery,
3709
4414
  error_models={
3710
4415
  "400": BasicError,
@@ -3719,6 +4424,7 @@ class OrgsClient:
3719
4424
  delivery_id: int,
3720
4425
  *,
3721
4426
  headers: Optional[Mapping[str, str]] = None,
4427
+ stream: bool = False,
3722
4428
  ) -> Response[HookDelivery, HookDeliveryType]:
3723
4429
  """orgs/get-webhook-delivery
3724
4430
 
@@ -3742,6 +4448,7 @@ class OrgsClient:
3742
4448
  "GET",
3743
4449
  url,
3744
4450
  headers=exclude_unset(headers),
4451
+ stream=stream,
3745
4452
  response_model=HookDelivery,
3746
4453
  error_models={
3747
4454
  "400": BasicError,
@@ -3756,6 +4463,7 @@ class OrgsClient:
3756
4463
  delivery_id: int,
3757
4464
  *,
3758
4465
  headers: Optional[Mapping[str, str]] = None,
4466
+ stream: bool = False,
3759
4467
  ) -> Response[
3760
4468
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3761
4469
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -3786,6 +4494,7 @@ class OrgsClient:
3786
4494
  "POST",
3787
4495
  url,
3788
4496
  headers=exclude_unset(headers),
4497
+ stream=stream,
3789
4498
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3790
4499
  error_models={
3791
4500
  "400": BasicError,
@@ -3800,6 +4509,7 @@ class OrgsClient:
3800
4509
  delivery_id: int,
3801
4510
  *,
3802
4511
  headers: Optional[Mapping[str, str]] = None,
4512
+ stream: bool = False,
3803
4513
  ) -> Response[
3804
4514
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3805
4515
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -3830,6 +4540,7 @@ class OrgsClient:
3830
4540
  "POST",
3831
4541
  url,
3832
4542
  headers=exclude_unset(headers),
4543
+ stream=stream,
3833
4544
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3834
4545
  error_models={
3835
4546
  "400": BasicError,
@@ -3843,6 +4554,7 @@ class OrgsClient:
3843
4554
  hook_id: int,
3844
4555
  *,
3845
4556
  headers: Optional[Mapping[str, str]] = None,
4557
+ stream: bool = False,
3846
4558
  ) -> Response:
3847
4559
  """orgs/ping-webhook
3848
4560
 
@@ -3866,6 +4578,7 @@ class OrgsClient:
3866
4578
  "POST",
3867
4579
  url,
3868
4580
  headers=exclude_unset(headers),
4581
+ stream=stream,
3869
4582
  error_models={
3870
4583
  "404": BasicError,
3871
4584
  },
@@ -3877,6 +4590,7 @@ class OrgsClient:
3877
4590
  hook_id: int,
3878
4591
  *,
3879
4592
  headers: Optional[Mapping[str, str]] = None,
4593
+ stream: bool = False,
3880
4594
  ) -> Response:
3881
4595
  """orgs/ping-webhook
3882
4596
 
@@ -3900,6 +4614,7 @@ class OrgsClient:
3900
4614
  "POST",
3901
4615
  url,
3902
4616
  headers=exclude_unset(headers),
4617
+ stream=stream,
3903
4618
  error_models={
3904
4619
  "404": BasicError,
3905
4620
  },
@@ -3936,6 +4651,7 @@ class OrgsClient:
3936
4651
  ] = UNSET,
3937
4652
  api_route_substring: Missing[str] = UNSET,
3938
4653
  headers: Optional[Mapping[str, str]] = None,
4654
+ stream: bool = False,
3939
4655
  ) -> Response[
3940
4656
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
3941
4657
  ]:
@@ -3969,6 +4685,7 @@ class OrgsClient:
3969
4685
  url,
3970
4686
  params=exclude_unset(params),
3971
4687
  headers=exclude_unset(headers),
4688
+ stream=stream,
3972
4689
  response_model=list[ApiInsightsRouteStatsItems],
3973
4690
  )
3974
4691
 
@@ -4003,6 +4720,7 @@ class OrgsClient:
4003
4720
  ] = UNSET,
4004
4721
  api_route_substring: Missing[str] = UNSET,
4005
4722
  headers: Optional[Mapping[str, str]] = None,
4723
+ stream: bool = False,
4006
4724
  ) -> Response[
4007
4725
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
4008
4726
  ]:
@@ -4036,6 +4754,7 @@ class OrgsClient:
4036
4754
  url,
4037
4755
  params=exclude_unset(params),
4038
4756
  headers=exclude_unset(headers),
4757
+ stream=stream,
4039
4758
  response_model=list[ApiInsightsRouteStatsItems],
4040
4759
  )
4041
4760
 
@@ -4061,6 +4780,7 @@ class OrgsClient:
4061
4780
  ] = UNSET,
4062
4781
  subject_name_substring: Missing[str] = UNSET,
4063
4782
  headers: Optional[Mapping[str, str]] = None,
4783
+ stream: bool = False,
4064
4784
  ) -> Response[
4065
4785
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4066
4786
  ]:
@@ -4094,6 +4814,7 @@ class OrgsClient:
4094
4814
  url,
4095
4815
  params=exclude_unset(params),
4096
4816
  headers=exclude_unset(headers),
4817
+ stream=stream,
4097
4818
  response_model=list[ApiInsightsSubjectStatsItems],
4098
4819
  )
4099
4820
 
@@ -4119,6 +4840,7 @@ class OrgsClient:
4119
4840
  ] = UNSET,
4120
4841
  subject_name_substring: Missing[str] = UNSET,
4121
4842
  headers: Optional[Mapping[str, str]] = None,
4843
+ stream: bool = False,
4122
4844
  ) -> Response[
4123
4845
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4124
4846
  ]:
@@ -4152,6 +4874,7 @@ class OrgsClient:
4152
4874
  url,
4153
4875
  params=exclude_unset(params),
4154
4876
  headers=exclude_unset(headers),
4877
+ stream=stream,
4155
4878
  response_model=list[ApiInsightsSubjectStatsItems],
4156
4879
  )
4157
4880
 
@@ -4162,6 +4885,7 @@ class OrgsClient:
4162
4885
  min_timestamp: str,
4163
4886
  max_timestamp: Missing[str] = UNSET,
4164
4887
  headers: Optional[Mapping[str, str]] = None,
4888
+ stream: bool = False,
4165
4889
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4166
4890
  """api-insights/get-summary-stats
4167
4891
 
@@ -4188,6 +4912,7 @@ class OrgsClient:
4188
4912
  url,
4189
4913
  params=exclude_unset(params),
4190
4914
  headers=exclude_unset(headers),
4915
+ stream=stream,
4191
4916
  response_model=ApiInsightsSummaryStats,
4192
4917
  )
4193
4918
 
@@ -4198,6 +4923,7 @@ class OrgsClient:
4198
4923
  min_timestamp: str,
4199
4924
  max_timestamp: Missing[str] = UNSET,
4200
4925
  headers: Optional[Mapping[str, str]] = None,
4926
+ stream: bool = False,
4201
4927
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4202
4928
  """api-insights/get-summary-stats
4203
4929
 
@@ -4224,6 +4950,7 @@ class OrgsClient:
4224
4950
  url,
4225
4951
  params=exclude_unset(params),
4226
4952
  headers=exclude_unset(headers),
4953
+ stream=stream,
4227
4954
  response_model=ApiInsightsSummaryStats,
4228
4955
  )
4229
4956
 
@@ -4235,6 +4962,7 @@ class OrgsClient:
4235
4962
  min_timestamp: str,
4236
4963
  max_timestamp: Missing[str] = UNSET,
4237
4964
  headers: Optional[Mapping[str, str]] = None,
4965
+ stream: bool = False,
4238
4966
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4239
4967
  """api-insights/get-summary-stats-by-user
4240
4968
 
@@ -4261,6 +4989,7 @@ class OrgsClient:
4261
4989
  url,
4262
4990
  params=exclude_unset(params),
4263
4991
  headers=exclude_unset(headers),
4992
+ stream=stream,
4264
4993
  response_model=ApiInsightsSummaryStats,
4265
4994
  )
4266
4995
 
@@ -4272,6 +5001,7 @@ class OrgsClient:
4272
5001
  min_timestamp: str,
4273
5002
  max_timestamp: Missing[str] = UNSET,
4274
5003
  headers: Optional[Mapping[str, str]] = None,
5004
+ stream: bool = False,
4275
5005
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4276
5006
  """api-insights/get-summary-stats-by-user
4277
5007
 
@@ -4298,6 +5028,7 @@ class OrgsClient:
4298
5028
  url,
4299
5029
  params=exclude_unset(params),
4300
5030
  headers=exclude_unset(headers),
5031
+ stream=stream,
4301
5032
  response_model=ApiInsightsSummaryStats,
4302
5033
  )
4303
5034
 
@@ -4316,6 +5047,7 @@ class OrgsClient:
4316
5047
  min_timestamp: str,
4317
5048
  max_timestamp: Missing[str] = UNSET,
4318
5049
  headers: Optional[Mapping[str, str]] = None,
5050
+ stream: bool = False,
4319
5051
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4320
5052
  """api-insights/get-summary-stats-by-actor
4321
5053
 
@@ -4342,6 +5074,7 @@ class OrgsClient:
4342
5074
  url,
4343
5075
  params=exclude_unset(params),
4344
5076
  headers=exclude_unset(headers),
5077
+ stream=stream,
4345
5078
  response_model=ApiInsightsSummaryStats,
4346
5079
  )
4347
5080
 
@@ -4360,6 +5093,7 @@ class OrgsClient:
4360
5093
  min_timestamp: str,
4361
5094
  max_timestamp: Missing[str] = UNSET,
4362
5095
  headers: Optional[Mapping[str, str]] = None,
5096
+ stream: bool = False,
4363
5097
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4364
5098
  """api-insights/get-summary-stats-by-actor
4365
5099
 
@@ -4386,6 +5120,7 @@ class OrgsClient:
4386
5120
  url,
4387
5121
  params=exclude_unset(params),
4388
5122
  headers=exclude_unset(headers),
5123
+ stream=stream,
4389
5124
  response_model=ApiInsightsSummaryStats,
4390
5125
  )
4391
5126
 
@@ -4397,6 +5132,7 @@ class OrgsClient:
4397
5132
  max_timestamp: Missing[str] = UNSET,
4398
5133
  timestamp_increment: str,
4399
5134
  headers: Optional[Mapping[str, str]] = None,
5135
+ stream: bool = False,
4400
5136
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4401
5137
  """api-insights/get-time-stats
4402
5138
 
@@ -4424,6 +5160,7 @@ class OrgsClient:
4424
5160
  url,
4425
5161
  params=exclude_unset(params),
4426
5162
  headers=exclude_unset(headers),
5163
+ stream=stream,
4427
5164
  response_model=list[ApiInsightsTimeStatsItems],
4428
5165
  )
4429
5166
 
@@ -4435,6 +5172,7 @@ class OrgsClient:
4435
5172
  max_timestamp: Missing[str] = UNSET,
4436
5173
  timestamp_increment: str,
4437
5174
  headers: Optional[Mapping[str, str]] = None,
5175
+ stream: bool = False,
4438
5176
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4439
5177
  """api-insights/get-time-stats
4440
5178
 
@@ -4462,6 +5200,7 @@ class OrgsClient:
4462
5200
  url,
4463
5201
  params=exclude_unset(params),
4464
5202
  headers=exclude_unset(headers),
5203
+ stream=stream,
4465
5204
  response_model=list[ApiInsightsTimeStatsItems],
4466
5205
  )
4467
5206
 
@@ -4474,6 +5213,7 @@ class OrgsClient:
4474
5213
  max_timestamp: Missing[str] = UNSET,
4475
5214
  timestamp_increment: str,
4476
5215
  headers: Optional[Mapping[str, str]] = None,
5216
+ stream: bool = False,
4477
5217
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4478
5218
  """api-insights/get-time-stats-by-user
4479
5219
 
@@ -4501,6 +5241,7 @@ class OrgsClient:
4501
5241
  url,
4502
5242
  params=exclude_unset(params),
4503
5243
  headers=exclude_unset(headers),
5244
+ stream=stream,
4504
5245
  response_model=list[ApiInsightsTimeStatsItems],
4505
5246
  )
4506
5247
 
@@ -4513,6 +5254,7 @@ class OrgsClient:
4513
5254
  max_timestamp: Missing[str] = UNSET,
4514
5255
  timestamp_increment: str,
4515
5256
  headers: Optional[Mapping[str, str]] = None,
5257
+ stream: bool = False,
4516
5258
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4517
5259
  """api-insights/get-time-stats-by-user
4518
5260
 
@@ -4540,6 +5282,7 @@ class OrgsClient:
4540
5282
  url,
4541
5283
  params=exclude_unset(params),
4542
5284
  headers=exclude_unset(headers),
5285
+ stream=stream,
4543
5286
  response_model=list[ApiInsightsTimeStatsItems],
4544
5287
  )
4545
5288
 
@@ -4559,6 +5302,7 @@ class OrgsClient:
4559
5302
  max_timestamp: Missing[str] = UNSET,
4560
5303
  timestamp_increment: str,
4561
5304
  headers: Optional[Mapping[str, str]] = None,
5305
+ stream: bool = False,
4562
5306
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4563
5307
  """api-insights/get-time-stats-by-actor
4564
5308
 
@@ -4586,6 +5330,7 @@ class OrgsClient:
4586
5330
  url,
4587
5331
  params=exclude_unset(params),
4588
5332
  headers=exclude_unset(headers),
5333
+ stream=stream,
4589
5334
  response_model=list[ApiInsightsTimeStatsItems],
4590
5335
  )
4591
5336
 
@@ -4605,6 +5350,7 @@ class OrgsClient:
4605
5350
  max_timestamp: Missing[str] = UNSET,
4606
5351
  timestamp_increment: str,
4607
5352
  headers: Optional[Mapping[str, str]] = None,
5353
+ stream: bool = False,
4608
5354
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4609
5355
  """api-insights/get-time-stats-by-actor
4610
5356
 
@@ -4632,6 +5378,7 @@ class OrgsClient:
4632
5378
  url,
4633
5379
  params=exclude_unset(params),
4634
5380
  headers=exclude_unset(headers),
5381
+ stream=stream,
4635
5382
  response_model=list[ApiInsightsTimeStatsItems],
4636
5383
  )
4637
5384
 
@@ -4658,6 +5405,7 @@ class OrgsClient:
4658
5405
  ] = UNSET,
4659
5406
  actor_name_substring: Missing[str] = UNSET,
4660
5407
  headers: Optional[Mapping[str, str]] = None,
5408
+ stream: bool = False,
4661
5409
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4662
5410
  """api-insights/get-user-stats
4663
5411
 
@@ -4689,6 +5437,7 @@ class OrgsClient:
4689
5437
  url,
4690
5438
  params=exclude_unset(params),
4691
5439
  headers=exclude_unset(headers),
5440
+ stream=stream,
4692
5441
  response_model=list[ApiInsightsUserStatsItems],
4693
5442
  )
4694
5443
 
@@ -4715,6 +5464,7 @@ class OrgsClient:
4715
5464
  ] = UNSET,
4716
5465
  actor_name_substring: Missing[str] = UNSET,
4717
5466
  headers: Optional[Mapping[str, str]] = None,
5467
+ stream: bool = False,
4718
5468
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4719
5469
  """api-insights/get-user-stats
4720
5470
 
@@ -4746,6 +5496,7 @@ class OrgsClient:
4746
5496
  url,
4747
5497
  params=exclude_unset(params),
4748
5498
  headers=exclude_unset(headers),
5499
+ stream=stream,
4749
5500
  response_model=list[ApiInsightsUserStatsItems],
4750
5501
  )
4751
5502
 
@@ -4756,6 +5507,7 @@ class OrgsClient:
4756
5507
  per_page: Missing[int] = UNSET,
4757
5508
  page: Missing[int] = UNSET,
4758
5509
  headers: Optional[Mapping[str, str]] = None,
5510
+ stream: bool = False,
4759
5511
  ) -> Response[
4760
5512
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4761
5513
  ]:
@@ -4789,6 +5541,7 @@ class OrgsClient:
4789
5541
  url,
4790
5542
  params=exclude_unset(params),
4791
5543
  headers=exclude_unset(headers),
5544
+ stream=stream,
4792
5545
  response_model=OrgsOrgInstallationsGetResponse200,
4793
5546
  )
4794
5547
 
@@ -4799,6 +5552,7 @@ class OrgsClient:
4799
5552
  per_page: Missing[int] = UNSET,
4800
5553
  page: Missing[int] = UNSET,
4801
5554
  headers: Optional[Mapping[str, str]] = None,
5555
+ stream: bool = False,
4802
5556
  ) -> Response[
4803
5557
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4804
5558
  ]:
@@ -4832,6 +5586,7 @@ class OrgsClient:
4832
5586
  url,
4833
5587
  params=exclude_unset(params),
4834
5588
  headers=exclude_unset(headers),
5589
+ stream=stream,
4835
5590
  response_model=OrgsOrgInstallationsGetResponse200,
4836
5591
  )
4837
5592
 
@@ -4848,6 +5603,7 @@ class OrgsClient:
4848
5603
  ] = UNSET,
4849
5604
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
4850
5605
  headers: Optional[Mapping[str, str]] = None,
5606
+ stream: bool = False,
4851
5607
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
4852
5608
  """orgs/list-pending-invitations
4853
5609
 
@@ -4881,6 +5637,7 @@ class OrgsClient:
4881
5637
  url,
4882
5638
  params=exclude_unset(params),
4883
5639
  headers=exclude_unset(headers),
5640
+ stream=stream,
4884
5641
  response_model=list[OrganizationInvitation],
4885
5642
  error_models={
4886
5643
  "404": BasicError,
@@ -4900,6 +5657,7 @@ class OrgsClient:
4900
5657
  ] = UNSET,
4901
5658
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
4902
5659
  headers: Optional[Mapping[str, str]] = None,
5660
+ stream: bool = False,
4903
5661
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
4904
5662
  """orgs/list-pending-invitations
4905
5663
 
@@ -4933,6 +5691,7 @@ class OrgsClient:
4933
5691
  url,
4934
5692
  params=exclude_unset(params),
4935
5693
  headers=exclude_unset(headers),
5694
+ stream=stream,
4936
5695
  response_model=list[OrganizationInvitation],
4937
5696
  error_models={
4938
5697
  "404": BasicError,
@@ -4945,6 +5704,7 @@ class OrgsClient:
4945
5704
  org: str,
4946
5705
  *,
4947
5706
  headers: Optional[Mapping[str, str]] = None,
5707
+ stream: bool = False,
4948
5708
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
4949
5709
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
4950
5710
 
@@ -4955,6 +5715,7 @@ class OrgsClient:
4955
5715
  *,
4956
5716
  data: UnsetType = UNSET,
4957
5717
  headers: Optional[Mapping[str, str]] = None,
5718
+ stream: bool = False,
4958
5719
  invitee_id: Missing[int] = UNSET,
4959
5720
  email: Missing[str] = UNSET,
4960
5721
  role: Missing[
@@ -4968,6 +5729,7 @@ class OrgsClient:
4968
5729
  org: str,
4969
5730
  *,
4970
5731
  headers: Optional[Mapping[str, str]] = None,
5732
+ stream: bool = False,
4971
5733
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
4972
5734
  **kwargs,
4973
5735
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5009,6 +5771,7 @@ class OrgsClient:
5009
5771
  url,
5010
5772
  json=exclude_unset(json),
5011
5773
  headers=exclude_unset(headers),
5774
+ stream=stream,
5012
5775
  response_model=OrganizationInvitation,
5013
5776
  error_models={
5014
5777
  "422": ValidationError,
@@ -5022,6 +5785,7 @@ class OrgsClient:
5022
5785
  org: str,
5023
5786
  *,
5024
5787
  headers: Optional[Mapping[str, str]] = None,
5788
+ stream: bool = False,
5025
5789
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5026
5790
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
5027
5791
 
@@ -5032,6 +5796,7 @@ class OrgsClient:
5032
5796
  *,
5033
5797
  data: UnsetType = UNSET,
5034
5798
  headers: Optional[Mapping[str, str]] = None,
5799
+ stream: bool = False,
5035
5800
  invitee_id: Missing[int] = UNSET,
5036
5801
  email: Missing[str] = UNSET,
5037
5802
  role: Missing[
@@ -5045,6 +5810,7 @@ class OrgsClient:
5045
5810
  org: str,
5046
5811
  *,
5047
5812
  headers: Optional[Mapping[str, str]] = None,
5813
+ stream: bool = False,
5048
5814
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5049
5815
  **kwargs,
5050
5816
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5086,6 +5852,7 @@ class OrgsClient:
5086
5852
  url,
5087
5853
  json=exclude_unset(json),
5088
5854
  headers=exclude_unset(headers),
5855
+ stream=stream,
5089
5856
  response_model=OrganizationInvitation,
5090
5857
  error_models={
5091
5858
  "422": ValidationError,
@@ -5099,6 +5866,7 @@ class OrgsClient:
5099
5866
  invitation_id: int,
5100
5867
  *,
5101
5868
  headers: Optional[Mapping[str, str]] = None,
5869
+ stream: bool = False,
5102
5870
  ) -> Response:
5103
5871
  """orgs/cancel-invitation
5104
5872
 
@@ -5123,6 +5891,7 @@ class OrgsClient:
5123
5891
  "DELETE",
5124
5892
  url,
5125
5893
  headers=exclude_unset(headers),
5894
+ stream=stream,
5126
5895
  error_models={
5127
5896
  "422": ValidationError,
5128
5897
  "404": BasicError,
@@ -5135,6 +5904,7 @@ class OrgsClient:
5135
5904
  invitation_id: int,
5136
5905
  *,
5137
5906
  headers: Optional[Mapping[str, str]] = None,
5907
+ stream: bool = False,
5138
5908
  ) -> Response:
5139
5909
  """orgs/cancel-invitation
5140
5910
 
@@ -5159,6 +5929,7 @@ class OrgsClient:
5159
5929
  "DELETE",
5160
5930
  url,
5161
5931
  headers=exclude_unset(headers),
5932
+ stream=stream,
5162
5933
  error_models={
5163
5934
  "422": ValidationError,
5164
5935
  "404": BasicError,
@@ -5173,6 +5944,7 @@ class OrgsClient:
5173
5944
  per_page: Missing[int] = UNSET,
5174
5945
  page: Missing[int] = UNSET,
5175
5946
  headers: Optional[Mapping[str, str]] = None,
5947
+ stream: bool = False,
5176
5948
  ) -> Response[list[Team], list[TeamType]]:
5177
5949
  """orgs/list-invitation-teams
5178
5950
 
@@ -5202,6 +5974,7 @@ class OrgsClient:
5202
5974
  url,
5203
5975
  params=exclude_unset(params),
5204
5976
  headers=exclude_unset(headers),
5977
+ stream=stream,
5205
5978
  response_model=list[Team],
5206
5979
  error_models={
5207
5980
  "404": BasicError,
@@ -5216,6 +5989,7 @@ class OrgsClient:
5216
5989
  per_page: Missing[int] = UNSET,
5217
5990
  page: Missing[int] = UNSET,
5218
5991
  headers: Optional[Mapping[str, str]] = None,
5992
+ stream: bool = False,
5219
5993
  ) -> Response[list[Team], list[TeamType]]:
5220
5994
  """orgs/list-invitation-teams
5221
5995
 
@@ -5245,6 +6019,7 @@ class OrgsClient:
5245
6019
  url,
5246
6020
  params=exclude_unset(params),
5247
6021
  headers=exclude_unset(headers),
6022
+ stream=stream,
5248
6023
  response_model=list[Team],
5249
6024
  error_models={
5250
6025
  "404": BasicError,
@@ -5256,6 +6031,7 @@ class OrgsClient:
5256
6031
  org: str,
5257
6032
  *,
5258
6033
  headers: Optional[Mapping[str, str]] = None,
6034
+ stream: bool = False,
5259
6035
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5260
6036
  """orgs/list-issue-types
5261
6037
 
@@ -5278,6 +6054,7 @@ class OrgsClient:
5278
6054
  "GET",
5279
6055
  url,
5280
6056
  headers=exclude_unset(headers),
6057
+ stream=stream,
5281
6058
  response_model=list[Union[IssueType, None]],
5282
6059
  error_models={
5283
6060
  "404": BasicError,
@@ -5289,6 +6066,7 @@ class OrgsClient:
5289
6066
  org: str,
5290
6067
  *,
5291
6068
  headers: Optional[Mapping[str, str]] = None,
6069
+ stream: bool = False,
5292
6070
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5293
6071
  """orgs/list-issue-types
5294
6072
 
@@ -5311,6 +6089,7 @@ class OrgsClient:
5311
6089
  "GET",
5312
6090
  url,
5313
6091
  headers=exclude_unset(headers),
6092
+ stream=stream,
5314
6093
  response_model=list[Union[IssueType, None]],
5315
6094
  error_models={
5316
6095
  "404": BasicError,
@@ -5323,6 +6102,7 @@ class OrgsClient:
5323
6102
  org: str,
5324
6103
  *,
5325
6104
  headers: Optional[Mapping[str, str]] = None,
6105
+ stream: bool = False,
5326
6106
  data: OrganizationCreateIssueTypeType,
5327
6107
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5328
6108
 
@@ -5333,6 +6113,7 @@ class OrgsClient:
5333
6113
  *,
5334
6114
  data: UnsetType = UNSET,
5335
6115
  headers: Optional[Mapping[str, str]] = None,
6116
+ stream: bool = False,
5336
6117
  name: str,
5337
6118
  is_enabled: bool,
5338
6119
  description: Missing[Union[str, None]] = UNSET,
@@ -5351,6 +6132,7 @@ class OrgsClient:
5351
6132
  org: str,
5352
6133
  *,
5353
6134
  headers: Optional[Mapping[str, str]] = None,
6135
+ stream: bool = False,
5354
6136
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5355
6137
  **kwargs,
5356
6138
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5395,6 +6177,7 @@ class OrgsClient:
5395
6177
  url,
5396
6178
  json=exclude_unset(json),
5397
6179
  headers=exclude_unset(headers),
6180
+ stream=stream,
5398
6181
  response_model=Union[IssueType, None],
5399
6182
  error_models={
5400
6183
  "404": BasicError,
@@ -5408,6 +6191,7 @@ class OrgsClient:
5408
6191
  org: str,
5409
6192
  *,
5410
6193
  headers: Optional[Mapping[str, str]] = None,
6194
+ stream: bool = False,
5411
6195
  data: OrganizationCreateIssueTypeType,
5412
6196
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5413
6197
 
@@ -5418,6 +6202,7 @@ class OrgsClient:
5418
6202
  *,
5419
6203
  data: UnsetType = UNSET,
5420
6204
  headers: Optional[Mapping[str, str]] = None,
6205
+ stream: bool = False,
5421
6206
  name: str,
5422
6207
  is_enabled: bool,
5423
6208
  description: Missing[Union[str, None]] = UNSET,
@@ -5436,6 +6221,7 @@ class OrgsClient:
5436
6221
  org: str,
5437
6222
  *,
5438
6223
  headers: Optional[Mapping[str, str]] = None,
6224
+ stream: bool = False,
5439
6225
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5440
6226
  **kwargs,
5441
6227
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5480,6 +6266,7 @@ class OrgsClient:
5480
6266
  url,
5481
6267
  json=exclude_unset(json),
5482
6268
  headers=exclude_unset(headers),
6269
+ stream=stream,
5483
6270
  response_model=Union[IssueType, None],
5484
6271
  error_models={
5485
6272
  "404": BasicError,
@@ -5494,6 +6281,7 @@ class OrgsClient:
5494
6281
  issue_type_id: int,
5495
6282
  *,
5496
6283
  headers: Optional[Mapping[str, str]] = None,
6284
+ stream: bool = False,
5497
6285
  data: OrganizationUpdateIssueTypeType,
5498
6286
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5499
6287
 
@@ -5505,6 +6293,7 @@ class OrgsClient:
5505
6293
  *,
5506
6294
  data: UnsetType = UNSET,
5507
6295
  headers: Optional[Mapping[str, str]] = None,
6296
+ stream: bool = False,
5508
6297
  name: str,
5509
6298
  is_enabled: bool,
5510
6299
  description: Missing[Union[str, None]] = UNSET,
@@ -5524,6 +6313,7 @@ class OrgsClient:
5524
6313
  issue_type_id: int,
5525
6314
  *,
5526
6315
  headers: Optional[Mapping[str, str]] = None,
6316
+ stream: bool = False,
5527
6317
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5528
6318
  **kwargs,
5529
6319
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5568,6 +6358,7 @@ class OrgsClient:
5568
6358
  url,
5569
6359
  json=exclude_unset(json),
5570
6360
  headers=exclude_unset(headers),
6361
+ stream=stream,
5571
6362
  response_model=Union[IssueType, None],
5572
6363
  error_models={
5573
6364
  "404": BasicError,
@@ -5582,6 +6373,7 @@ class OrgsClient:
5582
6373
  issue_type_id: int,
5583
6374
  *,
5584
6375
  headers: Optional[Mapping[str, str]] = None,
6376
+ stream: bool = False,
5585
6377
  data: OrganizationUpdateIssueTypeType,
5586
6378
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5587
6379
 
@@ -5593,6 +6385,7 @@ class OrgsClient:
5593
6385
  *,
5594
6386
  data: UnsetType = UNSET,
5595
6387
  headers: Optional[Mapping[str, str]] = None,
6388
+ stream: bool = False,
5596
6389
  name: str,
5597
6390
  is_enabled: bool,
5598
6391
  description: Missing[Union[str, None]] = UNSET,
@@ -5612,6 +6405,7 @@ class OrgsClient:
5612
6405
  issue_type_id: int,
5613
6406
  *,
5614
6407
  headers: Optional[Mapping[str, str]] = None,
6408
+ stream: bool = False,
5615
6409
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5616
6410
  **kwargs,
5617
6411
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5656,6 +6450,7 @@ class OrgsClient:
5656
6450
  url,
5657
6451
  json=exclude_unset(json),
5658
6452
  headers=exclude_unset(headers),
6453
+ stream=stream,
5659
6454
  response_model=Union[IssueType, None],
5660
6455
  error_models={
5661
6456
  "404": BasicError,
@@ -5669,6 +6464,7 @@ class OrgsClient:
5669
6464
  issue_type_id: int,
5670
6465
  *,
5671
6466
  headers: Optional[Mapping[str, str]] = None,
6467
+ stream: bool = False,
5672
6468
  ) -> Response:
5673
6469
  """orgs/delete-issue-type
5674
6470
 
@@ -5694,6 +6490,7 @@ class OrgsClient:
5694
6490
  "DELETE",
5695
6491
  url,
5696
6492
  headers=exclude_unset(headers),
6493
+ stream=stream,
5697
6494
  error_models={
5698
6495
  "422": ValidationErrorSimple,
5699
6496
  "404": BasicError,
@@ -5706,6 +6503,7 @@ class OrgsClient:
5706
6503
  issue_type_id: int,
5707
6504
  *,
5708
6505
  headers: Optional[Mapping[str, str]] = None,
6506
+ stream: bool = False,
5709
6507
  ) -> Response:
5710
6508
  """orgs/delete-issue-type
5711
6509
 
@@ -5731,6 +6529,7 @@ class OrgsClient:
5731
6529
  "DELETE",
5732
6530
  url,
5733
6531
  headers=exclude_unset(headers),
6532
+ stream=stream,
5734
6533
  error_models={
5735
6534
  "422": ValidationErrorSimple,
5736
6535
  "404": BasicError,
@@ -5746,6 +6545,7 @@ class OrgsClient:
5746
6545
  per_page: Missing[int] = UNSET,
5747
6546
  page: Missing[int] = UNSET,
5748
6547
  headers: Optional[Mapping[str, str]] = None,
6548
+ stream: bool = False,
5749
6549
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5750
6550
  """orgs/list-members
5751
6551
 
@@ -5774,6 +6574,7 @@ class OrgsClient:
5774
6574
  url,
5775
6575
  params=exclude_unset(params),
5776
6576
  headers=exclude_unset(headers),
6577
+ stream=stream,
5777
6578
  response_model=list[SimpleUser],
5778
6579
  error_models={
5779
6580
  "422": ValidationError,
@@ -5789,6 +6590,7 @@ class OrgsClient:
5789
6590
  per_page: Missing[int] = UNSET,
5790
6591
  page: Missing[int] = UNSET,
5791
6592
  headers: Optional[Mapping[str, str]] = None,
6593
+ stream: bool = False,
5792
6594
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5793
6595
  """orgs/list-members
5794
6596
 
@@ -5817,6 +6619,7 @@ class OrgsClient:
5817
6619
  url,
5818
6620
  params=exclude_unset(params),
5819
6621
  headers=exclude_unset(headers),
6622
+ stream=stream,
5820
6623
  response_model=list[SimpleUser],
5821
6624
  error_models={
5822
6625
  "422": ValidationError,
@@ -5829,6 +6632,7 @@ class OrgsClient:
5829
6632
  username: str,
5830
6633
  *,
5831
6634
  headers: Optional[Mapping[str, str]] = None,
6635
+ stream: bool = False,
5832
6636
  ) -> Response:
5833
6637
  """orgs/check-membership-for-user
5834
6638
 
@@ -5847,6 +6651,7 @@ class OrgsClient:
5847
6651
  "GET",
5848
6652
  url,
5849
6653
  headers=exclude_unset(headers),
6654
+ stream=stream,
5850
6655
  error_models={},
5851
6656
  )
5852
6657
 
@@ -5856,6 +6661,7 @@ class OrgsClient:
5856
6661
  username: str,
5857
6662
  *,
5858
6663
  headers: Optional[Mapping[str, str]] = None,
6664
+ stream: bool = False,
5859
6665
  ) -> Response:
5860
6666
  """orgs/check-membership-for-user
5861
6667
 
@@ -5874,6 +6680,7 @@ class OrgsClient:
5874
6680
  "GET",
5875
6681
  url,
5876
6682
  headers=exclude_unset(headers),
6683
+ stream=stream,
5877
6684
  error_models={},
5878
6685
  )
5879
6686
 
@@ -5883,6 +6690,7 @@ class OrgsClient:
5883
6690
  username: str,
5884
6691
  *,
5885
6692
  headers: Optional[Mapping[str, str]] = None,
6693
+ stream: bool = False,
5886
6694
  ) -> Response:
5887
6695
  """orgs/remove-member
5888
6696
 
@@ -5903,6 +6711,7 @@ class OrgsClient:
5903
6711
  "DELETE",
5904
6712
  url,
5905
6713
  headers=exclude_unset(headers),
6714
+ stream=stream,
5906
6715
  error_models={
5907
6716
  "403": BasicError,
5908
6717
  },
@@ -5914,6 +6723,7 @@ class OrgsClient:
5914
6723
  username: str,
5915
6724
  *,
5916
6725
  headers: Optional[Mapping[str, str]] = None,
6726
+ stream: bool = False,
5917
6727
  ) -> Response:
5918
6728
  """orgs/remove-member
5919
6729
 
@@ -5934,6 +6744,7 @@ class OrgsClient:
5934
6744
  "DELETE",
5935
6745
  url,
5936
6746
  headers=exclude_unset(headers),
6747
+ stream=stream,
5937
6748
  error_models={
5938
6749
  "403": BasicError,
5939
6750
  },
@@ -5945,6 +6756,7 @@ class OrgsClient:
5945
6756
  username: str,
5946
6757
  *,
5947
6758
  headers: Optional[Mapping[str, str]] = None,
6759
+ stream: bool = False,
5948
6760
  ) -> Response[OrgMembership, OrgMembershipType]:
5949
6761
  """orgs/get-membership-for-user
5950
6762
 
@@ -5965,6 +6777,7 @@ class OrgsClient:
5965
6777
  "GET",
5966
6778
  url,
5967
6779
  headers=exclude_unset(headers),
6780
+ stream=stream,
5968
6781
  response_model=OrgMembership,
5969
6782
  error_models={
5970
6783
  "404": BasicError,
@@ -5978,6 +6791,7 @@ class OrgsClient:
5978
6791
  username: str,
5979
6792
  *,
5980
6793
  headers: Optional[Mapping[str, str]] = None,
6794
+ stream: bool = False,
5981
6795
  ) -> Response[OrgMembership, OrgMembershipType]:
5982
6796
  """orgs/get-membership-for-user
5983
6797
 
@@ -5998,6 +6812,7 @@ class OrgsClient:
5998
6812
  "GET",
5999
6813
  url,
6000
6814
  headers=exclude_unset(headers),
6815
+ stream=stream,
6001
6816
  response_model=OrgMembership,
6002
6817
  error_models={
6003
6818
  "404": BasicError,
@@ -6012,6 +6827,7 @@ class OrgsClient:
6012
6827
  username: str,
6013
6828
  *,
6014
6829
  headers: Optional[Mapping[str, str]] = None,
6830
+ stream: bool = False,
6015
6831
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6016
6832
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6017
6833
 
@@ -6023,6 +6839,7 @@ class OrgsClient:
6023
6839
  *,
6024
6840
  data: UnsetType = UNSET,
6025
6841
  headers: Optional[Mapping[str, str]] = None,
6842
+ stream: bool = False,
6026
6843
  role: Missing[Literal["admin", "member"]] = UNSET,
6027
6844
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6028
6845
 
@@ -6032,6 +6849,7 @@ class OrgsClient:
6032
6849
  username: str,
6033
6850
  *,
6034
6851
  headers: Optional[Mapping[str, str]] = None,
6852
+ stream: bool = False,
6035
6853
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6036
6854
  **kwargs,
6037
6855
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6077,6 +6895,7 @@ class OrgsClient:
6077
6895
  url,
6078
6896
  json=exclude_unset(json),
6079
6897
  headers=exclude_unset(headers),
6898
+ stream=stream,
6080
6899
  response_model=OrgMembership,
6081
6900
  error_models={
6082
6901
  "422": ValidationError,
@@ -6091,6 +6910,7 @@ class OrgsClient:
6091
6910
  username: str,
6092
6911
  *,
6093
6912
  headers: Optional[Mapping[str, str]] = None,
6913
+ stream: bool = False,
6094
6914
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6095
6915
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6096
6916
 
@@ -6102,6 +6922,7 @@ class OrgsClient:
6102
6922
  *,
6103
6923
  data: UnsetType = UNSET,
6104
6924
  headers: Optional[Mapping[str, str]] = None,
6925
+ stream: bool = False,
6105
6926
  role: Missing[Literal["admin", "member"]] = UNSET,
6106
6927
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6107
6928
 
@@ -6111,6 +6932,7 @@ class OrgsClient:
6111
6932
  username: str,
6112
6933
  *,
6113
6934
  headers: Optional[Mapping[str, str]] = None,
6935
+ stream: bool = False,
6114
6936
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6115
6937
  **kwargs,
6116
6938
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6156,6 +6978,7 @@ class OrgsClient:
6156
6978
  url,
6157
6979
  json=exclude_unset(json),
6158
6980
  headers=exclude_unset(headers),
6981
+ stream=stream,
6159
6982
  response_model=OrgMembership,
6160
6983
  error_models={
6161
6984
  "422": ValidationError,
@@ -6169,6 +6992,7 @@ class OrgsClient:
6169
6992
  username: str,
6170
6993
  *,
6171
6994
  headers: Optional[Mapping[str, str]] = None,
6995
+ stream: bool = False,
6172
6996
  ) -> Response:
6173
6997
  """orgs/remove-membership-for-user
6174
6998
 
@@ -6191,6 +7015,7 @@ class OrgsClient:
6191
7015
  "DELETE",
6192
7016
  url,
6193
7017
  headers=exclude_unset(headers),
7018
+ stream=stream,
6194
7019
  error_models={
6195
7020
  "403": BasicError,
6196
7021
  "404": BasicError,
@@ -6203,6 +7028,7 @@ class OrgsClient:
6203
7028
  username: str,
6204
7029
  *,
6205
7030
  headers: Optional[Mapping[str, str]] = None,
7031
+ stream: bool = False,
6206
7032
  ) -> Response:
6207
7033
  """orgs/remove-membership-for-user
6208
7034
 
@@ -6225,6 +7051,7 @@ class OrgsClient:
6225
7051
  "DELETE",
6226
7052
  url,
6227
7053
  headers=exclude_unset(headers),
7054
+ stream=stream,
6228
7055
  error_models={
6229
7056
  "403": BasicError,
6230
7057
  "404": BasicError,
@@ -6236,6 +7063,7 @@ class OrgsClient:
6236
7063
  org: str,
6237
7064
  *,
6238
7065
  headers: Optional[Mapping[str, str]] = None,
7066
+ stream: bool = False,
6239
7067
  ) -> Response[
6240
7068
  list[OrganizationFineGrainedPermission],
6241
7069
  list[OrganizationFineGrainedPermissionType],
@@ -6272,6 +7100,7 @@ class OrgsClient:
6272
7100
  "GET",
6273
7101
  url,
6274
7102
  headers=exclude_unset(headers),
7103
+ stream=stream,
6275
7104
  response_model=list[OrganizationFineGrainedPermission],
6276
7105
  error_models={
6277
7106
  "404": BasicError,
@@ -6284,6 +7113,7 @@ class OrgsClient:
6284
7113
  org: str,
6285
7114
  *,
6286
7115
  headers: Optional[Mapping[str, str]] = None,
7116
+ stream: bool = False,
6287
7117
  ) -> Response[
6288
7118
  list[OrganizationFineGrainedPermission],
6289
7119
  list[OrganizationFineGrainedPermissionType],
@@ -6320,6 +7150,7 @@ class OrgsClient:
6320
7150
  "GET",
6321
7151
  url,
6322
7152
  headers=exclude_unset(headers),
7153
+ stream=stream,
6323
7154
  response_model=list[OrganizationFineGrainedPermission],
6324
7155
  error_models={
6325
7156
  "404": BasicError,
@@ -6332,6 +7163,7 @@ class OrgsClient:
6332
7163
  org: str,
6333
7164
  *,
6334
7165
  headers: Optional[Mapping[str, str]] = None,
7166
+ stream: bool = False,
6335
7167
  ) -> Response[
6336
7168
  OrgsOrgOrganizationRolesGetResponse200,
6337
7169
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6366,6 +7198,7 @@ class OrgsClient:
6366
7198
  "GET",
6367
7199
  url,
6368
7200
  headers=exclude_unset(headers),
7201
+ stream=stream,
6369
7202
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6370
7203
  error_models={
6371
7204
  "404": BasicError,
@@ -6378,6 +7211,7 @@ class OrgsClient:
6378
7211
  org: str,
6379
7212
  *,
6380
7213
  headers: Optional[Mapping[str, str]] = None,
7214
+ stream: bool = False,
6381
7215
  ) -> Response[
6382
7216
  OrgsOrgOrganizationRolesGetResponse200,
6383
7217
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6412,6 +7246,7 @@ class OrgsClient:
6412
7246
  "GET",
6413
7247
  url,
6414
7248
  headers=exclude_unset(headers),
7249
+ stream=stream,
6415
7250
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6416
7251
  error_models={
6417
7252
  "404": BasicError,
@@ -6425,6 +7260,7 @@ class OrgsClient:
6425
7260
  org: str,
6426
7261
  *,
6427
7262
  headers: Optional[Mapping[str, str]] = None,
7263
+ stream: bool = False,
6428
7264
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6429
7265
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6430
7266
 
@@ -6435,6 +7271,7 @@ class OrgsClient:
6435
7271
  *,
6436
7272
  data: UnsetType = UNSET,
6437
7273
  headers: Optional[Mapping[str, str]] = None,
7274
+ stream: bool = False,
6438
7275
  name: str,
6439
7276
  description: Missing[str] = UNSET,
6440
7277
  permissions: list[str],
@@ -6448,6 +7285,7 @@ class OrgsClient:
6448
7285
  org: str,
6449
7286
  *,
6450
7287
  headers: Optional[Mapping[str, str]] = None,
7288
+ stream: bool = False,
6451
7289
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6452
7290
  **kwargs,
6453
7291
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6505,6 +7343,7 @@ class OrgsClient:
6505
7343
  url,
6506
7344
  json=exclude_unset(json),
6507
7345
  headers=exclude_unset(headers),
7346
+ stream=stream,
6508
7347
  response_model=OrganizationRole,
6509
7348
  error_models={
6510
7349
  "422": ValidationError,
@@ -6519,6 +7358,7 @@ class OrgsClient:
6519
7358
  org: str,
6520
7359
  *,
6521
7360
  headers: Optional[Mapping[str, str]] = None,
7361
+ stream: bool = False,
6522
7362
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6523
7363
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6524
7364
 
@@ -6529,6 +7369,7 @@ class OrgsClient:
6529
7369
  *,
6530
7370
  data: UnsetType = UNSET,
6531
7371
  headers: Optional[Mapping[str, str]] = None,
7372
+ stream: bool = False,
6532
7373
  name: str,
6533
7374
  description: Missing[str] = UNSET,
6534
7375
  permissions: list[str],
@@ -6542,6 +7383,7 @@ class OrgsClient:
6542
7383
  org: str,
6543
7384
  *,
6544
7385
  headers: Optional[Mapping[str, str]] = None,
7386
+ stream: bool = False,
6545
7387
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6546
7388
  **kwargs,
6547
7389
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6599,6 +7441,7 @@ class OrgsClient:
6599
7441
  url,
6600
7442
  json=exclude_unset(json),
6601
7443
  headers=exclude_unset(headers),
7444
+ stream=stream,
6602
7445
  response_model=OrganizationRole,
6603
7446
  error_models={
6604
7447
  "422": ValidationError,
@@ -6613,6 +7456,7 @@ class OrgsClient:
6613
7456
  team_slug: str,
6614
7457
  *,
6615
7458
  headers: Optional[Mapping[str, str]] = None,
7459
+ stream: bool = False,
6616
7460
  ) -> Response:
6617
7461
  """orgs/revoke-all-org-roles-team
6618
7462
 
@@ -6635,6 +7479,7 @@ class OrgsClient:
6635
7479
  "DELETE",
6636
7480
  url,
6637
7481
  headers=exclude_unset(headers),
7482
+ stream=stream,
6638
7483
  )
6639
7484
 
6640
7485
  async def async_revoke_all_org_roles_team(
@@ -6643,6 +7488,7 @@ class OrgsClient:
6643
7488
  team_slug: str,
6644
7489
  *,
6645
7490
  headers: Optional[Mapping[str, str]] = None,
7491
+ stream: bool = False,
6646
7492
  ) -> Response:
6647
7493
  """orgs/revoke-all-org-roles-team
6648
7494
 
@@ -6665,6 +7511,7 @@ class OrgsClient:
6665
7511
  "DELETE",
6666
7512
  url,
6667
7513
  headers=exclude_unset(headers),
7514
+ stream=stream,
6668
7515
  )
6669
7516
 
6670
7517
  def assign_team_to_org_role(
@@ -6674,6 +7521,7 @@ class OrgsClient:
6674
7521
  role_id: int,
6675
7522
  *,
6676
7523
  headers: Optional[Mapping[str, str]] = None,
7524
+ stream: bool = False,
6677
7525
  ) -> Response:
6678
7526
  """orgs/assign-team-to-org-role
6679
7527
 
@@ -6696,6 +7544,7 @@ class OrgsClient:
6696
7544
  "PUT",
6697
7545
  url,
6698
7546
  headers=exclude_unset(headers),
7547
+ stream=stream,
6699
7548
  error_models={},
6700
7549
  )
6701
7550
 
@@ -6706,6 +7555,7 @@ class OrgsClient:
6706
7555
  role_id: int,
6707
7556
  *,
6708
7557
  headers: Optional[Mapping[str, str]] = None,
7558
+ stream: bool = False,
6709
7559
  ) -> Response:
6710
7560
  """orgs/assign-team-to-org-role
6711
7561
 
@@ -6728,6 +7578,7 @@ class OrgsClient:
6728
7578
  "PUT",
6729
7579
  url,
6730
7580
  headers=exclude_unset(headers),
7581
+ stream=stream,
6731
7582
  error_models={},
6732
7583
  )
6733
7584
 
@@ -6738,6 +7589,7 @@ class OrgsClient:
6738
7589
  role_id: int,
6739
7590
  *,
6740
7591
  headers: Optional[Mapping[str, str]] = None,
7592
+ stream: bool = False,
6741
7593
  ) -> Response:
6742
7594
  """orgs/revoke-org-role-team
6743
7595
 
@@ -6760,6 +7612,7 @@ class OrgsClient:
6760
7612
  "DELETE",
6761
7613
  url,
6762
7614
  headers=exclude_unset(headers),
7615
+ stream=stream,
6763
7616
  )
6764
7617
 
6765
7618
  async def async_revoke_org_role_team(
@@ -6769,6 +7622,7 @@ class OrgsClient:
6769
7622
  role_id: int,
6770
7623
  *,
6771
7624
  headers: Optional[Mapping[str, str]] = None,
7625
+ stream: bool = False,
6772
7626
  ) -> Response:
6773
7627
  """orgs/revoke-org-role-team
6774
7628
 
@@ -6791,6 +7645,7 @@ class OrgsClient:
6791
7645
  "DELETE",
6792
7646
  url,
6793
7647
  headers=exclude_unset(headers),
7648
+ stream=stream,
6794
7649
  )
6795
7650
 
6796
7651
  def revoke_all_org_roles_user(
@@ -6799,6 +7654,7 @@ class OrgsClient:
6799
7654
  username: str,
6800
7655
  *,
6801
7656
  headers: Optional[Mapping[str, str]] = None,
7657
+ stream: bool = False,
6802
7658
  ) -> Response:
6803
7659
  """orgs/revoke-all-org-roles-user
6804
7660
 
@@ -6821,6 +7677,7 @@ class OrgsClient:
6821
7677
  "DELETE",
6822
7678
  url,
6823
7679
  headers=exclude_unset(headers),
7680
+ stream=stream,
6824
7681
  )
6825
7682
 
6826
7683
  async def async_revoke_all_org_roles_user(
@@ -6829,6 +7686,7 @@ class OrgsClient:
6829
7686
  username: str,
6830
7687
  *,
6831
7688
  headers: Optional[Mapping[str, str]] = None,
7689
+ stream: bool = False,
6832
7690
  ) -> Response:
6833
7691
  """orgs/revoke-all-org-roles-user
6834
7692
 
@@ -6851,6 +7709,7 @@ class OrgsClient:
6851
7709
  "DELETE",
6852
7710
  url,
6853
7711
  headers=exclude_unset(headers),
7712
+ stream=stream,
6854
7713
  )
6855
7714
 
6856
7715
  def assign_user_to_org_role(
@@ -6860,6 +7719,7 @@ class OrgsClient:
6860
7719
  role_id: int,
6861
7720
  *,
6862
7721
  headers: Optional[Mapping[str, str]] = None,
7722
+ stream: bool = False,
6863
7723
  ) -> Response:
6864
7724
  """orgs/assign-user-to-org-role
6865
7725
 
@@ -6882,6 +7742,7 @@ class OrgsClient:
6882
7742
  "PUT",
6883
7743
  url,
6884
7744
  headers=exclude_unset(headers),
7745
+ stream=stream,
6885
7746
  error_models={},
6886
7747
  )
6887
7748
 
@@ -6892,6 +7753,7 @@ class OrgsClient:
6892
7753
  role_id: int,
6893
7754
  *,
6894
7755
  headers: Optional[Mapping[str, str]] = None,
7756
+ stream: bool = False,
6895
7757
  ) -> Response:
6896
7758
  """orgs/assign-user-to-org-role
6897
7759
 
@@ -6914,6 +7776,7 @@ class OrgsClient:
6914
7776
  "PUT",
6915
7777
  url,
6916
7778
  headers=exclude_unset(headers),
7779
+ stream=stream,
6917
7780
  error_models={},
6918
7781
  )
6919
7782
 
@@ -6924,6 +7787,7 @@ class OrgsClient:
6924
7787
  role_id: int,
6925
7788
  *,
6926
7789
  headers: Optional[Mapping[str, str]] = None,
7790
+ stream: bool = False,
6927
7791
  ) -> Response:
6928
7792
  """orgs/revoke-org-role-user
6929
7793
 
@@ -6946,6 +7810,7 @@ class OrgsClient:
6946
7810
  "DELETE",
6947
7811
  url,
6948
7812
  headers=exclude_unset(headers),
7813
+ stream=stream,
6949
7814
  )
6950
7815
 
6951
7816
  async def async_revoke_org_role_user(
@@ -6955,6 +7820,7 @@ class OrgsClient:
6955
7820
  role_id: int,
6956
7821
  *,
6957
7822
  headers: Optional[Mapping[str, str]] = None,
7823
+ stream: bool = False,
6958
7824
  ) -> Response:
6959
7825
  """orgs/revoke-org-role-user
6960
7826
 
@@ -6977,6 +7843,7 @@ class OrgsClient:
6977
7843
  "DELETE",
6978
7844
  url,
6979
7845
  headers=exclude_unset(headers),
7846
+ stream=stream,
6980
7847
  )
6981
7848
 
6982
7849
  def get_org_role(
@@ -6985,6 +7852,7 @@ class OrgsClient:
6985
7852
  role_id: int,
6986
7853
  *,
6987
7854
  headers: Optional[Mapping[str, str]] = None,
7855
+ stream: bool = False,
6988
7856
  ) -> Response[OrganizationRole, OrganizationRoleType]:
6989
7857
  """orgs/get-org-role
6990
7858
 
@@ -7012,6 +7880,7 @@ class OrgsClient:
7012
7880
  "GET",
7013
7881
  url,
7014
7882
  headers=exclude_unset(headers),
7883
+ stream=stream,
7015
7884
  response_model=OrganizationRole,
7016
7885
  error_models={
7017
7886
  "404": BasicError,
@@ -7025,6 +7894,7 @@ class OrgsClient:
7025
7894
  role_id: int,
7026
7895
  *,
7027
7896
  headers: Optional[Mapping[str, str]] = None,
7897
+ stream: bool = False,
7028
7898
  ) -> Response[OrganizationRole, OrganizationRoleType]:
7029
7899
  """orgs/get-org-role
7030
7900
 
@@ -7052,6 +7922,7 @@ class OrgsClient:
7052
7922
  "GET",
7053
7923
  url,
7054
7924
  headers=exclude_unset(headers),
7925
+ stream=stream,
7055
7926
  response_model=OrganizationRole,
7056
7927
  error_models={
7057
7928
  "404": BasicError,
@@ -7065,6 +7936,7 @@ class OrgsClient:
7065
7936
  role_id: int,
7066
7937
  *,
7067
7938
  headers: Optional[Mapping[str, str]] = None,
7939
+ stream: bool = False,
7068
7940
  ) -> Response:
7069
7941
  """orgs/delete-custom-organization-role
7070
7942
 
@@ -7090,6 +7962,7 @@ class OrgsClient:
7090
7962
  "DELETE",
7091
7963
  url,
7092
7964
  headers=exclude_unset(headers),
7965
+ stream=stream,
7093
7966
  )
7094
7967
 
7095
7968
  async def async_delete_custom_organization_role(
@@ -7098,6 +7971,7 @@ class OrgsClient:
7098
7971
  role_id: int,
7099
7972
  *,
7100
7973
  headers: Optional[Mapping[str, str]] = None,
7974
+ stream: bool = False,
7101
7975
  ) -> Response:
7102
7976
  """orgs/delete-custom-organization-role
7103
7977
 
@@ -7123,6 +7997,7 @@ class OrgsClient:
7123
7997
  "DELETE",
7124
7998
  url,
7125
7999
  headers=exclude_unset(headers),
8000
+ stream=stream,
7126
8001
  )
7127
8002
 
7128
8003
  @overload
@@ -7132,6 +8007,7 @@ class OrgsClient:
7132
8007
  role_id: int,
7133
8008
  *,
7134
8009
  headers: Optional[Mapping[str, str]] = None,
8010
+ stream: bool = False,
7135
8011
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7136
8012
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7137
8013
 
@@ -7143,6 +8019,7 @@ class OrgsClient:
7143
8019
  *,
7144
8020
  data: UnsetType = UNSET,
7145
8021
  headers: Optional[Mapping[str, str]] = None,
8022
+ stream: bool = False,
7146
8023
  name: Missing[str] = UNSET,
7147
8024
  description: Missing[str] = UNSET,
7148
8025
  permissions: Missing[list[str]] = UNSET,
@@ -7157,6 +8034,7 @@ class OrgsClient:
7157
8034
  role_id: int,
7158
8035
  *,
7159
8036
  headers: Optional[Mapping[str, str]] = None,
8037
+ stream: bool = False,
7160
8038
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7161
8039
  **kwargs,
7162
8040
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7208,6 +8086,7 @@ class OrgsClient:
7208
8086
  url,
7209
8087
  json=exclude_unset(json),
7210
8088
  headers=exclude_unset(headers),
8089
+ stream=stream,
7211
8090
  response_model=OrganizationRole,
7212
8091
  error_models={
7213
8092
  "422": ValidationError,
@@ -7223,6 +8102,7 @@ class OrgsClient:
7223
8102
  role_id: int,
7224
8103
  *,
7225
8104
  headers: Optional[Mapping[str, str]] = None,
8105
+ stream: bool = False,
7226
8106
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7227
8107
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7228
8108
 
@@ -7234,6 +8114,7 @@ class OrgsClient:
7234
8114
  *,
7235
8115
  data: UnsetType = UNSET,
7236
8116
  headers: Optional[Mapping[str, str]] = None,
8117
+ stream: bool = False,
7237
8118
  name: Missing[str] = UNSET,
7238
8119
  description: Missing[str] = UNSET,
7239
8120
  permissions: Missing[list[str]] = UNSET,
@@ -7248,6 +8129,7 @@ class OrgsClient:
7248
8129
  role_id: int,
7249
8130
  *,
7250
8131
  headers: Optional[Mapping[str, str]] = None,
8132
+ stream: bool = False,
7251
8133
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7252
8134
  **kwargs,
7253
8135
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7299,6 +8181,7 @@ class OrgsClient:
7299
8181
  url,
7300
8182
  json=exclude_unset(json),
7301
8183
  headers=exclude_unset(headers),
8184
+ stream=stream,
7302
8185
  response_model=OrganizationRole,
7303
8186
  error_models={
7304
8187
  "422": ValidationError,
@@ -7315,6 +8198,7 @@ class OrgsClient:
7315
8198
  per_page: Missing[int] = UNSET,
7316
8199
  page: Missing[int] = UNSET,
7317
8200
  headers: Optional[Mapping[str, str]] = None,
8201
+ stream: bool = False,
7318
8202
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7319
8203
  """orgs/list-org-role-teams
7320
8204
 
@@ -7345,6 +8229,7 @@ class OrgsClient:
7345
8229
  url,
7346
8230
  params=exclude_unset(params),
7347
8231
  headers=exclude_unset(headers),
8232
+ stream=stream,
7348
8233
  response_model=list[TeamRoleAssignment],
7349
8234
  error_models={},
7350
8235
  )
@@ -7357,6 +8242,7 @@ class OrgsClient:
7357
8242
  per_page: Missing[int] = UNSET,
7358
8243
  page: Missing[int] = UNSET,
7359
8244
  headers: Optional[Mapping[str, str]] = None,
8245
+ stream: bool = False,
7360
8246
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7361
8247
  """orgs/list-org-role-teams
7362
8248
 
@@ -7387,6 +8273,7 @@ class OrgsClient:
7387
8273
  url,
7388
8274
  params=exclude_unset(params),
7389
8275
  headers=exclude_unset(headers),
8276
+ stream=stream,
7390
8277
  response_model=list[TeamRoleAssignment],
7391
8278
  error_models={},
7392
8279
  )
@@ -7399,6 +8286,7 @@ class OrgsClient:
7399
8286
  per_page: Missing[int] = UNSET,
7400
8287
  page: Missing[int] = UNSET,
7401
8288
  headers: Optional[Mapping[str, str]] = None,
8289
+ stream: bool = False,
7402
8290
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7403
8291
  """orgs/list-org-role-users
7404
8292
 
@@ -7429,6 +8317,7 @@ class OrgsClient:
7429
8317
  url,
7430
8318
  params=exclude_unset(params),
7431
8319
  headers=exclude_unset(headers),
8320
+ stream=stream,
7432
8321
  response_model=list[UserRoleAssignment],
7433
8322
  error_models={},
7434
8323
  )
@@ -7441,6 +8330,7 @@ class OrgsClient:
7441
8330
  per_page: Missing[int] = UNSET,
7442
8331
  page: Missing[int] = UNSET,
7443
8332
  headers: Optional[Mapping[str, str]] = None,
8333
+ stream: bool = False,
7444
8334
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7445
8335
  """orgs/list-org-role-users
7446
8336
 
@@ -7471,6 +8361,7 @@ class OrgsClient:
7471
8361
  url,
7472
8362
  params=exclude_unset(params),
7473
8363
  headers=exclude_unset(headers),
8364
+ stream=stream,
7474
8365
  response_model=list[UserRoleAssignment],
7475
8366
  error_models={},
7476
8367
  )
@@ -7483,6 +8374,7 @@ class OrgsClient:
7483
8374
  per_page: Missing[int] = UNSET,
7484
8375
  page: Missing[int] = UNSET,
7485
8376
  headers: Optional[Mapping[str, str]] = None,
8377
+ stream: bool = False,
7486
8378
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7487
8379
  """orgs/list-outside-collaborators
7488
8380
 
@@ -7510,6 +8402,7 @@ class OrgsClient:
7510
8402
  url,
7511
8403
  params=exclude_unset(params),
7512
8404
  headers=exclude_unset(headers),
8405
+ stream=stream,
7513
8406
  response_model=list[SimpleUser],
7514
8407
  )
7515
8408
 
@@ -7521,6 +8414,7 @@ class OrgsClient:
7521
8414
  per_page: Missing[int] = UNSET,
7522
8415
  page: Missing[int] = UNSET,
7523
8416
  headers: Optional[Mapping[str, str]] = None,
8417
+ stream: bool = False,
7524
8418
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7525
8419
  """orgs/list-outside-collaborators
7526
8420
 
@@ -7548,6 +8442,7 @@ class OrgsClient:
7548
8442
  url,
7549
8443
  params=exclude_unset(params),
7550
8444
  headers=exclude_unset(headers),
8445
+ stream=stream,
7551
8446
  response_model=list[SimpleUser],
7552
8447
  )
7553
8448
 
@@ -7558,6 +8453,7 @@ class OrgsClient:
7558
8453
  username: str,
7559
8454
  *,
7560
8455
  headers: Optional[Mapping[str, str]] = None,
8456
+ stream: bool = False,
7561
8457
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7562
8458
  ) -> Response[
7563
8459
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7572,6 +8468,7 @@ class OrgsClient:
7572
8468
  *,
7573
8469
  data: UnsetType = UNSET,
7574
8470
  headers: Optional[Mapping[str, str]] = None,
8471
+ stream: bool = False,
7575
8472
  async_: Missing[bool] = UNSET,
7576
8473
  ) -> Response[
7577
8474
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7584,6 +8481,7 @@ class OrgsClient:
7584
8481
  username: str,
7585
8482
  *,
7586
8483
  headers: Optional[Mapping[str, str]] = None,
8484
+ stream: bool = False,
7587
8485
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7588
8486
  **kwargs,
7589
8487
  ) -> Response[
@@ -7625,6 +8523,7 @@ class OrgsClient:
7625
8523
  url,
7626
8524
  json=exclude_unset(json),
7627
8525
  headers=exclude_unset(headers),
8526
+ stream=stream,
7628
8527
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7629
8528
  error_models={
7630
8529
  "404": BasicError,
@@ -7638,6 +8537,7 @@ class OrgsClient:
7638
8537
  username: str,
7639
8538
  *,
7640
8539
  headers: Optional[Mapping[str, str]] = None,
8540
+ stream: bool = False,
7641
8541
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7642
8542
  ) -> Response[
7643
8543
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7652,6 +8552,7 @@ class OrgsClient:
7652
8552
  *,
7653
8553
  data: UnsetType = UNSET,
7654
8554
  headers: Optional[Mapping[str, str]] = None,
8555
+ stream: bool = False,
7655
8556
  async_: Missing[bool] = UNSET,
7656
8557
  ) -> Response[
7657
8558
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7664,6 +8565,7 @@ class OrgsClient:
7664
8565
  username: str,
7665
8566
  *,
7666
8567
  headers: Optional[Mapping[str, str]] = None,
8568
+ stream: bool = False,
7667
8569
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7668
8570
  **kwargs,
7669
8571
  ) -> Response[
@@ -7705,6 +8607,7 @@ class OrgsClient:
7705
8607
  url,
7706
8608
  json=exclude_unset(json),
7707
8609
  headers=exclude_unset(headers),
8610
+ stream=stream,
7708
8611
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7709
8612
  error_models={
7710
8613
  "404": BasicError,
@@ -7717,6 +8620,7 @@ class OrgsClient:
7717
8620
  username: str,
7718
8621
  *,
7719
8622
  headers: Optional[Mapping[str, str]] = None,
8623
+ stream: bool = False,
7720
8624
  ) -> Response:
7721
8625
  """orgs/remove-outside-collaborator
7722
8626
 
@@ -7737,6 +8641,7 @@ class OrgsClient:
7737
8641
  "DELETE",
7738
8642
  url,
7739
8643
  headers=exclude_unset(headers),
8644
+ stream=stream,
7740
8645
  error_models={
7741
8646
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7742
8647
  },
@@ -7748,6 +8653,7 @@ class OrgsClient:
7748
8653
  username: str,
7749
8654
  *,
7750
8655
  headers: Optional[Mapping[str, str]] = None,
8656
+ stream: bool = False,
7751
8657
  ) -> Response:
7752
8658
  """orgs/remove-outside-collaborator
7753
8659
 
@@ -7768,6 +8674,7 @@ class OrgsClient:
7768
8674
  "DELETE",
7769
8675
  url,
7770
8676
  headers=exclude_unset(headers),
8677
+ stream=stream,
7771
8678
  error_models={
7772
8679
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7773
8680
  },
@@ -7788,6 +8695,7 @@ class OrgsClient:
7788
8695
  last_used_after: Missing[datetime] = UNSET,
7789
8696
  token_id: Missing[list[str]] = UNSET,
7790
8697
  headers: Optional[Mapping[str, str]] = None,
8698
+ stream: bool = False,
7791
8699
  ) -> Response[
7792
8700
  list[OrganizationProgrammaticAccessGrantRequest],
7793
8701
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -7831,6 +8739,7 @@ class OrgsClient:
7831
8739
  url,
7832
8740
  params=exclude_unset(params),
7833
8741
  headers=exclude_unset(headers),
8742
+ stream=stream,
7834
8743
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
7835
8744
  error_models={
7836
8745
  "500": BasicError,
@@ -7855,6 +8764,7 @@ class OrgsClient:
7855
8764
  last_used_after: Missing[datetime] = UNSET,
7856
8765
  token_id: Missing[list[str]] = UNSET,
7857
8766
  headers: Optional[Mapping[str, str]] = None,
8767
+ stream: bool = False,
7858
8768
  ) -> Response[
7859
8769
  list[OrganizationProgrammaticAccessGrantRequest],
7860
8770
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -7898,6 +8808,7 @@ class OrgsClient:
7898
8808
  url,
7899
8809
  params=exclude_unset(params),
7900
8810
  headers=exclude_unset(headers),
8811
+ stream=stream,
7901
8812
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
7902
8813
  error_models={
7903
8814
  "500": BasicError,
@@ -7913,6 +8824,7 @@ class OrgsClient:
7913
8824
  org: str,
7914
8825
  *,
7915
8826
  headers: Optional[Mapping[str, str]] = None,
8827
+ stream: bool = False,
7916
8828
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
7917
8829
  ) -> Response[
7918
8830
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -7926,6 +8838,7 @@ class OrgsClient:
7926
8838
  *,
7927
8839
  data: UnsetType = UNSET,
7928
8840
  headers: Optional[Mapping[str, str]] = None,
8841
+ stream: bool = False,
7929
8842
  pat_request_ids: Missing[list[int]] = UNSET,
7930
8843
  action: Literal["approve", "deny"],
7931
8844
  reason: Missing[Union[str, None]] = UNSET,
@@ -7939,6 +8852,7 @@ class OrgsClient:
7939
8852
  org: str,
7940
8853
  *,
7941
8854
  headers: Optional[Mapping[str, str]] = None,
8855
+ stream: bool = False,
7942
8856
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
7943
8857
  **kwargs,
7944
8858
  ) -> Response[
@@ -7983,6 +8897,7 @@ class OrgsClient:
7983
8897
  url,
7984
8898
  json=exclude_unset(json),
7985
8899
  headers=exclude_unset(headers),
8900
+ stream=stream,
7986
8901
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
7987
8902
  error_models={
7988
8903
  "500": BasicError,
@@ -7998,6 +8913,7 @@ class OrgsClient:
7998
8913
  org: str,
7999
8914
  *,
8000
8915
  headers: Optional[Mapping[str, str]] = None,
8916
+ stream: bool = False,
8001
8917
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8002
8918
  ) -> Response[
8003
8919
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8011,6 +8927,7 @@ class OrgsClient:
8011
8927
  *,
8012
8928
  data: UnsetType = UNSET,
8013
8929
  headers: Optional[Mapping[str, str]] = None,
8930
+ stream: bool = False,
8014
8931
  pat_request_ids: Missing[list[int]] = UNSET,
8015
8932
  action: Literal["approve", "deny"],
8016
8933
  reason: Missing[Union[str, None]] = UNSET,
@@ -8024,6 +8941,7 @@ class OrgsClient:
8024
8941
  org: str,
8025
8942
  *,
8026
8943
  headers: Optional[Mapping[str, str]] = None,
8944
+ stream: bool = False,
8027
8945
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
8028
8946
  **kwargs,
8029
8947
  ) -> Response[
@@ -8068,6 +8986,7 @@ class OrgsClient:
8068
8986
  url,
8069
8987
  json=exclude_unset(json),
8070
8988
  headers=exclude_unset(headers),
8989
+ stream=stream,
8071
8990
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8072
8991
  error_models={
8073
8992
  "500": BasicError,
@@ -8084,6 +9003,7 @@ class OrgsClient:
8084
9003
  pat_request_id: int,
8085
9004
  *,
8086
9005
  headers: Optional[Mapping[str, str]] = None,
9006
+ stream: bool = False,
8087
9007
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8088
9008
  ) -> Response: ...
8089
9009
 
@@ -8095,6 +9015,7 @@ class OrgsClient:
8095
9015
  *,
8096
9016
  data: UnsetType = UNSET,
8097
9017
  headers: Optional[Mapping[str, str]] = None,
9018
+ stream: bool = False,
8098
9019
  action: Literal["approve", "deny"],
8099
9020
  reason: Missing[Union[str, None]] = UNSET,
8100
9021
  ) -> Response: ...
@@ -8105,6 +9026,7 @@ class OrgsClient:
8105
9026
  pat_request_id: int,
8106
9027
  *,
8107
9028
  headers: Optional[Mapping[str, str]] = None,
9029
+ stream: bool = False,
8108
9030
  data: Missing[
8109
9031
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8110
9032
  ] = UNSET,
@@ -8147,6 +9069,7 @@ class OrgsClient:
8147
9069
  url,
8148
9070
  json=exclude_unset(json),
8149
9071
  headers=exclude_unset(headers),
9072
+ stream=stream,
8150
9073
  error_models={
8151
9074
  "500": BasicError,
8152
9075
  "422": ValidationError,
@@ -8162,6 +9085,7 @@ class OrgsClient:
8162
9085
  pat_request_id: int,
8163
9086
  *,
8164
9087
  headers: Optional[Mapping[str, str]] = None,
9088
+ stream: bool = False,
8165
9089
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8166
9090
  ) -> Response: ...
8167
9091
 
@@ -8173,6 +9097,7 @@ class OrgsClient:
8173
9097
  *,
8174
9098
  data: UnsetType = UNSET,
8175
9099
  headers: Optional[Mapping[str, str]] = None,
9100
+ stream: bool = False,
8176
9101
  action: Literal["approve", "deny"],
8177
9102
  reason: Missing[Union[str, None]] = UNSET,
8178
9103
  ) -> Response: ...
@@ -8183,6 +9108,7 @@ class OrgsClient:
8183
9108
  pat_request_id: int,
8184
9109
  *,
8185
9110
  headers: Optional[Mapping[str, str]] = None,
9111
+ stream: bool = False,
8186
9112
  data: Missing[
8187
9113
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8188
9114
  ] = UNSET,
@@ -8225,6 +9151,7 @@ class OrgsClient:
8225
9151
  url,
8226
9152
  json=exclude_unset(json),
8227
9153
  headers=exclude_unset(headers),
9154
+ stream=stream,
8228
9155
  error_models={
8229
9156
  "500": BasicError,
8230
9157
  "422": ValidationError,
@@ -8241,6 +9168,7 @@ class OrgsClient:
8241
9168
  per_page: Missing[int] = UNSET,
8242
9169
  page: Missing[int] = UNSET,
8243
9170
  headers: Optional[Mapping[str, str]] = None,
9171
+ stream: bool = False,
8244
9172
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8245
9173
  """orgs/list-pat-grant-request-repositories
8246
9174
 
@@ -8271,6 +9199,7 @@ class OrgsClient:
8271
9199
  url,
8272
9200
  params=exclude_unset(params),
8273
9201
  headers=exclude_unset(headers),
9202
+ stream=stream,
8274
9203
  response_model=list[MinimalRepository],
8275
9204
  error_models={
8276
9205
  "500": BasicError,
@@ -8287,6 +9216,7 @@ class OrgsClient:
8287
9216
  per_page: Missing[int] = UNSET,
8288
9217
  page: Missing[int] = UNSET,
8289
9218
  headers: Optional[Mapping[str, str]] = None,
9219
+ stream: bool = False,
8290
9220
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8291
9221
  """orgs/list-pat-grant-request-repositories
8292
9222
 
@@ -8317,6 +9247,7 @@ class OrgsClient:
8317
9247
  url,
8318
9248
  params=exclude_unset(params),
8319
9249
  headers=exclude_unset(headers),
9250
+ stream=stream,
8320
9251
  response_model=list[MinimalRepository],
8321
9252
  error_models={
8322
9253
  "500": BasicError,
@@ -8340,6 +9271,7 @@ class OrgsClient:
8340
9271
  last_used_after: Missing[datetime] = UNSET,
8341
9272
  token_id: Missing[list[str]] = UNSET,
8342
9273
  headers: Optional[Mapping[str, str]] = None,
9274
+ stream: bool = False,
8343
9275
  ) -> Response[
8344
9276
  list[OrganizationProgrammaticAccessGrant],
8345
9277
  list[OrganizationProgrammaticAccessGrantType],
@@ -8383,6 +9315,7 @@ class OrgsClient:
8383
9315
  url,
8384
9316
  params=exclude_unset(params),
8385
9317
  headers=exclude_unset(headers),
9318
+ stream=stream,
8386
9319
  response_model=list[OrganizationProgrammaticAccessGrant],
8387
9320
  error_models={
8388
9321
  "500": BasicError,
@@ -8407,6 +9340,7 @@ class OrgsClient:
8407
9340
  last_used_after: Missing[datetime] = UNSET,
8408
9341
  token_id: Missing[list[str]] = UNSET,
8409
9342
  headers: Optional[Mapping[str, str]] = None,
9343
+ stream: bool = False,
8410
9344
  ) -> Response[
8411
9345
  list[OrganizationProgrammaticAccessGrant],
8412
9346
  list[OrganizationProgrammaticAccessGrantType],
@@ -8450,6 +9384,7 @@ class OrgsClient:
8450
9384
  url,
8451
9385
  params=exclude_unset(params),
8452
9386
  headers=exclude_unset(headers),
9387
+ stream=stream,
8453
9388
  response_model=list[OrganizationProgrammaticAccessGrant],
8454
9389
  error_models={
8455
9390
  "500": BasicError,
@@ -8465,6 +9400,7 @@ class OrgsClient:
8465
9400
  org: str,
8466
9401
  *,
8467
9402
  headers: Optional[Mapping[str, str]] = None,
9403
+ stream: bool = False,
8468
9404
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8469
9405
  ) -> Response[
8470
9406
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8478,6 +9414,7 @@ class OrgsClient:
8478
9414
  *,
8479
9415
  data: UnsetType = UNSET,
8480
9416
  headers: Optional[Mapping[str, str]] = None,
9417
+ stream: bool = False,
8481
9418
  action: Literal["revoke"],
8482
9419
  pat_ids: list[int],
8483
9420
  ) -> Response[
@@ -8490,6 +9427,7 @@ class OrgsClient:
8490
9427
  org: str,
8491
9428
  *,
8492
9429
  headers: Optional[Mapping[str, str]] = None,
9430
+ stream: bool = False,
8493
9431
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8494
9432
  **kwargs,
8495
9433
  ) -> Response[
@@ -8532,6 +9470,7 @@ class OrgsClient:
8532
9470
  url,
8533
9471
  json=exclude_unset(json),
8534
9472
  headers=exclude_unset(headers),
9473
+ stream=stream,
8535
9474
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8536
9475
  error_models={
8537
9476
  "500": BasicError,
@@ -8547,6 +9486,7 @@ class OrgsClient:
8547
9486
  org: str,
8548
9487
  *,
8549
9488
  headers: Optional[Mapping[str, str]] = None,
9489
+ stream: bool = False,
8550
9490
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8551
9491
  ) -> Response[
8552
9492
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8560,6 +9500,7 @@ class OrgsClient:
8560
9500
  *,
8561
9501
  data: UnsetType = UNSET,
8562
9502
  headers: Optional[Mapping[str, str]] = None,
9503
+ stream: bool = False,
8563
9504
  action: Literal["revoke"],
8564
9505
  pat_ids: list[int],
8565
9506
  ) -> Response[
@@ -8572,6 +9513,7 @@ class OrgsClient:
8572
9513
  org: str,
8573
9514
  *,
8574
9515
  headers: Optional[Mapping[str, str]] = None,
9516
+ stream: bool = False,
8575
9517
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8576
9518
  **kwargs,
8577
9519
  ) -> Response[
@@ -8614,6 +9556,7 @@ class OrgsClient:
8614
9556
  url,
8615
9557
  json=exclude_unset(json),
8616
9558
  headers=exclude_unset(headers),
9559
+ stream=stream,
8617
9560
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8618
9561
  error_models={
8619
9562
  "500": BasicError,
@@ -8630,6 +9573,7 @@ class OrgsClient:
8630
9573
  pat_id: int,
8631
9574
  *,
8632
9575
  headers: Optional[Mapping[str, str]] = None,
9576
+ stream: bool = False,
8633
9577
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8634
9578
  ) -> Response: ...
8635
9579
 
@@ -8641,6 +9585,7 @@ class OrgsClient:
8641
9585
  *,
8642
9586
  data: UnsetType = UNSET,
8643
9587
  headers: Optional[Mapping[str, str]] = None,
9588
+ stream: bool = False,
8644
9589
  action: Literal["revoke"],
8645
9590
  ) -> Response: ...
8646
9591
 
@@ -8650,6 +9595,7 @@ class OrgsClient:
8650
9595
  pat_id: int,
8651
9596
  *,
8652
9597
  headers: Optional[Mapping[str, str]] = None,
9598
+ stream: bool = False,
8653
9599
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8654
9600
  **kwargs,
8655
9601
  ) -> Response:
@@ -8688,6 +9634,7 @@ class OrgsClient:
8688
9634
  url,
8689
9635
  json=exclude_unset(json),
8690
9636
  headers=exclude_unset(headers),
9637
+ stream=stream,
8691
9638
  error_models={
8692
9639
  "500": BasicError,
8693
9640
  "404": BasicError,
@@ -8703,6 +9650,7 @@ class OrgsClient:
8703
9650
  pat_id: int,
8704
9651
  *,
8705
9652
  headers: Optional[Mapping[str, str]] = None,
9653
+ stream: bool = False,
8706
9654
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8707
9655
  ) -> Response: ...
8708
9656
 
@@ -8714,6 +9662,7 @@ class OrgsClient:
8714
9662
  *,
8715
9663
  data: UnsetType = UNSET,
8716
9664
  headers: Optional[Mapping[str, str]] = None,
9665
+ stream: bool = False,
8717
9666
  action: Literal["revoke"],
8718
9667
  ) -> Response: ...
8719
9668
 
@@ -8723,6 +9672,7 @@ class OrgsClient:
8723
9672
  pat_id: int,
8724
9673
  *,
8725
9674
  headers: Optional[Mapping[str, str]] = None,
9675
+ stream: bool = False,
8726
9676
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8727
9677
  **kwargs,
8728
9678
  ) -> Response:
@@ -8761,6 +9711,7 @@ class OrgsClient:
8761
9711
  url,
8762
9712
  json=exclude_unset(json),
8763
9713
  headers=exclude_unset(headers),
9714
+ stream=stream,
8764
9715
  error_models={
8765
9716
  "500": BasicError,
8766
9717
  "404": BasicError,
@@ -8777,6 +9728,7 @@ class OrgsClient:
8777
9728
  per_page: Missing[int] = UNSET,
8778
9729
  page: Missing[int] = UNSET,
8779
9730
  headers: Optional[Mapping[str, str]] = None,
9731
+ stream: bool = False,
8780
9732
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8781
9733
  """orgs/list-pat-grant-repositories
8782
9734
 
@@ -8805,6 +9757,7 @@ class OrgsClient:
8805
9757
  url,
8806
9758
  params=exclude_unset(params),
8807
9759
  headers=exclude_unset(headers),
9760
+ stream=stream,
8808
9761
  response_model=list[MinimalRepository],
8809
9762
  error_models={
8810
9763
  "500": BasicError,
@@ -8821,6 +9774,7 @@ class OrgsClient:
8821
9774
  per_page: Missing[int] = UNSET,
8822
9775
  page: Missing[int] = UNSET,
8823
9776
  headers: Optional[Mapping[str, str]] = None,
9777
+ stream: bool = False,
8824
9778
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8825
9779
  """orgs/list-pat-grant-repositories
8826
9780
 
@@ -8849,6 +9803,7 @@ class OrgsClient:
8849
9803
  url,
8850
9804
  params=exclude_unset(params),
8851
9805
  headers=exclude_unset(headers),
9806
+ stream=stream,
8852
9807
  response_model=list[MinimalRepository],
8853
9808
  error_models={
8854
9809
  "500": BasicError,
@@ -8862,6 +9817,7 @@ class OrgsClient:
8862
9817
  org: str,
8863
9818
  *,
8864
9819
  headers: Optional[Mapping[str, str]] = None,
9820
+ stream: bool = False,
8865
9821
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
8866
9822
  """orgs/get-all-custom-properties
8867
9823
 
@@ -8883,6 +9839,7 @@ class OrgsClient:
8883
9839
  "GET",
8884
9840
  url,
8885
9841
  headers=exclude_unset(headers),
9842
+ stream=stream,
8886
9843
  response_model=list[CustomProperty],
8887
9844
  error_models={
8888
9845
  "403": BasicError,
@@ -8895,6 +9852,7 @@ class OrgsClient:
8895
9852
  org: str,
8896
9853
  *,
8897
9854
  headers: Optional[Mapping[str, str]] = None,
9855
+ stream: bool = False,
8898
9856
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
8899
9857
  """orgs/get-all-custom-properties
8900
9858
 
@@ -8916,6 +9874,7 @@ class OrgsClient:
8916
9874
  "GET",
8917
9875
  url,
8918
9876
  headers=exclude_unset(headers),
9877
+ stream=stream,
8919
9878
  response_model=list[CustomProperty],
8920
9879
  error_models={
8921
9880
  "403": BasicError,
@@ -8929,6 +9888,7 @@ class OrgsClient:
8929
9888
  org: str,
8930
9889
  *,
8931
9890
  headers: Optional[Mapping[str, str]] = None,
9891
+ stream: bool = False,
8932
9892
  data: OrgsOrgPropertiesSchemaPatchBodyType,
8933
9893
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
8934
9894
 
@@ -8939,6 +9899,7 @@ class OrgsClient:
8939
9899
  *,
8940
9900
  data: UnsetType = UNSET,
8941
9901
  headers: Optional[Mapping[str, str]] = None,
9902
+ stream: bool = False,
8942
9903
  properties: list[CustomPropertyType],
8943
9904
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
8944
9905
 
@@ -8947,6 +9908,7 @@ class OrgsClient:
8947
9908
  org: str,
8948
9909
  *,
8949
9910
  headers: Optional[Mapping[str, str]] = None,
9911
+ stream: bool = False,
8950
9912
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
8951
9913
  **kwargs,
8952
9914
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -8991,6 +9953,7 @@ class OrgsClient:
8991
9953
  url,
8992
9954
  json=exclude_unset(json),
8993
9955
  headers=exclude_unset(headers),
9956
+ stream=stream,
8994
9957
  response_model=list[CustomProperty],
8995
9958
  error_models={
8996
9959
  "403": BasicError,
@@ -9004,6 +9967,7 @@ class OrgsClient:
9004
9967
  org: str,
9005
9968
  *,
9006
9969
  headers: Optional[Mapping[str, str]] = None,
9970
+ stream: bool = False,
9007
9971
  data: OrgsOrgPropertiesSchemaPatchBodyType,
9008
9972
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9009
9973
 
@@ -9014,6 +9978,7 @@ class OrgsClient:
9014
9978
  *,
9015
9979
  data: UnsetType = UNSET,
9016
9980
  headers: Optional[Mapping[str, str]] = None,
9981
+ stream: bool = False,
9017
9982
  properties: list[CustomPropertyType],
9018
9983
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9019
9984
 
@@ -9022,6 +9987,7 @@ class OrgsClient:
9022
9987
  org: str,
9023
9988
  *,
9024
9989
  headers: Optional[Mapping[str, str]] = None,
9990
+ stream: bool = False,
9025
9991
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
9026
9992
  **kwargs,
9027
9993
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -9066,6 +10032,7 @@ class OrgsClient:
9066
10032
  url,
9067
10033
  json=exclude_unset(json),
9068
10034
  headers=exclude_unset(headers),
10035
+ stream=stream,
9069
10036
  response_model=list[CustomProperty],
9070
10037
  error_models={
9071
10038
  "403": BasicError,
@@ -9079,6 +10046,7 @@ class OrgsClient:
9079
10046
  custom_property_name: str,
9080
10047
  *,
9081
10048
  headers: Optional[Mapping[str, str]] = None,
10049
+ stream: bool = False,
9082
10050
  ) -> Response[CustomProperty, CustomPropertyType]:
9083
10051
  """orgs/get-custom-property
9084
10052
 
@@ -9100,6 +10068,7 @@ class OrgsClient:
9100
10068
  "GET",
9101
10069
  url,
9102
10070
  headers=exclude_unset(headers),
10071
+ stream=stream,
9103
10072
  response_model=CustomProperty,
9104
10073
  error_models={
9105
10074
  "403": BasicError,
@@ -9113,6 +10082,7 @@ class OrgsClient:
9113
10082
  custom_property_name: str,
9114
10083
  *,
9115
10084
  headers: Optional[Mapping[str, str]] = None,
10085
+ stream: bool = False,
9116
10086
  ) -> Response[CustomProperty, CustomPropertyType]:
9117
10087
  """orgs/get-custom-property
9118
10088
 
@@ -9134,6 +10104,7 @@ class OrgsClient:
9134
10104
  "GET",
9135
10105
  url,
9136
10106
  headers=exclude_unset(headers),
10107
+ stream=stream,
9137
10108
  response_model=CustomProperty,
9138
10109
  error_models={
9139
10110
  "403": BasicError,
@@ -9148,6 +10119,7 @@ class OrgsClient:
9148
10119
  custom_property_name: str,
9149
10120
  *,
9150
10121
  headers: Optional[Mapping[str, str]] = None,
10122
+ stream: bool = False,
9151
10123
  data: CustomPropertySetPayloadType,
9152
10124
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9153
10125
 
@@ -9159,6 +10131,7 @@ class OrgsClient:
9159
10131
  *,
9160
10132
  data: UnsetType = UNSET,
9161
10133
  headers: Optional[Mapping[str, str]] = None,
10134
+ stream: bool = False,
9162
10135
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9163
10136
  required: Missing[bool] = UNSET,
9164
10137
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9175,6 +10148,7 @@ class OrgsClient:
9175
10148
  custom_property_name: str,
9176
10149
  *,
9177
10150
  headers: Optional[Mapping[str, str]] = None,
10151
+ stream: bool = False,
9178
10152
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9179
10153
  **kwargs,
9180
10154
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9211,6 +10185,7 @@ class OrgsClient:
9211
10185
  url,
9212
10186
  json=exclude_unset(json),
9213
10187
  headers=exclude_unset(headers),
10188
+ stream=stream,
9214
10189
  response_model=CustomProperty,
9215
10190
  error_models={
9216
10191
  "403": BasicError,
@@ -9225,6 +10200,7 @@ class OrgsClient:
9225
10200
  custom_property_name: str,
9226
10201
  *,
9227
10202
  headers: Optional[Mapping[str, str]] = None,
10203
+ stream: bool = False,
9228
10204
  data: CustomPropertySetPayloadType,
9229
10205
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9230
10206
 
@@ -9236,6 +10212,7 @@ class OrgsClient:
9236
10212
  *,
9237
10213
  data: UnsetType = UNSET,
9238
10214
  headers: Optional[Mapping[str, str]] = None,
10215
+ stream: bool = False,
9239
10216
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9240
10217
  required: Missing[bool] = UNSET,
9241
10218
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9252,6 +10229,7 @@ class OrgsClient:
9252
10229
  custom_property_name: str,
9253
10230
  *,
9254
10231
  headers: Optional[Mapping[str, str]] = None,
10232
+ stream: bool = False,
9255
10233
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9256
10234
  **kwargs,
9257
10235
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9288,6 +10266,7 @@ class OrgsClient:
9288
10266
  url,
9289
10267
  json=exclude_unset(json),
9290
10268
  headers=exclude_unset(headers),
10269
+ stream=stream,
9291
10270
  response_model=CustomProperty,
9292
10271
  error_models={
9293
10272
  "403": BasicError,
@@ -9301,6 +10280,7 @@ class OrgsClient:
9301
10280
  custom_property_name: str,
9302
10281
  *,
9303
10282
  headers: Optional[Mapping[str, str]] = None,
10283
+ stream: bool = False,
9304
10284
  ) -> Response:
9305
10285
  """orgs/remove-custom-property
9306
10286
 
@@ -9325,6 +10305,7 @@ class OrgsClient:
9325
10305
  "DELETE",
9326
10306
  url,
9327
10307
  headers=exclude_unset(headers),
10308
+ stream=stream,
9328
10309
  error_models={
9329
10310
  "403": BasicError,
9330
10311
  "404": BasicError,
@@ -9337,6 +10318,7 @@ class OrgsClient:
9337
10318
  custom_property_name: str,
9338
10319
  *,
9339
10320
  headers: Optional[Mapping[str, str]] = None,
10321
+ stream: bool = False,
9340
10322
  ) -> Response:
9341
10323
  """orgs/remove-custom-property
9342
10324
 
@@ -9361,6 +10343,7 @@ class OrgsClient:
9361
10343
  "DELETE",
9362
10344
  url,
9363
10345
  headers=exclude_unset(headers),
10346
+ stream=stream,
9364
10347
  error_models={
9365
10348
  "403": BasicError,
9366
10349
  "404": BasicError,
@@ -9375,6 +10358,7 @@ class OrgsClient:
9375
10358
  page: Missing[int] = UNSET,
9376
10359
  repository_query: Missing[str] = UNSET,
9377
10360
  headers: Optional[Mapping[str, str]] = None,
10361
+ stream: bool = False,
9378
10362
  ) -> Response[
9379
10363
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9380
10364
  ]:
@@ -9405,6 +10389,7 @@ class OrgsClient:
9405
10389
  url,
9406
10390
  params=exclude_unset(params),
9407
10391
  headers=exclude_unset(headers),
10392
+ stream=stream,
9408
10393
  response_model=list[OrgRepoCustomPropertyValues],
9409
10394
  error_models={
9410
10395
  "403": BasicError,
@@ -9420,6 +10405,7 @@ class OrgsClient:
9420
10405
  page: Missing[int] = UNSET,
9421
10406
  repository_query: Missing[str] = UNSET,
9422
10407
  headers: Optional[Mapping[str, str]] = None,
10408
+ stream: bool = False,
9423
10409
  ) -> Response[
9424
10410
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9425
10411
  ]:
@@ -9450,6 +10436,7 @@ class OrgsClient:
9450
10436
  url,
9451
10437
  params=exclude_unset(params),
9452
10438
  headers=exclude_unset(headers),
10439
+ stream=stream,
9453
10440
  response_model=list[OrgRepoCustomPropertyValues],
9454
10441
  error_models={
9455
10442
  "403": BasicError,
@@ -9463,6 +10450,7 @@ class OrgsClient:
9463
10450
  org: str,
9464
10451
  *,
9465
10452
  headers: Optional[Mapping[str, str]] = None,
10453
+ stream: bool = False,
9466
10454
  data: OrgsOrgPropertiesValuesPatchBodyType,
9467
10455
  ) -> Response: ...
9468
10456
 
@@ -9473,6 +10461,7 @@ class OrgsClient:
9473
10461
  *,
9474
10462
  data: UnsetType = UNSET,
9475
10463
  headers: Optional[Mapping[str, str]] = None,
10464
+ stream: bool = False,
9476
10465
  repository_names: list[str],
9477
10466
  properties: list[CustomPropertyValueType],
9478
10467
  ) -> Response: ...
@@ -9482,6 +10471,7 @@ class OrgsClient:
9482
10471
  org: str,
9483
10472
  *,
9484
10473
  headers: Optional[Mapping[str, str]] = None,
10474
+ stream: bool = False,
9485
10475
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9486
10476
  **kwargs,
9487
10477
  ) -> Response:
@@ -9527,6 +10517,7 @@ class OrgsClient:
9527
10517
  url,
9528
10518
  json=exclude_unset(json),
9529
10519
  headers=exclude_unset(headers),
10520
+ stream=stream,
9530
10521
  error_models={
9531
10522
  "403": BasicError,
9532
10523
  "404": BasicError,
@@ -9540,6 +10531,7 @@ class OrgsClient:
9540
10531
  org: str,
9541
10532
  *,
9542
10533
  headers: Optional[Mapping[str, str]] = None,
10534
+ stream: bool = False,
9543
10535
  data: OrgsOrgPropertiesValuesPatchBodyType,
9544
10536
  ) -> Response: ...
9545
10537
 
@@ -9550,6 +10542,7 @@ class OrgsClient:
9550
10542
  *,
9551
10543
  data: UnsetType = UNSET,
9552
10544
  headers: Optional[Mapping[str, str]] = None,
10545
+ stream: bool = False,
9553
10546
  repository_names: list[str],
9554
10547
  properties: list[CustomPropertyValueType],
9555
10548
  ) -> Response: ...
@@ -9559,6 +10552,7 @@ class OrgsClient:
9559
10552
  org: str,
9560
10553
  *,
9561
10554
  headers: Optional[Mapping[str, str]] = None,
10555
+ stream: bool = False,
9562
10556
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9563
10557
  **kwargs,
9564
10558
  ) -> Response:
@@ -9604,6 +10598,7 @@ class OrgsClient:
9604
10598
  url,
9605
10599
  json=exclude_unset(json),
9606
10600
  headers=exclude_unset(headers),
10601
+ stream=stream,
9607
10602
  error_models={
9608
10603
  "403": BasicError,
9609
10604
  "404": BasicError,
@@ -9618,6 +10613,7 @@ class OrgsClient:
9618
10613
  per_page: Missing[int] = UNSET,
9619
10614
  page: Missing[int] = UNSET,
9620
10615
  headers: Optional[Mapping[str, str]] = None,
10616
+ stream: bool = False,
9621
10617
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9622
10618
  """orgs/list-public-members
9623
10619
 
@@ -9644,6 +10640,7 @@ class OrgsClient:
9644
10640
  url,
9645
10641
  params=exclude_unset(params),
9646
10642
  headers=exclude_unset(headers),
10643
+ stream=stream,
9647
10644
  response_model=list[SimpleUser],
9648
10645
  )
9649
10646
 
@@ -9654,6 +10651,7 @@ class OrgsClient:
9654
10651
  per_page: Missing[int] = UNSET,
9655
10652
  page: Missing[int] = UNSET,
9656
10653
  headers: Optional[Mapping[str, str]] = None,
10654
+ stream: bool = False,
9657
10655
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9658
10656
  """orgs/list-public-members
9659
10657
 
@@ -9680,6 +10678,7 @@ class OrgsClient:
9680
10678
  url,
9681
10679
  params=exclude_unset(params),
9682
10680
  headers=exclude_unset(headers),
10681
+ stream=stream,
9683
10682
  response_model=list[SimpleUser],
9684
10683
  )
9685
10684
 
@@ -9689,6 +10688,7 @@ class OrgsClient:
9689
10688
  username: str,
9690
10689
  *,
9691
10690
  headers: Optional[Mapping[str, str]] = None,
10691
+ stream: bool = False,
9692
10692
  ) -> Response:
9693
10693
  """orgs/check-public-membership-for-user
9694
10694
 
@@ -9707,6 +10707,7 @@ class OrgsClient:
9707
10707
  "GET",
9708
10708
  url,
9709
10709
  headers=exclude_unset(headers),
10710
+ stream=stream,
9710
10711
  error_models={},
9711
10712
  )
9712
10713
 
@@ -9716,6 +10717,7 @@ class OrgsClient:
9716
10717
  username: str,
9717
10718
  *,
9718
10719
  headers: Optional[Mapping[str, str]] = None,
10720
+ stream: bool = False,
9719
10721
  ) -> Response:
9720
10722
  """orgs/check-public-membership-for-user
9721
10723
 
@@ -9734,6 +10736,7 @@ class OrgsClient:
9734
10736
  "GET",
9735
10737
  url,
9736
10738
  headers=exclude_unset(headers),
10739
+ stream=stream,
9737
10740
  error_models={},
9738
10741
  )
9739
10742
 
@@ -9743,6 +10746,7 @@ class OrgsClient:
9743
10746
  username: str,
9744
10747
  *,
9745
10748
  headers: Optional[Mapping[str, str]] = None,
10749
+ stream: bool = False,
9746
10750
  ) -> Response:
9747
10751
  """orgs/set-public-membership-for-authenticated-user
9748
10752
 
@@ -9765,6 +10769,7 @@ class OrgsClient:
9765
10769
  "PUT",
9766
10770
  url,
9767
10771
  headers=exclude_unset(headers),
10772
+ stream=stream,
9768
10773
  error_models={
9769
10774
  "403": BasicError,
9770
10775
  },
@@ -9776,6 +10781,7 @@ class OrgsClient:
9776
10781
  username: str,
9777
10782
  *,
9778
10783
  headers: Optional[Mapping[str, str]] = None,
10784
+ stream: bool = False,
9779
10785
  ) -> Response:
9780
10786
  """orgs/set-public-membership-for-authenticated-user
9781
10787
 
@@ -9798,6 +10804,7 @@ class OrgsClient:
9798
10804
  "PUT",
9799
10805
  url,
9800
10806
  headers=exclude_unset(headers),
10807
+ stream=stream,
9801
10808
  error_models={
9802
10809
  "403": BasicError,
9803
10810
  },
@@ -9809,6 +10816,7 @@ class OrgsClient:
9809
10816
  username: str,
9810
10817
  *,
9811
10818
  headers: Optional[Mapping[str, str]] = None,
10819
+ stream: bool = False,
9812
10820
  ) -> Response:
9813
10821
  """orgs/remove-public-membership-for-authenticated-user
9814
10822
 
@@ -9827,6 +10835,7 @@ class OrgsClient:
9827
10835
  "DELETE",
9828
10836
  url,
9829
10837
  headers=exclude_unset(headers),
10838
+ stream=stream,
9830
10839
  )
9831
10840
 
9832
10841
  async def async_remove_public_membership_for_authenticated_user(
@@ -9835,6 +10844,7 @@ class OrgsClient:
9835
10844
  username: str,
9836
10845
  *,
9837
10846
  headers: Optional[Mapping[str, str]] = None,
10847
+ stream: bool = False,
9838
10848
  ) -> Response:
9839
10849
  """orgs/remove-public-membership-for-authenticated-user
9840
10850
 
@@ -9853,6 +10863,7 @@ class OrgsClient:
9853
10863
  "DELETE",
9854
10864
  url,
9855
10865
  headers=exclude_unset(headers),
10866
+ stream=stream,
9856
10867
  )
9857
10868
 
9858
10869
  def list_repo_fine_grained_permissions(
@@ -9860,6 +10871,7 @@ class OrgsClient:
9860
10871
  org: str,
9861
10872
  *,
9862
10873
  headers: Optional[Mapping[str, str]] = None,
10874
+ stream: bool = False,
9863
10875
  ) -> Response[
9864
10876
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
9865
10877
  ]:
@@ -9886,6 +10898,7 @@ class OrgsClient:
9886
10898
  "GET",
9887
10899
  url,
9888
10900
  headers=exclude_unset(headers),
10901
+ stream=stream,
9889
10902
  response_model=list[RepositoryFineGrainedPermission],
9890
10903
  )
9891
10904
 
@@ -9894,6 +10907,7 @@ class OrgsClient:
9894
10907
  org: str,
9895
10908
  *,
9896
10909
  headers: Optional[Mapping[str, str]] = None,
10910
+ stream: bool = False,
9897
10911
  ) -> Response[
9898
10912
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
9899
10913
  ]:
@@ -9920,6 +10934,7 @@ class OrgsClient:
9920
10934
  "GET",
9921
10935
  url,
9922
10936
  headers=exclude_unset(headers),
10937
+ stream=stream,
9923
10938
  response_model=list[RepositoryFineGrainedPermission],
9924
10939
  )
9925
10940
 
@@ -9931,6 +10946,7 @@ class OrgsClient:
9931
10946
  per_page: Missing[int] = UNSET,
9932
10947
  page: Missing[int] = UNSET,
9933
10948
  headers: Optional[Mapping[str, str]] = None,
10949
+ stream: bool = False,
9934
10950
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
9935
10951
  """orgs/get-org-ruleset-history
9936
10952
 
@@ -9957,6 +10973,7 @@ class OrgsClient:
9957
10973
  url,
9958
10974
  params=exclude_unset(params),
9959
10975
  headers=exclude_unset(headers),
10976
+ stream=stream,
9960
10977
  response_model=list[RulesetVersion],
9961
10978
  error_models={
9962
10979
  "404": BasicError,
@@ -9972,6 +10989,7 @@ class OrgsClient:
9972
10989
  per_page: Missing[int] = UNSET,
9973
10990
  page: Missing[int] = UNSET,
9974
10991
  headers: Optional[Mapping[str, str]] = None,
10992
+ stream: bool = False,
9975
10993
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
9976
10994
  """orgs/get-org-ruleset-history
9977
10995
 
@@ -9998,6 +11016,7 @@ class OrgsClient:
9998
11016
  url,
9999
11017
  params=exclude_unset(params),
10000
11018
  headers=exclude_unset(headers),
11019
+ stream=stream,
10001
11020
  response_model=list[RulesetVersion],
10002
11021
  error_models={
10003
11022
  "404": BasicError,
@@ -10012,6 +11031,7 @@ class OrgsClient:
10012
11031
  version_id: int,
10013
11032
  *,
10014
11033
  headers: Optional[Mapping[str, str]] = None,
11034
+ stream: bool = False,
10015
11035
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10016
11036
  """orgs/get-org-ruleset-version
10017
11037
 
@@ -10032,6 +11052,7 @@ class OrgsClient:
10032
11052
  "GET",
10033
11053
  url,
10034
11054
  headers=exclude_unset(headers),
11055
+ stream=stream,
10035
11056
  response_model=RulesetVersionWithState,
10036
11057
  error_models={
10037
11058
  "404": BasicError,
@@ -10046,6 +11067,7 @@ class OrgsClient:
10046
11067
  version_id: int,
10047
11068
  *,
10048
11069
  headers: Optional[Mapping[str, str]] = None,
11070
+ stream: bool = False,
10049
11071
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10050
11072
  """orgs/get-org-ruleset-version
10051
11073
 
@@ -10066,6 +11088,7 @@ class OrgsClient:
10066
11088
  "GET",
10067
11089
  url,
10068
11090
  headers=exclude_unset(headers),
11091
+ stream=stream,
10069
11092
  response_model=RulesetVersionWithState,
10070
11093
  error_models={
10071
11094
  "404": BasicError,
@@ -10078,6 +11101,7 @@ class OrgsClient:
10078
11101
  org: str,
10079
11102
  *,
10080
11103
  headers: Optional[Mapping[str, str]] = None,
11104
+ stream: bool = False,
10081
11105
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10082
11106
  """DEPRECATED orgs/list-security-manager-teams
10083
11107
 
@@ -10099,6 +11123,7 @@ class OrgsClient:
10099
11123
  "GET",
10100
11124
  url,
10101
11125
  headers=exclude_unset(headers),
11126
+ stream=stream,
10102
11127
  response_model=list[TeamSimple],
10103
11128
  )
10104
11129
 
@@ -10107,6 +11132,7 @@ class OrgsClient:
10107
11132
  org: str,
10108
11133
  *,
10109
11134
  headers: Optional[Mapping[str, str]] = None,
11135
+ stream: bool = False,
10110
11136
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10111
11137
  """DEPRECATED orgs/list-security-manager-teams
10112
11138
 
@@ -10128,6 +11154,7 @@ class OrgsClient:
10128
11154
  "GET",
10129
11155
  url,
10130
11156
  headers=exclude_unset(headers),
11157
+ stream=stream,
10131
11158
  response_model=list[TeamSimple],
10132
11159
  )
10133
11160
 
@@ -10137,6 +11164,7 @@ class OrgsClient:
10137
11164
  team_slug: str,
10138
11165
  *,
10139
11166
  headers: Optional[Mapping[str, str]] = None,
11167
+ stream: bool = False,
10140
11168
  ) -> Response:
10141
11169
  """DEPRECATED orgs/add-security-manager-team
10142
11170
 
@@ -10156,6 +11184,7 @@ class OrgsClient:
10156
11184
  "PUT",
10157
11185
  url,
10158
11186
  headers=exclude_unset(headers),
11187
+ stream=stream,
10159
11188
  )
10160
11189
 
10161
11190
  async def async_add_security_manager_team(
@@ -10164,6 +11193,7 @@ class OrgsClient:
10164
11193
  team_slug: str,
10165
11194
  *,
10166
11195
  headers: Optional[Mapping[str, str]] = None,
11196
+ stream: bool = False,
10167
11197
  ) -> Response:
10168
11198
  """DEPRECATED orgs/add-security-manager-team
10169
11199
 
@@ -10183,6 +11213,7 @@ class OrgsClient:
10183
11213
  "PUT",
10184
11214
  url,
10185
11215
  headers=exclude_unset(headers),
11216
+ stream=stream,
10186
11217
  )
10187
11218
 
10188
11219
  def remove_security_manager_team(
@@ -10191,6 +11222,7 @@ class OrgsClient:
10191
11222
  team_slug: str,
10192
11223
  *,
10193
11224
  headers: Optional[Mapping[str, str]] = None,
11225
+ stream: bool = False,
10194
11226
  ) -> Response:
10195
11227
  """DEPRECATED orgs/remove-security-manager-team
10196
11228
 
@@ -10210,6 +11242,7 @@ class OrgsClient:
10210
11242
  "DELETE",
10211
11243
  url,
10212
11244
  headers=exclude_unset(headers),
11245
+ stream=stream,
10213
11246
  )
10214
11247
 
10215
11248
  async def async_remove_security_manager_team(
@@ -10218,6 +11251,7 @@ class OrgsClient:
10218
11251
  team_slug: str,
10219
11252
  *,
10220
11253
  headers: Optional[Mapping[str, str]] = None,
11254
+ stream: bool = False,
10221
11255
  ) -> Response:
10222
11256
  """DEPRECATED orgs/remove-security-manager-team
10223
11257
 
@@ -10237,6 +11271,7 @@ class OrgsClient:
10237
11271
  "DELETE",
10238
11272
  url,
10239
11273
  headers=exclude_unset(headers),
11274
+ stream=stream,
10240
11275
  )
10241
11276
 
10242
11277
  @overload
@@ -10255,6 +11290,7 @@ class OrgsClient:
10255
11290
  enablement: Literal["enable_all", "disable_all"],
10256
11291
  *,
10257
11292
  headers: Optional[Mapping[str, str]] = None,
11293
+ stream: bool = False,
10258
11294
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10259
11295
  ) -> Response: ...
10260
11296
 
@@ -10275,6 +11311,7 @@ class OrgsClient:
10275
11311
  *,
10276
11312
  data: UnsetType = UNSET,
10277
11313
  headers: Optional[Mapping[str, str]] = None,
11314
+ stream: bool = False,
10278
11315
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10279
11316
  ) -> Response: ...
10280
11317
 
@@ -10293,6 +11330,7 @@ class OrgsClient:
10293
11330
  enablement: Literal["enable_all", "disable_all"],
10294
11331
  *,
10295
11332
  headers: Optional[Mapping[str, str]] = None,
11333
+ stream: bool = False,
10296
11334
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10297
11335
  **kwargs,
10298
11336
  ) -> Response:
@@ -10332,6 +11370,7 @@ class OrgsClient:
10332
11370
  url,
10333
11371
  json=exclude_unset(json),
10334
11372
  headers=exclude_unset(headers),
11373
+ stream=stream,
10335
11374
  error_models={},
10336
11375
  )
10337
11376
 
@@ -10351,6 +11390,7 @@ class OrgsClient:
10351
11390
  enablement: Literal["enable_all", "disable_all"],
10352
11391
  *,
10353
11392
  headers: Optional[Mapping[str, str]] = None,
11393
+ stream: bool = False,
10354
11394
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10355
11395
  ) -> Response: ...
10356
11396
 
@@ -10371,6 +11411,7 @@ class OrgsClient:
10371
11411
  *,
10372
11412
  data: UnsetType = UNSET,
10373
11413
  headers: Optional[Mapping[str, str]] = None,
11414
+ stream: bool = False,
10374
11415
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10375
11416
  ) -> Response: ...
10376
11417
 
@@ -10389,6 +11430,7 @@ class OrgsClient:
10389
11430
  enablement: Literal["enable_all", "disable_all"],
10390
11431
  *,
10391
11432
  headers: Optional[Mapping[str, str]] = None,
11433
+ stream: bool = False,
10392
11434
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10393
11435
  **kwargs,
10394
11436
  ) -> Response:
@@ -10428,6 +11470,7 @@ class OrgsClient:
10428
11470
  url,
10429
11471
  json=exclude_unset(json),
10430
11472
  headers=exclude_unset(headers),
11473
+ stream=stream,
10431
11474
  error_models={},
10432
11475
  )
10433
11476
 
@@ -10438,6 +11481,7 @@ class OrgsClient:
10438
11481
  per_page: Missing[int] = UNSET,
10439
11482
  page: Missing[int] = UNSET,
10440
11483
  headers: Optional[Mapping[str, str]] = None,
11484
+ stream: bool = False,
10441
11485
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10442
11486
  """orgs/list-memberships-for-authenticated-user
10443
11487
 
@@ -10465,6 +11509,7 @@ class OrgsClient:
10465
11509
  url,
10466
11510
  params=exclude_unset(params),
10467
11511
  headers=exclude_unset(headers),
11512
+ stream=stream,
10468
11513
  response_model=list[OrgMembership],
10469
11514
  error_models={
10470
11515
  "403": BasicError,
@@ -10480,6 +11525,7 @@ class OrgsClient:
10480
11525
  per_page: Missing[int] = UNSET,
10481
11526
  page: Missing[int] = UNSET,
10482
11527
  headers: Optional[Mapping[str, str]] = None,
11528
+ stream: bool = False,
10483
11529
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10484
11530
  """orgs/list-memberships-for-authenticated-user
10485
11531
 
@@ -10507,6 +11553,7 @@ class OrgsClient:
10507
11553
  url,
10508
11554
  params=exclude_unset(params),
10509
11555
  headers=exclude_unset(headers),
11556
+ stream=stream,
10510
11557
  response_model=list[OrgMembership],
10511
11558
  error_models={
10512
11559
  "403": BasicError,
@@ -10520,6 +11567,7 @@ class OrgsClient:
10520
11567
  org: str,
10521
11568
  *,
10522
11569
  headers: Optional[Mapping[str, str]] = None,
11570
+ stream: bool = False,
10523
11571
  ) -> Response[OrgMembership, OrgMembershipType]:
10524
11572
  """orgs/get-membership-for-authenticated-user
10525
11573
 
@@ -10540,6 +11588,7 @@ class OrgsClient:
10540
11588
  "GET",
10541
11589
  url,
10542
11590
  headers=exclude_unset(headers),
11591
+ stream=stream,
10543
11592
  response_model=OrgMembership,
10544
11593
  error_models={
10545
11594
  "403": BasicError,
@@ -10552,6 +11601,7 @@ class OrgsClient:
10552
11601
  org: str,
10553
11602
  *,
10554
11603
  headers: Optional[Mapping[str, str]] = None,
11604
+ stream: bool = False,
10555
11605
  ) -> Response[OrgMembership, OrgMembershipType]:
10556
11606
  """orgs/get-membership-for-authenticated-user
10557
11607
 
@@ -10572,6 +11622,7 @@ class OrgsClient:
10572
11622
  "GET",
10573
11623
  url,
10574
11624
  headers=exclude_unset(headers),
11625
+ stream=stream,
10575
11626
  response_model=OrgMembership,
10576
11627
  error_models={
10577
11628
  "403": BasicError,
@@ -10585,6 +11636,7 @@ class OrgsClient:
10585
11636
  org: str,
10586
11637
  *,
10587
11638
  headers: Optional[Mapping[str, str]] = None,
11639
+ stream: bool = False,
10588
11640
  data: UserMembershipsOrgsOrgPatchBodyType,
10589
11641
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10590
11642
 
@@ -10595,6 +11647,7 @@ class OrgsClient:
10595
11647
  *,
10596
11648
  data: UnsetType = UNSET,
10597
11649
  headers: Optional[Mapping[str, str]] = None,
11650
+ stream: bool = False,
10598
11651
  state: Literal["active"],
10599
11652
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10600
11653
 
@@ -10603,6 +11656,7 @@ class OrgsClient:
10603
11656
  org: str,
10604
11657
  *,
10605
11658
  headers: Optional[Mapping[str, str]] = None,
11659
+ stream: bool = False,
10606
11660
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10607
11661
  **kwargs,
10608
11662
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10640,6 +11694,7 @@ class OrgsClient:
10640
11694
  url,
10641
11695
  json=exclude_unset(json),
10642
11696
  headers=exclude_unset(headers),
11697
+ stream=stream,
10643
11698
  response_model=OrgMembership,
10644
11699
  error_models={
10645
11700
  "403": BasicError,
@@ -10654,6 +11709,7 @@ class OrgsClient:
10654
11709
  org: str,
10655
11710
  *,
10656
11711
  headers: Optional[Mapping[str, str]] = None,
11712
+ stream: bool = False,
10657
11713
  data: UserMembershipsOrgsOrgPatchBodyType,
10658
11714
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10659
11715
 
@@ -10664,6 +11720,7 @@ class OrgsClient:
10664
11720
  *,
10665
11721
  data: UnsetType = UNSET,
10666
11722
  headers: Optional[Mapping[str, str]] = None,
11723
+ stream: bool = False,
10667
11724
  state: Literal["active"],
10668
11725
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10669
11726
 
@@ -10672,6 +11729,7 @@ class OrgsClient:
10672
11729
  org: str,
10673
11730
  *,
10674
11731
  headers: Optional[Mapping[str, str]] = None,
11732
+ stream: bool = False,
10675
11733
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10676
11734
  **kwargs,
10677
11735
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10709,6 +11767,7 @@ class OrgsClient:
10709
11767
  url,
10710
11768
  json=exclude_unset(json),
10711
11769
  headers=exclude_unset(headers),
11770
+ stream=stream,
10712
11771
  response_model=OrgMembership,
10713
11772
  error_models={
10714
11773
  "403": BasicError,
@@ -10723,6 +11782,7 @@ class OrgsClient:
10723
11782
  per_page: Missing[int] = UNSET,
10724
11783
  page: Missing[int] = UNSET,
10725
11784
  headers: Optional[Mapping[str, str]] = None,
11785
+ stream: bool = False,
10726
11786
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10727
11787
  """orgs/list-for-authenticated-user
10728
11788
 
@@ -10754,6 +11814,7 @@ class OrgsClient:
10754
11814
  url,
10755
11815
  params=exclude_unset(params),
10756
11816
  headers=exclude_unset(headers),
11817
+ stream=stream,
10757
11818
  response_model=list[OrganizationSimple],
10758
11819
  error_models={
10759
11820
  "403": BasicError,
@@ -10767,6 +11828,7 @@ class OrgsClient:
10767
11828
  per_page: Missing[int] = UNSET,
10768
11829
  page: Missing[int] = UNSET,
10769
11830
  headers: Optional[Mapping[str, str]] = None,
11831
+ stream: bool = False,
10770
11832
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10771
11833
  """orgs/list-for-authenticated-user
10772
11834
 
@@ -10798,6 +11860,7 @@ class OrgsClient:
10798
11860
  url,
10799
11861
  params=exclude_unset(params),
10800
11862
  headers=exclude_unset(headers),
11863
+ stream=stream,
10801
11864
  response_model=list[OrganizationSimple],
10802
11865
  error_models={
10803
11866
  "403": BasicError,
@@ -10812,6 +11875,7 @@ class OrgsClient:
10812
11875
  per_page: Missing[int] = UNSET,
10813
11876
  page: Missing[int] = UNSET,
10814
11877
  headers: Optional[Mapping[str, str]] = None,
11878
+ stream: bool = False,
10815
11879
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10816
11880
  """orgs/list-for-user
10817
11881
 
@@ -10840,6 +11904,7 @@ class OrgsClient:
10840
11904
  url,
10841
11905
  params=exclude_unset(params),
10842
11906
  headers=exclude_unset(headers),
11907
+ stream=stream,
10843
11908
  response_model=list[OrganizationSimple],
10844
11909
  )
10845
11910
 
@@ -10850,6 +11915,7 @@ class OrgsClient:
10850
11915
  per_page: Missing[int] = UNSET,
10851
11916
  page: Missing[int] = UNSET,
10852
11917
  headers: Optional[Mapping[str, str]] = None,
11918
+ stream: bool = False,
10853
11919
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10854
11920
  """orgs/list-for-user
10855
11921
 
@@ -10878,5 +11944,6 @@ class OrgsClient:
10878
11944
  url,
10879
11945
  params=exclude_unset(params),
10880
11946
  headers=exclude_unset(headers),
11947
+ stream=stream,
10881
11948
  response_model=list[OrganizationSimple],
10882
11949
  )