GitHubKit 0.11.2__py3-none-any.whl → 0.11.4__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.
- githubkit/auth/app.py +12 -6
- githubkit/compat.py +1 -1
- githubkit/config.py +2 -2
- githubkit/core.py +97 -9
- githubkit/github.py +1 -34
- githubkit/lazy_module.py +5 -2
- githubkit/rest/__init__.py +359 -1155
- githubkit/versions/__init__.py +3 -2
- githubkit/versions/ghec_v2022_11_28/__init__.py +8 -0
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +13719 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0000.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0001.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0002.py +184 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0003.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0004.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0005.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0006.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0007.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0008.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0009.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0010.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0011.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0012.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0013.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0014.py +229 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0015.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0016.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0017.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0018.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0019.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0020.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0021.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0022.py +117 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0023.py +135 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0024.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0025.py +286 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0026.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0027.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0028.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0029.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0030.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0031.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0032.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0033.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0034.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0035.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0036.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0037.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0038.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0039.py +145 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0040.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0041.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0042.py +84 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0043.py +153 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0044.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0045.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0046.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0047.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0048.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0049.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0050.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0051.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0052.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0053.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0054.py +107 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0055.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0056.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0057.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0058.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0059.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0061.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0062.py +103 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0063.py +96 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0064.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0065.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0066.py +142 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0067.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0069.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0071.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0072.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0073.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0074.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0075.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0076.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0077.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0078.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0079.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0080.py +133 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0081.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0082.py +24 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0083.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0084.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0085.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0086.py +174 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0087.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0088.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0089.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0090.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0091.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0092.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0093.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0094.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0095.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0096.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0097.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0098.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0099.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0100.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0101.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0102.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0103.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0104.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0105.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0107.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0108.py +79 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0109.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0110.py +102 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0111.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0112.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0113.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0114.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0115.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0116.py +204 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0117.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0118.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0119.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0120.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0122.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0123.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0124.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0125.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0126.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0127.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0128.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0129.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0130.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0131.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0132.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0133.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0134.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0135.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0136.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0137.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0138.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0139.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0140.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0141.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0142.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0143.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0144.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0145.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0146.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0147.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0149.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0150.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +140 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +107 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +207 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +139 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +171 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +124 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +114 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +192 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +96 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +80 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +108 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +131 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +79 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +96 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +101 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +102 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +156 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +167 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +100 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +114 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +223 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +160 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +88 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0332.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0333.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0334.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +89 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0342.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0343.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0344.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0345.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +96 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +151 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +128 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +156 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +88 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +380 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +164 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +198 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +415 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +415 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +411 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +228 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +228 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +223 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +195 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +159 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +690 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +557 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +557 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +540 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +1004 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +145 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +101 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +146 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +146 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +163 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +90 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +200 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +201 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +106 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +129 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +103 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +104 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +527 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +216 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +227 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +106 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +485 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +561 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +543 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +513 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +484 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +551 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +1140 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +482 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +496 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +1143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +529 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +515 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +484 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +484 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +129 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +166 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +162 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +170 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +180 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +166 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +128 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +89 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +178 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +178 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +121 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +174 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +121 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +570 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +183 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +118 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +99 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +154 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +108 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +92 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +1196 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +1223 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +1215 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +1193 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +1165 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +127 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +1164 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +1180 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +1155 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +1185 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +1381 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +1376 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +1389 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +1254 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +1192 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +1305 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +1330 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +1287 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +1311 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +1254 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +1359 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +1361 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +1185 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +1217 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +1190 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +1158 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +418 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +614 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +201 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +202 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +202 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +246 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +205 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +205 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +203 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +205 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +142 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +316 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +187 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +187 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +209 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +233 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +229 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +253 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +124 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +319 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +316 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +317 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +421 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +320 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +95 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +86 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +521 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +515 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +519 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +140 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +93 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +247 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +26 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +235 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +114 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +80 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +26 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +92 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +86 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +70 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +33 -0
- githubkit/versions/ghec_v2022_11_28/rest/__init__.py +296 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +10048 -0
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +2193 -0
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +2553 -0
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +539 -0
- githubkit/versions/ghec_v2022_11_28/rest/checks.py +1296 -0
- githubkit/versions/ghec_v2022_11_28/rest/classroom.py +381 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +1491 -0
- githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +131 -0
- githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +3837 -0
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +719 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +1517 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +305 -0
- githubkit/versions/ghec_v2022_11_28/rest/emojis.py +77 -0
- githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +4010 -0
- githubkit/versions/ghec_v2022_11_28/rest/gists.py +1454 -0
- githubkit/versions/ghec_v2022_11_28/rest/git.py +1239 -0
- githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +121 -0
- githubkit/versions/ghec_v2022_11_28/rest/interactions.py +675 -0
- githubkit/versions/ghec_v2022_11_28/rest/issues.py +4087 -0
- githubkit/versions/ghec_v2022_11_28/rest/licenses.py +218 -0
- githubkit/versions/ghec_v2022_11_28/rest/markdown.py +185 -0
- githubkit/versions/ghec_v2022_11_28/rest/meta.py +259 -0
- githubkit/versions/ghec_v2022_11_28/rest/migrations.py +1753 -0
- githubkit/versions/ghec_v2022_11_28/rest/oidc.py +194 -0
- githubkit/versions/ghec_v2022_11_28/rest/orgs.py +6941 -0
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +1700 -0
- githubkit/versions/ghec_v2022_11_28/rest/projects.py +2361 -0
- githubkit/versions/ghec_v2022_11_28/rest/pulls.py +2872 -0
- githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +83 -0
- githubkit/versions/ghec_v2022_11_28/rest/reactions.py +2284 -0
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +16905 -0
- githubkit/versions/ghec_v2022_11_28/rest/scim.py +633 -0
- githubkit/versions/ghec_v2022_11_28/rest/search.py +636 -0
- githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +656 -0
- githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +1084 -0
- githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +104 -0
- githubkit/versions/ghec_v2022_11_28/rest/teams.py +5159 -0
- githubkit/versions/ghec_v2022_11_28/rest/users.py +2971 -0
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +14187 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0000.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0001.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0002.py +132 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0003.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0004.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0005.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0006.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0007.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0008.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0009.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0010.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0011.py +81 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0012.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0013.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0014.py +76 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0015.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0016.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0017.py +138 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0018.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0019.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0020.py +54 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0021.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0022.py +77 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0023.py +90 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0024.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0025.py +203 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0026.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0027.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0028.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0029.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0030.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0031.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0032.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0033.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0034.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0035.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0036.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0037.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0038.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0039.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0040.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0041.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0042.py +56 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0043.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0044.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0045.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0046.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0047.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0048.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0049.py +85 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0050.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0051.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0052.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0053.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0054.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0055.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0056.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0057.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0058.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0059.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +103 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0061.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0062.py +84 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0063.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0064.py +54 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0065.py +77 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0066.py +125 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0067.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0069.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0070.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0071.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0072.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0073.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0074.py +61 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0075.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0076.py +153 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0077.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0078.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0079.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0080.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0081.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0082.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0083.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0084.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0085.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0086.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0087.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0088.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0089.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0090.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0091.py +95 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0092.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0093.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0094.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0095.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0096.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0097.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0098.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0099.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0100.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0101.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0102.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0103.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0104.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0105.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0106.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0107.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0108.py +61 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0109.py +76 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0110.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0111.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0112.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0113.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0114.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0115.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0116.py +159 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0117.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0118.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0119.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0120.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0121.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0122.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0123.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0124.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0125.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0126.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0127.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0128.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0129.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0130.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0131.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0132.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0133.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0134.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0135.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0136.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0137.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0138.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0139.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0140.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0141.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0142.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0143.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0144.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0145.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0146.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0147.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0149.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0150.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +116 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +59 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +148 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +119 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +130 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +54 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +56 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +133 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +146 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +59 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +141 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +77 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +71 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +66 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +114 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +77 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +66 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +76 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +88 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +122 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +54 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +111 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0295.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0296.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0297.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +203 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +54 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +146 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +73 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +66 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0332.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0333.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0334.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0336.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0337.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0338.py +88 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0342.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0343.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0344.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0345.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0346.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0347.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +56 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +120 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +111 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +140 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +103 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +289 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +58 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +144 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +146 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +133 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +331 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +329 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +323 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +159 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +129 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +132 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +112 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +623 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +496 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +494 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +482 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +889 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +110 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +124 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +106 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +162 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +130 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +100 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +444 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +185 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +189 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +125 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +415 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +475 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +457 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +430 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +418 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +470 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +990 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +414 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +418 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +1004 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +444 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +430 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +416 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +414 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +124 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +138 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +124 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +90 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +120 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +123 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +113 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +500 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +173 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +88 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +61 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +973 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +995 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +985 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +960 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +946 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +945 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +955 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +935 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +953 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +1093 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +1093 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +1111 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +1022 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +994 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +1064 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +1081 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +1044 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +1058 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +1022 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +1100 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +1110 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +961 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +981 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +963 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +945 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +304 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +525 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +178 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +192 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +113 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +112 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +236 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +151 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +149 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +162 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +156 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +189 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +186 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +209 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +241 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +239 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +239 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +307 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +243 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +73 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +65 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +58 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +444 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +447 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +445 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +59 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +141 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +140 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +68 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +70 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +76 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +58 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +406 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +1060 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +395 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_configuration.py +44 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_rule.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/check_run.py +45 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/check_suite.py +42 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/code_scanning_alert.py +56 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/commit_comment.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/create.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/custom_property.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/custom_property_values.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/delete.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/dependabot_alert.py +59 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/deploy_key.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/deployment.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/deployment_protection_rule.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/deployment_review.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/deployment_status.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/discussion.py +78 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/discussion_comment.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/fork.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/github_app_authorization.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/gollum.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/installation.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/installation_repositories.py +44 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/installation_target.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/issue_comment.py +42 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/issues.py +81 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/label.py +38 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/marketplace_purchase.py +53 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/member.py +38 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/membership.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/merge_group.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/meta.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/milestone.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/org_block.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/organization.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/package.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/page_build.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/personal_access_token_request.py +50 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/ping.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/project.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/project_card.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/project_column.py +45 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2_item.py +59 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/public.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/pull_request.py +130 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_comment.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_thread.py +44 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/push.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/registry_package.py +41 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/release.py +54 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository.py +60 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository_advisory.py +44 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository_dispatch.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository_import.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository_ruleset.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/repository_vulnerability_alert.py +50 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +53 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert_location.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/security_advisory.py +47 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/security_and_analysis.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/sponsorship.py +51 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/star.py +36 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/status.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/team.py +48 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/team_add.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/watch.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/workflow_dispatch.py +27 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/workflow_job.py +45 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/workflow_run.py +42 -0
- githubkit/versions/latest/__init__.py +1 -1
- githubkit/versions/latest/models.py +359 -1155
- githubkit/versions/latest/types.py +363 -1155
- githubkit/versions/latest/webhooks.py +1 -1
- githubkit/versions/rest.py +6 -1
- githubkit/versions/v2022_11_28/__init__.py +1 -1
- githubkit/versions/v2022_11_28/models/__init__.py +4424 -5358
- githubkit/versions/v2022_11_28/models/group_0000.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0001.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0002.py +16 -14
- githubkit/versions/v2022_11_28/models/group_0003.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0004.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0005.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0006.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0007.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0008.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0009.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0010.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0011.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0012.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0013.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0014.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0015.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0016.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0017.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0018.py +2 -3
- githubkit/versions/v2022_11_28/models/group_0019.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0020.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0021.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0022.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0023.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0024.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0025.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0026.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0027.py +1 -2
- githubkit/versions/v2022_11_28/models/group_0028.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0029.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0030.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0031.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0032.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0033.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0034.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0035.py +3 -3
- githubkit/versions/v2022_11_28/models/group_0036.py +3 -3
- githubkit/versions/v2022_11_28/models/group_0037.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0038.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0039.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0040.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0041.py +1 -4
- githubkit/versions/v2022_11_28/models/group_0042.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0043.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0044.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0045.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0046.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0047.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0048.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0049.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0050.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0051.py +2 -5
- githubkit/versions/v2022_11_28/models/group_0052.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0053.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0054.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0055.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0056.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0057.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0058.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0059.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0060.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0061.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0062.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0063.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0064.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0065.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0066.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0067.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0068.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0069.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0070.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0071.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0072.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0073.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0074.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0075.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0076.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0077.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0078.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0079.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0080.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0081.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0082.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0083.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0084.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0085.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0086.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0087.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0088.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0089.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0090.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0091.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0092.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0093.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0094.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0095.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0096.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0097.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0098.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0099.py +2 -8
- githubkit/versions/v2022_11_28/models/group_0100.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0101.py +1 -5
- githubkit/versions/v2022_11_28/models/group_0102.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0103.py +2 -8
- githubkit/versions/v2022_11_28/models/group_0104.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0105.py +2 -6
- githubkit/versions/v2022_11_28/models/group_0106.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0107.py +2 -6
- githubkit/versions/v2022_11_28/models/group_0108.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0109.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0110.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0111.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0112.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0113.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0114.py +1 -2
- githubkit/versions/v2022_11_28/models/group_0115.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0116.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0117.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0118.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0119.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0120.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0121.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0122.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0123.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0124.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0125.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0126.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0127.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0128.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0129.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0130.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0131.py +13 -116
- githubkit/versions/v2022_11_28/models/group_0132.py +109 -33
- githubkit/versions/v2022_11_28/models/group_0133.py +8 -51
- githubkit/versions/v2022_11_28/models/group_0134.py +82 -24
- githubkit/versions/v2022_11_28/models/group_0135.py +21 -181
- githubkit/versions/v2022_11_28/models/group_0136.py +166 -66
- githubkit/versions/v2022_11_28/models/group_0137.py +85 -11
- githubkit/versions/v2022_11_28/models/group_0138.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0139.py +11 -117
- githubkit/versions/v2022_11_28/models/group_0140.py +108 -29
- githubkit/versions/v2022_11_28/models/group_0141.py +18 -10
- githubkit/versions/v2022_11_28/models/group_0142.py +24 -14
- githubkit/versions/v2022_11_28/models/group_0143.py +18 -14
- githubkit/versions/v2022_11_28/models/group_0144.py +11 -42
- githubkit/versions/v2022_11_28/models/group_0145.py +30 -134
- githubkit/versions/v2022_11_28/models/group_0146.py +142 -20
- githubkit/versions/v2022_11_28/models/group_0147.py +22 -10
- githubkit/versions/v2022_11_28/models/group_0148.py +15 -13
- githubkit/versions/v2022_11_28/models/group_0149.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0150.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0151.py +12 -20
- githubkit/versions/v2022_11_28/models/group_0152.py +18 -35
- githubkit/versions/v2022_11_28/models/group_0153.py +26 -21
- githubkit/versions/v2022_11_28/models/group_0154.py +21 -79
- githubkit/versions/v2022_11_28/models/group_0155.py +84 -12
- githubkit/versions/v2022_11_28/models/group_0156.py +16 -10
- githubkit/versions/v2022_11_28/models/group_0157.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0158.py +12 -17
- githubkit/versions/v2022_11_28/models/group_0159.py +17 -7
- githubkit/versions/v2022_11_28/models/group_0160.py +10 -52
- githubkit/versions/v2022_11_28/models/group_0161.py +41 -36
- githubkit/versions/v2022_11_28/models/group_0162.py +34 -92
- githubkit/versions/v2022_11_28/models/group_0163.py +88 -30
- githubkit/versions/v2022_11_28/models/group_0164.py +45 -9
- githubkit/versions/v2022_11_28/models/group_0165.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0166.py +12 -48
- githubkit/versions/v2022_11_28/models/group_0167.py +40 -36
- githubkit/versions/v2022_11_28/models/group_0168.py +39 -84
- githubkit/versions/v2022_11_28/models/group_0169.py +71 -29
- githubkit/versions/v2022_11_28/models/group_0170.py +48 -27
- githubkit/versions/v2022_11_28/models/group_0171.py +26 -12
- githubkit/versions/v2022_11_28/models/group_0172.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0173.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0174.py +24 -42
- githubkit/versions/v2022_11_28/models/group_0175.py +39 -118
- githubkit/versions/v2022_11_28/models/group_0176.py +115 -162
- githubkit/versions/v2022_11_28/models/group_0177.py +159 -20
- githubkit/versions/v2022_11_28/models/group_0178.py +26 -9
- githubkit/versions/v2022_11_28/models/group_0179.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0180.py +10 -24
- githubkit/versions/v2022_11_28/models/group_0181.py +22 -46
- githubkit/versions/v2022_11_28/models/group_0182.py +37 -18
- githubkit/versions/v2022_11_28/models/group_0183.py +22 -30
- githubkit/versions/v2022_11_28/models/group_0184.py +24 -149
- githubkit/versions/v2022_11_28/models/group_0185.py +150 -21
- githubkit/versions/v2022_11_28/models/group_0186.py +26 -38
- githubkit/versions/v2022_11_28/models/group_0187.py +35 -34
- githubkit/versions/v2022_11_28/models/group_0188.py +25 -64
- githubkit/versions/v2022_11_28/models/group_0189.py +73 -16
- githubkit/versions/v2022_11_28/models/group_0190.py +18 -63
- githubkit/versions/v2022_11_28/models/group_0191.py +55 -23
- githubkit/versions/v2022_11_28/models/group_0192.py +34 -49
- githubkit/versions/v2022_11_28/models/group_0193.py +8 -48
- githubkit/versions/v2022_11_28/models/group_0194.py +77 -31
- githubkit/versions/v2022_11_28/models/group_0195.py +42 -12
- githubkit/versions/v2022_11_28/models/group_0196.py +10 -28
- githubkit/versions/v2022_11_28/models/group_0197.py +24 -32
- githubkit/versions/v2022_11_28/models/group_0198.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0199.py +29 -15
- githubkit/versions/v2022_11_28/models/group_0200.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0201.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0202.py +14 -29
- githubkit/versions/v2022_11_28/models/group_0203.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0204.py +8 -29
- githubkit/versions/v2022_11_28/models/group_0205.py +25 -54
- githubkit/versions/v2022_11_28/models/group_0206.py +53 -50
- githubkit/versions/v2022_11_28/models/group_0207.py +53 -17
- githubkit/versions/v2022_11_28/models/group_0208.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0209.py +7 -22
- githubkit/versions/v2022_11_28/models/group_0210.py +14 -81
- githubkit/versions/v2022_11_28/models/group_0211.py +84 -27
- githubkit/versions/v2022_11_28/models/group_0212.py +28 -14
- githubkit/versions/v2022_11_28/models/group_0213.py +14 -43
- githubkit/versions/v2022_11_28/models/group_0214.py +33 -14
- githubkit/versions/v2022_11_28/models/group_0215.py +17 -41
- githubkit/versions/v2022_11_28/models/group_0216.py +43 -24
- githubkit/versions/v2022_11_28/models/group_0217.py +25 -60
- githubkit/versions/v2022_11_28/models/group_0218.py +43 -12
- githubkit/versions/v2022_11_28/models/group_0219.py +12 -18
- githubkit/versions/v2022_11_28/models/group_0220.py +18 -13
- githubkit/versions/v2022_11_28/models/group_0221.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0222.py +25 -104
- githubkit/versions/v2022_11_28/models/group_0223.py +102 -23
- githubkit/versions/v2022_11_28/models/group_0224.py +31 -58
- githubkit/versions/v2022_11_28/models/group_0225.py +50 -14
- githubkit/versions/v2022_11_28/models/group_0226.py +21 -29
- githubkit/versions/v2022_11_28/models/group_0227.py +25 -115
- githubkit/versions/v2022_11_28/models/group_0228.py +124 -8
- githubkit/versions/v2022_11_28/models/group_0229.py +9 -37
- githubkit/versions/v2022_11_28/models/group_0230.py +23 -31
- githubkit/versions/v2022_11_28/models/group_0231.py +22 -59
- githubkit/versions/v2022_11_28/models/group_0232.py +65 -33
- githubkit/versions/v2022_11_28/models/group_0233.py +40 -11
- githubkit/versions/v2022_11_28/models/group_0234.py +11 -78
- githubkit/versions/v2022_11_28/models/group_0235.py +72 -14
- githubkit/versions/v2022_11_28/models/group_0236.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0237.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0238.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0239.py +7 -19
- githubkit/versions/v2022_11_28/models/group_0240.py +13 -42
- githubkit/versions/v2022_11_28/models/group_0241.py +47 -8
- githubkit/versions/v2022_11_28/models/group_0242.py +6 -15
- githubkit/versions/v2022_11_28/models/group_0243.py +15 -79
- githubkit/versions/v2022_11_28/models/group_0244.py +72 -15
- githubkit/versions/v2022_11_28/models/group_0245.py +14 -34
- githubkit/versions/v2022_11_28/models/group_0246.py +32 -23
- githubkit/versions/v2022_11_28/models/group_0247.py +32 -9
- githubkit/versions/v2022_11_28/models/group_0248.py +14 -41
- githubkit/versions/v2022_11_28/models/group_0249.py +31 -58
- githubkit/versions/v2022_11_28/models/group_0250.py +61 -12
- githubkit/versions/v2022_11_28/models/group_0251.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0252.py +11 -136
- githubkit/versions/v2022_11_28/models/group_0253.py +119 -19
- githubkit/versions/v2022_11_28/models/group_0254.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0255.py +22 -18
- githubkit/versions/v2022_11_28/models/group_0256.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0257.py +11 -23
- githubkit/versions/v2022_11_28/models/group_0258.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0259.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0260.py +24 -27
- githubkit/versions/v2022_11_28/models/group_0261.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0262.py +24 -27
- githubkit/versions/v2022_11_28/models/group_0263.py +23 -11
- githubkit/versions/v2022_11_28/models/group_0264.py +10 -30
- githubkit/versions/v2022_11_28/models/group_0265.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0266.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0267.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0268.py +39 -14
- githubkit/versions/v2022_11_28/models/group_0269.py +16 -43
- githubkit/versions/v2022_11_28/models/group_0270.py +37 -13
- githubkit/versions/v2022_11_28/models/group_0271.py +18 -13
- githubkit/versions/v2022_11_28/models/group_0272.py +11 -82
- githubkit/versions/v2022_11_28/models/group_0273.py +67 -49
- githubkit/versions/v2022_11_28/models/group_0274.py +33 -113
- githubkit/versions/v2022_11_28/models/group_0275.py +140 -18
- githubkit/versions/v2022_11_28/models/group_0276.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0277.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0278.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0279.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0280.py +7 -41
- githubkit/versions/v2022_11_28/models/group_0281.py +34 -12
- githubkit/versions/v2022_11_28/models/group_0282.py +10 -76
- githubkit/versions/v2022_11_28/models/group_0283.py +76 -28
- githubkit/versions/v2022_11_28/models/group_0284.py +27 -6
- githubkit/versions/v2022_11_28/models/group_0285.py +8 -20
- githubkit/versions/v2022_11_28/models/group_0286.py +19 -21
- githubkit/versions/v2022_11_28/models/group_0287.py +21 -89
- githubkit/versions/v2022_11_28/models/group_0288.py +84 -87
- githubkit/versions/v2022_11_28/models/group_0289.py +82 -191
- githubkit/versions/v2022_11_28/models/group_0290.py +173 -13
- githubkit/versions/v2022_11_28/models/group_0291.py +21 -121
- githubkit/versions/v2022_11_28/models/group_0292.py +140 -14
- githubkit/versions/v2022_11_28/models/group_0293.py +14 -10
- githubkit/versions/v2022_11_28/models/group_0294.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0295.py +10 -64
- githubkit/versions/v2022_11_28/models/group_0296.py +43 -49
- githubkit/versions/v2022_11_28/models/group_0297.py +74 -9
- githubkit/versions/v2022_11_28/models/group_0298.py +9 -29
- githubkit/versions/v2022_11_28/models/group_0299.py +17 -37
- githubkit/versions/v2022_11_28/models/group_0300.py +45 -9
- githubkit/versions/v2022_11_28/models/group_0301.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0302.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0303.py +6 -9
- githubkit/versions/v2022_11_28/models/group_0304.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0305.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0306.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0307.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0308.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0309.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0310.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0311.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0312.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0313.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0314.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0315.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0316.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0317.py +15 -61
- githubkit/versions/v2022_11_28/models/group_0318.py +50 -98
- githubkit/versions/v2022_11_28/models/group_0319.py +47 -21
- githubkit/versions/v2022_11_28/models/group_0320.py +25 -64
- githubkit/versions/v2022_11_28/models/group_0321.py +122 -11
- githubkit/versions/v2022_11_28/models/group_0322.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0323.py +9 -26
- githubkit/versions/v2022_11_28/models/group_0324.py +29 -8
- githubkit/versions/v2022_11_28/models/group_0325.py +8 -20
- githubkit/versions/v2022_11_28/models/group_0326.py +18 -21
- githubkit/versions/v2022_11_28/models/group_0327.py +22 -13
- githubkit/versions/v2022_11_28/models/group_0328.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0329.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0330.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0331.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0332.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0333.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0334.py +12 -24
- githubkit/versions/v2022_11_28/models/group_0335.py +18 -36
- githubkit/versions/v2022_11_28/models/group_0336.py +21 -33
- githubkit/versions/v2022_11_28/models/group_0337.py +43 -28
- githubkit/versions/v2022_11_28/models/group_0338.py +35 -103
- githubkit/versions/v2022_11_28/models/group_0339.py +91 -19
- githubkit/versions/v2022_11_28/models/group_0340.py +15 -115
- githubkit/versions/v2022_11_28/models/group_0341.py +111 -65
- githubkit/versions/v2022_11_28/models/group_0342.py +72 -44
- githubkit/versions/v2022_11_28/models/group_0343.py +37 -42
- githubkit/versions/v2022_11_28/models/group_0344.py +66 -8
- githubkit/versions/v2022_11_28/models/group_0345.py +11 -34
- githubkit/versions/v2022_11_28/models/group_0346.py +22 -142
- githubkit/versions/v2022_11_28/models/group_0347.py +150 -11
- githubkit/versions/v2022_11_28/models/group_0348.py +11 -66
- githubkit/versions/v2022_11_28/models/group_0349.py +63 -11
- githubkit/versions/v2022_11_28/models/group_0350.py +12 -36
- githubkit/versions/v2022_11_28/models/group_0351.py +38 -7
- githubkit/versions/v2022_11_28/models/group_0352.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0353.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0354.py +11 -19
- githubkit/versions/v2022_11_28/models/group_0355.py +20 -8
- githubkit/versions/v2022_11_28/models/group_0356.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0357.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0358.py +12 -23
- githubkit/versions/v2022_11_28/models/group_0359.py +19 -355
- githubkit/versions/v2022_11_28/models/group_0360.py +353 -26
- githubkit/versions/v2022_11_28/models/group_0361.py +33 -55
- githubkit/versions/v2022_11_28/models/group_0362.py +53 -62
- githubkit/versions/v2022_11_28/models/group_0363.py +46 -135
- githubkit/versions/v2022_11_28/models/group_0364.py +66 -14
- githubkit/versions/v2022_11_28/models/group_0365.py +137 -171
- githubkit/versions/v2022_11_28/models/group_0366.py +17 -29
- githubkit/versions/v2022_11_28/models/group_0367.py +171 -21
- githubkit/versions/v2022_11_28/models/group_0368.py +23 -62
- githubkit/versions/v2022_11_28/models/group_0369.py +23 -34
- githubkit/versions/v2022_11_28/models/group_0370.py +111 -27
- githubkit/versions/v2022_11_28/models/group_0371.py +31 -93
- githubkit/versions/v2022_11_28/models/group_0372.py +49 -89
- githubkit/versions/v2022_11_28/models/group_0373.py +13 -187
- githubkit/versions/v2022_11_28/models/group_0374.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0375.py +42 -9
- githubkit/versions/v2022_11_28/models/group_0376.py +22 -17
- githubkit/versions/v2022_11_28/models/group_0377.py +151 -9
- githubkit/versions/v2022_11_28/models/group_0378.py +13 -33
- githubkit/versions/v2022_11_28/models/group_0379.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0380.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0381.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0382.py +27 -365
- githubkit/versions/v2022_11_28/models/group_0383.py +9 -393
- githubkit/versions/v2022_11_28/models/group_0384.py +15 -368
- githubkit/versions/v2022_11_28/models/group_0385.py +9 -207
- githubkit/versions/v2022_11_28/models/group_0386.py +305 -119
- githubkit/versions/v2022_11_28/models/group_0387.py +327 -119
- githubkit/versions/v2022_11_28/models/group_0388.py +300 -113
- githubkit/versions/v2022_11_28/models/group_0389.py +86 -64
- githubkit/versions/v2022_11_28/models/group_0390.py +86 -53
- githubkit/versions/v2022_11_28/models/group_0391.py +144 -98
- githubkit/versions/v2022_11_28/models/group_0392.py +173 -23
- githubkit/versions/v2022_11_28/models/group_0393.py +164 -18
- githubkit/versions/v2022_11_28/models/group_0394.py +150 -20
- githubkit/versions/v2022_11_28/models/group_0395.py +119 -20
- githubkit/versions/v2022_11_28/models/group_0396.py +33 -27
- githubkit/versions/v2022_11_28/models/group_0397.py +20 -29
- githubkit/versions/v2022_11_28/models/group_0398.py +30 -28
- githubkit/versions/v2022_11_28/models/group_0399.py +24 -28
- githubkit/versions/v2022_11_28/models/group_0400.py +31 -28
- githubkit/versions/v2022_11_28/models/group_0401.py +25 -21
- githubkit/versions/v2022_11_28/models/group_0402.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0403.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0404.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0405.py +20 -44
- githubkit/versions/v2022_11_28/models/group_0406.py +20 -44
- githubkit/versions/v2022_11_28/models/group_0407.py +20 -650
- githubkit/versions/v2022_11_28/models/group_0408.py +26 -40
- githubkit/versions/v2022_11_28/models/group_0409.py +31 -509
- githubkit/versions/v2022_11_28/models/group_0410.py +31 -509
- githubkit/versions/v2022_11_28/models/group_0411.py +301 -155
- githubkit/versions/v2022_11_28/models/group_0412.py +35 -966
- githubkit/versions/v2022_11_28/models/group_0413.py +473 -61
- githubkit/versions/v2022_11_28/models/group_0414.py +496 -40
- githubkit/versions/v2022_11_28/models/group_0415.py +495 -18
- githubkit/versions/v2022_11_28/models/group_0416.py +911 -54
- githubkit/versions/v2022_11_28/models/group_0417.py +31 -33
- githubkit/versions/v2022_11_28/models/group_0418.py +39 -102
- githubkit/versions/v2022_11_28/models/group_0419.py +17 -121
- githubkit/versions/v2022_11_28/models/group_0420.py +62 -76
- githubkit/versions/v2022_11_28/models/group_0421.py +97 -67
- githubkit/versions/v2022_11_28/models/group_0422.py +115 -15
- githubkit/versions/v2022_11_28/models/group_0423.py +14 -43
- githubkit/versions/v2022_11_28/models/group_0424.py +14 -34
- githubkit/versions/v2022_11_28/models/group_0425.py +42 -15
- githubkit/versions/v2022_11_28/models/group_0426.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0427.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0428.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0429.py +35 -12
- githubkit/versions/v2022_11_28/models/group_0430.py +27 -99
- githubkit/versions/v2022_11_28/models/group_0431.py +10 -58
- githubkit/versions/v2022_11_28/models/group_0432.py +98 -25
- githubkit/versions/v2022_11_28/models/group_0433.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0434.py +17 -20
- githubkit/versions/v2022_11_28/models/group_0435.py +32 -170
- githubkit/versions/v2022_11_28/models/group_0436.py +31 -170
- githubkit/versions/v2022_11_28/models/group_0437.py +174 -18
- githubkit/versions/v2022_11_28/models/group_0438.py +154 -94
- githubkit/versions/v2022_11_28/models/group_0439.py +23 -14
- githubkit/versions/v2022_11_28/models/group_0440.py +121 -58
- githubkit/versions/v2022_11_28/models/group_0441.py +9 -83
- githubkit/versions/v2022_11_28/models/group_0442.py +31 -31
- githubkit/versions/v2022_11_28/models/group_0443.py +51 -22
- githubkit/versions/v2022_11_28/models/group_0444.py +22 -76
- githubkit/versions/v2022_11_28/models/group_0445.py +21 -71
- githubkit/versions/v2022_11_28/models/group_0446.py +74 -22
- githubkit/versions/v2022_11_28/models/group_0447.py +65 -77
- githubkit/versions/v2022_11_28/models/group_0448.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0449.py +95 -27
- githubkit/versions/v2022_11_28/models/group_0450.py +53 -87
- githubkit/versions/v2022_11_28/models/group_0451.py +39 -144
- githubkit/versions/v2022_11_28/models/group_0452.py +23 -103
- githubkit/versions/v2022_11_28/models/group_0453.py +116 -26
- githubkit/versions/v2022_11_28/models/group_0454.py +144 -5
- githubkit/versions/v2022_11_28/models/group_0455.py +53 -25
- githubkit/versions/v2022_11_28/models/group_0456.py +6 -68
- githubkit/versions/v2022_11_28/models/group_0457.py +23 -82
- githubkit/versions/v2022_11_28/models/group_0458.py +67 -131
- githubkit/versions/v2022_11_28/models/group_0459.py +83 -23
- githubkit/versions/v2022_11_28/models/group_0460.py +151 -79
- githubkit/versions/v2022_11_28/models/group_0461.py +28 -47
- githubkit/versions/v2022_11_28/models/group_0462.py +79 -86
- githubkit/versions/v2022_11_28/models/group_0463.py +39 -144
- githubkit/versions/v2022_11_28/models/group_0464.py +22 -100
- githubkit/versions/v2022_11_28/models/group_0465.py +116 -26
- githubkit/versions/v2022_11_28/models/group_0466.py +144 -5
- githubkit/versions/v2022_11_28/models/group_0467.py +53 -25
- githubkit/versions/v2022_11_28/models/group_0468.py +6 -64
- githubkit/versions/v2022_11_28/models/group_0469.py +23 -80
- githubkit/versions/v2022_11_28/models/group_0470.py +63 -131
- githubkit/versions/v2022_11_28/models/group_0471.py +81 -23
- githubkit/versions/v2022_11_28/models/group_0472.py +151 -77
- githubkit/versions/v2022_11_28/models/group_0473.py +32 -75
- githubkit/versions/v2022_11_28/models/group_0474.py +77 -86
- githubkit/versions/v2022_11_28/models/group_0475.py +61 -142
- githubkit/versions/v2022_11_28/models/group_0476.py +22 -100
- githubkit/versions/v2022_11_28/models/group_0477.py +116 -26
- githubkit/versions/v2022_11_28/models/group_0478.py +144 -5
- githubkit/versions/v2022_11_28/models/group_0479.py +53 -23
- githubkit/versions/v2022_11_28/models/group_0480.py +6 -65
- githubkit/versions/v2022_11_28/models/group_0481.py +23 -83
- githubkit/versions/v2022_11_28/models/group_0482.py +64 -131
- githubkit/versions/v2022_11_28/models/group_0483.py +83 -22
- githubkit/versions/v2022_11_28/models/group_0484.py +151 -78
- githubkit/versions/v2022_11_28/models/group_0485.py +11 -490
- githubkit/versions/v2022_11_28/models/group_0486.py +79 -38
- githubkit/versions/v2022_11_28/models/group_0487.py +353 -42
- githubkit/versions/v2022_11_28/models/group_0488.py +32 -196
- githubkit/versions/v2022_11_28/models/group_0489.py +170 -6
- githubkit/versions/v2022_11_28/models/group_0490.py +192 -18
- githubkit/versions/v2022_11_28/models/group_0491.py +6 -61
- githubkit/versions/v2022_11_28/models/group_0492.py +23 -84
- githubkit/versions/v2022_11_28/models/group_0493.py +82 -10
- githubkit/versions/v2022_11_28/models/group_0494.py +87 -117
- githubkit/versions/v2022_11_28/models/group_0495.py +11 -26
- githubkit/versions/v2022_11_28/models/group_0496.py +117 -81
- githubkit/versions/v2022_11_28/models/group_0497.py +10 -447
- githubkit/versions/v2022_11_28/models/group_0498.py +77 -98
- githubkit/versions/v2022_11_28/models/group_0499.py +319 -54
- githubkit/versions/v2022_11_28/models/group_0500.py +371 -45
- githubkit/versions/v2022_11_28/models/group_0501.py +463 -15
- githubkit/versions/v2022_11_28/models/group_0502.py +417 -15
- githubkit/versions/v2022_11_28/models/group_0503.py +385 -10
- githubkit/versions/v2022_11_28/models/group_0504.py +436 -85
- githubkit/versions/v2022_11_28/models/group_0505.py +1048 -12
- githubkit/versions/v2022_11_28/models/group_0506.py +67 -128
- githubkit/versions/v2022_11_28/models/group_0507.py +71 -88
- githubkit/versions/v2022_11_28/models/group_0508.py +1093 -13
- githubkit/versions/v2022_11_28/models/group_0509.py +366 -44
- githubkit/versions/v2022_11_28/models/group_0510.py +332 -38
- githubkit/versions/v2022_11_28/models/group_0511.py +439 -5
- githubkit/versions/v2022_11_28/models/group_0512.py +438 -7
- githubkit/versions/v2022_11_28/models/group_0513.py +53 -79
- githubkit/versions/v2022_11_28/models/group_0514.py +51 -84
- githubkit/versions/v2022_11_28/models/group_0515.py +107 -12
- githubkit/versions/v2022_11_28/models/group_0516.py +137 -114
- githubkit/versions/v2022_11_28/models/group_0517.py +136 -23
- githubkit/versions/v2022_11_28/models/group_0518.py +146 -80
- githubkit/versions/v2022_11_28/models/group_0519.py +123 -68
- githubkit/versions/v2022_11_28/models/group_0520.py +129 -172
- githubkit/versions/v2022_11_28/models/group_0521.py +63 -210
- githubkit/versions/v2022_11_28/models/group_0522.py +73 -53
- githubkit/versions/v2022_11_28/models/group_0523.py +66 -86
- githubkit/versions/v2022_11_28/models/group_0524.py +154 -10
- githubkit/versions/v2022_11_28/models/group_0525.py +129 -90
- githubkit/versions/v2022_11_28/models/group_0526.py +35 -58
- githubkit/versions/v2022_11_28/models/group_0527.py +39 -79
- githubkit/versions/v2022_11_28/models/group_0528.py +92 -1083
- githubkit/versions/v2022_11_28/models/group_0529.py +24 -382
- githubkit/versions/v2022_11_28/models/group_0530.py +75 -15
- githubkit/versions/v2022_11_28/models/group_0531.py +57 -144
- githubkit/versions/v2022_11_28/models/group_0532.py +94 -146
- githubkit/versions/v2022_11_28/models/group_0533.py +77 -7
- githubkit/versions/v2022_11_28/models/group_0534.py +65 -26
- githubkit/versions/v2022_11_28/models/group_0535.py +44 -63
- githubkit/versions/v2022_11_28/models/group_0536.py +85 -84
- githubkit/versions/v2022_11_28/models/group_0537.py +86 -10
- githubkit/versions/v2022_11_28/models/group_0538.py +96 -90
- githubkit/versions/v2022_11_28/models/group_0539.py +85 -24
- githubkit/versions/v2022_11_28/models/group_0540.py +107 -81
- githubkit/versions/v2022_11_28/models/group_0541.py +28 -1107
- githubkit/versions/v2022_11_28/models/group_0542.py +19 -484
- githubkit/versions/v2022_11_28/models/group_0543.py +33 -456
- githubkit/versions/v2022_11_28/models/group_0544.py +552 -43
- githubkit/versions/v2022_11_28/models/group_0545.py +33 -172
- githubkit/versions/v2022_11_28/models/group_0546.py +29 -327
- githubkit/versions/v2022_11_28/models/group_0547.py +140 -6
- githubkit/versions/v2022_11_28/models/group_0548.py +91 -25
- githubkit/versions/v2022_11_28/models/group_0549.py +33 -19
- githubkit/versions/v2022_11_28/models/group_0550.py +26 -111
- githubkit/versions/v2022_11_28/models/group_0551.py +33 -34
- githubkit/versions/v2022_11_28/models/group_0552.py +19 -454
- githubkit/versions/v2022_11_28/models/group_0553.py +17 -43
- githubkit/versions/v2022_11_28/models/group_0554.py +43 -43
- githubkit/versions/v2022_11_28/models/group_0555.py +9 -109
- githubkit/versions/v2022_11_28/models/group_0556.py +73 -110
- githubkit/versions/v2022_11_28/models/group_0557.py +85 -47
- githubkit/versions/v2022_11_28/models/group_0558.py +80 -46
- githubkit/versions/v2022_11_28/models/group_0559.py +71 -108
- githubkit/versions/v2022_11_28/models/group_0560.py +98 -41
- githubkit/versions/v2022_11_28/models/group_0561.py +49 -48
- githubkit/versions/v2022_11_28/models/group_0562.py +51 -159
- githubkit/versions/v2022_11_28/models/group_0563.py +92 -54
- githubkit/versions/v2022_11_28/models/group_0564.py +58 -55
- githubkit/versions/v2022_11_28/models/group_0565.py +32 -84
- githubkit/versions/v2022_11_28/models/group_0566.py +78 -19
- githubkit/versions/v2022_11_28/models/group_0567.py +56 -21
- githubkit/versions/v2022_11_28/models/group_0568.py +94 -40
- githubkit/versions/v2022_11_28/models/group_0569.py +91 -10
- githubkit/versions/v2022_11_28/models/group_0570.py +92 -107
- githubkit/versions/v2022_11_28/models/group_0571.py +86 -46
- githubkit/versions/v2022_11_28/models/group_0572.py +26 -53
- githubkit/versions/v2022_11_28/models/group_0573.py +18 -74
- githubkit/versions/v2022_11_28/models/group_0574.py +15 -94
- githubkit/versions/v2022_11_28/models/group_0575.py +71 -53
- githubkit/versions/v2022_11_28/models/group_0576.py +34 -140
- githubkit/versions/v2022_11_28/models/group_0577.py +34 -141
- githubkit/versions/v2022_11_28/models/group_0578.py +16 -26
- githubkit/versions/v2022_11_28/models/group_0579.py +16 -30
- githubkit/versions/v2022_11_28/models/group_0580.py +52 -108
- githubkit/versions/v2022_11_28/models/group_0581.py +33 -82
- githubkit/versions/v2022_11_28/models/group_0582.py +33 -81
- githubkit/versions/v2022_11_28/models/group_0583.py +15 -88
- githubkit/versions/v2022_11_28/models/group_0584.py +11 -130
- githubkit/versions/v2022_11_28/models/group_0585.py +1100 -25
- githubkit/versions/v2022_11_28/models/group_0586.py +1152 -21
- githubkit/versions/v2022_11_28/models/group_0587.py +1144 -21
- githubkit/versions/v2022_11_28/models/group_0588.py +18 -69
- githubkit/versions/v2022_11_28/models/group_0589.py +19 -69
- githubkit/versions/v2022_11_28/models/group_0590.py +1091 -45
- githubkit/versions/v2022_11_28/models/group_0591.py +1087 -33
- githubkit/versions/v2022_11_28/models/group_0592.py +72 -76
- githubkit/versions/v2022_11_28/models/group_0593.py +1131 -29
- githubkit/versions/v2022_11_28/models/group_0594.py +1134 -18
- githubkit/versions/v2022_11_28/models/group_0595.py +1093 -29
- githubkit/versions/v2022_11_28/models/group_0596.py +1016 -401
- githubkit/versions/v2022_11_28/models/group_0597.py +16 -18
- githubkit/versions/v2022_11_28/models/group_0598.py +46 -72
- githubkit/versions/v2022_11_28/models/group_0599.py +38 -160
- githubkit/versions/v2022_11_28/models/group_0600.py +1294 -33
- githubkit/versions/v2022_11_28/models/group_0601.py +1343 -18
- githubkit/versions/v2022_11_28/models/group_0602.py +1356 -18
- githubkit/versions/v2022_11_28/models/group_0603.py +1222 -18
- githubkit/versions/v2022_11_28/models/group_0604.py +1160 -18
- githubkit/versions/v2022_11_28/models/group_0605.py +1268 -19
- githubkit/versions/v2022_11_28/models/group_0606.py +1287 -35
- githubkit/versions/v2022_11_28/models/group_0607.py +1265 -8
- githubkit/versions/v2022_11_28/models/group_0608.py +1223 -44
- githubkit/versions/v2022_11_28/models/group_0609.py +1173 -32
- githubkit/versions/v2022_11_28/models/group_0610.py +1279 -32
- githubkit/versions/v2022_11_28/models/group_0611.py +1274 -44
- githubkit/versions/v2022_11_28/models/group_0612.py +1098 -43
- githubkit/versions/v2022_11_28/models/group_0613.py +1160 -19
- githubkit/versions/v2022_11_28/models/group_0614.py +1145 -24
- githubkit/versions/v2022_11_28/models/group_0615.py +1073 -30
- githubkit/versions/v2022_11_28/models/group_0616.py +363 -27
- githubkit/versions/v2022_11_28/models/group_0617.py +20 -37
- githubkit/versions/v2022_11_28/models/group_0618.py +61 -73
- githubkit/versions/v2022_11_28/models/group_0619.py +590 -57
- githubkit/versions/v2022_11_28/models/group_0620.py +15 -69
- githubkit/versions/v2022_11_28/models/group_0621.py +54 -89
- githubkit/versions/v2022_11_28/models/group_0622.py +163 -116
- githubkit/versions/v2022_11_28/models/group_0623.py +118 -31
- githubkit/versions/v2022_11_28/models/group_0624.py +165 -14
- githubkit/versions/v2022_11_28/models/group_0625.py +210 -18
- githubkit/versions/v2022_11_28/models/group_0626.py +169 -15
- githubkit/versions/v2022_11_28/models/group_0627.py +163 -67
- githubkit/versions/v2022_11_28/models/group_0628.py +163 -33
- githubkit/versions/v2022_11_28/models/group_0629.py +165 -33
- githubkit/versions/v2022_11_28/models/group_0630.py +28 -16
- githubkit/versions/v2022_11_28/models/group_0631.py +28 -16
- githubkit/versions/v2022_11_28/models/group_0632.py +22 -57
- githubkit/versions/v2022_11_28/models/group_0633.py +22 -39
- githubkit/versions/v2022_11_28/models/group_0634.py +22 -37
- githubkit/versions/v2022_11_28/models/group_0635.py +43 -17
- githubkit/versions/v2022_11_28/models/group_0636.py +64 -12
- githubkit/versions/v2022_11_28/models/group_0637.py +13 -1151
- githubkit/versions/v2022_11_28/models/group_0638.py +13 -1178
- githubkit/versions/v2022_11_28/models/group_0639.py +13 -1170
- githubkit/versions/v2022_11_28/models/group_0640.py +40 -17
- githubkit/versions/v2022_11_28/models/group_0641.py +31 -110
- githubkit/versions/v2022_11_28/models/group_0642.py +31 -30
- githubkit/versions/v2022_11_28/models/group_0643.py +22 -18
- githubkit/versions/v2022_11_28/models/group_0644.py +36 -120
- githubkit/versions/v2022_11_28/models/group_0645.py +20 -45
- githubkit/versions/v2022_11_28/models/group_0646.py +55 -1125
- githubkit/versions/v2022_11_28/models/group_0647.py +69 -1140
- githubkit/versions/v2022_11_28/models/group_0648.py +103 -99
- githubkit/versions/v2022_11_28/models/group_0649.py +110 -111
- githubkit/versions/v2022_11_28/models/group_0650.py +27 -32
- githubkit/versions/v2022_11_28/models/group_0651.py +42 -1084
- githubkit/versions/v2022_11_28/models/group_0652.py +42 -1099
- githubkit/versions/v2022_11_28/models/group_0653.py +42 -1075
- githubkit/versions/v2022_11_28/models/group_0654.py +46 -1109
- githubkit/versions/v2022_11_28/models/group_0655.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0656.py +285 -112
- githubkit/versions/v2022_11_28/models/group_0657.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0658.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0659.py +29 -111
- githubkit/versions/v2022_11_28/models/group_0660.py +29 -31
- githubkit/versions/v2022_11_28/models/group_0661.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0662.py +146 -107
- githubkit/versions/v2022_11_28/models/group_0663.py +149 -30
- githubkit/versions/v2022_11_28/models/group_0664.py +86 -1284
- githubkit/versions/v2022_11_28/models/group_0665.py +17 -1335
- githubkit/versions/v2022_11_28/models/group_0666.py +9 -1366
- githubkit/versions/v2022_11_28/models/group_0667.py +9 -1230
- githubkit/versions/v2022_11_28/models/group_0668.py +56 -1061
- githubkit/versions/v2022_11_28/models/group_0669.py +58 -1176
- githubkit/versions/v2022_11_28/models/group_0670.py +72 -1195
- githubkit/versions/v2022_11_28/models/group_0671.py +63 -1159
- githubkit/versions/v2022_11_28/models/group_0672.py +90 -1168
- githubkit/versions/v2022_11_28/models/group_0673.py +86 -1111
- githubkit/versions/v2022_11_28/models/group_0674.py +16 -1313
- githubkit/versions/v2022_11_28/models/group_0675.py +16 -1315
- githubkit/versions/v2022_11_28/models/group_0676.py +126 -1058
- githubkit/versions/v2022_11_28/models/group_0677.py +12 -1193
- githubkit/versions/v2022_11_28/models/group_0678.py +8 -1169
- githubkit/versions/v2022_11_28/models/group_0679.py +12 -1134
- githubkit/versions/v2022_11_28/models/group_0680.py +8 -397
- githubkit/versions/v2022_11_28/models/group_0681.py +80 -18
- githubkit/versions/v2022_11_28/models/group_0682.py +284 -52
- githubkit/versions/v2022_11_28/models/group_0683.py +264 -562
- githubkit/versions/v2022_11_28/models/group_0684.py +275 -20
- githubkit/versions/v2022_11_28/models/group_0685.py +389 -49
- githubkit/versions/v2022_11_28/models/group_0686.py +271 -154
- githubkit/versions/v2022_11_28/models/group_0687.py +13 -157
- githubkit/versions/v2022_11_28/models/group_0688.py +18 -152
- githubkit/versions/v2022_11_28/models/group_0689.py +76 -186
- githubkit/versions/v2022_11_28/models/group_0690.py +69 -36
- githubkit/versions/v2022_11_28/models/group_0691.py +48 -59
- githubkit/versions/v2022_11_28/models/group_0692.py +94 -58
- githubkit/versions/v2022_11_28/models/group_0693.py +61 -28
- githubkit/versions/v2022_11_28/models/group_0694.py +48 -25
- githubkit/versions/v2022_11_28/models/group_0695.py +93 -14
- githubkit/versions/v2022_11_28/models/group_0696.py +90 -60
- githubkit/versions/v2022_11_28/models/group_0697.py +490 -19
- githubkit/versions/v2022_11_28/models/group_0698.py +469 -16
- githubkit/versions/v2022_11_28/models/group_0699.py +460 -29
- githubkit/versions/v2022_11_28/models/group_0700.py +28 -66
- githubkit/versions/v2022_11_28/models/group_0701.py +11 -32
- githubkit/versions/v2022_11_28/models/group_0702.py +22 -31
- githubkit/versions/v2022_11_28/models/group_0703.py +5 -18
- githubkit/versions/v2022_11_28/models/group_0704.py +20 -61
- githubkit/versions/v2022_11_28/models/group_0705.py +8 -29
- githubkit/versions/v2022_11_28/models/group_0706.py +8 -184
- githubkit/versions/v2022_11_28/models/group_0707.py +8 -43
- githubkit/versions/v2022_11_28/models/group_0708.py +7 -68
- githubkit/versions/v2022_11_28/models/group_0709.py +27 -67
- githubkit/versions/v2022_11_28/models/group_0710.py +6 -38
- githubkit/versions/v2022_11_28/models/group_0711.py +12 -34
- githubkit/versions/v2022_11_28/models/group_0712.py +31 -16
- githubkit/versions/v2022_11_28/models/group_0713.py +20 -60
- githubkit/versions/v2022_11_28/models/group_0714.py +33 -29
- githubkit/versions/v2022_11_28/models/group_0715.py +7 -47
- githubkit/versions/v2022_11_28/models/group_0716.py +7 -47
- githubkit/versions/v2022_11_28/models/group_0717.py +11 -49
- githubkit/versions/v2022_11_28/models/group_0718.py +18 -44
- githubkit/versions/v2022_11_28/models/group_0719.py +12 -35
- githubkit/versions/v2022_11_28/models/group_0720.py +10 -45
- githubkit/versions/v2022_11_28/models/group_0721.py +7 -91
- githubkit/versions/v2022_11_28/models/group_0722.py +8 -38
- githubkit/versions/v2022_11_28/models/group_0723.py +107 -30
- githubkit/versions/v2022_11_28/models/group_0724.py +26 -36
- githubkit/versions/v2022_11_28/models/group_0725.py +11 -62
- githubkit/versions/v2022_11_28/models/group_0726.py +10 -46
- githubkit/versions/v2022_11_28/models/group_0727.py +9 -46
- githubkit/versions/v2022_11_28/models/group_0728.py +10 -48
- githubkit/versions/v2022_11_28/models/group_0729.py +16 -37
- githubkit/versions/v2022_11_28/models/group_0730.py +12 -18
- githubkit/versions/v2022_11_28/models/group_0731.py +8 -101
- githubkit/versions/v2022_11_28/models/group_0732.py +10 -75
- githubkit/versions/v2022_11_28/models/group_0733.py +11 -113
- githubkit/versions/v2022_11_28/models/group_0734.py +10 -123
- githubkit/versions/v2022_11_28/models/group_0735.py +26 -35
- githubkit/versions/v2022_11_28/models/group_0736.py +17 -35
- githubkit/versions/v2022_11_28/models/group_0737.py +15 -39
- githubkit/versions/v2022_11_28/models/group_0738.py +14 -42
- githubkit/versions/v2022_11_28/models/group_0739.py +37 -33
- githubkit/versions/v2022_11_28/models/group_0740.py +15 -18
- githubkit/versions/v2022_11_28/models/group_0741.py +13 -36
- githubkit/versions/v2022_11_28/models/group_0742.py +15 -41
- githubkit/versions/v2022_11_28/models/group_0743.py +14 -43
- githubkit/versions/v2022_11_28/models/group_0744.py +14 -35
- githubkit/versions/v2022_11_28/models/group_0745.py +19 -56
- githubkit/versions/v2022_11_28/models/group_0746.py +10 -41
- githubkit/versions/v2022_11_28/models/group_0747.py +15 -39
- githubkit/versions/v2022_11_28/models/group_0748.py +34 -34
- githubkit/versions/v2022_11_28/models/group_0749.py +25 -33
- githubkit/versions/v2022_11_28/models/group_0750.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0751.py +9 -41
- githubkit/versions/v2022_11_28/models/group_0752.py +15 -39
- githubkit/versions/v2022_11_28/models/group_0753.py +10 -39
- githubkit/versions/v2022_11_28/models/group_0754.py +14 -35
- githubkit/versions/v2022_11_28/models/group_0755.py +9 -24
- githubkit/versions/v2022_11_28/models/group_0756.py +10 -42
- githubkit/versions/v2022_11_28/models/group_0757.py +8 -260
- githubkit/versions/v2022_11_28/models/group_0758.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0759.py +16 -50
- githubkit/versions/v2022_11_28/models/group_0760.py +26 -38
- githubkit/versions/v2022_11_28/models/group_0761.py +16 -35
- githubkit/versions/v2022_11_28/models/group_0762.py +17 -49
- githubkit/versions/v2022_11_28/models/group_0763.py +9 -163
- githubkit/versions/v2022_11_28/models/group_0764.py +30 -149
- githubkit/versions/v2022_11_28/models/group_0765.py +28 -148
- githubkit/versions/v2022_11_28/models/group_0766.py +14 -34
- githubkit/versions/v2022_11_28/models/group_0767.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0768.py +5 -17
- githubkit/versions/v2022_11_28/models/group_0769.py +18 -160
- githubkit/versions/v2022_11_28/models/group_0770.py +10 -168
- githubkit/versions/v2022_11_28/models/group_0771.py +9 -187
- githubkit/versions/v2022_11_28/models/group_0772.py +30 -159
- githubkit/versions/v2022_11_28/models/group_0773.py +12 -210
- githubkit/versions/v2022_11_28/models/group_0774.py +13 -204
- githubkit/versions/v2022_11_28/models/group_0775.py +9 -40
- githubkit/versions/v2022_11_28/models/group_0776.py +11 -52
- githubkit/versions/v2022_11_28/models/group_0777.py +8 -233
- githubkit/versions/v2022_11_28/models/group_0778.py +20 -14
- githubkit/versions/v2022_11_28/models/group_0779.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0780.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0781.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0782.py +9 -104
- githubkit/versions/v2022_11_28/models/group_0783.py +12 -298
- githubkit/versions/v2022_11_28/models/group_0784.py +23 -287
- githubkit/versions/v2022_11_28/models/group_0785.py +14 -295
- githubkit/versions/v2022_11_28/models/group_0786.py +80 -365
- githubkit/versions/v2022_11_28/models/group_0787.py +69 -296
- githubkit/versions/v2022_11_28/models/group_0788.py +65 -30
- githubkit/versions/v2022_11_28/models/group_0789.py +28 -40
- githubkit/versions/v2022_11_28/models/group_0790.py +20 -108
- githubkit/versions/v2022_11_28/models/group_0791.py +12 -75
- githubkit/versions/v2022_11_28/models/group_0792.py +9 -54
- githubkit/versions/v2022_11_28/models/group_0793.py +7 -113
- githubkit/versions/v2022_11_28/models/group_0794.py +10 -65
- githubkit/versions/v2022_11_28/models/group_0795.py +16 -51
- githubkit/versions/v2022_11_28/models/group_0796.py +11 -93
- githubkit/versions/v2022_11_28/models/group_0797.py +9 -93
- githubkit/versions/v2022_11_28/models/group_0798.py +9 -60
- githubkit/versions/v2022_11_28/models/group_0799.py +7 -339
- githubkit/versions/v2022_11_28/models/group_0800.py +8 -369
- githubkit/versions/v2022_11_28/models/group_0801.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0802.py +12 -60
- githubkit/versions/v2022_11_28/models/group_0803.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0804.py +12 -354
- githubkit/versions/v2022_11_28/models/group_0805.py +5 -22
- githubkit/versions/v2022_11_28/models/group_0806.py +28 -65
- githubkit/versions/v2022_11_28/models/group_0807.py +17 -339
- githubkit/versions/v2022_11_28/models/group_0808.py +6 -372
- githubkit/versions/v2022_11_28/models/group_0809.py +8 -21
- githubkit/versions/v2022_11_28/models/group_0810.py +11 -60
- githubkit/versions/v2022_11_28/models/group_0811.py +22 -12
- githubkit/versions/v2022_11_28/models/group_0812.py +8 -359
- githubkit/versions/v2022_11_28/models/group_0813.py +5 -22
- githubkit/versions/v2022_11_28/models/group_0814.py +10 -498
- githubkit/versions/v2022_11_28/models/group_0815.py +18 -31
- githubkit/versions/v2022_11_28/models/group_0816.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0817.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0818.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0819.py +7 -22
- githubkit/versions/v2022_11_28/models/group_0820.py +202 -7
- githubkit/versions/v2022_11_28/models/group_0821.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0822.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0823.py +18 -7
- githubkit/versions/v2022_11_28/models/group_0824.py +15 -39
- githubkit/versions/v2022_11_28/models/group_0825.py +15 -6
- githubkit/versions/v2022_11_28/models/group_0826.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0827.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0828.py +19 -21
- githubkit/versions/v2022_11_28/models/group_0829.py +11 -35
- githubkit/versions/v2022_11_28/models/group_0830.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0831.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0832.py +14 -5
- githubkit/versions/v2022_11_28/models/group_0833.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0834.py +10 -16
- githubkit/versions/v2022_11_28/models/group_0835.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0836.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0837.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0838.py +10 -115
- githubkit/versions/v2022_11_28/models/group_0839.py +13 -28
- githubkit/versions/v2022_11_28/models/group_0840.py +10 -15
- githubkit/versions/v2022_11_28/models/group_0841.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0842.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0843.py +32 -8
- githubkit/versions/v2022_11_28/models/group_0844.py +27 -19
- githubkit/versions/v2022_11_28/models/group_0845.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0846.py +15 -11
- githubkit/versions/v2022_11_28/models/group_0847.py +214 -10
- githubkit/versions/v2022_11_28/models/group_0848.py +92 -10
- githubkit/versions/v2022_11_28/models/group_0849.py +45 -14
- githubkit/versions/v2022_11_28/models/group_0850.py +13 -26
- githubkit/versions/v2022_11_28/models/group_0851.py +17 -24
- githubkit/versions/v2022_11_28/models/group_0852.py +17 -12
- githubkit/versions/v2022_11_28/models/group_0853.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0854.py +10 -32
- githubkit/versions/v2022_11_28/models/group_0855.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0856.py +11 -18
- githubkit/versions/v2022_11_28/models/group_0857.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0858.py +12 -8
- githubkit/versions/v2022_11_28/models/group_0859.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0860.py +13 -22
- githubkit/versions/v2022_11_28/models/group_0861.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0862.py +6 -12
- githubkit/versions/v2022_11_28/models/group_0863.py +91 -23
- githubkit/versions/v2022_11_28/models/group_0864.py +47 -16
- githubkit/versions/v2022_11_28/models/group_0865.py +55 -10
- githubkit/versions/v2022_11_28/models/group_0866.py +101 -8
- githubkit/versions/v2022_11_28/models/group_0867.py +57 -11
- githubkit/versions/v2022_11_28/models/group_0868.py +61 -9
- githubkit/versions/v2022_11_28/models/group_0869.py +6 -12
- githubkit/versions/v2022_11_28/models/group_0870.py +30 -8
- githubkit/versions/v2022_11_28/models/group_0871.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0872.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0873.py +37 -10
- githubkit/versions/v2022_11_28/models/group_0874.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0875.py +46 -27
- githubkit/versions/v2022_11_28/models/group_0876.py +24 -22
- githubkit/versions/v2022_11_28/models/group_0877.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0878.py +26 -8
- githubkit/versions/v2022_11_28/models/group_0879.py +17 -37
- githubkit/versions/v2022_11_28/models/group_0880.py +10 -39
- githubkit/versions/v2022_11_28/models/group_0881.py +7 -17
- githubkit/versions/v2022_11_28/models/group_0882.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0883.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0884.py +12 -21
- githubkit/versions/v2022_11_28/models/group_0885.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0886.py +58 -9
- githubkit/versions/v2022_11_28/models/group_0887.py +43 -32
- githubkit/versions/v2022_11_28/models/group_0888.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0889.py +23 -18
- githubkit/versions/v2022_11_28/models/group_0890.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0891.py +16 -5
- githubkit/versions/v2022_11_28/models/group_0892.py +49 -8
- githubkit/versions/v2022_11_28/models/group_0893.py +6 -21
- githubkit/versions/v2022_11_28/models/group_0894.py +32 -11
- githubkit/versions/v2022_11_28/models/group_0895.py +27 -15
- githubkit/versions/v2022_11_28/models/group_0896.py +48 -8
- githubkit/versions/v2022_11_28/models/group_0897.py +37 -8
- githubkit/versions/v2022_11_28/models/group_0898.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0899.py +21 -28
- githubkit/versions/v2022_11_28/models/group_0900.py +9 -16
- githubkit/versions/v2022_11_28/models/group_0901.py +10 -117
- githubkit/versions/v2022_11_28/models/group_0902.py +9 -73
- githubkit/versions/v2022_11_28/models/group_0903.py +7 -76
- githubkit/versions/v2022_11_28/models/group_0904.py +11 -40
- githubkit/versions/v2022_11_28/models/group_0905.py +11 -22
- githubkit/versions/v2022_11_28/models/group_0906.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0907.py +69 -9
- githubkit/versions/v2022_11_28/models/group_0908.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0909.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0910.py +36 -14
- githubkit/versions/v2022_11_28/models/group_0911.py +41 -10
- githubkit/versions/v2022_11_28/models/group_0912.py +45 -8
- githubkit/versions/v2022_11_28/models/group_0913.py +27 -8
- githubkit/versions/v2022_11_28/models/group_0914.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0915.py +22 -7
- githubkit/versions/v2022_11_28/models/group_0916.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0917.py +7 -10
- githubkit/versions/v2022_11_28/models/group_0918.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0919.py +5 -20
- githubkit/versions/v2022_11_28/models/group_0920.py +18 -5
- githubkit/versions/v2022_11_28/models/group_0921.py +31 -19
- githubkit/versions/v2022_11_28/models/group_0922.py +6 -26
- githubkit/versions/v2022_11_28/models/group_0923.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0924.py +51 -7
- githubkit/versions/v2022_11_28/models/group_0925.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0926.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0927.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0928.py +17 -5
- githubkit/versions/v2022_11_28/models/group_0929.py +18 -8
- githubkit/versions/v2022_11_28/models/group_0930.py +6 -24
- githubkit/versions/v2022_11_28/models/group_0931.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0932.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0933.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0934.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0935.py +9 -200
- githubkit/versions/v2022_11_28/models/group_0936.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0937.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0938.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0939.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0940.py +17 -12
- githubkit/versions/v2022_11_28/models/group_0941.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0942.py +21 -10
- githubkit/versions/v2022_11_28/models/group_0943.py +8 -18
- githubkit/versions/v2022_11_28/models/group_0944.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0945.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0946.py +24 -10
- githubkit/versions/v2022_11_28/models/group_0947.py +23 -10
- githubkit/versions/v2022_11_28/models/group_0948.py +24 -12
- githubkit/versions/v2022_11_28/models/group_0949.py +25 -10
- githubkit/versions/v2022_11_28/models/group_0950.py +25 -11
- githubkit/versions/v2022_11_28/models/group_0951.py +16 -7
- githubkit/versions/v2022_11_28/models/group_0952.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0953.py +16 -10
- githubkit/versions/v2022_11_28/models/group_0954.py +24 -12
- githubkit/versions/v2022_11_28/models/group_0955.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0956.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0957.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0958.py +38 -39
- githubkit/versions/v2022_11_28/models/group_0959.py +7 -32
- githubkit/versions/v2022_11_28/models/group_0960.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0961.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0962.py +26 -196
- githubkit/versions/v2022_11_28/models/group_0963.py +25 -77
- githubkit/versions/v2022_11_28/models/group_0964.py +10 -48
- githubkit/versions/v2022_11_28/models/group_0965.py +21 -17
- githubkit/versions/v2022_11_28/models/group_0966.py +9 -18
- githubkit/versions/v2022_11_28/models/group_0967.py +9 -19
- githubkit/versions/v2022_11_28/models/group_0968.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0969.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0970.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0971.py +46 -10
- githubkit/versions/v2022_11_28/models/group_0972.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0973.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0974.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0975.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0976.py +9 -14
- githubkit/versions/v2022_11_28/models/group_0977.py +42 -10
- githubkit/versions/v2022_11_28/models/group_0978.py +9 -103
- githubkit/versions/v2022_11_28/models/group_0979.py +14 -49
- githubkit/versions/v2022_11_28/models/group_0980.py +21 -47
- githubkit/versions/v2022_11_28/models/group_0981.py +8 -102
- githubkit/versions/v2022_11_28/models/group_0982.py +56 -49
- githubkit/versions/v2022_11_28/models/group_0983.py +56 -51
- githubkit/versions/v2022_11_28/models/group_0984.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0985.py +17 -25
- githubkit/versions/v2022_11_28/models/group_0986.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0987.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0988.py +8 -38
- githubkit/versions/v2022_11_28/models/group_0989.py +16 -11
- githubkit/versions/v2022_11_28/models/group_0990.py +14 -41
- githubkit/versions/v2022_11_28/models/group_0991.py +31 -28
- githubkit/versions/v2022_11_28/models/group_0992.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0993.py +9 -24
- githubkit/versions/v2022_11_28/models/group_0994.py +6 -25
- githubkit/versions/v2022_11_28/models/group_0995.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0996.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0997.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0998.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0999.py +9 -14
- githubkit/versions/v2022_11_28/models/group_1000.py +8 -13
- githubkit/versions/v2022_11_28/models/group_1001.py +9 -58
- githubkit/versions/v2022_11_28/models/group_1002.py +22 -46
- githubkit/versions/v2022_11_28/models/group_1003.py +10 -25
- githubkit/versions/v2022_11_28/models/group_1004.py +54 -28
- githubkit/versions/v2022_11_28/models/group_1005.py +42 -11
- githubkit/versions/v2022_11_28/models/group_1006.py +33 -11
- githubkit/versions/v2022_11_28/models/group_1007.py +12 -43
- githubkit/versions/v2022_11_28/models/group_1008.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1009.py +8 -36
- githubkit/versions/v2022_11_28/models/group_1010.py +14 -25
- githubkit/versions/v2022_11_28/models/group_1011.py +9 -48
- githubkit/versions/v2022_11_28/models/group_1012.py +8 -35
- githubkit/versions/v2022_11_28/models/group_1013.py +9 -16
- githubkit/versions/v2022_11_28/models/group_1014.py +9 -21
- githubkit/versions/v2022_11_28/models/group_1015.py +18 -18
- githubkit/versions/v2022_11_28/models/group_1016.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1017.py +8 -70
- githubkit/versions/v2022_11_28/models/group_1018.py +14 -9
- githubkit/versions/v2022_11_28/models/group_1019.py +5 -15
- githubkit/versions/v2022_11_28/models/group_1020.py +10 -38
- githubkit/versions/v2022_11_28/models/group_1021.py +8 -41
- githubkit/versions/v2022_11_28/models/group_1022.py +25 -34
- githubkit/versions/v2022_11_28/models/group_1023.py +9 -28
- githubkit/versions/v2022_11_28/models/group_1024.py +83 -13
- githubkit/versions/v2022_11_28/models/group_1025.py +13 -24
- githubkit/versions/v2022_11_28/models/group_1026.py +13 -23
- githubkit/versions/v2022_11_28/models/group_1027.py +12 -7
- githubkit/versions/v2022_11_28/rest/__init__.py +1 -1
- githubkit/versions/v2022_11_28/rest/actions.py +131 -108
- githubkit/versions/v2022_11_28/rest/activity.py +2 -3
- githubkit/versions/v2022_11_28/rest/apps.py +2 -3
- githubkit/versions/v2022_11_28/rest/billing.py +3 -8
- githubkit/versions/v2022_11_28/rest/checks.py +2 -3
- githubkit/versions/v2022_11_28/rest/classroom.py +2 -6
- githubkit/versions/v2022_11_28/rest/code_scanning.py +2 -3
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +3 -8
- githubkit/versions/v2022_11_28/rest/codespaces.py +2 -3
- githubkit/versions/v2022_11_28/rest/copilot.py +2 -3
- githubkit/versions/v2022_11_28/rest/dependabot.py +2 -3
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +2 -3
- githubkit/versions/v2022_11_28/rest/emojis.py +3 -8
- githubkit/versions/v2022_11_28/rest/gists.py +2 -3
- githubkit/versions/v2022_11_28/rest/git.py +70 -13
- githubkit/versions/v2022_11_28/rest/gitignore.py +3 -8
- githubkit/versions/v2022_11_28/rest/interactions.py +2 -3
- githubkit/versions/v2022_11_28/rest/issues.py +1 -1
- githubkit/versions/v2022_11_28/rest/licenses.py +2 -6
- githubkit/versions/v2022_11_28/rest/markdown.py +2 -3
- githubkit/versions/v2022_11_28/rest/meta.py +2 -6
- githubkit/versions/v2022_11_28/rest/migrations.py +2 -3
- githubkit/versions/v2022_11_28/rest/oidc.py +2 -3
- githubkit/versions/v2022_11_28/rest/orgs.py +4 -5
- githubkit/versions/v2022_11_28/rest/packages.py +2 -6
- githubkit/versions/v2022_11_28/rest/projects.py +2 -3
- githubkit/versions/v2022_11_28/rest/pulls.py +4 -3
- githubkit/versions/v2022_11_28/rest/rate_limit.py +3 -8
- githubkit/versions/v2022_11_28/rest/reactions.py +2 -3
- githubkit/versions/v2022_11_28/rest/repos.py +85 -9
- githubkit/versions/v2022_11_28/rest/search.py +2 -6
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +2 -3
- githubkit/versions/v2022_11_28/rest/security_advisories.py +22 -21
- githubkit/versions/v2022_11_28/rest/teams.py +2 -3
- githubkit/versions/v2022_11_28/rest/users.py +2 -3
- githubkit/versions/v2022_11_28/types/__init__.py +4427 -5383
- githubkit/versions/v2022_11_28/types/group_0000.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0001.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0002.py +14 -10
- githubkit/versions/v2022_11_28/types/group_0003.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0004.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0005.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0006.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0007.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0008.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0009.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0010.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0011.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0012.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0013.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0014.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0015.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0016.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0017.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0018.py +2 -3
- githubkit/versions/v2022_11_28/types/group_0019.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0020.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0021.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0022.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0023.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0024.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0025.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0026.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0027.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0028.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0029.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0030.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0031.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0032.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0033.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0034.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0035.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0036.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0037.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0038.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0039.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0040.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0041.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0042.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0043.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0044.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0045.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0046.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0047.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0048.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0049.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0050.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0051.py +3 -4
- githubkit/versions/v2022_11_28/types/group_0052.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0053.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0054.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0055.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0056.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0057.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0058.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0059.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0060.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0061.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0062.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0063.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0064.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0065.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0066.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0067.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0068.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0069.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0070.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0071.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0072.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0073.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0074.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0075.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0076.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0077.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0078.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0079.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0080.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0081.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0082.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0083.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0084.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0085.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0086.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0087.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0088.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0089.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0090.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0091.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0092.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0093.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0094.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0095.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0096.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0097.py +1 -2
- githubkit/versions/v2022_11_28/types/group_0098.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0099.py +2 -3
- githubkit/versions/v2022_11_28/types/group_0100.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0101.py +2 -3
- githubkit/versions/v2022_11_28/types/group_0102.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0103.py +2 -3
- githubkit/versions/v2022_11_28/types/group_0104.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0105.py +1 -2
- githubkit/versions/v2022_11_28/types/group_0106.py +1 -2
- githubkit/versions/v2022_11_28/types/group_0107.py +1 -2
- githubkit/versions/v2022_11_28/types/group_0108.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0109.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0110.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0111.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0112.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0113.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0114.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0115.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0116.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0117.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0118.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0119.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0120.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0121.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0122.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0123.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0124.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0125.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0126.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0127.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0128.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0129.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0130.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0131.py +11 -98
- githubkit/versions/v2022_11_28/types/group_0132.py +99 -16
- githubkit/versions/v2022_11_28/types/group_0133.py +7 -33
- githubkit/versions/v2022_11_28/types/group_0134.py +43 -24
- githubkit/versions/v2022_11_28/types/group_0135.py +19 -127
- githubkit/versions/v2022_11_28/types/group_0136.py +127 -26
- githubkit/versions/v2022_11_28/types/group_0137.py +32 -8
- githubkit/versions/v2022_11_28/types/group_0138.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0139.py +8 -104
- githubkit/versions/v2022_11_28/types/group_0140.py +96 -24
- githubkit/versions/v2022_11_28/types/group_0141.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0142.py +19 -13
- githubkit/versions/v2022_11_28/types/group_0143.py +17 -9
- githubkit/versions/v2022_11_28/types/group_0144.py +11 -37
- githubkit/versions/v2022_11_28/types/group_0145.py +27 -104
- githubkit/versions/v2022_11_28/types/group_0146.py +109 -19
- githubkit/versions/v2022_11_28/types/group_0147.py +17 -9
- githubkit/versions/v2022_11_28/types/group_0148.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0149.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0150.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0151.py +12 -16
- githubkit/versions/v2022_11_28/types/group_0152.py +15 -32
- githubkit/versions/v2022_11_28/types/group_0153.py +24 -17
- githubkit/versions/v2022_11_28/types/group_0154.py +18 -49
- githubkit/versions/v2022_11_28/types/group_0155.py +57 -8
- githubkit/versions/v2022_11_28/types/group_0156.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0157.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0158.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0159.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0160.py +6 -47
- githubkit/versions/v2022_11_28/types/group_0161.py +34 -26
- githubkit/versions/v2022_11_28/types/group_0162.py +32 -57
- githubkit/versions/v2022_11_28/types/group_0163.py +54 -20
- githubkit/versions/v2022_11_28/types/group_0164.py +30 -6
- githubkit/versions/v2022_11_28/types/group_0165.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0166.py +8 -38
- githubkit/versions/v2022_11_28/types/group_0167.py +31 -30
- githubkit/versions/v2022_11_28/types/group_0168.py +33 -74
- githubkit/versions/v2022_11_28/types/group_0169.py +62 -24
- githubkit/versions/v2022_11_28/types/group_0170.py +40 -26
- githubkit/versions/v2022_11_28/types/group_0171.py +25 -10
- githubkit/versions/v2022_11_28/types/group_0172.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0173.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0174.py +22 -29
- githubkit/versions/v2022_11_28/types/group_0175.py +21 -109
- githubkit/versions/v2022_11_28/types/group_0176.py +106 -120
- githubkit/versions/v2022_11_28/types/group_0177.py +119 -15
- githubkit/versions/v2022_11_28/types/group_0178.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0179.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0180.py +10 -22
- githubkit/versions/v2022_11_28/types/group_0181.py +20 -42
- githubkit/versions/v2022_11_28/types/group_0182.py +34 -16
- githubkit/versions/v2022_11_28/types/group_0183.py +19 -24
- githubkit/versions/v2022_11_28/types/group_0184.py +20 -118
- githubkit/versions/v2022_11_28/types/group_0185.py +120 -17
- githubkit/versions/v2022_11_28/types/group_0186.py +20 -31
- githubkit/versions/v2022_11_28/types/group_0187.py +29 -25
- githubkit/versions/v2022_11_28/types/group_0188.py +21 -56
- githubkit/versions/v2022_11_28/types/group_0189.py +61 -16
- githubkit/versions/v2022_11_28/types/group_0190.py +17 -55
- githubkit/versions/v2022_11_28/types/group_0191.py +49 -20
- githubkit/versions/v2022_11_28/types/group_0192.py +32 -29
- githubkit/versions/v2022_11_28/types/group_0193.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0194.py +40 -17
- githubkit/versions/v2022_11_28/types/group_0195.py +22 -10
- githubkit/versions/v2022_11_28/types/group_0196.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0197.py +20 -28
- githubkit/versions/v2022_11_28/types/group_0198.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0199.py +24 -11
- githubkit/versions/v2022_11_28/types/group_0200.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0201.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0202.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0203.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0204.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0205.py +16 -49
- githubkit/versions/v2022_11_28/types/group_0206.py +48 -43
- githubkit/versions/v2022_11_28/types/group_0207.py +44 -14
- githubkit/versions/v2022_11_28/types/group_0208.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0209.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0210.py +11 -73
- githubkit/versions/v2022_11_28/types/group_0211.py +66 -17
- githubkit/versions/v2022_11_28/types/group_0212.py +25 -13
- githubkit/versions/v2022_11_28/types/group_0213.py +14 -37
- githubkit/versions/v2022_11_28/types/group_0214.py +29 -13
- githubkit/versions/v2022_11_28/types/group_0215.py +17 -37
- githubkit/versions/v2022_11_28/types/group_0216.py +39 -22
- githubkit/versions/v2022_11_28/types/group_0217.py +23 -55
- githubkit/versions/v2022_11_28/types/group_0218.py +39 -10
- githubkit/versions/v2022_11_28/types/group_0219.py +10 -16
- githubkit/versions/v2022_11_28/types/group_0220.py +15 -12
- githubkit/versions/v2022_11_28/types/group_0221.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0222.py +24 -92
- githubkit/versions/v2022_11_28/types/group_0223.py +91 -22
- githubkit/versions/v2022_11_28/types/group_0224.py +29 -34
- githubkit/versions/v2022_11_28/types/group_0225.py +32 -11
- githubkit/versions/v2022_11_28/types/group_0226.py +12 -26
- githubkit/versions/v2022_11_28/types/group_0227.py +22 -56
- githubkit/versions/v2022_11_28/types/group_0228.py +61 -7
- githubkit/versions/v2022_11_28/types/group_0229.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0230.py +10 -25
- githubkit/versions/v2022_11_28/types/group_0231.py +16 -39
- githubkit/versions/v2022_11_28/types/group_0232.py +47 -26
- githubkit/versions/v2022_11_28/types/group_0233.py +30 -11
- githubkit/versions/v2022_11_28/types/group_0234.py +9 -59
- githubkit/versions/v2022_11_28/types/group_0235.py +56 -10
- githubkit/versions/v2022_11_28/types/group_0236.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0237.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0238.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0239.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0240.py +8 -27
- githubkit/versions/v2022_11_28/types/group_0241.py +29 -8
- githubkit/versions/v2022_11_28/types/group_0242.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0243.py +12 -69
- githubkit/versions/v2022_11_28/types/group_0244.py +61 -11
- githubkit/versions/v2022_11_28/types/group_0245.py +12 -28
- githubkit/versions/v2022_11_28/types/group_0246.py +28 -17
- githubkit/versions/v2022_11_28/types/group_0247.py +27 -9
- githubkit/versions/v2022_11_28/types/group_0248.py +9 -26
- githubkit/versions/v2022_11_28/types/group_0249.py +22 -56
- githubkit/versions/v2022_11_28/types/group_0250.py +57 -12
- githubkit/versions/v2022_11_28/types/group_0251.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0252.py +10 -105
- githubkit/versions/v2022_11_28/types/group_0253.py +90 -16
- githubkit/versions/v2022_11_28/types/group_0254.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0255.py +20 -12
- githubkit/versions/v2022_11_28/types/group_0256.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0257.py +10 -19
- githubkit/versions/v2022_11_28/types/group_0258.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0259.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0260.py +19 -13
- githubkit/versions/v2022_11_28/types/group_0261.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0262.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0263.py +20 -9
- githubkit/versions/v2022_11_28/types/group_0264.py +9 -24
- githubkit/versions/v2022_11_28/types/group_0265.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0266.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0267.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0268.py +31 -12
- githubkit/versions/v2022_11_28/types/group_0269.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0270.py +33 -12
- githubkit/versions/v2022_11_28/types/group_0271.py +15 -8
- githubkit/versions/v2022_11_28/types/group_0272.py +7 -72
- githubkit/versions/v2022_11_28/types/group_0273.py +57 -42
- githubkit/versions/v2022_11_28/types/group_0274.py +25 -62
- githubkit/versions/v2022_11_28/types/group_0275.py +87 -14
- githubkit/versions/v2022_11_28/types/group_0276.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0277.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0278.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0279.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0280.py +7 -35
- githubkit/versions/v2022_11_28/types/group_0281.py +35 -12
- githubkit/versions/v2022_11_28/types/group_0282.py +9 -54
- githubkit/versions/v2022_11_28/types/group_0283.py +48 -20
- githubkit/versions/v2022_11_28/types/group_0284.py +24 -5
- githubkit/versions/v2022_11_28/types/group_0285.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0286.py +12 -20
- githubkit/versions/v2022_11_28/types/group_0287.py +20 -80
- githubkit/versions/v2022_11_28/types/group_0288.py +80 -77
- githubkit/versions/v2022_11_28/types/group_0289.py +71 -181
- githubkit/versions/v2022_11_28/types/group_0290.py +159 -11
- githubkit/versions/v2022_11_28/types/group_0291.py +15 -107
- githubkit/versions/v2022_11_28/types/group_0292.py +130 -14
- githubkit/versions/v2022_11_28/types/group_0293.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0294.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0295.py +10 -54
- githubkit/versions/v2022_11_28/types/group_0296.py +35 -28
- githubkit/versions/v2022_11_28/types/group_0297.py +50 -9
- githubkit/versions/v2022_11_28/types/group_0298.py +9 -24
- githubkit/versions/v2022_11_28/types/group_0299.py +16 -28
- githubkit/versions/v2022_11_28/types/group_0300.py +37 -10
- githubkit/versions/v2022_11_28/types/group_0301.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0302.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0303.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0304.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0305.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0306.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0307.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0308.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0309.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0310.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0311.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0312.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0313.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0314.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0315.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0316.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0317.py +16 -32
- githubkit/versions/v2022_11_28/types/group_0318.py +28 -72
- githubkit/versions/v2022_11_28/types/group_0319.py +35 -16
- githubkit/versions/v2022_11_28/types/group_0320.py +17 -40
- githubkit/versions/v2022_11_28/types/group_0321.py +73 -10
- githubkit/versions/v2022_11_28/types/group_0322.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0323.py +9 -23
- githubkit/versions/v2022_11_28/types/group_0324.py +26 -8
- githubkit/versions/v2022_11_28/types/group_0325.py +7 -15
- githubkit/versions/v2022_11_28/types/group_0326.py +12 -19
- githubkit/versions/v2022_11_28/types/group_0327.py +21 -11
- githubkit/versions/v2022_11_28/types/group_0328.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0329.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0330.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0331.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0332.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0333.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0334.py +12 -19
- githubkit/versions/v2022_11_28/types/group_0335.py +15 -31
- githubkit/versions/v2022_11_28/types/group_0336.py +19 -30
- githubkit/versions/v2022_11_28/types/group_0337.py +36 -25
- githubkit/versions/v2022_11_28/types/group_0338.py +29 -89
- githubkit/versions/v2022_11_28/types/group_0339.py +82 -17
- githubkit/versions/v2022_11_28/types/group_0340.py +13 -107
- githubkit/versions/v2022_11_28/types/group_0341.py +103 -55
- githubkit/versions/v2022_11_28/types/group_0342.py +62 -42
- githubkit/versions/v2022_11_28/types/group_0343.py +33 -40
- githubkit/versions/v2022_11_28/types/group_0344.py +62 -8
- githubkit/versions/v2022_11_28/types/group_0345.py +8 -16
- githubkit/versions/v2022_11_28/types/group_0346.py +14 -84
- githubkit/versions/v2022_11_28/types/group_0347.py +86 -11
- githubkit/versions/v2022_11_28/types/group_0348.py +11 -61
- githubkit/versions/v2022_11_28/types/group_0349.py +58 -11
- githubkit/versions/v2022_11_28/types/group_0350.py +12 -31
- githubkit/versions/v2022_11_28/types/group_0351.py +33 -8
- githubkit/versions/v2022_11_28/types/group_0352.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0353.py +10 -11
- githubkit/versions/v2022_11_28/types/group_0354.py +10 -17
- githubkit/versions/v2022_11_28/types/group_0355.py +17 -7
- githubkit/versions/v2022_11_28/types/group_0356.py +7 -22
- githubkit/versions/v2022_11_28/types/group_0357.py +21 -10
- githubkit/versions/v2022_11_28/types/group_0358.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0359.py +17 -267
- githubkit/versions/v2022_11_28/types/group_0360.py +266 -23
- githubkit/versions/v2022_11_28/types/group_0361.py +30 -44
- githubkit/versions/v2022_11_28/types/group_0362.py +39 -56
- githubkit/versions/v2022_11_28/types/group_0363.py +38 -122
- githubkit/versions/v2022_11_28/types/group_0364.py +55 -12
- githubkit/versions/v2022_11_28/types/group_0365.py +121 -123
- githubkit/versions/v2022_11_28/types/group_0366.py +14 -25
- githubkit/versions/v2022_11_28/types/group_0367.py +126 -16
- githubkit/versions/v2022_11_28/types/group_0368.py +26 -36
- githubkit/versions/v2022_11_28/types/group_0369.py +18 -16
- githubkit/versions/v2022_11_28/types/group_0370.py +78 -15
- githubkit/versions/v2022_11_28/types/group_0371.py +14 -62
- githubkit/versions/v2022_11_28/types/group_0372.py +35 -63
- githubkit/versions/v2022_11_28/types/group_0373.py +11 -153
- githubkit/versions/v2022_11_28/types/group_0374.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0375.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0376.py +14 -13
- githubkit/versions/v2022_11_28/types/group_0377.py +116 -7
- githubkit/versions/v2022_11_28/types/group_0378.py +11 -25
- githubkit/versions/v2022_11_28/types/group_0379.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0380.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0381.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0382.py +18 -302
- githubkit/versions/v2022_11_28/types/group_0383.py +7 -311
- githubkit/versions/v2022_11_28/types/group_0384.py +11 -300
- githubkit/versions/v2022_11_28/types/group_0385.py +7 -142
- githubkit/versions/v2022_11_28/types/group_0386.py +248 -79
- githubkit/versions/v2022_11_28/types/group_0387.py +273 -74
- githubkit/versions/v2022_11_28/types/group_0388.py +242 -75
- githubkit/versions/v2022_11_28/types/group_0389.py +76 -49
- githubkit/versions/v2022_11_28/types/group_0390.py +74 -39
- githubkit/versions/v2022_11_28/types/group_0391.py +89 -73
- githubkit/versions/v2022_11_28/types/group_0392.py +130 -13
- githubkit/versions/v2022_11_28/types/group_0393.py +111 -13
- githubkit/versions/v2022_11_28/types/group_0394.py +101 -17
- githubkit/versions/v2022_11_28/types/group_0395.py +93 -15
- githubkit/versions/v2022_11_28/types/group_0396.py +17 -17
- githubkit/versions/v2022_11_28/types/group_0397.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0398.py +23 -18
- githubkit/versions/v2022_11_28/types/group_0399.py +15 -18
- githubkit/versions/v2022_11_28/types/group_0400.py +17 -17
- githubkit/versions/v2022_11_28/types/group_0401.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0402.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0403.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0404.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0405.py +14 -35
- githubkit/versions/v2022_11_28/types/group_0406.py +14 -35
- githubkit/versions/v2022_11_28/types/group_0407.py +14 -602
- githubkit/versions/v2022_11_28/types/group_0408.py +17 -21
- githubkit/versions/v2022_11_28/types/group_0409.py +25 -466
- githubkit/versions/v2022_11_28/types/group_0410.py +25 -464
- githubkit/versions/v2022_11_28/types/group_0411.py +253 -112
- githubkit/versions/v2022_11_28/types/group_0412.py +20 -871
- githubkit/versions/v2022_11_28/types/group_0413.py +434 -48
- githubkit/versions/v2022_11_28/types/group_0414.py +456 -31
- githubkit/versions/v2022_11_28/types/group_0415.py +459 -13
- githubkit/versions/v2022_11_28/types/group_0416.py +823 -44
- githubkit/versions/v2022_11_28/types/group_0417.py +25 -25
- githubkit/versions/v2022_11_28/types/group_0418.py +32 -88
- githubkit/versions/v2022_11_28/types/group_0419.py +13 -110
- githubkit/versions/v2022_11_28/types/group_0420.py +36 -71
- githubkit/versions/v2022_11_28/types/group_0421.py +75 -68
- githubkit/versions/v2022_11_28/types/group_0422.py +101 -13
- githubkit/versions/v2022_11_28/types/group_0423.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0424.py +12 -29
- githubkit/versions/v2022_11_28/types/group_0425.py +37 -13
- githubkit/versions/v2022_11_28/types/group_0426.py +28 -13
- githubkit/versions/v2022_11_28/types/group_0427.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0428.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0429.py +18 -10
- githubkit/versions/v2022_11_28/types/group_0430.py +17 -86
- githubkit/versions/v2022_11_28/types/group_0431.py +9 -36
- githubkit/versions/v2022_11_28/types/group_0432.py +85 -15
- githubkit/versions/v2022_11_28/types/group_0433.py +28 -13
- githubkit/versions/v2022_11_28/types/group_0434.py +13 -16
- githubkit/versions/v2022_11_28/types/group_0435.py +18 -145
- githubkit/versions/v2022_11_28/types/group_0436.py +17 -142
- githubkit/versions/v2022_11_28/types/group_0437.py +140 -15
- githubkit/versions/v2022_11_28/types/group_0438.py +118 -87
- githubkit/versions/v2022_11_28/types/group_0439.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0440.py +107 -25
- githubkit/versions/v2022_11_28/types/group_0441.py +8 -59
- githubkit/versions/v2022_11_28/types/group_0442.py +21 -23
- githubkit/versions/v2022_11_28/types/group_0443.py +41 -17
- githubkit/versions/v2022_11_28/types/group_0444.py +15 -60
- githubkit/versions/v2022_11_28/types/group_0445.py +16 -59
- githubkit/versions/v2022_11_28/types/group_0446.py +58 -15
- githubkit/versions/v2022_11_28/types/group_0447.py +52 -63
- githubkit/versions/v2022_11_28/types/group_0448.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0449.py +83 -19
- githubkit/versions/v2022_11_28/types/group_0450.py +26 -70
- githubkit/versions/v2022_11_28/types/group_0451.py +20 -138
- githubkit/versions/v2022_11_28/types/group_0452.py +18 -84
- githubkit/versions/v2022_11_28/types/group_0453.py +106 -20
- githubkit/versions/v2022_11_28/types/group_0454.py +122 -4
- githubkit/versions/v2022_11_28/types/group_0455.py +45 -23
- githubkit/versions/v2022_11_28/types/group_0456.py +4 -55
- githubkit/versions/v2022_11_28/types/group_0457.py +23 -78
- githubkit/versions/v2022_11_28/types/group_0458.py +52 -114
- githubkit/versions/v2022_11_28/types/group_0459.py +80 -22
- githubkit/versions/v2022_11_28/types/group_0460.py +133 -74
- githubkit/versions/v2022_11_28/types/group_0461.py +33 -27
- githubkit/versions/v2022_11_28/types/group_0462.py +75 -73
- githubkit/versions/v2022_11_28/types/group_0463.py +20 -138
- githubkit/versions/v2022_11_28/types/group_0464.py +17 -83
- githubkit/versions/v2022_11_28/types/group_0465.py +106 -20
- githubkit/versions/v2022_11_28/types/group_0466.py +122 -4
- githubkit/versions/v2022_11_28/types/group_0467.py +45 -23
- githubkit/versions/v2022_11_28/types/group_0468.py +4 -55
- githubkit/versions/v2022_11_28/types/group_0469.py +23 -76
- githubkit/versions/v2022_11_28/types/group_0470.py +52 -114
- githubkit/versions/v2022_11_28/types/group_0471.py +78 -22
- githubkit/versions/v2022_11_28/types/group_0472.py +133 -72
- githubkit/versions/v2022_11_28/types/group_0473.py +30 -44
- githubkit/versions/v2022_11_28/types/group_0474.py +73 -73
- githubkit/versions/v2022_11_28/types/group_0475.py +36 -134
- githubkit/versions/v2022_11_28/types/group_0476.py +17 -83
- githubkit/versions/v2022_11_28/types/group_0477.py +106 -20
- githubkit/versions/v2022_11_28/types/group_0478.py +122 -4
- githubkit/versions/v2022_11_28/types/group_0479.py +45 -23
- githubkit/versions/v2022_11_28/types/group_0480.py +4 -54
- githubkit/versions/v2022_11_28/types/group_0481.py +23 -78
- githubkit/versions/v2022_11_28/types/group_0482.py +51 -114
- githubkit/versions/v2022_11_28/types/group_0483.py +80 -22
- githubkit/versions/v2022_11_28/types/group_0484.py +133 -74
- githubkit/versions/v2022_11_28/types/group_0485.py +12 -411
- githubkit/versions/v2022_11_28/types/group_0486.py +77 -17
- githubkit/versions/v2022_11_28/types/group_0487.py +292 -33
- githubkit/versions/v2022_11_28/types/group_0488.py +18 -171
- githubkit/versions/v2022_11_28/types/group_0489.py +147 -5
- githubkit/versions/v2022_11_28/types/group_0490.py +158 -13
- githubkit/versions/v2022_11_28/types/group_0491.py +4 -54
- githubkit/versions/v2022_11_28/types/group_0492.py +21 -80
- githubkit/versions/v2022_11_28/types/group_0493.py +74 -9
- githubkit/versions/v2022_11_28/types/group_0494.py +82 -105
- githubkit/versions/v2022_11_28/types/group_0495.py +10 -23
- githubkit/versions/v2022_11_28/types/group_0496.py +105 -76
- githubkit/versions/v2022_11_28/types/group_0497.py +8 -382
- githubkit/versions/v2022_11_28/types/group_0498.py +74 -69
- githubkit/versions/v2022_11_28/types/group_0499.py +268 -45
- githubkit/versions/v2022_11_28/types/group_0500.py +308 -32
- githubkit/versions/v2022_11_28/types/group_0501.py +385 -12
- githubkit/versions/v2022_11_28/types/group_0502.py +346 -9
- githubkit/versions/v2022_11_28/types/group_0503.py +327 -10
- githubkit/versions/v2022_11_28/types/group_0504.py +363 -71
- githubkit/versions/v2022_11_28/types/group_0505.py +904 -10
- githubkit/versions/v2022_11_28/types/group_0506.py +53 -96
- githubkit/versions/v2022_11_28/types/group_0507.py +53 -65
- githubkit/versions/v2022_11_28/types/group_0508.py +978 -12
- githubkit/versions/v2022_11_28/types/group_0509.py +298 -36
- githubkit/versions/v2022_11_28/types/group_0510.py +272 -31
- githubkit/versions/v2022_11_28/types/group_0511.py +377 -4
- githubkit/versions/v2022_11_28/types/group_0512.py +376 -6
- githubkit/versions/v2022_11_28/types/group_0513.py +26 -69
- githubkit/versions/v2022_11_28/types/group_0514.py +28 -80
- githubkit/versions/v2022_11_28/types/group_0515.py +67 -11
- githubkit/versions/v2022_11_28/types/group_0516.py +88 -91
- githubkit/versions/v2022_11_28/types/group_0517.py +107 -21
- githubkit/versions/v2022_11_28/types/group_0518.py +114 -75
- githubkit/versions/v2022_11_28/types/group_0519.py +105 -58
- githubkit/versions/v2022_11_28/types/group_0520.py +96 -155
- githubkit/versions/v2022_11_28/types/group_0521.py +42 -187
- githubkit/versions/v2022_11_28/types/group_0522.py +44 -46
- githubkit/versions/v2022_11_28/types/group_0523.py +50 -88
- githubkit/versions/v2022_11_28/types/group_0524.py +116 -9
- githubkit/versions/v2022_11_28/types/group_0525.py +93 -80
- githubkit/versions/v2022_11_28/types/group_0526.py +16 -55
- githubkit/versions/v2022_11_28/types/group_0527.py +17 -78
- githubkit/versions/v2022_11_28/types/group_0528.py +84 -952
- githubkit/versions/v2022_11_28/types/group_0529.py +18 -342
- githubkit/versions/v2022_11_28/types/group_0530.py +66 -13
- githubkit/versions/v2022_11_28/types/group_0531.py +37 -129
- githubkit/versions/v2022_11_28/types/group_0532.py +63 -130
- githubkit/versions/v2022_11_28/types/group_0533.py +51 -4
- githubkit/versions/v2022_11_28/types/group_0534.py +49 -31
- githubkit/versions/v2022_11_28/types/group_0535.py +22 -51
- githubkit/versions/v2022_11_28/types/group_0536.py +61 -84
- githubkit/versions/v2022_11_28/types/group_0537.py +60 -9
- githubkit/versions/v2022_11_28/types/group_0538.py +69 -81
- githubkit/versions/v2022_11_28/types/group_0539.py +59 -23
- githubkit/versions/v2022_11_28/types/group_0540.py +79 -81
- githubkit/versions/v2022_11_28/types/group_0541.py +24 -976
- githubkit/versions/v2022_11_28/types/group_0542.py +14 -422
- githubkit/versions/v2022_11_28/types/group_0543.py +25 -374
- githubkit/versions/v2022_11_28/types/group_0544.py +482 -18
- githubkit/versions/v2022_11_28/types/group_0545.py +18 -159
- githubkit/versions/v2022_11_28/types/group_0546.py +25 -287
- githubkit/versions/v2022_11_28/types/group_0547.py +135 -4
- githubkit/versions/v2022_11_28/types/group_0548.py +67 -24
- githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
- githubkit/versions/v2022_11_28/types/group_0550.py +15 -102
- githubkit/versions/v2022_11_28/types/group_0551.py +21 -32
- githubkit/versions/v2022_11_28/types/group_0552.py +14 -396
- githubkit/versions/v2022_11_28/types/group_0553.py +12 -31
- githubkit/versions/v2022_11_28/types/group_0554.py +29 -26
- githubkit/versions/v2022_11_28/types/group_0555.py +7 -67
- githubkit/versions/v2022_11_28/types/group_0556.py +61 -90
- githubkit/versions/v2022_11_28/types/group_0557.py +59 -38
- githubkit/versions/v2022_11_28/types/group_0558.py +66 -47
- githubkit/versions/v2022_11_28/types/group_0559.py +61 -90
- githubkit/versions/v2022_11_28/types/group_0560.py +73 -37
- githubkit/versions/v2022_11_28/types/group_0561.py +46 -46
- githubkit/versions/v2022_11_28/types/group_0562.py +42 -116
- githubkit/versions/v2022_11_28/types/group_0563.py +59 -40
- githubkit/versions/v2022_11_28/types/group_0564.py +30 -44
- githubkit/versions/v2022_11_28/types/group_0565.py +24 -67
- githubkit/versions/v2022_11_28/types/group_0566.py +49 -19
- githubkit/versions/v2022_11_28/types/group_0567.py +33 -18
- githubkit/versions/v2022_11_28/types/group_0568.py +60 -28
- githubkit/versions/v2022_11_28/types/group_0569.py +66 -8
- githubkit/versions/v2022_11_28/types/group_0570.py +69 -87
- githubkit/versions/v2022_11_28/types/group_0571.py +59 -38
- githubkit/versions/v2022_11_28/types/group_0572.py +14 -47
- githubkit/versions/v2022_11_28/types/group_0573.py +15 -60
- githubkit/versions/v2022_11_28/types/group_0574.py +12 -72
- githubkit/versions/v2022_11_28/types/group_0575.py +57 -41
- githubkit/versions/v2022_11_28/types/group_0576.py +28 -113
- githubkit/versions/v2022_11_28/types/group_0577.py +26 -110
- githubkit/versions/v2022_11_28/types/group_0578.py +13 -16
- githubkit/versions/v2022_11_28/types/group_0579.py +13 -17
- githubkit/versions/v2022_11_28/types/group_0580.py +45 -97
- githubkit/versions/v2022_11_28/types/group_0581.py +30 -66
- githubkit/versions/v2022_11_28/types/group_0582.py +26 -65
- githubkit/versions/v2022_11_28/types/group_0583.py +12 -70
- githubkit/versions/v2022_11_28/types/group_0584.py +9 -101
- githubkit/versions/v2022_11_28/types/group_0585.py +900 -16
- githubkit/versions/v2022_11_28/types/group_0586.py +946 -15
- githubkit/versions/v2022_11_28/types/group_0587.py +936 -15
- githubkit/versions/v2022_11_28/types/group_0588.py +16 -59
- githubkit/versions/v2022_11_28/types/group_0589.py +16 -59
- githubkit/versions/v2022_11_28/types/group_0590.py +881 -34
- githubkit/versions/v2022_11_28/types/group_0591.py +891 -24
- githubkit/versions/v2022_11_28/types/group_0592.py +56 -63
- githubkit/versions/v2022_11_28/types/group_0593.py +919 -24
- githubkit/versions/v2022_11_28/types/group_0594.py +932 -13
- githubkit/versions/v2022_11_28/types/group_0595.py +878 -23
- githubkit/versions/v2022_11_28/types/group_0596.py +782 -329
- githubkit/versions/v2022_11_28/types/group_0597.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0598.py +19 -61
- githubkit/versions/v2022_11_28/types/group_0599.py +19 -156
- githubkit/versions/v2022_11_28/types/group_0600.py +1030 -27
- githubkit/versions/v2022_11_28/types/group_0601.py +1073 -12
- githubkit/versions/v2022_11_28/types/group_0602.py +1091 -12
- githubkit/versions/v2022_11_28/types/group_0603.py +1003 -12
- githubkit/versions/v2022_11_28/types/group_0604.py +975 -12
- githubkit/versions/v2022_11_28/types/group_0605.py +1044 -13
- githubkit/versions/v2022_11_28/types/group_0606.py +1051 -23
- githubkit/versions/v2022_11_28/types/group_0607.py +1027 -7
- githubkit/versions/v2022_11_28/types/group_0608.py +994 -34
- githubkit/versions/v2022_11_28/types/group_0609.py +964 -25
- githubkit/versions/v2022_11_28/types/group_0610.py +1041 -25
- githubkit/versions/v2022_11_28/types/group_0611.py +1045 -34
- githubkit/versions/v2022_11_28/types/group_0612.py +898 -35
- githubkit/versions/v2022_11_28/types/group_0613.py +932 -15
- githubkit/versions/v2022_11_28/types/group_0614.py +924 -22
- githubkit/versions/v2022_11_28/types/group_0615.py +882 -20
- githubkit/versions/v2022_11_28/types/group_0616.py +271 -19
- githubkit/versions/v2022_11_28/types/group_0617.py +15 -32
- githubkit/versions/v2022_11_28/types/group_0618.py +52 -41
- githubkit/versions/v2022_11_28/types/group_0619.py +500 -27
- githubkit/versions/v2022_11_28/types/group_0620.py +13 -61
- githubkit/versions/v2022_11_28/types/group_0621.py +47 -58
- githubkit/versions/v2022_11_28/types/group_0622.py +141 -72
- githubkit/versions/v2022_11_28/types/group_0623.py +101 -23
- githubkit/versions/v2022_11_28/types/group_0624.py +141 -12
- githubkit/versions/v2022_11_28/types/group_0625.py +172 -15
- githubkit/versions/v2022_11_28/types/group_0626.py +142 -13
- githubkit/versions/v2022_11_28/types/group_0627.py +139 -59
- githubkit/versions/v2022_11_28/types/group_0628.py +140 -29
- githubkit/versions/v2022_11_28/types/group_0629.py +139 -30
- githubkit/versions/v2022_11_28/types/group_0630.py +17 -14
- githubkit/versions/v2022_11_28/types/group_0631.py +17 -14
- githubkit/versions/v2022_11_28/types/group_0632.py +14 -51
- githubkit/versions/v2022_11_28/types/group_0633.py +14 -35
- githubkit/versions/v2022_11_28/types/group_0634.py +14 -31
- githubkit/versions/v2022_11_28/types/group_0635.py +28 -14
- githubkit/versions/v2022_11_28/types/group_0636.py +51 -10
- githubkit/versions/v2022_11_28/types/group_0637.py +11 -951
- githubkit/versions/v2022_11_28/types/group_0638.py +11 -973
- githubkit/versions/v2022_11_28/types/group_0639.py +11 -963
- githubkit/versions/v2022_11_28/types/group_0640.py +35 -15
- githubkit/versions/v2022_11_28/types/group_0641.py +18 -80
- githubkit/versions/v2022_11_28/types/group_0642.py +18 -14
- githubkit/versions/v2022_11_28/types/group_0643.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0644.py +30 -82
- githubkit/versions/v2022_11_28/types/group_0645.py +16 -14
- githubkit/versions/v2022_11_28/types/group_0646.py +41 -904
- githubkit/versions/v2022_11_28/types/group_0647.py +66 -925
- githubkit/versions/v2022_11_28/types/group_0648.py +87 -62
- githubkit/versions/v2022_11_28/types/group_0649.py +93 -78
- githubkit/versions/v2022_11_28/types/group_0650.py +16 -14
- githubkit/versions/v2022_11_28/types/group_0651.py +34 -887
- githubkit/versions/v2022_11_28/types/group_0652.py +35 -897
- githubkit/versions/v2022_11_28/types/group_0653.py +34 -877
- githubkit/versions/v2022_11_28/types/group_0654.py +37 -896
- githubkit/versions/v2022_11_28/types/group_0655.py +14 -16
- githubkit/versions/v2022_11_28/types/group_0656.py +220 -81
- githubkit/versions/v2022_11_28/types/group_0657.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0658.py +14 -16
- githubkit/versions/v2022_11_28/types/group_0659.py +18 -80
- githubkit/versions/v2022_11_28/types/group_0660.py +18 -14
- githubkit/versions/v2022_11_28/types/group_0661.py +14 -16
- githubkit/versions/v2022_11_28/types/group_0662.py +117 -77
- githubkit/versions/v2022_11_28/types/group_0663.py +120 -14
- githubkit/versions/v2022_11_28/types/group_0664.py +67 -1022
- githubkit/versions/v2022_11_28/types/group_0665.py +13 -1072
- githubkit/versions/v2022_11_28/types/group_0666.py +6 -1093
- githubkit/versions/v2022_11_28/types/group_0667.py +7 -1005
- githubkit/versions/v2022_11_28/types/group_0668.py +46 -889
- githubkit/versions/v2022_11_28/types/group_0669.py +46 -961
- githubkit/versions/v2022_11_28/types/group_0670.py +54 -973
- githubkit/versions/v2022_11_28/types/group_0671.py +49 -937
- githubkit/versions/v2022_11_28/types/group_0672.py +71 -940
- githubkit/versions/v2022_11_28/types/group_0673.py +68 -904
- githubkit/versions/v2022_11_28/types/group_0674.py +13 -1078
- githubkit/versions/v2022_11_28/types/group_0675.py +13 -1088
- githubkit/versions/v2022_11_28/types/group_0676.py +100 -852
- githubkit/versions/v2022_11_28/types/group_0677.py +9 -961
- githubkit/versions/v2022_11_28/types/group_0678.py +6 -946
- githubkit/versions/v2022_11_28/types/group_0679.py +9 -925
- githubkit/versions/v2022_11_28/types/group_0680.py +6 -287
- githubkit/versions/v2022_11_28/types/group_0681.py +57 -15
- githubkit/versions/v2022_11_28/types/group_0682.py +211 -48
- githubkit/versions/v2022_11_28/types/group_0683.py +192 -478
- githubkit/versions/v2022_11_28/types/group_0684.py +218 -15
- githubkit/versions/v2022_11_28/types/group_0685.py +275 -40
- githubkit/versions/v2022_11_28/types/group_0686.py +198 -133
- githubkit/versions/v2022_11_28/types/group_0687.py +11 -139
- githubkit/versions/v2022_11_28/types/group_0688.py +16 -135
- githubkit/versions/v2022_11_28/types/group_0689.py +55 -160
- githubkit/versions/v2022_11_28/types/group_0690.py +56 -19
- githubkit/versions/v2022_11_28/types/group_0691.py +42 -51
- githubkit/versions/v2022_11_28/types/group_0692.py +51 -50
- githubkit/versions/v2022_11_28/types/group_0693.py +41 -26
- githubkit/versions/v2022_11_28/types/group_0694.py +38 -24
- githubkit/versions/v2022_11_28/types/group_0695.py +64 -14
- githubkit/versions/v2022_11_28/types/group_0696.py +62 -54
- githubkit/versions/v2022_11_28/types/group_0697.py +416 -16
- githubkit/versions/v2022_11_28/types/group_0698.py +424 -13
- githubkit/versions/v2022_11_28/types/group_0699.py +395 -24
- githubkit/versions/v2022_11_28/types/group_0700.py +24 -60
- githubkit/versions/v2022_11_28/types/group_0701.py +15 -37
- githubkit/versions/v2022_11_28/types/group_0702.py +9 -28
- githubkit/versions/v2022_11_28/types/group_0703.py +4 -15
- githubkit/versions/v2022_11_28/types/group_0704.py +9 -56
- githubkit/versions/v2022_11_28/types/group_0705.py +11 -34
- githubkit/versions/v2022_11_28/types/group_0706.py +6 -146
- githubkit/versions/v2022_11_28/types/group_0707.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0708.py +6 -59
- githubkit/versions/v2022_11_28/types/group_0709.py +12 -61
- githubkit/versions/v2022_11_28/types/group_0710.py +9 -37
- githubkit/versions/v2022_11_28/types/group_0711.py +10 -31
- githubkit/versions/v2022_11_28/types/group_0712.py +22 -15
- githubkit/versions/v2022_11_28/types/group_0713.py +14 -51
- githubkit/versions/v2022_11_28/types/group_0714.py +28 -30
- githubkit/versions/v2022_11_28/types/group_0715.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0716.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0717.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0718.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0719.py +8 -18
- githubkit/versions/v2022_11_28/types/group_0720.py +6 -26
- githubkit/versions/v2022_11_28/types/group_0721.py +5 -59
- githubkit/versions/v2022_11_28/types/group_0722.py +5 -18
- githubkit/versions/v2022_11_28/types/group_0723.py +41 -21
- githubkit/versions/v2022_11_28/types/group_0724.py +21 -18
- githubkit/versions/v2022_11_28/types/group_0725.py +7 -42
- githubkit/versions/v2022_11_28/types/group_0726.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0727.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0728.py +9 -22
- githubkit/versions/v2022_11_28/types/group_0729.py +9 -30
- githubkit/versions/v2022_11_28/types/group_0730.py +8 -17
- githubkit/versions/v2022_11_28/types/group_0731.py +8 -80
- githubkit/versions/v2022_11_28/types/group_0732.py +7 -72
- githubkit/versions/v2022_11_28/types/group_0733.py +7 -98
- githubkit/versions/v2022_11_28/types/group_0734.py +9 -97
- githubkit/versions/v2022_11_28/types/group_0735.py +22 -16
- githubkit/versions/v2022_11_28/types/group_0736.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0737.py +15 -38
- githubkit/versions/v2022_11_28/types/group_0738.py +12 -41
- githubkit/versions/v2022_11_28/types/group_0739.py +28 -31
- githubkit/versions/v2022_11_28/types/group_0740.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0741.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0742.py +15 -40
- githubkit/versions/v2022_11_28/types/group_0743.py +12 -42
- githubkit/versions/v2022_11_28/types/group_0744.py +15 -36
- githubkit/versions/v2022_11_28/types/group_0745.py +11 -53
- githubkit/versions/v2022_11_28/types/group_0746.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0747.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0748.py +22 -33
- githubkit/versions/v2022_11_28/types/group_0749.py +12 -31
- githubkit/versions/v2022_11_28/types/group_0750.py +10 -18
- githubkit/versions/v2022_11_28/types/group_0751.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0752.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0753.py +9 -36
- githubkit/versions/v2022_11_28/types/group_0754.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0755.py +9 -21
- githubkit/versions/v2022_11_28/types/group_0756.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0757.py +7 -195
- githubkit/versions/v2022_11_28/types/group_0758.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0759.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0760.py +22 -18
- githubkit/versions/v2022_11_28/types/group_0761.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0762.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0763.py +7 -123
- githubkit/versions/v2022_11_28/types/group_0764.py +18 -114
- githubkit/versions/v2022_11_28/types/group_0765.py +16 -114
- githubkit/versions/v2022_11_28/types/group_0766.py +9 -19
- githubkit/versions/v2022_11_28/types/group_0767.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0768.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0769.py +9 -136
- githubkit/versions/v2022_11_28/types/group_0770.py +9 -134
- githubkit/versions/v2022_11_28/types/group_0771.py +6 -147
- githubkit/versions/v2022_11_28/types/group_0772.py +14 -141
- githubkit/versions/v2022_11_28/types/group_0773.py +7 -173
- githubkit/versions/v2022_11_28/types/group_0774.py +7 -170
- githubkit/versions/v2022_11_28/types/group_0775.py +5 -19
- githubkit/versions/v2022_11_28/types/group_0776.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0777.py +6 -193
- githubkit/versions/v2022_11_28/types/group_0778.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0779.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0780.py +8 -14
- githubkit/versions/v2022_11_28/types/group_0781.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0782.py +5 -62
- githubkit/versions/v2022_11_28/types/group_0783.py +8 -225
- githubkit/versions/v2022_11_28/types/group_0784.py +8 -221
- githubkit/versions/v2022_11_28/types/group_0785.py +9 -223
- githubkit/versions/v2022_11_28/types/group_0786.py +33 -281
- githubkit/versions/v2022_11_28/types/group_0787.py +54 -222
- githubkit/versions/v2022_11_28/types/group_0788.py +57 -16
- githubkit/versions/v2022_11_28/types/group_0789.py +15 -27
- githubkit/versions/v2022_11_28/types/group_0790.py +12 -71
- githubkit/versions/v2022_11_28/types/group_0791.py +8 -58
- githubkit/versions/v2022_11_28/types/group_0792.py +6 -49
- githubkit/versions/v2022_11_28/types/group_0793.py +6 -65
- githubkit/versions/v2022_11_28/types/group_0794.py +8 -45
- githubkit/versions/v2022_11_28/types/group_0795.py +16 -44
- githubkit/versions/v2022_11_28/types/group_0796.py +9 -65
- githubkit/versions/v2022_11_28/types/group_0797.py +6 -64
- githubkit/versions/v2022_11_28/types/group_0798.py +10 -43
- githubkit/versions/v2022_11_28/types/group_0799.py +6 -326
- githubkit/versions/v2022_11_28/types/group_0800.py +5 -344
- githubkit/versions/v2022_11_28/types/group_0801.py +7 -17
- githubkit/versions/v2022_11_28/types/group_0802.py +9 -45
- githubkit/versions/v2022_11_28/types/group_0803.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0804.py +6 -339
- githubkit/versions/v2022_11_28/types/group_0805.py +4 -15
- githubkit/versions/v2022_11_28/types/group_0806.py +17 -34
- githubkit/versions/v2022_11_28/types/group_0807.py +15 -323
- githubkit/versions/v2022_11_28/types/group_0808.py +5 -346
- githubkit/versions/v2022_11_28/types/group_0809.py +6 -18
- githubkit/versions/v2022_11_28/types/group_0810.py +6 -44
- githubkit/versions/v2022_11_28/types/group_0811.py +19 -9
- githubkit/versions/v2022_11_28/types/group_0812.py +6 -342
- githubkit/versions/v2022_11_28/types/group_0813.py +4 -15
- githubkit/versions/v2022_11_28/types/group_0814.py +8 -429
- githubkit/versions/v2022_11_28/types/group_0815.py +14 -30
- githubkit/versions/v2022_11_28/types/group_0816.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0817.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0818.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0819.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0820.py +109 -6
- githubkit/versions/v2022_11_28/types/group_0821.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0822.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0823.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0824.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0825.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0826.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0827.py +9 -21
- githubkit/versions/v2022_11_28/types/group_0828.py +9 -19
- githubkit/versions/v2022_11_28/types/group_0829.py +7 -27
- githubkit/versions/v2022_11_28/types/group_0830.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0831.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0832.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0833.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0834.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0835.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0836.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0837.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0838.py +15 -44
- githubkit/versions/v2022_11_28/types/group_0839.py +7 -22
- githubkit/versions/v2022_11_28/types/group_0840.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0841.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0842.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0843.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0844.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0845.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0846.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0847.py +125 -7
- githubkit/versions/v2022_11_28/types/group_0848.py +52 -6
- githubkit/versions/v2022_11_28/types/group_0849.py +27 -8
- githubkit/versions/v2022_11_28/types/group_0850.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0851.py +15 -10
- githubkit/versions/v2022_11_28/types/group_0852.py +15 -10
- githubkit/versions/v2022_11_28/types/group_0853.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0854.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0855.py +15 -10
- githubkit/versions/v2022_11_28/types/group_0856.py +13 -10
- githubkit/versions/v2022_11_28/types/group_0857.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0858.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0859.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0860.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0861.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0862.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0863.py +47 -17
- githubkit/versions/v2022_11_28/types/group_0864.py +33 -12
- githubkit/versions/v2022_11_28/types/group_0865.py +35 -13
- githubkit/versions/v2022_11_28/types/group_0866.py +61 -7
- githubkit/versions/v2022_11_28/types/group_0867.py +37 -12
- githubkit/versions/v2022_11_28/types/group_0868.py +39 -14
- githubkit/versions/v2022_11_28/types/group_0869.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0870.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0871.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0872.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0873.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0874.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0875.py +16 -24
- githubkit/versions/v2022_11_28/types/group_0876.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0877.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0878.py +20 -7
- githubkit/versions/v2022_11_28/types/group_0879.py +16 -20
- githubkit/versions/v2022_11_28/types/group_0880.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0881.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0882.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0883.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0884.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0885.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0886.py +37 -6
- githubkit/versions/v2022_11_28/types/group_0887.py +33 -14
- githubkit/versions/v2022_11_28/types/group_0888.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0889.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0890.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0891.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0892.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0893.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0894.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0895.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0896.py +31 -7
- githubkit/versions/v2022_11_28/types/group_0897.py +24 -6
- githubkit/versions/v2022_11_28/types/group_0898.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0899.py +17 -10
- githubkit/versions/v2022_11_28/types/group_0900.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0901.py +12 -49
- githubkit/versions/v2022_11_28/types/group_0902.py +9 -59
- githubkit/versions/v2022_11_28/types/group_0903.py +7 -60
- githubkit/versions/v2022_11_28/types/group_0904.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0906.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0907.py +42 -6
- githubkit/versions/v2022_11_28/types/group_0908.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0909.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0910.py +22 -11
- githubkit/versions/v2022_11_28/types/group_0911.py +21 -9
- githubkit/versions/v2022_11_28/types/group_0912.py +24 -6
- githubkit/versions/v2022_11_28/types/group_0913.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0914.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0915.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0916.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0917.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0918.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0919.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0920.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0921.py +19 -16
- githubkit/versions/v2022_11_28/types/group_0922.py +6 -22
- githubkit/versions/v2022_11_28/types/group_0923.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0924.py +34 -7
- githubkit/versions/v2022_11_28/types/group_0925.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0926.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0928.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0929.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0931.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0932.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0933.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0934.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0935.py +8 -108
- githubkit/versions/v2022_11_28/types/group_0936.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0937.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0938.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0940.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0941.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0942.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0944.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0945.py +10 -6
- githubkit/versions/v2022_11_28/types/group_0946.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0947.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0948.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0949.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0950.py +17 -9
- githubkit/versions/v2022_11_28/types/group_0951.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0952.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0953.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0954.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0955.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0956.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0957.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0958.py +12 -32
- githubkit/versions/v2022_11_28/types/group_0959.py +6 -23
- githubkit/versions/v2022_11_28/types/group_0960.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0961.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0962.py +15 -124
- githubkit/versions/v2022_11_28/types/group_0963.py +15 -52
- githubkit/versions/v2022_11_28/types/group_0964.py +6 -29
- githubkit/versions/v2022_11_28/types/group_0965.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0966.py +7 -15
- githubkit/versions/v2022_11_28/types/group_0967.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0968.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0969.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0970.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0971.py +26 -12
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0973.py +8 -15
- githubkit/versions/v2022_11_28/types/group_0974.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0975.py +6 -13
- githubkit/versions/v2022_11_28/types/group_0976.py +7 -15
- githubkit/versions/v2022_11_28/types/group_0977.py +15 -6
- githubkit/versions/v2022_11_28/types/group_0978.py +7 -54
- githubkit/versions/v2022_11_28/types/group_0979.py +12 -34
- githubkit/versions/v2022_11_28/types/group_0980.py +17 -36
- githubkit/versions/v2022_11_28/types/group_0981.py +7 -61
- githubkit/versions/v2022_11_28/types/group_0982.py +49 -29
- githubkit/versions/v2022_11_28/types/group_0983.py +46 -28
- githubkit/versions/v2022_11_28/types/group_0984.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0985.py +9 -22
- githubkit/versions/v2022_11_28/types/group_0986.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0987.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0988.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0989.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0990.py +9 -16
- githubkit/versions/v2022_11_28/types/group_0991.py +12 -21
- githubkit/versions/v2022_11_28/types/group_0992.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0993.py +6 -19
- githubkit/versions/v2022_11_28/types/group_0994.py +5 -22
- githubkit/versions/v2022_11_28/types/group_0995.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0996.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0997.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0998.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0999.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1000.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1001.py +6 -37
- githubkit/versions/v2022_11_28/types/group_1002.py +11 -31
- githubkit/versions/v2022_11_28/types/group_1003.py +10 -13
- githubkit/versions/v2022_11_28/types/group_1004.py +18 -23
- githubkit/versions/v2022_11_28/types/group_1005.py +25 -6
- githubkit/versions/v2022_11_28/types/group_1006.py +24 -8
- githubkit/versions/v2022_11_28/types/group_1007.py +7 -22
- githubkit/versions/v2022_11_28/types/group_1008.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1009.py +7 -15
- githubkit/versions/v2022_11_28/types/group_1010.py +8 -17
- githubkit/versions/v2022_11_28/types/group_1011.py +9 -30
- githubkit/versions/v2022_11_28/types/group_1012.py +5 -23
- githubkit/versions/v2022_11_28/types/group_1013.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1014.py +8 -15
- githubkit/versions/v2022_11_28/types/group_1015.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1016.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1017.py +8 -41
- githubkit/versions/v2022_11_28/types/group_1018.py +11 -7
- githubkit/versions/v2022_11_28/types/group_1019.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1020.py +6 -25
- githubkit/versions/v2022_11_28/types/group_1021.py +7 -21
- githubkit/versions/v2022_11_28/types/group_1022.py +14 -24
- githubkit/versions/v2022_11_28/types/group_1023.py +7 -12
- githubkit/versions/v2022_11_28/types/group_1024.py +33 -12
- githubkit/versions/v2022_11_28/types/group_1025.py +12 -11
- githubkit/versions/v2022_11_28/types/group_1026.py +12 -10
- githubkit/versions/v2022_11_28/types/group_1027.py +6 -6
- githubkit/versions/v2022_11_28/webhooks/__init__.py +1 -1
- githubkit/versions/v2022_11_28/webhooks/_namespace.py +4 -6
- githubkit/versions/v2022_11_28/webhooks/_types.py +1 -1
- githubkit/versions/v2022_11_28/webhooks/branch_protection_configuration.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/branch_protection_rule.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/check_run.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/check_suite.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/code_scanning_alert.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/commit_comment.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/create.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/custom_property.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/custom_property_values.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/delete.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/dependabot_alert.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/deploy_key.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/deployment.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/deployment_protection_rule.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/deployment_review.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/deployment_status.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/discussion.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/discussion_comment.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/fork.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/github_app_authorization.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/gollum.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/installation.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/installation_repositories.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/installation_target.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/issue_comment.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/issues.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/label.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/marketplace_purchase.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/member.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/membership.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/merge_group.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/meta.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/milestone.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/org_block.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/organization.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/package.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/page_build.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/personal_access_token_request.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/ping.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/project.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/project_card.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/project_column.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/projects_v2.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/projects_v2_item.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/public.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/pull_request.py +1 -1
- githubkit/versions/v2022_11_28/webhooks/pull_request_review.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/pull_request_review_comment.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/pull_request_review_thread.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/push.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/registry_package.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/release.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/repository.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/repository_advisory.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/repository_dispatch.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/repository_import.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/repository_ruleset.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/repository_vulnerability_alert.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert_location.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/security_advisory.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/security_and_analysis.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/sponsorship.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/star.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/status.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/team.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/team_add.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/watch.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/workflow_dispatch.py +2 -8
- githubkit/versions/v2022_11_28/webhooks/workflow_job.py +1 -2
- githubkit/versions/v2022_11_28/webhooks/workflow_run.py +1 -2
- githubkit/versions/webhooks.py +10 -3
- githubkit-0.11.4.dist-info/METADATA +574 -0
- githubkit-0.11.4.dist-info/RECORD +4507 -0
- githubkit/versions/v2022_11_28/models/group_1028.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1029.py +0 -21
- githubkit/versions/v2022_11_28/models/group_1030.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1031.py +0 -58
- githubkit/versions/v2022_11_28/models/group_1032.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1033.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1034.py +0 -71
- githubkit/versions/v2022_11_28/models/group_1035.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1036.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1037.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1038.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1039.py +0 -42
- githubkit/versions/v2022_11_28/models/group_1040.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1041.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1042.py +0 -42
- githubkit/versions/v2022_11_28/models/group_1043.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1044.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1045.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1046.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1047.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1048.py +0 -38
- githubkit/versions/v2022_11_28/models/group_1049.py +0 -27
- githubkit/versions/v2022_11_28/models/group_1050.py +0 -36
- githubkit/versions/v2022_11_28/models/group_1051.py +0 -41
- githubkit/versions/v2022_11_28/models/group_1052.py +0 -43
- githubkit/versions/v2022_11_28/models/group_1053.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1054.py +0 -28
- githubkit/versions/v2022_11_28/models/group_1055.py +0 -35
- githubkit/versions/v2022_11_28/models/group_1056.py +0 -47
- githubkit/versions/v2022_11_28/models/group_1057.py +0 -46
- githubkit/versions/v2022_11_28/models/group_1058.py +0 -47
- githubkit/versions/v2022_11_28/models/group_1059.py +0 -48
- githubkit/versions/v2022_11_28/models/group_1060.py +0 -47
- githubkit/versions/v2022_11_28/models/group_1061.py +0 -38
- githubkit/versions/v2022_11_28/models/group_1062.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1063.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1064.py +0 -48
- githubkit/versions/v2022_11_28/models/group_1065.py +0 -30
- githubkit/versions/v2022_11_28/models/group_1066.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1067.py +0 -55
- githubkit/versions/v2022_11_28/models/group_1068.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1069.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1070.py +0 -46
- githubkit/versions/v2022_11_28/models/group_1071.py +0 -65
- githubkit/versions/v2022_11_28/models/group_1072.py +0 -62
- githubkit/versions/v2022_11_28/models/group_1073.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1074.py +0 -41
- githubkit/versions/v2022_11_28/models/group_1075.py +0 -28
- githubkit/versions/v2022_11_28/models/group_1076.py +0 -28
- githubkit/versions/v2022_11_28/models/group_1077.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1078.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1079.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1080.py +0 -67
- githubkit/versions/v2022_11_28/models/group_1081.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1082.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1083.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1084.py +0 -30
- githubkit/versions/v2022_11_28/models/group_1085.py +0 -28
- githubkit/versions/v2022_11_28/models/group_1086.py +0 -57
- githubkit/versions/v2022_11_28/models/group_1087.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1088.py +0 -41
- githubkit/versions/v2022_11_28/models/group_1089.py +0 -53
- githubkit/versions/v2022_11_28/models/group_1090.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1091.py +0 -86
- githubkit/versions/v2022_11_28/models/group_1092.py +0 -87
- githubkit/versions/v2022_11_28/models/group_1093.py +0 -41
- githubkit/versions/v2022_11_28/models/group_1094.py +0 -42
- githubkit/versions/v2022_11_28/models/group_1095.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1096.py +0 -27
- githubkit/versions/v2022_11_28/models/group_1097.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1098.py +0 -38
- githubkit/versions/v2022_11_28/models/group_1099.py +0 -42
- githubkit/versions/v2022_11_28/models/group_1100.py +0 -33
- githubkit/versions/v2022_11_28/models/group_1101.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1102.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1103.py +0 -26
- githubkit/versions/v2022_11_28/models/group_1104.py +0 -30
- githubkit/versions/v2022_11_28/models/group_1105.py +0 -49
- githubkit/versions/v2022_11_28/models/group_1106.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1107.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1108.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1109.py +0 -25
- githubkit/versions/v2022_11_28/models/group_1110.py +0 -37
- githubkit/versions/v2022_11_28/models/group_1111.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1112.py +0 -31
- githubkit/versions/v2022_11_28/models/group_1113.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1114.py +0 -28
- githubkit/versions/v2022_11_28/models/group_1115.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1116.py +0 -50
- githubkit/versions/v2022_11_28/models/group_1117.py +0 -33
- githubkit/versions/v2022_11_28/models/group_1118.py +0 -70
- githubkit/versions/v2022_11_28/models/group_1119.py +0 -67
- githubkit/versions/v2022_11_28/models/group_1120.py +0 -54
- githubkit/versions/v2022_11_28/models/group_1121.py +0 -39
- githubkit/versions/v2022_11_28/models/group_1122.py +0 -33
- githubkit/versions/v2022_11_28/models/group_1123.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1124.py +0 -38
- githubkit/versions/v2022_11_28/models/group_1125.py +0 -30
- githubkit/versions/v2022_11_28/models/group_1126.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1127.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1128.py +0 -33
- githubkit/versions/v2022_11_28/models/group_1129.py +0 -38
- githubkit/versions/v2022_11_28/models/group_1130.py +0 -30
- githubkit/versions/v2022_11_28/models/group_1131.py +0 -33
- githubkit/versions/v2022_11_28/models/group_1132.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1133.py +0 -21
- githubkit/versions/v2022_11_28/models/group_1134.py +0 -35
- githubkit/versions/v2022_11_28/models/group_1135.py +0 -29
- githubkit/versions/v2022_11_28/models/group_1136.py +0 -59
- githubkit/versions/v2022_11_28/models/group_1137.py +0 -32
- githubkit/versions/v2022_11_28/models/group_1138.py +0 -110
- githubkit/versions/v2022_11_28/models/group_1139.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1140.py +0 -34
- githubkit/versions/v2022_11_28/models/group_1141.py +0 -35
- githubkit/versions/v2022_11_28/types/group_1028.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1029.py +0 -19
- githubkit/versions/v2022_11_28/types/group_1030.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1031.py +0 -41
- githubkit/versions/v2022_11_28/types/group_1032.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1033.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1034.py +0 -49
- githubkit/versions/v2022_11_28/types/group_1035.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1036.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1037.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1038.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1039.py +0 -33
- githubkit/versions/v2022_11_28/types/group_1040.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1041.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1042.py +0 -33
- githubkit/versions/v2022_11_28/types/group_1043.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1044.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1045.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1046.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1047.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1048.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1049.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1050.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1051.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1052.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1053.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1054.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1055.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1056.py +0 -32
- githubkit/versions/v2022_11_28/types/group_1057.py +0 -30
- githubkit/versions/v2022_11_28/types/group_1058.py +0 -32
- githubkit/versions/v2022_11_28/types/group_1059.py +0 -32
- githubkit/versions/v2022_11_28/types/group_1060.py +0 -32
- githubkit/versions/v2022_11_28/types/group_1061.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1062.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1063.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1064.py +0 -28
- githubkit/versions/v2022_11_28/types/group_1065.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1066.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1067.py +0 -28
- githubkit/versions/v2022_11_28/types/group_1068.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1069.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1070.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1071.py +0 -31
- githubkit/versions/v2022_11_28/types/group_1072.py +0 -31
- githubkit/versions/v2022_11_28/types/group_1073.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1074.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1075.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1076.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1077.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1078.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1079.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1080.py +0 -42
- githubkit/versions/v2022_11_28/types/group_1081.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1082.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1083.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1084.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1085.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1086.py +0 -30
- githubkit/versions/v2022_11_28/types/group_1087.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1088.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1089.py +0 -29
- githubkit/versions/v2022_11_28/types/group_1090.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1091.py +0 -67
- githubkit/versions/v2022_11_28/types/group_1092.py +0 -67
- githubkit/versions/v2022_11_28/types/group_1093.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1094.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1095.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1096.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1097.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1098.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1099.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1100.py +0 -30
- githubkit/versions/v2022_11_28/types/group_1101.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1102.py +0 -30
- githubkit/versions/v2022_11_28/types/group_1103.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1104.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1105.py +0 -29
- githubkit/versions/v2022_11_28/types/group_1106.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1107.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1108.py +0 -21
- githubkit/versions/v2022_11_28/types/group_1109.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1110.py +0 -28
- githubkit/versions/v2022_11_28/types/group_1111.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1112.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1113.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1114.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1115.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1116.py +0 -29
- githubkit/versions/v2022_11_28/types/group_1117.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1118.py +0 -33
- githubkit/versions/v2022_11_28/types/group_1119.py +0 -41
- githubkit/versions/v2022_11_28/types/group_1120.py +0 -40
- githubkit/versions/v2022_11_28/types/group_1121.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1122.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1123.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1124.py +0 -24
- githubkit/versions/v2022_11_28/types/group_1125.py +0 -25
- githubkit/versions/v2022_11_28/types/group_1126.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1127.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1128.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1129.py +0 -31
- githubkit/versions/v2022_11_28/types/group_1130.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1131.py +0 -26
- githubkit/versions/v2022_11_28/types/group_1132.py +0 -27
- githubkit/versions/v2022_11_28/types/group_1133.py +0 -19
- githubkit/versions/v2022_11_28/types/group_1134.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1135.py +0 -22
- githubkit/versions/v2022_11_28/types/group_1136.py +0 -30
- githubkit/versions/v2022_11_28/types/group_1137.py +0 -23
- githubkit/versions/v2022_11_28/types/group_1138.py +0 -46
- githubkit/versions/v2022_11_28/types/group_1139.py +0 -27
- githubkit/versions/v2022_11_28/types/group_1140.py +0 -27
- githubkit/versions/v2022_11_28/types/group_1141.py +0 -22
- githubkit-0.11.2.dist-info/METADATA +0 -569
- githubkit-0.11.2.dist-info/RECORD +0 -2437
- {githubkit-0.11.2.dist-info → githubkit-0.11.4.dist-info}/LICENSE +0 -0
- {githubkit-0.11.2.dist-info → githubkit-0.11.4.dist-info}/WHEEL +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This file is automatically @generated by githubkit using the follow command:
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
bash ./scripts/run-codegen.sh
|
|
6
6
|
|
|
7
7
|
See https://github.com/github/rest-api-description for more information.
|
|
8
8
|
"""
|
|
@@ -143,6 +143,9 @@ if TYPE_CHECKING:
|
|
|
143
143
|
from githubkit.versions.v2022_11_28.types import (
|
|
144
144
|
VerificationType as VerificationType,
|
|
145
145
|
)
|
|
146
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
147
|
+
WebhooksRuleType as WebhooksRuleType,
|
|
148
|
+
)
|
|
146
149
|
from githubkit.versions.v2022_11_28.types import (
|
|
147
150
|
ActionsSecretType as ActionsSecretType,
|
|
148
151
|
)
|
|
@@ -194,6 +197,9 @@ if TYPE_CHECKING:
|
|
|
194
197
|
from githubkit.versions.v2022_11_28.types import (
|
|
195
198
|
UserPatchBodyType as UserPatchBodyType,
|
|
196
199
|
)
|
|
200
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
201
|
+
VulnerabilityType as VulnerabilityType,
|
|
202
|
+
)
|
|
197
203
|
from githubkit.versions.v2022_11_28.types import (
|
|
198
204
|
WebhookConfigType as WebhookConfigType,
|
|
199
205
|
)
|
|
@@ -509,6 +515,9 @@ if TYPE_CHECKING:
|
|
|
509
515
|
from githubkit.versions.v2022_11_28.types import (
|
|
510
516
|
PullRequestMinimalType as PullRequestMinimalType,
|
|
511
517
|
)
|
|
518
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
519
|
+
PullRequestWebhookType as PullRequestWebhookType,
|
|
520
|
+
)
|
|
512
521
|
from githubkit.versions.v2022_11_28.types import (
|
|
513
522
|
ReferencedWorkflowType as ReferencedWorkflowType,
|
|
514
523
|
)
|
|
@@ -1118,6 +1127,9 @@ if TYPE_CHECKING:
|
|
|
1118
1127
|
from githubkit.versions.v2022_11_28.types import (
|
|
1119
1128
|
PullRequestReviewRequestType as PullRequestReviewRequestType,
|
|
1120
1129
|
)
|
|
1130
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1131
|
+
PullRequestWebhookAllof1Type as PullRequestWebhookAllof1Type,
|
|
1132
|
+
)
|
|
1121
1133
|
from githubkit.versions.v2022_11_28.types import (
|
|
1122
1134
|
RepositoryAdvisoryCreateType as RepositoryAdvisoryCreateType,
|
|
1123
1135
|
)
|
|
@@ -1136,6 +1148,9 @@ if TYPE_CHECKING:
|
|
|
1136
1148
|
from githubkit.versions.v2022_11_28.types import (
|
|
1137
1149
|
UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type,
|
|
1138
1150
|
)
|
|
1151
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1152
|
+
VulnerabilityPropPackageType as VulnerabilityPropPackageType,
|
|
1153
|
+
)
|
|
1139
1154
|
from githubkit.versions.v2022_11_28.types import (
|
|
1140
1155
|
WebhookCheckRunCompletedType as WebhookCheckRunCompletedType,
|
|
1141
1156
|
)
|
|
@@ -2273,6 +2288,9 @@ if TYPE_CHECKING:
|
|
|
2273
2288
|
from githubkit.versions.v2022_11_28.types import (
|
|
2274
2289
|
SecretScanningLocationIssueTitleType as SecretScanningLocationIssueTitleType,
|
|
2275
2290
|
)
|
|
2291
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2292
|
+
SecretScanningLocationWikiCommitType as SecretScanningLocationWikiCommitType,
|
|
2293
|
+
)
|
|
2276
2294
|
from githubkit.versions.v2022_11_28.types import (
|
|
2277
2295
|
StatusCheckPolicyPropChecksItemsType as StatusCheckPolicyPropChecksItemsType,
|
|
2278
2296
|
)
|
|
@@ -2597,12 +2615,6 @@ if TYPE_CHECKING:
|
|
|
2597
2615
|
from githubkit.versions.v2022_11_28.types import (
|
|
2598
2616
|
WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
|
|
2599
2617
|
)
|
|
2600
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2601
|
-
WebhookIssuesLockedPropIssueAllof0Type as WebhookIssuesLockedPropIssueAllof0Type,
|
|
2602
|
-
)
|
|
2603
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2604
|
-
WebhookIssuesLockedPropIssueAllof1Type as WebhookIssuesLockedPropIssueAllof1Type,
|
|
2605
|
-
)
|
|
2606
2618
|
from githubkit.versions.v2022_11_28.types import (
|
|
2607
2619
|
WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
|
|
2608
2620
|
)
|
|
@@ -2840,6 +2852,9 @@ if TYPE_CHECKING:
|
|
|
2840
2852
|
from githubkit.versions.v2022_11_28.types import (
|
|
2841
2853
|
ReposOwnerRepoTagsProtectionPostBodyType as ReposOwnerRepoTagsProtectionPostBodyType,
|
|
2842
2854
|
)
|
|
2855
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2856
|
+
RepositoryRuleParamsCodeScanningToolType as RepositoryRuleParamsCodeScanningToolType,
|
|
2857
|
+
)
|
|
2843
2858
|
from githubkit.versions.v2022_11_28.types import (
|
|
2844
2859
|
SecretScanningLocationDiscussionBodyType as SecretScanningLocationDiscussionBodyType,
|
|
2845
2860
|
)
|
|
@@ -2873,6 +2888,9 @@ if TYPE_CHECKING:
|
|
|
2873
2888
|
from githubkit.versions.v2022_11_28.types import (
|
|
2874
2889
|
WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
|
|
2875
2890
|
)
|
|
2891
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2892
|
+
WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
|
|
2893
|
+
)
|
|
2876
2894
|
from githubkit.versions.v2022_11_28.types import (
|
|
2877
2895
|
WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
|
|
2878
2896
|
)
|
|
@@ -2882,18 +2900,6 @@ if TYPE_CHECKING:
|
|
|
2882
2900
|
from githubkit.versions.v2022_11_28.types import (
|
|
2883
2901
|
WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
|
|
2884
2902
|
)
|
|
2885
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2886
|
-
WebhookIssuesReopenedPropIssueAllof0Type as WebhookIssuesReopenedPropIssueAllof0Type,
|
|
2887
|
-
)
|
|
2888
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2889
|
-
WebhookIssuesReopenedPropIssueAllof1Type as WebhookIssuesReopenedPropIssueAllof1Type,
|
|
2890
|
-
)
|
|
2891
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2892
|
-
WebhookIssuesUnlockedPropIssueAllof0Type as WebhookIssuesUnlockedPropIssueAllof0Type,
|
|
2893
|
-
)
|
|
2894
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2895
|
-
WebhookIssuesUnlockedPropIssueAllof1Type as WebhookIssuesUnlockedPropIssueAllof1Type,
|
|
2896
|
-
)
|
|
2897
2903
|
from githubkit.versions.v2022_11_28.types import (
|
|
2898
2904
|
WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
|
|
2899
2905
|
)
|
|
@@ -3047,9 +3053,6 @@ if TYPE_CHECKING:
|
|
|
3047
3053
|
from githubkit.versions.v2022_11_28.types import (
|
|
3048
3054
|
CommitSearchResultItemPropParentsItemsType as CommitSearchResultItemPropParentsItemsType,
|
|
3049
3055
|
)
|
|
3050
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3051
|
-
GlobalAdvisoryPropVulnerabilitiesItemsType as GlobalAdvisoryPropVulnerabilitiesItemsType,
|
|
3052
|
-
)
|
|
3053
3056
|
from githubkit.versions.v2022_11_28.types import (
|
|
3054
3057
|
InstallationRepositoriesGetResponse200Type as InstallationRepositoriesGetResponse200Type,
|
|
3055
3058
|
)
|
|
@@ -3125,9 +3128,6 @@ if TYPE_CHECKING:
|
|
|
3125
3128
|
from githubkit.versions.v2022_11_28.types import (
|
|
3126
3129
|
WebhookDeploymentCreatedPropDeploymentType as WebhookDeploymentCreatedPropDeploymentType,
|
|
3127
3130
|
)
|
|
3128
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3129
|
-
WebhookDiscussionCreatedPropDiscussionType as WebhookDiscussionCreatedPropDiscussionType,
|
|
3130
|
-
)
|
|
3131
3131
|
from githubkit.versions.v2022_11_28.types import (
|
|
3132
3132
|
WebhookForkPropForkeeAllof0PropLicenseType as WebhookForkPropForkeeAllof0PropLicenseType,
|
|
3133
3133
|
)
|
|
@@ -3150,13 +3150,10 @@ if TYPE_CHECKING:
|
|
|
3150
3150
|
WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
|
|
3151
3151
|
)
|
|
3152
3152
|
from githubkit.versions.v2022_11_28.types import (
|
|
3153
|
-
|
|
3153
|
+
WebhookIssuesReopenedPropIssuePropUserType as WebhookIssuesReopenedPropIssuePropUserType,
|
|
3154
3154
|
)
|
|
3155
3155
|
from githubkit.versions.v2022_11_28.types import (
|
|
3156
|
-
|
|
3157
|
-
)
|
|
3158
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3159
|
-
WebhookIssuesMilestonedPropIssueAllof1Type as WebhookIssuesMilestonedPropIssueAllof1Type,
|
|
3156
|
+
WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
|
|
3160
3157
|
)
|
|
3161
3158
|
from githubkit.versions.v2022_11_28.types import (
|
|
3162
3159
|
WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
|
|
@@ -3269,18 +3266,9 @@ if TYPE_CHECKING:
|
|
|
3269
3266
|
from githubkit.versions.v2022_11_28.types import (
|
|
3270
3267
|
WebhookProjectEditedPropChangesPropNameType as WebhookProjectEditedPropChangesPropNameType,
|
|
3271
3268
|
)
|
|
3272
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3273
|
-
WebhookPullRequestClosedPropPullRequestType as WebhookPullRequestClosedPropPullRequestType,
|
|
3274
|
-
)
|
|
3275
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3276
|
-
WebhookPullRequestEditedPropPullRequestType as WebhookPullRequestEditedPropPullRequestType,
|
|
3277
|
-
)
|
|
3278
3269
|
from githubkit.versions.v2022_11_28.types import (
|
|
3279
3270
|
WebhookPullRequestLockedPropPullRequestType as WebhookPullRequestLockedPropPullRequestType,
|
|
3280
3271
|
)
|
|
3281
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3282
|
-
WebhookPullRequestOpenedPropPullRequestType as WebhookPullRequestOpenedPropPullRequestType,
|
|
3283
|
-
)
|
|
3284
3272
|
from githubkit.versions.v2022_11_28.types import (
|
|
3285
3273
|
WebhookPullRequestReviewRequestedOneof0Type as WebhookPullRequestReviewRequestedOneof0Type,
|
|
3286
3274
|
)
|
|
@@ -3399,16 +3387,13 @@ if TYPE_CHECKING:
|
|
|
3399
3387
|
WebhookIssuesClosedPropIssueMergedLabelsType as WebhookIssuesClosedPropIssueMergedLabelsType,
|
|
3400
3388
|
)
|
|
3401
3389
|
from githubkit.versions.v2022_11_28.types import (
|
|
3402
|
-
|
|
3403
|
-
)
|
|
3404
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3405
|
-
WebhookIssuesDemilestonedPropIssueAllof1Type as WebhookIssuesDemilestonedPropIssueAllof1Type,
|
|
3390
|
+
WebhookIssuesEditedPropIssuePropAssigneeType as WebhookIssuesEditedPropIssuePropAssigneeType,
|
|
3406
3391
|
)
|
|
3407
3392
|
from githubkit.versions.v2022_11_28.types import (
|
|
3408
|
-
|
|
3393
|
+
WebhookIssuesLockedPropIssuePropAssigneeType as WebhookIssuesLockedPropIssuePropAssigneeType,
|
|
3409
3394
|
)
|
|
3410
3395
|
from githubkit.versions.v2022_11_28.types import (
|
|
3411
|
-
|
|
3396
|
+
WebhookIssuesMilestonedPropIssuePropUserType as WebhookIssuesMilestonedPropIssuePropUserType,
|
|
3412
3397
|
)
|
|
3413
3398
|
from githubkit.versions.v2022_11_28.types import (
|
|
3414
3399
|
WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
|
|
@@ -3416,15 +3401,9 @@ if TYPE_CHECKING:
|
|
|
3416
3401
|
from githubkit.versions.v2022_11_28.types import (
|
|
3417
3402
|
WebhookIssuesPinnedPropIssuePropAssigneeType as WebhookIssuesPinnedPropIssuePropAssigneeType,
|
|
3418
3403
|
)
|
|
3419
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3420
|
-
WebhookIssuesReopenedPropIssueMergedUserType as WebhookIssuesReopenedPropIssueMergedUserType,
|
|
3421
|
-
)
|
|
3422
3404
|
from githubkit.versions.v2022_11_28.types import (
|
|
3423
3405
|
WebhookIssuesUnassignedPropIssuePropUserType as WebhookIssuesUnassignedPropIssuePropUserType,
|
|
3424
3406
|
)
|
|
3425
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3426
|
-
WebhookIssuesUnlockedPropIssueMergedUserType as WebhookIssuesUnlockedPropIssueMergedUserType,
|
|
3427
|
-
)
|
|
3428
3407
|
from githubkit.versions.v2022_11_28.types import (
|
|
3429
3408
|
WebhookMembershipAddedPropTeamPropParentType as WebhookMembershipAddedPropTeamPropParentType,
|
|
3430
3409
|
)
|
|
@@ -3470,12 +3449,6 @@ if TYPE_CHECKING:
|
|
|
3470
3449
|
from githubkit.versions.v2022_11_28.types import (
|
|
3471
3450
|
WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
|
|
3472
3451
|
)
|
|
3473
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3474
|
-
WebhookReleasePublishedPropReleaseAllof0Type as WebhookReleasePublishedPropReleaseAllof0Type,
|
|
3475
|
-
)
|
|
3476
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3477
|
-
WebhookReleasePublishedPropReleaseAllof1Type as WebhookReleasePublishedPropReleaseAllof1Type,
|
|
3478
|
-
)
|
|
3479
3452
|
from githubkit.versions.v2022_11_28.types import (
|
|
3480
3453
|
WebhookSponsorshipCreatedPropSponsorshipType as WebhookSponsorshipCreatedPropSponsorshipType,
|
|
3481
3454
|
)
|
|
@@ -3554,9 +3527,6 @@ if TYPE_CHECKING:
|
|
|
3554
3527
|
from githubkit.versions.v2022_11_28.types import (
|
|
3555
3528
|
UserInteractionLimitsGetResponse200Anyof1Type as UserInteractionLimitsGetResponse200Anyof1Type,
|
|
3556
3529
|
)
|
|
3557
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3558
|
-
WebhookBranchProtectionRuleEditedPropRuleType as WebhookBranchProtectionRuleEditedPropRuleType,
|
|
3559
|
-
)
|
|
3560
3530
|
from githubkit.versions.v2022_11_28.types import (
|
|
3561
3531
|
WebhookCheckRunRequestedActionFormEncodedType as WebhookCheckRunRequestedActionFormEncodedType,
|
|
3562
3532
|
)
|
|
@@ -3596,6 +3566,12 @@ if TYPE_CHECKING:
|
|
|
3596
3566
|
from githubkit.versions.v2022_11_28.types import (
|
|
3597
3567
|
WebhookIssuesLabeledPropIssuePropAssigneeType as WebhookIssuesLabeledPropIssuePropAssigneeType,
|
|
3598
3568
|
)
|
|
3569
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3570
|
+
WebhookIssuesLockedPropIssuePropMilestoneType as WebhookIssuesLockedPropIssuePropMilestoneType,
|
|
3571
|
+
)
|
|
3572
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3573
|
+
WebhookIssuesLockedPropIssuePropReactionsType as WebhookIssuesLockedPropIssuePropReactionsType,
|
|
3574
|
+
)
|
|
3599
3575
|
from githubkit.versions.v2022_11_28.types import (
|
|
3600
3576
|
WebhookIssuesOpenedPropIssuePropMilestoneType as WebhookIssuesOpenedPropIssuePropMilestoneType,
|
|
3601
3577
|
)
|
|
@@ -3611,6 +3587,9 @@ if TYPE_CHECKING:
|
|
|
3611
3587
|
from githubkit.versions.v2022_11_28.types import (
|
|
3612
3588
|
WebhookIssuesTransferredPropIssuePropUserType as WebhookIssuesTransferredPropIssuePropUserType,
|
|
3613
3589
|
)
|
|
3590
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3591
|
+
WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
|
|
3592
|
+
)
|
|
3614
3593
|
from githubkit.versions.v2022_11_28.types import (
|
|
3615
3594
|
WebhookPackageUpdatedPropPackagePropOwnerType as WebhookPackageUpdatedPropPackagePropOwnerType,
|
|
3616
3595
|
)
|
|
@@ -3635,9 +3614,6 @@ if TYPE_CHECKING:
|
|
|
3635
3614
|
from githubkit.versions.v2022_11_28.types import (
|
|
3636
3615
|
WebhookPullRequestEnqueuedPropPullRequestType as WebhookPullRequestEnqueuedPropPullRequestType,
|
|
3637
3616
|
)
|
|
3638
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3639
|
-
WebhookPullRequestReopenedPropPullRequestType as WebhookPullRequestReopenedPropPullRequestType,
|
|
3640
|
-
)
|
|
3641
3617
|
from githubkit.versions.v2022_11_28.types import (
|
|
3642
3618
|
WebhookPullRequestReviewEditedPropChangesType as WebhookPullRequestReviewEditedPropChangesType,
|
|
3643
3619
|
)
|
|
@@ -3740,12 +3716,6 @@ if TYPE_CHECKING:
|
|
|
3740
3716
|
from githubkit.versions.v2022_11_28.types import (
|
|
3741
3717
|
UserCodespacesCodespaceNamePublishPostBodyType as UserCodespacesCodespaceNamePublishPostBodyType,
|
|
3742
3718
|
)
|
|
3743
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3744
|
-
WebhookBranchProtectionRuleCreatedPropRuleType as WebhookBranchProtectionRuleCreatedPropRuleType,
|
|
3745
|
-
)
|
|
3746
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3747
|
-
WebhookBranchProtectionRuleDeletedPropRuleType as WebhookBranchProtectionRuleDeletedPropRuleType,
|
|
3748
|
-
)
|
|
3749
3719
|
from githubkit.versions.v2022_11_28.types import (
|
|
3750
3720
|
WebhookCheckSuiteRerequestedPropCheckSuiteType as WebhookCheckSuiteRerequestedPropCheckSuiteType,
|
|
3751
3721
|
)
|
|
@@ -3789,31 +3759,22 @@ if TYPE_CHECKING:
|
|
|
3789
3759
|
WebhookIssuesDeletedPropIssuePropReactionsType as WebhookIssuesDeletedPropIssuePropReactionsType,
|
|
3790
3760
|
)
|
|
3791
3761
|
from githubkit.versions.v2022_11_28.types import (
|
|
3792
|
-
|
|
3793
|
-
)
|
|
3794
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3795
|
-
WebhookIssuesLabeledPropIssuePropReactionsType as WebhookIssuesLabeledPropIssuePropReactionsType,
|
|
3796
|
-
)
|
|
3797
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3798
|
-
WebhookIssuesLockedPropIssueAllof0PropUserType as WebhookIssuesLockedPropIssueAllof0PropUserType,
|
|
3762
|
+
WebhookIssuesDemilestonedPropIssuePropUserType as WebhookIssuesDemilestonedPropIssuePropUserType,
|
|
3799
3763
|
)
|
|
3800
3764
|
from githubkit.versions.v2022_11_28.types import (
|
|
3801
|
-
|
|
3802
|
-
)
|
|
3803
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3804
|
-
WebhookIssuesLockedPropIssueMergedAssigneeType as WebhookIssuesLockedPropIssueMergedAssigneeType,
|
|
3765
|
+
WebhookIssuesLabeledPropIssuePropMilestoneType as WebhookIssuesLabeledPropIssuePropMilestoneType,
|
|
3805
3766
|
)
|
|
3806
3767
|
from githubkit.versions.v2022_11_28.types import (
|
|
3807
|
-
|
|
3768
|
+
WebhookIssuesLabeledPropIssuePropReactionsType as WebhookIssuesLabeledPropIssuePropReactionsType,
|
|
3808
3769
|
)
|
|
3809
3770
|
from githubkit.versions.v2022_11_28.types import (
|
|
3810
3771
|
WebhookIssuesOpenedPropChangesPropOldIssueType as WebhookIssuesOpenedPropChangesPropOldIssueType,
|
|
3811
3772
|
)
|
|
3812
3773
|
from githubkit.versions.v2022_11_28.types import (
|
|
3813
|
-
|
|
3774
|
+
WebhookIssuesReopenedPropIssuePropAssigneeType as WebhookIssuesReopenedPropIssuePropAssigneeType,
|
|
3814
3775
|
)
|
|
3815
3776
|
from githubkit.versions.v2022_11_28.types import (
|
|
3816
|
-
|
|
3777
|
+
WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
|
|
3817
3778
|
)
|
|
3818
3779
|
from githubkit.versions.v2022_11_28.types import (
|
|
3819
3780
|
WebhookIssuesUnpinnedPropIssuePropAssigneeType as WebhookIssuesUnpinnedPropIssuePropAssigneeType,
|
|
@@ -3851,18 +3812,6 @@ if TYPE_CHECKING:
|
|
|
3851
3812
|
from githubkit.versions.v2022_11_28.types import (
|
|
3852
3813
|
WebhookReleaseDeletedPropReleasePropAuthorType as WebhookReleaseDeletedPropReleasePropAuthorType,
|
|
3853
3814
|
)
|
|
3854
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3855
|
-
WebhookReleasePrereleasedPropReleaseAllof0Type as WebhookReleasePrereleasedPropReleaseAllof0Type,
|
|
3856
|
-
)
|
|
3857
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3858
|
-
WebhookReleasePrereleasedPropReleaseAllof1Type as WebhookReleasePrereleasedPropReleaseAllof1Type,
|
|
3859
|
-
)
|
|
3860
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3861
|
-
WebhookReleaseUnpublishedPropReleaseAllof0Type as WebhookReleaseUnpublishedPropReleaseAllof0Type,
|
|
3862
|
-
)
|
|
3863
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3864
|
-
WebhookReleaseUnpublishedPropReleaseAllof1Type as WebhookReleaseUnpublishedPropReleaseAllof1Type,
|
|
3865
|
-
)
|
|
3866
3815
|
from githubkit.versions.v2022_11_28.types import (
|
|
3867
3816
|
WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
|
|
3868
3817
|
)
|
|
@@ -3978,13 +3927,10 @@ if TYPE_CHECKING:
|
|
|
3978
3927
|
WebhookIssuesEditedPropIssuePropPullRequestType as WebhookIssuesEditedPropIssuePropPullRequestType,
|
|
3979
3928
|
)
|
|
3980
3929
|
from githubkit.versions.v2022_11_28.types import (
|
|
3981
|
-
|
|
3930
|
+
WebhookIssuesLockedPropIssuePropLabelsItemsType as WebhookIssuesLockedPropIssuePropLabelsItemsType,
|
|
3982
3931
|
)
|
|
3983
3932
|
from githubkit.versions.v2022_11_28.types import (
|
|
3984
|
-
|
|
3985
|
-
)
|
|
3986
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3987
|
-
WebhookIssuesLockedPropIssueMergedReactionsType as WebhookIssuesLockedPropIssueMergedReactionsType,
|
|
3933
|
+
WebhookIssuesLockedPropIssuePropPullRequestType as WebhookIssuesLockedPropIssuePropPullRequestType,
|
|
3988
3934
|
)
|
|
3989
3935
|
from githubkit.versions.v2022_11_28.types import (
|
|
3990
3936
|
WebhookIssuesOpenedPropIssuePropLabelsItemsType as WebhookIssuesOpenedPropIssuePropLabelsItemsType,
|
|
@@ -3998,9 +3944,21 @@ if TYPE_CHECKING:
|
|
|
3998
3944
|
from githubkit.versions.v2022_11_28.types import (
|
|
3999
3945
|
WebhookIssuesPinnedPropIssuePropPullRequestType as WebhookIssuesPinnedPropIssuePropPullRequestType,
|
|
4000
3946
|
)
|
|
3947
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3948
|
+
WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
|
|
3949
|
+
)
|
|
3950
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3951
|
+
WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
|
|
3952
|
+
)
|
|
4001
3953
|
from githubkit.versions.v2022_11_28.types import (
|
|
4002
3954
|
WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
|
|
4003
3955
|
)
|
|
3956
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3957
|
+
WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
|
|
3958
|
+
)
|
|
3959
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3960
|
+
WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
|
|
3961
|
+
)
|
|
4004
3962
|
from githubkit.versions.v2022_11_28.types import (
|
|
4005
3963
|
WebhookIssuesUnpinnedPropIssuePropMilestoneType as WebhookIssuesUnpinnedPropIssuePropMilestoneType,
|
|
4006
3964
|
)
|
|
@@ -4121,12 +4079,6 @@ if TYPE_CHECKING:
|
|
|
4121
4079
|
from githubkit.versions.v2022_11_28.types import (
|
|
4122
4080
|
WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
|
|
4123
4081
|
)
|
|
4124
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4125
|
-
WebhookDiscussionCreatedPropDiscussionAllof0Type as WebhookDiscussionCreatedPropDiscussionAllof0Type,
|
|
4126
|
-
)
|
|
4127
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4128
|
-
WebhookDiscussionCreatedPropDiscussionAllof1Type as WebhookDiscussionCreatedPropDiscussionAllof1Type,
|
|
4129
|
-
)
|
|
4130
4082
|
from githubkit.versions.v2022_11_28.types import (
|
|
4131
4083
|
WebhookIssueCommentEditedPropChangesPropBodyType as WebhookIssueCommentEditedPropChangesPropBodyType,
|
|
4132
4084
|
)
|
|
@@ -4142,9 +4094,6 @@ if TYPE_CHECKING:
|
|
|
4142
4094
|
from githubkit.versions.v2022_11_28.types import (
|
|
4143
4095
|
WebhookIssuesDeletedPropIssuePropPullRequestType as WebhookIssuesDeletedPropIssuePropPullRequestType,
|
|
4144
4096
|
)
|
|
4145
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4146
|
-
WebhookIssuesDemilestonedPropIssueMergedUserType as WebhookIssuesDemilestonedPropIssueMergedUserType,
|
|
4147
|
-
)
|
|
4148
4097
|
from githubkit.versions.v2022_11_28.types import (
|
|
4149
4098
|
WebhookIssuesLabeledPropIssuePropLabelsItemsType as WebhookIssuesLabeledPropIssuePropLabelsItemsType,
|
|
4150
4099
|
)
|
|
@@ -4152,16 +4101,7 @@ if TYPE_CHECKING:
|
|
|
4152
4101
|
WebhookIssuesLabeledPropIssuePropPullRequestType as WebhookIssuesLabeledPropIssuePropPullRequestType,
|
|
4153
4102
|
)
|
|
4154
4103
|
from githubkit.versions.v2022_11_28.types import (
|
|
4155
|
-
|
|
4156
|
-
)
|
|
4157
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4158
|
-
WebhookIssuesReopenedPropIssueAllof0PropUserType as WebhookIssuesReopenedPropIssueAllof0PropUserType,
|
|
4159
|
-
)
|
|
4160
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4161
|
-
WebhookIssuesReopenedPropIssueAllof1PropUserType as WebhookIssuesReopenedPropIssueAllof1PropUserType,
|
|
4162
|
-
)
|
|
4163
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4164
|
-
WebhookIssuesReopenedPropIssueMergedAssigneeType as WebhookIssuesReopenedPropIssueMergedAssigneeType,
|
|
4104
|
+
WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
|
|
4165
4105
|
)
|
|
4166
4106
|
from githubkit.versions.v2022_11_28.types import (
|
|
4167
4107
|
WebhookIssuesUnassignedPropIssuePropAssigneeType as WebhookIssuesUnassignedPropIssuePropAssigneeType,
|
|
@@ -4172,15 +4112,6 @@ if TYPE_CHECKING:
|
|
|
4172
4112
|
from githubkit.versions.v2022_11_28.types import (
|
|
4173
4113
|
WebhookIssuesUnlabeledPropIssuePropReactionsType as WebhookIssuesUnlabeledPropIssuePropReactionsType,
|
|
4174
4114
|
)
|
|
4175
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4176
|
-
WebhookIssuesUnlockedPropIssueAllof0PropUserType as WebhookIssuesUnlockedPropIssueAllof0PropUserType,
|
|
4177
|
-
)
|
|
4178
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4179
|
-
WebhookIssuesUnlockedPropIssueAllof1PropUserType as WebhookIssuesUnlockedPropIssueAllof1PropUserType,
|
|
4180
|
-
)
|
|
4181
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4182
|
-
WebhookIssuesUnlockedPropIssueMergedAssigneeType as WebhookIssuesUnlockedPropIssueMergedAssigneeType,
|
|
4183
|
-
)
|
|
4184
4115
|
from githubkit.versions.v2022_11_28.types import (
|
|
4185
4116
|
WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
|
|
4186
4117
|
)
|
|
@@ -4229,6 +4160,9 @@ if TYPE_CHECKING:
|
|
|
4229
4160
|
from githubkit.versions.v2022_11_28.types import (
|
|
4230
4161
|
WebhookReleaseEditedPropReleasePropReactionsType as WebhookReleaseEditedPropReleasePropReactionsType,
|
|
4231
4162
|
)
|
|
4163
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4164
|
+
WebhookReleasePublishedPropReleasePropAuthorType as WebhookReleasePublishedPropReleasePropAuthorType,
|
|
4165
|
+
)
|
|
4232
4166
|
from githubkit.versions.v2022_11_28.types import (
|
|
4233
4167
|
WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
|
|
4234
4168
|
)
|
|
@@ -4314,13 +4248,16 @@ if TYPE_CHECKING:
|
|
|
4314
4248
|
WebhookIssuesAssignedPropIssuePropPullRequestType as WebhookIssuesAssignedPropIssuePropPullRequestType,
|
|
4315
4249
|
)
|
|
4316
4250
|
from githubkit.versions.v2022_11_28.types import (
|
|
4317
|
-
|
|
4251
|
+
WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
|
|
4252
|
+
)
|
|
4253
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4254
|
+
WebhookIssuesMilestonedPropIssuePropReactionsType as WebhookIssuesMilestonedPropIssuePropReactionsType,
|
|
4318
4255
|
)
|
|
4319
4256
|
from githubkit.versions.v2022_11_28.types import (
|
|
4320
|
-
|
|
4257
|
+
WebhookIssuesReopenedPropIssuePropLabelsItemsType as WebhookIssuesReopenedPropIssuePropLabelsItemsType,
|
|
4321
4258
|
)
|
|
4322
4259
|
from githubkit.versions.v2022_11_28.types import (
|
|
4323
|
-
|
|
4260
|
+
WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
|
|
4324
4261
|
)
|
|
4325
4262
|
from githubkit.versions.v2022_11_28.types import (
|
|
4326
4263
|
WebhookIssuesTransferredPropIssuePropAssigneeType as WebhookIssuesTransferredPropIssuePropAssigneeType,
|
|
@@ -4332,13 +4269,10 @@ if TYPE_CHECKING:
|
|
|
4332
4269
|
WebhookIssuesUnassignedPropIssuePropReactionsType as WebhookIssuesUnassignedPropIssuePropReactionsType,
|
|
4333
4270
|
)
|
|
4334
4271
|
from githubkit.versions.v2022_11_28.types import (
|
|
4335
|
-
|
|
4272
|
+
WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
|
|
4336
4273
|
)
|
|
4337
4274
|
from githubkit.versions.v2022_11_28.types import (
|
|
4338
|
-
|
|
4339
|
-
)
|
|
4340
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4341
|
-
WebhookIssuesUnlockedPropIssueMergedReactionsType as WebhookIssuesUnlockedPropIssueMergedReactionsType,
|
|
4275
|
+
WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
|
|
4342
4276
|
)
|
|
4343
4277
|
from githubkit.versions.v2022_11_28.types import (
|
|
4344
4278
|
WebhookIssuesUnpinnedPropIssuePropLabelsItemsType as WebhookIssuesUnpinnedPropIssuePropLabelsItemsType,
|
|
@@ -4349,18 +4283,9 @@ if TYPE_CHECKING:
|
|
|
4349
4283
|
from githubkit.versions.v2022_11_28.types import (
|
|
4350
4284
|
WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
|
|
4351
4285
|
)
|
|
4352
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4353
|
-
WebhookPullRequestClosedPropPullRequestAllof1Type as WebhookPullRequestClosedPropPullRequestAllof1Type,
|
|
4354
|
-
)
|
|
4355
4286
|
from githubkit.versions.v2022_11_28.types import (
|
|
4356
4287
|
WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
|
|
4357
4288
|
)
|
|
4358
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4359
|
-
WebhookPullRequestEditedPropPullRequestAllof1Type as WebhookPullRequestEditedPropPullRequestAllof1Type,
|
|
4360
|
-
)
|
|
4361
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4362
|
-
WebhookPullRequestOpenedPropPullRequestAllof1Type as WebhookPullRequestOpenedPropPullRequestAllof1Type,
|
|
4363
|
-
)
|
|
4364
4289
|
from githubkit.versions.v2022_11_28.types import (
|
|
4365
4290
|
WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
|
|
4366
4291
|
)
|
|
@@ -4455,25 +4380,13 @@ if TYPE_CHECKING:
|
|
|
4455
4380
|
WebhookIssuesClosedPropIssueAllof1PropAssigneeType as WebhookIssuesClosedPropIssueAllof1PropAssigneeType,
|
|
4456
4381
|
)
|
|
4457
4382
|
from githubkit.versions.v2022_11_28.types import (
|
|
4458
|
-
|
|
4383
|
+
WebhookIssuesDemilestonedPropIssuePropAssigneeType as WebhookIssuesDemilestonedPropIssuePropAssigneeType,
|
|
4459
4384
|
)
|
|
4460
4385
|
from githubkit.versions.v2022_11_28.types import (
|
|
4461
4386
|
WebhookIssuesEditedPropIssuePropAssigneesItemsType as WebhookIssuesEditedPropIssuePropAssigneesItemsType,
|
|
4462
4387
|
)
|
|
4463
4388
|
from githubkit.versions.v2022_11_28.types import (
|
|
4464
|
-
|
|
4465
|
-
)
|
|
4466
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4467
|
-
WebhookIssuesLockedPropIssueAllof1PropAssigneeType as WebhookIssuesLockedPropIssueAllof1PropAssigneeType,
|
|
4468
|
-
)
|
|
4469
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4470
|
-
WebhookIssuesMilestonedPropIssueAllof0PropUserType as WebhookIssuesMilestonedPropIssueAllof0PropUserType,
|
|
4471
|
-
)
|
|
4472
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4473
|
-
WebhookIssuesMilestonedPropIssueAllof1PropUserType as WebhookIssuesMilestonedPropIssueAllof1PropUserType,
|
|
4474
|
-
)
|
|
4475
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4476
|
-
WebhookIssuesMilestonedPropIssueMergedAssigneeType as WebhookIssuesMilestonedPropIssueMergedAssigneeType,
|
|
4389
|
+
WebhookIssuesLockedPropIssuePropAssigneesItemsType as WebhookIssuesLockedPropIssuePropAssigneesItemsType,
|
|
4477
4390
|
)
|
|
4478
4391
|
from githubkit.versions.v2022_11_28.types import (
|
|
4479
4392
|
WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
|
|
@@ -4524,13 +4437,13 @@ if TYPE_CHECKING:
|
|
|
4524
4437
|
WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
|
|
4525
4438
|
)
|
|
4526
4439
|
from githubkit.versions.v2022_11_28.types import (
|
|
4527
|
-
|
|
4440
|
+
WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
|
|
4528
4441
|
)
|
|
4529
4442
|
from githubkit.versions.v2022_11_28.types import (
|
|
4530
|
-
|
|
4443
|
+
WebhookReleaseReleasedPropReleasePropReactionsType as WebhookReleaseReleasedPropReleasePropReactionsType,
|
|
4531
4444
|
)
|
|
4532
4445
|
from githubkit.versions.v2022_11_28.types import (
|
|
4533
|
-
|
|
4446
|
+
WebhookReleaseUnpublishedPropReleasePropAuthorType as WebhookReleaseUnpublishedPropReleasePropAuthorType,
|
|
4534
4447
|
)
|
|
4535
4448
|
from githubkit.versions.v2022_11_28.types import (
|
|
4536
4449
|
WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
|
|
@@ -4629,25 +4542,19 @@ if TYPE_CHECKING:
|
|
|
4629
4542
|
WebhookIssuesDeletedPropIssuePropAssigneesItemsType as WebhookIssuesDeletedPropIssuePropAssigneesItemsType,
|
|
4630
4543
|
)
|
|
4631
4544
|
from githubkit.versions.v2022_11_28.types import (
|
|
4632
|
-
|
|
4633
|
-
)
|
|
4634
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4635
|
-
WebhookIssuesLockedPropIssueAllof0PropMilestoneType as WebhookIssuesLockedPropIssueAllof0PropMilestoneType,
|
|
4636
|
-
)
|
|
4637
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4638
|
-
WebhookIssuesLockedPropIssueAllof0PropReactionsType as WebhookIssuesLockedPropIssueAllof0PropReactionsType,
|
|
4545
|
+
WebhookIssuesDemilestonedPropIssuePropMilestoneType as WebhookIssuesDemilestonedPropIssuePropMilestoneType,
|
|
4639
4546
|
)
|
|
4640
4547
|
from githubkit.versions.v2022_11_28.types import (
|
|
4641
|
-
|
|
4548
|
+
WebhookIssuesDemilestonedPropIssuePropReactionsType as WebhookIssuesDemilestonedPropIssuePropReactionsType,
|
|
4642
4549
|
)
|
|
4643
4550
|
from githubkit.versions.v2022_11_28.types import (
|
|
4644
|
-
|
|
4551
|
+
WebhookIssuesLabeledPropIssuePropAssigneesItemsType as WebhookIssuesLabeledPropIssuePropAssigneesItemsType,
|
|
4645
4552
|
)
|
|
4646
4553
|
from githubkit.versions.v2022_11_28.types import (
|
|
4647
|
-
|
|
4554
|
+
WebhookIssuesMilestonedPropIssuePropLabelsItemsType as WebhookIssuesMilestonedPropIssuePropLabelsItemsType,
|
|
4648
4555
|
)
|
|
4649
4556
|
from githubkit.versions.v2022_11_28.types import (
|
|
4650
|
-
|
|
4557
|
+
WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
|
|
4651
4558
|
)
|
|
4652
4559
|
from githubkit.versions.v2022_11_28.types import (
|
|
4653
4560
|
WebhookIssuesMilestonedPropMilestonePropCreatorType as WebhookIssuesMilestonedPropMilestonePropCreatorType,
|
|
@@ -4682,18 +4589,15 @@ if TYPE_CHECKING:
|
|
|
4682
4589
|
from githubkit.versions.v2022_11_28.types import (
|
|
4683
4590
|
WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
|
|
4684
4591
|
)
|
|
4685
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4686
|
-
WebhookPullRequestReadyForReviewPropPullRequestType as WebhookPullRequestReadyForReviewPropPullRequestType,
|
|
4687
|
-
)
|
|
4688
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4689
|
-
WebhookPullRequestReopenedPropPullRequestAllof1Type as WebhookPullRequestReopenedPropPullRequestAllof1Type,
|
|
4690
|
-
)
|
|
4691
4592
|
from githubkit.versions.v2022_11_28.types import (
|
|
4692
4593
|
WebhookReleaseCreatedPropReleasePropAssetsItemsType as WebhookReleaseCreatedPropReleasePropAssetsItemsType,
|
|
4693
4594
|
)
|
|
4694
4595
|
from githubkit.versions.v2022_11_28.types import (
|
|
4695
4596
|
WebhookReleaseDeletedPropReleasePropAssetsItemsType as WebhookReleaseDeletedPropReleasePropAssetsItemsType,
|
|
4696
4597
|
)
|
|
4598
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4599
|
+
WebhookReleasePublishedPropReleasePropReactionsType as WebhookReleasePublishedPropReleasePropReactionsType,
|
|
4600
|
+
)
|
|
4697
4601
|
from githubkit.versions.v2022_11_28.types import (
|
|
4698
4602
|
WebhookSponsorshipEditedPropSponsorshipPropTierType as WebhookSponsorshipEditedPropSponsorshipPropTierType,
|
|
4699
4603
|
)
|
|
@@ -4790,9 +4694,6 @@ if TYPE_CHECKING:
|
|
|
4790
4694
|
from githubkit.versions.v2022_11_28.types import (
|
|
4791
4695
|
WebhookDiscussionAnsweredPropAnswerPropReactionsType as WebhookDiscussionAnsweredPropAnswerPropReactionsType,
|
|
4792
4696
|
)
|
|
4793
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4794
|
-
WebhookDiscussionCreatedPropDiscussionMergedUserType as WebhookDiscussionCreatedPropDiscussionMergedUserType,
|
|
4795
|
-
)
|
|
4796
4697
|
from githubkit.versions.v2022_11_28.types import (
|
|
4797
4698
|
WebhookDiscussionUnansweredPropOldAnswerPropUserType as WebhookDiscussionUnansweredPropOldAnswerPropUserType,
|
|
4798
4699
|
)
|
|
@@ -4806,19 +4707,7 @@ if TYPE_CHECKING:
|
|
|
4806
4707
|
WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
|
|
4807
4708
|
)
|
|
4808
4709
|
from githubkit.versions.v2022_11_28.types import (
|
|
4809
|
-
|
|
4810
|
-
)
|
|
4811
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4812
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropUserType as WebhookIssuesDemilestonedPropIssueAllof1PropUserType,
|
|
4813
|
-
)
|
|
4814
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4815
|
-
WebhookIssuesDemilestonedPropIssueMergedAssigneeType as WebhookIssuesDemilestonedPropIssueMergedAssigneeType,
|
|
4816
|
-
)
|
|
4817
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4818
|
-
WebhookIssuesReopenedPropIssueAllof0PropAssigneeType as WebhookIssuesReopenedPropIssueAllof0PropAssigneeType,
|
|
4819
|
-
)
|
|
4820
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4821
|
-
WebhookIssuesReopenedPropIssueAllof1PropAssigneeType as WebhookIssuesReopenedPropIssueAllof1PropAssigneeType,
|
|
4710
|
+
WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
|
|
4822
4711
|
)
|
|
4823
4712
|
from githubkit.versions.v2022_11_28.types import (
|
|
4824
4713
|
WebhookIssuesTransferredPropIssuePropLabelsItemsType as WebhookIssuesTransferredPropIssuePropLabelsItemsType,
|
|
@@ -4827,10 +4716,7 @@ if TYPE_CHECKING:
|
|
|
4827
4716
|
WebhookIssuesTransferredPropIssuePropPullRequestType as WebhookIssuesTransferredPropIssuePropPullRequestType,
|
|
4828
4717
|
)
|
|
4829
4718
|
from githubkit.versions.v2022_11_28.types import (
|
|
4830
|
-
|
|
4831
|
-
)
|
|
4832
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4833
|
-
WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType as WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType,
|
|
4719
|
+
WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
|
|
4834
4720
|
)
|
|
4835
4721
|
from githubkit.versions.v2022_11_28.types import (
|
|
4836
4722
|
WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
|
|
@@ -4880,21 +4766,9 @@ if TYPE_CHECKING:
|
|
|
4880
4766
|
from githubkit.versions.v2022_11_28.types import (
|
|
4881
4767
|
WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
|
|
4882
4768
|
)
|
|
4883
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4884
|
-
WebhookReleasePrereleasedPropReleaseMergedAssetsType as WebhookReleasePrereleasedPropReleaseMergedAssetsType,
|
|
4885
|
-
)
|
|
4886
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4887
|
-
WebhookReleasePrereleasedPropReleaseMergedAuthorType as WebhookReleasePrereleasedPropReleaseMergedAuthorType,
|
|
4888
|
-
)
|
|
4889
4769
|
from githubkit.versions.v2022_11_28.types import (
|
|
4890
4770
|
WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
|
|
4891
4771
|
)
|
|
4892
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4893
|
-
WebhookReleaseUnpublishedPropReleaseMergedAssetsType as WebhookReleaseUnpublishedPropReleaseMergedAssetsType,
|
|
4894
|
-
)
|
|
4895
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4896
|
-
WebhookReleaseUnpublishedPropReleaseMergedAuthorType as WebhookReleaseUnpublishedPropReleaseMergedAuthorType,
|
|
4897
|
-
)
|
|
4898
4772
|
from githubkit.versions.v2022_11_28.types import (
|
|
4899
4773
|
WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
|
|
4900
4774
|
)
|
|
@@ -4913,18 +4787,9 @@ if TYPE_CHECKING:
|
|
|
4913
4787
|
from githubkit.versions.v2022_11_28.types import (
|
|
4914
4788
|
WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
|
|
4915
4789
|
)
|
|
4916
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4917
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0Type as WebhookWorkflowRunCompletedPropWorkflowRunAllof0Type,
|
|
4918
|
-
)
|
|
4919
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4920
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type as WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type,
|
|
4921
|
-
)
|
|
4922
4790
|
from githubkit.versions.v2022_11_28.types import (
|
|
4923
4791
|
CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
|
|
4924
4792
|
)
|
|
4925
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4926
|
-
GlobalAdvisoryPropVulnerabilitiesItemsPropPackageType as GlobalAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
4927
|
-
)
|
|
4928
4793
|
from githubkit.versions.v2022_11_28.types import (
|
|
4929
4794
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
4930
4795
|
)
|
|
@@ -5049,50 +4914,17 @@ if TYPE_CHECKING:
|
|
|
5049
4914
|
WebhookIssuesClosedPropIssueAllof1PropLabelsItemsType as WebhookIssuesClosedPropIssueAllof1PropLabelsItemsType,
|
|
5050
4915
|
)
|
|
5051
4916
|
from githubkit.versions.v2022_11_28.types import (
|
|
5052
|
-
|
|
4917
|
+
WebhookIssuesDemilestonedPropIssuePropLabelsItemsType as WebhookIssuesDemilestonedPropIssuePropLabelsItemsType,
|
|
5053
4918
|
)
|
|
5054
4919
|
from githubkit.versions.v2022_11_28.types import (
|
|
5055
|
-
|
|
4920
|
+
WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
|
|
5056
4921
|
)
|
|
5057
4922
|
from githubkit.versions.v2022_11_28.types import (
|
|
5058
4923
|
WebhookIssuesDemilestonedPropMilestonePropCreatorType as WebhookIssuesDemilestonedPropMilestonePropCreatorType,
|
|
5059
4924
|
)
|
|
5060
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5061
|
-
WebhookIssuesLockedPropIssueAllof0PropLabelsItemsType as WebhookIssuesLockedPropIssueAllof0PropLabelsItemsType,
|
|
5062
|
-
)
|
|
5063
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5064
|
-
WebhookIssuesLockedPropIssueAllof0PropPullRequestType as WebhookIssuesLockedPropIssueAllof0PropPullRequestType,
|
|
5065
|
-
)
|
|
5066
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5067
|
-
WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType as WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType,
|
|
5068
|
-
)
|
|
5069
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5070
|
-
WebhookIssuesReopenedPropIssueAllof0PropMilestoneType as WebhookIssuesReopenedPropIssueAllof0PropMilestoneType,
|
|
5071
|
-
)
|
|
5072
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5073
|
-
WebhookIssuesReopenedPropIssueAllof0PropReactionsType as WebhookIssuesReopenedPropIssueAllof0PropReactionsType,
|
|
5074
|
-
)
|
|
5075
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5076
|
-
WebhookIssuesReopenedPropIssueAllof1PropMilestoneType as WebhookIssuesReopenedPropIssueAllof1PropMilestoneType,
|
|
5077
|
-
)
|
|
5078
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5079
|
-
WebhookIssuesReopenedPropIssueAllof1PropReactionsType as WebhookIssuesReopenedPropIssueAllof1PropReactionsType,
|
|
5080
|
-
)
|
|
5081
4925
|
from githubkit.versions.v2022_11_28.types import (
|
|
5082
4926
|
WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType as WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType,
|
|
5083
4927
|
)
|
|
5084
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5085
|
-
WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType as WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType,
|
|
5086
|
-
)
|
|
5087
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5088
|
-
WebhookIssuesUnlockedPropIssueAllof0PropReactionsType as WebhookIssuesUnlockedPropIssueAllof0PropReactionsType,
|
|
5089
|
-
)
|
|
5090
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5091
|
-
WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType as WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType,
|
|
5092
|
-
)
|
|
5093
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5094
|
-
WebhookIssuesUnlockedPropIssueAllof1PropReactionsType as WebhookIssuesUnlockedPropIssueAllof1PropReactionsType,
|
|
5095
|
-
)
|
|
5096
4928
|
from githubkit.versions.v2022_11_28.types import (
|
|
5097
4929
|
WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
|
|
5098
4930
|
)
|
|
@@ -5105,9 +4937,6 @@ if TYPE_CHECKING:
|
|
|
5105
4937
|
from githubkit.versions.v2022_11_28.types import (
|
|
5106
4938
|
WebhookPullRequestAutoMergeEnabledPropPullRequestType as WebhookPullRequestAutoMergeEnabledPropPullRequestType,
|
|
5107
4939
|
)
|
|
5108
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5109
|
-
WebhookPullRequestConvertedToDraftPropPullRequestType as WebhookPullRequestConvertedToDraftPropPullRequestType,
|
|
5110
|
-
)
|
|
5111
4940
|
from githubkit.versions.v2022_11_28.types import (
|
|
5112
4941
|
WebhookPullRequestDequeuedPropPullRequestPropBaseType as WebhookPullRequestDequeuedPropPullRequestPropBaseType,
|
|
5113
4942
|
)
|
|
@@ -5150,6 +4979,15 @@ if TYPE_CHECKING:
|
|
|
5150
4979
|
from githubkit.versions.v2022_11_28.types import (
|
|
5151
4980
|
WebhookPullRequestUnlockedPropPullRequestPropUserType as WebhookPullRequestUnlockedPropPullRequestPropUserType,
|
|
5152
4981
|
)
|
|
4982
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4983
|
+
WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
|
|
4984
|
+
)
|
|
4985
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4986
|
+
WebhookReleasePublishedPropReleasePropAssetsItemsType as WebhookReleasePublishedPropReleasePropAssetsItemsType,
|
|
4987
|
+
)
|
|
4988
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4989
|
+
WebhookReleaseUnpublishedPropReleasePropReactionsType as WebhookReleaseUnpublishedPropReleasePropReactionsType,
|
|
4990
|
+
)
|
|
5153
4991
|
from githubkit.versions.v2022_11_28.types import (
|
|
5154
4992
|
WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
|
|
5155
4993
|
)
|
|
@@ -5174,12 +5012,6 @@ if TYPE_CHECKING:
|
|
|
5174
5012
|
from githubkit.versions.v2022_11_28.types import (
|
|
5175
5013
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof1Type as WebhookWorkflowJobInProgressPropWorkflowJobAllof1Type,
|
|
5176
5014
|
)
|
|
5177
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5178
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0Type as WebhookWorkflowRunInProgressPropWorkflowRunAllof0Type,
|
|
5179
|
-
)
|
|
5180
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5181
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type as WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type,
|
|
5182
|
-
)
|
|
5183
5015
|
from githubkit.versions.v2022_11_28.types import (
|
|
5184
5016
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type as AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
5185
5017
|
)
|
|
@@ -5262,10 +5094,7 @@ if TYPE_CHECKING:
|
|
|
5262
5094
|
WebhookIssueCommentDeletedPropIssueMergedReactionsType as WebhookIssueCommentDeletedPropIssueMergedReactionsType,
|
|
5263
5095
|
)
|
|
5264
5096
|
from githubkit.versions.v2022_11_28.types import (
|
|
5265
|
-
|
|
5266
|
-
)
|
|
5267
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5268
|
-
WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType as WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType,
|
|
5097
|
+
WebhookIssuesMilestonedPropIssuePropAssigneesItemsType as WebhookIssuesMilestonedPropIssuePropAssigneesItemsType,
|
|
5269
5098
|
)
|
|
5270
5099
|
from githubkit.versions.v2022_11_28.types import (
|
|
5271
5100
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
|
|
@@ -5318,12 +5147,6 @@ if TYPE_CHECKING:
|
|
|
5318
5147
|
from githubkit.versions.v2022_11_28.types import (
|
|
5319
5148
|
WebhookRegistryPackagePublishedPropRegistryPackageType as WebhookRegistryPackagePublishedPropRegistryPackageType,
|
|
5320
5149
|
)
|
|
5321
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5322
|
-
WebhookReleasePublishedPropReleaseAllof0PropAuthorType as WebhookReleasePublishedPropReleaseAllof0PropAuthorType,
|
|
5323
|
-
)
|
|
5324
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5325
|
-
WebhookReleasePublishedPropReleaseAllof1PropAuthorType as WebhookReleasePublishedPropReleaseAllof1PropAuthorType,
|
|
5326
|
-
)
|
|
5327
5150
|
from githubkit.versions.v2022_11_28.types import (
|
|
5328
5151
|
WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
|
|
5329
5152
|
)
|
|
@@ -5396,39 +5219,9 @@ if TYPE_CHECKING:
|
|
|
5396
5219
|
from githubkit.versions.v2022_11_28.types import (
|
|
5397
5220
|
WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
|
|
5398
5221
|
)
|
|
5399
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5400
|
-
WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType as WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType,
|
|
5401
|
-
)
|
|
5402
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5403
|
-
WebhookIssuesMilestonedPropIssueAllof0PropReactionsType as WebhookIssuesMilestonedPropIssueAllof0PropReactionsType,
|
|
5404
|
-
)
|
|
5405
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5406
|
-
WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType as WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType,
|
|
5407
|
-
)
|
|
5408
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5409
|
-
WebhookIssuesMilestonedPropIssueAllof1PropReactionsType as WebhookIssuesMilestonedPropIssueAllof1PropReactionsType,
|
|
5410
|
-
)
|
|
5411
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5412
|
-
WebhookIssuesReopenedPropIssueAllof0PropLabelsItemsType as WebhookIssuesReopenedPropIssueAllof0PropLabelsItemsType,
|
|
5413
|
-
)
|
|
5414
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5415
|
-
WebhookIssuesReopenedPropIssueAllof0PropPullRequestType as WebhookIssuesReopenedPropIssueAllof0PropPullRequestType,
|
|
5416
|
-
)
|
|
5417
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5418
|
-
WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType as WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType,
|
|
5419
|
-
)
|
|
5420
5222
|
from githubkit.versions.v2022_11_28.types import (
|
|
5421
5223
|
WebhookIssuesTransferredPropIssuePropAssigneesItemsType as WebhookIssuesTransferredPropIssuePropAssigneesItemsType,
|
|
5422
5224
|
)
|
|
5423
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5424
|
-
WebhookIssuesUnlockedPropIssueAllof0PropLabelsItemsType as WebhookIssuesUnlockedPropIssueAllof0PropLabelsItemsType,
|
|
5425
|
-
)
|
|
5426
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5427
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType as WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType,
|
|
5428
|
-
)
|
|
5429
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5430
|
-
WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType as WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType,
|
|
5431
|
-
)
|
|
5432
5225
|
from githubkit.versions.v2022_11_28.types import (
|
|
5433
5226
|
WebhookProjectCardCreatedPropProjectCardPropCreatorType as WebhookProjectCardCreatedPropProjectCardPropCreatorType,
|
|
5434
5227
|
)
|
|
@@ -5474,6 +5267,12 @@ if TYPE_CHECKING:
|
|
|
5474
5267
|
from githubkit.versions.v2022_11_28.types import (
|
|
5475
5268
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksType as WebhookPullRequestUnlabeledPropPullRequestPropLinksType,
|
|
5476
5269
|
)
|
|
5270
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5271
|
+
WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
|
|
5272
|
+
)
|
|
5273
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5274
|
+
WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
|
|
5275
|
+
)
|
|
5477
5276
|
from githubkit.versions.v2022_11_28.types import (
|
|
5478
5277
|
WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
|
|
5479
5278
|
)
|
|
@@ -5498,6 +5297,9 @@ if TYPE_CHECKING:
|
|
|
5498
5297
|
from githubkit.versions.v2022_11_28.types import (
|
|
5499
5298
|
WebhookTeamEditedPropRepositoryPropCustomPropertiesType as WebhookTeamEditedPropRepositoryPropCustomPropertiesType,
|
|
5500
5299
|
)
|
|
5300
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5301
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropActorType as WebhookWorkflowRunCompletedPropWorkflowRunPropActorType,
|
|
5302
|
+
)
|
|
5501
5303
|
from githubkit.versions.v2022_11_28.types import (
|
|
5502
5304
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
|
|
5503
5305
|
)
|
|
@@ -5516,15 +5318,6 @@ if TYPE_CHECKING:
|
|
|
5516
5318
|
from githubkit.versions.v2022_11_28.types import (
|
|
5517
5319
|
RepositoryRuleCommitAuthorEmailPatternPropParametersType as RepositoryRuleCommitAuthorEmailPatternPropParametersType,
|
|
5518
5320
|
)
|
|
5519
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5520
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropUserType as WebhookDiscussionCreatedPropDiscussionAllof0PropUserType,
|
|
5521
|
-
)
|
|
5522
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5523
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropUserType as WebhookDiscussionCreatedPropDiscussionAllof1PropUserType,
|
|
5524
|
-
)
|
|
5525
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5526
|
-
WebhookDiscussionCreatedPropDiscussionMergedCategoryType as WebhookDiscussionCreatedPropDiscussionMergedCategoryType,
|
|
5527
|
-
)
|
|
5528
5321
|
from githubkit.versions.v2022_11_28.types import (
|
|
5529
5322
|
WebhookInstallationTargetRenamedPropChangesPropLoginType as WebhookInstallationTargetRenamedPropChangesPropLoginType,
|
|
5530
5323
|
)
|
|
@@ -5541,19 +5334,13 @@ if TYPE_CHECKING:
|
|
|
5541
5334
|
WebhookIssuesClosedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesClosedPropIssueAllof1PropAssigneesItemsType,
|
|
5542
5335
|
)
|
|
5543
5336
|
from githubkit.versions.v2022_11_28.types import (
|
|
5544
|
-
|
|
5545
|
-
)
|
|
5546
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5547
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType,
|
|
5337
|
+
WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType as WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType,
|
|
5548
5338
|
)
|
|
5549
5339
|
from githubkit.versions.v2022_11_28.types import (
|
|
5550
5340
|
WebhookIssuesEditedPropIssuePropMilestonePropCreatorType as WebhookIssuesEditedPropIssuePropMilestonePropCreatorType,
|
|
5551
5341
|
)
|
|
5552
5342
|
from githubkit.versions.v2022_11_28.types import (
|
|
5553
|
-
|
|
5554
|
-
)
|
|
5555
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5556
|
-
WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType,
|
|
5343
|
+
WebhookIssuesLockedPropIssuePropMilestonePropCreatorType as WebhookIssuesLockedPropIssuePropMilestonePropCreatorType,
|
|
5557
5344
|
)
|
|
5558
5345
|
from githubkit.versions.v2022_11_28.types import (
|
|
5559
5346
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
|
|
@@ -5609,18 +5396,6 @@ if TYPE_CHECKING:
|
|
|
5609
5396
|
from githubkit.versions.v2022_11_28.types import (
|
|
5610
5397
|
WebhookPullRequestUnassignedPropPullRequestPropLinksType as WebhookPullRequestUnassignedPropPullRequestPropLinksType,
|
|
5611
5398
|
)
|
|
5612
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5613
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAuthorType as WebhookReleasePrereleasedPropReleaseAllof0PropAuthorType,
|
|
5614
|
-
)
|
|
5615
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5616
|
-
WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType as WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType,
|
|
5617
|
-
)
|
|
5618
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5619
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAuthorType as WebhookReleaseUnpublishedPropReleaseAllof0PropAuthorType,
|
|
5620
|
-
)
|
|
5621
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5622
|
-
WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType as WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType,
|
|
5623
|
-
)
|
|
5624
5399
|
from githubkit.versions.v2022_11_28.types import (
|
|
5625
5400
|
WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
|
|
5626
5401
|
)
|
|
@@ -5648,6 +5423,9 @@ if TYPE_CHECKING:
|
|
|
5648
5423
|
from githubkit.versions.v2022_11_28.types import (
|
|
5649
5424
|
WebhookTeamDeletedPropRepositoryPropCustomPropertiesType as WebhookTeamDeletedPropRepositoryPropCustomPropertiesType,
|
|
5650
5425
|
)
|
|
5426
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5427
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropActorType as WebhookWorkflowRunInProgressPropWorkflowRunPropActorType,
|
|
5428
|
+
)
|
|
5651
5429
|
from githubkit.versions.v2022_11_28.types import (
|
|
5652
5430
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201Type as OrgsOrgActionsRunnersGenerateJitconfigPostResponse201Type,
|
|
5653
5431
|
)
|
|
@@ -5693,9 +5471,6 @@ if TYPE_CHECKING:
|
|
|
5693
5471
|
from githubkit.versions.v2022_11_28.types import (
|
|
5694
5472
|
WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
|
|
5695
5473
|
)
|
|
5696
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5697
|
-
WebhookDiscussionCreatedPropDiscussionMergedReactionsType as WebhookDiscussionCreatedPropDiscussionMergedReactionsType,
|
|
5698
|
-
)
|
|
5699
5474
|
from githubkit.versions.v2022_11_28.types import (
|
|
5700
5475
|
WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
|
|
5701
5476
|
)
|
|
@@ -5726,18 +5501,6 @@ if TYPE_CHECKING:
|
|
|
5726
5501
|
from githubkit.versions.v2022_11_28.types import (
|
|
5727
5502
|
WebhookIssuesDeletedPropIssuePropMilestonePropCreatorType as WebhookIssuesDeletedPropIssuePropMilestonePropCreatorType,
|
|
5728
5503
|
)
|
|
5729
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5730
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType as WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType,
|
|
5731
|
-
)
|
|
5732
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5733
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType as WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType,
|
|
5734
|
-
)
|
|
5735
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5736
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType as WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType,
|
|
5737
|
-
)
|
|
5738
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5739
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType as WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType,
|
|
5740
|
-
)
|
|
5741
5504
|
from githubkit.versions.v2022_11_28.types import (
|
|
5742
5505
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubAppType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppType,
|
|
5743
5506
|
)
|
|
@@ -5745,13 +5508,7 @@ if TYPE_CHECKING:
|
|
|
5745
5508
|
WebhookIssuesLabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesLabeledPropIssuePropMilestonePropCreatorType,
|
|
5746
5509
|
)
|
|
5747
5510
|
from githubkit.versions.v2022_11_28.types import (
|
|
5748
|
-
|
|
5749
|
-
)
|
|
5750
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5751
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType as WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType,
|
|
5752
|
-
)
|
|
5753
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5754
|
-
WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType as WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType,
|
|
5511
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType,
|
|
5755
5512
|
)
|
|
5756
5513
|
from githubkit.versions.v2022_11_28.types import (
|
|
5757
5514
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
|
|
@@ -5795,9 +5552,6 @@ if TYPE_CHECKING:
|
|
|
5795
5552
|
from githubkit.versions.v2022_11_28.types import (
|
|
5796
5553
|
WebhookPullRequestLabeledPropPullRequestPropMilestoneType as WebhookPullRequestLabeledPropPullRequestPropMilestoneType,
|
|
5797
5554
|
)
|
|
5798
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5799
|
-
WebhookPullRequestReadyForReviewPropPullRequestAllof1Type as WebhookPullRequestReadyForReviewPropPullRequestAllof1Type,
|
|
5800
|
-
)
|
|
5801
5555
|
from githubkit.versions.v2022_11_28.types import (
|
|
5802
5556
|
WebhookPullRequestReviewCommentCreatedPropPullRequestType as WebhookPullRequestReviewCommentCreatedPropPullRequestType,
|
|
5803
5557
|
)
|
|
@@ -5825,9 +5579,6 @@ if TYPE_CHECKING:
|
|
|
5825
5579
|
from githubkit.versions.v2022_11_28.types import (
|
|
5826
5580
|
WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
|
|
5827
5581
|
)
|
|
5828
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5829
|
-
WebhookReleasePublishedPropReleaseAllof0PropReactionsType as WebhookReleasePublishedPropReleaseAllof0PropReactionsType,
|
|
5830
|
-
)
|
|
5831
5582
|
from githubkit.versions.v2022_11_28.types import (
|
|
5832
5583
|
WebhookSponsorshipCancelledPropSponsorshipPropSponsorType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorType,
|
|
5833
5584
|
)
|
|
@@ -5843,9 +5594,6 @@ if TYPE_CHECKING:
|
|
|
5843
5594
|
from githubkit.versions.v2022_11_28.types import (
|
|
5844
5595
|
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
|
|
5845
5596
|
)
|
|
5846
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5847
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedActorType as WebhookWorkflowRunCompletedPropWorkflowRunMergedActorType,
|
|
5848
|
-
)
|
|
5849
5597
|
from githubkit.versions.v2022_11_28.types import (
|
|
5850
5598
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
|
|
5851
5599
|
)
|
|
@@ -5919,16 +5667,10 @@ if TYPE_CHECKING:
|
|
|
5919
5667
|
WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneeType as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneeType,
|
|
5920
5668
|
)
|
|
5921
5669
|
from githubkit.versions.v2022_11_28.types import (
|
|
5922
|
-
|
|
5923
|
-
)
|
|
5924
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5925
|
-
WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType,
|
|
5926
|
-
)
|
|
5927
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5928
|
-
WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItemsType,
|
|
5670
|
+
WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType as WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType,
|
|
5929
5671
|
)
|
|
5930
5672
|
from githubkit.versions.v2022_11_28.types import (
|
|
5931
|
-
|
|
5673
|
+
WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
|
|
5932
5674
|
)
|
|
5933
5675
|
from githubkit.versions.v2022_11_28.types import (
|
|
5934
5676
|
WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType,
|
|
@@ -6002,9 +5744,6 @@ if TYPE_CHECKING:
|
|
|
6002
5744
|
from githubkit.versions.v2022_11_28.types import (
|
|
6003
5745
|
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
|
|
6004
5746
|
)
|
|
6005
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6006
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedActorType as WebhookWorkflowRunInProgressPropWorkflowRunMergedActorType,
|
|
6007
|
-
)
|
|
6008
5747
|
from githubkit.versions.v2022_11_28.types import (
|
|
6009
5748
|
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
|
|
6010
5749
|
)
|
|
@@ -6074,30 +5813,24 @@ if TYPE_CHECKING:
|
|
|
6074
5813
|
from githubkit.versions.v2022_11_28.types import (
|
|
6075
5814
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
|
|
6076
5815
|
)
|
|
6077
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6078
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType as WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType,
|
|
6079
|
-
)
|
|
6080
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6081
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType as WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType,
|
|
6082
|
-
)
|
|
6083
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6084
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType as WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType,
|
|
6085
|
-
)
|
|
6086
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6087
|
-
WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType,
|
|
6088
|
-
)
|
|
6089
5816
|
from githubkit.versions.v2022_11_28.types import (
|
|
6090
5817
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestoneType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestoneType,
|
|
6091
5818
|
)
|
|
6092
5819
|
from githubkit.versions.v2022_11_28.types import (
|
|
6093
5820
|
WebhookIssuesOpenedPropChangesPropOldIssuePropReactionsType as WebhookIssuesOpenedPropChangesPropOldIssuePropReactionsType,
|
|
6094
5821
|
)
|
|
5822
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5823
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType,
|
|
5824
|
+
)
|
|
6095
5825
|
from githubkit.versions.v2022_11_28.types import (
|
|
6096
5826
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
|
|
6097
5827
|
)
|
|
6098
5828
|
from githubkit.versions.v2022_11_28.types import (
|
|
6099
5829
|
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
|
|
6100
5830
|
)
|
|
5831
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5832
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
|
|
5833
|
+
)
|
|
6101
5834
|
from githubkit.versions.v2022_11_28.types import (
|
|
6102
5835
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
|
|
6103
5836
|
)
|
|
@@ -6107,9 +5840,6 @@ if TYPE_CHECKING:
|
|
|
6107
5840
|
from githubkit.versions.v2022_11_28.types import (
|
|
6108
5841
|
WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType,
|
|
6109
5842
|
)
|
|
6110
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6111
|
-
WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type as WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type,
|
|
6112
|
-
)
|
|
6113
5843
|
from githubkit.versions.v2022_11_28.types import (
|
|
6114
5844
|
WebhookPullRequestLabeledPropPullRequestPropLabelsItemsType as WebhookPullRequestLabeledPropPullRequestPropLabelsItemsType,
|
|
6115
5845
|
)
|
|
@@ -6146,18 +5876,6 @@ if TYPE_CHECKING:
|
|
|
6146
5876
|
from githubkit.versions.v2022_11_28.types import (
|
|
6147
5877
|
WebhookPullRequestUnlabeledPropPullRequestPropMilestoneType as WebhookPullRequestUnlabeledPropPullRequestPropMilestoneType,
|
|
6148
5878
|
)
|
|
6149
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6150
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType as WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType,
|
|
6151
|
-
)
|
|
6152
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6153
|
-
WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsType as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsType,
|
|
6154
|
-
)
|
|
6155
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6156
|
-
WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType as WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType,
|
|
6157
|
-
)
|
|
6158
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6159
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType as WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType,
|
|
6160
|
-
)
|
|
6161
5879
|
from githubkit.versions.v2022_11_28.types import (
|
|
6162
5880
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
|
|
6163
5881
|
)
|
|
@@ -6209,12 +5927,6 @@ if TYPE_CHECKING:
|
|
|
6209
5927
|
from githubkit.versions.v2022_11_28.types import (
|
|
6210
5928
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropActorType as WebhookDeploymentReviewRequestedPropWorkflowRunPropActorType,
|
|
6211
5929
|
)
|
|
6212
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6213
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType as WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType,
|
|
6214
|
-
)
|
|
6215
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6216
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType as WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType,
|
|
6217
|
-
)
|
|
6218
5930
|
from githubkit.versions.v2022_11_28.types import (
|
|
6219
5931
|
WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItemsType,
|
|
6220
5932
|
)
|
|
@@ -6234,10 +5946,7 @@ if TYPE_CHECKING:
|
|
|
6234
5946
|
WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItemsType,
|
|
6235
5947
|
)
|
|
6236
5948
|
from githubkit.versions.v2022_11_28.types import (
|
|
6237
|
-
|
|
6238
|
-
)
|
|
6239
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6240
|
-
WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType,
|
|
5949
|
+
WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType as WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType,
|
|
6241
5950
|
)
|
|
6242
5951
|
from githubkit.versions.v2022_11_28.types import (
|
|
6243
5952
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
|
|
@@ -6339,22 +6048,16 @@ if TYPE_CHECKING:
|
|
|
6339
6048
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
|
|
6340
6049
|
)
|
|
6341
6050
|
from githubkit.versions.v2022_11_28.types import (
|
|
6342
|
-
|
|
6343
|
-
)
|
|
6344
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6345
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type,
|
|
6346
|
-
)
|
|
6347
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6348
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0Type,
|
|
6051
|
+
WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
|
|
6349
6052
|
)
|
|
6350
6053
|
from githubkit.versions.v2022_11_28.types import (
|
|
6351
|
-
|
|
6054
|
+
WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
|
|
6352
6055
|
)
|
|
6353
6056
|
from githubkit.versions.v2022_11_28.types import (
|
|
6354
|
-
|
|
6057
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
|
|
6355
6058
|
)
|
|
6356
6059
|
from githubkit.versions.v2022_11_28.types import (
|
|
6357
|
-
|
|
6060
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType,
|
|
6358
6061
|
)
|
|
6359
6062
|
from githubkit.versions.v2022_11_28.types import (
|
|
6360
6063
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitType,
|
|
@@ -6371,6 +6074,9 @@ if TYPE_CHECKING:
|
|
|
6371
6074
|
from githubkit.versions.v2022_11_28.types import (
|
|
6372
6075
|
ProtectedBranchPullRequestReviewPropDismissalRestrictionsType as ProtectedBranchPullRequestReviewPropDismissalRestrictionsType,
|
|
6373
6076
|
)
|
|
6077
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6078
|
+
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type,
|
|
6079
|
+
)
|
|
6374
6080
|
from githubkit.versions.v2022_11_28.types import (
|
|
6375
6081
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
|
|
6376
6082
|
)
|
|
@@ -6390,10 +6096,7 @@ if TYPE_CHECKING:
|
|
|
6390
6096
|
WebhookDeploymentCreatedPropWorkflowRunPropHeadRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropHeadRepositoryType,
|
|
6391
6097
|
)
|
|
6392
6098
|
from githubkit.versions.v2022_11_28.types import (
|
|
6393
|
-
|
|
6394
|
-
)
|
|
6395
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6396
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType as WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType,
|
|
6099
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType,
|
|
6397
6100
|
)
|
|
6398
6101
|
from githubkit.versions.v2022_11_28.types import (
|
|
6399
6102
|
WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItemsType as WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItemsType,
|
|
@@ -6401,9 +6104,6 @@ if TYPE_CHECKING:
|
|
|
6401
6104
|
from githubkit.versions.v2022_11_28.types import (
|
|
6402
6105
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
|
|
6403
6106
|
)
|
|
6404
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6405
|
-
WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType,
|
|
6406
|
-
)
|
|
6407
6107
|
from githubkit.versions.v2022_11_28.types import (
|
|
6408
6108
|
WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType,
|
|
6409
6109
|
)
|
|
@@ -6521,33 +6221,9 @@ if TYPE_CHECKING:
|
|
|
6521
6221
|
from githubkit.versions.v2022_11_28.types import (
|
|
6522
6222
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropOwnerType as WebhookRegistryPackageUpdatedPropRegistryPackagePropOwnerType,
|
|
6523
6223
|
)
|
|
6524
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6525
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsType as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsType,
|
|
6526
|
-
)
|
|
6527
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6528
|
-
WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType as WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType,
|
|
6529
|
-
)
|
|
6530
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6531
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsType as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsType,
|
|
6532
|
-
)
|
|
6533
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6534
|
-
WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType as WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType,
|
|
6535
|
-
)
|
|
6536
6224
|
from githubkit.versions.v2022_11_28.types import (
|
|
6537
6225
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
|
|
6538
6226
|
)
|
|
6539
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6540
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0Type,
|
|
6541
|
-
)
|
|
6542
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6543
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type,
|
|
6544
|
-
)
|
|
6545
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6546
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0Type,
|
|
6547
|
-
)
|
|
6548
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6549
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type,
|
|
6550
|
-
)
|
|
6551
6227
|
from githubkit.versions.v2022_11_28.types import (
|
|
6552
6228
|
WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
|
|
6553
6229
|
)
|
|
@@ -6561,10 +6237,10 @@ if TYPE_CHECKING:
|
|
|
6561
6237
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType as WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType,
|
|
6562
6238
|
)
|
|
6563
6239
|
from githubkit.versions.v2022_11_28.types import (
|
|
6564
|
-
|
|
6240
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType,
|
|
6565
6241
|
)
|
|
6566
6242
|
from githubkit.versions.v2022_11_28.types import (
|
|
6567
|
-
|
|
6243
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType,
|
|
6568
6244
|
)
|
|
6569
6245
|
from githubkit.versions.v2022_11_28.types import (
|
|
6570
6246
|
PersonalAccessTokenRequestPropPermissionsUpgradedPropOtherType as PersonalAccessTokenRequestPropPermissionsUpgradedPropOtherType,
|
|
@@ -6581,6 +6257,9 @@ if TYPE_CHECKING:
|
|
|
6581
6257
|
from githubkit.versions.v2022_11_28.types import (
|
|
6582
6258
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType,
|
|
6583
6259
|
)
|
|
6260
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6261
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
6262
|
+
)
|
|
6584
6263
|
from githubkit.versions.v2022_11_28.types import (
|
|
6585
6264
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
|
|
6586
6265
|
)
|
|
@@ -6600,13 +6279,7 @@ if TYPE_CHECKING:
|
|
|
6600
6279
|
WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreatorType,
|
|
6601
6280
|
)
|
|
6602
6281
|
from githubkit.versions.v2022_11_28.types import (
|
|
6603
|
-
|
|
6604
|
-
)
|
|
6605
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6606
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType,
|
|
6607
|
-
)
|
|
6608
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6609
|
-
WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType,
|
|
6282
|
+
WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType as WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType,
|
|
6610
6283
|
)
|
|
6611
6284
|
from githubkit.versions.v2022_11_28.types import (
|
|
6612
6285
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
|
|
@@ -6713,18 +6386,6 @@ if TYPE_CHECKING:
|
|
|
6713
6386
|
from githubkit.versions.v2022_11_28.types import (
|
|
6714
6387
|
WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType,
|
|
6715
6388
|
)
|
|
6716
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6717
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitType,
|
|
6718
|
-
)
|
|
6719
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6720
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryType,
|
|
6721
|
-
)
|
|
6722
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6723
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActorType,
|
|
6724
|
-
)
|
|
6725
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6726
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType,
|
|
6727
|
-
)
|
|
6728
6389
|
from githubkit.versions.v2022_11_28.types import (
|
|
6729
6390
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
|
|
6730
6391
|
)
|
|
@@ -6762,13 +6423,7 @@ if TYPE_CHECKING:
|
|
|
6762
6423
|
WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
6763
6424
|
)
|
|
6764
6425
|
from githubkit.versions.v2022_11_28.types import (
|
|
6765
|
-
|
|
6766
|
-
)
|
|
6767
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6768
|
-
WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
6769
|
-
)
|
|
6770
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6771
|
-
WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType,
|
|
6426
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType,
|
|
6772
6427
|
)
|
|
6773
6428
|
from githubkit.versions.v2022_11_28.types import (
|
|
6774
6429
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType,
|
|
@@ -6854,12 +6509,6 @@ if TYPE_CHECKING:
|
|
|
6854
6509
|
from githubkit.versions.v2022_11_28.types import (
|
|
6855
6510
|
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType,
|
|
6856
6511
|
)
|
|
6857
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6858
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitType,
|
|
6859
|
-
)
|
|
6860
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6861
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryType,
|
|
6862
|
-
)
|
|
6863
6512
|
from githubkit.versions.v2022_11_28.types import (
|
|
6864
6513
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
6865
6514
|
)
|
|
@@ -6896,18 +6545,12 @@ if TYPE_CHECKING:
|
|
|
6896
6545
|
from githubkit.versions.v2022_11_28.types import (
|
|
6897
6546
|
WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItemsType as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItemsType,
|
|
6898
6547
|
)
|
|
6899
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6900
|
-
WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType,
|
|
6901
|
-
)
|
|
6902
6548
|
from githubkit.versions.v2022_11_28.types import (
|
|
6903
6549
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestoneType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestoneType,
|
|
6904
6550
|
)
|
|
6905
6551
|
from githubkit.versions.v2022_11_28.types import (
|
|
6906
6552
|
WebhookIssuesTransferredPropChangesPropNewIssuePropReactionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropReactionsType,
|
|
6907
6553
|
)
|
|
6908
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6909
|
-
WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType,
|
|
6910
|
-
)
|
|
6911
6554
|
from githubkit.versions.v2022_11_28.types import (
|
|
6912
6555
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
|
|
6913
6556
|
)
|
|
@@ -6996,7 +6639,7 @@ if TYPE_CHECKING:
|
|
|
6996
6639
|
WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
|
|
6997
6640
|
)
|
|
6998
6641
|
from githubkit.versions.v2022_11_28.types import (
|
|
6999
|
-
|
|
6642
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
|
|
7000
6643
|
)
|
|
7001
6644
|
from githubkit.versions.v2022_11_28.types import (
|
|
7002
6645
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepositoryType,
|
|
@@ -7070,21 +6713,9 @@ if TYPE_CHECKING:
|
|
|
7070
6713
|
from githubkit.versions.v2022_11_28.types import (
|
|
7071
6714
|
WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType,
|
|
7072
6715
|
)
|
|
7073
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7074
|
-
WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType,
|
|
7075
|
-
)
|
|
7076
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7077
|
-
WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType,
|
|
7078
|
-
)
|
|
7079
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7080
|
-
WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
7081
|
-
)
|
|
7082
6716
|
from githubkit.versions.v2022_11_28.types import (
|
|
7083
6717
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType,
|
|
7084
6718
|
)
|
|
7085
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7086
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppType,
|
|
7087
|
-
)
|
|
7088
6719
|
from githubkit.versions.v2022_11_28.types import (
|
|
7089
6720
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropReleaseType as WebhookPackageUpdatedPropPackagePropPackageVersionPropReleaseType,
|
|
7090
6721
|
)
|
|
@@ -7205,6 +6836,9 @@ if TYPE_CHECKING:
|
|
|
7205
6836
|
from githubkit.versions.v2022_11_28.types import (
|
|
7206
6837
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
|
|
7207
6838
|
)
|
|
6839
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6840
|
+
WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
6841
|
+
)
|
|
7208
6842
|
from githubkit.versions.v2022_11_28.types import (
|
|
7209
6843
|
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType,
|
|
7210
6844
|
)
|
|
@@ -7212,7 +6846,10 @@ if TYPE_CHECKING:
|
|
|
7212
6846
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
|
|
7213
6847
|
)
|
|
7214
6848
|
from githubkit.versions.v2022_11_28.types import (
|
|
7215
|
-
|
|
6849
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType,
|
|
6850
|
+
)
|
|
6851
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6852
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType,
|
|
7216
6853
|
)
|
|
7217
6854
|
from githubkit.versions.v2022_11_28.types import (
|
|
7218
6855
|
WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActorType,
|
|
@@ -7220,6 +6857,9 @@ if TYPE_CHECKING:
|
|
|
7220
6857
|
from githubkit.versions.v2022_11_28.types import (
|
|
7221
6858
|
PersonalAccessTokenRequestPropPermissionsAddedPropOrganizationType as PersonalAccessTokenRequestPropPermissionsAddedPropOrganizationType,
|
|
7222
6859
|
)
|
|
6860
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6861
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
6862
|
+
)
|
|
7223
6863
|
from githubkit.versions.v2022_11_28.types import (
|
|
7224
6864
|
WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissionsType as WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissionsType,
|
|
7225
6865
|
)
|
|
@@ -7235,9 +6875,6 @@ if TYPE_CHECKING:
|
|
|
7235
6875
|
from githubkit.versions.v2022_11_28.types import (
|
|
7236
6876
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
|
|
7237
6877
|
)
|
|
7238
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7239
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType as WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType,
|
|
7240
|
-
)
|
|
7241
6878
|
from githubkit.versions.v2022_11_28.types import (
|
|
7242
6879
|
WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType,
|
|
7243
6880
|
)
|
|
@@ -7254,10 +6891,7 @@ if TYPE_CHECKING:
|
|
|
7254
6891
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7255
6892
|
)
|
|
7256
6893
|
from githubkit.versions.v2022_11_28.types import (
|
|
7257
|
-
|
|
7258
|
-
)
|
|
7259
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7260
|
-
WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType as WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType,
|
|
6894
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7261
6895
|
)
|
|
7262
6896
|
from githubkit.versions.v2022_11_28.types import (
|
|
7263
6897
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType,
|
|
@@ -7274,12 +6908,6 @@ if TYPE_CHECKING:
|
|
|
7274
6908
|
from githubkit.versions.v2022_11_28.types import (
|
|
7275
6909
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
|
|
7276
6910
|
)
|
|
7277
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7278
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type,
|
|
7279
|
-
)
|
|
7280
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7281
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type,
|
|
7282
|
-
)
|
|
7283
6911
|
from githubkit.versions.v2022_11_28.types import (
|
|
7284
6912
|
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
|
|
7285
6913
|
)
|
|
@@ -7395,19 +7023,7 @@ if TYPE_CHECKING:
|
|
|
7395
7023
|
WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItemsType as WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItemsType,
|
|
7396
7024
|
)
|
|
7397
7025
|
from githubkit.versions.v2022_11_28.types import (
|
|
7398
|
-
|
|
7399
|
-
)
|
|
7400
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7401
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType,
|
|
7402
|
-
)
|
|
7403
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7404
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType,
|
|
7405
|
-
)
|
|
7406
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7407
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType,
|
|
7408
|
-
)
|
|
7409
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7410
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryType,
|
|
7026
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType,
|
|
7411
7027
|
)
|
|
7412
7028
|
from githubkit.versions.v2022_11_28.types import (
|
|
7413
7029
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
@@ -7421,6 +7037,9 @@ if TYPE_CHECKING:
|
|
|
7421
7037
|
from githubkit.versions.v2022_11_28.types import (
|
|
7422
7038
|
ProtectedBranchPullRequestReviewPropBypassPullRequestAllowancesType as ProtectedBranchPullRequestReviewPropBypassPullRequestAllowancesType,
|
|
7423
7039
|
)
|
|
7040
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7041
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
7042
|
+
)
|
|
7424
7043
|
from githubkit.versions.v2022_11_28.types import (
|
|
7425
7044
|
WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItemsType,
|
|
7426
7045
|
)
|
|
@@ -7442,12 +7061,6 @@ if TYPE_CHECKING:
|
|
|
7442
7061
|
from githubkit.versions.v2022_11_28.types import (
|
|
7443
7062
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7444
7063
|
)
|
|
7445
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7446
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType,
|
|
7447
|
-
)
|
|
7448
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7449
|
-
WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
7450
|
-
)
|
|
7451
7064
|
from githubkit.versions.v2022_11_28.types import (
|
|
7452
7065
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicenseType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicenseType,
|
|
7453
7066
|
)
|
|
@@ -7512,34 +7125,31 @@ if TYPE_CHECKING:
|
|
|
7512
7125
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatusesType,
|
|
7513
7126
|
)
|
|
7514
7127
|
from githubkit.versions.v2022_11_28.types import (
|
|
7515
|
-
|
|
7128
|
+
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
|
|
7516
7129
|
)
|
|
7517
7130
|
from githubkit.versions.v2022_11_28.types import (
|
|
7518
|
-
|
|
7519
|
-
)
|
|
7520
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7521
|
-
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
|
|
7131
|
+
WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
7522
7132
|
)
|
|
7523
7133
|
from githubkit.versions.v2022_11_28.types import (
|
|
7524
|
-
|
|
7134
|
+
WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType,
|
|
7525
7135
|
)
|
|
7526
7136
|
from githubkit.versions.v2022_11_28.types import (
|
|
7527
|
-
|
|
7137
|
+
WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType,
|
|
7528
7138
|
)
|
|
7529
7139
|
from githubkit.versions.v2022_11_28.types import (
|
|
7530
|
-
|
|
7140
|
+
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
|
|
7531
7141
|
)
|
|
7532
7142
|
from githubkit.versions.v2022_11_28.types import (
|
|
7533
|
-
|
|
7143
|
+
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
|
|
7534
7144
|
)
|
|
7535
7145
|
from githubkit.versions.v2022_11_28.types import (
|
|
7536
|
-
|
|
7146
|
+
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
|
|
7537
7147
|
)
|
|
7538
7148
|
from githubkit.versions.v2022_11_28.types import (
|
|
7539
|
-
|
|
7149
|
+
WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType,
|
|
7540
7150
|
)
|
|
7541
7151
|
from githubkit.versions.v2022_11_28.types import (
|
|
7542
|
-
|
|
7152
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType,
|
|
7543
7153
|
)
|
|
7544
7154
|
from githubkit.versions.v2022_11_28.types import (
|
|
7545
7155
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
|
|
@@ -7550,6 +7160,9 @@ if TYPE_CHECKING:
|
|
|
7550
7160
|
from githubkit.versions.v2022_11_28.types import (
|
|
7551
7161
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
7552
7162
|
)
|
|
7163
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7164
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
7165
|
+
)
|
|
7553
7166
|
from githubkit.versions.v2022_11_28.types import (
|
|
7554
7167
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType,
|
|
7555
7168
|
)
|
|
@@ -7587,29 +7200,20 @@ if TYPE_CHECKING:
|
|
|
7587
7200
|
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7588
7201
|
)
|
|
7589
7202
|
from githubkit.versions.v2022_11_28.types import (
|
|
7590
|
-
|
|
7203
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7591
7204
|
)
|
|
7592
7205
|
from githubkit.versions.v2022_11_28.types import (
|
|
7593
|
-
|
|
7206
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7594
7207
|
)
|
|
7595
7208
|
from githubkit.versions.v2022_11_28.types import (
|
|
7596
7209
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7597
7210
|
)
|
|
7598
7211
|
from githubkit.versions.v2022_11_28.types import (
|
|
7599
|
-
|
|
7600
|
-
)
|
|
7601
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7602
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type,
|
|
7212
|
+
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType,
|
|
7603
7213
|
)
|
|
7604
7214
|
from githubkit.versions.v2022_11_28.types import (
|
|
7605
7215
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
|
|
7606
7216
|
)
|
|
7607
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7608
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type,
|
|
7609
|
-
)
|
|
7610
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7611
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type,
|
|
7612
|
-
)
|
|
7613
7217
|
from githubkit.versions.v2022_11_28.types import (
|
|
7614
7218
|
WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItemsType,
|
|
7615
7219
|
)
|
|
@@ -7685,15 +7289,24 @@ if TYPE_CHECKING:
|
|
|
7685
7289
|
from githubkit.versions.v2022_11_28.types import (
|
|
7686
7290
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType,
|
|
7687
7291
|
)
|
|
7292
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7293
|
+
WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType,
|
|
7294
|
+
)
|
|
7295
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7296
|
+
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
|
|
7297
|
+
)
|
|
7688
7298
|
from githubkit.versions.v2022_11_28.types import (
|
|
7689
7299
|
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
|
|
7690
7300
|
)
|
|
7691
7301
|
from githubkit.versions.v2022_11_28.types import (
|
|
7692
|
-
|
|
7302
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
|
|
7693
7303
|
)
|
|
7694
7304
|
from githubkit.versions.v2022_11_28.types import (
|
|
7695
7305
|
PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganizationType as PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganizationType,
|
|
7696
7306
|
)
|
|
7307
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7308
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
7309
|
+
)
|
|
7697
7310
|
from githubkit.versions.v2022_11_28.types import (
|
|
7698
7311
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType,
|
|
7699
7312
|
)
|
|
@@ -7721,12 +7334,6 @@ if TYPE_CHECKING:
|
|
|
7721
7334
|
from githubkit.versions.v2022_11_28.types import (
|
|
7722
7335
|
WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
7723
7336
|
)
|
|
7724
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7725
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType,
|
|
7726
|
-
)
|
|
7727
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7728
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
7729
|
-
)
|
|
7730
7337
|
from githubkit.versions.v2022_11_28.types import (
|
|
7731
7338
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
|
|
7732
7339
|
)
|
|
@@ -7838,6 +7445,9 @@ if TYPE_CHECKING:
|
|
|
7838
7445
|
from githubkit.versions.v2022_11_28.types import (
|
|
7839
7446
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
|
|
7840
7447
|
)
|
|
7448
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7449
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType,
|
|
7450
|
+
)
|
|
7841
7451
|
from githubkit.versions.v2022_11_28.types import (
|
|
7842
7452
|
WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwnerType,
|
|
7843
7453
|
)
|
|
@@ -7883,17 +7493,23 @@ if TYPE_CHECKING:
|
|
|
7883
7493
|
from githubkit.versions.v2022_11_28.types import (
|
|
7884
7494
|
WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubAppType,
|
|
7885
7495
|
)
|
|
7496
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7497
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7498
|
+
)
|
|
7886
7499
|
from githubkit.versions.v2022_11_28.types import (
|
|
7887
7500
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
|
|
7888
7501
|
)
|
|
7889
7502
|
from githubkit.versions.v2022_11_28.types import (
|
|
7890
7503
|
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7891
7504
|
)
|
|
7505
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7506
|
+
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType,
|
|
7507
|
+
)
|
|
7892
7508
|
from githubkit.versions.v2022_11_28.types import (
|
|
7893
7509
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType,
|
|
7894
7510
|
)
|
|
7895
7511
|
from githubkit.versions.v2022_11_28.types import (
|
|
7896
|
-
|
|
7512
|
+
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType,
|
|
7897
7513
|
)
|
|
7898
7514
|
from githubkit.versions.v2022_11_28.types import (
|
|
7899
7515
|
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType,
|
|
@@ -8049,10 +7665,10 @@ if TYPE_CHECKING:
|
|
|
8049
7665
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
|
|
8050
7666
|
)
|
|
8051
7667
|
from githubkit.versions.v2022_11_28.types import (
|
|
8052
|
-
|
|
7668
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
8053
7669
|
)
|
|
8054
7670
|
from githubkit.versions.v2022_11_28.types import (
|
|
8055
|
-
|
|
7671
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType,
|
|
8056
7672
|
)
|
|
8057
7673
|
from githubkit.versions.v2022_11_28.types import (
|
|
8058
7674
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
@@ -8099,6 +7715,9 @@ if TYPE_CHECKING:
|
|
|
8099
7715
|
from githubkit.versions.v2022_11_28.types import (
|
|
8100
7716
|
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
8101
7717
|
)
|
|
7718
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7719
|
+
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType,
|
|
7720
|
+
)
|
|
8102
7721
|
from githubkit.versions.v2022_11_28.types import (
|
|
8103
7722
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
|
|
8104
7723
|
)
|
|
@@ -8210,26 +7829,11 @@ if TYPE_CHECKING:
|
|
|
8210
7829
|
from githubkit.versions.v2022_11_28.types import (
|
|
8211
7830
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
|
|
8212
7831
|
)
|
|
8213
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8214
|
-
WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType,
|
|
8215
|
-
)
|
|
8216
7832
|
from githubkit.versions.v2022_11_28.types import (
|
|
8217
7833
|
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
|
|
8218
7834
|
)
|
|
8219
7835
|
from githubkit.versions.v2022_11_28.types import (
|
|
8220
|
-
|
|
8221
|
-
)
|
|
8222
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8223
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType,
|
|
8224
|
-
)
|
|
8225
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8226
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwnerType,
|
|
8227
|
-
)
|
|
8228
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8229
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType,
|
|
8230
|
-
)
|
|
8231
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8232
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType,
|
|
7836
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
8233
7837
|
)
|
|
8234
7838
|
from githubkit.versions.v2022_11_28.types import (
|
|
8235
7839
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType,
|
|
@@ -8243,9 +7847,6 @@ if TYPE_CHECKING:
|
|
|
8243
7847
|
from githubkit.versions.v2022_11_28.types import (
|
|
8244
7848
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0Type,
|
|
8245
7849
|
)
|
|
8246
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8247
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
8248
|
-
)
|
|
8249
7850
|
from githubkit.versions.v2022_11_28.types import (
|
|
8250
7851
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
8251
7852
|
)
|
|
@@ -8273,11 +7874,14 @@ if TYPE_CHECKING:
|
|
|
8273
7874
|
from githubkit.versions.v2022_11_28.types import (
|
|
8274
7875
|
WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
|
|
8275
7876
|
)
|
|
7877
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7878
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7879
|
+
)
|
|
8276
7880
|
from githubkit.versions.v2022_11_28.types import (
|
|
8277
7881
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8278
7882
|
)
|
|
8279
7883
|
from githubkit.versions.v2022_11_28.types import (
|
|
8280
|
-
|
|
7884
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8281
7885
|
)
|
|
8282
7886
|
from githubkit.versions.v2022_11_28.types import (
|
|
8283
7887
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
@@ -8285,18 +7889,6 @@ if TYPE_CHECKING:
|
|
|
8285
7889
|
from githubkit.versions.v2022_11_28.types import (
|
|
8286
7890
|
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8287
7891
|
)
|
|
8288
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8289
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlanType,
|
|
8290
|
-
)
|
|
8291
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8292
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type,
|
|
8293
|
-
)
|
|
8294
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8295
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type,
|
|
8296
|
-
)
|
|
8297
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8298
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlanType,
|
|
8299
|
-
)
|
|
8300
7892
|
from githubkit.versions.v2022_11_28.types import (
|
|
8301
7893
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
8302
7894
|
)
|
|
@@ -8408,18 +8000,6 @@ if TYPE_CHECKING:
|
|
|
8408
8000
|
from githubkit.versions.v2022_11_28.types import (
|
|
8409
8001
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionType,
|
|
8410
8002
|
)
|
|
8411
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8412
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthorType,
|
|
8413
|
-
)
|
|
8414
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8415
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActorType,
|
|
8416
|
-
)
|
|
8417
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8418
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType,
|
|
8419
|
-
)
|
|
8420
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8421
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwnerType,
|
|
8422
|
-
)
|
|
8423
8003
|
from githubkit.versions.v2022_11_28.types import (
|
|
8424
8004
|
DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItemsType as DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItemsType,
|
|
8425
8005
|
)
|
|
@@ -8469,7 +8049,10 @@ if TYPE_CHECKING:
|
|
|
8469
8049
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8470
8050
|
)
|
|
8471
8051
|
from githubkit.versions.v2022_11_28.types import (
|
|
8472
|
-
|
|
8052
|
+
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType,
|
|
8053
|
+
)
|
|
8054
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
8055
|
+
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType,
|
|
8473
8056
|
)
|
|
8474
8057
|
from githubkit.versions.v2022_11_28.types import (
|
|
8475
8058
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
|
|
@@ -8570,29 +8153,14 @@ if TYPE_CHECKING:
|
|
|
8570
8153
|
from githubkit.versions.v2022_11_28.types import (
|
|
8571
8154
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
|
|
8572
8155
|
)
|
|
8573
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8574
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType,
|
|
8575
|
-
)
|
|
8576
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8577
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType,
|
|
8578
|
-
)
|
|
8579
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8580
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType,
|
|
8581
|
-
)
|
|
8582
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8583
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType,
|
|
8584
|
-
)
|
|
8585
8156
|
from githubkit.versions.v2022_11_28.types import (
|
|
8586
8157
|
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
|
|
8587
8158
|
)
|
|
8588
8159
|
from githubkit.versions.v2022_11_28.types import (
|
|
8589
|
-
|
|
8590
|
-
)
|
|
8591
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8592
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType,
|
|
8160
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
|
|
8593
8161
|
)
|
|
8594
8162
|
from githubkit.versions.v2022_11_28.types import (
|
|
8595
|
-
|
|
8163
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType,
|
|
8596
8164
|
)
|
|
8597
8165
|
from githubkit.versions.v2022_11_28.types import (
|
|
8598
8166
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitterType,
|
|
@@ -8613,19 +8181,16 @@ if TYPE_CHECKING:
|
|
|
8613
8181
|
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8614
8182
|
)
|
|
8615
8183
|
from githubkit.versions.v2022_11_28.types import (
|
|
8616
|
-
|
|
8184
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8617
8185
|
)
|
|
8618
8186
|
from githubkit.versions.v2022_11_28.types import (
|
|
8619
|
-
|
|
8187
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8620
8188
|
)
|
|
8621
8189
|
from githubkit.versions.v2022_11_28.types import (
|
|
8622
8190
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8623
8191
|
)
|
|
8624
8192
|
from githubkit.versions.v2022_11_28.types import (
|
|
8625
|
-
|
|
8626
|
-
)
|
|
8627
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8628
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType,
|
|
8193
|
+
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType,
|
|
8629
8194
|
)
|
|
8630
8195
|
from githubkit.versions.v2022_11_28.types import (
|
|
8631
8196
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
|
|
@@ -8733,22 +8298,16 @@ if TYPE_CHECKING:
|
|
|
8733
8298
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8734
8299
|
)
|
|
8735
8300
|
from githubkit.versions.v2022_11_28.types import (
|
|
8736
|
-
|
|
8737
|
-
)
|
|
8738
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8739
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType,
|
|
8740
|
-
)
|
|
8741
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8742
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType,
|
|
8301
|
+
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8743
8302
|
)
|
|
8744
8303
|
from githubkit.versions.v2022_11_28.types import (
|
|
8745
|
-
|
|
8304
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8746
8305
|
)
|
|
8747
8306
|
from githubkit.versions.v2022_11_28.types import (
|
|
8748
|
-
|
|
8307
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType,
|
|
8749
8308
|
)
|
|
8750
8309
|
from githubkit.versions.v2022_11_28.types import (
|
|
8751
|
-
|
|
8310
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType,
|
|
8752
8311
|
)
|
|
8753
8312
|
from githubkit.versions.v2022_11_28.types import (
|
|
8754
8313
|
WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
@@ -8783,15 +8342,9 @@ if TYPE_CHECKING:
|
|
|
8783
8342
|
from githubkit.versions.v2022_11_28.types import (
|
|
8784
8343
|
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8785
8344
|
)
|
|
8786
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8787
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccountType,
|
|
8788
|
-
)
|
|
8789
8345
|
from githubkit.versions.v2022_11_28.types import (
|
|
8790
8346
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
|
|
8791
8347
|
)
|
|
8792
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8793
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccountType,
|
|
8794
|
-
)
|
|
8795
8348
|
from githubkit.versions.v2022_11_28.types import (
|
|
8796
8349
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItemsType as WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItemsType,
|
|
8797
8350
|
)
|
|
@@ -8904,16 +8457,13 @@ if TYPE_CHECKING:
|
|
|
8904
8457
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
|
|
8905
8458
|
)
|
|
8906
8459
|
from githubkit.versions.v2022_11_28.types import (
|
|
8907
|
-
|
|
8908
|
-
)
|
|
8909
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8910
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType,
|
|
8460
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType,
|
|
8911
8461
|
)
|
|
8912
8462
|
from githubkit.versions.v2022_11_28.types import (
|
|
8913
|
-
|
|
8463
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType,
|
|
8914
8464
|
)
|
|
8915
8465
|
from githubkit.versions.v2022_11_28.types import (
|
|
8916
|
-
|
|
8466
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8917
8467
|
)
|
|
8918
8468
|
from githubkit.versions.v2022_11_28.types import (
|
|
8919
8469
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBaseType,
|
|
@@ -8924,9 +8474,6 @@ if TYPE_CHECKING:
|
|
|
8924
8474
|
from githubkit.versions.v2022_11_28.types import (
|
|
8925
8475
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
|
|
8926
8476
|
)
|
|
8927
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8928
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
8929
|
-
)
|
|
8930
8477
|
from githubkit.versions.v2022_11_28.types import (
|
|
8931
8478
|
WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocationType,
|
|
8932
8479
|
)
|
|
@@ -8937,7 +8484,7 @@ if TYPE_CHECKING:
|
|
|
8937
8484
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwnerType,
|
|
8938
8485
|
)
|
|
8939
8486
|
from githubkit.versions.v2022_11_28.types import (
|
|
8940
|
-
|
|
8487
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8941
8488
|
)
|
|
8942
8489
|
from githubkit.versions.v2022_11_28.types import (
|
|
8943
8490
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppType,
|
|
@@ -8948,24 +8495,9 @@ if TYPE_CHECKING:
|
|
|
8948
8495
|
from githubkit.versions.v2022_11_28.types import (
|
|
8949
8496
|
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8950
8497
|
)
|
|
8951
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8952
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType,
|
|
8953
|
-
)
|
|
8954
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8955
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType,
|
|
8956
|
-
)
|
|
8957
8498
|
from githubkit.versions.v2022_11_28.types import (
|
|
8958
8499
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
|
|
8959
8500
|
)
|
|
8960
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8961
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlanType,
|
|
8962
|
-
)
|
|
8963
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8964
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType,
|
|
8965
|
-
)
|
|
8966
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8967
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType,
|
|
8968
|
-
)
|
|
8969
8501
|
from githubkit.versions.v2022_11_28.types import (
|
|
8970
8502
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8971
8503
|
)
|
|
@@ -9072,22 +8604,10 @@ if TYPE_CHECKING:
|
|
|
9072
8604
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
9073
8605
|
)
|
|
9074
8606
|
from githubkit.versions.v2022_11_28.types import (
|
|
9075
|
-
|
|
9076
|
-
)
|
|
9077
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9078
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType,
|
|
8607
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType,
|
|
9079
8608
|
)
|
|
9080
8609
|
from githubkit.versions.v2022_11_28.types import (
|
|
9081
|
-
|
|
9082
|
-
)
|
|
9083
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9084
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType,
|
|
9085
|
-
)
|
|
9086
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9087
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitterType,
|
|
9088
|
-
)
|
|
9089
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9090
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwnerType,
|
|
8610
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType,
|
|
9091
8611
|
)
|
|
9092
8612
|
from githubkit.versions.v2022_11_28.types import (
|
|
9093
8613
|
OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganizationType as OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganizationType,
|
|
@@ -9098,9 +8618,6 @@ if TYPE_CHECKING:
|
|
|
9098
8618
|
from githubkit.versions.v2022_11_28.types import (
|
|
9099
8619
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType,
|
|
9100
8620
|
)
|
|
9101
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9102
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
9103
|
-
)
|
|
9104
8621
|
from githubkit.versions.v2022_11_28.types import (
|
|
9105
8622
|
RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType,
|
|
9106
8623
|
)
|
|
@@ -9120,10 +8637,7 @@ if TYPE_CHECKING:
|
|
|
9120
8637
|
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
9121
8638
|
)
|
|
9122
8639
|
from githubkit.versions.v2022_11_28.types import (
|
|
9123
|
-
|
|
9124
|
-
)
|
|
9125
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9126
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType,
|
|
8640
|
+
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType,
|
|
9127
8641
|
)
|
|
9128
8642
|
from githubkit.versions.v2022_11_28.types import (
|
|
9129
8643
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
|
|
@@ -9203,18 +8717,9 @@ if TYPE_CHECKING:
|
|
|
9203
8717
|
from githubkit.versions.v2022_11_28.types import (
|
|
9204
8718
|
WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
9205
8719
|
)
|
|
9206
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9207
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthorType,
|
|
9208
|
-
)
|
|
9209
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9210
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType,
|
|
9211
|
-
)
|
|
9212
8720
|
from githubkit.versions.v2022_11_28.types import (
|
|
9213
8721
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType,
|
|
9214
8722
|
)
|
|
9215
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9216
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
9217
|
-
)
|
|
9218
8723
|
from githubkit.versions.v2022_11_28.types import (
|
|
9219
8724
|
WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocationType,
|
|
9220
8725
|
)
|
|
@@ -9243,10 +8748,7 @@ if TYPE_CHECKING:
|
|
|
9243
8748
|
WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9244
8749
|
)
|
|
9245
8750
|
from githubkit.versions.v2022_11_28.types import (
|
|
9246
|
-
|
|
9247
|
-
)
|
|
9248
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9249
|
-
WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
8751
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
9250
8752
|
)
|
|
9251
8753
|
from githubkit.versions.v2022_11_28.types import (
|
|
9252
8754
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType,
|
|
@@ -9371,9 +8873,6 @@ if TYPE_CHECKING:
|
|
|
9371
8873
|
from githubkit.versions.v2022_11_28.types import (
|
|
9372
8874
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
|
|
9373
8875
|
)
|
|
9374
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9375
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
9376
|
-
)
|
|
9377
8876
|
from githubkit.versions.v2022_11_28.types import (
|
|
9378
8877
|
WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocationType,
|
|
9379
8878
|
)
|
|
@@ -9401,24 +8900,9 @@ if TYPE_CHECKING:
|
|
|
9401
8900
|
from githubkit.versions.v2022_11_28.types import (
|
|
9402
8901
|
WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
|
|
9403
8902
|
)
|
|
9404
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9405
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType,
|
|
9406
|
-
)
|
|
9407
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9408
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType,
|
|
9409
|
-
)
|
|
9410
8903
|
from githubkit.versions.v2022_11_28.types import (
|
|
9411
8904
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType,
|
|
9412
8905
|
)
|
|
9413
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9414
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccountType,
|
|
9415
|
-
)
|
|
9416
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9417
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType,
|
|
9418
|
-
)
|
|
9419
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9420
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType,
|
|
9421
|
-
)
|
|
9422
8906
|
from githubkit.versions.v2022_11_28.types import (
|
|
9423
8907
|
WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItemsType,
|
|
9424
8908
|
)
|
|
@@ -9518,18 +9002,6 @@ if TYPE_CHECKING:
|
|
|
9518
9002
|
from githubkit.versions.v2022_11_28.types import (
|
|
9519
9003
|
WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
9520
9004
|
)
|
|
9521
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9522
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitterType,
|
|
9523
|
-
)
|
|
9524
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9525
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType,
|
|
9526
|
-
)
|
|
9527
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9528
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType,
|
|
9529
|
-
)
|
|
9530
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9531
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType,
|
|
9532
|
-
)
|
|
9533
9005
|
from githubkit.versions.v2022_11_28.types import (
|
|
9534
9006
|
ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType as ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType,
|
|
9535
9007
|
)
|
|
@@ -9551,18 +9023,6 @@ if TYPE_CHECKING:
|
|
|
9551
9023
|
from githubkit.versions.v2022_11_28.types import (
|
|
9552
9024
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwnerType,
|
|
9553
9025
|
)
|
|
9554
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9555
|
-
WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9556
|
-
)
|
|
9557
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9558
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9559
|
-
)
|
|
9560
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9561
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType,
|
|
9562
|
-
)
|
|
9563
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9564
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType,
|
|
9565
|
-
)
|
|
9566
9026
|
from githubkit.versions.v2022_11_28.types import (
|
|
9567
9027
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledByType,
|
|
9568
9028
|
)
|
|
@@ -9650,24 +9110,6 @@ if TYPE_CHECKING:
|
|
|
9650
9110
|
from githubkit.versions.v2022_11_28.types import (
|
|
9651
9111
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
9652
9112
|
)
|
|
9653
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9654
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType,
|
|
9655
|
-
)
|
|
9656
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9657
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType,
|
|
9658
|
-
)
|
|
9659
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9660
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitterType,
|
|
9661
|
-
)
|
|
9662
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9663
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType,
|
|
9664
|
-
)
|
|
9665
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9666
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType,
|
|
9667
|
-
)
|
|
9668
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9669
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType,
|
|
9670
|
-
)
|
|
9671
9113
|
from githubkit.versions.v2022_11_28.types import (
|
|
9672
9114
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
9673
9115
|
)
|
|
@@ -9689,12 +9131,6 @@ if TYPE_CHECKING:
|
|
|
9689
9131
|
from githubkit.versions.v2022_11_28.types import (
|
|
9690
9132
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType,
|
|
9691
9133
|
)
|
|
9692
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9693
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type,
|
|
9694
|
-
)
|
|
9695
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9696
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type,
|
|
9697
|
-
)
|
|
9698
9134
|
from githubkit.versions.v2022_11_28.types import (
|
|
9699
9135
|
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType,
|
|
9700
9136
|
)
|
|
@@ -9758,18 +9194,6 @@ if TYPE_CHECKING:
|
|
|
9758
9194
|
from githubkit.versions.v2022_11_28.types import (
|
|
9759
9195
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChangesType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChangesType,
|
|
9760
9196
|
)
|
|
9761
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9762
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType,
|
|
9763
|
-
)
|
|
9764
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9765
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType,
|
|
9766
|
-
)
|
|
9767
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9768
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType,
|
|
9769
|
-
)
|
|
9770
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9771
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType,
|
|
9772
|
-
)
|
|
9773
9197
|
from githubkit.versions.v2022_11_28.types import (
|
|
9774
9198
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType,
|
|
9775
9199
|
)
|
|
@@ -9782,9 +9206,6 @@ if TYPE_CHECKING:
|
|
|
9782
9206
|
from githubkit.versions.v2022_11_28.types import (
|
|
9783
9207
|
WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwnerType as WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwnerType,
|
|
9784
9208
|
)
|
|
9785
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9786
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9787
|
-
)
|
|
9788
9209
|
from githubkit.versions.v2022_11_28.types import (
|
|
9789
9210
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType,
|
|
9790
9211
|
)
|
|
@@ -9851,12 +9272,6 @@ if TYPE_CHECKING:
|
|
|
9851
9272
|
from githubkit.versions.v2022_11_28.types import (
|
|
9852
9273
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthorType,
|
|
9853
9274
|
)
|
|
9854
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9855
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType,
|
|
9856
|
-
)
|
|
9857
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9858
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType,
|
|
9859
|
-
)
|
|
9860
9275
|
from githubkit.versions.v2022_11_28.types import (
|
|
9861
9276
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type,
|
|
9862
9277
|
)
|
|
@@ -9873,13 +9288,10 @@ if TYPE_CHECKING:
|
|
|
9873
9288
|
WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocationType,
|
|
9874
9289
|
)
|
|
9875
9290
|
from githubkit.versions.v2022_11_28.types import (
|
|
9876
|
-
|
|
9291
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
|
|
9877
9292
|
)
|
|
9878
9293
|
from githubkit.versions.v2022_11_28.types import (
|
|
9879
|
-
|
|
9880
|
-
)
|
|
9881
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9882
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType,
|
|
9294
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
|
|
9883
9295
|
)
|
|
9884
9296
|
from githubkit.versions.v2022_11_28.types import (
|
|
9885
9297
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
|
|
@@ -9944,6 +9356,12 @@ if TYPE_CHECKING:
|
|
|
9944
9356
|
from githubkit.versions.v2022_11_28.types import (
|
|
9945
9357
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropReleaseType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropReleaseType,
|
|
9946
9358
|
)
|
|
9359
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
9360
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
|
|
9361
|
+
)
|
|
9362
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
9363
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType,
|
|
9364
|
+
)
|
|
9947
9365
|
from githubkit.versions.v2022_11_28.types import (
|
|
9948
9366
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
|
|
9949
9367
|
)
|
|
@@ -9962,9 +9380,6 @@ if TYPE_CHECKING:
|
|
|
9962
9380
|
from githubkit.versions.v2022_11_28.types import (
|
|
9963
9381
|
WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9964
9382
|
)
|
|
9965
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9966
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
|
|
9967
|
-
)
|
|
9968
9383
|
from githubkit.versions.v2022_11_28.types import (
|
|
9969
9384
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTagType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTagType,
|
|
9970
9385
|
)
|
|
@@ -10034,6 +9449,12 @@ if TYPE_CHECKING:
|
|
|
10034
9449
|
from githubkit.versions.v2022_11_28.types import (
|
|
10035
9450
|
WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactionsType as WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactionsType,
|
|
10036
9451
|
)
|
|
9452
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
9453
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
|
|
9454
|
+
)
|
|
9455
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
9456
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType,
|
|
9457
|
+
)
|
|
10037
9458
|
from githubkit.versions.v2022_11_28.types import (
|
|
10038
9459
|
WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocationType,
|
|
10039
9460
|
)
|
|
@@ -10118,6 +9539,9 @@ if TYPE_CHECKING:
|
|
|
10118
9539
|
from githubkit.versions.v2022_11_28.types import (
|
|
10119
9540
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
10120
9541
|
)
|
|
9542
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
9543
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType,
|
|
9544
|
+
)
|
|
10121
9545
|
from githubkit.versions.v2022_11_28.types import (
|
|
10122
9546
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectoriesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectoriesType,
|
|
10123
9547
|
)
|
|
@@ -10283,9 +9707,6 @@ if TYPE_CHECKING:
|
|
|
10283
9707
|
from githubkit.versions.v2022_11_28.types import (
|
|
10284
9708
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
10285
9709
|
)
|
|
10286
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10287
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType,
|
|
10288
|
-
)
|
|
10289
9710
|
from githubkit.versions.v2022_11_28.types import (
|
|
10290
9711
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifestType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifestType,
|
|
10291
9712
|
)
|
|
@@ -10331,12 +9752,6 @@ if TYPE_CHECKING:
|
|
|
10331
9752
|
from githubkit.versions.v2022_11_28.types import (
|
|
10332
9753
|
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
10333
9754
|
)
|
|
10334
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10335
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType,
|
|
10336
|
-
)
|
|
10337
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10338
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType,
|
|
10339
|
-
)
|
|
10340
9755
|
from githubkit.versions.v2022_11_28.types import (
|
|
10341
9756
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
|
|
10342
9757
|
)
|
|
@@ -10397,12 +9812,6 @@ if TYPE_CHECKING:
|
|
|
10397
9812
|
from githubkit.versions.v2022_11_28.types import (
|
|
10398
9813
|
WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
10399
9814
|
)
|
|
10400
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10401
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType,
|
|
10402
|
-
)
|
|
10403
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10404
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType,
|
|
10405
|
-
)
|
|
10406
9815
|
from githubkit.versions.v2022_11_28.types import (
|
|
10407
9816
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
10408
9817
|
)
|
|
@@ -10451,9 +9860,6 @@ if TYPE_CHECKING:
|
|
|
10451
9860
|
from githubkit.versions.v2022_11_28.types import (
|
|
10452
9861
|
WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevelType as WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevelType,
|
|
10453
9862
|
)
|
|
10454
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10455
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType,
|
|
10456
|
-
)
|
|
10457
9863
|
from githubkit.versions.v2022_11_28.types import (
|
|
10458
9864
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
|
|
10459
9865
|
)
|
|
@@ -10683,8 +10089,8 @@ else:
|
|
|
10683
10089
|
"GlobalAdvisoryPropIdentifiersItemsType",
|
|
10684
10090
|
"GlobalAdvisoryPropCvssType",
|
|
10685
10091
|
"GlobalAdvisoryPropCwesItemsType",
|
|
10686
|
-
"
|
|
10687
|
-
"
|
|
10092
|
+
"VulnerabilityType",
|
|
10093
|
+
"VulnerabilityPropPackageType",
|
|
10688
10094
|
"BasicErrorType",
|
|
10689
10095
|
"ValidationErrorSimpleType",
|
|
10690
10096
|
"IntegrationType",
|
|
@@ -10893,6 +10299,7 @@ else:
|
|
|
10893
10299
|
"RepositoryRuleWorkflowsType",
|
|
10894
10300
|
"RepositoryRuleWorkflowsPropParametersType",
|
|
10895
10301
|
"RepositoryRuleParamsWorkflowFileReferenceType",
|
|
10302
|
+
"RepositoryRuleParamsCodeScanningToolType",
|
|
10896
10303
|
"RepositoryRulesetType",
|
|
10897
10304
|
"RepositoryRulesetPropLinksType",
|
|
10898
10305
|
"RepositoryRulesetPropLinksPropSelfType",
|
|
@@ -11341,6 +10748,7 @@ else:
|
|
|
11341
10748
|
"RepositoryWebhooksPropTemplateRepositoryPropOwnerType",
|
|
11342
10749
|
"RepositoryWebhooksPropTemplateRepositoryPropPermissionsType",
|
|
11343
10750
|
"SimpleUserWebhooksType",
|
|
10751
|
+
"WebhooksRuleType",
|
|
11344
10752
|
"SimpleCheckSuiteType",
|
|
11345
10753
|
"CheckRunWithSimpleCheckSuiteType",
|
|
11346
10754
|
"CheckRunWithSimpleCheckSuitePropOutputType",
|
|
@@ -11366,15 +10774,14 @@ else:
|
|
|
11366
10774
|
"PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
|
|
11367
10775
|
"ProjectsV2Type",
|
|
11368
10776
|
"ProjectsV2ItemType",
|
|
10777
|
+
"PullRequestWebhookType",
|
|
10778
|
+
"PullRequestWebhookAllof1Type",
|
|
11369
10779
|
"SecretScanningAlertWebhookType",
|
|
11370
10780
|
"WebhookBranchProtectionConfigurationDisabledType",
|
|
11371
10781
|
"WebhookBranchProtectionConfigurationEnabledType",
|
|
11372
10782
|
"WebhookBranchProtectionRuleCreatedType",
|
|
11373
|
-
"WebhookBranchProtectionRuleCreatedPropRuleType",
|
|
11374
10783
|
"WebhookBranchProtectionRuleDeletedType",
|
|
11375
|
-
"WebhookBranchProtectionRuleDeletedPropRuleType",
|
|
11376
10784
|
"WebhookBranchProtectionRuleEditedType",
|
|
11377
|
-
"WebhookBranchProtectionRuleEditedPropRuleType",
|
|
11378
10785
|
"WebhookBranchProtectionRuleEditedPropChangesType",
|
|
11379
10786
|
"WebhookBranchProtectionRuleEditedPropChangesPropAdminEnforcedType",
|
|
11380
10787
|
"WebhookBranchProtectionRuleEditedPropChangesPropAuthorizedActorNamesType",
|
|
@@ -11631,19 +11038,6 @@ else:
|
|
|
11631
11038
|
"WebhookDiscussionCommentEditedPropCommentPropReactionsType",
|
|
11632
11039
|
"WebhookDiscussionCommentEditedPropCommentPropUserType",
|
|
11633
11040
|
"WebhookDiscussionCreatedType",
|
|
11634
|
-
"WebhookDiscussionCreatedPropDiscussionType",
|
|
11635
|
-
"WebhookDiscussionCreatedPropDiscussionMergedCategoryType",
|
|
11636
|
-
"WebhookDiscussionCreatedPropDiscussionMergedReactionsType",
|
|
11637
|
-
"WebhookDiscussionCreatedPropDiscussionMergedUserType",
|
|
11638
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0Type",
|
|
11639
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType",
|
|
11640
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType",
|
|
11641
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropReactionsType",
|
|
11642
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropUserType",
|
|
11643
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1Type",
|
|
11644
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType",
|
|
11645
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType",
|
|
11646
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropUserType",
|
|
11647
11041
|
"WebhookDiscussionDeletedType",
|
|
11648
11042
|
"WebhookDiscussionEditedType",
|
|
11649
11043
|
"WebhookDiscussionEditedPropChangesType",
|
|
@@ -11852,36 +11246,20 @@ else:
|
|
|
11852
11246
|
"WebhookIssuesDeletedPropIssuePropReactionsType",
|
|
11853
11247
|
"WebhookIssuesDeletedPropIssuePropUserType",
|
|
11854
11248
|
"WebhookIssuesDemilestonedType",
|
|
11249
|
+
"WebhookIssuesDemilestonedPropIssueType",
|
|
11250
|
+
"WebhookIssuesDemilestonedPropIssuePropAssigneeType",
|
|
11251
|
+
"WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType",
|
|
11252
|
+
"WebhookIssuesDemilestonedPropIssuePropLabelsItemsType",
|
|
11253
|
+
"WebhookIssuesDemilestonedPropIssuePropMilestoneType",
|
|
11254
|
+
"WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType",
|
|
11255
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType",
|
|
11256
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11257
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11258
|
+
"WebhookIssuesDemilestonedPropIssuePropPullRequestType",
|
|
11259
|
+
"WebhookIssuesDemilestonedPropIssuePropReactionsType",
|
|
11260
|
+
"WebhookIssuesDemilestonedPropIssuePropUserType",
|
|
11855
11261
|
"WebhookIssuesDemilestonedPropMilestoneType",
|
|
11856
11262
|
"WebhookIssuesDemilestonedPropMilestonePropCreatorType",
|
|
11857
|
-
"WebhookIssuesDemilestonedPropIssueType",
|
|
11858
|
-
"WebhookIssuesDemilestonedPropIssueMergedAssigneeType",
|
|
11859
|
-
"WebhookIssuesDemilestonedPropIssueMergedAssigneesType",
|
|
11860
|
-
"WebhookIssuesDemilestonedPropIssueMergedLabelsType",
|
|
11861
|
-
"WebhookIssuesDemilestonedPropIssueMergedReactionsType",
|
|
11862
|
-
"WebhookIssuesDemilestonedPropIssueMergedUserType",
|
|
11863
|
-
"WebhookIssuesDemilestonedPropIssueAllof0Type",
|
|
11864
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropAssigneeType",
|
|
11865
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItemsType",
|
|
11866
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType",
|
|
11867
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType",
|
|
11868
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropUserType",
|
|
11869
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType",
|
|
11870
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreatorType",
|
|
11871
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType",
|
|
11872
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
|
|
11873
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
|
|
11874
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType",
|
|
11875
|
-
"WebhookIssuesDemilestonedPropIssueAllof1Type",
|
|
11876
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType",
|
|
11877
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType",
|
|
11878
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType",
|
|
11879
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType",
|
|
11880
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreatorType",
|
|
11881
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType",
|
|
11882
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType",
|
|
11883
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropUserType",
|
|
11884
|
-
"WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType",
|
|
11885
11263
|
"WebhookIssuesEditedType",
|
|
11886
11264
|
"WebhookIssuesEditedPropLabelType",
|
|
11887
11265
|
"WebhookIssuesEditedPropChangesType",
|
|
@@ -11915,64 +11293,32 @@ else:
|
|
|
11915
11293
|
"WebhookIssuesLabeledPropIssuePropUserType",
|
|
11916
11294
|
"WebhookIssuesLockedType",
|
|
11917
11295
|
"WebhookIssuesLockedPropIssueType",
|
|
11918
|
-
"
|
|
11919
|
-
"
|
|
11920
|
-
"
|
|
11921
|
-
"
|
|
11922
|
-
"
|
|
11923
|
-
"
|
|
11924
|
-
"
|
|
11925
|
-
"
|
|
11926
|
-
"
|
|
11927
|
-
"
|
|
11928
|
-
"
|
|
11929
|
-
"WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType",
|
|
11930
|
-
"WebhookIssuesLockedPropIssueAllof0PropMilestoneType",
|
|
11931
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
|
|
11932
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
|
|
11933
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppType",
|
|
11934
|
-
"WebhookIssuesLockedPropIssueAllof0PropPullRequestType",
|
|
11935
|
-
"WebhookIssuesLockedPropIssueAllof1Type",
|
|
11936
|
-
"WebhookIssuesLockedPropIssueAllof1PropAssigneeType",
|
|
11937
|
-
"WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType",
|
|
11938
|
-
"WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType",
|
|
11939
|
-
"WebhookIssuesLockedPropIssueAllof1PropMilestoneType",
|
|
11940
|
-
"WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType",
|
|
11941
|
-
"WebhookIssuesLockedPropIssueAllof1PropReactionsType",
|
|
11942
|
-
"WebhookIssuesLockedPropIssueAllof1PropUserType",
|
|
11943
|
-
"WebhookIssuesLockedPropIssueMergedMilestoneType",
|
|
11944
|
-
"WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType",
|
|
11296
|
+
"WebhookIssuesLockedPropIssuePropAssigneeType",
|
|
11297
|
+
"WebhookIssuesLockedPropIssuePropAssigneesItemsType",
|
|
11298
|
+
"WebhookIssuesLockedPropIssuePropLabelsItemsType",
|
|
11299
|
+
"WebhookIssuesLockedPropIssuePropMilestoneType",
|
|
11300
|
+
"WebhookIssuesLockedPropIssuePropMilestonePropCreatorType",
|
|
11301
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType",
|
|
11302
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11303
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11304
|
+
"WebhookIssuesLockedPropIssuePropPullRequestType",
|
|
11305
|
+
"WebhookIssuesLockedPropIssuePropReactionsType",
|
|
11306
|
+
"WebhookIssuesLockedPropIssuePropUserType",
|
|
11945
11307
|
"WebhookIssuesMilestonedType",
|
|
11308
|
+
"WebhookIssuesMilestonedPropIssueType",
|
|
11309
|
+
"WebhookIssuesMilestonedPropIssuePropAssigneeType",
|
|
11310
|
+
"WebhookIssuesMilestonedPropIssuePropAssigneesItemsType",
|
|
11311
|
+
"WebhookIssuesMilestonedPropIssuePropLabelsItemsType",
|
|
11312
|
+
"WebhookIssuesMilestonedPropIssuePropMilestoneType",
|
|
11313
|
+
"WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType",
|
|
11314
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType",
|
|
11315
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11316
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11317
|
+
"WebhookIssuesMilestonedPropIssuePropPullRequestType",
|
|
11318
|
+
"WebhookIssuesMilestonedPropIssuePropReactionsType",
|
|
11319
|
+
"WebhookIssuesMilestonedPropIssuePropUserType",
|
|
11946
11320
|
"WebhookIssuesMilestonedPropMilestoneType",
|
|
11947
11321
|
"WebhookIssuesMilestonedPropMilestonePropCreatorType",
|
|
11948
|
-
"WebhookIssuesMilestonedPropIssueType",
|
|
11949
|
-
"WebhookIssuesMilestonedPropIssueMergedAssigneeType",
|
|
11950
|
-
"WebhookIssuesMilestonedPropIssueMergedAssigneesType",
|
|
11951
|
-
"WebhookIssuesMilestonedPropIssueMergedLabelsType",
|
|
11952
|
-
"WebhookIssuesMilestonedPropIssueMergedReactionsType",
|
|
11953
|
-
"WebhookIssuesMilestonedPropIssueMergedUserType",
|
|
11954
|
-
"WebhookIssuesMilestonedPropIssueAllof0Type",
|
|
11955
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropAssigneeType",
|
|
11956
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItemsType",
|
|
11957
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropLabelsItemsType",
|
|
11958
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType",
|
|
11959
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreatorType",
|
|
11960
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropReactionsType",
|
|
11961
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropUserType",
|
|
11962
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
|
|
11963
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
|
|
11964
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType",
|
|
11965
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType",
|
|
11966
|
-
"WebhookIssuesMilestonedPropIssueAllof1Type",
|
|
11967
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType",
|
|
11968
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType",
|
|
11969
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType",
|
|
11970
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType",
|
|
11971
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropReactionsType",
|
|
11972
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropUserType",
|
|
11973
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType",
|
|
11974
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType",
|
|
11975
|
-
"WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType",
|
|
11976
11322
|
"WebhookIssuesOpenedType",
|
|
11977
11323
|
"WebhookIssuesOpenedPropIssueType",
|
|
11978
11324
|
"WebhookIssuesOpenedPropIssuePropAssigneeType",
|
|
@@ -12019,33 +11365,17 @@ else:
|
|
|
12019
11365
|
"WebhookIssuesPinnedPropIssuePropUserType",
|
|
12020
11366
|
"WebhookIssuesReopenedType",
|
|
12021
11367
|
"WebhookIssuesReopenedPropIssueType",
|
|
12022
|
-
"
|
|
12023
|
-
"
|
|
12024
|
-
"
|
|
12025
|
-
"
|
|
12026
|
-
"
|
|
12027
|
-
"
|
|
12028
|
-
"
|
|
12029
|
-
"
|
|
12030
|
-
"
|
|
12031
|
-
"
|
|
12032
|
-
"
|
|
12033
|
-
"WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType",
|
|
12034
|
-
"WebhookIssuesReopenedPropIssueAllof0PropMilestoneType",
|
|
12035
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
|
|
12036
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
|
|
12037
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType",
|
|
12038
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPullRequestType",
|
|
12039
|
-
"WebhookIssuesReopenedPropIssueAllof1Type",
|
|
12040
|
-
"WebhookIssuesReopenedPropIssueAllof1PropAssigneeType",
|
|
12041
|
-
"WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType",
|
|
12042
|
-
"WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType",
|
|
12043
|
-
"WebhookIssuesReopenedPropIssueAllof1PropMilestoneType",
|
|
12044
|
-
"WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType",
|
|
12045
|
-
"WebhookIssuesReopenedPropIssueAllof1PropReactionsType",
|
|
12046
|
-
"WebhookIssuesReopenedPropIssueAllof1PropUserType",
|
|
12047
|
-
"WebhookIssuesReopenedPropIssueMergedMilestoneType",
|
|
12048
|
-
"WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType",
|
|
11368
|
+
"WebhookIssuesReopenedPropIssuePropAssigneeType",
|
|
11369
|
+
"WebhookIssuesReopenedPropIssuePropAssigneesItemsType",
|
|
11370
|
+
"WebhookIssuesReopenedPropIssuePropLabelsItemsType",
|
|
11371
|
+
"WebhookIssuesReopenedPropIssuePropMilestoneType",
|
|
11372
|
+
"WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType",
|
|
11373
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType",
|
|
11374
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11375
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11376
|
+
"WebhookIssuesReopenedPropIssuePropPullRequestType",
|
|
11377
|
+
"WebhookIssuesReopenedPropIssuePropReactionsType",
|
|
11378
|
+
"WebhookIssuesReopenedPropIssuePropUserType",
|
|
12049
11379
|
"WebhookIssuesTransferredType",
|
|
12050
11380
|
"WebhookIssuesTransferredPropIssueType",
|
|
12051
11381
|
"WebhookIssuesTransferredPropIssuePropAssigneeType",
|
|
@@ -12107,31 +11437,17 @@ else:
|
|
|
12107
11437
|
"WebhookIssuesUnlabeledPropIssuePropUserType",
|
|
12108
11438
|
"WebhookIssuesUnlockedType",
|
|
12109
11439
|
"WebhookIssuesUnlockedPropIssueType",
|
|
12110
|
-
"
|
|
12111
|
-
"
|
|
12112
|
-
"
|
|
12113
|
-
"
|
|
12114
|
-
"
|
|
12115
|
-
"
|
|
12116
|
-
"
|
|
12117
|
-
"
|
|
12118
|
-
"
|
|
12119
|
-
"
|
|
12120
|
-
"
|
|
12121
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
|
|
12122
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropReactionsType",
|
|
12123
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropUserType",
|
|
12124
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType",
|
|
12125
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType",
|
|
12126
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType",
|
|
12127
|
-
"WebhookIssuesUnlockedPropIssueAllof1Type",
|
|
12128
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType",
|
|
12129
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItemsType",
|
|
12130
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType",
|
|
12131
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType",
|
|
12132
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropReactionsType",
|
|
12133
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropUserType",
|
|
12134
|
-
"WebhookIssuesUnlockedPropIssueMergedMilestoneType",
|
|
11440
|
+
"WebhookIssuesUnlockedPropIssuePropAssigneeType",
|
|
11441
|
+
"WebhookIssuesUnlockedPropIssuePropAssigneesItemsType",
|
|
11442
|
+
"WebhookIssuesUnlockedPropIssuePropLabelsItemsType",
|
|
11443
|
+
"WebhookIssuesUnlockedPropIssuePropMilestoneType",
|
|
11444
|
+
"WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType",
|
|
11445
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType",
|
|
11446
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11447
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11448
|
+
"WebhookIssuesUnlockedPropIssuePropPullRequestType",
|
|
11449
|
+
"WebhookIssuesUnlockedPropIssuePropReactionsType",
|
|
11450
|
+
"WebhookIssuesUnlockedPropIssuePropUserType",
|
|
12135
11451
|
"WebhookIssuesUnpinnedType",
|
|
12136
11452
|
"WebhookIssuesUnpinnedPropIssueType",
|
|
12137
11453
|
"WebhookIssuesUnpinnedPropIssuePropAssigneeType",
|
|
@@ -12157,69 +11473,44 @@ else:
|
|
|
12157
11473
|
"WebhookLabelEditedPropChangesPropNameType",
|
|
12158
11474
|
"WebhookMarketplacePurchaseCancelledType",
|
|
12159
11475
|
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
|
|
12160
|
-
"
|
|
12161
|
-
"
|
|
11476
|
+
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
|
|
11477
|
+
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
|
|
12162
11478
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
|
|
12163
11479
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
12164
11480
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
12165
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0Type",
|
|
12166
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType",
|
|
12167
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType",
|
|
12168
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type",
|
|
12169
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType",
|
|
12170
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType",
|
|
12171
11481
|
"WebhookMarketplacePurchaseChangedType",
|
|
12172
11482
|
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
|
|
12173
|
-
"
|
|
12174
|
-
"
|
|
11483
|
+
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
|
|
11484
|
+
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
|
|
12175
11485
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
|
|
12176
11486
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
|
|
12177
11487
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
|
|
12178
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type",
|
|
12179
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccountType",
|
|
12180
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlanType",
|
|
12181
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type",
|
|
12182
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType",
|
|
12183
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType",
|
|
12184
11488
|
"WebhookMarketplacePurchasePendingChangeType",
|
|
12185
11489
|
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
|
|
12186
|
-
"
|
|
12187
|
-
"
|
|
11490
|
+
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
|
|
11491
|
+
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
|
|
12188
11492
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
|
|
12189
11493
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
|
|
12190
11494
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
|
|
12191
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type",
|
|
12192
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccountType",
|
|
12193
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType",
|
|
12194
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type",
|
|
12195
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType",
|
|
12196
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType",
|
|
12197
11495
|
"WebhookMarketplacePurchasePendingChangeCancelledType",
|
|
11496
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
|
|
11497
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
|
|
11498
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
|
|
12198
11499
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
|
|
12199
11500
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
12200
11501
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
12201
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
|
|
12202
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type",
|
|
12203
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType",
|
|
12204
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType",
|
|
12205
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type",
|
|
12206
11502
|
"WebhookMarketplacePurchasePurchasedType",
|
|
12207
11503
|
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
|
|
12208
|
-
"
|
|
12209
|
-
"
|
|
11504
|
+
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
|
|
11505
|
+
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
|
|
12210
11506
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
|
|
12211
11507
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
|
|
12212
11508
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
|
|
12213
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type",
|
|
12214
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType",
|
|
12215
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType",
|
|
12216
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type",
|
|
12217
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType",
|
|
12218
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType",
|
|
12219
11509
|
"WebhookMemberAddedType",
|
|
12220
11510
|
"WebhookMemberAddedPropMemberType",
|
|
12221
11511
|
"WebhookMemberAddedPropChangesType",
|
|
12222
11512
|
"WebhookMemberAddedPropChangesPropPermissionType",
|
|
11513
|
+
"WebhookMemberAddedPropChangesPropRoleNameType",
|
|
12223
11514
|
"WebhookMemberEditedType",
|
|
12224
11515
|
"WebhookMemberEditedPropMemberType",
|
|
12225
11516
|
"WebhookMemberEditedPropChangesType",
|
|
@@ -12540,11 +11831,7 @@ else:
|
|
|
12540
11831
|
"WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType",
|
|
12541
11832
|
"WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12542
11833
|
"WebhookPullRequestClosedType",
|
|
12543
|
-
"WebhookPullRequestClosedPropPullRequestType",
|
|
12544
|
-
"WebhookPullRequestClosedPropPullRequestAllof1Type",
|
|
12545
11834
|
"WebhookPullRequestConvertedToDraftType",
|
|
12546
|
-
"WebhookPullRequestConvertedToDraftPropPullRequestType",
|
|
12547
|
-
"WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type",
|
|
12548
11835
|
"WebhookPullRequestDemilestonedType",
|
|
12549
11836
|
"WebhookPullRequestDemilestonedPropPullRequestType",
|
|
12550
11837
|
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType",
|
|
@@ -12626,8 +11913,6 @@ else:
|
|
|
12626
11913
|
"WebhookPullRequestEditedPropChangesPropBaseType",
|
|
12627
11914
|
"WebhookPullRequestEditedPropChangesPropBasePropRefType",
|
|
12628
11915
|
"WebhookPullRequestEditedPropChangesPropBasePropShaType",
|
|
12629
|
-
"WebhookPullRequestEditedPropPullRequestType",
|
|
12630
|
-
"WebhookPullRequestEditedPropPullRequestAllof1Type",
|
|
12631
11916
|
"WebhookPullRequestEnqueuedType",
|
|
12632
11917
|
"WebhookPullRequestEnqueuedPropPullRequestType",
|
|
12633
11918
|
"WebhookPullRequestEnqueuedPropPullRequestPropAssigneeType",
|
|
@@ -12778,14 +12063,8 @@ else:
|
|
|
12778
12063
|
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType",
|
|
12779
12064
|
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12780
12065
|
"WebhookPullRequestOpenedType",
|
|
12781
|
-
"WebhookPullRequestOpenedPropPullRequestType",
|
|
12782
|
-
"WebhookPullRequestOpenedPropPullRequestAllof1Type",
|
|
12783
12066
|
"WebhookPullRequestReadyForReviewType",
|
|
12784
|
-
"WebhookPullRequestReadyForReviewPropPullRequestType",
|
|
12785
|
-
"WebhookPullRequestReadyForReviewPropPullRequestAllof1Type",
|
|
12786
12067
|
"WebhookPullRequestReopenedType",
|
|
12787
|
-
"WebhookPullRequestReopenedPropPullRequestType",
|
|
12788
|
-
"WebhookPullRequestReopenedPropPullRequestAllof1Type",
|
|
12789
12068
|
"WebhookPullRequestReviewCommentCreatedType",
|
|
12790
12069
|
"WebhookPullRequestReviewCommentCreatedPropCommentType",
|
|
12791
12070
|
"WebhookPullRequestReviewCommentCreatedPropCommentPropReactionsType",
|
|
@@ -13515,28 +12794,16 @@ else:
|
|
|
13515
12794
|
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
|
|
13516
12795
|
"WebhookReleasePrereleasedType",
|
|
13517
12796
|
"WebhookReleasePrereleasedPropReleaseType",
|
|
13518
|
-
"
|
|
13519
|
-
"
|
|
13520
|
-
"
|
|
13521
|
-
"
|
|
13522
|
-
"WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType",
|
|
13523
|
-
"WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType",
|
|
13524
|
-
"WebhookReleasePrereleasedPropReleaseAllof1Type",
|
|
13525
|
-
"WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType",
|
|
13526
|
-
"WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType",
|
|
13527
|
-
"WebhookReleasePrereleasedPropReleaseMergedAssetsType",
|
|
12797
|
+
"WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
|
|
12798
|
+
"WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType",
|
|
12799
|
+
"WebhookReleasePrereleasedPropReleasePropAuthorType",
|
|
12800
|
+
"WebhookReleasePrereleasedPropReleasePropReactionsType",
|
|
13528
12801
|
"WebhookReleasePublishedType",
|
|
13529
12802
|
"WebhookReleasePublishedPropReleaseType",
|
|
13530
|
-
"
|
|
13531
|
-
"
|
|
13532
|
-
"
|
|
13533
|
-
"
|
|
13534
|
-
"WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType",
|
|
13535
|
-
"WebhookReleasePublishedPropReleaseAllof0PropReactionsType",
|
|
13536
|
-
"WebhookReleasePublishedPropReleaseAllof1Type",
|
|
13537
|
-
"WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType",
|
|
13538
|
-
"WebhookReleasePublishedPropReleaseAllof1PropAuthorType",
|
|
13539
|
-
"WebhookReleasePublishedPropReleaseMergedAssetsType",
|
|
12803
|
+
"WebhookReleasePublishedPropReleasePropAssetsItemsType",
|
|
12804
|
+
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12805
|
+
"WebhookReleasePublishedPropReleasePropAuthorType",
|
|
12806
|
+
"WebhookReleasePublishedPropReleasePropReactionsType",
|
|
13540
12807
|
"WebhookReleaseReleasedType",
|
|
13541
12808
|
"WebhookReleaseReleasedPropReleaseType",
|
|
13542
12809
|
"WebhookReleaseReleasedPropReleasePropAuthorType",
|
|
@@ -13545,16 +12812,10 @@ else:
|
|
|
13545
12812
|
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
|
|
13546
12813
|
"WebhookReleaseUnpublishedType",
|
|
13547
12814
|
"WebhookReleaseUnpublishedPropReleaseType",
|
|
13548
|
-
"
|
|
13549
|
-
"
|
|
13550
|
-
"
|
|
13551
|
-
"
|
|
13552
|
-
"WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType",
|
|
13553
|
-
"WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType",
|
|
13554
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1Type",
|
|
13555
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType",
|
|
13556
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType",
|
|
13557
|
-
"WebhookReleaseUnpublishedPropReleaseMergedAssetsType",
|
|
12815
|
+
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
|
|
12816
|
+
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12817
|
+
"WebhookReleaseUnpublishedPropReleasePropAuthorType",
|
|
12818
|
+
"WebhookReleaseUnpublishedPropReleasePropReactionsType",
|
|
13558
12819
|
"WebhookRepositoryAdvisoryPublishedType",
|
|
13559
12820
|
"WebhookRepositoryAdvisoryReportedType",
|
|
13560
12821
|
"WebhookRepositoryArchivedType",
|
|
@@ -13603,29 +12864,21 @@ else:
|
|
|
13603
12864
|
"WebhookRepositoryUnarchivedType",
|
|
13604
12865
|
"WebhookRepositoryVulnerabilityAlertCreateType",
|
|
13605
12866
|
"WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
|
|
13606
|
-
"
|
|
13607
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType",
|
|
13608
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type",
|
|
12867
|
+
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
|
|
13609
12868
|
"WebhookRepositoryVulnerabilityAlertDismissType",
|
|
13610
12869
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
|
|
13611
|
-
"
|
|
13612
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisserType",
|
|
13613
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type",
|
|
13614
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType",
|
|
12870
|
+
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
|
|
13615
12871
|
"WebhookRepositoryVulnerabilityAlertReopenType",
|
|
13616
12872
|
"WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
|
|
13617
|
-
"
|
|
13618
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType",
|
|
13619
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1Type",
|
|
12873
|
+
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
|
|
13620
12874
|
"WebhookRepositoryVulnerabilityAlertResolveType",
|
|
13621
12875
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
|
|
13622
|
-
"
|
|
13623
|
-
"WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType",
|
|
13624
|
-
"WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type",
|
|
12876
|
+
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
|
|
13625
12877
|
"WebhookSecretScanningAlertCreatedType",
|
|
13626
12878
|
"WebhookSecretScanningAlertLocationCreatedType",
|
|
13627
12879
|
"SecretScanningLocationType",
|
|
13628
12880
|
"SecretScanningLocationCommitType",
|
|
12881
|
+
"SecretScanningLocationWikiCommitType",
|
|
13629
12882
|
"SecretScanningLocationIssueTitleType",
|
|
13630
12883
|
"SecretScanningLocationIssueBodyType",
|
|
13631
12884
|
"SecretScanningLocationIssueCommentType",
|
|
@@ -13811,85 +13064,39 @@ else:
|
|
|
13811
13064
|
"WebhookWorkflowRunCompletedType",
|
|
13812
13065
|
"WebhookWorkflowRunCompletedPropWorkflowType",
|
|
13813
13066
|
"WebhookWorkflowRunCompletedPropWorkflowRunType",
|
|
13814
|
-
"
|
|
13815
|
-
"
|
|
13816
|
-
"
|
|
13817
|
-
"
|
|
13818
|
-
"
|
|
13819
|
-
"
|
|
13820
|
-
"
|
|
13821
|
-
"
|
|
13822
|
-
"
|
|
13823
|
-
"
|
|
13824
|
-
"
|
|
13825
|
-
"
|
|
13826
|
-
"
|
|
13827
|
-
"
|
|
13828
|
-
"
|
|
13829
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryType",
|
|
13830
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType",
|
|
13831
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType",
|
|
13832
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwnerType",
|
|
13833
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsType",
|
|
13834
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType",
|
|
13835
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType",
|
|
13836
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType",
|
|
13837
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType",
|
|
13838
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType",
|
|
13839
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type",
|
|
13840
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActorType",
|
|
13841
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType",
|
|
13842
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType",
|
|
13843
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType",
|
|
13844
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType",
|
|
13845
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType",
|
|
13846
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType",
|
|
13847
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryType",
|
|
13848
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType",
|
|
13849
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType",
|
|
13850
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType",
|
|
13851
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequestsType",
|
|
13067
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
|
|
13068
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
13069
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType",
|
|
13070
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType",
|
|
13071
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType",
|
|
13072
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType",
|
|
13073
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType",
|
|
13074
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType",
|
|
13075
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType",
|
|
13076
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType",
|
|
13077
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType",
|
|
13078
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType",
|
|
13079
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType",
|
|
13080
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13081
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13852
13082
|
"WebhookWorkflowRunInProgressType",
|
|
13853
13083
|
"WebhookWorkflowRunInProgressPropWorkflowType",
|
|
13854
13084
|
"WebhookWorkflowRunInProgressPropWorkflowRunType",
|
|
13855
|
-
"
|
|
13856
|
-
"
|
|
13857
|
-
"
|
|
13858
|
-
"
|
|
13859
|
-
"
|
|
13860
|
-
"
|
|
13861
|
-
"
|
|
13862
|
-
"
|
|
13863
|
-
"
|
|
13864
|
-
"
|
|
13865
|
-
"
|
|
13866
|
-
"
|
|
13867
|
-
"
|
|
13868
|
-
"
|
|
13869
|
-
"
|
|
13870
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType",
|
|
13871
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType",
|
|
13872
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryType",
|
|
13873
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwnerType",
|
|
13874
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsType",
|
|
13875
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType",
|
|
13876
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType",
|
|
13877
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType",
|
|
13878
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType",
|
|
13879
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType",
|
|
13880
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type",
|
|
13881
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType",
|
|
13882
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItemsType",
|
|
13883
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType",
|
|
13884
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType",
|
|
13885
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitType",
|
|
13886
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType",
|
|
13887
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType",
|
|
13888
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType",
|
|
13889
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType",
|
|
13890
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryType",
|
|
13891
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType",
|
|
13892
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequestsType",
|
|
13085
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
|
|
13086
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
13087
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType",
|
|
13088
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType",
|
|
13089
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType",
|
|
13090
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType",
|
|
13091
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType",
|
|
13092
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType",
|
|
13093
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType",
|
|
13094
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType",
|
|
13095
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType",
|
|
13096
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType",
|
|
13097
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType",
|
|
13098
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13099
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13893
13100
|
"WebhookWorkflowRunRequestedType",
|
|
13894
13101
|
"WebhookWorkflowRunRequestedPropWorkflowType",
|
|
13895
13102
|
"WebhookWorkflowRunRequestedPropWorkflowRunType",
|
|
@@ -14156,6 +13363,11 @@ else:
|
|
|
14156
13363
|
"DeploymentBranchPolicyType",
|
|
14157
13364
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType",
|
|
14158
13365
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type",
|
|
13366
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type",
|
|
13367
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
|
|
13368
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type",
|
|
13369
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType",
|
|
13370
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
|
|
14159
13371
|
"ReposOwnerRepoForksPostBodyType",
|
|
14160
13372
|
"ReposOwnerRepoGitBlobsPostBodyType",
|
|
14161
13373
|
"ReposOwnerRepoGitCommitsPostBodyType",
|
|
@@ -14215,6 +13427,7 @@ else:
|
|
|
14215
13427
|
"ReposOwnerRepoPagesPostBodyAnyof0Type",
|
|
14216
13428
|
"ReposOwnerRepoPagesPostBodyAnyof1Type",
|
|
14217
13429
|
"ReposOwnerRepoPagesDeploymentsPostBodyType",
|
|
13430
|
+
"ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type",
|
|
14218
13431
|
"ReposOwnerRepoProjectsPostBodyType",
|
|
14219
13432
|
"ReposOwnerRepoPropertiesValuesPatchBodyType",
|
|
14220
13433
|
"ReposOwnerRepoPullsPostBodyType",
|
|
@@ -14251,11 +13464,6 @@ else:
|
|
|
14251
13464
|
"ReposOwnerRepoTopicsPutBodyType",
|
|
14252
13465
|
"ReposOwnerRepoTransferPostBodyType",
|
|
14253
13466
|
"ReposTemplateOwnerTemplateRepoGeneratePostBodyType",
|
|
14254
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type",
|
|
14255
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
|
|
14256
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type",
|
|
14257
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType",
|
|
14258
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
|
|
14259
13467
|
"TeamsTeamIdPatchBodyType",
|
|
14260
13468
|
"TeamsTeamIdDiscussionsPostBodyType",
|
|
14261
13469
|
"TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",
|