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
@@ -49,6 +49,7 @@ if TYPE_CHECKING:
49
49
  OrgHook,
50
50
  OrgMembership,
51
51
  OrgRepoCustomPropertyValues,
52
+ OrgsOrgAttestationsBulkListPostResponse200,
52
53
  OrgsOrgAttestationsSubjectDigestGetResponse200,
53
54
  OrgsOrgInstallationsGetResponse200,
54
55
  OrgsOrgOrganizationRolesGetResponse200,
@@ -87,6 +88,10 @@ if TYPE_CHECKING:
87
88
  OrgHookType,
88
89
  OrgMembershipType,
89
90
  OrgRepoCustomPropertyValuesType,
91
+ OrgsOrgAttestationsBulkListPostBodyType,
92
+ OrgsOrgAttestationsBulkListPostResponse200Type,
93
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
94
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
90
95
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
91
96
  OrgsOrgHooksHookIdConfigPatchBodyType,
92
97
  OrgsOrgHooksHookIdPatchBodyPropConfigType,
@@ -140,6 +145,7 @@ class OrgsClient:
140
145
  since: Missing[int] = UNSET,
141
146
  per_page: Missing[int] = UNSET,
142
147
  headers: Optional[Mapping[str, str]] = None,
148
+ stream: bool = False,
143
149
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
144
150
  """orgs/list
145
151
 
@@ -169,6 +175,7 @@ class OrgsClient:
169
175
  url,
170
176
  params=exclude_unset(params),
171
177
  headers=exclude_unset(headers),
178
+ stream=stream,
172
179
  response_model=list[OrganizationSimple],
173
180
  )
174
181
 
@@ -178,6 +185,7 @@ class OrgsClient:
178
185
  since: Missing[int] = UNSET,
179
186
  per_page: Missing[int] = UNSET,
180
187
  headers: Optional[Mapping[str, str]] = None,
188
+ stream: bool = False,
181
189
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
182
190
  """orgs/list
183
191
 
@@ -207,6 +215,7 @@ class OrgsClient:
207
215
  url,
208
216
  params=exclude_unset(params),
209
217
  headers=exclude_unset(headers),
218
+ stream=stream,
210
219
  response_model=list[OrganizationSimple],
211
220
  )
212
221
 
@@ -215,6 +224,7 @@ class OrgsClient:
215
224
  org: str,
216
225
  *,
217
226
  headers: Optional[Mapping[str, str]] = None,
227
+ stream: bool = False,
218
228
  ) -> Response[OrganizationFull, OrganizationFullType]:
219
229
  """orgs/get
220
230
 
@@ -243,6 +253,7 @@ class OrgsClient:
243
253
  "GET",
244
254
  url,
245
255
  headers=exclude_unset(headers),
256
+ stream=stream,
246
257
  response_model=OrganizationFull,
247
258
  error_models={
248
259
  "404": BasicError,
@@ -254,6 +265,7 @@ class OrgsClient:
254
265
  org: str,
255
266
  *,
256
267
  headers: Optional[Mapping[str, str]] = None,
268
+ stream: bool = False,
257
269
  ) -> Response[OrganizationFull, OrganizationFullType]:
258
270
  """orgs/get
259
271
 
@@ -282,6 +294,7 @@ class OrgsClient:
282
294
  "GET",
283
295
  url,
284
296
  headers=exclude_unset(headers),
297
+ stream=stream,
285
298
  response_model=OrganizationFull,
286
299
  error_models={
287
300
  "404": BasicError,
@@ -293,6 +306,7 @@ class OrgsClient:
293
306
  org: str,
294
307
  *,
295
308
  headers: Optional[Mapping[str, str]] = None,
309
+ stream: bool = False,
296
310
  ) -> Response[
297
311
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
298
312
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -325,6 +339,7 @@ class OrgsClient:
325
339
  "DELETE",
326
340
  url,
327
341
  headers=exclude_unset(headers),
342
+ stream=stream,
328
343
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
329
344
  error_models={
330
345
  "404": BasicError,
@@ -337,6 +352,7 @@ class OrgsClient:
337
352
  org: str,
338
353
  *,
339
354
  headers: Optional[Mapping[str, str]] = None,
355
+ stream: bool = False,
340
356
  ) -> Response[
341
357
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
342
358
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -369,6 +385,7 @@ class OrgsClient:
369
385
  "DELETE",
370
386
  url,
371
387
  headers=exclude_unset(headers),
388
+ stream=stream,
372
389
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
373
390
  error_models={
374
391
  "404": BasicError,
@@ -382,6 +399,7 @@ class OrgsClient:
382
399
  org: str,
383
400
  *,
384
401
  headers: Optional[Mapping[str, str]] = None,
402
+ stream: bool = False,
385
403
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
386
404
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
387
405
 
@@ -392,6 +410,7 @@ class OrgsClient:
392
410
  *,
393
411
  data: UnsetType = UNSET,
394
412
  headers: Optional[Mapping[str, str]] = None,
413
+ stream: bool = False,
395
414
  billing_email: Missing[str] = UNSET,
396
415
  company: Missing[str] = UNSET,
397
416
  email: Missing[str] = UNSET,
@@ -435,6 +454,7 @@ class OrgsClient:
435
454
  org: str,
436
455
  *,
437
456
  headers: Optional[Mapping[str, str]] = None,
457
+ stream: bool = False,
438
458
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
439
459
  **kwargs,
440
460
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -485,6 +505,7 @@ class OrgsClient:
485
505
  url,
486
506
  json=exclude_unset(json),
487
507
  headers=exclude_unset(headers),
508
+ stream=stream,
488
509
  response_model=OrganizationFull,
489
510
  error_models={
490
511
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -498,6 +519,7 @@ class OrgsClient:
498
519
  org: str,
499
520
  *,
500
521
  headers: Optional[Mapping[str, str]] = None,
522
+ stream: bool = False,
501
523
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
502
524
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
503
525
 
@@ -508,6 +530,7 @@ class OrgsClient:
508
530
  *,
509
531
  data: UnsetType = UNSET,
510
532
  headers: Optional[Mapping[str, str]] = None,
533
+ stream: bool = False,
511
534
  billing_email: Missing[str] = UNSET,
512
535
  company: Missing[str] = UNSET,
513
536
  email: Missing[str] = UNSET,
@@ -551,6 +574,7 @@ class OrgsClient:
551
574
  org: str,
552
575
  *,
553
576
  headers: Optional[Mapping[str, str]] = None,
577
+ stream: bool = False,
554
578
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
555
579
  **kwargs,
556
580
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -601,6 +625,7 @@ class OrgsClient:
601
625
  url,
602
626
  json=exclude_unset(json),
603
627
  headers=exclude_unset(headers),
628
+ stream=stream,
604
629
  response_model=OrganizationFull,
605
630
  error_models={
606
631
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -608,6 +633,524 @@ class OrgsClient:
608
633
  },
609
634
  )
610
635
 
636
+ @overload
637
+ def list_attestations_bulk(
638
+ self,
639
+ org: str,
640
+ *,
641
+ per_page: Missing[int] = UNSET,
642
+ before: Missing[str] = UNSET,
643
+ after: Missing[str] = UNSET,
644
+ headers: Optional[Mapping[str, str]] = None,
645
+ stream: bool = False,
646
+ data: OrgsOrgAttestationsBulkListPostBodyType,
647
+ ) -> Response[
648
+ OrgsOrgAttestationsBulkListPostResponse200,
649
+ OrgsOrgAttestationsBulkListPostResponse200Type,
650
+ ]: ...
651
+
652
+ @overload
653
+ def list_attestations_bulk(
654
+ self,
655
+ org: str,
656
+ *,
657
+ per_page: Missing[int] = UNSET,
658
+ before: Missing[str] = UNSET,
659
+ after: Missing[str] = UNSET,
660
+ data: UnsetType = UNSET,
661
+ headers: Optional[Mapping[str, str]] = None,
662
+ stream: bool = False,
663
+ subject_digests: list[str],
664
+ predicate_type: Missing[str] = UNSET,
665
+ ) -> Response[
666
+ OrgsOrgAttestationsBulkListPostResponse200,
667
+ OrgsOrgAttestationsBulkListPostResponse200Type,
668
+ ]: ...
669
+
670
+ def list_attestations_bulk(
671
+ self,
672
+ org: str,
673
+ *,
674
+ per_page: Missing[int] = UNSET,
675
+ before: Missing[str] = UNSET,
676
+ after: Missing[str] = UNSET,
677
+ headers: Optional[Mapping[str, str]] = None,
678
+ stream: bool = False,
679
+ data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
680
+ **kwargs,
681
+ ) -> Response[
682
+ OrgsOrgAttestationsBulkListPostResponse200,
683
+ OrgsOrgAttestationsBulkListPostResponse200Type,
684
+ ]:
685
+ """orgs/list-attestations-bulk
686
+
687
+ POST /orgs/{org}/attestations/bulk-list
688
+
689
+ List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
690
+
691
+ 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.
692
+
693
+ **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/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
694
+
695
+ See also: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests
696
+ """
697
+
698
+ from ..models import (
699
+ OrgsOrgAttestationsBulkListPostBody,
700
+ OrgsOrgAttestationsBulkListPostResponse200,
701
+ )
702
+
703
+ url = f"/orgs/{org}/attestations/bulk-list"
704
+
705
+ params = {
706
+ "per_page": per_page,
707
+ "before": before,
708
+ "after": after,
709
+ }
710
+
711
+ headers = {
712
+ "Content-Type": "application/json",
713
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
714
+ **(headers or {}),
715
+ }
716
+
717
+ json = kwargs if data is UNSET else data
718
+ if self._github.config.rest_api_validate_body:
719
+ json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
720
+ json = model_dump(json) if isinstance(json, BaseModel) else json
721
+
722
+ return self._github.request(
723
+ "POST",
724
+ url,
725
+ params=exclude_unset(params),
726
+ json=exclude_unset(json),
727
+ headers=exclude_unset(headers),
728
+ stream=stream,
729
+ response_model=OrgsOrgAttestationsBulkListPostResponse200,
730
+ )
731
+
732
+ @overload
733
+ async def async_list_attestations_bulk(
734
+ self,
735
+ org: str,
736
+ *,
737
+ per_page: Missing[int] = UNSET,
738
+ before: Missing[str] = UNSET,
739
+ after: Missing[str] = UNSET,
740
+ headers: Optional[Mapping[str, str]] = None,
741
+ stream: bool = False,
742
+ data: OrgsOrgAttestationsBulkListPostBodyType,
743
+ ) -> Response[
744
+ OrgsOrgAttestationsBulkListPostResponse200,
745
+ OrgsOrgAttestationsBulkListPostResponse200Type,
746
+ ]: ...
747
+
748
+ @overload
749
+ async def async_list_attestations_bulk(
750
+ self,
751
+ org: str,
752
+ *,
753
+ per_page: Missing[int] = UNSET,
754
+ before: Missing[str] = UNSET,
755
+ after: Missing[str] = UNSET,
756
+ data: UnsetType = UNSET,
757
+ headers: Optional[Mapping[str, str]] = None,
758
+ stream: bool = False,
759
+ subject_digests: list[str],
760
+ predicate_type: Missing[str] = UNSET,
761
+ ) -> Response[
762
+ OrgsOrgAttestationsBulkListPostResponse200,
763
+ OrgsOrgAttestationsBulkListPostResponse200Type,
764
+ ]: ...
765
+
766
+ async def async_list_attestations_bulk(
767
+ self,
768
+ org: str,
769
+ *,
770
+ per_page: Missing[int] = UNSET,
771
+ before: Missing[str] = UNSET,
772
+ after: Missing[str] = UNSET,
773
+ headers: Optional[Mapping[str, str]] = None,
774
+ stream: bool = False,
775
+ data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
776
+ **kwargs,
777
+ ) -> Response[
778
+ OrgsOrgAttestationsBulkListPostResponse200,
779
+ OrgsOrgAttestationsBulkListPostResponse200Type,
780
+ ]:
781
+ """orgs/list-attestations-bulk
782
+
783
+ POST /orgs/{org}/attestations/bulk-list
784
+
785
+ List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
786
+
787
+ 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.
788
+
789
+ **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/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
790
+
791
+ See also: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests
792
+ """
793
+
794
+ from ..models import (
795
+ OrgsOrgAttestationsBulkListPostBody,
796
+ OrgsOrgAttestationsBulkListPostResponse200,
797
+ )
798
+
799
+ url = f"/orgs/{org}/attestations/bulk-list"
800
+
801
+ params = {
802
+ "per_page": per_page,
803
+ "before": before,
804
+ "after": after,
805
+ }
806
+
807
+ headers = {
808
+ "Content-Type": "application/json",
809
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
810
+ **(headers or {}),
811
+ }
812
+
813
+ json = kwargs if data is UNSET else data
814
+ if self._github.config.rest_api_validate_body:
815
+ json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
816
+ json = model_dump(json) if isinstance(json, BaseModel) else json
817
+
818
+ return await self._github.arequest(
819
+ "POST",
820
+ url,
821
+ params=exclude_unset(params),
822
+ json=exclude_unset(json),
823
+ headers=exclude_unset(headers),
824
+ stream=stream,
825
+ response_model=OrgsOrgAttestationsBulkListPostResponse200,
826
+ )
827
+
828
+ @overload
829
+ def delete_attestations_bulk(
830
+ self,
831
+ org: str,
832
+ *,
833
+ headers: Optional[Mapping[str, str]] = None,
834
+ stream: bool = False,
835
+ data: Union[
836
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
837
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
838
+ ],
839
+ ) -> Response: ...
840
+
841
+ @overload
842
+ def delete_attestations_bulk(
843
+ self,
844
+ org: str,
845
+ *,
846
+ data: UnsetType = UNSET,
847
+ headers: Optional[Mapping[str, str]] = None,
848
+ stream: bool = False,
849
+ subject_digests: list[str],
850
+ ) -> Response: ...
851
+
852
+ @overload
853
+ def delete_attestations_bulk(
854
+ self,
855
+ org: str,
856
+ *,
857
+ data: UnsetType = UNSET,
858
+ headers: Optional[Mapping[str, str]] = None,
859
+ stream: bool = False,
860
+ attestation_ids: list[int],
861
+ ) -> Response: ...
862
+
863
+ def delete_attestations_bulk(
864
+ self,
865
+ org: str,
866
+ *,
867
+ headers: Optional[Mapping[str, str]] = None,
868
+ stream: bool = False,
869
+ data: Missing[
870
+ Union[
871
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
872
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
873
+ ]
874
+ ] = UNSET,
875
+ **kwargs,
876
+ ) -> Response:
877
+ """orgs/delete-attestations-bulk
878
+
879
+ POST /orgs/{org}/attestations/delete-request
880
+
881
+ Delete artifact attestations in bulk by either subject digests or unique ID.
882
+
883
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
884
+ """
885
+
886
+ from typing import Union
887
+
888
+ from ..models import (
889
+ BasicError,
890
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
891
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
892
+ )
893
+
894
+ url = f"/orgs/{org}/attestations/delete-request"
895
+
896
+ headers = {
897
+ "Content-Type": "application/json",
898
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
899
+ **(headers or {}),
900
+ }
901
+
902
+ json = kwargs if data is UNSET else data
903
+ if self._github.config.rest_api_validate_body:
904
+ json = type_validate_python(
905
+ Union[
906
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
907
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
908
+ ],
909
+ json,
910
+ )
911
+ json = model_dump(json) if isinstance(json, BaseModel) else json
912
+
913
+ return self._github.request(
914
+ "POST",
915
+ url,
916
+ json=exclude_unset(json),
917
+ headers=exclude_unset(headers),
918
+ stream=stream,
919
+ error_models={
920
+ "404": BasicError,
921
+ },
922
+ )
923
+
924
+ @overload
925
+ async def async_delete_attestations_bulk(
926
+ self,
927
+ org: str,
928
+ *,
929
+ headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
931
+ data: Union[
932
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
933
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
934
+ ],
935
+ ) -> Response: ...
936
+
937
+ @overload
938
+ async def async_delete_attestations_bulk(
939
+ self,
940
+ org: str,
941
+ *,
942
+ data: UnsetType = UNSET,
943
+ headers: Optional[Mapping[str, str]] = None,
944
+ stream: bool = False,
945
+ subject_digests: list[str],
946
+ ) -> Response: ...
947
+
948
+ @overload
949
+ async def async_delete_attestations_bulk(
950
+ self,
951
+ org: str,
952
+ *,
953
+ data: UnsetType = UNSET,
954
+ headers: Optional[Mapping[str, str]] = None,
955
+ stream: bool = False,
956
+ attestation_ids: list[int],
957
+ ) -> Response: ...
958
+
959
+ async def async_delete_attestations_bulk(
960
+ self,
961
+ org: str,
962
+ *,
963
+ headers: Optional[Mapping[str, str]] = None,
964
+ stream: bool = False,
965
+ data: Missing[
966
+ Union[
967
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
968
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
969
+ ]
970
+ ] = UNSET,
971
+ **kwargs,
972
+ ) -> Response:
973
+ """orgs/delete-attestations-bulk
974
+
975
+ POST /orgs/{org}/attestations/delete-request
976
+
977
+ Delete artifact attestations in bulk by either subject digests or unique ID.
978
+
979
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
980
+ """
981
+
982
+ from typing import Union
983
+
984
+ from ..models import (
985
+ BasicError,
986
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
987
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
988
+ )
989
+
990
+ url = f"/orgs/{org}/attestations/delete-request"
991
+
992
+ headers = {
993
+ "Content-Type": "application/json",
994
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
995
+ **(headers or {}),
996
+ }
997
+
998
+ json = kwargs if data is UNSET else data
999
+ if self._github.config.rest_api_validate_body:
1000
+ json = type_validate_python(
1001
+ Union[
1002
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1003
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1004
+ ],
1005
+ json,
1006
+ )
1007
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1008
+
1009
+ return await self._github.arequest(
1010
+ "POST",
1011
+ url,
1012
+ json=exclude_unset(json),
1013
+ headers=exclude_unset(headers),
1014
+ stream=stream,
1015
+ error_models={
1016
+ "404": BasicError,
1017
+ },
1018
+ )
1019
+
1020
+ def delete_attestations_by_subject_digest(
1021
+ self,
1022
+ org: str,
1023
+ subject_digest: str,
1024
+ *,
1025
+ headers: Optional[Mapping[str, str]] = None,
1026
+ stream: bool = False,
1027
+ ) -> Response:
1028
+ """orgs/delete-attestations-by-subject-digest
1029
+
1030
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1031
+
1032
+ Delete an artifact attestation by subject digest.
1033
+
1034
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1035
+ """
1036
+
1037
+ from ..models import BasicError
1038
+
1039
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1040
+
1041
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1042
+
1043
+ return self._github.request(
1044
+ "DELETE",
1045
+ url,
1046
+ headers=exclude_unset(headers),
1047
+ stream=stream,
1048
+ error_models={
1049
+ "404": BasicError,
1050
+ },
1051
+ )
1052
+
1053
+ async def async_delete_attestations_by_subject_digest(
1054
+ self,
1055
+ org: str,
1056
+ subject_digest: str,
1057
+ *,
1058
+ headers: Optional[Mapping[str, str]] = None,
1059
+ stream: bool = False,
1060
+ ) -> Response:
1061
+ """orgs/delete-attestations-by-subject-digest
1062
+
1063
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1064
+
1065
+ Delete an artifact attestation by subject digest.
1066
+
1067
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1068
+ """
1069
+
1070
+ from ..models import BasicError
1071
+
1072
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1073
+
1074
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1075
+
1076
+ return await self._github.arequest(
1077
+ "DELETE",
1078
+ url,
1079
+ headers=exclude_unset(headers),
1080
+ stream=stream,
1081
+ error_models={
1082
+ "404": BasicError,
1083
+ },
1084
+ )
1085
+
1086
+ def delete_attestations_by_id(
1087
+ self,
1088
+ org: str,
1089
+ attestation_id: int,
1090
+ *,
1091
+ headers: Optional[Mapping[str, str]] = None,
1092
+ stream: bool = False,
1093
+ ) -> Response:
1094
+ """orgs/delete-attestations-by-id
1095
+
1096
+ DELETE /orgs/{org}/attestations/{attestation_id}
1097
+
1098
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1099
+
1100
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1101
+ """
1102
+
1103
+ from ..models import BasicError
1104
+
1105
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1106
+
1107
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1108
+
1109
+ return self._github.request(
1110
+ "DELETE",
1111
+ url,
1112
+ headers=exclude_unset(headers),
1113
+ stream=stream,
1114
+ error_models={
1115
+ "403": BasicError,
1116
+ "404": BasicError,
1117
+ },
1118
+ )
1119
+
1120
+ async def async_delete_attestations_by_id(
1121
+ self,
1122
+ org: str,
1123
+ attestation_id: int,
1124
+ *,
1125
+ headers: Optional[Mapping[str, str]] = None,
1126
+ stream: bool = False,
1127
+ ) -> Response:
1128
+ """orgs/delete-attestations-by-id
1129
+
1130
+ DELETE /orgs/{org}/attestations/{attestation_id}
1131
+
1132
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1133
+
1134
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1135
+ """
1136
+
1137
+ from ..models import BasicError
1138
+
1139
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1140
+
1141
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1142
+
1143
+ return await self._github.arequest(
1144
+ "DELETE",
1145
+ url,
1146
+ headers=exclude_unset(headers),
1147
+ stream=stream,
1148
+ error_models={
1149
+ "403": BasicError,
1150
+ "404": BasicError,
1151
+ },
1152
+ )
1153
+
611
1154
  def list_attestations(
612
1155
  self,
613
1156
  org: str,
@@ -618,6 +1161,7 @@ class OrgsClient:
618
1161
  after: Missing[str] = UNSET,
619
1162
  predicate_type: Missing[str] = UNSET,
620
1163
  headers: Optional[Mapping[str, str]] = None,
1164
+ stream: bool = False,
621
1165
  ) -> Response[
622
1166
  OrgsOrgAttestationsSubjectDigestGetResponse200,
623
1167
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -653,6 +1197,7 @@ class OrgsClient:
653
1197
  url,
654
1198
  params=exclude_unset(params),
655
1199
  headers=exclude_unset(headers),
1200
+ stream=stream,
656
1201
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
657
1202
  )
658
1203
 
@@ -666,6 +1211,7 @@ class OrgsClient:
666
1211
  after: Missing[str] = UNSET,
667
1212
  predicate_type: Missing[str] = UNSET,
668
1213
  headers: Optional[Mapping[str, str]] = None,
1214
+ stream: bool = False,
669
1215
  ) -> Response[
670
1216
  OrgsOrgAttestationsSubjectDigestGetResponse200,
671
1217
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -701,6 +1247,7 @@ class OrgsClient:
701
1247
  url,
702
1248
  params=exclude_unset(params),
703
1249
  headers=exclude_unset(headers),
1250
+ stream=stream,
704
1251
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
705
1252
  )
706
1253
 
@@ -711,6 +1258,7 @@ class OrgsClient:
711
1258
  per_page: Missing[int] = UNSET,
712
1259
  page: Missing[int] = UNSET,
713
1260
  headers: Optional[Mapping[str, str]] = None,
1261
+ stream: bool = False,
714
1262
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
715
1263
  """orgs/list-blocked-users
716
1264
 
@@ -737,6 +1285,7 @@ class OrgsClient:
737
1285
  url,
738
1286
  params=exclude_unset(params),
739
1287
  headers=exclude_unset(headers),
1288
+ stream=stream,
740
1289
  response_model=list[SimpleUser],
741
1290
  )
742
1291
 
@@ -747,6 +1296,7 @@ class OrgsClient:
747
1296
  per_page: Missing[int] = UNSET,
748
1297
  page: Missing[int] = UNSET,
749
1298
  headers: Optional[Mapping[str, str]] = None,
1299
+ stream: bool = False,
750
1300
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
751
1301
  """orgs/list-blocked-users
752
1302
 
@@ -773,6 +1323,7 @@ class OrgsClient:
773
1323
  url,
774
1324
  params=exclude_unset(params),
775
1325
  headers=exclude_unset(headers),
1326
+ stream=stream,
776
1327
  response_model=list[SimpleUser],
777
1328
  )
778
1329
 
@@ -782,6 +1333,7 @@ class OrgsClient:
782
1333
  username: str,
783
1334
  *,
784
1335
  headers: Optional[Mapping[str, str]] = None,
1336
+ stream: bool = False,
785
1337
  ) -> Response:
786
1338
  """orgs/check-blocked-user
787
1339
 
@@ -802,6 +1354,7 @@ class OrgsClient:
802
1354
  "GET",
803
1355
  url,
804
1356
  headers=exclude_unset(headers),
1357
+ stream=stream,
805
1358
  error_models={
806
1359
  "404": BasicError,
807
1360
  },
@@ -813,6 +1366,7 @@ class OrgsClient:
813
1366
  username: str,
814
1367
  *,
815
1368
  headers: Optional[Mapping[str, str]] = None,
1369
+ stream: bool = False,
816
1370
  ) -> Response:
817
1371
  """orgs/check-blocked-user
818
1372
 
@@ -833,6 +1387,7 @@ class OrgsClient:
833
1387
  "GET",
834
1388
  url,
835
1389
  headers=exclude_unset(headers),
1390
+ stream=stream,
836
1391
  error_models={
837
1392
  "404": BasicError,
838
1393
  },
@@ -844,6 +1399,7 @@ class OrgsClient:
844
1399
  username: str,
845
1400
  *,
846
1401
  headers: Optional[Mapping[str, str]] = None,
1402
+ stream: bool = False,
847
1403
  ) -> Response:
848
1404
  """orgs/block-user
849
1405
 
@@ -864,6 +1420,7 @@ class OrgsClient:
864
1420
  "PUT",
865
1421
  url,
866
1422
  headers=exclude_unset(headers),
1423
+ stream=stream,
867
1424
  error_models={
868
1425
  "422": ValidationError,
869
1426
  },
@@ -875,6 +1432,7 @@ class OrgsClient:
875
1432
  username: str,
876
1433
  *,
877
1434
  headers: Optional[Mapping[str, str]] = None,
1435
+ stream: bool = False,
878
1436
  ) -> Response:
879
1437
  """orgs/block-user
880
1438
 
@@ -895,6 +1453,7 @@ class OrgsClient:
895
1453
  "PUT",
896
1454
  url,
897
1455
  headers=exclude_unset(headers),
1456
+ stream=stream,
898
1457
  error_models={
899
1458
  "422": ValidationError,
900
1459
  },
@@ -906,6 +1465,7 @@ class OrgsClient:
906
1465
  username: str,
907
1466
  *,
908
1467
  headers: Optional[Mapping[str, str]] = None,
1468
+ stream: bool = False,
909
1469
  ) -> Response:
910
1470
  """orgs/unblock-user
911
1471
 
@@ -924,6 +1484,7 @@ class OrgsClient:
924
1484
  "DELETE",
925
1485
  url,
926
1486
  headers=exclude_unset(headers),
1487
+ stream=stream,
927
1488
  )
928
1489
 
929
1490
  async def async_unblock_user(
@@ -932,6 +1493,7 @@ class OrgsClient:
932
1493
  username: str,
933
1494
  *,
934
1495
  headers: Optional[Mapping[str, str]] = None,
1496
+ stream: bool = False,
935
1497
  ) -> Response:
936
1498
  """orgs/unblock-user
937
1499
 
@@ -950,6 +1512,7 @@ class OrgsClient:
950
1512
  "DELETE",
951
1513
  url,
952
1514
  headers=exclude_unset(headers),
1515
+ stream=stream,
953
1516
  )
954
1517
 
955
1518
  def list_failed_invitations(
@@ -959,6 +1522,7 @@ class OrgsClient:
959
1522
  per_page: Missing[int] = UNSET,
960
1523
  page: Missing[int] = UNSET,
961
1524
  headers: Optional[Mapping[str, str]] = None,
1525
+ stream: bool = False,
962
1526
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
963
1527
  """orgs/list-failed-invitations
964
1528
 
@@ -985,6 +1549,7 @@ class OrgsClient:
985
1549
  url,
986
1550
  params=exclude_unset(params),
987
1551
  headers=exclude_unset(headers),
1552
+ stream=stream,
988
1553
  response_model=list[OrganizationInvitation],
989
1554
  error_models={
990
1555
  "404": BasicError,
@@ -998,6 +1563,7 @@ class OrgsClient:
998
1563
  per_page: Missing[int] = UNSET,
999
1564
  page: Missing[int] = UNSET,
1000
1565
  headers: Optional[Mapping[str, str]] = None,
1566
+ stream: bool = False,
1001
1567
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1002
1568
  """orgs/list-failed-invitations
1003
1569
 
@@ -1024,6 +1590,7 @@ class OrgsClient:
1024
1590
  url,
1025
1591
  params=exclude_unset(params),
1026
1592
  headers=exclude_unset(headers),
1593
+ stream=stream,
1027
1594
  response_model=list[OrganizationInvitation],
1028
1595
  error_models={
1029
1596
  "404": BasicError,
@@ -1037,6 +1604,7 @@ class OrgsClient:
1037
1604
  per_page: Missing[int] = UNSET,
1038
1605
  page: Missing[int] = UNSET,
1039
1606
  headers: Optional[Mapping[str, str]] = None,
1607
+ stream: bool = False,
1040
1608
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1041
1609
  """orgs/list-webhooks
1042
1610
 
@@ -1068,6 +1636,7 @@ class OrgsClient:
1068
1636
  url,
1069
1637
  params=exclude_unset(params),
1070
1638
  headers=exclude_unset(headers),
1639
+ stream=stream,
1071
1640
  response_model=list[OrgHook],
1072
1641
  error_models={
1073
1642
  "404": BasicError,
@@ -1081,6 +1650,7 @@ class OrgsClient:
1081
1650
  per_page: Missing[int] = UNSET,
1082
1651
  page: Missing[int] = UNSET,
1083
1652
  headers: Optional[Mapping[str, str]] = None,
1653
+ stream: bool = False,
1084
1654
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1085
1655
  """orgs/list-webhooks
1086
1656
 
@@ -1112,6 +1682,7 @@ class OrgsClient:
1112
1682
  url,
1113
1683
  params=exclude_unset(params),
1114
1684
  headers=exclude_unset(headers),
1685
+ stream=stream,
1115
1686
  response_model=list[OrgHook],
1116
1687
  error_models={
1117
1688
  "404": BasicError,
@@ -1124,6 +1695,7 @@ class OrgsClient:
1124
1695
  org: str,
1125
1696
  *,
1126
1697
  headers: Optional[Mapping[str, str]] = None,
1698
+ stream: bool = False,
1127
1699
  data: OrgsOrgHooksPostBodyType,
1128
1700
  ) -> Response[OrgHook, OrgHookType]: ...
1129
1701
 
@@ -1134,6 +1706,7 @@ class OrgsClient:
1134
1706
  *,
1135
1707
  data: UnsetType = UNSET,
1136
1708
  headers: Optional[Mapping[str, str]] = None,
1709
+ stream: bool = False,
1137
1710
  name: str,
1138
1711
  config: OrgsOrgHooksPostBodyPropConfigType,
1139
1712
  events: Missing[list[str]] = UNSET,
@@ -1145,6 +1718,7 @@ class OrgsClient:
1145
1718
  org: str,
1146
1719
  *,
1147
1720
  headers: Optional[Mapping[str, str]] = None,
1721
+ stream: bool = False,
1148
1722
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1149
1723
  **kwargs,
1150
1724
  ) -> Response[OrgHook, OrgHookType]:
@@ -1182,6 +1756,7 @@ class OrgsClient:
1182
1756
  url,
1183
1757
  json=exclude_unset(json),
1184
1758
  headers=exclude_unset(headers),
1759
+ stream=stream,
1185
1760
  response_model=OrgHook,
1186
1761
  error_models={
1187
1762
  "422": ValidationError,
@@ -1195,6 +1770,7 @@ class OrgsClient:
1195
1770
  org: str,
1196
1771
  *,
1197
1772
  headers: Optional[Mapping[str, str]] = None,
1773
+ stream: bool = False,
1198
1774
  data: OrgsOrgHooksPostBodyType,
1199
1775
  ) -> Response[OrgHook, OrgHookType]: ...
1200
1776
 
@@ -1205,6 +1781,7 @@ class OrgsClient:
1205
1781
  *,
1206
1782
  data: UnsetType = UNSET,
1207
1783
  headers: Optional[Mapping[str, str]] = None,
1784
+ stream: bool = False,
1208
1785
  name: str,
1209
1786
  config: OrgsOrgHooksPostBodyPropConfigType,
1210
1787
  events: Missing[list[str]] = UNSET,
@@ -1216,6 +1793,7 @@ class OrgsClient:
1216
1793
  org: str,
1217
1794
  *,
1218
1795
  headers: Optional[Mapping[str, str]] = None,
1796
+ stream: bool = False,
1219
1797
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1220
1798
  **kwargs,
1221
1799
  ) -> Response[OrgHook, OrgHookType]:
@@ -1253,6 +1831,7 @@ class OrgsClient:
1253
1831
  url,
1254
1832
  json=exclude_unset(json),
1255
1833
  headers=exclude_unset(headers),
1834
+ stream=stream,
1256
1835
  response_model=OrgHook,
1257
1836
  error_models={
1258
1837
  "422": ValidationError,
@@ -1266,6 +1845,7 @@ class OrgsClient:
1266
1845
  hook_id: int,
1267
1846
  *,
1268
1847
  headers: Optional[Mapping[str, str]] = None,
1848
+ stream: bool = False,
1269
1849
  ) -> Response[OrgHook, OrgHookType]:
1270
1850
  """orgs/get-webhook
1271
1851
 
@@ -1292,6 +1872,7 @@ class OrgsClient:
1292
1872
  "GET",
1293
1873
  url,
1294
1874
  headers=exclude_unset(headers),
1875
+ stream=stream,
1295
1876
  response_model=OrgHook,
1296
1877
  error_models={
1297
1878
  "404": BasicError,
@@ -1304,6 +1885,7 @@ class OrgsClient:
1304
1885
  hook_id: int,
1305
1886
  *,
1306
1887
  headers: Optional[Mapping[str, str]] = None,
1888
+ stream: bool = False,
1307
1889
  ) -> Response[OrgHook, OrgHookType]:
1308
1890
  """orgs/get-webhook
1309
1891
 
@@ -1330,6 +1912,7 @@ class OrgsClient:
1330
1912
  "GET",
1331
1913
  url,
1332
1914
  headers=exclude_unset(headers),
1915
+ stream=stream,
1333
1916
  response_model=OrgHook,
1334
1917
  error_models={
1335
1918
  "404": BasicError,
@@ -1342,6 +1925,7 @@ class OrgsClient:
1342
1925
  hook_id: int,
1343
1926
  *,
1344
1927
  headers: Optional[Mapping[str, str]] = None,
1928
+ stream: bool = False,
1345
1929
  ) -> Response:
1346
1930
  """orgs/delete-webhook
1347
1931
 
@@ -1367,6 +1951,7 @@ class OrgsClient:
1367
1951
  "DELETE",
1368
1952
  url,
1369
1953
  headers=exclude_unset(headers),
1954
+ stream=stream,
1370
1955
  error_models={
1371
1956
  "404": BasicError,
1372
1957
  },
@@ -1378,6 +1963,7 @@ class OrgsClient:
1378
1963
  hook_id: int,
1379
1964
  *,
1380
1965
  headers: Optional[Mapping[str, str]] = None,
1966
+ stream: bool = False,
1381
1967
  ) -> Response:
1382
1968
  """orgs/delete-webhook
1383
1969
 
@@ -1403,6 +1989,7 @@ class OrgsClient:
1403
1989
  "DELETE",
1404
1990
  url,
1405
1991
  headers=exclude_unset(headers),
1992
+ stream=stream,
1406
1993
  error_models={
1407
1994
  "404": BasicError,
1408
1995
  },
@@ -1415,6 +2002,7 @@ class OrgsClient:
1415
2002
  hook_id: int,
1416
2003
  *,
1417
2004
  headers: Optional[Mapping[str, str]] = None,
2005
+ stream: bool = False,
1418
2006
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1419
2007
  ) -> Response[OrgHook, OrgHookType]: ...
1420
2008
 
@@ -1426,6 +2014,7 @@ class OrgsClient:
1426
2014
  *,
1427
2015
  data: UnsetType = UNSET,
1428
2016
  headers: Optional[Mapping[str, str]] = None,
2017
+ stream: bool = False,
1429
2018
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1430
2019
  events: Missing[list[str]] = UNSET,
1431
2020
  active: Missing[bool] = UNSET,
@@ -1438,6 +2027,7 @@ class OrgsClient:
1438
2027
  hook_id: int,
1439
2028
  *,
1440
2029
  headers: Optional[Mapping[str, str]] = None,
2030
+ stream: bool = False,
1441
2031
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1442
2032
  **kwargs,
1443
2033
  ) -> Response[OrgHook, OrgHookType]:
@@ -1484,6 +2074,7 @@ class OrgsClient:
1484
2074
  url,
1485
2075
  json=exclude_unset(json),
1486
2076
  headers=exclude_unset(headers),
2077
+ stream=stream,
1487
2078
  response_model=OrgHook,
1488
2079
  error_models={
1489
2080
  "422": ValidationError,
@@ -1498,6 +2089,7 @@ class OrgsClient:
1498
2089
  hook_id: int,
1499
2090
  *,
1500
2091
  headers: Optional[Mapping[str, str]] = None,
2092
+ stream: bool = False,
1501
2093
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1502
2094
  ) -> Response[OrgHook, OrgHookType]: ...
1503
2095
 
@@ -1509,6 +2101,7 @@ class OrgsClient:
1509
2101
  *,
1510
2102
  data: UnsetType = UNSET,
1511
2103
  headers: Optional[Mapping[str, str]] = None,
2104
+ stream: bool = False,
1512
2105
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1513
2106
  events: Missing[list[str]] = UNSET,
1514
2107
  active: Missing[bool] = UNSET,
@@ -1521,6 +2114,7 @@ class OrgsClient:
1521
2114
  hook_id: int,
1522
2115
  *,
1523
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1524
2118
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1525
2119
  **kwargs,
1526
2120
  ) -> Response[OrgHook, OrgHookType]:
@@ -1567,6 +2161,7 @@ class OrgsClient:
1567
2161
  url,
1568
2162
  json=exclude_unset(json),
1569
2163
  headers=exclude_unset(headers),
2164
+ stream=stream,
1570
2165
  response_model=OrgHook,
1571
2166
  error_models={
1572
2167
  "422": ValidationError,
@@ -1580,6 +2175,7 @@ class OrgsClient:
1580
2175
  hook_id: int,
1581
2176
  *,
1582
2177
  headers: Optional[Mapping[str, str]] = None,
2178
+ stream: bool = False,
1583
2179
  ) -> Response[WebhookConfig, WebhookConfigType]:
1584
2180
  """orgs/get-webhook-config-for-org
1585
2181
 
@@ -1605,6 +2201,7 @@ class OrgsClient:
1605
2201
  "GET",
1606
2202
  url,
1607
2203
  headers=exclude_unset(headers),
2204
+ stream=stream,
1608
2205
  response_model=WebhookConfig,
1609
2206
  )
1610
2207
 
@@ -1614,6 +2211,7 @@ class OrgsClient:
1614
2211
  hook_id: int,
1615
2212
  *,
1616
2213
  headers: Optional[Mapping[str, str]] = None,
2214
+ stream: bool = False,
1617
2215
  ) -> Response[WebhookConfig, WebhookConfigType]:
1618
2216
  """orgs/get-webhook-config-for-org
1619
2217
 
@@ -1639,6 +2237,7 @@ class OrgsClient:
1639
2237
  "GET",
1640
2238
  url,
1641
2239
  headers=exclude_unset(headers),
2240
+ stream=stream,
1642
2241
  response_model=WebhookConfig,
1643
2242
  )
1644
2243
 
@@ -1649,6 +2248,7 @@ class OrgsClient:
1649
2248
  hook_id: int,
1650
2249
  *,
1651
2250
  headers: Optional[Mapping[str, str]] = None,
2251
+ stream: bool = False,
1652
2252
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1653
2253
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1654
2254
 
@@ -1660,6 +2260,7 @@ class OrgsClient:
1660
2260
  *,
1661
2261
  data: UnsetType = UNSET,
1662
2262
  headers: Optional[Mapping[str, str]] = None,
2263
+ stream: bool = False,
1663
2264
  url: Missing[str] = UNSET,
1664
2265
  content_type: Missing[str] = UNSET,
1665
2266
  secret: Missing[str] = UNSET,
@@ -1672,6 +2273,7 @@ class OrgsClient:
1672
2273
  hook_id: int,
1673
2274
  *,
1674
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1675
2277
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1676
2278
  **kwargs,
1677
2279
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1709,6 +2311,7 @@ class OrgsClient:
1709
2311
  url,
1710
2312
  json=exclude_unset(json),
1711
2313
  headers=exclude_unset(headers),
2314
+ stream=stream,
1712
2315
  response_model=WebhookConfig,
1713
2316
  )
1714
2317
 
@@ -1719,6 +2322,7 @@ class OrgsClient:
1719
2322
  hook_id: int,
1720
2323
  *,
1721
2324
  headers: Optional[Mapping[str, str]] = None,
2325
+ stream: bool = False,
1722
2326
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1723
2327
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1724
2328
 
@@ -1730,6 +2334,7 @@ class OrgsClient:
1730
2334
  *,
1731
2335
  data: UnsetType = UNSET,
1732
2336
  headers: Optional[Mapping[str, str]] = None,
2337
+ stream: bool = False,
1733
2338
  url: Missing[str] = UNSET,
1734
2339
  content_type: Missing[str] = UNSET,
1735
2340
  secret: Missing[str] = UNSET,
@@ -1742,6 +2347,7 @@ class OrgsClient:
1742
2347
  hook_id: int,
1743
2348
  *,
1744
2349
  headers: Optional[Mapping[str, str]] = None,
2350
+ stream: bool = False,
1745
2351
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1746
2352
  **kwargs,
1747
2353
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1779,6 +2385,7 @@ class OrgsClient:
1779
2385
  url,
1780
2386
  json=exclude_unset(json),
1781
2387
  headers=exclude_unset(headers),
2388
+ stream=stream,
1782
2389
  response_model=WebhookConfig,
1783
2390
  )
1784
2391
 
@@ -1790,6 +2397,7 @@ class OrgsClient:
1790
2397
  per_page: Missing[int] = UNSET,
1791
2398
  cursor: Missing[str] = UNSET,
1792
2399
  headers: Optional[Mapping[str, str]] = None,
2400
+ stream: bool = False,
1793
2401
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
1794
2402
  """orgs/list-webhook-deliveries
1795
2403
 
@@ -1821,6 +2429,7 @@ class OrgsClient:
1821
2429
  url,
1822
2430
  params=exclude_unset(params),
1823
2431
  headers=exclude_unset(headers),
2432
+ stream=stream,
1824
2433
  response_model=list[HookDeliveryItem],
1825
2434
  error_models={
1826
2435
  "400": BasicError,
@@ -1836,6 +2445,7 @@ class OrgsClient:
1836
2445
  per_page: Missing[int] = UNSET,
1837
2446
  cursor: Missing[str] = UNSET,
1838
2447
  headers: Optional[Mapping[str, str]] = None,
2448
+ stream: bool = False,
1839
2449
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
1840
2450
  """orgs/list-webhook-deliveries
1841
2451
 
@@ -1867,6 +2477,7 @@ class OrgsClient:
1867
2477
  url,
1868
2478
  params=exclude_unset(params),
1869
2479
  headers=exclude_unset(headers),
2480
+ stream=stream,
1870
2481
  response_model=list[HookDeliveryItem],
1871
2482
  error_models={
1872
2483
  "400": BasicError,
@@ -1881,6 +2492,7 @@ class OrgsClient:
1881
2492
  delivery_id: int,
1882
2493
  *,
1883
2494
  headers: Optional[Mapping[str, str]] = None,
2495
+ stream: bool = False,
1884
2496
  ) -> Response[HookDelivery, HookDeliveryType]:
1885
2497
  """orgs/get-webhook-delivery
1886
2498
 
@@ -1906,6 +2518,7 @@ class OrgsClient:
1906
2518
  "GET",
1907
2519
  url,
1908
2520
  headers=exclude_unset(headers),
2521
+ stream=stream,
1909
2522
  response_model=HookDelivery,
1910
2523
  error_models={
1911
2524
  "400": BasicError,
@@ -1920,6 +2533,7 @@ class OrgsClient:
1920
2533
  delivery_id: int,
1921
2534
  *,
1922
2535
  headers: Optional[Mapping[str, str]] = None,
2536
+ stream: bool = False,
1923
2537
  ) -> Response[HookDelivery, HookDeliveryType]:
1924
2538
  """orgs/get-webhook-delivery
1925
2539
 
@@ -1945,6 +2559,7 @@ class OrgsClient:
1945
2559
  "GET",
1946
2560
  url,
1947
2561
  headers=exclude_unset(headers),
2562
+ stream=stream,
1948
2563
  response_model=HookDelivery,
1949
2564
  error_models={
1950
2565
  "400": BasicError,
@@ -1959,6 +2574,7 @@ class OrgsClient:
1959
2574
  delivery_id: int,
1960
2575
  *,
1961
2576
  headers: Optional[Mapping[str, str]] = None,
2577
+ stream: bool = False,
1962
2578
  ) -> Response[
1963
2579
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1964
2580
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -1991,6 +2607,7 @@ class OrgsClient:
1991
2607
  "POST",
1992
2608
  url,
1993
2609
  headers=exclude_unset(headers),
2610
+ stream=stream,
1994
2611
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1995
2612
  error_models={
1996
2613
  "400": BasicError,
@@ -2005,6 +2622,7 @@ class OrgsClient:
2005
2622
  delivery_id: int,
2006
2623
  *,
2007
2624
  headers: Optional[Mapping[str, str]] = None,
2625
+ stream: bool = False,
2008
2626
  ) -> Response[
2009
2627
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2010
2628
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -2037,6 +2655,7 @@ class OrgsClient:
2037
2655
  "POST",
2038
2656
  url,
2039
2657
  headers=exclude_unset(headers),
2658
+ stream=stream,
2040
2659
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2041
2660
  error_models={
2042
2661
  "400": BasicError,
@@ -2050,6 +2669,7 @@ class OrgsClient:
2050
2669
  hook_id: int,
2051
2670
  *,
2052
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2053
2673
  ) -> Response:
2054
2674
  """orgs/ping-webhook
2055
2675
 
@@ -2076,6 +2696,7 @@ class OrgsClient:
2076
2696
  "POST",
2077
2697
  url,
2078
2698
  headers=exclude_unset(headers),
2699
+ stream=stream,
2079
2700
  error_models={
2080
2701
  "404": BasicError,
2081
2702
  },
@@ -2087,6 +2708,7 @@ class OrgsClient:
2087
2708
  hook_id: int,
2088
2709
  *,
2089
2710
  headers: Optional[Mapping[str, str]] = None,
2711
+ stream: bool = False,
2090
2712
  ) -> Response:
2091
2713
  """orgs/ping-webhook
2092
2714
 
@@ -2113,6 +2735,7 @@ class OrgsClient:
2113
2735
  "POST",
2114
2736
  url,
2115
2737
  headers=exclude_unset(headers),
2738
+ stream=stream,
2116
2739
  error_models={
2117
2740
  "404": BasicError,
2118
2741
  },
@@ -2149,6 +2772,7 @@ class OrgsClient:
2149
2772
  ] = UNSET,
2150
2773
  api_route_substring: Missing[str] = UNSET,
2151
2774
  headers: Optional[Mapping[str, str]] = None,
2775
+ stream: bool = False,
2152
2776
  ) -> Response[
2153
2777
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2154
2778
  ]:
@@ -2182,6 +2806,7 @@ class OrgsClient:
2182
2806
  url,
2183
2807
  params=exclude_unset(params),
2184
2808
  headers=exclude_unset(headers),
2809
+ stream=stream,
2185
2810
  response_model=list[ApiInsightsRouteStatsItems],
2186
2811
  )
2187
2812
 
@@ -2216,6 +2841,7 @@ class OrgsClient:
2216
2841
  ] = UNSET,
2217
2842
  api_route_substring: Missing[str] = UNSET,
2218
2843
  headers: Optional[Mapping[str, str]] = None,
2844
+ stream: bool = False,
2219
2845
  ) -> Response[
2220
2846
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2221
2847
  ]:
@@ -2249,6 +2875,7 @@ class OrgsClient:
2249
2875
  url,
2250
2876
  params=exclude_unset(params),
2251
2877
  headers=exclude_unset(headers),
2878
+ stream=stream,
2252
2879
  response_model=list[ApiInsightsRouteStatsItems],
2253
2880
  )
2254
2881
 
@@ -2274,6 +2901,7 @@ class OrgsClient:
2274
2901
  ] = UNSET,
2275
2902
  subject_name_substring: Missing[str] = UNSET,
2276
2903
  headers: Optional[Mapping[str, str]] = None,
2904
+ stream: bool = False,
2277
2905
  ) -> Response[
2278
2906
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2279
2907
  ]:
@@ -2307,6 +2935,7 @@ class OrgsClient:
2307
2935
  url,
2308
2936
  params=exclude_unset(params),
2309
2937
  headers=exclude_unset(headers),
2938
+ stream=stream,
2310
2939
  response_model=list[ApiInsightsSubjectStatsItems],
2311
2940
  )
2312
2941
 
@@ -2332,6 +2961,7 @@ class OrgsClient:
2332
2961
  ] = UNSET,
2333
2962
  subject_name_substring: Missing[str] = UNSET,
2334
2963
  headers: Optional[Mapping[str, str]] = None,
2964
+ stream: bool = False,
2335
2965
  ) -> Response[
2336
2966
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2337
2967
  ]:
@@ -2365,6 +2995,7 @@ class OrgsClient:
2365
2995
  url,
2366
2996
  params=exclude_unset(params),
2367
2997
  headers=exclude_unset(headers),
2998
+ stream=stream,
2368
2999
  response_model=list[ApiInsightsSubjectStatsItems],
2369
3000
  )
2370
3001
 
@@ -2375,6 +3006,7 @@ class OrgsClient:
2375
3006
  min_timestamp: str,
2376
3007
  max_timestamp: Missing[str] = UNSET,
2377
3008
  headers: Optional[Mapping[str, str]] = None,
3009
+ stream: bool = False,
2378
3010
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2379
3011
  """api-insights/get-summary-stats
2380
3012
 
@@ -2401,6 +3033,7 @@ class OrgsClient:
2401
3033
  url,
2402
3034
  params=exclude_unset(params),
2403
3035
  headers=exclude_unset(headers),
3036
+ stream=stream,
2404
3037
  response_model=ApiInsightsSummaryStats,
2405
3038
  )
2406
3039
 
@@ -2411,6 +3044,7 @@ class OrgsClient:
2411
3044
  min_timestamp: str,
2412
3045
  max_timestamp: Missing[str] = UNSET,
2413
3046
  headers: Optional[Mapping[str, str]] = None,
3047
+ stream: bool = False,
2414
3048
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2415
3049
  """api-insights/get-summary-stats
2416
3050
 
@@ -2437,6 +3071,7 @@ class OrgsClient:
2437
3071
  url,
2438
3072
  params=exclude_unset(params),
2439
3073
  headers=exclude_unset(headers),
3074
+ stream=stream,
2440
3075
  response_model=ApiInsightsSummaryStats,
2441
3076
  )
2442
3077
 
@@ -2448,6 +3083,7 @@ class OrgsClient:
2448
3083
  min_timestamp: str,
2449
3084
  max_timestamp: Missing[str] = UNSET,
2450
3085
  headers: Optional[Mapping[str, str]] = None,
3086
+ stream: bool = False,
2451
3087
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2452
3088
  """api-insights/get-summary-stats-by-user
2453
3089
 
@@ -2474,6 +3110,7 @@ class OrgsClient:
2474
3110
  url,
2475
3111
  params=exclude_unset(params),
2476
3112
  headers=exclude_unset(headers),
3113
+ stream=stream,
2477
3114
  response_model=ApiInsightsSummaryStats,
2478
3115
  )
2479
3116
 
@@ -2485,6 +3122,7 @@ class OrgsClient:
2485
3122
  min_timestamp: str,
2486
3123
  max_timestamp: Missing[str] = UNSET,
2487
3124
  headers: Optional[Mapping[str, str]] = None,
3125
+ stream: bool = False,
2488
3126
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2489
3127
  """api-insights/get-summary-stats-by-user
2490
3128
 
@@ -2511,6 +3149,7 @@ class OrgsClient:
2511
3149
  url,
2512
3150
  params=exclude_unset(params),
2513
3151
  headers=exclude_unset(headers),
3152
+ stream=stream,
2514
3153
  response_model=ApiInsightsSummaryStats,
2515
3154
  )
2516
3155
 
@@ -2529,6 +3168,7 @@ class OrgsClient:
2529
3168
  min_timestamp: str,
2530
3169
  max_timestamp: Missing[str] = UNSET,
2531
3170
  headers: Optional[Mapping[str, str]] = None,
3171
+ stream: bool = False,
2532
3172
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2533
3173
  """api-insights/get-summary-stats-by-actor
2534
3174
 
@@ -2555,6 +3195,7 @@ class OrgsClient:
2555
3195
  url,
2556
3196
  params=exclude_unset(params),
2557
3197
  headers=exclude_unset(headers),
3198
+ stream=stream,
2558
3199
  response_model=ApiInsightsSummaryStats,
2559
3200
  )
2560
3201
 
@@ -2573,6 +3214,7 @@ class OrgsClient:
2573
3214
  min_timestamp: str,
2574
3215
  max_timestamp: Missing[str] = UNSET,
2575
3216
  headers: Optional[Mapping[str, str]] = None,
3217
+ stream: bool = False,
2576
3218
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2577
3219
  """api-insights/get-summary-stats-by-actor
2578
3220
 
@@ -2599,6 +3241,7 @@ class OrgsClient:
2599
3241
  url,
2600
3242
  params=exclude_unset(params),
2601
3243
  headers=exclude_unset(headers),
3244
+ stream=stream,
2602
3245
  response_model=ApiInsightsSummaryStats,
2603
3246
  )
2604
3247
 
@@ -2610,6 +3253,7 @@ class OrgsClient:
2610
3253
  max_timestamp: Missing[str] = UNSET,
2611
3254
  timestamp_increment: str,
2612
3255
  headers: Optional[Mapping[str, str]] = None,
3256
+ stream: bool = False,
2613
3257
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2614
3258
  """api-insights/get-time-stats
2615
3259
 
@@ -2637,6 +3281,7 @@ class OrgsClient:
2637
3281
  url,
2638
3282
  params=exclude_unset(params),
2639
3283
  headers=exclude_unset(headers),
3284
+ stream=stream,
2640
3285
  response_model=list[ApiInsightsTimeStatsItems],
2641
3286
  )
2642
3287
 
@@ -2648,6 +3293,7 @@ class OrgsClient:
2648
3293
  max_timestamp: Missing[str] = UNSET,
2649
3294
  timestamp_increment: str,
2650
3295
  headers: Optional[Mapping[str, str]] = None,
3296
+ stream: bool = False,
2651
3297
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2652
3298
  """api-insights/get-time-stats
2653
3299
 
@@ -2675,6 +3321,7 @@ class OrgsClient:
2675
3321
  url,
2676
3322
  params=exclude_unset(params),
2677
3323
  headers=exclude_unset(headers),
3324
+ stream=stream,
2678
3325
  response_model=list[ApiInsightsTimeStatsItems],
2679
3326
  )
2680
3327
 
@@ -2687,6 +3334,7 @@ class OrgsClient:
2687
3334
  max_timestamp: Missing[str] = UNSET,
2688
3335
  timestamp_increment: str,
2689
3336
  headers: Optional[Mapping[str, str]] = None,
3337
+ stream: bool = False,
2690
3338
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2691
3339
  """api-insights/get-time-stats-by-user
2692
3340
 
@@ -2714,6 +3362,7 @@ class OrgsClient:
2714
3362
  url,
2715
3363
  params=exclude_unset(params),
2716
3364
  headers=exclude_unset(headers),
3365
+ stream=stream,
2717
3366
  response_model=list[ApiInsightsTimeStatsItems],
2718
3367
  )
2719
3368
 
@@ -2726,6 +3375,7 @@ class OrgsClient:
2726
3375
  max_timestamp: Missing[str] = UNSET,
2727
3376
  timestamp_increment: str,
2728
3377
  headers: Optional[Mapping[str, str]] = None,
3378
+ stream: bool = False,
2729
3379
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2730
3380
  """api-insights/get-time-stats-by-user
2731
3381
 
@@ -2753,6 +3403,7 @@ class OrgsClient:
2753
3403
  url,
2754
3404
  params=exclude_unset(params),
2755
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2756
3407
  response_model=list[ApiInsightsTimeStatsItems],
2757
3408
  )
2758
3409
 
@@ -2772,6 +3423,7 @@ class OrgsClient:
2772
3423
  max_timestamp: Missing[str] = UNSET,
2773
3424
  timestamp_increment: str,
2774
3425
  headers: Optional[Mapping[str, str]] = None,
3426
+ stream: bool = False,
2775
3427
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2776
3428
  """api-insights/get-time-stats-by-actor
2777
3429
 
@@ -2799,6 +3451,7 @@ class OrgsClient:
2799
3451
  url,
2800
3452
  params=exclude_unset(params),
2801
3453
  headers=exclude_unset(headers),
3454
+ stream=stream,
2802
3455
  response_model=list[ApiInsightsTimeStatsItems],
2803
3456
  )
2804
3457
 
@@ -2818,6 +3471,7 @@ class OrgsClient:
2818
3471
  max_timestamp: Missing[str] = UNSET,
2819
3472
  timestamp_increment: str,
2820
3473
  headers: Optional[Mapping[str, str]] = None,
3474
+ stream: bool = False,
2821
3475
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2822
3476
  """api-insights/get-time-stats-by-actor
2823
3477
 
@@ -2845,6 +3499,7 @@ class OrgsClient:
2845
3499
  url,
2846
3500
  params=exclude_unset(params),
2847
3501
  headers=exclude_unset(headers),
3502
+ stream=stream,
2848
3503
  response_model=list[ApiInsightsTimeStatsItems],
2849
3504
  )
2850
3505
 
@@ -2871,6 +3526,7 @@ class OrgsClient:
2871
3526
  ] = UNSET,
2872
3527
  actor_name_substring: Missing[str] = UNSET,
2873
3528
  headers: Optional[Mapping[str, str]] = None,
3529
+ stream: bool = False,
2874
3530
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
2875
3531
  """api-insights/get-user-stats
2876
3532
 
@@ -2902,6 +3558,7 @@ class OrgsClient:
2902
3558
  url,
2903
3559
  params=exclude_unset(params),
2904
3560
  headers=exclude_unset(headers),
3561
+ stream=stream,
2905
3562
  response_model=list[ApiInsightsUserStatsItems],
2906
3563
  )
2907
3564
 
@@ -2928,6 +3585,7 @@ class OrgsClient:
2928
3585
  ] = UNSET,
2929
3586
  actor_name_substring: Missing[str] = UNSET,
2930
3587
  headers: Optional[Mapping[str, str]] = None,
3588
+ stream: bool = False,
2931
3589
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
2932
3590
  """api-insights/get-user-stats
2933
3591
 
@@ -2959,6 +3617,7 @@ class OrgsClient:
2959
3617
  url,
2960
3618
  params=exclude_unset(params),
2961
3619
  headers=exclude_unset(headers),
3620
+ stream=stream,
2962
3621
  response_model=list[ApiInsightsUserStatsItems],
2963
3622
  )
2964
3623
 
@@ -2969,6 +3628,7 @@ class OrgsClient:
2969
3628
  per_page: Missing[int] = UNSET,
2970
3629
  page: Missing[int] = UNSET,
2971
3630
  headers: Optional[Mapping[str, str]] = None,
3631
+ stream: bool = False,
2972
3632
  ) -> Response[
2973
3633
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
2974
3634
  ]:
@@ -3002,6 +3662,7 @@ class OrgsClient:
3002
3662
  url,
3003
3663
  params=exclude_unset(params),
3004
3664
  headers=exclude_unset(headers),
3665
+ stream=stream,
3005
3666
  response_model=OrgsOrgInstallationsGetResponse200,
3006
3667
  )
3007
3668
 
@@ -3012,6 +3673,7 @@ class OrgsClient:
3012
3673
  per_page: Missing[int] = UNSET,
3013
3674
  page: Missing[int] = UNSET,
3014
3675
  headers: Optional[Mapping[str, str]] = None,
3676
+ stream: bool = False,
3015
3677
  ) -> Response[
3016
3678
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
3017
3679
  ]:
@@ -3045,6 +3707,7 @@ class OrgsClient:
3045
3707
  url,
3046
3708
  params=exclude_unset(params),
3047
3709
  headers=exclude_unset(headers),
3710
+ stream=stream,
3048
3711
  response_model=OrgsOrgInstallationsGetResponse200,
3049
3712
  )
3050
3713
 
@@ -3061,6 +3724,7 @@ class OrgsClient:
3061
3724
  ] = UNSET,
3062
3725
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3063
3726
  headers: Optional[Mapping[str, str]] = None,
3727
+ stream: bool = False,
3064
3728
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3065
3729
  """orgs/list-pending-invitations
3066
3730
 
@@ -3092,6 +3756,7 @@ class OrgsClient:
3092
3756
  url,
3093
3757
  params=exclude_unset(params),
3094
3758
  headers=exclude_unset(headers),
3759
+ stream=stream,
3095
3760
  response_model=list[OrganizationInvitation],
3096
3761
  error_models={
3097
3762
  "404": BasicError,
@@ -3111,6 +3776,7 @@ class OrgsClient:
3111
3776
  ] = UNSET,
3112
3777
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3113
3778
  headers: Optional[Mapping[str, str]] = None,
3779
+ stream: bool = False,
3114
3780
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3115
3781
  """orgs/list-pending-invitations
3116
3782
 
@@ -3142,6 +3808,7 @@ class OrgsClient:
3142
3808
  url,
3143
3809
  params=exclude_unset(params),
3144
3810
  headers=exclude_unset(headers),
3811
+ stream=stream,
3145
3812
  response_model=list[OrganizationInvitation],
3146
3813
  error_models={
3147
3814
  "404": BasicError,
@@ -3154,6 +3821,7 @@ class OrgsClient:
3154
3821
  org: str,
3155
3822
  *,
3156
3823
  headers: Optional[Mapping[str, str]] = None,
3824
+ stream: bool = False,
3157
3825
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3158
3826
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3159
3827
 
@@ -3164,6 +3832,7 @@ class OrgsClient:
3164
3832
  *,
3165
3833
  data: UnsetType = UNSET,
3166
3834
  headers: Optional[Mapping[str, str]] = None,
3835
+ stream: bool = False,
3167
3836
  invitee_id: Missing[int] = UNSET,
3168
3837
  email: Missing[str] = UNSET,
3169
3838
  role: Missing[
@@ -3177,6 +3846,7 @@ class OrgsClient:
3177
3846
  org: str,
3178
3847
  *,
3179
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3180
3850
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3181
3851
  **kwargs,
3182
3852
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3217,6 +3887,7 @@ class OrgsClient:
3217
3887
  url,
3218
3888
  json=exclude_unset(json),
3219
3889
  headers=exclude_unset(headers),
3890
+ stream=stream,
3220
3891
  response_model=OrganizationInvitation,
3221
3892
  error_models={
3222
3893
  "422": ValidationError,
@@ -3230,6 +3901,7 @@ class OrgsClient:
3230
3901
  org: str,
3231
3902
  *,
3232
3903
  headers: Optional[Mapping[str, str]] = None,
3904
+ stream: bool = False,
3233
3905
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3234
3906
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3235
3907
 
@@ -3240,6 +3912,7 @@ class OrgsClient:
3240
3912
  *,
3241
3913
  data: UnsetType = UNSET,
3242
3914
  headers: Optional[Mapping[str, str]] = None,
3915
+ stream: bool = False,
3243
3916
  invitee_id: Missing[int] = UNSET,
3244
3917
  email: Missing[str] = UNSET,
3245
3918
  role: Missing[
@@ -3253,6 +3926,7 @@ class OrgsClient:
3253
3926
  org: str,
3254
3927
  *,
3255
3928
  headers: Optional[Mapping[str, str]] = None,
3929
+ stream: bool = False,
3256
3930
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3257
3931
  **kwargs,
3258
3932
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3293,6 +3967,7 @@ class OrgsClient:
3293
3967
  url,
3294
3968
  json=exclude_unset(json),
3295
3969
  headers=exclude_unset(headers),
3970
+ stream=stream,
3296
3971
  response_model=OrganizationInvitation,
3297
3972
  error_models={
3298
3973
  "422": ValidationError,
@@ -3306,6 +3981,7 @@ class OrgsClient:
3306
3981
  invitation_id: int,
3307
3982
  *,
3308
3983
  headers: Optional[Mapping[str, str]] = None,
3984
+ stream: bool = False,
3309
3985
  ) -> Response:
3310
3986
  """orgs/cancel-invitation
3311
3987
 
@@ -3328,6 +4004,7 @@ class OrgsClient:
3328
4004
  "DELETE",
3329
4005
  url,
3330
4006
  headers=exclude_unset(headers),
4007
+ stream=stream,
3331
4008
  error_models={
3332
4009
  "422": ValidationError,
3333
4010
  "404": BasicError,
@@ -3340,6 +4017,7 @@ class OrgsClient:
3340
4017
  invitation_id: int,
3341
4018
  *,
3342
4019
  headers: Optional[Mapping[str, str]] = None,
4020
+ stream: bool = False,
3343
4021
  ) -> Response:
3344
4022
  """orgs/cancel-invitation
3345
4023
 
@@ -3362,6 +4040,7 @@ class OrgsClient:
3362
4040
  "DELETE",
3363
4041
  url,
3364
4042
  headers=exclude_unset(headers),
4043
+ stream=stream,
3365
4044
  error_models={
3366
4045
  "422": ValidationError,
3367
4046
  "404": BasicError,
@@ -3376,6 +4055,7 @@ class OrgsClient:
3376
4055
  per_page: Missing[int] = UNSET,
3377
4056
  page: Missing[int] = UNSET,
3378
4057
  headers: Optional[Mapping[str, str]] = None,
4058
+ stream: bool = False,
3379
4059
  ) -> Response[list[Team], list[TeamType]]:
3380
4060
  """orgs/list-invitation-teams
3381
4061
 
@@ -3402,6 +4082,7 @@ class OrgsClient:
3402
4082
  url,
3403
4083
  params=exclude_unset(params),
3404
4084
  headers=exclude_unset(headers),
4085
+ stream=stream,
3405
4086
  response_model=list[Team],
3406
4087
  error_models={
3407
4088
  "404": BasicError,
@@ -3416,6 +4097,7 @@ class OrgsClient:
3416
4097
  per_page: Missing[int] = UNSET,
3417
4098
  page: Missing[int] = UNSET,
3418
4099
  headers: Optional[Mapping[str, str]] = None,
4100
+ stream: bool = False,
3419
4101
  ) -> Response[list[Team], list[TeamType]]:
3420
4102
  """orgs/list-invitation-teams
3421
4103
 
@@ -3442,6 +4124,7 @@ class OrgsClient:
3442
4124
  url,
3443
4125
  params=exclude_unset(params),
3444
4126
  headers=exclude_unset(headers),
4127
+ stream=stream,
3445
4128
  response_model=list[Team],
3446
4129
  error_models={
3447
4130
  "404": BasicError,
@@ -3453,6 +4136,7 @@ class OrgsClient:
3453
4136
  org: str,
3454
4137
  *,
3455
4138
  headers: Optional[Mapping[str, str]] = None,
4139
+ stream: bool = False,
3456
4140
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3457
4141
  """orgs/list-issue-types
3458
4142
 
@@ -3475,6 +4159,7 @@ class OrgsClient:
3475
4159
  "GET",
3476
4160
  url,
3477
4161
  headers=exclude_unset(headers),
4162
+ stream=stream,
3478
4163
  response_model=list[Union[IssueType, None]],
3479
4164
  error_models={
3480
4165
  "404": BasicError,
@@ -3486,6 +4171,7 @@ class OrgsClient:
3486
4171
  org: str,
3487
4172
  *,
3488
4173
  headers: Optional[Mapping[str, str]] = None,
4174
+ stream: bool = False,
3489
4175
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3490
4176
  """orgs/list-issue-types
3491
4177
 
@@ -3508,6 +4194,7 @@ class OrgsClient:
3508
4194
  "GET",
3509
4195
  url,
3510
4196
  headers=exclude_unset(headers),
4197
+ stream=stream,
3511
4198
  response_model=list[Union[IssueType, None]],
3512
4199
  error_models={
3513
4200
  "404": BasicError,
@@ -3520,6 +4207,7 @@ class OrgsClient:
3520
4207
  org: str,
3521
4208
  *,
3522
4209
  headers: Optional[Mapping[str, str]] = None,
4210
+ stream: bool = False,
3523
4211
  data: OrganizationCreateIssueTypeType,
3524
4212
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3525
4213
 
@@ -3530,6 +4218,7 @@ class OrgsClient:
3530
4218
  *,
3531
4219
  data: UnsetType = UNSET,
3532
4220
  headers: Optional[Mapping[str, str]] = None,
4221
+ stream: bool = False,
3533
4222
  name: str,
3534
4223
  is_enabled: bool,
3535
4224
  description: Missing[Union[str, None]] = UNSET,
@@ -3548,6 +4237,7 @@ class OrgsClient:
3548
4237
  org: str,
3549
4238
  *,
3550
4239
  headers: Optional[Mapping[str, str]] = None,
4240
+ stream: bool = False,
3551
4241
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3552
4242
  **kwargs,
3553
4243
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3592,6 +4282,7 @@ class OrgsClient:
3592
4282
  url,
3593
4283
  json=exclude_unset(json),
3594
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3595
4286
  response_model=Union[IssueType, None],
3596
4287
  error_models={
3597
4288
  "404": BasicError,
@@ -3605,6 +4296,7 @@ class OrgsClient:
3605
4296
  org: str,
3606
4297
  *,
3607
4298
  headers: Optional[Mapping[str, str]] = None,
4299
+ stream: bool = False,
3608
4300
  data: OrganizationCreateIssueTypeType,
3609
4301
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3610
4302
 
@@ -3615,6 +4307,7 @@ class OrgsClient:
3615
4307
  *,
3616
4308
  data: UnsetType = UNSET,
3617
4309
  headers: Optional[Mapping[str, str]] = None,
4310
+ stream: bool = False,
3618
4311
  name: str,
3619
4312
  is_enabled: bool,
3620
4313
  description: Missing[Union[str, None]] = UNSET,
@@ -3633,6 +4326,7 @@ class OrgsClient:
3633
4326
  org: str,
3634
4327
  *,
3635
4328
  headers: Optional[Mapping[str, str]] = None,
4329
+ stream: bool = False,
3636
4330
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3637
4331
  **kwargs,
3638
4332
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3677,6 +4371,7 @@ class OrgsClient:
3677
4371
  url,
3678
4372
  json=exclude_unset(json),
3679
4373
  headers=exclude_unset(headers),
4374
+ stream=stream,
3680
4375
  response_model=Union[IssueType, None],
3681
4376
  error_models={
3682
4377
  "404": BasicError,
@@ -3691,6 +4386,7 @@ class OrgsClient:
3691
4386
  issue_type_id: int,
3692
4387
  *,
3693
4388
  headers: Optional[Mapping[str, str]] = None,
4389
+ stream: bool = False,
3694
4390
  data: OrganizationUpdateIssueTypeType,
3695
4391
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3696
4392
 
@@ -3702,6 +4398,7 @@ class OrgsClient:
3702
4398
  *,
3703
4399
  data: UnsetType = UNSET,
3704
4400
  headers: Optional[Mapping[str, str]] = None,
4401
+ stream: bool = False,
3705
4402
  name: str,
3706
4403
  is_enabled: bool,
3707
4404
  description: Missing[Union[str, None]] = UNSET,
@@ -3721,6 +4418,7 @@ class OrgsClient:
3721
4418
  issue_type_id: int,
3722
4419
  *,
3723
4420
  headers: Optional[Mapping[str, str]] = None,
4421
+ stream: bool = False,
3724
4422
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
3725
4423
  **kwargs,
3726
4424
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3765,6 +4463,7 @@ class OrgsClient:
3765
4463
  url,
3766
4464
  json=exclude_unset(json),
3767
4465
  headers=exclude_unset(headers),
4466
+ stream=stream,
3768
4467
  response_model=Union[IssueType, None],
3769
4468
  error_models={
3770
4469
  "404": BasicError,
@@ -3779,6 +4478,7 @@ class OrgsClient:
3779
4478
  issue_type_id: int,
3780
4479
  *,
3781
4480
  headers: Optional[Mapping[str, str]] = None,
4481
+ stream: bool = False,
3782
4482
  data: OrganizationUpdateIssueTypeType,
3783
4483
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3784
4484
 
@@ -3790,6 +4490,7 @@ class OrgsClient:
3790
4490
  *,
3791
4491
  data: UnsetType = UNSET,
3792
4492
  headers: Optional[Mapping[str, str]] = None,
4493
+ stream: bool = False,
3793
4494
  name: str,
3794
4495
  is_enabled: bool,
3795
4496
  description: Missing[Union[str, None]] = UNSET,
@@ -3809,6 +4510,7 @@ class OrgsClient:
3809
4510
  issue_type_id: int,
3810
4511
  *,
3811
4512
  headers: Optional[Mapping[str, str]] = None,
4513
+ stream: bool = False,
3812
4514
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
3813
4515
  **kwargs,
3814
4516
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3853,6 +4555,7 @@ class OrgsClient:
3853
4555
  url,
3854
4556
  json=exclude_unset(json),
3855
4557
  headers=exclude_unset(headers),
4558
+ stream=stream,
3856
4559
  response_model=Union[IssueType, None],
3857
4560
  error_models={
3858
4561
  "404": BasicError,
@@ -3866,6 +4569,7 @@ class OrgsClient:
3866
4569
  issue_type_id: int,
3867
4570
  *,
3868
4571
  headers: Optional[Mapping[str, str]] = None,
4572
+ stream: bool = False,
3869
4573
  ) -> Response:
3870
4574
  """orgs/delete-issue-type
3871
4575
 
@@ -3891,6 +4595,7 @@ class OrgsClient:
3891
4595
  "DELETE",
3892
4596
  url,
3893
4597
  headers=exclude_unset(headers),
4598
+ stream=stream,
3894
4599
  error_models={
3895
4600
  "422": ValidationErrorSimple,
3896
4601
  "404": BasicError,
@@ -3903,6 +4608,7 @@ class OrgsClient:
3903
4608
  issue_type_id: int,
3904
4609
  *,
3905
4610
  headers: Optional[Mapping[str, str]] = None,
4611
+ stream: bool = False,
3906
4612
  ) -> Response:
3907
4613
  """orgs/delete-issue-type
3908
4614
 
@@ -3928,6 +4634,7 @@ class OrgsClient:
3928
4634
  "DELETE",
3929
4635
  url,
3930
4636
  headers=exclude_unset(headers),
4637
+ stream=stream,
3931
4638
  error_models={
3932
4639
  "422": ValidationErrorSimple,
3933
4640
  "404": BasicError,
@@ -3943,6 +4650,7 @@ class OrgsClient:
3943
4650
  per_page: Missing[int] = UNSET,
3944
4651
  page: Missing[int] = UNSET,
3945
4652
  headers: Optional[Mapping[str, str]] = None,
4653
+ stream: bool = False,
3946
4654
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
3947
4655
  """orgs/list-members
3948
4656
 
@@ -3971,6 +4679,7 @@ class OrgsClient:
3971
4679
  url,
3972
4680
  params=exclude_unset(params),
3973
4681
  headers=exclude_unset(headers),
4682
+ stream=stream,
3974
4683
  response_model=list[SimpleUser],
3975
4684
  error_models={
3976
4685
  "422": ValidationError,
@@ -3986,6 +4695,7 @@ class OrgsClient:
3986
4695
  per_page: Missing[int] = UNSET,
3987
4696
  page: Missing[int] = UNSET,
3988
4697
  headers: Optional[Mapping[str, str]] = None,
4698
+ stream: bool = False,
3989
4699
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
3990
4700
  """orgs/list-members
3991
4701
 
@@ -4014,6 +4724,7 @@ class OrgsClient:
4014
4724
  url,
4015
4725
  params=exclude_unset(params),
4016
4726
  headers=exclude_unset(headers),
4727
+ stream=stream,
4017
4728
  response_model=list[SimpleUser],
4018
4729
  error_models={
4019
4730
  "422": ValidationError,
@@ -4026,6 +4737,7 @@ class OrgsClient:
4026
4737
  username: str,
4027
4738
  *,
4028
4739
  headers: Optional[Mapping[str, str]] = None,
4740
+ stream: bool = False,
4029
4741
  ) -> Response:
4030
4742
  """orgs/check-membership-for-user
4031
4743
 
@@ -4044,6 +4756,7 @@ class OrgsClient:
4044
4756
  "GET",
4045
4757
  url,
4046
4758
  headers=exclude_unset(headers),
4759
+ stream=stream,
4047
4760
  error_models={},
4048
4761
  )
4049
4762
 
@@ -4053,6 +4766,7 @@ class OrgsClient:
4053
4766
  username: str,
4054
4767
  *,
4055
4768
  headers: Optional[Mapping[str, str]] = None,
4769
+ stream: bool = False,
4056
4770
  ) -> Response:
4057
4771
  """orgs/check-membership-for-user
4058
4772
 
@@ -4071,6 +4785,7 @@ class OrgsClient:
4071
4785
  "GET",
4072
4786
  url,
4073
4787
  headers=exclude_unset(headers),
4788
+ stream=stream,
4074
4789
  error_models={},
4075
4790
  )
4076
4791
 
@@ -4080,6 +4795,7 @@ class OrgsClient:
4080
4795
  username: str,
4081
4796
  *,
4082
4797
  headers: Optional[Mapping[str, str]] = None,
4798
+ stream: bool = False,
4083
4799
  ) -> Response:
4084
4800
  """orgs/remove-member
4085
4801
 
@@ -4100,6 +4816,7 @@ class OrgsClient:
4100
4816
  "DELETE",
4101
4817
  url,
4102
4818
  headers=exclude_unset(headers),
4819
+ stream=stream,
4103
4820
  error_models={
4104
4821
  "403": BasicError,
4105
4822
  },
@@ -4111,6 +4828,7 @@ class OrgsClient:
4111
4828
  username: str,
4112
4829
  *,
4113
4830
  headers: Optional[Mapping[str, str]] = None,
4831
+ stream: bool = False,
4114
4832
  ) -> Response:
4115
4833
  """orgs/remove-member
4116
4834
 
@@ -4131,6 +4849,7 @@ class OrgsClient:
4131
4849
  "DELETE",
4132
4850
  url,
4133
4851
  headers=exclude_unset(headers),
4852
+ stream=stream,
4134
4853
  error_models={
4135
4854
  "403": BasicError,
4136
4855
  },
@@ -4142,6 +4861,7 @@ class OrgsClient:
4142
4861
  username: str,
4143
4862
  *,
4144
4863
  headers: Optional[Mapping[str, str]] = None,
4864
+ stream: bool = False,
4145
4865
  ) -> Response[OrgMembership, OrgMembershipType]:
4146
4866
  """orgs/get-membership-for-user
4147
4867
 
@@ -4162,6 +4882,7 @@ class OrgsClient:
4162
4882
  "GET",
4163
4883
  url,
4164
4884
  headers=exclude_unset(headers),
4885
+ stream=stream,
4165
4886
  response_model=OrgMembership,
4166
4887
  error_models={
4167
4888
  "404": BasicError,
@@ -4175,6 +4896,7 @@ class OrgsClient:
4175
4896
  username: str,
4176
4897
  *,
4177
4898
  headers: Optional[Mapping[str, str]] = None,
4899
+ stream: bool = False,
4178
4900
  ) -> Response[OrgMembership, OrgMembershipType]:
4179
4901
  """orgs/get-membership-for-user
4180
4902
 
@@ -4195,6 +4917,7 @@ class OrgsClient:
4195
4917
  "GET",
4196
4918
  url,
4197
4919
  headers=exclude_unset(headers),
4920
+ stream=stream,
4198
4921
  response_model=OrgMembership,
4199
4922
  error_models={
4200
4923
  "404": BasicError,
@@ -4209,6 +4932,7 @@ class OrgsClient:
4209
4932
  username: str,
4210
4933
  *,
4211
4934
  headers: Optional[Mapping[str, str]] = None,
4935
+ stream: bool = False,
4212
4936
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4213
4937
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4214
4938
 
@@ -4220,6 +4944,7 @@ class OrgsClient:
4220
4944
  *,
4221
4945
  data: UnsetType = UNSET,
4222
4946
  headers: Optional[Mapping[str, str]] = None,
4947
+ stream: bool = False,
4223
4948
  role: Missing[Literal["admin", "member"]] = UNSET,
4224
4949
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4225
4950
 
@@ -4229,6 +4954,7 @@ class OrgsClient:
4229
4954
  username: str,
4230
4955
  *,
4231
4956
  headers: Optional[Mapping[str, str]] = None,
4957
+ stream: bool = False,
4232
4958
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4233
4959
  **kwargs,
4234
4960
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4274,6 +5000,7 @@ class OrgsClient:
4274
5000
  url,
4275
5001
  json=exclude_unset(json),
4276
5002
  headers=exclude_unset(headers),
5003
+ stream=stream,
4277
5004
  response_model=OrgMembership,
4278
5005
  error_models={
4279
5006
  "422": ValidationError,
@@ -4288,6 +5015,7 @@ class OrgsClient:
4288
5015
  username: str,
4289
5016
  *,
4290
5017
  headers: Optional[Mapping[str, str]] = None,
5018
+ stream: bool = False,
4291
5019
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4292
5020
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4293
5021
 
@@ -4299,6 +5027,7 @@ class OrgsClient:
4299
5027
  *,
4300
5028
  data: UnsetType = UNSET,
4301
5029
  headers: Optional[Mapping[str, str]] = None,
5030
+ stream: bool = False,
4302
5031
  role: Missing[Literal["admin", "member"]] = UNSET,
4303
5032
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4304
5033
 
@@ -4308,6 +5037,7 @@ class OrgsClient:
4308
5037
  username: str,
4309
5038
  *,
4310
5039
  headers: Optional[Mapping[str, str]] = None,
5040
+ stream: bool = False,
4311
5041
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4312
5042
  **kwargs,
4313
5043
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4353,6 +5083,7 @@ class OrgsClient:
4353
5083
  url,
4354
5084
  json=exclude_unset(json),
4355
5085
  headers=exclude_unset(headers),
5086
+ stream=stream,
4356
5087
  response_model=OrgMembership,
4357
5088
  error_models={
4358
5089
  "422": ValidationError,
@@ -4366,6 +5097,7 @@ class OrgsClient:
4366
5097
  username: str,
4367
5098
  *,
4368
5099
  headers: Optional[Mapping[str, str]] = None,
5100
+ stream: bool = False,
4369
5101
  ) -> Response:
4370
5102
  """orgs/remove-membership-for-user
4371
5103
 
@@ -4388,6 +5120,7 @@ class OrgsClient:
4388
5120
  "DELETE",
4389
5121
  url,
4390
5122
  headers=exclude_unset(headers),
5123
+ stream=stream,
4391
5124
  error_models={
4392
5125
  "403": BasicError,
4393
5126
  "404": BasicError,
@@ -4400,6 +5133,7 @@ class OrgsClient:
4400
5133
  username: str,
4401
5134
  *,
4402
5135
  headers: Optional[Mapping[str, str]] = None,
5136
+ stream: bool = False,
4403
5137
  ) -> Response:
4404
5138
  """orgs/remove-membership-for-user
4405
5139
 
@@ -4422,6 +5156,7 @@ class OrgsClient:
4422
5156
  "DELETE",
4423
5157
  url,
4424
5158
  headers=exclude_unset(headers),
5159
+ stream=stream,
4425
5160
  error_models={
4426
5161
  "403": BasicError,
4427
5162
  "404": BasicError,
@@ -4433,6 +5168,7 @@ class OrgsClient:
4433
5168
  org: str,
4434
5169
  *,
4435
5170
  headers: Optional[Mapping[str, str]] = None,
5171
+ stream: bool = False,
4436
5172
  ) -> Response[
4437
5173
  OrgsOrgOrganizationRolesGetResponse200,
4438
5174
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4467,6 +5203,7 @@ class OrgsClient:
4467
5203
  "GET",
4468
5204
  url,
4469
5205
  headers=exclude_unset(headers),
5206
+ stream=stream,
4470
5207
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4471
5208
  error_models={
4472
5209
  "404": BasicError,
@@ -4479,6 +5216,7 @@ class OrgsClient:
4479
5216
  org: str,
4480
5217
  *,
4481
5218
  headers: Optional[Mapping[str, str]] = None,
5219
+ stream: bool = False,
4482
5220
  ) -> Response[
4483
5221
  OrgsOrgOrganizationRolesGetResponse200,
4484
5222
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4513,6 +5251,7 @@ class OrgsClient:
4513
5251
  "GET",
4514
5252
  url,
4515
5253
  headers=exclude_unset(headers),
5254
+ stream=stream,
4516
5255
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4517
5256
  error_models={
4518
5257
  "404": BasicError,
@@ -4526,6 +5265,7 @@ class OrgsClient:
4526
5265
  team_slug: str,
4527
5266
  *,
4528
5267
  headers: Optional[Mapping[str, str]] = None,
5268
+ stream: bool = False,
4529
5269
  ) -> Response:
4530
5270
  """orgs/revoke-all-org-roles-team
4531
5271
 
@@ -4548,6 +5288,7 @@ class OrgsClient:
4548
5288
  "DELETE",
4549
5289
  url,
4550
5290
  headers=exclude_unset(headers),
5291
+ stream=stream,
4551
5292
  )
4552
5293
 
4553
5294
  async def async_revoke_all_org_roles_team(
@@ -4556,6 +5297,7 @@ class OrgsClient:
4556
5297
  team_slug: str,
4557
5298
  *,
4558
5299
  headers: Optional[Mapping[str, str]] = None,
5300
+ stream: bool = False,
4559
5301
  ) -> Response:
4560
5302
  """orgs/revoke-all-org-roles-team
4561
5303
 
@@ -4578,6 +5320,7 @@ class OrgsClient:
4578
5320
  "DELETE",
4579
5321
  url,
4580
5322
  headers=exclude_unset(headers),
5323
+ stream=stream,
4581
5324
  )
4582
5325
 
4583
5326
  def assign_team_to_org_role(
@@ -4587,6 +5330,7 @@ class OrgsClient:
4587
5330
  role_id: int,
4588
5331
  *,
4589
5332
  headers: Optional[Mapping[str, str]] = None,
5333
+ stream: bool = False,
4590
5334
  ) -> Response:
4591
5335
  """orgs/assign-team-to-org-role
4592
5336
 
@@ -4609,6 +5353,7 @@ class OrgsClient:
4609
5353
  "PUT",
4610
5354
  url,
4611
5355
  headers=exclude_unset(headers),
5356
+ stream=stream,
4612
5357
  error_models={},
4613
5358
  )
4614
5359
 
@@ -4619,6 +5364,7 @@ class OrgsClient:
4619
5364
  role_id: int,
4620
5365
  *,
4621
5366
  headers: Optional[Mapping[str, str]] = None,
5367
+ stream: bool = False,
4622
5368
  ) -> Response:
4623
5369
  """orgs/assign-team-to-org-role
4624
5370
 
@@ -4641,6 +5387,7 @@ class OrgsClient:
4641
5387
  "PUT",
4642
5388
  url,
4643
5389
  headers=exclude_unset(headers),
5390
+ stream=stream,
4644
5391
  error_models={},
4645
5392
  )
4646
5393
 
@@ -4651,6 +5398,7 @@ class OrgsClient:
4651
5398
  role_id: int,
4652
5399
  *,
4653
5400
  headers: Optional[Mapping[str, str]] = None,
5401
+ stream: bool = False,
4654
5402
  ) -> Response:
4655
5403
  """orgs/revoke-org-role-team
4656
5404
 
@@ -4673,6 +5421,7 @@ class OrgsClient:
4673
5421
  "DELETE",
4674
5422
  url,
4675
5423
  headers=exclude_unset(headers),
5424
+ stream=stream,
4676
5425
  )
4677
5426
 
4678
5427
  async def async_revoke_org_role_team(
@@ -4682,6 +5431,7 @@ class OrgsClient:
4682
5431
  role_id: int,
4683
5432
  *,
4684
5433
  headers: Optional[Mapping[str, str]] = None,
5434
+ stream: bool = False,
4685
5435
  ) -> Response:
4686
5436
  """orgs/revoke-org-role-team
4687
5437
 
@@ -4704,6 +5454,7 @@ class OrgsClient:
4704
5454
  "DELETE",
4705
5455
  url,
4706
5456
  headers=exclude_unset(headers),
5457
+ stream=stream,
4707
5458
  )
4708
5459
 
4709
5460
  def revoke_all_org_roles_user(
@@ -4712,6 +5463,7 @@ class OrgsClient:
4712
5463
  username: str,
4713
5464
  *,
4714
5465
  headers: Optional[Mapping[str, str]] = None,
5466
+ stream: bool = False,
4715
5467
  ) -> Response:
4716
5468
  """orgs/revoke-all-org-roles-user
4717
5469
 
@@ -4734,6 +5486,7 @@ class OrgsClient:
4734
5486
  "DELETE",
4735
5487
  url,
4736
5488
  headers=exclude_unset(headers),
5489
+ stream=stream,
4737
5490
  )
4738
5491
 
4739
5492
  async def async_revoke_all_org_roles_user(
@@ -4742,6 +5495,7 @@ class OrgsClient:
4742
5495
  username: str,
4743
5496
  *,
4744
5497
  headers: Optional[Mapping[str, str]] = None,
5498
+ stream: bool = False,
4745
5499
  ) -> Response:
4746
5500
  """orgs/revoke-all-org-roles-user
4747
5501
 
@@ -4764,6 +5518,7 @@ class OrgsClient:
4764
5518
  "DELETE",
4765
5519
  url,
4766
5520
  headers=exclude_unset(headers),
5521
+ stream=stream,
4767
5522
  )
4768
5523
 
4769
5524
  def assign_user_to_org_role(
@@ -4773,6 +5528,7 @@ class OrgsClient:
4773
5528
  role_id: int,
4774
5529
  *,
4775
5530
  headers: Optional[Mapping[str, str]] = None,
5531
+ stream: bool = False,
4776
5532
  ) -> Response:
4777
5533
  """orgs/assign-user-to-org-role
4778
5534
 
@@ -4795,6 +5551,7 @@ class OrgsClient:
4795
5551
  "PUT",
4796
5552
  url,
4797
5553
  headers=exclude_unset(headers),
5554
+ stream=stream,
4798
5555
  error_models={},
4799
5556
  )
4800
5557
 
@@ -4805,6 +5562,7 @@ class OrgsClient:
4805
5562
  role_id: int,
4806
5563
  *,
4807
5564
  headers: Optional[Mapping[str, str]] = None,
5565
+ stream: bool = False,
4808
5566
  ) -> Response:
4809
5567
  """orgs/assign-user-to-org-role
4810
5568
 
@@ -4827,6 +5585,7 @@ class OrgsClient:
4827
5585
  "PUT",
4828
5586
  url,
4829
5587
  headers=exclude_unset(headers),
5588
+ stream=stream,
4830
5589
  error_models={},
4831
5590
  )
4832
5591
 
@@ -4837,6 +5596,7 @@ class OrgsClient:
4837
5596
  role_id: int,
4838
5597
  *,
4839
5598
  headers: Optional[Mapping[str, str]] = None,
5599
+ stream: bool = False,
4840
5600
  ) -> Response:
4841
5601
  """orgs/revoke-org-role-user
4842
5602
 
@@ -4859,6 +5619,7 @@ class OrgsClient:
4859
5619
  "DELETE",
4860
5620
  url,
4861
5621
  headers=exclude_unset(headers),
5622
+ stream=stream,
4862
5623
  )
4863
5624
 
4864
5625
  async def async_revoke_org_role_user(
@@ -4868,6 +5629,7 @@ class OrgsClient:
4868
5629
  role_id: int,
4869
5630
  *,
4870
5631
  headers: Optional[Mapping[str, str]] = None,
5632
+ stream: bool = False,
4871
5633
  ) -> Response:
4872
5634
  """orgs/revoke-org-role-user
4873
5635
 
@@ -4890,6 +5652,7 @@ class OrgsClient:
4890
5652
  "DELETE",
4891
5653
  url,
4892
5654
  headers=exclude_unset(headers),
5655
+ stream=stream,
4893
5656
  )
4894
5657
 
4895
5658
  def get_org_role(
@@ -4898,6 +5661,7 @@ class OrgsClient:
4898
5661
  role_id: int,
4899
5662
  *,
4900
5663
  headers: Optional[Mapping[str, str]] = None,
5664
+ stream: bool = False,
4901
5665
  ) -> Response[OrganizationRole, OrganizationRoleType]:
4902
5666
  """orgs/get-org-role
4903
5667
 
@@ -4925,6 +5689,7 @@ class OrgsClient:
4925
5689
  "GET",
4926
5690
  url,
4927
5691
  headers=exclude_unset(headers),
5692
+ stream=stream,
4928
5693
  response_model=OrganizationRole,
4929
5694
  error_models={
4930
5695
  "404": BasicError,
@@ -4938,6 +5703,7 @@ class OrgsClient:
4938
5703
  role_id: int,
4939
5704
  *,
4940
5705
  headers: Optional[Mapping[str, str]] = None,
5706
+ stream: bool = False,
4941
5707
  ) -> Response[OrganizationRole, OrganizationRoleType]:
4942
5708
  """orgs/get-org-role
4943
5709
 
@@ -4965,6 +5731,7 @@ class OrgsClient:
4965
5731
  "GET",
4966
5732
  url,
4967
5733
  headers=exclude_unset(headers),
5734
+ stream=stream,
4968
5735
  response_model=OrganizationRole,
4969
5736
  error_models={
4970
5737
  "404": BasicError,
@@ -4980,6 +5747,7 @@ class OrgsClient:
4980
5747
  per_page: Missing[int] = UNSET,
4981
5748
  page: Missing[int] = UNSET,
4982
5749
  headers: Optional[Mapping[str, str]] = None,
5750
+ stream: bool = False,
4983
5751
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
4984
5752
  """orgs/list-org-role-teams
4985
5753
 
@@ -5010,6 +5778,7 @@ class OrgsClient:
5010
5778
  url,
5011
5779
  params=exclude_unset(params),
5012
5780
  headers=exclude_unset(headers),
5781
+ stream=stream,
5013
5782
  response_model=list[TeamRoleAssignment],
5014
5783
  error_models={},
5015
5784
  )
@@ -5022,6 +5791,7 @@ class OrgsClient:
5022
5791
  per_page: Missing[int] = UNSET,
5023
5792
  page: Missing[int] = UNSET,
5024
5793
  headers: Optional[Mapping[str, str]] = None,
5794
+ stream: bool = False,
5025
5795
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
5026
5796
  """orgs/list-org-role-teams
5027
5797
 
@@ -5052,6 +5822,7 @@ class OrgsClient:
5052
5822
  url,
5053
5823
  params=exclude_unset(params),
5054
5824
  headers=exclude_unset(headers),
5825
+ stream=stream,
5055
5826
  response_model=list[TeamRoleAssignment],
5056
5827
  error_models={},
5057
5828
  )
@@ -5064,6 +5835,7 @@ class OrgsClient:
5064
5835
  per_page: Missing[int] = UNSET,
5065
5836
  page: Missing[int] = UNSET,
5066
5837
  headers: Optional[Mapping[str, str]] = None,
5838
+ stream: bool = False,
5067
5839
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5068
5840
  """orgs/list-org-role-users
5069
5841
 
@@ -5094,6 +5866,7 @@ class OrgsClient:
5094
5866
  url,
5095
5867
  params=exclude_unset(params),
5096
5868
  headers=exclude_unset(headers),
5869
+ stream=stream,
5097
5870
  response_model=list[UserRoleAssignment],
5098
5871
  error_models={},
5099
5872
  )
@@ -5106,6 +5879,7 @@ class OrgsClient:
5106
5879
  per_page: Missing[int] = UNSET,
5107
5880
  page: Missing[int] = UNSET,
5108
5881
  headers: Optional[Mapping[str, str]] = None,
5882
+ stream: bool = False,
5109
5883
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5110
5884
  """orgs/list-org-role-users
5111
5885
 
@@ -5136,6 +5910,7 @@ class OrgsClient:
5136
5910
  url,
5137
5911
  params=exclude_unset(params),
5138
5912
  headers=exclude_unset(headers),
5913
+ stream=stream,
5139
5914
  response_model=list[UserRoleAssignment],
5140
5915
  error_models={},
5141
5916
  )
@@ -5148,6 +5923,7 @@ class OrgsClient:
5148
5923
  per_page: Missing[int] = UNSET,
5149
5924
  page: Missing[int] = UNSET,
5150
5925
  headers: Optional[Mapping[str, str]] = None,
5926
+ stream: bool = False,
5151
5927
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5152
5928
  """orgs/list-outside-collaborators
5153
5929
 
@@ -5175,6 +5951,7 @@ class OrgsClient:
5175
5951
  url,
5176
5952
  params=exclude_unset(params),
5177
5953
  headers=exclude_unset(headers),
5954
+ stream=stream,
5178
5955
  response_model=list[SimpleUser],
5179
5956
  )
5180
5957
 
@@ -5186,6 +5963,7 @@ class OrgsClient:
5186
5963
  per_page: Missing[int] = UNSET,
5187
5964
  page: Missing[int] = UNSET,
5188
5965
  headers: Optional[Mapping[str, str]] = None,
5966
+ stream: bool = False,
5189
5967
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5190
5968
  """orgs/list-outside-collaborators
5191
5969
 
@@ -5213,6 +5991,7 @@ class OrgsClient:
5213
5991
  url,
5214
5992
  params=exclude_unset(params),
5215
5993
  headers=exclude_unset(headers),
5994
+ stream=stream,
5216
5995
  response_model=list[SimpleUser],
5217
5996
  )
5218
5997
 
@@ -5223,6 +6002,7 @@ class OrgsClient:
5223
6002
  username: str,
5224
6003
  *,
5225
6004
  headers: Optional[Mapping[str, str]] = None,
6005
+ stream: bool = False,
5226
6006
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5227
6007
  ) -> Response[
5228
6008
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5237,6 +6017,7 @@ class OrgsClient:
5237
6017
  *,
5238
6018
  data: UnsetType = UNSET,
5239
6019
  headers: Optional[Mapping[str, str]] = None,
6020
+ stream: bool = False,
5240
6021
  async_: Missing[bool] = UNSET,
5241
6022
  ) -> Response[
5242
6023
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5249,6 +6030,7 @@ class OrgsClient:
5249
6030
  username: str,
5250
6031
  *,
5251
6032
  headers: Optional[Mapping[str, str]] = None,
6033
+ stream: bool = False,
5252
6034
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5253
6035
  **kwargs,
5254
6036
  ) -> Response[
@@ -5290,6 +6072,7 @@ class OrgsClient:
5290
6072
  url,
5291
6073
  json=exclude_unset(json),
5292
6074
  headers=exclude_unset(headers),
6075
+ stream=stream,
5293
6076
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5294
6077
  error_models={
5295
6078
  "404": BasicError,
@@ -5303,6 +6086,7 @@ class OrgsClient:
5303
6086
  username: str,
5304
6087
  *,
5305
6088
  headers: Optional[Mapping[str, str]] = None,
6089
+ stream: bool = False,
5306
6090
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5307
6091
  ) -> Response[
5308
6092
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5317,6 +6101,7 @@ class OrgsClient:
5317
6101
  *,
5318
6102
  data: UnsetType = UNSET,
5319
6103
  headers: Optional[Mapping[str, str]] = None,
6104
+ stream: bool = False,
5320
6105
  async_: Missing[bool] = UNSET,
5321
6106
  ) -> Response[
5322
6107
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5329,6 +6114,7 @@ class OrgsClient:
5329
6114
  username: str,
5330
6115
  *,
5331
6116
  headers: Optional[Mapping[str, str]] = None,
6117
+ stream: bool = False,
5332
6118
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5333
6119
  **kwargs,
5334
6120
  ) -> Response[
@@ -5370,6 +6156,7 @@ class OrgsClient:
5370
6156
  url,
5371
6157
  json=exclude_unset(json),
5372
6158
  headers=exclude_unset(headers),
6159
+ stream=stream,
5373
6160
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5374
6161
  error_models={
5375
6162
  "404": BasicError,
@@ -5382,6 +6169,7 @@ class OrgsClient:
5382
6169
  username: str,
5383
6170
  *,
5384
6171
  headers: Optional[Mapping[str, str]] = None,
6172
+ stream: bool = False,
5385
6173
  ) -> Response:
5386
6174
  """orgs/remove-outside-collaborator
5387
6175
 
@@ -5402,6 +6190,7 @@ class OrgsClient:
5402
6190
  "DELETE",
5403
6191
  url,
5404
6192
  headers=exclude_unset(headers),
6193
+ stream=stream,
5405
6194
  error_models={
5406
6195
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5407
6196
  },
@@ -5413,6 +6202,7 @@ class OrgsClient:
5413
6202
  username: str,
5414
6203
  *,
5415
6204
  headers: Optional[Mapping[str, str]] = None,
6205
+ stream: bool = False,
5416
6206
  ) -> Response:
5417
6207
  """orgs/remove-outside-collaborator
5418
6208
 
@@ -5433,6 +6223,7 @@ class OrgsClient:
5433
6223
  "DELETE",
5434
6224
  url,
5435
6225
  headers=exclude_unset(headers),
6226
+ stream=stream,
5436
6227
  error_models={
5437
6228
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5438
6229
  },
@@ -5453,6 +6244,7 @@ class OrgsClient:
5453
6244
  last_used_after: Missing[datetime] = UNSET,
5454
6245
  token_id: Missing[list[str]] = UNSET,
5455
6246
  headers: Optional[Mapping[str, str]] = None,
6247
+ stream: bool = False,
5456
6248
  ) -> Response[
5457
6249
  list[OrganizationProgrammaticAccessGrantRequest],
5458
6250
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5496,6 +6288,7 @@ class OrgsClient:
5496
6288
  url,
5497
6289
  params=exclude_unset(params),
5498
6290
  headers=exclude_unset(headers),
6291
+ stream=stream,
5499
6292
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5500
6293
  error_models={
5501
6294
  "500": BasicError,
@@ -5520,6 +6313,7 @@ class OrgsClient:
5520
6313
  last_used_after: Missing[datetime] = UNSET,
5521
6314
  token_id: Missing[list[str]] = UNSET,
5522
6315
  headers: Optional[Mapping[str, str]] = None,
6316
+ stream: bool = False,
5523
6317
  ) -> Response[
5524
6318
  list[OrganizationProgrammaticAccessGrantRequest],
5525
6319
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5563,6 +6357,7 @@ class OrgsClient:
5563
6357
  url,
5564
6358
  params=exclude_unset(params),
5565
6359
  headers=exclude_unset(headers),
6360
+ stream=stream,
5566
6361
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5567
6362
  error_models={
5568
6363
  "500": BasicError,
@@ -5578,6 +6373,7 @@ class OrgsClient:
5578
6373
  org: str,
5579
6374
  *,
5580
6375
  headers: Optional[Mapping[str, str]] = None,
6376
+ stream: bool = False,
5581
6377
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5582
6378
  ) -> Response[
5583
6379
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5591,6 +6387,7 @@ class OrgsClient:
5591
6387
  *,
5592
6388
  data: UnsetType = UNSET,
5593
6389
  headers: Optional[Mapping[str, str]] = None,
6390
+ stream: bool = False,
5594
6391
  pat_request_ids: Missing[list[int]] = UNSET,
5595
6392
  action: Literal["approve", "deny"],
5596
6393
  reason: Missing[Union[str, None]] = UNSET,
@@ -5604,6 +6401,7 @@ class OrgsClient:
5604
6401
  org: str,
5605
6402
  *,
5606
6403
  headers: Optional[Mapping[str, str]] = None,
6404
+ stream: bool = False,
5607
6405
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5608
6406
  **kwargs,
5609
6407
  ) -> Response[
@@ -5648,6 +6446,7 @@ class OrgsClient:
5648
6446
  url,
5649
6447
  json=exclude_unset(json),
5650
6448
  headers=exclude_unset(headers),
6449
+ stream=stream,
5651
6450
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5652
6451
  error_models={
5653
6452
  "500": BasicError,
@@ -5663,6 +6462,7 @@ class OrgsClient:
5663
6462
  org: str,
5664
6463
  *,
5665
6464
  headers: Optional[Mapping[str, str]] = None,
6465
+ stream: bool = False,
5666
6466
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5667
6467
  ) -> Response[
5668
6468
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5676,6 +6476,7 @@ class OrgsClient:
5676
6476
  *,
5677
6477
  data: UnsetType = UNSET,
5678
6478
  headers: Optional[Mapping[str, str]] = None,
6479
+ stream: bool = False,
5679
6480
  pat_request_ids: Missing[list[int]] = UNSET,
5680
6481
  action: Literal["approve", "deny"],
5681
6482
  reason: Missing[Union[str, None]] = UNSET,
@@ -5689,6 +6490,7 @@ class OrgsClient:
5689
6490
  org: str,
5690
6491
  *,
5691
6492
  headers: Optional[Mapping[str, str]] = None,
6493
+ stream: bool = False,
5692
6494
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5693
6495
  **kwargs,
5694
6496
  ) -> Response[
@@ -5733,6 +6535,7 @@ class OrgsClient:
5733
6535
  url,
5734
6536
  json=exclude_unset(json),
5735
6537
  headers=exclude_unset(headers),
6538
+ stream=stream,
5736
6539
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5737
6540
  error_models={
5738
6541
  "500": BasicError,
@@ -5749,6 +6552,7 @@ class OrgsClient:
5749
6552
  pat_request_id: int,
5750
6553
  *,
5751
6554
  headers: Optional[Mapping[str, str]] = None,
6555
+ stream: bool = False,
5752
6556
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
5753
6557
  ) -> Response: ...
5754
6558
 
@@ -5760,6 +6564,7 @@ class OrgsClient:
5760
6564
  *,
5761
6565
  data: UnsetType = UNSET,
5762
6566
  headers: Optional[Mapping[str, str]] = None,
6567
+ stream: bool = False,
5763
6568
  action: Literal["approve", "deny"],
5764
6569
  reason: Missing[Union[str, None]] = UNSET,
5765
6570
  ) -> Response: ...
@@ -5770,6 +6575,7 @@ class OrgsClient:
5770
6575
  pat_request_id: int,
5771
6576
  *,
5772
6577
  headers: Optional[Mapping[str, str]] = None,
6578
+ stream: bool = False,
5773
6579
  data: Missing[
5774
6580
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
5775
6581
  ] = UNSET,
@@ -5812,6 +6618,7 @@ class OrgsClient:
5812
6618
  url,
5813
6619
  json=exclude_unset(json),
5814
6620
  headers=exclude_unset(headers),
6621
+ stream=stream,
5815
6622
  error_models={
5816
6623
  "500": BasicError,
5817
6624
  "422": ValidationError,
@@ -5827,6 +6634,7 @@ class OrgsClient:
5827
6634
  pat_request_id: int,
5828
6635
  *,
5829
6636
  headers: Optional[Mapping[str, str]] = None,
6637
+ stream: bool = False,
5830
6638
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
5831
6639
  ) -> Response: ...
5832
6640
 
@@ -5838,6 +6646,7 @@ class OrgsClient:
5838
6646
  *,
5839
6647
  data: UnsetType = UNSET,
5840
6648
  headers: Optional[Mapping[str, str]] = None,
6649
+ stream: bool = False,
5841
6650
  action: Literal["approve", "deny"],
5842
6651
  reason: Missing[Union[str, None]] = UNSET,
5843
6652
  ) -> Response: ...
@@ -5848,6 +6657,7 @@ class OrgsClient:
5848
6657
  pat_request_id: int,
5849
6658
  *,
5850
6659
  headers: Optional[Mapping[str, str]] = None,
6660
+ stream: bool = False,
5851
6661
  data: Missing[
5852
6662
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
5853
6663
  ] = UNSET,
@@ -5890,6 +6700,7 @@ class OrgsClient:
5890
6700
  url,
5891
6701
  json=exclude_unset(json),
5892
6702
  headers=exclude_unset(headers),
6703
+ stream=stream,
5893
6704
  error_models={
5894
6705
  "500": BasicError,
5895
6706
  "422": ValidationError,
@@ -5906,6 +6717,7 @@ class OrgsClient:
5906
6717
  per_page: Missing[int] = UNSET,
5907
6718
  page: Missing[int] = UNSET,
5908
6719
  headers: Optional[Mapping[str, str]] = None,
6720
+ stream: bool = False,
5909
6721
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
5910
6722
  """orgs/list-pat-grant-request-repositories
5911
6723
 
@@ -5936,6 +6748,7 @@ class OrgsClient:
5936
6748
  url,
5937
6749
  params=exclude_unset(params),
5938
6750
  headers=exclude_unset(headers),
6751
+ stream=stream,
5939
6752
  response_model=list[MinimalRepository],
5940
6753
  error_models={
5941
6754
  "500": BasicError,
@@ -5952,6 +6765,7 @@ class OrgsClient:
5952
6765
  per_page: Missing[int] = UNSET,
5953
6766
  page: Missing[int] = UNSET,
5954
6767
  headers: Optional[Mapping[str, str]] = None,
6768
+ stream: bool = False,
5955
6769
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
5956
6770
  """orgs/list-pat-grant-request-repositories
5957
6771
 
@@ -5982,6 +6796,7 @@ class OrgsClient:
5982
6796
  url,
5983
6797
  params=exclude_unset(params),
5984
6798
  headers=exclude_unset(headers),
6799
+ stream=stream,
5985
6800
  response_model=list[MinimalRepository],
5986
6801
  error_models={
5987
6802
  "500": BasicError,
@@ -6005,6 +6820,7 @@ class OrgsClient:
6005
6820
  last_used_after: Missing[datetime] = UNSET,
6006
6821
  token_id: Missing[list[str]] = UNSET,
6007
6822
  headers: Optional[Mapping[str, str]] = None,
6823
+ stream: bool = False,
6008
6824
  ) -> Response[
6009
6825
  list[OrganizationProgrammaticAccessGrant],
6010
6826
  list[OrganizationProgrammaticAccessGrantType],
@@ -6048,6 +6864,7 @@ class OrgsClient:
6048
6864
  url,
6049
6865
  params=exclude_unset(params),
6050
6866
  headers=exclude_unset(headers),
6867
+ stream=stream,
6051
6868
  response_model=list[OrganizationProgrammaticAccessGrant],
6052
6869
  error_models={
6053
6870
  "500": BasicError,
@@ -6072,6 +6889,7 @@ class OrgsClient:
6072
6889
  last_used_after: Missing[datetime] = UNSET,
6073
6890
  token_id: Missing[list[str]] = UNSET,
6074
6891
  headers: Optional[Mapping[str, str]] = None,
6892
+ stream: bool = False,
6075
6893
  ) -> Response[
6076
6894
  list[OrganizationProgrammaticAccessGrant],
6077
6895
  list[OrganizationProgrammaticAccessGrantType],
@@ -6115,6 +6933,7 @@ class OrgsClient:
6115
6933
  url,
6116
6934
  params=exclude_unset(params),
6117
6935
  headers=exclude_unset(headers),
6936
+ stream=stream,
6118
6937
  response_model=list[OrganizationProgrammaticAccessGrant],
6119
6938
  error_models={
6120
6939
  "500": BasicError,
@@ -6130,6 +6949,7 @@ class OrgsClient:
6130
6949
  org: str,
6131
6950
  *,
6132
6951
  headers: Optional[Mapping[str, str]] = None,
6952
+ stream: bool = False,
6133
6953
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6134
6954
  ) -> Response[
6135
6955
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6143,6 +6963,7 @@ class OrgsClient:
6143
6963
  *,
6144
6964
  data: UnsetType = UNSET,
6145
6965
  headers: Optional[Mapping[str, str]] = None,
6966
+ stream: bool = False,
6146
6967
  action: Literal["revoke"],
6147
6968
  pat_ids: list[int],
6148
6969
  ) -> Response[
@@ -6155,6 +6976,7 @@ class OrgsClient:
6155
6976
  org: str,
6156
6977
  *,
6157
6978
  headers: Optional[Mapping[str, str]] = None,
6979
+ stream: bool = False,
6158
6980
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6159
6981
  **kwargs,
6160
6982
  ) -> Response[
@@ -6197,6 +7019,7 @@ class OrgsClient:
6197
7019
  url,
6198
7020
  json=exclude_unset(json),
6199
7021
  headers=exclude_unset(headers),
7022
+ stream=stream,
6200
7023
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6201
7024
  error_models={
6202
7025
  "500": BasicError,
@@ -6212,6 +7035,7 @@ class OrgsClient:
6212
7035
  org: str,
6213
7036
  *,
6214
7037
  headers: Optional[Mapping[str, str]] = None,
7038
+ stream: bool = False,
6215
7039
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6216
7040
  ) -> Response[
6217
7041
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6225,6 +7049,7 @@ class OrgsClient:
6225
7049
  *,
6226
7050
  data: UnsetType = UNSET,
6227
7051
  headers: Optional[Mapping[str, str]] = None,
7052
+ stream: bool = False,
6228
7053
  action: Literal["revoke"],
6229
7054
  pat_ids: list[int],
6230
7055
  ) -> Response[
@@ -6237,6 +7062,7 @@ class OrgsClient:
6237
7062
  org: str,
6238
7063
  *,
6239
7064
  headers: Optional[Mapping[str, str]] = None,
7065
+ stream: bool = False,
6240
7066
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6241
7067
  **kwargs,
6242
7068
  ) -> Response[
@@ -6279,6 +7105,7 @@ class OrgsClient:
6279
7105
  url,
6280
7106
  json=exclude_unset(json),
6281
7107
  headers=exclude_unset(headers),
7108
+ stream=stream,
6282
7109
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6283
7110
  error_models={
6284
7111
  "500": BasicError,
@@ -6295,6 +7122,7 @@ class OrgsClient:
6295
7122
  pat_id: int,
6296
7123
  *,
6297
7124
  headers: Optional[Mapping[str, str]] = None,
7125
+ stream: bool = False,
6298
7126
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6299
7127
  ) -> Response: ...
6300
7128
 
@@ -6306,6 +7134,7 @@ class OrgsClient:
6306
7134
  *,
6307
7135
  data: UnsetType = UNSET,
6308
7136
  headers: Optional[Mapping[str, str]] = None,
7137
+ stream: bool = False,
6309
7138
  action: Literal["revoke"],
6310
7139
  ) -> Response: ...
6311
7140
 
@@ -6315,6 +7144,7 @@ class OrgsClient:
6315
7144
  pat_id: int,
6316
7145
  *,
6317
7146
  headers: Optional[Mapping[str, str]] = None,
7147
+ stream: bool = False,
6318
7148
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6319
7149
  **kwargs,
6320
7150
  ) -> Response:
@@ -6353,6 +7183,7 @@ class OrgsClient:
6353
7183
  url,
6354
7184
  json=exclude_unset(json),
6355
7185
  headers=exclude_unset(headers),
7186
+ stream=stream,
6356
7187
  error_models={
6357
7188
  "500": BasicError,
6358
7189
  "404": BasicError,
@@ -6368,6 +7199,7 @@ class OrgsClient:
6368
7199
  pat_id: int,
6369
7200
  *,
6370
7201
  headers: Optional[Mapping[str, str]] = None,
7202
+ stream: bool = False,
6371
7203
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6372
7204
  ) -> Response: ...
6373
7205
 
@@ -6379,6 +7211,7 @@ class OrgsClient:
6379
7211
  *,
6380
7212
  data: UnsetType = UNSET,
6381
7213
  headers: Optional[Mapping[str, str]] = None,
7214
+ stream: bool = False,
6382
7215
  action: Literal["revoke"],
6383
7216
  ) -> Response: ...
6384
7217
 
@@ -6388,6 +7221,7 @@ class OrgsClient:
6388
7221
  pat_id: int,
6389
7222
  *,
6390
7223
  headers: Optional[Mapping[str, str]] = None,
7224
+ stream: bool = False,
6391
7225
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6392
7226
  **kwargs,
6393
7227
  ) -> Response:
@@ -6426,6 +7260,7 @@ class OrgsClient:
6426
7260
  url,
6427
7261
  json=exclude_unset(json),
6428
7262
  headers=exclude_unset(headers),
7263
+ stream=stream,
6429
7264
  error_models={
6430
7265
  "500": BasicError,
6431
7266
  "404": BasicError,
@@ -6442,6 +7277,7 @@ class OrgsClient:
6442
7277
  per_page: Missing[int] = UNSET,
6443
7278
  page: Missing[int] = UNSET,
6444
7279
  headers: Optional[Mapping[str, str]] = None,
7280
+ stream: bool = False,
6445
7281
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6446
7282
  """orgs/list-pat-grant-repositories
6447
7283
 
@@ -6470,6 +7306,7 @@ class OrgsClient:
6470
7306
  url,
6471
7307
  params=exclude_unset(params),
6472
7308
  headers=exclude_unset(headers),
7309
+ stream=stream,
6473
7310
  response_model=list[MinimalRepository],
6474
7311
  error_models={
6475
7312
  "500": BasicError,
@@ -6486,6 +7323,7 @@ class OrgsClient:
6486
7323
  per_page: Missing[int] = UNSET,
6487
7324
  page: Missing[int] = UNSET,
6488
7325
  headers: Optional[Mapping[str, str]] = None,
7326
+ stream: bool = False,
6489
7327
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6490
7328
  """orgs/list-pat-grant-repositories
6491
7329
 
@@ -6514,6 +7352,7 @@ class OrgsClient:
6514
7352
  url,
6515
7353
  params=exclude_unset(params),
6516
7354
  headers=exclude_unset(headers),
7355
+ stream=stream,
6517
7356
  response_model=list[MinimalRepository],
6518
7357
  error_models={
6519
7358
  "500": BasicError,
@@ -6527,6 +7366,7 @@ class OrgsClient:
6527
7366
  org: str,
6528
7367
  *,
6529
7368
  headers: Optional[Mapping[str, str]] = None,
7369
+ stream: bool = False,
6530
7370
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6531
7371
  """orgs/get-all-custom-properties
6532
7372
 
@@ -6548,6 +7388,7 @@ class OrgsClient:
6548
7388
  "GET",
6549
7389
  url,
6550
7390
  headers=exclude_unset(headers),
7391
+ stream=stream,
6551
7392
  response_model=list[CustomProperty],
6552
7393
  error_models={
6553
7394
  "403": BasicError,
@@ -6560,6 +7401,7 @@ class OrgsClient:
6560
7401
  org: str,
6561
7402
  *,
6562
7403
  headers: Optional[Mapping[str, str]] = None,
7404
+ stream: bool = False,
6563
7405
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6564
7406
  """orgs/get-all-custom-properties
6565
7407
 
@@ -6581,6 +7423,7 @@ class OrgsClient:
6581
7423
  "GET",
6582
7424
  url,
6583
7425
  headers=exclude_unset(headers),
7426
+ stream=stream,
6584
7427
  response_model=list[CustomProperty],
6585
7428
  error_models={
6586
7429
  "403": BasicError,
@@ -6594,6 +7437,7 @@ class OrgsClient:
6594
7437
  org: str,
6595
7438
  *,
6596
7439
  headers: Optional[Mapping[str, str]] = None,
7440
+ stream: bool = False,
6597
7441
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6598
7442
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6599
7443
 
@@ -6604,6 +7448,7 @@ class OrgsClient:
6604
7448
  *,
6605
7449
  data: UnsetType = UNSET,
6606
7450
  headers: Optional[Mapping[str, str]] = None,
7451
+ stream: bool = False,
6607
7452
  properties: list[CustomPropertyType],
6608
7453
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6609
7454
 
@@ -6612,6 +7457,7 @@ class OrgsClient:
6612
7457
  org: str,
6613
7458
  *,
6614
7459
  headers: Optional[Mapping[str, str]] = None,
7460
+ stream: bool = False,
6615
7461
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6616
7462
  **kwargs,
6617
7463
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6656,6 +7502,7 @@ class OrgsClient:
6656
7502
  url,
6657
7503
  json=exclude_unset(json),
6658
7504
  headers=exclude_unset(headers),
7505
+ stream=stream,
6659
7506
  response_model=list[CustomProperty],
6660
7507
  error_models={
6661
7508
  "403": BasicError,
@@ -6669,6 +7516,7 @@ class OrgsClient:
6669
7516
  org: str,
6670
7517
  *,
6671
7518
  headers: Optional[Mapping[str, str]] = None,
7519
+ stream: bool = False,
6672
7520
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6673
7521
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6674
7522
 
@@ -6679,6 +7527,7 @@ class OrgsClient:
6679
7527
  *,
6680
7528
  data: UnsetType = UNSET,
6681
7529
  headers: Optional[Mapping[str, str]] = None,
7530
+ stream: bool = False,
6682
7531
  properties: list[CustomPropertyType],
6683
7532
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6684
7533
 
@@ -6687,6 +7536,7 @@ class OrgsClient:
6687
7536
  org: str,
6688
7537
  *,
6689
7538
  headers: Optional[Mapping[str, str]] = None,
7539
+ stream: bool = False,
6690
7540
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6691
7541
  **kwargs,
6692
7542
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6731,6 +7581,7 @@ class OrgsClient:
6731
7581
  url,
6732
7582
  json=exclude_unset(json),
6733
7583
  headers=exclude_unset(headers),
7584
+ stream=stream,
6734
7585
  response_model=list[CustomProperty],
6735
7586
  error_models={
6736
7587
  "403": BasicError,
@@ -6744,6 +7595,7 @@ class OrgsClient:
6744
7595
  custom_property_name: str,
6745
7596
  *,
6746
7597
  headers: Optional[Mapping[str, str]] = None,
7598
+ stream: bool = False,
6747
7599
  ) -> Response[CustomProperty, CustomPropertyType]:
6748
7600
  """orgs/get-custom-property
6749
7601
 
@@ -6765,6 +7617,7 @@ class OrgsClient:
6765
7617
  "GET",
6766
7618
  url,
6767
7619
  headers=exclude_unset(headers),
7620
+ stream=stream,
6768
7621
  response_model=CustomProperty,
6769
7622
  error_models={
6770
7623
  "403": BasicError,
@@ -6778,6 +7631,7 @@ class OrgsClient:
6778
7631
  custom_property_name: str,
6779
7632
  *,
6780
7633
  headers: Optional[Mapping[str, str]] = None,
7634
+ stream: bool = False,
6781
7635
  ) -> Response[CustomProperty, CustomPropertyType]:
6782
7636
  """orgs/get-custom-property
6783
7637
 
@@ -6799,6 +7653,7 @@ class OrgsClient:
6799
7653
  "GET",
6800
7654
  url,
6801
7655
  headers=exclude_unset(headers),
7656
+ stream=stream,
6802
7657
  response_model=CustomProperty,
6803
7658
  error_models={
6804
7659
  "403": BasicError,
@@ -6813,6 +7668,7 @@ class OrgsClient:
6813
7668
  custom_property_name: str,
6814
7669
  *,
6815
7670
  headers: Optional[Mapping[str, str]] = None,
7671
+ stream: bool = False,
6816
7672
  data: CustomPropertySetPayloadType,
6817
7673
  ) -> Response[CustomProperty, CustomPropertyType]: ...
6818
7674
 
@@ -6824,6 +7680,7 @@ class OrgsClient:
6824
7680
  *,
6825
7681
  data: UnsetType = UNSET,
6826
7682
  headers: Optional[Mapping[str, str]] = None,
7683
+ stream: bool = False,
6827
7684
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
6828
7685
  required: Missing[bool] = UNSET,
6829
7686
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -6840,6 +7697,7 @@ class OrgsClient:
6840
7697
  custom_property_name: str,
6841
7698
  *,
6842
7699
  headers: Optional[Mapping[str, str]] = None,
7700
+ stream: bool = False,
6843
7701
  data: Missing[CustomPropertySetPayloadType] = UNSET,
6844
7702
  **kwargs,
6845
7703
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -6876,6 +7734,7 @@ class OrgsClient:
6876
7734
  url,
6877
7735
  json=exclude_unset(json),
6878
7736
  headers=exclude_unset(headers),
7737
+ stream=stream,
6879
7738
  response_model=CustomProperty,
6880
7739
  error_models={
6881
7740
  "403": BasicError,
@@ -6890,6 +7749,7 @@ class OrgsClient:
6890
7749
  custom_property_name: str,
6891
7750
  *,
6892
7751
  headers: Optional[Mapping[str, str]] = None,
7752
+ stream: bool = False,
6893
7753
  data: CustomPropertySetPayloadType,
6894
7754
  ) -> Response[CustomProperty, CustomPropertyType]: ...
6895
7755
 
@@ -6901,6 +7761,7 @@ class OrgsClient:
6901
7761
  *,
6902
7762
  data: UnsetType = UNSET,
6903
7763
  headers: Optional[Mapping[str, str]] = None,
7764
+ stream: bool = False,
6904
7765
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
6905
7766
  required: Missing[bool] = UNSET,
6906
7767
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -6917,6 +7778,7 @@ class OrgsClient:
6917
7778
  custom_property_name: str,
6918
7779
  *,
6919
7780
  headers: Optional[Mapping[str, str]] = None,
7781
+ stream: bool = False,
6920
7782
  data: Missing[CustomPropertySetPayloadType] = UNSET,
6921
7783
  **kwargs,
6922
7784
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -6953,6 +7815,7 @@ class OrgsClient:
6953
7815
  url,
6954
7816
  json=exclude_unset(json),
6955
7817
  headers=exclude_unset(headers),
7818
+ stream=stream,
6956
7819
  response_model=CustomProperty,
6957
7820
  error_models={
6958
7821
  "403": BasicError,
@@ -6966,6 +7829,7 @@ class OrgsClient:
6966
7829
  custom_property_name: str,
6967
7830
  *,
6968
7831
  headers: Optional[Mapping[str, str]] = None,
7832
+ stream: bool = False,
6969
7833
  ) -> Response:
6970
7834
  """orgs/remove-custom-property
6971
7835
 
@@ -6990,6 +7854,7 @@ class OrgsClient:
6990
7854
  "DELETE",
6991
7855
  url,
6992
7856
  headers=exclude_unset(headers),
7857
+ stream=stream,
6993
7858
  error_models={
6994
7859
  "403": BasicError,
6995
7860
  "404": BasicError,
@@ -7002,6 +7867,7 @@ class OrgsClient:
7002
7867
  custom_property_name: str,
7003
7868
  *,
7004
7869
  headers: Optional[Mapping[str, str]] = None,
7870
+ stream: bool = False,
7005
7871
  ) -> Response:
7006
7872
  """orgs/remove-custom-property
7007
7873
 
@@ -7026,6 +7892,7 @@ class OrgsClient:
7026
7892
  "DELETE",
7027
7893
  url,
7028
7894
  headers=exclude_unset(headers),
7895
+ stream=stream,
7029
7896
  error_models={
7030
7897
  "403": BasicError,
7031
7898
  "404": BasicError,
@@ -7040,6 +7907,7 @@ class OrgsClient:
7040
7907
  page: Missing[int] = UNSET,
7041
7908
  repository_query: Missing[str] = UNSET,
7042
7909
  headers: Optional[Mapping[str, str]] = None,
7910
+ stream: bool = False,
7043
7911
  ) -> Response[
7044
7912
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7045
7913
  ]:
@@ -7070,6 +7938,7 @@ class OrgsClient:
7070
7938
  url,
7071
7939
  params=exclude_unset(params),
7072
7940
  headers=exclude_unset(headers),
7941
+ stream=stream,
7073
7942
  response_model=list[OrgRepoCustomPropertyValues],
7074
7943
  error_models={
7075
7944
  "403": BasicError,
@@ -7085,6 +7954,7 @@ class OrgsClient:
7085
7954
  page: Missing[int] = UNSET,
7086
7955
  repository_query: Missing[str] = UNSET,
7087
7956
  headers: Optional[Mapping[str, str]] = None,
7957
+ stream: bool = False,
7088
7958
  ) -> Response[
7089
7959
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7090
7960
  ]:
@@ -7115,6 +7985,7 @@ class OrgsClient:
7115
7985
  url,
7116
7986
  params=exclude_unset(params),
7117
7987
  headers=exclude_unset(headers),
7988
+ stream=stream,
7118
7989
  response_model=list[OrgRepoCustomPropertyValues],
7119
7990
  error_models={
7120
7991
  "403": BasicError,
@@ -7128,6 +7999,7 @@ class OrgsClient:
7128
7999
  org: str,
7129
8000
  *,
7130
8001
  headers: Optional[Mapping[str, str]] = None,
8002
+ stream: bool = False,
7131
8003
  data: OrgsOrgPropertiesValuesPatchBodyType,
7132
8004
  ) -> Response: ...
7133
8005
 
@@ -7138,6 +8010,7 @@ class OrgsClient:
7138
8010
  *,
7139
8011
  data: UnsetType = UNSET,
7140
8012
  headers: Optional[Mapping[str, str]] = None,
8013
+ stream: bool = False,
7141
8014
  repository_names: list[str],
7142
8015
  properties: list[CustomPropertyValueType],
7143
8016
  ) -> Response: ...
@@ -7147,6 +8020,7 @@ class OrgsClient:
7147
8020
  org: str,
7148
8021
  *,
7149
8022
  headers: Optional[Mapping[str, str]] = None,
8023
+ stream: bool = False,
7150
8024
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7151
8025
  **kwargs,
7152
8026
  ) -> Response:
@@ -7192,6 +8066,7 @@ class OrgsClient:
7192
8066
  url,
7193
8067
  json=exclude_unset(json),
7194
8068
  headers=exclude_unset(headers),
8069
+ stream=stream,
7195
8070
  error_models={
7196
8071
  "403": BasicError,
7197
8072
  "404": BasicError,
@@ -7205,6 +8080,7 @@ class OrgsClient:
7205
8080
  org: str,
7206
8081
  *,
7207
8082
  headers: Optional[Mapping[str, str]] = None,
8083
+ stream: bool = False,
7208
8084
  data: OrgsOrgPropertiesValuesPatchBodyType,
7209
8085
  ) -> Response: ...
7210
8086
 
@@ -7215,6 +8091,7 @@ class OrgsClient:
7215
8091
  *,
7216
8092
  data: UnsetType = UNSET,
7217
8093
  headers: Optional[Mapping[str, str]] = None,
8094
+ stream: bool = False,
7218
8095
  repository_names: list[str],
7219
8096
  properties: list[CustomPropertyValueType],
7220
8097
  ) -> Response: ...
@@ -7224,6 +8101,7 @@ class OrgsClient:
7224
8101
  org: str,
7225
8102
  *,
7226
8103
  headers: Optional[Mapping[str, str]] = None,
8104
+ stream: bool = False,
7227
8105
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7228
8106
  **kwargs,
7229
8107
  ) -> Response:
@@ -7269,6 +8147,7 @@ class OrgsClient:
7269
8147
  url,
7270
8148
  json=exclude_unset(json),
7271
8149
  headers=exclude_unset(headers),
8150
+ stream=stream,
7272
8151
  error_models={
7273
8152
  "403": BasicError,
7274
8153
  "404": BasicError,
@@ -7283,6 +8162,7 @@ class OrgsClient:
7283
8162
  per_page: Missing[int] = UNSET,
7284
8163
  page: Missing[int] = UNSET,
7285
8164
  headers: Optional[Mapping[str, str]] = None,
8165
+ stream: bool = False,
7286
8166
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7287
8167
  """orgs/list-public-members
7288
8168
 
@@ -7309,6 +8189,7 @@ class OrgsClient:
7309
8189
  url,
7310
8190
  params=exclude_unset(params),
7311
8191
  headers=exclude_unset(headers),
8192
+ stream=stream,
7312
8193
  response_model=list[SimpleUser],
7313
8194
  )
7314
8195
 
@@ -7319,6 +8200,7 @@ class OrgsClient:
7319
8200
  per_page: Missing[int] = UNSET,
7320
8201
  page: Missing[int] = UNSET,
7321
8202
  headers: Optional[Mapping[str, str]] = None,
8203
+ stream: bool = False,
7322
8204
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7323
8205
  """orgs/list-public-members
7324
8206
 
@@ -7345,6 +8227,7 @@ class OrgsClient:
7345
8227
  url,
7346
8228
  params=exclude_unset(params),
7347
8229
  headers=exclude_unset(headers),
8230
+ stream=stream,
7348
8231
  response_model=list[SimpleUser],
7349
8232
  )
7350
8233
 
@@ -7354,6 +8237,7 @@ class OrgsClient:
7354
8237
  username: str,
7355
8238
  *,
7356
8239
  headers: Optional[Mapping[str, str]] = None,
8240
+ stream: bool = False,
7357
8241
  ) -> Response:
7358
8242
  """orgs/check-public-membership-for-user
7359
8243
 
@@ -7372,6 +8256,7 @@ class OrgsClient:
7372
8256
  "GET",
7373
8257
  url,
7374
8258
  headers=exclude_unset(headers),
8259
+ stream=stream,
7375
8260
  error_models={},
7376
8261
  )
7377
8262
 
@@ -7381,6 +8266,7 @@ class OrgsClient:
7381
8266
  username: str,
7382
8267
  *,
7383
8268
  headers: Optional[Mapping[str, str]] = None,
8269
+ stream: bool = False,
7384
8270
  ) -> Response:
7385
8271
  """orgs/check-public-membership-for-user
7386
8272
 
@@ -7399,6 +8285,7 @@ class OrgsClient:
7399
8285
  "GET",
7400
8286
  url,
7401
8287
  headers=exclude_unset(headers),
8288
+ stream=stream,
7402
8289
  error_models={},
7403
8290
  )
7404
8291
 
@@ -7408,6 +8295,7 @@ class OrgsClient:
7408
8295
  username: str,
7409
8296
  *,
7410
8297
  headers: Optional[Mapping[str, str]] = None,
8298
+ stream: bool = False,
7411
8299
  ) -> Response:
7412
8300
  """orgs/set-public-membership-for-authenticated-user
7413
8301
 
@@ -7430,6 +8318,7 @@ class OrgsClient:
7430
8318
  "PUT",
7431
8319
  url,
7432
8320
  headers=exclude_unset(headers),
8321
+ stream=stream,
7433
8322
  error_models={
7434
8323
  "403": BasicError,
7435
8324
  },
@@ -7441,6 +8330,7 @@ class OrgsClient:
7441
8330
  username: str,
7442
8331
  *,
7443
8332
  headers: Optional[Mapping[str, str]] = None,
8333
+ stream: bool = False,
7444
8334
  ) -> Response:
7445
8335
  """orgs/set-public-membership-for-authenticated-user
7446
8336
 
@@ -7463,6 +8353,7 @@ class OrgsClient:
7463
8353
  "PUT",
7464
8354
  url,
7465
8355
  headers=exclude_unset(headers),
8356
+ stream=stream,
7466
8357
  error_models={
7467
8358
  "403": BasicError,
7468
8359
  },
@@ -7474,6 +8365,7 @@ class OrgsClient:
7474
8365
  username: str,
7475
8366
  *,
7476
8367
  headers: Optional[Mapping[str, str]] = None,
8368
+ stream: bool = False,
7477
8369
  ) -> Response:
7478
8370
  """orgs/remove-public-membership-for-authenticated-user
7479
8371
 
@@ -7492,6 +8384,7 @@ class OrgsClient:
7492
8384
  "DELETE",
7493
8385
  url,
7494
8386
  headers=exclude_unset(headers),
8387
+ stream=stream,
7495
8388
  )
7496
8389
 
7497
8390
  async def async_remove_public_membership_for_authenticated_user(
@@ -7500,6 +8393,7 @@ class OrgsClient:
7500
8393
  username: str,
7501
8394
  *,
7502
8395
  headers: Optional[Mapping[str, str]] = None,
8396
+ stream: bool = False,
7503
8397
  ) -> Response:
7504
8398
  """orgs/remove-public-membership-for-authenticated-user
7505
8399
 
@@ -7518,6 +8412,7 @@ class OrgsClient:
7518
8412
  "DELETE",
7519
8413
  url,
7520
8414
  headers=exclude_unset(headers),
8415
+ stream=stream,
7521
8416
  )
7522
8417
 
7523
8418
  def get_org_ruleset_history(
@@ -7528,6 +8423,7 @@ class OrgsClient:
7528
8423
  per_page: Missing[int] = UNSET,
7529
8424
  page: Missing[int] = UNSET,
7530
8425
  headers: Optional[Mapping[str, str]] = None,
8426
+ stream: bool = False,
7531
8427
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7532
8428
  """orgs/get-org-ruleset-history
7533
8429
 
@@ -7554,6 +8450,7 @@ class OrgsClient:
7554
8450
  url,
7555
8451
  params=exclude_unset(params),
7556
8452
  headers=exclude_unset(headers),
8453
+ stream=stream,
7557
8454
  response_model=list[RulesetVersion],
7558
8455
  error_models={
7559
8456
  "404": BasicError,
@@ -7569,6 +8466,7 @@ class OrgsClient:
7569
8466
  per_page: Missing[int] = UNSET,
7570
8467
  page: Missing[int] = UNSET,
7571
8468
  headers: Optional[Mapping[str, str]] = None,
8469
+ stream: bool = False,
7572
8470
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7573
8471
  """orgs/get-org-ruleset-history
7574
8472
 
@@ -7595,6 +8493,7 @@ class OrgsClient:
7595
8493
  url,
7596
8494
  params=exclude_unset(params),
7597
8495
  headers=exclude_unset(headers),
8496
+ stream=stream,
7598
8497
  response_model=list[RulesetVersion],
7599
8498
  error_models={
7600
8499
  "404": BasicError,
@@ -7609,6 +8508,7 @@ class OrgsClient:
7609
8508
  version_id: int,
7610
8509
  *,
7611
8510
  headers: Optional[Mapping[str, str]] = None,
8511
+ stream: bool = False,
7612
8512
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7613
8513
  """orgs/get-org-ruleset-version
7614
8514
 
@@ -7629,6 +8529,7 @@ class OrgsClient:
7629
8529
  "GET",
7630
8530
  url,
7631
8531
  headers=exclude_unset(headers),
8532
+ stream=stream,
7632
8533
  response_model=RulesetVersionWithState,
7633
8534
  error_models={
7634
8535
  "404": BasicError,
@@ -7643,6 +8544,7 @@ class OrgsClient:
7643
8544
  version_id: int,
7644
8545
  *,
7645
8546
  headers: Optional[Mapping[str, str]] = None,
8547
+ stream: bool = False,
7646
8548
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7647
8549
  """orgs/get-org-ruleset-version
7648
8550
 
@@ -7663,6 +8565,7 @@ class OrgsClient:
7663
8565
  "GET",
7664
8566
  url,
7665
8567
  headers=exclude_unset(headers),
8568
+ stream=stream,
7666
8569
  response_model=RulesetVersionWithState,
7667
8570
  error_models={
7668
8571
  "404": BasicError,
@@ -7675,6 +8578,7 @@ class OrgsClient:
7675
8578
  org: str,
7676
8579
  *,
7677
8580
  headers: Optional[Mapping[str, str]] = None,
8581
+ stream: bool = False,
7678
8582
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7679
8583
  """DEPRECATED orgs/list-security-manager-teams
7680
8584
 
@@ -7696,6 +8600,7 @@ class OrgsClient:
7696
8600
  "GET",
7697
8601
  url,
7698
8602
  headers=exclude_unset(headers),
8603
+ stream=stream,
7699
8604
  response_model=list[TeamSimple],
7700
8605
  )
7701
8606
 
@@ -7704,6 +8609,7 @@ class OrgsClient:
7704
8609
  org: str,
7705
8610
  *,
7706
8611
  headers: Optional[Mapping[str, str]] = None,
8612
+ stream: bool = False,
7707
8613
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7708
8614
  """DEPRECATED orgs/list-security-manager-teams
7709
8615
 
@@ -7725,6 +8631,7 @@ class OrgsClient:
7725
8631
  "GET",
7726
8632
  url,
7727
8633
  headers=exclude_unset(headers),
8634
+ stream=stream,
7728
8635
  response_model=list[TeamSimple],
7729
8636
  )
7730
8637
 
@@ -7734,6 +8641,7 @@ class OrgsClient:
7734
8641
  team_slug: str,
7735
8642
  *,
7736
8643
  headers: Optional[Mapping[str, str]] = None,
8644
+ stream: bool = False,
7737
8645
  ) -> Response:
7738
8646
  """DEPRECATED orgs/add-security-manager-team
7739
8647
 
@@ -7753,6 +8661,7 @@ class OrgsClient:
7753
8661
  "PUT",
7754
8662
  url,
7755
8663
  headers=exclude_unset(headers),
8664
+ stream=stream,
7756
8665
  )
7757
8666
 
7758
8667
  async def async_add_security_manager_team(
@@ -7761,6 +8670,7 @@ class OrgsClient:
7761
8670
  team_slug: str,
7762
8671
  *,
7763
8672
  headers: Optional[Mapping[str, str]] = None,
8673
+ stream: bool = False,
7764
8674
  ) -> Response:
7765
8675
  """DEPRECATED orgs/add-security-manager-team
7766
8676
 
@@ -7780,6 +8690,7 @@ class OrgsClient:
7780
8690
  "PUT",
7781
8691
  url,
7782
8692
  headers=exclude_unset(headers),
8693
+ stream=stream,
7783
8694
  )
7784
8695
 
7785
8696
  def remove_security_manager_team(
@@ -7788,6 +8699,7 @@ class OrgsClient:
7788
8699
  team_slug: str,
7789
8700
  *,
7790
8701
  headers: Optional[Mapping[str, str]] = None,
8702
+ stream: bool = False,
7791
8703
  ) -> Response:
7792
8704
  """DEPRECATED orgs/remove-security-manager-team
7793
8705
 
@@ -7807,6 +8719,7 @@ class OrgsClient:
7807
8719
  "DELETE",
7808
8720
  url,
7809
8721
  headers=exclude_unset(headers),
8722
+ stream=stream,
7810
8723
  )
7811
8724
 
7812
8725
  async def async_remove_security_manager_team(
@@ -7815,6 +8728,7 @@ class OrgsClient:
7815
8728
  team_slug: str,
7816
8729
  *,
7817
8730
  headers: Optional[Mapping[str, str]] = None,
8731
+ stream: bool = False,
7818
8732
  ) -> Response:
7819
8733
  """DEPRECATED orgs/remove-security-manager-team
7820
8734
 
@@ -7834,6 +8748,7 @@ class OrgsClient:
7834
8748
  "DELETE",
7835
8749
  url,
7836
8750
  headers=exclude_unset(headers),
8751
+ stream=stream,
7837
8752
  )
7838
8753
 
7839
8754
  @overload
@@ -7852,6 +8767,7 @@ class OrgsClient:
7852
8767
  enablement: Literal["enable_all", "disable_all"],
7853
8768
  *,
7854
8769
  headers: Optional[Mapping[str, str]] = None,
8770
+ stream: bool = False,
7855
8771
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
7856
8772
  ) -> Response: ...
7857
8773
 
@@ -7872,6 +8788,7 @@ class OrgsClient:
7872
8788
  *,
7873
8789
  data: UnsetType = UNSET,
7874
8790
  headers: Optional[Mapping[str, str]] = None,
8791
+ stream: bool = False,
7875
8792
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
7876
8793
  ) -> Response: ...
7877
8794
 
@@ -7890,6 +8807,7 @@ class OrgsClient:
7890
8807
  enablement: Literal["enable_all", "disable_all"],
7891
8808
  *,
7892
8809
  headers: Optional[Mapping[str, str]] = None,
8810
+ stream: bool = False,
7893
8811
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
7894
8812
  **kwargs,
7895
8813
  ) -> Response:
@@ -7929,6 +8847,7 @@ class OrgsClient:
7929
8847
  url,
7930
8848
  json=exclude_unset(json),
7931
8849
  headers=exclude_unset(headers),
8850
+ stream=stream,
7932
8851
  error_models={},
7933
8852
  )
7934
8853
 
@@ -7948,6 +8867,7 @@ class OrgsClient:
7948
8867
  enablement: Literal["enable_all", "disable_all"],
7949
8868
  *,
7950
8869
  headers: Optional[Mapping[str, str]] = None,
8870
+ stream: bool = False,
7951
8871
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
7952
8872
  ) -> Response: ...
7953
8873
 
@@ -7968,6 +8888,7 @@ class OrgsClient:
7968
8888
  *,
7969
8889
  data: UnsetType = UNSET,
7970
8890
  headers: Optional[Mapping[str, str]] = None,
8891
+ stream: bool = False,
7971
8892
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
7972
8893
  ) -> Response: ...
7973
8894
 
@@ -7986,6 +8907,7 @@ class OrgsClient:
7986
8907
  enablement: Literal["enable_all", "disable_all"],
7987
8908
  *,
7988
8909
  headers: Optional[Mapping[str, str]] = None,
8910
+ stream: bool = False,
7989
8911
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
7990
8912
  **kwargs,
7991
8913
  ) -> Response:
@@ -8025,6 +8947,7 @@ class OrgsClient:
8025
8947
  url,
8026
8948
  json=exclude_unset(json),
8027
8949
  headers=exclude_unset(headers),
8950
+ stream=stream,
8028
8951
  error_models={},
8029
8952
  )
8030
8953
 
@@ -8035,6 +8958,7 @@ class OrgsClient:
8035
8958
  per_page: Missing[int] = UNSET,
8036
8959
  page: Missing[int] = UNSET,
8037
8960
  headers: Optional[Mapping[str, str]] = None,
8961
+ stream: bool = False,
8038
8962
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8039
8963
  """orgs/list-memberships-for-authenticated-user
8040
8964
 
@@ -8062,6 +8986,7 @@ class OrgsClient:
8062
8986
  url,
8063
8987
  params=exclude_unset(params),
8064
8988
  headers=exclude_unset(headers),
8989
+ stream=stream,
8065
8990
  response_model=list[OrgMembership],
8066
8991
  error_models={
8067
8992
  "403": BasicError,
@@ -8077,6 +9002,7 @@ class OrgsClient:
8077
9002
  per_page: Missing[int] = UNSET,
8078
9003
  page: Missing[int] = UNSET,
8079
9004
  headers: Optional[Mapping[str, str]] = None,
9005
+ stream: bool = False,
8080
9006
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8081
9007
  """orgs/list-memberships-for-authenticated-user
8082
9008
 
@@ -8104,6 +9030,7 @@ class OrgsClient:
8104
9030
  url,
8105
9031
  params=exclude_unset(params),
8106
9032
  headers=exclude_unset(headers),
9033
+ stream=stream,
8107
9034
  response_model=list[OrgMembership],
8108
9035
  error_models={
8109
9036
  "403": BasicError,
@@ -8117,6 +9044,7 @@ class OrgsClient:
8117
9044
  org: str,
8118
9045
  *,
8119
9046
  headers: Optional[Mapping[str, str]] = None,
9047
+ stream: bool = False,
8120
9048
  ) -> Response[OrgMembership, OrgMembershipType]:
8121
9049
  """orgs/get-membership-for-authenticated-user
8122
9050
 
@@ -8137,6 +9065,7 @@ class OrgsClient:
8137
9065
  "GET",
8138
9066
  url,
8139
9067
  headers=exclude_unset(headers),
9068
+ stream=stream,
8140
9069
  response_model=OrgMembership,
8141
9070
  error_models={
8142
9071
  "403": BasicError,
@@ -8149,6 +9078,7 @@ class OrgsClient:
8149
9078
  org: str,
8150
9079
  *,
8151
9080
  headers: Optional[Mapping[str, str]] = None,
9081
+ stream: bool = False,
8152
9082
  ) -> Response[OrgMembership, OrgMembershipType]:
8153
9083
  """orgs/get-membership-for-authenticated-user
8154
9084
 
@@ -8169,6 +9099,7 @@ class OrgsClient:
8169
9099
  "GET",
8170
9100
  url,
8171
9101
  headers=exclude_unset(headers),
9102
+ stream=stream,
8172
9103
  response_model=OrgMembership,
8173
9104
  error_models={
8174
9105
  "403": BasicError,
@@ -8182,6 +9113,7 @@ class OrgsClient:
8182
9113
  org: str,
8183
9114
  *,
8184
9115
  headers: Optional[Mapping[str, str]] = None,
9116
+ stream: bool = False,
8185
9117
  data: UserMembershipsOrgsOrgPatchBodyType,
8186
9118
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8187
9119
 
@@ -8192,6 +9124,7 @@ class OrgsClient:
8192
9124
  *,
8193
9125
  data: UnsetType = UNSET,
8194
9126
  headers: Optional[Mapping[str, str]] = None,
9127
+ stream: bool = False,
8195
9128
  state: Literal["active"],
8196
9129
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8197
9130
 
@@ -8200,6 +9133,7 @@ class OrgsClient:
8200
9133
  org: str,
8201
9134
  *,
8202
9135
  headers: Optional[Mapping[str, str]] = None,
9136
+ stream: bool = False,
8203
9137
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8204
9138
  **kwargs,
8205
9139
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8237,6 +9171,7 @@ class OrgsClient:
8237
9171
  url,
8238
9172
  json=exclude_unset(json),
8239
9173
  headers=exclude_unset(headers),
9174
+ stream=stream,
8240
9175
  response_model=OrgMembership,
8241
9176
  error_models={
8242
9177
  "403": BasicError,
@@ -8251,6 +9186,7 @@ class OrgsClient:
8251
9186
  org: str,
8252
9187
  *,
8253
9188
  headers: Optional[Mapping[str, str]] = None,
9189
+ stream: bool = False,
8254
9190
  data: UserMembershipsOrgsOrgPatchBodyType,
8255
9191
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8256
9192
 
@@ -8261,6 +9197,7 @@ class OrgsClient:
8261
9197
  *,
8262
9198
  data: UnsetType = UNSET,
8263
9199
  headers: Optional[Mapping[str, str]] = None,
9200
+ stream: bool = False,
8264
9201
  state: Literal["active"],
8265
9202
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8266
9203
 
@@ -8269,6 +9206,7 @@ class OrgsClient:
8269
9206
  org: str,
8270
9207
  *,
8271
9208
  headers: Optional[Mapping[str, str]] = None,
9209
+ stream: bool = False,
8272
9210
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8273
9211
  **kwargs,
8274
9212
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8306,6 +9244,7 @@ class OrgsClient:
8306
9244
  url,
8307
9245
  json=exclude_unset(json),
8308
9246
  headers=exclude_unset(headers),
9247
+ stream=stream,
8309
9248
  response_model=OrgMembership,
8310
9249
  error_models={
8311
9250
  "403": BasicError,
@@ -8320,6 +9259,7 @@ class OrgsClient:
8320
9259
  per_page: Missing[int] = UNSET,
8321
9260
  page: Missing[int] = UNSET,
8322
9261
  headers: Optional[Mapping[str, str]] = None,
9262
+ stream: bool = False,
8323
9263
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8324
9264
  """orgs/list-for-authenticated-user
8325
9265
 
@@ -8351,6 +9291,7 @@ class OrgsClient:
8351
9291
  url,
8352
9292
  params=exclude_unset(params),
8353
9293
  headers=exclude_unset(headers),
9294
+ stream=stream,
8354
9295
  response_model=list[OrganizationSimple],
8355
9296
  error_models={
8356
9297
  "403": BasicError,
@@ -8364,6 +9305,7 @@ class OrgsClient:
8364
9305
  per_page: Missing[int] = UNSET,
8365
9306
  page: Missing[int] = UNSET,
8366
9307
  headers: Optional[Mapping[str, str]] = None,
9308
+ stream: bool = False,
8367
9309
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8368
9310
  """orgs/list-for-authenticated-user
8369
9311
 
@@ -8395,6 +9337,7 @@ class OrgsClient:
8395
9337
  url,
8396
9338
  params=exclude_unset(params),
8397
9339
  headers=exclude_unset(headers),
9340
+ stream=stream,
8398
9341
  response_model=list[OrganizationSimple],
8399
9342
  error_models={
8400
9343
  "403": BasicError,
@@ -8409,6 +9352,7 @@ class OrgsClient:
8409
9352
  per_page: Missing[int] = UNSET,
8410
9353
  page: Missing[int] = UNSET,
8411
9354
  headers: Optional[Mapping[str, str]] = None,
9355
+ stream: bool = False,
8412
9356
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8413
9357
  """orgs/list-for-user
8414
9358
 
@@ -8437,6 +9381,7 @@ class OrgsClient:
8437
9381
  url,
8438
9382
  params=exclude_unset(params),
8439
9383
  headers=exclude_unset(headers),
9384
+ stream=stream,
8440
9385
  response_model=list[OrganizationSimple],
8441
9386
  )
8442
9387
 
@@ -8447,6 +9392,7 @@ class OrgsClient:
8447
9392
  per_page: Missing[int] = UNSET,
8448
9393
  page: Missing[int] = UNSET,
8449
9394
  headers: Optional[Mapping[str, str]] = None,
9395
+ stream: bool = False,
8450
9396
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8451
9397
  """orgs/list-for-user
8452
9398
 
@@ -8475,5 +9421,6 @@ class OrgsClient:
8475
9421
  url,
8476
9422
  params=exclude_unset(params),
8477
9423
  headers=exclude_unset(headers),
9424
+ stream=stream,
8478
9425
  response_model=list[OrganizationSimple],
8479
9426
  )