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
|
"""
|
|
@@ -119,6 +119,7 @@ if TYPE_CHECKING:
|
|
|
119
119
|
from githubkit.versions.v2022_11_28.models import ReleaseAsset as ReleaseAsset
|
|
120
120
|
from githubkit.versions.v2022_11_28.models import SimpleCommit as SimpleCommit
|
|
121
121
|
from githubkit.versions.v2022_11_28.models import Verification as Verification
|
|
122
|
+
from githubkit.versions.v2022_11_28.models import WebhooksRule as WebhooksRule
|
|
122
123
|
from githubkit.versions.v2022_11_28.models import ActionsSecret as ActionsSecret
|
|
123
124
|
from githubkit.versions.v2022_11_28.models import Authorization as Authorization
|
|
124
125
|
from githubkit.versions.v2022_11_28.models import CodeOfConduct as CodeOfConduct
|
|
@@ -136,6 +137,7 @@ if TYPE_CHECKING:
|
|
|
136
137
|
from githubkit.versions.v2022_11_28.models import TagPropCommit as TagPropCommit
|
|
137
138
|
from githubkit.versions.v2022_11_28.models import TagProtection as TagProtection
|
|
138
139
|
from githubkit.versions.v2022_11_28.models import UserPatchBody as UserPatchBody
|
|
140
|
+
from githubkit.versions.v2022_11_28.models import Vulnerability as Vulnerability
|
|
139
141
|
from githubkit.versions.v2022_11_28.models import WebhookConfig as WebhookConfig
|
|
140
142
|
from githubkit.versions.v2022_11_28.models import WebhookCreate as WebhookCreate
|
|
141
143
|
from githubkit.versions.v2022_11_28.models import WebhookDelete as WebhookDelete
|
|
@@ -375,6 +377,9 @@ if TYPE_CHECKING:
|
|
|
375
377
|
from githubkit.versions.v2022_11_28.models import (
|
|
376
378
|
PullRequestMinimal as PullRequestMinimal,
|
|
377
379
|
)
|
|
380
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
381
|
+
PullRequestWebhook as PullRequestWebhook,
|
|
382
|
+
)
|
|
378
383
|
from githubkit.versions.v2022_11_28.models import (
|
|
379
384
|
ReferencedWorkflow as ReferencedWorkflow,
|
|
380
385
|
)
|
|
@@ -984,6 +989,9 @@ if TYPE_CHECKING:
|
|
|
984
989
|
from githubkit.versions.v2022_11_28.models import (
|
|
985
990
|
PullRequestReviewRequest as PullRequestReviewRequest,
|
|
986
991
|
)
|
|
992
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
993
|
+
PullRequestWebhookAllof1 as PullRequestWebhookAllof1,
|
|
994
|
+
)
|
|
987
995
|
from githubkit.versions.v2022_11_28.models import (
|
|
988
996
|
RepositoryAdvisoryCreate as RepositoryAdvisoryCreate,
|
|
989
997
|
)
|
|
@@ -1002,6 +1010,9 @@ if TYPE_CHECKING:
|
|
|
1002
1010
|
from githubkit.versions.v2022_11_28.models import (
|
|
1003
1011
|
UserEmailsPostBodyOneof0 as UserEmailsPostBodyOneof0,
|
|
1004
1012
|
)
|
|
1013
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1014
|
+
VulnerabilityPropPackage as VulnerabilityPropPackage,
|
|
1015
|
+
)
|
|
1005
1016
|
from githubkit.versions.v2022_11_28.models import (
|
|
1006
1017
|
WebhookCheckRunCompleted as WebhookCheckRunCompleted,
|
|
1007
1018
|
)
|
|
@@ -2139,6 +2150,9 @@ if TYPE_CHECKING:
|
|
|
2139
2150
|
from githubkit.versions.v2022_11_28.models import (
|
|
2140
2151
|
SecretScanningLocationIssueTitle as SecretScanningLocationIssueTitle,
|
|
2141
2152
|
)
|
|
2153
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2154
|
+
SecretScanningLocationWikiCommit as SecretScanningLocationWikiCommit,
|
|
2155
|
+
)
|
|
2142
2156
|
from githubkit.versions.v2022_11_28.models import (
|
|
2143
2157
|
StatusCheckPolicyPropChecksItems as StatusCheckPolicyPropChecksItems,
|
|
2144
2158
|
)
|
|
@@ -2463,12 +2477,6 @@ if TYPE_CHECKING:
|
|
|
2463
2477
|
from githubkit.versions.v2022_11_28.models import (
|
|
2464
2478
|
WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
|
|
2465
2479
|
)
|
|
2466
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2467
|
-
WebhookIssuesLockedPropIssueAllof0 as WebhookIssuesLockedPropIssueAllof0,
|
|
2468
|
-
)
|
|
2469
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2470
|
-
WebhookIssuesLockedPropIssueAllof1 as WebhookIssuesLockedPropIssueAllof1,
|
|
2471
|
-
)
|
|
2472
2480
|
from githubkit.versions.v2022_11_28.models import (
|
|
2473
2481
|
WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
|
|
2474
2482
|
)
|
|
@@ -2706,6 +2714,9 @@ if TYPE_CHECKING:
|
|
|
2706
2714
|
from githubkit.versions.v2022_11_28.models import (
|
|
2707
2715
|
ReposOwnerRepoTagsProtectionPostBody as ReposOwnerRepoTagsProtectionPostBody,
|
|
2708
2716
|
)
|
|
2717
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2718
|
+
RepositoryRuleParamsCodeScanningTool as RepositoryRuleParamsCodeScanningTool,
|
|
2719
|
+
)
|
|
2709
2720
|
from githubkit.versions.v2022_11_28.models import (
|
|
2710
2721
|
SecretScanningLocationDiscussionBody as SecretScanningLocationDiscussionBody,
|
|
2711
2722
|
)
|
|
@@ -2739,6 +2750,9 @@ if TYPE_CHECKING:
|
|
|
2739
2750
|
from githubkit.versions.v2022_11_28.models import (
|
|
2740
2751
|
WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
|
|
2741
2752
|
)
|
|
2753
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2754
|
+
WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
|
|
2755
|
+
)
|
|
2742
2756
|
from githubkit.versions.v2022_11_28.models import (
|
|
2743
2757
|
WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
|
|
2744
2758
|
)
|
|
@@ -2748,18 +2762,6 @@ if TYPE_CHECKING:
|
|
|
2748
2762
|
from githubkit.versions.v2022_11_28.models import (
|
|
2749
2763
|
WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
|
|
2750
2764
|
)
|
|
2751
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2752
|
-
WebhookIssuesReopenedPropIssueAllof0 as WebhookIssuesReopenedPropIssueAllof0,
|
|
2753
|
-
)
|
|
2754
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2755
|
-
WebhookIssuesReopenedPropIssueAllof1 as WebhookIssuesReopenedPropIssueAllof1,
|
|
2756
|
-
)
|
|
2757
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2758
|
-
WebhookIssuesUnlockedPropIssueAllof0 as WebhookIssuesUnlockedPropIssueAllof0,
|
|
2759
|
-
)
|
|
2760
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2761
|
-
WebhookIssuesUnlockedPropIssueAllof1 as WebhookIssuesUnlockedPropIssueAllof1,
|
|
2762
|
-
)
|
|
2763
2765
|
from githubkit.versions.v2022_11_28.models import (
|
|
2764
2766
|
WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
|
|
2765
2767
|
)
|
|
@@ -2913,9 +2915,6 @@ if TYPE_CHECKING:
|
|
|
2913
2915
|
from githubkit.versions.v2022_11_28.models import (
|
|
2914
2916
|
CommitSearchResultItemPropParentsItems as CommitSearchResultItemPropParentsItems,
|
|
2915
2917
|
)
|
|
2916
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2917
|
-
GlobalAdvisoryPropVulnerabilitiesItems as GlobalAdvisoryPropVulnerabilitiesItems,
|
|
2918
|
-
)
|
|
2919
2918
|
from githubkit.versions.v2022_11_28.models import (
|
|
2920
2919
|
InstallationRepositoriesGetResponse200 as InstallationRepositoriesGetResponse200,
|
|
2921
2920
|
)
|
|
@@ -2991,9 +2990,6 @@ if TYPE_CHECKING:
|
|
|
2991
2990
|
from githubkit.versions.v2022_11_28.models import (
|
|
2992
2991
|
WebhookDeploymentCreatedPropDeployment as WebhookDeploymentCreatedPropDeployment,
|
|
2993
2992
|
)
|
|
2994
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2995
|
-
WebhookDiscussionCreatedPropDiscussion as WebhookDiscussionCreatedPropDiscussion,
|
|
2996
|
-
)
|
|
2997
2993
|
from githubkit.versions.v2022_11_28.models import (
|
|
2998
2994
|
WebhookForkPropForkeeAllof0PropLicense as WebhookForkPropForkeeAllof0PropLicense,
|
|
2999
2995
|
)
|
|
@@ -3016,13 +3012,10 @@ if TYPE_CHECKING:
|
|
|
3016
3012
|
WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
|
|
3017
3013
|
)
|
|
3018
3014
|
from githubkit.versions.v2022_11_28.models import (
|
|
3019
|
-
|
|
3015
|
+
WebhookIssuesReopenedPropIssuePropUser as WebhookIssuesReopenedPropIssuePropUser,
|
|
3020
3016
|
)
|
|
3021
3017
|
from githubkit.versions.v2022_11_28.models import (
|
|
3022
|
-
|
|
3023
|
-
)
|
|
3024
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3025
|
-
WebhookIssuesMilestonedPropIssueAllof1 as WebhookIssuesMilestonedPropIssueAllof1,
|
|
3018
|
+
WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
|
|
3026
3019
|
)
|
|
3027
3020
|
from githubkit.versions.v2022_11_28.models import (
|
|
3028
3021
|
WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
|
|
@@ -3135,18 +3128,9 @@ if TYPE_CHECKING:
|
|
|
3135
3128
|
from githubkit.versions.v2022_11_28.models import (
|
|
3136
3129
|
WebhookProjectEditedPropChangesPropName as WebhookProjectEditedPropChangesPropName,
|
|
3137
3130
|
)
|
|
3138
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3139
|
-
WebhookPullRequestClosedPropPullRequest as WebhookPullRequestClosedPropPullRequest,
|
|
3140
|
-
)
|
|
3141
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3142
|
-
WebhookPullRequestEditedPropPullRequest as WebhookPullRequestEditedPropPullRequest,
|
|
3143
|
-
)
|
|
3144
3131
|
from githubkit.versions.v2022_11_28.models import (
|
|
3145
3132
|
WebhookPullRequestLockedPropPullRequest as WebhookPullRequestLockedPropPullRequest,
|
|
3146
3133
|
)
|
|
3147
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3148
|
-
WebhookPullRequestOpenedPropPullRequest as WebhookPullRequestOpenedPropPullRequest,
|
|
3149
|
-
)
|
|
3150
3134
|
from githubkit.versions.v2022_11_28.models import (
|
|
3151
3135
|
WebhookPullRequestReviewRequestedOneof0 as WebhookPullRequestReviewRequestedOneof0,
|
|
3152
3136
|
)
|
|
@@ -3265,16 +3249,13 @@ if TYPE_CHECKING:
|
|
|
3265
3249
|
WebhookIssuesClosedPropIssueMergedLabels as WebhookIssuesClosedPropIssueMergedLabels,
|
|
3266
3250
|
)
|
|
3267
3251
|
from githubkit.versions.v2022_11_28.models import (
|
|
3268
|
-
|
|
3269
|
-
)
|
|
3270
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3271
|
-
WebhookIssuesDemilestonedPropIssueAllof1 as WebhookIssuesDemilestonedPropIssueAllof1,
|
|
3252
|
+
WebhookIssuesEditedPropIssuePropAssignee as WebhookIssuesEditedPropIssuePropAssignee,
|
|
3272
3253
|
)
|
|
3273
3254
|
from githubkit.versions.v2022_11_28.models import (
|
|
3274
|
-
|
|
3255
|
+
WebhookIssuesLockedPropIssuePropAssignee as WebhookIssuesLockedPropIssuePropAssignee,
|
|
3275
3256
|
)
|
|
3276
3257
|
from githubkit.versions.v2022_11_28.models import (
|
|
3277
|
-
|
|
3258
|
+
WebhookIssuesMilestonedPropIssuePropUser as WebhookIssuesMilestonedPropIssuePropUser,
|
|
3278
3259
|
)
|
|
3279
3260
|
from githubkit.versions.v2022_11_28.models import (
|
|
3280
3261
|
WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
|
|
@@ -3282,15 +3263,9 @@ if TYPE_CHECKING:
|
|
|
3282
3263
|
from githubkit.versions.v2022_11_28.models import (
|
|
3283
3264
|
WebhookIssuesPinnedPropIssuePropAssignee as WebhookIssuesPinnedPropIssuePropAssignee,
|
|
3284
3265
|
)
|
|
3285
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3286
|
-
WebhookIssuesReopenedPropIssueMergedUser as WebhookIssuesReopenedPropIssueMergedUser,
|
|
3287
|
-
)
|
|
3288
3266
|
from githubkit.versions.v2022_11_28.models import (
|
|
3289
3267
|
WebhookIssuesUnassignedPropIssuePropUser as WebhookIssuesUnassignedPropIssuePropUser,
|
|
3290
3268
|
)
|
|
3291
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3292
|
-
WebhookIssuesUnlockedPropIssueMergedUser as WebhookIssuesUnlockedPropIssueMergedUser,
|
|
3293
|
-
)
|
|
3294
3269
|
from githubkit.versions.v2022_11_28.models import (
|
|
3295
3270
|
WebhookMembershipAddedPropTeamPropParent as WebhookMembershipAddedPropTeamPropParent,
|
|
3296
3271
|
)
|
|
@@ -3336,12 +3311,6 @@ if TYPE_CHECKING:
|
|
|
3336
3311
|
from githubkit.versions.v2022_11_28.models import (
|
|
3337
3312
|
WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
|
|
3338
3313
|
)
|
|
3339
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3340
|
-
WebhookReleasePublishedPropReleaseAllof0 as WebhookReleasePublishedPropReleaseAllof0,
|
|
3341
|
-
)
|
|
3342
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3343
|
-
WebhookReleasePublishedPropReleaseAllof1 as WebhookReleasePublishedPropReleaseAllof1,
|
|
3344
|
-
)
|
|
3345
3314
|
from githubkit.versions.v2022_11_28.models import (
|
|
3346
3315
|
WebhookSponsorshipCreatedPropSponsorship as WebhookSponsorshipCreatedPropSponsorship,
|
|
3347
3316
|
)
|
|
@@ -3420,9 +3389,6 @@ if TYPE_CHECKING:
|
|
|
3420
3389
|
from githubkit.versions.v2022_11_28.models import (
|
|
3421
3390
|
UserInteractionLimitsGetResponse200Anyof1 as UserInteractionLimitsGetResponse200Anyof1,
|
|
3422
3391
|
)
|
|
3423
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3424
|
-
WebhookBranchProtectionRuleEditedPropRule as WebhookBranchProtectionRuleEditedPropRule,
|
|
3425
|
-
)
|
|
3426
3392
|
from githubkit.versions.v2022_11_28.models import (
|
|
3427
3393
|
WebhookCheckRunRequestedActionFormEncoded as WebhookCheckRunRequestedActionFormEncoded,
|
|
3428
3394
|
)
|
|
@@ -3462,6 +3428,12 @@ if TYPE_CHECKING:
|
|
|
3462
3428
|
from githubkit.versions.v2022_11_28.models import (
|
|
3463
3429
|
WebhookIssuesLabeledPropIssuePropAssignee as WebhookIssuesLabeledPropIssuePropAssignee,
|
|
3464
3430
|
)
|
|
3431
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3432
|
+
WebhookIssuesLockedPropIssuePropMilestone as WebhookIssuesLockedPropIssuePropMilestone,
|
|
3433
|
+
)
|
|
3434
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3435
|
+
WebhookIssuesLockedPropIssuePropReactions as WebhookIssuesLockedPropIssuePropReactions,
|
|
3436
|
+
)
|
|
3465
3437
|
from githubkit.versions.v2022_11_28.models import (
|
|
3466
3438
|
WebhookIssuesOpenedPropIssuePropMilestone as WebhookIssuesOpenedPropIssuePropMilestone,
|
|
3467
3439
|
)
|
|
@@ -3477,6 +3449,9 @@ if TYPE_CHECKING:
|
|
|
3477
3449
|
from githubkit.versions.v2022_11_28.models import (
|
|
3478
3450
|
WebhookIssuesTransferredPropIssuePropUser as WebhookIssuesTransferredPropIssuePropUser,
|
|
3479
3451
|
)
|
|
3452
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3453
|
+
WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
|
|
3454
|
+
)
|
|
3480
3455
|
from githubkit.versions.v2022_11_28.models import (
|
|
3481
3456
|
WebhookPackageUpdatedPropPackagePropOwner as WebhookPackageUpdatedPropPackagePropOwner,
|
|
3482
3457
|
)
|
|
@@ -3501,9 +3476,6 @@ if TYPE_CHECKING:
|
|
|
3501
3476
|
from githubkit.versions.v2022_11_28.models import (
|
|
3502
3477
|
WebhookPullRequestEnqueuedPropPullRequest as WebhookPullRequestEnqueuedPropPullRequest,
|
|
3503
3478
|
)
|
|
3504
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3505
|
-
WebhookPullRequestReopenedPropPullRequest as WebhookPullRequestReopenedPropPullRequest,
|
|
3506
|
-
)
|
|
3507
3479
|
from githubkit.versions.v2022_11_28.models import (
|
|
3508
3480
|
WebhookPullRequestReviewEditedPropChanges as WebhookPullRequestReviewEditedPropChanges,
|
|
3509
3481
|
)
|
|
@@ -3606,12 +3578,6 @@ if TYPE_CHECKING:
|
|
|
3606
3578
|
from githubkit.versions.v2022_11_28.models import (
|
|
3607
3579
|
UserCodespacesCodespaceNamePublishPostBody as UserCodespacesCodespaceNamePublishPostBody,
|
|
3608
3580
|
)
|
|
3609
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3610
|
-
WebhookBranchProtectionRuleCreatedPropRule as WebhookBranchProtectionRuleCreatedPropRule,
|
|
3611
|
-
)
|
|
3612
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3613
|
-
WebhookBranchProtectionRuleDeletedPropRule as WebhookBranchProtectionRuleDeletedPropRule,
|
|
3614
|
-
)
|
|
3615
3581
|
from githubkit.versions.v2022_11_28.models import (
|
|
3616
3582
|
WebhookCheckSuiteRerequestedPropCheckSuite as WebhookCheckSuiteRerequestedPropCheckSuite,
|
|
3617
3583
|
)
|
|
@@ -3655,31 +3621,22 @@ if TYPE_CHECKING:
|
|
|
3655
3621
|
WebhookIssuesDeletedPropIssuePropReactions as WebhookIssuesDeletedPropIssuePropReactions,
|
|
3656
3622
|
)
|
|
3657
3623
|
from githubkit.versions.v2022_11_28.models import (
|
|
3658
|
-
|
|
3659
|
-
)
|
|
3660
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3661
|
-
WebhookIssuesLabeledPropIssuePropReactions as WebhookIssuesLabeledPropIssuePropReactions,
|
|
3662
|
-
)
|
|
3663
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3664
|
-
WebhookIssuesLockedPropIssueAllof0PropUser as WebhookIssuesLockedPropIssueAllof0PropUser,
|
|
3624
|
+
WebhookIssuesDemilestonedPropIssuePropUser as WebhookIssuesDemilestonedPropIssuePropUser,
|
|
3665
3625
|
)
|
|
3666
3626
|
from githubkit.versions.v2022_11_28.models import (
|
|
3667
|
-
|
|
3668
|
-
)
|
|
3669
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3670
|
-
WebhookIssuesLockedPropIssueMergedAssignee as WebhookIssuesLockedPropIssueMergedAssignee,
|
|
3627
|
+
WebhookIssuesLabeledPropIssuePropMilestone as WebhookIssuesLabeledPropIssuePropMilestone,
|
|
3671
3628
|
)
|
|
3672
3629
|
from githubkit.versions.v2022_11_28.models import (
|
|
3673
|
-
|
|
3630
|
+
WebhookIssuesLabeledPropIssuePropReactions as WebhookIssuesLabeledPropIssuePropReactions,
|
|
3674
3631
|
)
|
|
3675
3632
|
from githubkit.versions.v2022_11_28.models import (
|
|
3676
3633
|
WebhookIssuesOpenedPropChangesPropOldIssue as WebhookIssuesOpenedPropChangesPropOldIssue,
|
|
3677
3634
|
)
|
|
3678
3635
|
from githubkit.versions.v2022_11_28.models import (
|
|
3679
|
-
|
|
3636
|
+
WebhookIssuesReopenedPropIssuePropAssignee as WebhookIssuesReopenedPropIssuePropAssignee,
|
|
3680
3637
|
)
|
|
3681
3638
|
from githubkit.versions.v2022_11_28.models import (
|
|
3682
|
-
|
|
3639
|
+
WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
|
|
3683
3640
|
)
|
|
3684
3641
|
from githubkit.versions.v2022_11_28.models import (
|
|
3685
3642
|
WebhookIssuesUnpinnedPropIssuePropAssignee as WebhookIssuesUnpinnedPropIssuePropAssignee,
|
|
@@ -3717,18 +3674,6 @@ if TYPE_CHECKING:
|
|
|
3717
3674
|
from githubkit.versions.v2022_11_28.models import (
|
|
3718
3675
|
WebhookReleaseDeletedPropReleasePropAuthor as WebhookReleaseDeletedPropReleasePropAuthor,
|
|
3719
3676
|
)
|
|
3720
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3721
|
-
WebhookReleasePrereleasedPropReleaseAllof0 as WebhookReleasePrereleasedPropReleaseAllof0,
|
|
3722
|
-
)
|
|
3723
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3724
|
-
WebhookReleasePrereleasedPropReleaseAllof1 as WebhookReleasePrereleasedPropReleaseAllof1,
|
|
3725
|
-
)
|
|
3726
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3727
|
-
WebhookReleaseUnpublishedPropReleaseAllof0 as WebhookReleaseUnpublishedPropReleaseAllof0,
|
|
3728
|
-
)
|
|
3729
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3730
|
-
WebhookReleaseUnpublishedPropReleaseAllof1 as WebhookReleaseUnpublishedPropReleaseAllof1,
|
|
3731
|
-
)
|
|
3732
3677
|
from githubkit.versions.v2022_11_28.models import (
|
|
3733
3678
|
WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
|
|
3734
3679
|
)
|
|
@@ -3844,13 +3789,10 @@ if TYPE_CHECKING:
|
|
|
3844
3789
|
WebhookIssuesEditedPropIssuePropPullRequest as WebhookIssuesEditedPropIssuePropPullRequest,
|
|
3845
3790
|
)
|
|
3846
3791
|
from githubkit.versions.v2022_11_28.models import (
|
|
3847
|
-
|
|
3792
|
+
WebhookIssuesLockedPropIssuePropLabelsItems as WebhookIssuesLockedPropIssuePropLabelsItems,
|
|
3848
3793
|
)
|
|
3849
3794
|
from githubkit.versions.v2022_11_28.models import (
|
|
3850
|
-
|
|
3851
|
-
)
|
|
3852
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3853
|
-
WebhookIssuesLockedPropIssueMergedReactions as WebhookIssuesLockedPropIssueMergedReactions,
|
|
3795
|
+
WebhookIssuesLockedPropIssuePropPullRequest as WebhookIssuesLockedPropIssuePropPullRequest,
|
|
3854
3796
|
)
|
|
3855
3797
|
from githubkit.versions.v2022_11_28.models import (
|
|
3856
3798
|
WebhookIssuesOpenedPropIssuePropLabelsItems as WebhookIssuesOpenedPropIssuePropLabelsItems,
|
|
@@ -3864,9 +3806,21 @@ if TYPE_CHECKING:
|
|
|
3864
3806
|
from githubkit.versions.v2022_11_28.models import (
|
|
3865
3807
|
WebhookIssuesPinnedPropIssuePropPullRequest as WebhookIssuesPinnedPropIssuePropPullRequest,
|
|
3866
3808
|
)
|
|
3809
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3810
|
+
WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
|
|
3811
|
+
)
|
|
3812
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3813
|
+
WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
|
|
3814
|
+
)
|
|
3867
3815
|
from githubkit.versions.v2022_11_28.models import (
|
|
3868
3816
|
WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
|
|
3869
3817
|
)
|
|
3818
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3819
|
+
WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
|
|
3820
|
+
)
|
|
3821
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3822
|
+
WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
|
|
3823
|
+
)
|
|
3870
3824
|
from githubkit.versions.v2022_11_28.models import (
|
|
3871
3825
|
WebhookIssuesUnpinnedPropIssuePropMilestone as WebhookIssuesUnpinnedPropIssuePropMilestone,
|
|
3872
3826
|
)
|
|
@@ -3987,12 +3941,6 @@ if TYPE_CHECKING:
|
|
|
3987
3941
|
from githubkit.versions.v2022_11_28.models import (
|
|
3988
3942
|
WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
|
|
3989
3943
|
)
|
|
3990
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3991
|
-
WebhookDiscussionCreatedPropDiscussionAllof0 as WebhookDiscussionCreatedPropDiscussionAllof0,
|
|
3992
|
-
)
|
|
3993
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3994
|
-
WebhookDiscussionCreatedPropDiscussionAllof1 as WebhookDiscussionCreatedPropDiscussionAllof1,
|
|
3995
|
-
)
|
|
3996
3944
|
from githubkit.versions.v2022_11_28.models import (
|
|
3997
3945
|
WebhookIssueCommentEditedPropChangesPropBody as WebhookIssueCommentEditedPropChangesPropBody,
|
|
3998
3946
|
)
|
|
@@ -4008,9 +3956,6 @@ if TYPE_CHECKING:
|
|
|
4008
3956
|
from githubkit.versions.v2022_11_28.models import (
|
|
4009
3957
|
WebhookIssuesDeletedPropIssuePropPullRequest as WebhookIssuesDeletedPropIssuePropPullRequest,
|
|
4010
3958
|
)
|
|
4011
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4012
|
-
WebhookIssuesDemilestonedPropIssueMergedUser as WebhookIssuesDemilestonedPropIssueMergedUser,
|
|
4013
|
-
)
|
|
4014
3959
|
from githubkit.versions.v2022_11_28.models import (
|
|
4015
3960
|
WebhookIssuesLabeledPropIssuePropLabelsItems as WebhookIssuesLabeledPropIssuePropLabelsItems,
|
|
4016
3961
|
)
|
|
@@ -4018,16 +3963,7 @@ if TYPE_CHECKING:
|
|
|
4018
3963
|
WebhookIssuesLabeledPropIssuePropPullRequest as WebhookIssuesLabeledPropIssuePropPullRequest,
|
|
4019
3964
|
)
|
|
4020
3965
|
from githubkit.versions.v2022_11_28.models import (
|
|
4021
|
-
|
|
4022
|
-
)
|
|
4023
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4024
|
-
WebhookIssuesReopenedPropIssueAllof0PropUser as WebhookIssuesReopenedPropIssueAllof0PropUser,
|
|
4025
|
-
)
|
|
4026
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4027
|
-
WebhookIssuesReopenedPropIssueAllof1PropUser as WebhookIssuesReopenedPropIssueAllof1PropUser,
|
|
4028
|
-
)
|
|
4029
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4030
|
-
WebhookIssuesReopenedPropIssueMergedAssignee as WebhookIssuesReopenedPropIssueMergedAssignee,
|
|
3966
|
+
WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
|
|
4031
3967
|
)
|
|
4032
3968
|
from githubkit.versions.v2022_11_28.models import (
|
|
4033
3969
|
WebhookIssuesUnassignedPropIssuePropAssignee as WebhookIssuesUnassignedPropIssuePropAssignee,
|
|
@@ -4038,15 +3974,6 @@ if TYPE_CHECKING:
|
|
|
4038
3974
|
from githubkit.versions.v2022_11_28.models import (
|
|
4039
3975
|
WebhookIssuesUnlabeledPropIssuePropReactions as WebhookIssuesUnlabeledPropIssuePropReactions,
|
|
4040
3976
|
)
|
|
4041
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4042
|
-
WebhookIssuesUnlockedPropIssueAllof0PropUser as WebhookIssuesUnlockedPropIssueAllof0PropUser,
|
|
4043
|
-
)
|
|
4044
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4045
|
-
WebhookIssuesUnlockedPropIssueAllof1PropUser as WebhookIssuesUnlockedPropIssueAllof1PropUser,
|
|
4046
|
-
)
|
|
4047
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4048
|
-
WebhookIssuesUnlockedPropIssueMergedAssignee as WebhookIssuesUnlockedPropIssueMergedAssignee,
|
|
4049
|
-
)
|
|
4050
3977
|
from githubkit.versions.v2022_11_28.models import (
|
|
4051
3978
|
WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
|
|
4052
3979
|
)
|
|
@@ -4095,6 +4022,9 @@ if TYPE_CHECKING:
|
|
|
4095
4022
|
from githubkit.versions.v2022_11_28.models import (
|
|
4096
4023
|
WebhookReleaseEditedPropReleasePropReactions as WebhookReleaseEditedPropReleasePropReactions,
|
|
4097
4024
|
)
|
|
4025
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4026
|
+
WebhookReleasePublishedPropReleasePropAuthor as WebhookReleasePublishedPropReleasePropAuthor,
|
|
4027
|
+
)
|
|
4098
4028
|
from githubkit.versions.v2022_11_28.models import (
|
|
4099
4029
|
WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
|
|
4100
4030
|
)
|
|
@@ -4180,13 +4110,16 @@ if TYPE_CHECKING:
|
|
|
4180
4110
|
WebhookIssuesAssignedPropIssuePropPullRequest as WebhookIssuesAssignedPropIssuePropPullRequest,
|
|
4181
4111
|
)
|
|
4182
4112
|
from githubkit.versions.v2022_11_28.models import (
|
|
4183
|
-
|
|
4113
|
+
WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
|
|
4114
|
+
)
|
|
4115
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4116
|
+
WebhookIssuesMilestonedPropIssuePropReactions as WebhookIssuesMilestonedPropIssuePropReactions,
|
|
4184
4117
|
)
|
|
4185
4118
|
from githubkit.versions.v2022_11_28.models import (
|
|
4186
|
-
|
|
4119
|
+
WebhookIssuesReopenedPropIssuePropLabelsItems as WebhookIssuesReopenedPropIssuePropLabelsItems,
|
|
4187
4120
|
)
|
|
4188
4121
|
from githubkit.versions.v2022_11_28.models import (
|
|
4189
|
-
|
|
4122
|
+
WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
|
|
4190
4123
|
)
|
|
4191
4124
|
from githubkit.versions.v2022_11_28.models import (
|
|
4192
4125
|
WebhookIssuesTransferredPropIssuePropAssignee as WebhookIssuesTransferredPropIssuePropAssignee,
|
|
@@ -4198,13 +4131,10 @@ if TYPE_CHECKING:
|
|
|
4198
4131
|
WebhookIssuesUnassignedPropIssuePropReactions as WebhookIssuesUnassignedPropIssuePropReactions,
|
|
4199
4132
|
)
|
|
4200
4133
|
from githubkit.versions.v2022_11_28.models import (
|
|
4201
|
-
|
|
4134
|
+
WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
|
|
4202
4135
|
)
|
|
4203
4136
|
from githubkit.versions.v2022_11_28.models import (
|
|
4204
|
-
|
|
4205
|
-
)
|
|
4206
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4207
|
-
WebhookIssuesUnlockedPropIssueMergedReactions as WebhookIssuesUnlockedPropIssueMergedReactions,
|
|
4137
|
+
WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
|
|
4208
4138
|
)
|
|
4209
4139
|
from githubkit.versions.v2022_11_28.models import (
|
|
4210
4140
|
WebhookIssuesUnpinnedPropIssuePropLabelsItems as WebhookIssuesUnpinnedPropIssuePropLabelsItems,
|
|
@@ -4215,18 +4145,9 @@ if TYPE_CHECKING:
|
|
|
4215
4145
|
from githubkit.versions.v2022_11_28.models import (
|
|
4216
4146
|
WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
|
|
4217
4147
|
)
|
|
4218
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4219
|
-
WebhookPullRequestClosedPropPullRequestAllof1 as WebhookPullRequestClosedPropPullRequestAllof1,
|
|
4220
|
-
)
|
|
4221
4148
|
from githubkit.versions.v2022_11_28.models import (
|
|
4222
4149
|
WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
|
|
4223
4150
|
)
|
|
4224
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4225
|
-
WebhookPullRequestEditedPropPullRequestAllof1 as WebhookPullRequestEditedPropPullRequestAllof1,
|
|
4226
|
-
)
|
|
4227
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4228
|
-
WebhookPullRequestOpenedPropPullRequestAllof1 as WebhookPullRequestOpenedPropPullRequestAllof1,
|
|
4229
|
-
)
|
|
4230
4151
|
from githubkit.versions.v2022_11_28.models import (
|
|
4231
4152
|
WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
|
|
4232
4153
|
)
|
|
@@ -4321,25 +4242,13 @@ if TYPE_CHECKING:
|
|
|
4321
4242
|
WebhookIssuesClosedPropIssueAllof1PropAssignee as WebhookIssuesClosedPropIssueAllof1PropAssignee,
|
|
4322
4243
|
)
|
|
4323
4244
|
from githubkit.versions.v2022_11_28.models import (
|
|
4324
|
-
|
|
4245
|
+
WebhookIssuesDemilestonedPropIssuePropAssignee as WebhookIssuesDemilestonedPropIssuePropAssignee,
|
|
4325
4246
|
)
|
|
4326
4247
|
from githubkit.versions.v2022_11_28.models import (
|
|
4327
4248
|
WebhookIssuesEditedPropIssuePropAssigneesItems as WebhookIssuesEditedPropIssuePropAssigneesItems,
|
|
4328
4249
|
)
|
|
4329
4250
|
from githubkit.versions.v2022_11_28.models import (
|
|
4330
|
-
|
|
4331
|
-
)
|
|
4332
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4333
|
-
WebhookIssuesLockedPropIssueAllof1PropAssignee as WebhookIssuesLockedPropIssueAllof1PropAssignee,
|
|
4334
|
-
)
|
|
4335
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4336
|
-
WebhookIssuesMilestonedPropIssueAllof0PropUser as WebhookIssuesMilestonedPropIssueAllof0PropUser,
|
|
4337
|
-
)
|
|
4338
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4339
|
-
WebhookIssuesMilestonedPropIssueAllof1PropUser as WebhookIssuesMilestonedPropIssueAllof1PropUser,
|
|
4340
|
-
)
|
|
4341
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4342
|
-
WebhookIssuesMilestonedPropIssueMergedAssignee as WebhookIssuesMilestonedPropIssueMergedAssignee,
|
|
4251
|
+
WebhookIssuesLockedPropIssuePropAssigneesItems as WebhookIssuesLockedPropIssuePropAssigneesItems,
|
|
4343
4252
|
)
|
|
4344
4253
|
from githubkit.versions.v2022_11_28.models import (
|
|
4345
4254
|
WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
|
|
@@ -4390,13 +4299,13 @@ if TYPE_CHECKING:
|
|
|
4390
4299
|
WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
|
|
4391
4300
|
)
|
|
4392
4301
|
from githubkit.versions.v2022_11_28.models import (
|
|
4393
|
-
|
|
4302
|
+
WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
|
|
4394
4303
|
)
|
|
4395
4304
|
from githubkit.versions.v2022_11_28.models import (
|
|
4396
|
-
|
|
4305
|
+
WebhookReleaseReleasedPropReleasePropReactions as WebhookReleaseReleasedPropReleasePropReactions,
|
|
4397
4306
|
)
|
|
4398
4307
|
from githubkit.versions.v2022_11_28.models import (
|
|
4399
|
-
|
|
4308
|
+
WebhookReleaseUnpublishedPropReleasePropAuthor as WebhookReleaseUnpublishedPropReleasePropAuthor,
|
|
4400
4309
|
)
|
|
4401
4310
|
from githubkit.versions.v2022_11_28.models import (
|
|
4402
4311
|
WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
|
|
@@ -4495,25 +4404,19 @@ if TYPE_CHECKING:
|
|
|
4495
4404
|
WebhookIssuesDeletedPropIssuePropAssigneesItems as WebhookIssuesDeletedPropIssuePropAssigneesItems,
|
|
4496
4405
|
)
|
|
4497
4406
|
from githubkit.versions.v2022_11_28.models import (
|
|
4498
|
-
|
|
4499
|
-
)
|
|
4500
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4501
|
-
WebhookIssuesLockedPropIssueAllof0PropMilestone as WebhookIssuesLockedPropIssueAllof0PropMilestone,
|
|
4502
|
-
)
|
|
4503
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4504
|
-
WebhookIssuesLockedPropIssueAllof0PropReactions as WebhookIssuesLockedPropIssueAllof0PropReactions,
|
|
4407
|
+
WebhookIssuesDemilestonedPropIssuePropMilestone as WebhookIssuesDemilestonedPropIssuePropMilestone,
|
|
4505
4408
|
)
|
|
4506
4409
|
from githubkit.versions.v2022_11_28.models import (
|
|
4507
|
-
|
|
4410
|
+
WebhookIssuesDemilestonedPropIssuePropReactions as WebhookIssuesDemilestonedPropIssuePropReactions,
|
|
4508
4411
|
)
|
|
4509
4412
|
from githubkit.versions.v2022_11_28.models import (
|
|
4510
|
-
|
|
4413
|
+
WebhookIssuesLabeledPropIssuePropAssigneesItems as WebhookIssuesLabeledPropIssuePropAssigneesItems,
|
|
4511
4414
|
)
|
|
4512
4415
|
from githubkit.versions.v2022_11_28.models import (
|
|
4513
|
-
|
|
4416
|
+
WebhookIssuesMilestonedPropIssuePropLabelsItems as WebhookIssuesMilestonedPropIssuePropLabelsItems,
|
|
4514
4417
|
)
|
|
4515
4418
|
from githubkit.versions.v2022_11_28.models import (
|
|
4516
|
-
|
|
4419
|
+
WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
|
|
4517
4420
|
)
|
|
4518
4421
|
from githubkit.versions.v2022_11_28.models import (
|
|
4519
4422
|
WebhookIssuesMilestonedPropMilestonePropCreator as WebhookIssuesMilestonedPropMilestonePropCreator,
|
|
@@ -4548,18 +4451,15 @@ if TYPE_CHECKING:
|
|
|
4548
4451
|
from githubkit.versions.v2022_11_28.models import (
|
|
4549
4452
|
WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
|
|
4550
4453
|
)
|
|
4551
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4552
|
-
WebhookPullRequestReadyForReviewPropPullRequest as WebhookPullRequestReadyForReviewPropPullRequest,
|
|
4553
|
-
)
|
|
4554
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4555
|
-
WebhookPullRequestReopenedPropPullRequestAllof1 as WebhookPullRequestReopenedPropPullRequestAllof1,
|
|
4556
|
-
)
|
|
4557
4454
|
from githubkit.versions.v2022_11_28.models import (
|
|
4558
4455
|
WebhookReleaseCreatedPropReleasePropAssetsItems as WebhookReleaseCreatedPropReleasePropAssetsItems,
|
|
4559
4456
|
)
|
|
4560
4457
|
from githubkit.versions.v2022_11_28.models import (
|
|
4561
4458
|
WebhookReleaseDeletedPropReleasePropAssetsItems as WebhookReleaseDeletedPropReleasePropAssetsItems,
|
|
4562
4459
|
)
|
|
4460
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4461
|
+
WebhookReleasePublishedPropReleasePropReactions as WebhookReleasePublishedPropReleasePropReactions,
|
|
4462
|
+
)
|
|
4563
4463
|
from githubkit.versions.v2022_11_28.models import (
|
|
4564
4464
|
WebhookSponsorshipEditedPropSponsorshipPropTier as WebhookSponsorshipEditedPropSponsorshipPropTier,
|
|
4565
4465
|
)
|
|
@@ -4656,9 +4556,6 @@ if TYPE_CHECKING:
|
|
|
4656
4556
|
from githubkit.versions.v2022_11_28.models import (
|
|
4657
4557
|
WebhookDiscussionAnsweredPropAnswerPropReactions as WebhookDiscussionAnsweredPropAnswerPropReactions,
|
|
4658
4558
|
)
|
|
4659
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4660
|
-
WebhookDiscussionCreatedPropDiscussionMergedUser as WebhookDiscussionCreatedPropDiscussionMergedUser,
|
|
4661
|
-
)
|
|
4662
4559
|
from githubkit.versions.v2022_11_28.models import (
|
|
4663
4560
|
WebhookDiscussionUnansweredPropOldAnswerPropUser as WebhookDiscussionUnansweredPropOldAnswerPropUser,
|
|
4664
4561
|
)
|
|
@@ -4672,19 +4569,7 @@ if TYPE_CHECKING:
|
|
|
4672
4569
|
WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
|
|
4673
4570
|
)
|
|
4674
4571
|
from githubkit.versions.v2022_11_28.models import (
|
|
4675
|
-
|
|
4676
|
-
)
|
|
4677
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4678
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropUser as WebhookIssuesDemilestonedPropIssueAllof1PropUser,
|
|
4679
|
-
)
|
|
4680
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4681
|
-
WebhookIssuesDemilestonedPropIssueMergedAssignee as WebhookIssuesDemilestonedPropIssueMergedAssignee,
|
|
4682
|
-
)
|
|
4683
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4684
|
-
WebhookIssuesReopenedPropIssueAllof0PropAssignee as WebhookIssuesReopenedPropIssueAllof0PropAssignee,
|
|
4685
|
-
)
|
|
4686
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4687
|
-
WebhookIssuesReopenedPropIssueAllof1PropAssignee as WebhookIssuesReopenedPropIssueAllof1PropAssignee,
|
|
4572
|
+
WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
|
|
4688
4573
|
)
|
|
4689
4574
|
from githubkit.versions.v2022_11_28.models import (
|
|
4690
4575
|
WebhookIssuesTransferredPropIssuePropLabelsItems as WebhookIssuesTransferredPropIssuePropLabelsItems,
|
|
@@ -4693,10 +4578,7 @@ if TYPE_CHECKING:
|
|
|
4693
4578
|
WebhookIssuesTransferredPropIssuePropPullRequest as WebhookIssuesTransferredPropIssuePropPullRequest,
|
|
4694
4579
|
)
|
|
4695
4580
|
from githubkit.versions.v2022_11_28.models import (
|
|
4696
|
-
|
|
4697
|
-
)
|
|
4698
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4699
|
-
WebhookIssuesUnlockedPropIssueAllof1PropAssignee as WebhookIssuesUnlockedPropIssueAllof1PropAssignee,
|
|
4581
|
+
WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
|
|
4700
4582
|
)
|
|
4701
4583
|
from githubkit.versions.v2022_11_28.models import (
|
|
4702
4584
|
WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
|
|
@@ -4746,21 +4628,9 @@ if TYPE_CHECKING:
|
|
|
4746
4628
|
from githubkit.versions.v2022_11_28.models import (
|
|
4747
4629
|
WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
|
|
4748
4630
|
)
|
|
4749
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4750
|
-
WebhookReleasePrereleasedPropReleaseMergedAssets as WebhookReleasePrereleasedPropReleaseMergedAssets,
|
|
4751
|
-
)
|
|
4752
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4753
|
-
WebhookReleasePrereleasedPropReleaseMergedAuthor as WebhookReleasePrereleasedPropReleaseMergedAuthor,
|
|
4754
|
-
)
|
|
4755
4631
|
from githubkit.versions.v2022_11_28.models import (
|
|
4756
4632
|
WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
|
|
4757
4633
|
)
|
|
4758
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4759
|
-
WebhookReleaseUnpublishedPropReleaseMergedAssets as WebhookReleaseUnpublishedPropReleaseMergedAssets,
|
|
4760
|
-
)
|
|
4761
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4762
|
-
WebhookReleaseUnpublishedPropReleaseMergedAuthor as WebhookReleaseUnpublishedPropReleaseMergedAuthor,
|
|
4763
|
-
)
|
|
4764
4634
|
from githubkit.versions.v2022_11_28.models import (
|
|
4765
4635
|
WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
|
|
4766
4636
|
)
|
|
@@ -4779,18 +4649,9 @@ if TYPE_CHECKING:
|
|
|
4779
4649
|
from githubkit.versions.v2022_11_28.models import (
|
|
4780
4650
|
WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
|
|
4781
4651
|
)
|
|
4782
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4783
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0 as WebhookWorkflowRunCompletedPropWorkflowRunAllof0,
|
|
4784
|
-
)
|
|
4785
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4786
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1 as WebhookWorkflowRunCompletedPropWorkflowRunAllof1,
|
|
4787
|
-
)
|
|
4788
4652
|
from githubkit.versions.v2022_11_28.models import (
|
|
4789
4653
|
CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
|
|
4790
4654
|
)
|
|
4791
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4792
|
-
GlobalAdvisoryPropVulnerabilitiesItemsPropPackage as GlobalAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
4793
|
-
)
|
|
4794
4655
|
from githubkit.versions.v2022_11_28.models import (
|
|
4795
4656
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
4796
4657
|
)
|
|
@@ -4915,50 +4776,17 @@ if TYPE_CHECKING:
|
|
|
4915
4776
|
WebhookIssuesClosedPropIssueAllof1PropLabelsItems as WebhookIssuesClosedPropIssueAllof1PropLabelsItems,
|
|
4916
4777
|
)
|
|
4917
4778
|
from githubkit.versions.v2022_11_28.models import (
|
|
4918
|
-
|
|
4779
|
+
WebhookIssuesDemilestonedPropIssuePropLabelsItems as WebhookIssuesDemilestonedPropIssuePropLabelsItems,
|
|
4919
4780
|
)
|
|
4920
4781
|
from githubkit.versions.v2022_11_28.models import (
|
|
4921
|
-
|
|
4782
|
+
WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
|
|
4922
4783
|
)
|
|
4923
4784
|
from githubkit.versions.v2022_11_28.models import (
|
|
4924
4785
|
WebhookIssuesDemilestonedPropMilestonePropCreator as WebhookIssuesDemilestonedPropMilestonePropCreator,
|
|
4925
4786
|
)
|
|
4926
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4927
|
-
WebhookIssuesLockedPropIssueAllof0PropLabelsItems as WebhookIssuesLockedPropIssueAllof0PropLabelsItems,
|
|
4928
|
-
)
|
|
4929
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4930
|
-
WebhookIssuesLockedPropIssueAllof0PropPullRequest as WebhookIssuesLockedPropIssueAllof0PropPullRequest,
|
|
4931
|
-
)
|
|
4932
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4933
|
-
WebhookIssuesLockedPropIssueAllof1PropLabelsItems as WebhookIssuesLockedPropIssueAllof1PropLabelsItems,
|
|
4934
|
-
)
|
|
4935
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4936
|
-
WebhookIssuesReopenedPropIssueAllof0PropMilestone as WebhookIssuesReopenedPropIssueAllof0PropMilestone,
|
|
4937
|
-
)
|
|
4938
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4939
|
-
WebhookIssuesReopenedPropIssueAllof0PropReactions as WebhookIssuesReopenedPropIssueAllof0PropReactions,
|
|
4940
|
-
)
|
|
4941
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4942
|
-
WebhookIssuesReopenedPropIssueAllof1PropMilestone as WebhookIssuesReopenedPropIssueAllof1PropMilestone,
|
|
4943
|
-
)
|
|
4944
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4945
|
-
WebhookIssuesReopenedPropIssueAllof1PropReactions as WebhookIssuesReopenedPropIssueAllof1PropReactions,
|
|
4946
|
-
)
|
|
4947
4787
|
from githubkit.versions.v2022_11_28.models import (
|
|
4948
4788
|
WebhookIssuesUnlabeledPropIssuePropAssigneesItems as WebhookIssuesUnlabeledPropIssuePropAssigneesItems,
|
|
4949
4789
|
)
|
|
4950
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4951
|
-
WebhookIssuesUnlockedPropIssueAllof0PropMilestone as WebhookIssuesUnlockedPropIssueAllof0PropMilestone,
|
|
4952
|
-
)
|
|
4953
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4954
|
-
WebhookIssuesUnlockedPropIssueAllof0PropReactions as WebhookIssuesUnlockedPropIssueAllof0PropReactions,
|
|
4955
|
-
)
|
|
4956
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4957
|
-
WebhookIssuesUnlockedPropIssueAllof1PropMilestone as WebhookIssuesUnlockedPropIssueAllof1PropMilestone,
|
|
4958
|
-
)
|
|
4959
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4960
|
-
WebhookIssuesUnlockedPropIssueAllof1PropReactions as WebhookIssuesUnlockedPropIssueAllof1PropReactions,
|
|
4961
|
-
)
|
|
4962
4790
|
from githubkit.versions.v2022_11_28.models import (
|
|
4963
4791
|
WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
|
|
4964
4792
|
)
|
|
@@ -4971,9 +4799,6 @@ if TYPE_CHECKING:
|
|
|
4971
4799
|
from githubkit.versions.v2022_11_28.models import (
|
|
4972
4800
|
WebhookPullRequestAutoMergeEnabledPropPullRequest as WebhookPullRequestAutoMergeEnabledPropPullRequest,
|
|
4973
4801
|
)
|
|
4974
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4975
|
-
WebhookPullRequestConvertedToDraftPropPullRequest as WebhookPullRequestConvertedToDraftPropPullRequest,
|
|
4976
|
-
)
|
|
4977
4802
|
from githubkit.versions.v2022_11_28.models import (
|
|
4978
4803
|
WebhookPullRequestDequeuedPropPullRequestPropBase as WebhookPullRequestDequeuedPropPullRequestPropBase,
|
|
4979
4804
|
)
|
|
@@ -5016,6 +4841,15 @@ if TYPE_CHECKING:
|
|
|
5016
4841
|
from githubkit.versions.v2022_11_28.models import (
|
|
5017
4842
|
WebhookPullRequestUnlockedPropPullRequestPropUser as WebhookPullRequestUnlockedPropPullRequestPropUser,
|
|
5018
4843
|
)
|
|
4844
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4845
|
+
WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
|
|
4846
|
+
)
|
|
4847
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4848
|
+
WebhookReleasePublishedPropReleasePropAssetsItems as WebhookReleasePublishedPropReleasePropAssetsItems,
|
|
4849
|
+
)
|
|
4850
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4851
|
+
WebhookReleaseUnpublishedPropReleasePropReactions as WebhookReleaseUnpublishedPropReleasePropReactions,
|
|
4852
|
+
)
|
|
5019
4853
|
from githubkit.versions.v2022_11_28.models import (
|
|
5020
4854
|
WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
|
|
5021
4855
|
)
|
|
@@ -5040,12 +4874,6 @@ if TYPE_CHECKING:
|
|
|
5040
4874
|
from githubkit.versions.v2022_11_28.models import (
|
|
5041
4875
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof1 as WebhookWorkflowJobInProgressPropWorkflowJobAllof1,
|
|
5042
4876
|
)
|
|
5043
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5044
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0 as WebhookWorkflowRunInProgressPropWorkflowRunAllof0,
|
|
5045
|
-
)
|
|
5046
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5047
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1 as WebhookWorkflowRunInProgressPropWorkflowRunAllof1,
|
|
5048
|
-
)
|
|
5049
4877
|
from githubkit.versions.v2022_11_28.models import (
|
|
5050
4878
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202 as AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
5051
4879
|
)
|
|
@@ -5128,10 +4956,7 @@ if TYPE_CHECKING:
|
|
|
5128
4956
|
WebhookIssueCommentDeletedPropIssueMergedReactions as WebhookIssueCommentDeletedPropIssueMergedReactions,
|
|
5129
4957
|
)
|
|
5130
4958
|
from githubkit.versions.v2022_11_28.models import (
|
|
5131
|
-
|
|
5132
|
-
)
|
|
5133
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5134
|
-
WebhookIssuesMilestonedPropIssueAllof1PropAssignee as WebhookIssuesMilestonedPropIssueAllof1PropAssignee,
|
|
4959
|
+
WebhookIssuesMilestonedPropIssuePropAssigneesItems as WebhookIssuesMilestonedPropIssuePropAssigneesItems,
|
|
5135
4960
|
)
|
|
5136
4961
|
from githubkit.versions.v2022_11_28.models import (
|
|
5137
4962
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
|
|
@@ -5184,12 +5009,6 @@ if TYPE_CHECKING:
|
|
|
5184
5009
|
from githubkit.versions.v2022_11_28.models import (
|
|
5185
5010
|
WebhookRegistryPackagePublishedPropRegistryPackage as WebhookRegistryPackagePublishedPropRegistryPackage,
|
|
5186
5011
|
)
|
|
5187
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5188
|
-
WebhookReleasePublishedPropReleaseAllof0PropAuthor as WebhookReleasePublishedPropReleaseAllof0PropAuthor,
|
|
5189
|
-
)
|
|
5190
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5191
|
-
WebhookReleasePublishedPropReleaseAllof1PropAuthor as WebhookReleasePublishedPropReleaseAllof1PropAuthor,
|
|
5192
|
-
)
|
|
5193
5012
|
from githubkit.versions.v2022_11_28.models import (
|
|
5194
5013
|
WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
|
|
5195
5014
|
)
|
|
@@ -5262,39 +5081,9 @@ if TYPE_CHECKING:
|
|
|
5262
5081
|
from githubkit.versions.v2022_11_28.models import (
|
|
5263
5082
|
WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
|
|
5264
5083
|
)
|
|
5265
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5266
|
-
WebhookIssuesMilestonedPropIssueAllof0PropMilestone as WebhookIssuesMilestonedPropIssueAllof0PropMilestone,
|
|
5267
|
-
)
|
|
5268
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5269
|
-
WebhookIssuesMilestonedPropIssueAllof0PropReactions as WebhookIssuesMilestonedPropIssueAllof0PropReactions,
|
|
5270
|
-
)
|
|
5271
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5272
|
-
WebhookIssuesMilestonedPropIssueAllof1PropMilestone as WebhookIssuesMilestonedPropIssueAllof1PropMilestone,
|
|
5273
|
-
)
|
|
5274
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5275
|
-
WebhookIssuesMilestonedPropIssueAllof1PropReactions as WebhookIssuesMilestonedPropIssueAllof1PropReactions,
|
|
5276
|
-
)
|
|
5277
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5278
|
-
WebhookIssuesReopenedPropIssueAllof0PropLabelsItems as WebhookIssuesReopenedPropIssueAllof0PropLabelsItems,
|
|
5279
|
-
)
|
|
5280
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5281
|
-
WebhookIssuesReopenedPropIssueAllof0PropPullRequest as WebhookIssuesReopenedPropIssueAllof0PropPullRequest,
|
|
5282
|
-
)
|
|
5283
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5284
|
-
WebhookIssuesReopenedPropIssueAllof1PropLabelsItems as WebhookIssuesReopenedPropIssueAllof1PropLabelsItems,
|
|
5285
|
-
)
|
|
5286
5084
|
from githubkit.versions.v2022_11_28.models import (
|
|
5287
5085
|
WebhookIssuesTransferredPropIssuePropAssigneesItems as WebhookIssuesTransferredPropIssuePropAssigneesItems,
|
|
5288
5086
|
)
|
|
5289
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5290
|
-
WebhookIssuesUnlockedPropIssueAllof0PropLabelsItems as WebhookIssuesUnlockedPropIssueAllof0PropLabelsItems,
|
|
5291
|
-
)
|
|
5292
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5293
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPullRequest as WebhookIssuesUnlockedPropIssueAllof0PropPullRequest,
|
|
5294
|
-
)
|
|
5295
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5296
|
-
WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems as WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems,
|
|
5297
|
-
)
|
|
5298
5087
|
from githubkit.versions.v2022_11_28.models import (
|
|
5299
5088
|
WebhookProjectCardCreatedPropProjectCardPropCreator as WebhookProjectCardCreatedPropProjectCardPropCreator,
|
|
5300
5089
|
)
|
|
@@ -5340,6 +5129,12 @@ if TYPE_CHECKING:
|
|
|
5340
5129
|
from githubkit.versions.v2022_11_28.models import (
|
|
5341
5130
|
WebhookPullRequestUnlabeledPropPullRequestPropLinks as WebhookPullRequestUnlabeledPropPullRequestPropLinks,
|
|
5342
5131
|
)
|
|
5132
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5133
|
+
WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
|
|
5134
|
+
)
|
|
5135
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5136
|
+
WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
|
|
5137
|
+
)
|
|
5343
5138
|
from githubkit.versions.v2022_11_28.models import (
|
|
5344
5139
|
WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
|
|
5345
5140
|
)
|
|
@@ -5364,6 +5159,9 @@ if TYPE_CHECKING:
|
|
|
5364
5159
|
from githubkit.versions.v2022_11_28.models import (
|
|
5365
5160
|
WebhookTeamEditedPropRepositoryPropCustomProperties as WebhookTeamEditedPropRepositoryPropCustomProperties,
|
|
5366
5161
|
)
|
|
5162
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5163
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropActor as WebhookWorkflowRunCompletedPropWorkflowRunPropActor,
|
|
5164
|
+
)
|
|
5367
5165
|
from githubkit.versions.v2022_11_28.models import (
|
|
5368
5166
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
|
|
5369
5167
|
)
|
|
@@ -5382,15 +5180,6 @@ if TYPE_CHECKING:
|
|
|
5382
5180
|
from githubkit.versions.v2022_11_28.models import (
|
|
5383
5181
|
RepositoryRuleCommitAuthorEmailPatternPropParameters as RepositoryRuleCommitAuthorEmailPatternPropParameters,
|
|
5384
5182
|
)
|
|
5385
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5386
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropUser as WebhookDiscussionCreatedPropDiscussionAllof0PropUser,
|
|
5387
|
-
)
|
|
5388
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5389
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropUser as WebhookDiscussionCreatedPropDiscussionAllof1PropUser,
|
|
5390
|
-
)
|
|
5391
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5392
|
-
WebhookDiscussionCreatedPropDiscussionMergedCategory as WebhookDiscussionCreatedPropDiscussionMergedCategory,
|
|
5393
|
-
)
|
|
5394
5183
|
from githubkit.versions.v2022_11_28.models import (
|
|
5395
5184
|
WebhookInstallationTargetRenamedPropChangesPropLogin as WebhookInstallationTargetRenamedPropChangesPropLogin,
|
|
5396
5185
|
)
|
|
@@ -5407,19 +5196,13 @@ if TYPE_CHECKING:
|
|
|
5407
5196
|
WebhookIssuesClosedPropIssueAllof1PropAssigneesItems as WebhookIssuesClosedPropIssueAllof1PropAssigneesItems,
|
|
5408
5197
|
)
|
|
5409
5198
|
from githubkit.versions.v2022_11_28.models import (
|
|
5410
|
-
|
|
5411
|
-
)
|
|
5412
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5413
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropAssignee as WebhookIssuesDemilestonedPropIssueAllof1PropAssignee,
|
|
5199
|
+
WebhookIssuesDemilestonedPropIssuePropAssigneesItems as WebhookIssuesDemilestonedPropIssuePropAssigneesItems,
|
|
5414
5200
|
)
|
|
5415
5201
|
from githubkit.versions.v2022_11_28.models import (
|
|
5416
5202
|
WebhookIssuesEditedPropIssuePropMilestonePropCreator as WebhookIssuesEditedPropIssuePropMilestonePropCreator,
|
|
5417
5203
|
)
|
|
5418
5204
|
from githubkit.versions.v2022_11_28.models import (
|
|
5419
|
-
|
|
5420
|
-
)
|
|
5421
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5422
|
-
WebhookIssuesLockedPropIssueAllof1PropAssigneesItems as WebhookIssuesLockedPropIssueAllof1PropAssigneesItems,
|
|
5205
|
+
WebhookIssuesLockedPropIssuePropMilestonePropCreator as WebhookIssuesLockedPropIssuePropMilestonePropCreator,
|
|
5423
5206
|
)
|
|
5424
5207
|
from githubkit.versions.v2022_11_28.models import (
|
|
5425
5208
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
|
|
@@ -5475,18 +5258,6 @@ if TYPE_CHECKING:
|
|
|
5475
5258
|
from githubkit.versions.v2022_11_28.models import (
|
|
5476
5259
|
WebhookPullRequestUnassignedPropPullRequestPropLinks as WebhookPullRequestUnassignedPropPullRequestPropLinks,
|
|
5477
5260
|
)
|
|
5478
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5479
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAuthor as WebhookReleasePrereleasedPropReleaseAllof0PropAuthor,
|
|
5480
|
-
)
|
|
5481
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5482
|
-
WebhookReleasePrereleasedPropReleaseAllof1PropAuthor as WebhookReleasePrereleasedPropReleaseAllof1PropAuthor,
|
|
5483
|
-
)
|
|
5484
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5485
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAuthor as WebhookReleaseUnpublishedPropReleaseAllof0PropAuthor,
|
|
5486
|
-
)
|
|
5487
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5488
|
-
WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor as WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor,
|
|
5489
|
-
)
|
|
5490
5261
|
from githubkit.versions.v2022_11_28.models import (
|
|
5491
5262
|
WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
|
|
5492
5263
|
)
|
|
@@ -5514,6 +5285,9 @@ if TYPE_CHECKING:
|
|
|
5514
5285
|
from githubkit.versions.v2022_11_28.models import (
|
|
5515
5286
|
WebhookTeamDeletedPropRepositoryPropCustomProperties as WebhookTeamDeletedPropRepositoryPropCustomProperties,
|
|
5516
5287
|
)
|
|
5288
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5289
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropActor as WebhookWorkflowRunInProgressPropWorkflowRunPropActor,
|
|
5290
|
+
)
|
|
5517
5291
|
from githubkit.versions.v2022_11_28.models import (
|
|
5518
5292
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201 as OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
5519
5293
|
)
|
|
@@ -5559,9 +5333,6 @@ if TYPE_CHECKING:
|
|
|
5559
5333
|
from githubkit.versions.v2022_11_28.models import (
|
|
5560
5334
|
WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
|
|
5561
5335
|
)
|
|
5562
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5563
|
-
WebhookDiscussionCreatedPropDiscussionMergedReactions as WebhookDiscussionCreatedPropDiscussionMergedReactions,
|
|
5564
|
-
)
|
|
5565
5336
|
from githubkit.versions.v2022_11_28.models import (
|
|
5566
5337
|
WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
|
|
5567
5338
|
)
|
|
@@ -5592,18 +5363,6 @@ if TYPE_CHECKING:
|
|
|
5592
5363
|
from githubkit.versions.v2022_11_28.models import (
|
|
5593
5364
|
WebhookIssuesDeletedPropIssuePropMilestonePropCreator as WebhookIssuesDeletedPropIssuePropMilestonePropCreator,
|
|
5594
5365
|
)
|
|
5595
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5596
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropMilestone as WebhookIssuesDemilestonedPropIssueAllof0PropMilestone,
|
|
5597
|
-
)
|
|
5598
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5599
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropReactions as WebhookIssuesDemilestonedPropIssueAllof0PropReactions,
|
|
5600
|
-
)
|
|
5601
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5602
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropMilestone as WebhookIssuesDemilestonedPropIssueAllof1PropMilestone,
|
|
5603
|
-
)
|
|
5604
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5605
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropReactions as WebhookIssuesDemilestonedPropIssueAllof1PropReactions,
|
|
5606
|
-
)
|
|
5607
5366
|
from githubkit.versions.v2022_11_28.models import (
|
|
5608
5367
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubApp as WebhookIssuesEditedPropIssuePropPerformedViaGithubApp,
|
|
5609
5368
|
)
|
|
@@ -5611,13 +5370,7 @@ if TYPE_CHECKING:
|
|
|
5611
5370
|
WebhookIssuesLabeledPropIssuePropMilestonePropCreator as WebhookIssuesLabeledPropIssuePropMilestonePropCreator,
|
|
5612
5371
|
)
|
|
5613
5372
|
from githubkit.versions.v2022_11_28.models import (
|
|
5614
|
-
|
|
5615
|
-
)
|
|
5616
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5617
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPullRequest as WebhookIssuesMilestonedPropIssueAllof0PropPullRequest,
|
|
5618
|
-
)
|
|
5619
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5620
|
-
WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems as WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems,
|
|
5373
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubApp as WebhookIssuesLockedPropIssuePropPerformedViaGithubApp,
|
|
5621
5374
|
)
|
|
5622
5375
|
from githubkit.versions.v2022_11_28.models import (
|
|
5623
5376
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
|
|
@@ -5661,9 +5414,6 @@ if TYPE_CHECKING:
|
|
|
5661
5414
|
from githubkit.versions.v2022_11_28.models import (
|
|
5662
5415
|
WebhookPullRequestLabeledPropPullRequestPropMilestone as WebhookPullRequestLabeledPropPullRequestPropMilestone,
|
|
5663
5416
|
)
|
|
5664
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5665
|
-
WebhookPullRequestReadyForReviewPropPullRequestAllof1 as WebhookPullRequestReadyForReviewPropPullRequestAllof1,
|
|
5666
|
-
)
|
|
5667
5417
|
from githubkit.versions.v2022_11_28.models import (
|
|
5668
5418
|
WebhookPullRequestReviewCommentCreatedPropPullRequest as WebhookPullRequestReviewCommentCreatedPropPullRequest,
|
|
5669
5419
|
)
|
|
@@ -5691,9 +5441,6 @@ if TYPE_CHECKING:
|
|
|
5691
5441
|
from githubkit.versions.v2022_11_28.models import (
|
|
5692
5442
|
WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
|
|
5693
5443
|
)
|
|
5694
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5695
|
-
WebhookReleasePublishedPropReleaseAllof0PropReactions as WebhookReleasePublishedPropReleaseAllof0PropReactions,
|
|
5696
|
-
)
|
|
5697
5444
|
from githubkit.versions.v2022_11_28.models import (
|
|
5698
5445
|
WebhookSponsorshipCancelledPropSponsorshipPropSponsor as WebhookSponsorshipCancelledPropSponsorshipPropSponsor,
|
|
5699
5446
|
)
|
|
@@ -5709,9 +5456,6 @@ if TYPE_CHECKING:
|
|
|
5709
5456
|
from githubkit.versions.v2022_11_28.models import (
|
|
5710
5457
|
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
|
|
5711
5458
|
)
|
|
5712
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5713
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedActor as WebhookWorkflowRunCompletedPropWorkflowRunMergedActor,
|
|
5714
|
-
)
|
|
5715
5459
|
from githubkit.versions.v2022_11_28.models import (
|
|
5716
5460
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
|
|
5717
5461
|
)
|
|
@@ -5785,16 +5529,10 @@ if TYPE_CHECKING:
|
|
|
5785
5529
|
WebhookIssuesOpenedPropChangesPropOldIssuePropAssignee as WebhookIssuesOpenedPropChangesPropOldIssuePropAssignee,
|
|
5786
5530
|
)
|
|
5787
5531
|
from githubkit.versions.v2022_11_28.models import (
|
|
5788
|
-
|
|
5532
|
+
WebhookIssuesReopenedPropIssuePropMilestonePropCreator as WebhookIssuesReopenedPropIssuePropMilestonePropCreator,
|
|
5789
5533
|
)
|
|
5790
5534
|
from githubkit.versions.v2022_11_28.models import (
|
|
5791
|
-
|
|
5792
|
-
)
|
|
5793
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5794
|
-
WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItems as WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItems,
|
|
5795
|
-
)
|
|
5796
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5797
|
-
WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems as WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems,
|
|
5535
|
+
WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
|
|
5798
5536
|
)
|
|
5799
5537
|
from githubkit.versions.v2022_11_28.models import (
|
|
5800
5538
|
WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator,
|
|
@@ -5868,9 +5606,6 @@ if TYPE_CHECKING:
|
|
|
5868
5606
|
from githubkit.versions.v2022_11_28.models import (
|
|
5869
5607
|
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
|
|
5870
5608
|
)
|
|
5871
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5872
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedActor as WebhookWorkflowRunInProgressPropWorkflowRunMergedActor,
|
|
5873
|
-
)
|
|
5874
5609
|
from githubkit.versions.v2022_11_28.models import (
|
|
5875
5610
|
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
|
|
5876
5611
|
)
|
|
@@ -5940,30 +5675,24 @@ if TYPE_CHECKING:
|
|
|
5940
5675
|
from githubkit.versions.v2022_11_28.models import (
|
|
5941
5676
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
|
|
5942
5677
|
)
|
|
5943
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5944
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems as WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems,
|
|
5945
|
-
)
|
|
5946
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5947
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest as WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest,
|
|
5948
|
-
)
|
|
5949
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5950
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems as WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems,
|
|
5951
|
-
)
|
|
5952
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5953
|
-
WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp as WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp,
|
|
5954
|
-
)
|
|
5955
5678
|
from githubkit.versions.v2022_11_28.models import (
|
|
5956
5679
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestone as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestone,
|
|
5957
5680
|
)
|
|
5958
5681
|
from githubkit.versions.v2022_11_28.models import (
|
|
5959
5682
|
WebhookIssuesOpenedPropChangesPropOldIssuePropReactions as WebhookIssuesOpenedPropChangesPropOldIssuePropReactions,
|
|
5960
5683
|
)
|
|
5684
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5685
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp as WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp,
|
|
5686
|
+
)
|
|
5961
5687
|
from githubkit.versions.v2022_11_28.models import (
|
|
5962
5688
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
|
|
5963
5689
|
)
|
|
5964
5690
|
from githubkit.versions.v2022_11_28.models import (
|
|
5965
5691
|
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
|
|
5966
5692
|
)
|
|
5693
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5694
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
|
|
5695
|
+
)
|
|
5967
5696
|
from githubkit.versions.v2022_11_28.models import (
|
|
5968
5697
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
|
|
5969
5698
|
)
|
|
@@ -5973,9 +5702,6 @@ if TYPE_CHECKING:
|
|
|
5973
5702
|
from githubkit.versions.v2022_11_28.models import (
|
|
5974
5703
|
WebhookProjectCardMovedPropProjectCardAllof1PropCreator as WebhookProjectCardMovedPropProjectCardAllof1PropCreator,
|
|
5975
5704
|
)
|
|
5976
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5977
|
-
WebhookPullRequestConvertedToDraftPropPullRequestAllof1 as WebhookPullRequestConvertedToDraftPropPullRequestAllof1,
|
|
5978
|
-
)
|
|
5979
5705
|
from githubkit.versions.v2022_11_28.models import (
|
|
5980
5706
|
WebhookPullRequestLabeledPropPullRequestPropLabelsItems as WebhookPullRequestLabeledPropPullRequestPropLabelsItems,
|
|
5981
5707
|
)
|
|
@@ -6012,18 +5738,6 @@ if TYPE_CHECKING:
|
|
|
6012
5738
|
from githubkit.versions.v2022_11_28.models import (
|
|
6013
5739
|
WebhookPullRequestUnlabeledPropPullRequestPropMilestone as WebhookPullRequestUnlabeledPropPullRequestPropMilestone,
|
|
6014
5740
|
)
|
|
6015
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6016
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropReactions as WebhookReleasePrereleasedPropReleaseAllof0PropReactions,
|
|
6017
|
-
)
|
|
6018
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6019
|
-
WebhookReleasePublishedPropReleaseAllof0PropAssetsItems as WebhookReleasePublishedPropReleaseAllof0PropAssetsItems,
|
|
6020
|
-
)
|
|
6021
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6022
|
-
WebhookReleasePublishedPropReleaseAllof1PropAssetsItems as WebhookReleasePublishedPropReleaseAllof1PropAssetsItems,
|
|
6023
|
-
)
|
|
6024
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6025
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropReactions as WebhookReleaseUnpublishedPropReleaseAllof0PropReactions,
|
|
6026
|
-
)
|
|
6027
5741
|
from githubkit.versions.v2022_11_28.models import (
|
|
6028
5742
|
WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
|
|
6029
5743
|
)
|
|
@@ -6075,12 +5789,6 @@ if TYPE_CHECKING:
|
|
|
6075
5789
|
from githubkit.versions.v2022_11_28.models import (
|
|
6076
5790
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropActor as WebhookDeploymentReviewRequestedPropWorkflowRunPropActor,
|
|
6077
5791
|
)
|
|
6078
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6079
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropCategory as WebhookDiscussionCreatedPropDiscussionAllof0PropCategory,
|
|
6080
|
-
)
|
|
6081
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6082
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropCategory as WebhookDiscussionCreatedPropDiscussionAllof1PropCategory,
|
|
6083
|
-
)
|
|
6084
5792
|
from githubkit.versions.v2022_11_28.models import (
|
|
6085
5793
|
WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItems as WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItems,
|
|
6086
5794
|
)
|
|
@@ -6100,10 +5808,7 @@ if TYPE_CHECKING:
|
|
|
6100
5808
|
WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItems as WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItems,
|
|
6101
5809
|
)
|
|
6102
5810
|
from githubkit.versions.v2022_11_28.models import (
|
|
6103
|
-
|
|
6104
|
-
)
|
|
6105
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6106
|
-
WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems as WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems,
|
|
5811
|
+
WebhookIssuesMilestonedPropIssuePropMilestonePropCreator as WebhookIssuesMilestonedPropIssuePropMilestonePropCreator,
|
|
6107
5812
|
)
|
|
6108
5813
|
from githubkit.versions.v2022_11_28.models import (
|
|
6109
5814
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
|
|
@@ -6205,22 +5910,16 @@ if TYPE_CHECKING:
|
|
|
6205
5910
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
|
|
6206
5911
|
)
|
|
6207
5912
|
from githubkit.versions.v2022_11_28.models import (
|
|
6208
|
-
|
|
6209
|
-
)
|
|
6210
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6211
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1 as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1,
|
|
6212
|
-
)
|
|
6213
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6214
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0 as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0,
|
|
5913
|
+
WebhookSponsorshipCancelledPropSponsorshipPropMaintainer as WebhookSponsorshipCancelledPropSponsorshipPropMaintainer,
|
|
6215
5914
|
)
|
|
6216
5915
|
from githubkit.versions.v2022_11_28.models import (
|
|
6217
|
-
|
|
5916
|
+
WebhookSponsorshipTierChangedPropChangesPropTierPropFrom as WebhookSponsorshipTierChangedPropChangesPropTierPropFrom,
|
|
6218
5917
|
)
|
|
6219
5918
|
from githubkit.versions.v2022_11_28.models import (
|
|
6220
|
-
|
|
5919
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
|
|
6221
5920
|
)
|
|
6222
5921
|
from githubkit.versions.v2022_11_28.models import (
|
|
6223
|
-
|
|
5922
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropRepository,
|
|
6224
5923
|
)
|
|
6225
5924
|
from githubkit.versions.v2022_11_28.models import (
|
|
6226
5925
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommit,
|
|
@@ -6237,6 +5936,9 @@ if TYPE_CHECKING:
|
|
|
6237
5936
|
from githubkit.versions.v2022_11_28.models import (
|
|
6238
5937
|
ProtectedBranchPullRequestReviewPropDismissalRestrictions as ProtectedBranchPullRequestReviewPropDismissalRestrictions,
|
|
6239
5938
|
)
|
|
5939
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5940
|
+
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200 as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200,
|
|
5941
|
+
)
|
|
6240
5942
|
from githubkit.versions.v2022_11_28.models import (
|
|
6241
5943
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody,
|
|
6242
5944
|
)
|
|
@@ -6256,10 +5958,7 @@ if TYPE_CHECKING:
|
|
|
6256
5958
|
WebhookDeploymentCreatedPropWorkflowRunPropHeadRepository as WebhookDeploymentCreatedPropWorkflowRunPropHeadRepository,
|
|
6257
5959
|
)
|
|
6258
5960
|
from githubkit.versions.v2022_11_28.models import (
|
|
6259
|
-
|
|
6260
|
-
)
|
|
6261
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6262
|
-
WebhookDiscussionCreatedPropDiscussionAllof1PropReactions as WebhookDiscussionCreatedPropDiscussionAllof1PropReactions,
|
|
5961
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp,
|
|
6263
5962
|
)
|
|
6264
5963
|
from githubkit.versions.v2022_11_28.models import (
|
|
6265
5964
|
WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItems as WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItems,
|
|
@@ -6267,9 +5966,6 @@ if TYPE_CHECKING:
|
|
|
6267
5966
|
from githubkit.versions.v2022_11_28.models import (
|
|
6268
5967
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
|
|
6269
5968
|
)
|
|
6270
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6271
|
-
WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp as WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp,
|
|
6272
|
-
)
|
|
6273
5969
|
from githubkit.versions.v2022_11_28.models import (
|
|
6274
5970
|
WebhookIssuesTransferredPropIssuePropMilestonePropCreator as WebhookIssuesTransferredPropIssuePropMilestonePropCreator,
|
|
6275
5971
|
)
|
|
@@ -6387,33 +6083,9 @@ if TYPE_CHECKING:
|
|
|
6387
6083
|
from githubkit.versions.v2022_11_28.models import (
|
|
6388
6084
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropOwner as WebhookRegistryPackageUpdatedPropRegistryPackagePropOwner,
|
|
6389
6085
|
)
|
|
6390
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6391
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItems as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItems,
|
|
6392
|
-
)
|
|
6393
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6394
|
-
WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems as WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems,
|
|
6395
|
-
)
|
|
6396
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6397
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItems as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItems,
|
|
6398
|
-
)
|
|
6399
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6400
|
-
WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems as WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems,
|
|
6401
|
-
)
|
|
6402
6086
|
from githubkit.versions.v2022_11_28.models import (
|
|
6403
6087
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
|
|
6404
6088
|
)
|
|
6405
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6406
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0 as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0,
|
|
6407
|
-
)
|
|
6408
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6409
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1 as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1,
|
|
6410
|
-
)
|
|
6411
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6412
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0 as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0,
|
|
6413
|
-
)
|
|
6414
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6415
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1 as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1,
|
|
6416
|
-
)
|
|
6417
6089
|
from githubkit.versions.v2022_11_28.models import (
|
|
6418
6090
|
WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
|
|
6419
6091
|
)
|
|
@@ -6427,10 +6099,10 @@ if TYPE_CHECKING:
|
|
|
6427
6099
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense as WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense,
|
|
6428
6100
|
)
|
|
6429
6101
|
from githubkit.versions.v2022_11_28.models import (
|
|
6430
|
-
|
|
6102
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit,
|
|
6431
6103
|
)
|
|
6432
6104
|
from githubkit.versions.v2022_11_28.models import (
|
|
6433
|
-
|
|
6105
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropRepository as WebhookWorkflowRunInProgressPropWorkflowRunPropRepository,
|
|
6434
6106
|
)
|
|
6435
6107
|
from githubkit.versions.v2022_11_28.models import (
|
|
6436
6108
|
PersonalAccessTokenRequestPropPermissionsUpgradedPropOther as PersonalAccessTokenRequestPropPermissionsUpgradedPropOther,
|
|
@@ -6447,6 +6119,9 @@ if TYPE_CHECKING:
|
|
|
6447
6119
|
from githubkit.versions.v2022_11_28.models import (
|
|
6448
6120
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems,
|
|
6449
6121
|
)
|
|
6122
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6123
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody,
|
|
6124
|
+
)
|
|
6450
6125
|
from githubkit.versions.v2022_11_28.models import (
|
|
6451
6126
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody,
|
|
6452
6127
|
)
|
|
@@ -6466,13 +6141,7 @@ if TYPE_CHECKING:
|
|
|
6466
6141
|
WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreator,
|
|
6467
6142
|
)
|
|
6468
6143
|
from githubkit.versions.v2022_11_28.models import (
|
|
6469
|
-
|
|
6470
|
-
)
|
|
6471
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6472
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems,
|
|
6473
|
-
)
|
|
6474
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6475
|
-
WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator,
|
|
6144
|
+
WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator as WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator,
|
|
6476
6145
|
)
|
|
6477
6146
|
from githubkit.versions.v2022_11_28.models import (
|
|
6478
6147
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
|
|
@@ -6579,18 +6248,6 @@ if TYPE_CHECKING:
|
|
|
6579
6248
|
from githubkit.versions.v2022_11_28.models import (
|
|
6580
6249
|
WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer,
|
|
6581
6250
|
)
|
|
6582
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6583
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommit,
|
|
6584
|
-
)
|
|
6585
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6586
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedRepository as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepository,
|
|
6587
|
-
)
|
|
6588
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6589
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActor,
|
|
6590
|
-
)
|
|
6591
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6592
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor,
|
|
6593
|
-
)
|
|
6594
6251
|
from githubkit.versions.v2022_11_28.models import (
|
|
6595
6252
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
|
|
6596
6253
|
)
|
|
@@ -6628,13 +6285,7 @@ if TYPE_CHECKING:
|
|
|
6628
6285
|
WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubApp,
|
|
6629
6286
|
)
|
|
6630
6287
|
from githubkit.versions.v2022_11_28.models import (
|
|
6631
|
-
|
|
6632
|
-
)
|
|
6633
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6634
|
-
WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp,
|
|
6635
|
-
)
|
|
6636
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6637
|
-
WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp,
|
|
6288
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp,
|
|
6638
6289
|
)
|
|
6639
6290
|
from githubkit.versions.v2022_11_28.models import (
|
|
6640
6291
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee as WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee,
|
|
@@ -6720,12 +6371,6 @@ if TYPE_CHECKING:
|
|
|
6720
6371
|
from githubkit.versions.v2022_11_28.models import (
|
|
6721
6372
|
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable,
|
|
6722
6373
|
)
|
|
6723
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6724
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommit,
|
|
6725
|
-
)
|
|
6726
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6727
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedRepository as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepository,
|
|
6728
|
-
)
|
|
6729
6374
|
from githubkit.versions.v2022_11_28.models import (
|
|
6730
6375
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
6731
6376
|
)
|
|
@@ -6762,18 +6407,12 @@ if TYPE_CHECKING:
|
|
|
6762
6407
|
from githubkit.versions.v2022_11_28.models import (
|
|
6763
6408
|
WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItems as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItems,
|
|
6764
6409
|
)
|
|
6765
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6766
|
-
WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator,
|
|
6767
|
-
)
|
|
6768
6410
|
from githubkit.versions.v2022_11_28.models import (
|
|
6769
6411
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestone as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestone,
|
|
6770
6412
|
)
|
|
6771
6413
|
from githubkit.versions.v2022_11_28.models import (
|
|
6772
6414
|
WebhookIssuesTransferredPropChangesPropNewIssuePropReactions as WebhookIssuesTransferredPropChangesPropNewIssuePropReactions,
|
|
6773
6415
|
)
|
|
6774
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6775
|
-
WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator,
|
|
6776
|
-
)
|
|
6777
6416
|
from githubkit.versions.v2022_11_28.models import (
|
|
6778
6417
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
|
|
6779
6418
|
)
|
|
@@ -6862,7 +6501,7 @@ if TYPE_CHECKING:
|
|
|
6862
6501
|
WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
|
|
6863
6502
|
)
|
|
6864
6503
|
from githubkit.versions.v2022_11_28.models import (
|
|
6865
|
-
|
|
6504
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
|
|
6866
6505
|
)
|
|
6867
6506
|
from githubkit.versions.v2022_11_28.models import (
|
|
6868
6507
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepository,
|
|
@@ -6936,21 +6575,9 @@ if TYPE_CHECKING:
|
|
|
6936
6575
|
from githubkit.versions.v2022_11_28.models import (
|
|
6937
6576
|
WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp,
|
|
6938
6577
|
)
|
|
6939
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6940
|
-
WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp,
|
|
6941
|
-
)
|
|
6942
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6943
|
-
WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp,
|
|
6944
|
-
)
|
|
6945
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6946
|
-
WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp,
|
|
6947
|
-
)
|
|
6948
6578
|
from githubkit.versions.v2022_11_28.models import (
|
|
6949
6579
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner as WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner,
|
|
6950
6580
|
)
|
|
6951
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6952
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubApp,
|
|
6953
|
-
)
|
|
6954
6581
|
from githubkit.versions.v2022_11_28.models import (
|
|
6955
6582
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropRelease as WebhookPackageUpdatedPropPackagePropPackageVersionPropRelease,
|
|
6956
6583
|
)
|
|
@@ -7071,6 +6698,9 @@ if TYPE_CHECKING:
|
|
|
7071
6698
|
from githubkit.versions.v2022_11_28.models import (
|
|
7072
6699
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
|
|
7073
6700
|
)
|
|
6701
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6702
|
+
WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader,
|
|
6703
|
+
)
|
|
7074
6704
|
from githubkit.versions.v2022_11_28.models import (
|
|
7075
6705
|
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor,
|
|
7076
6706
|
)
|
|
@@ -7078,7 +6708,10 @@ if TYPE_CHECKING:
|
|
|
7078
6708
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
|
|
7079
6709
|
)
|
|
7080
6710
|
from githubkit.versions.v2022_11_28.models import (
|
|
7081
|
-
|
|
6711
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor,
|
|
6712
|
+
)
|
|
6713
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6714
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository,
|
|
7082
6715
|
)
|
|
7083
6716
|
from githubkit.versions.v2022_11_28.models import (
|
|
7084
6717
|
WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActor,
|
|
@@ -7086,6 +6719,9 @@ if TYPE_CHECKING:
|
|
|
7086
6719
|
from githubkit.versions.v2022_11_28.models import (
|
|
7087
6720
|
PersonalAccessTokenRequestPropPermissionsAddedPropOrganization as PersonalAccessTokenRequestPropPermissionsAddedPropOrganization,
|
|
7088
6721
|
)
|
|
6722
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6723
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
6724
|
+
)
|
|
7089
6725
|
from githubkit.versions.v2022_11_28.models import (
|
|
7090
6726
|
WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissions as WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissions,
|
|
7091
6727
|
)
|
|
@@ -7101,9 +6737,6 @@ if TYPE_CHECKING:
|
|
|
7101
6737
|
from githubkit.versions.v2022_11_28.models import (
|
|
7102
6738
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
|
|
7103
6739
|
)
|
|
7104
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7105
|
-
WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy as WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy,
|
|
7106
|
-
)
|
|
7107
6740
|
from githubkit.versions.v2022_11_28.models import (
|
|
7108
6741
|
WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems,
|
|
7109
6742
|
)
|
|
@@ -7120,10 +6753,7 @@ if TYPE_CHECKING:
|
|
|
7120
6753
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7121
6754
|
)
|
|
7122
6755
|
from githubkit.versions.v2022_11_28.models import (
|
|
7123
|
-
|
|
7124
|
-
)
|
|
7125
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7126
|
-
WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator as WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator,
|
|
6756
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7127
6757
|
)
|
|
7128
6758
|
from githubkit.versions.v2022_11_28.models import (
|
|
7129
6759
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions as WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions,
|
|
@@ -7140,12 +6770,6 @@ if TYPE_CHECKING:
|
|
|
7140
6770
|
from githubkit.versions.v2022_11_28.models import (
|
|
7141
6771
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
|
|
7142
6772
|
)
|
|
7143
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7144
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0,
|
|
7145
|
-
)
|
|
7146
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7147
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1,
|
|
7148
|
-
)
|
|
7149
6773
|
from githubkit.versions.v2022_11_28.models import (
|
|
7150
6774
|
WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
|
|
7151
6775
|
)
|
|
@@ -7261,19 +6885,7 @@ if TYPE_CHECKING:
|
|
|
7261
6885
|
WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItems as WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItems,
|
|
7262
6886
|
)
|
|
7263
6887
|
from githubkit.versions.v2022_11_28.models import (
|
|
7264
|
-
|
|
7265
|
-
)
|
|
7266
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7267
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository,
|
|
7268
|
-
)
|
|
7269
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7270
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit,
|
|
7271
|
-
)
|
|
7272
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7273
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository,
|
|
7274
|
-
)
|
|
7275
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7276
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepository,
|
|
6888
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor,
|
|
7277
6889
|
)
|
|
7278
6890
|
from githubkit.versions.v2022_11_28.models import (
|
|
7279
6891
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody,
|
|
@@ -7287,6 +6899,9 @@ if TYPE_CHECKING:
|
|
|
7287
6899
|
from githubkit.versions.v2022_11_28.models import (
|
|
7288
6900
|
ProtectedBranchPullRequestReviewPropBypassPullRequestAllowances as ProtectedBranchPullRequestReviewPropBypassPullRequestAllowances,
|
|
7289
6901
|
)
|
|
6902
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6903
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
6904
|
+
)
|
|
7290
6905
|
from githubkit.versions.v2022_11_28.models import (
|
|
7291
6906
|
WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItems,
|
|
7292
6907
|
)
|
|
@@ -7308,12 +6923,6 @@ if TYPE_CHECKING:
|
|
|
7308
6923
|
from githubkit.versions.v2022_11_28.models import (
|
|
7309
6924
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7310
6925
|
)
|
|
7311
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7312
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp,
|
|
7313
|
-
)
|
|
7314
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7315
|
-
WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp,
|
|
7316
|
-
)
|
|
7317
6926
|
from githubkit.versions.v2022_11_28.models import (
|
|
7318
6927
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicense as WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicense,
|
|
7319
6928
|
)
|
|
@@ -7378,34 +6987,31 @@ if TYPE_CHECKING:
|
|
|
7378
6987
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatuses,
|
|
7379
6988
|
)
|
|
7380
6989
|
from githubkit.versions.v2022_11_28.models import (
|
|
7381
|
-
|
|
6990
|
+
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
|
|
7382
6991
|
)
|
|
7383
6992
|
from githubkit.versions.v2022_11_28.models import (
|
|
7384
|
-
|
|
6993
|
+
WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader,
|
|
7385
6994
|
)
|
|
7386
6995
|
from githubkit.versions.v2022_11_28.models import (
|
|
7387
|
-
|
|
6996
|
+
WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser,
|
|
7388
6997
|
)
|
|
7389
6998
|
from githubkit.versions.v2022_11_28.models import (
|
|
7390
|
-
|
|
7391
|
-
)
|
|
7392
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7393
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActor,
|
|
6999
|
+
WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser,
|
|
7394
7000
|
)
|
|
7395
7001
|
from githubkit.versions.v2022_11_28.models import (
|
|
7396
|
-
|
|
7002
|
+
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems,
|
|
7397
7003
|
)
|
|
7398
7004
|
from githubkit.versions.v2022_11_28.models import (
|
|
7399
|
-
|
|
7005
|
+
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor,
|
|
7400
7006
|
)
|
|
7401
7007
|
from githubkit.versions.v2022_11_28.models import (
|
|
7402
|
-
|
|
7008
|
+
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
|
|
7403
7009
|
)
|
|
7404
7010
|
from githubkit.versions.v2022_11_28.models import (
|
|
7405
|
-
|
|
7011
|
+
WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems,
|
|
7406
7012
|
)
|
|
7407
7013
|
from githubkit.versions.v2022_11_28.models import (
|
|
7408
|
-
|
|
7014
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems,
|
|
7409
7015
|
)
|
|
7410
7016
|
from githubkit.versions.v2022_11_28.models import (
|
|
7411
7017
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
|
|
@@ -7416,6 +7022,9 @@ if TYPE_CHECKING:
|
|
|
7416
7022
|
from githubkit.versions.v2022_11_28.models import (
|
|
7417
7023
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody,
|
|
7418
7024
|
)
|
|
7025
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7026
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
7027
|
+
)
|
|
7419
7028
|
from githubkit.versions.v2022_11_28.models import (
|
|
7420
7029
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning,
|
|
7421
7030
|
)
|
|
@@ -7453,29 +7062,20 @@ if TYPE_CHECKING:
|
|
|
7453
7062
|
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7454
7063
|
)
|
|
7455
7064
|
from githubkit.versions.v2022_11_28.models import (
|
|
7456
|
-
|
|
7065
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7457
7066
|
)
|
|
7458
7067
|
from githubkit.versions.v2022_11_28.models import (
|
|
7459
|
-
|
|
7068
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7460
7069
|
)
|
|
7461
7070
|
from githubkit.versions.v2022_11_28.models import (
|
|
7462
7071
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7463
7072
|
)
|
|
7464
7073
|
from githubkit.versions.v2022_11_28.models import (
|
|
7465
|
-
|
|
7466
|
-
)
|
|
7467
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7468
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1,
|
|
7074
|
+
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan,
|
|
7469
7075
|
)
|
|
7470
7076
|
from githubkit.versions.v2022_11_28.models import (
|
|
7471
7077
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
|
|
7472
7078
|
)
|
|
7473
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7474
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0,
|
|
7475
|
-
)
|
|
7476
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7477
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1,
|
|
7478
|
-
)
|
|
7479
7079
|
from githubkit.versions.v2022_11_28.models import (
|
|
7480
7080
|
WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItems,
|
|
7481
7081
|
)
|
|
@@ -7551,15 +7151,24 @@ if TYPE_CHECKING:
|
|
|
7551
7151
|
from githubkit.versions.v2022_11_28.models import (
|
|
7552
7152
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser,
|
|
7553
7153
|
)
|
|
7154
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7155
|
+
WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser,
|
|
7156
|
+
)
|
|
7157
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7158
|
+
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
|
|
7159
|
+
)
|
|
7554
7160
|
from githubkit.versions.v2022_11_28.models import (
|
|
7555
7161
|
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
|
|
7556
7162
|
)
|
|
7557
7163
|
from githubkit.versions.v2022_11_28.models import (
|
|
7558
|
-
|
|
7164
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
|
|
7559
7165
|
)
|
|
7560
7166
|
from githubkit.versions.v2022_11_28.models import (
|
|
7561
7167
|
PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganization as PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganization,
|
|
7562
7168
|
)
|
|
7169
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7170
|
+
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
7171
|
+
)
|
|
7563
7172
|
from githubkit.versions.v2022_11_28.models import (
|
|
7564
7173
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems,
|
|
7565
7174
|
)
|
|
@@ -7587,12 +7196,6 @@ if TYPE_CHECKING:
|
|
|
7587
7196
|
from githubkit.versions.v2022_11_28.models import (
|
|
7588
7197
|
WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubApp,
|
|
7589
7198
|
)
|
|
7590
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7591
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp,
|
|
7592
|
-
)
|
|
7593
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7594
|
-
WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp,
|
|
7595
|
-
)
|
|
7596
7199
|
from githubkit.versions.v2022_11_28.models import (
|
|
7597
7200
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
|
|
7598
7201
|
)
|
|
@@ -7704,6 +7307,9 @@ if TYPE_CHECKING:
|
|
|
7704
7307
|
from githubkit.versions.v2022_11_28.models import (
|
|
7705
7308
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
|
|
7706
7309
|
)
|
|
7310
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7311
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner,
|
|
7312
|
+
)
|
|
7707
7313
|
from githubkit.versions.v2022_11_28.models import (
|
|
7708
7314
|
WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwner,
|
|
7709
7315
|
)
|
|
@@ -7749,17 +7355,23 @@ if TYPE_CHECKING:
|
|
|
7749
7355
|
from githubkit.versions.v2022_11_28.models import (
|
|
7750
7356
|
WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubApp,
|
|
7751
7357
|
)
|
|
7358
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7359
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7360
|
+
)
|
|
7752
7361
|
from githubkit.versions.v2022_11_28.models import (
|
|
7753
7362
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
|
|
7754
7363
|
)
|
|
7755
7364
|
from githubkit.versions.v2022_11_28.models import (
|
|
7756
7365
|
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7757
7366
|
)
|
|
7367
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7368
|
+
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan,
|
|
7369
|
+
)
|
|
7758
7370
|
from githubkit.versions.v2022_11_28.models import (
|
|
7759
7371
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase,
|
|
7760
7372
|
)
|
|
7761
7373
|
from githubkit.versions.v2022_11_28.models import (
|
|
7762
|
-
|
|
7374
|
+
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan,
|
|
7763
7375
|
)
|
|
7764
7376
|
from githubkit.versions.v2022_11_28.models import (
|
|
7765
7377
|
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase,
|
|
@@ -7915,10 +7527,10 @@ if TYPE_CHECKING:
|
|
|
7915
7527
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
|
|
7916
7528
|
)
|
|
7917
7529
|
from githubkit.versions.v2022_11_28.models import (
|
|
7918
|
-
|
|
7530
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor,
|
|
7919
7531
|
)
|
|
7920
7532
|
from githubkit.versions.v2022_11_28.models import (
|
|
7921
|
-
|
|
7533
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner,
|
|
7922
7534
|
)
|
|
7923
7535
|
from githubkit.versions.v2022_11_28.models import (
|
|
7924
7536
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
|
|
@@ -7965,6 +7577,9 @@ if TYPE_CHECKING:
|
|
|
7965
7577
|
from githubkit.versions.v2022_11_28.models import (
|
|
7966
7578
|
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7967
7579
|
)
|
|
7580
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7581
|
+
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount,
|
|
7582
|
+
)
|
|
7968
7583
|
from githubkit.versions.v2022_11_28.models import (
|
|
7969
7584
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
|
|
7970
7585
|
)
|
|
@@ -8076,26 +7691,11 @@ if TYPE_CHECKING:
|
|
|
8076
7691
|
from githubkit.versions.v2022_11_28.models import (
|
|
8077
7692
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
|
|
8078
7693
|
)
|
|
8079
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8080
|
-
WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader,
|
|
8081
|
-
)
|
|
8082
7694
|
from githubkit.versions.v2022_11_28.models import (
|
|
8083
7695
|
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
|
|
8084
7696
|
)
|
|
8085
7697
|
from githubkit.versions.v2022_11_28.models import (
|
|
8086
|
-
|
|
8087
|
-
)
|
|
8088
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8089
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor,
|
|
8090
|
-
)
|
|
8091
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8092
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwner,
|
|
8093
|
-
)
|
|
8094
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8095
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository,
|
|
8096
|
-
)
|
|
8097
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8098
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository,
|
|
7698
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
|
|
8099
7699
|
)
|
|
8100
7700
|
from githubkit.versions.v2022_11_28.models import (
|
|
8101
7701
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs,
|
|
@@ -8109,9 +7709,6 @@ if TYPE_CHECKING:
|
|
|
8109
7709
|
from githubkit.versions.v2022_11_28.models import (
|
|
8110
7710
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0,
|
|
8111
7711
|
)
|
|
8112
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8113
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody,
|
|
8114
|
-
)
|
|
8115
7712
|
from githubkit.versions.v2022_11_28.models import (
|
|
8116
7713
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
8117
7714
|
)
|
|
@@ -8139,11 +7736,14 @@ if TYPE_CHECKING:
|
|
|
8139
7736
|
from githubkit.versions.v2022_11_28.models import (
|
|
8140
7737
|
WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
|
|
8141
7738
|
)
|
|
7739
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7740
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7741
|
+
)
|
|
8142
7742
|
from githubkit.versions.v2022_11_28.models import (
|
|
8143
7743
|
WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8144
7744
|
)
|
|
8145
7745
|
from githubkit.versions.v2022_11_28.models import (
|
|
8146
|
-
|
|
7746
|
+
WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8147
7747
|
)
|
|
8148
7748
|
from githubkit.versions.v2022_11_28.models import (
|
|
8149
7749
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
@@ -8151,18 +7751,6 @@ if TYPE_CHECKING:
|
|
|
8151
7751
|
from githubkit.versions.v2022_11_28.models import (
|
|
8152
7752
|
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8153
7753
|
)
|
|
8154
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8155
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlan,
|
|
8156
|
-
)
|
|
8157
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8158
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0,
|
|
8159
|
-
)
|
|
8160
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8161
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1,
|
|
8162
|
-
)
|
|
8163
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8164
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlan,
|
|
8165
|
-
)
|
|
8166
7754
|
from githubkit.versions.v2022_11_28.models import (
|
|
8167
7755
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
|
|
8168
7756
|
)
|
|
@@ -8274,18 +7862,6 @@ if TYPE_CHECKING:
|
|
|
8274
7862
|
from githubkit.versions.v2022_11_28.models import (
|
|
8275
7863
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersion as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersion,
|
|
8276
7864
|
)
|
|
8277
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8278
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthor,
|
|
8279
|
-
)
|
|
8280
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8281
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActor,
|
|
8282
|
-
)
|
|
8283
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8284
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor,
|
|
8285
|
-
)
|
|
8286
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8287
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwner,
|
|
8288
|
-
)
|
|
8289
7865
|
from githubkit.versions.v2022_11_28.models import (
|
|
8290
7866
|
DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItems as DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItems,
|
|
8291
7867
|
)
|
|
@@ -8335,7 +7911,10 @@ if TYPE_CHECKING:
|
|
|
8335
7911
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8336
7912
|
)
|
|
8337
7913
|
from githubkit.versions.v2022_11_28.models import (
|
|
8338
|
-
|
|
7914
|
+
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount,
|
|
7915
|
+
)
|
|
7916
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7917
|
+
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount,
|
|
8339
7918
|
)
|
|
8340
7919
|
from githubkit.versions.v2022_11_28.models import (
|
|
8341
7920
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
|
|
@@ -8436,29 +8015,14 @@ if TYPE_CHECKING:
|
|
|
8436
8015
|
from githubkit.versions.v2022_11_28.models import (
|
|
8437
8016
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
|
|
8438
8017
|
)
|
|
8439
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8440
|
-
WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader,
|
|
8441
|
-
)
|
|
8442
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8443
|
-
WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader,
|
|
8444
|
-
)
|
|
8445
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8446
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser,
|
|
8447
|
-
)
|
|
8448
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8449
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser,
|
|
8450
|
-
)
|
|
8451
8018
|
from githubkit.versions.v2022_11_28.models import (
|
|
8452
8019
|
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
|
|
8453
8020
|
)
|
|
8454
8021
|
from githubkit.versions.v2022_11_28.models import (
|
|
8455
|
-
|
|
8022
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
|
|
8456
8023
|
)
|
|
8457
8024
|
from githubkit.versions.v2022_11_28.models import (
|
|
8458
|
-
|
|
8459
|
-
)
|
|
8460
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8461
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthor,
|
|
8025
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner,
|
|
8462
8026
|
)
|
|
8463
8027
|
from githubkit.versions.v2022_11_28.models import (
|
|
8464
8028
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitter,
|
|
@@ -8479,19 +8043,16 @@ if TYPE_CHECKING:
|
|
|
8479
8043
|
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8480
8044
|
)
|
|
8481
8045
|
from githubkit.versions.v2022_11_28.models import (
|
|
8482
|
-
|
|
8046
|
+
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8483
8047
|
)
|
|
8484
8048
|
from githubkit.versions.v2022_11_28.models import (
|
|
8485
|
-
|
|
8049
|
+
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8486
8050
|
)
|
|
8487
8051
|
from githubkit.versions.v2022_11_28.models import (
|
|
8488
8052
|
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8489
8053
|
)
|
|
8490
8054
|
from githubkit.versions.v2022_11_28.models import (
|
|
8491
|
-
|
|
8492
|
-
)
|
|
8493
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8494
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan,
|
|
8055
|
+
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan,
|
|
8495
8056
|
)
|
|
8496
8057
|
from githubkit.versions.v2022_11_28.models import (
|
|
8497
8058
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
|
|
@@ -8599,22 +8160,16 @@ if TYPE_CHECKING:
|
|
|
8599
8160
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
|
|
8600
8161
|
)
|
|
8601
8162
|
from githubkit.versions.v2022_11_28.models import (
|
|
8602
|
-
|
|
8603
|
-
)
|
|
8604
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8605
|
-
WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser,
|
|
8606
|
-
)
|
|
8607
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8608
|
-
WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser,
|
|
8163
|
+
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
|
|
8609
8164
|
)
|
|
8610
8165
|
from githubkit.versions.v2022_11_28.models import (
|
|
8611
|
-
|
|
8166
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8612
8167
|
)
|
|
8613
8168
|
from githubkit.versions.v2022_11_28.models import (
|
|
8614
|
-
|
|
8169
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter,
|
|
8615
8170
|
)
|
|
8616
8171
|
from githubkit.versions.v2022_11_28.models import (
|
|
8617
|
-
|
|
8172
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner,
|
|
8618
8173
|
)
|
|
8619
8174
|
from githubkit.versions.v2022_11_28.models import (
|
|
8620
8175
|
WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
@@ -8649,15 +8204,9 @@ if TYPE_CHECKING:
|
|
|
8649
8204
|
from githubkit.versions.v2022_11_28.models import (
|
|
8650
8205
|
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8651
8206
|
)
|
|
8652
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8653
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccount,
|
|
8654
|
-
)
|
|
8655
8207
|
from githubkit.versions.v2022_11_28.models import (
|
|
8656
8208
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
|
|
8657
8209
|
)
|
|
8658
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8659
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccount,
|
|
8660
|
-
)
|
|
8661
8210
|
from githubkit.versions.v2022_11_28.models import (
|
|
8662
8211
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItems as WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItems,
|
|
8663
8212
|
)
|
|
@@ -8770,16 +8319,13 @@ if TYPE_CHECKING:
|
|
|
8770
8319
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
|
|
8771
8320
|
)
|
|
8772
8321
|
from githubkit.versions.v2022_11_28.models import (
|
|
8773
|
-
|
|
8322
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase,
|
|
8774
8323
|
)
|
|
8775
8324
|
from githubkit.versions.v2022_11_28.models import (
|
|
8776
|
-
|
|
8325
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead,
|
|
8777
8326
|
)
|
|
8778
8327
|
from githubkit.versions.v2022_11_28.models import (
|
|
8779
|
-
|
|
8780
|
-
)
|
|
8781
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8782
|
-
WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwner,
|
|
8328
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8783
8329
|
)
|
|
8784
8330
|
from githubkit.versions.v2022_11_28.models import (
|
|
8785
8331
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBase,
|
|
@@ -8790,9 +8336,6 @@ if TYPE_CHECKING:
|
|
|
8790
8336
|
from githubkit.versions.v2022_11_28.models import (
|
|
8791
8337
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
|
|
8792
8338
|
)
|
|
8793
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8794
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200 as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
8795
|
-
)
|
|
8796
8339
|
from githubkit.versions.v2022_11_28.models import (
|
|
8797
8340
|
WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocation,
|
|
8798
8341
|
)
|
|
@@ -8803,7 +8346,7 @@ if TYPE_CHECKING:
|
|
|
8803
8346
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwner as WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwner,
|
|
8804
8347
|
)
|
|
8805
8348
|
from githubkit.versions.v2022_11_28.models import (
|
|
8806
|
-
|
|
8349
|
+
WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8807
8350
|
)
|
|
8808
8351
|
from githubkit.versions.v2022_11_28.models import (
|
|
8809
8352
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubApp as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubApp,
|
|
@@ -8814,24 +8357,9 @@ if TYPE_CHECKING:
|
|
|
8814
8357
|
from githubkit.versions.v2022_11_28.models import (
|
|
8815
8358
|
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8816
8359
|
)
|
|
8817
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8818
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan,
|
|
8819
|
-
)
|
|
8820
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8821
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan,
|
|
8822
|
-
)
|
|
8823
8360
|
from githubkit.versions.v2022_11_28.models import (
|
|
8824
8361
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
|
|
8825
8362
|
)
|
|
8826
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8827
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlan,
|
|
8828
|
-
)
|
|
8829
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8830
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan,
|
|
8831
|
-
)
|
|
8832
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8833
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan,
|
|
8834
|
-
)
|
|
8835
8363
|
from githubkit.versions.v2022_11_28.models import (
|
|
8836
8364
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8837
8365
|
)
|
|
@@ -8938,22 +8466,10 @@ if TYPE_CHECKING:
|
|
|
8938
8466
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
|
|
8939
8467
|
)
|
|
8940
8468
|
from githubkit.versions.v2022_11_28.models import (
|
|
8941
|
-
|
|
8469
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase,
|
|
8942
8470
|
)
|
|
8943
8471
|
from githubkit.versions.v2022_11_28.models import (
|
|
8944
|
-
|
|
8945
|
-
)
|
|
8946
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8947
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner,
|
|
8948
|
-
)
|
|
8949
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8950
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner,
|
|
8951
|
-
)
|
|
8952
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8953
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitter,
|
|
8954
|
-
)
|
|
8955
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8956
|
-
WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwner,
|
|
8472
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead,
|
|
8957
8473
|
)
|
|
8958
8474
|
from githubkit.versions.v2022_11_28.models import (
|
|
8959
8475
|
OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganization as OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganization,
|
|
@@ -8964,9 +8480,6 @@ if TYPE_CHECKING:
|
|
|
8964
8480
|
from githubkit.versions.v2022_11_28.models import (
|
|
8965
8481
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems,
|
|
8966
8482
|
)
|
|
8967
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8968
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
8969
|
-
)
|
|
8970
8483
|
from githubkit.versions.v2022_11_28.models import (
|
|
8971
8484
|
RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty,
|
|
8972
8485
|
)
|
|
@@ -8986,10 +8499,7 @@ if TYPE_CHECKING:
|
|
|
8986
8499
|
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8987
8500
|
)
|
|
8988
8501
|
from githubkit.versions.v2022_11_28.models import (
|
|
8989
|
-
|
|
8990
|
-
)
|
|
8991
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8992
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount,
|
|
8502
|
+
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount,
|
|
8993
8503
|
)
|
|
8994
8504
|
from githubkit.versions.v2022_11_28.models import (
|
|
8995
8505
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
|
|
@@ -9069,18 +8579,9 @@ if TYPE_CHECKING:
|
|
|
9069
8579
|
from githubkit.versions.v2022_11_28.models import (
|
|
9070
8580
|
WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissions,
|
|
9071
8581
|
)
|
|
9072
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9073
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthor,
|
|
9074
|
-
)
|
|
9075
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9076
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor,
|
|
9077
|
-
)
|
|
9078
8582
|
from githubkit.versions.v2022_11_28.models import (
|
|
9079
8583
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
|
|
9080
8584
|
)
|
|
9081
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9082
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200 as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
9083
|
-
)
|
|
9084
8585
|
from githubkit.versions.v2022_11_28.models import (
|
|
9085
8586
|
WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocation,
|
|
9086
8587
|
)
|
|
@@ -9109,10 +8610,7 @@ if TYPE_CHECKING:
|
|
|
9109
8610
|
WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9110
8611
|
)
|
|
9111
8612
|
from githubkit.versions.v2022_11_28.models import (
|
|
9112
|
-
|
|
9113
|
-
)
|
|
9114
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9115
|
-
WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
8613
|
+
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
9116
8614
|
)
|
|
9117
8615
|
from githubkit.versions.v2022_11_28.models import (
|
|
9118
8616
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan,
|
|
@@ -9237,9 +8735,6 @@ if TYPE_CHECKING:
|
|
|
9237
8735
|
from githubkit.versions.v2022_11_28.models import (
|
|
9238
8736
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
|
|
9239
8737
|
)
|
|
9240
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9241
|
-
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
9242
|
-
)
|
|
9243
8738
|
from githubkit.versions.v2022_11_28.models import (
|
|
9244
8739
|
WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocation,
|
|
9245
8740
|
)
|
|
@@ -9267,24 +8762,9 @@ if TYPE_CHECKING:
|
|
|
9267
8762
|
from githubkit.versions.v2022_11_28.models import (
|
|
9268
8763
|
WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
|
|
9269
8764
|
)
|
|
9270
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9271
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount,
|
|
9272
|
-
)
|
|
9273
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9274
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount,
|
|
9275
|
-
)
|
|
9276
8765
|
from githubkit.versions.v2022_11_28.models import (
|
|
9277
8766
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount,
|
|
9278
8767
|
)
|
|
9279
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9280
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccount,
|
|
9281
|
-
)
|
|
9282
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9283
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount,
|
|
9284
|
-
)
|
|
9285
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9286
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount,
|
|
9287
|
-
)
|
|
9288
8768
|
from githubkit.versions.v2022_11_28.models import (
|
|
9289
8769
|
WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItems,
|
|
9290
8770
|
)
|
|
@@ -9384,18 +8864,6 @@ if TYPE_CHECKING:
|
|
|
9384
8864
|
from githubkit.versions.v2022_11_28.models import (
|
|
9385
8865
|
WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
9386
8866
|
)
|
|
9387
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9388
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitter,
|
|
9389
|
-
)
|
|
9390
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9391
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner,
|
|
9392
|
-
)
|
|
9393
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9394
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter,
|
|
9395
|
-
)
|
|
9396
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9397
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner,
|
|
9398
|
-
)
|
|
9399
8867
|
from githubkit.versions.v2022_11_28.models import (
|
|
9400
8868
|
ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowances as ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowances,
|
|
9401
8869
|
)
|
|
@@ -9417,18 +8885,6 @@ if TYPE_CHECKING:
|
|
|
9417
8885
|
from githubkit.versions.v2022_11_28.models import (
|
|
9418
8886
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwner,
|
|
9419
8887
|
)
|
|
9420
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9421
|
-
WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9422
|
-
)
|
|
9423
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9424
|
-
WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9425
|
-
)
|
|
9426
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9427
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan,
|
|
9428
|
-
)
|
|
9429
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9430
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan,
|
|
9431
|
-
)
|
|
9432
8888
|
from githubkit.versions.v2022_11_28.models import (
|
|
9433
8889
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledBy,
|
|
9434
8890
|
)
|
|
@@ -9516,24 +8972,6 @@ if TYPE_CHECKING:
|
|
|
9516
8972
|
from githubkit.versions.v2022_11_28.models import (
|
|
9517
8973
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
9518
8974
|
)
|
|
9519
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9520
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems,
|
|
9521
|
-
)
|
|
9522
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9523
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems,
|
|
9524
|
-
)
|
|
9525
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9526
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitter,
|
|
9527
|
-
)
|
|
9528
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9529
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner,
|
|
9530
|
-
)
|
|
9531
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9532
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter,
|
|
9533
|
-
)
|
|
9534
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9535
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner,
|
|
9536
|
-
)
|
|
9537
8975
|
from githubkit.versions.v2022_11_28.models import (
|
|
9538
8976
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
9539
8977
|
)
|
|
@@ -9555,12 +8993,6 @@ if TYPE_CHECKING:
|
|
|
9555
8993
|
from githubkit.versions.v2022_11_28.models import (
|
|
9556
8994
|
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount,
|
|
9557
8995
|
)
|
|
9558
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9559
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0,
|
|
9560
|
-
)
|
|
9561
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9562
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1,
|
|
9563
|
-
)
|
|
9564
8996
|
from githubkit.versions.v2022_11_28.models import (
|
|
9565
8997
|
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount,
|
|
9566
8998
|
)
|
|
@@ -9624,18 +9056,6 @@ if TYPE_CHECKING:
|
|
|
9624
9056
|
from githubkit.versions.v2022_11_28.models import (
|
|
9625
9057
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChanges as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChanges,
|
|
9626
9058
|
)
|
|
9627
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9628
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase,
|
|
9629
|
-
)
|
|
9630
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9631
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead,
|
|
9632
|
-
)
|
|
9633
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9634
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems,
|
|
9635
|
-
)
|
|
9636
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9637
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems,
|
|
9638
|
-
)
|
|
9639
9059
|
from githubkit.versions.v2022_11_28.models import (
|
|
9640
9060
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection,
|
|
9641
9061
|
)
|
|
@@ -9648,9 +9068,6 @@ if TYPE_CHECKING:
|
|
|
9648
9068
|
from githubkit.versions.v2022_11_28.models import (
|
|
9649
9069
|
WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwner as WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwner,
|
|
9650
9070
|
)
|
|
9651
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9652
|
-
WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9653
|
-
)
|
|
9654
9071
|
from githubkit.versions.v2022_11_28.models import (
|
|
9655
9072
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan,
|
|
9656
9073
|
)
|
|
@@ -9717,12 +9134,6 @@ if TYPE_CHECKING:
|
|
|
9717
9134
|
from githubkit.versions.v2022_11_28.models import (
|
|
9718
9135
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthor,
|
|
9719
9136
|
)
|
|
9720
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9721
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase,
|
|
9722
|
-
)
|
|
9723
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9724
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead,
|
|
9725
|
-
)
|
|
9726
9137
|
from githubkit.versions.v2022_11_28.models import (
|
|
9727
9138
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0,
|
|
9728
9139
|
)
|
|
@@ -9739,13 +9150,10 @@ if TYPE_CHECKING:
|
|
|
9739
9150
|
WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocation,
|
|
9740
9151
|
)
|
|
9741
9152
|
from githubkit.versions.v2022_11_28.models import (
|
|
9742
|
-
|
|
9153
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
|
|
9743
9154
|
)
|
|
9744
9155
|
from githubkit.versions.v2022_11_28.models import (
|
|
9745
|
-
|
|
9746
|
-
)
|
|
9747
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9748
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount,
|
|
9156
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
|
|
9749
9157
|
)
|
|
9750
9158
|
from githubkit.versions.v2022_11_28.models import (
|
|
9751
9159
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
|
|
@@ -9810,6 +9218,12 @@ if TYPE_CHECKING:
|
|
|
9810
9218
|
from githubkit.versions.v2022_11_28.models import (
|
|
9811
9219
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropRelease as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropRelease,
|
|
9812
9220
|
)
|
|
9221
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
9222
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
|
|
9223
|
+
)
|
|
9224
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
9225
|
+
WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo,
|
|
9226
|
+
)
|
|
9813
9227
|
from githubkit.versions.v2022_11_28.models import (
|
|
9814
9228
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
|
|
9815
9229
|
)
|
|
@@ -9828,9 +9242,6 @@ if TYPE_CHECKING:
|
|
|
9828
9242
|
from githubkit.versions.v2022_11_28.models import (
|
|
9829
9243
|
WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9830
9244
|
)
|
|
9831
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9832
|
-
WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
|
|
9833
|
-
)
|
|
9834
9245
|
from githubkit.versions.v2022_11_28.models import (
|
|
9835
9246
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTag as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTag,
|
|
9836
9247
|
)
|
|
@@ -9900,6 +9311,12 @@ if TYPE_CHECKING:
|
|
|
9900
9311
|
from githubkit.versions.v2022_11_28.models import (
|
|
9901
9312
|
WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactions as WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactions,
|
|
9902
9313
|
)
|
|
9314
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
9315
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
|
|
9316
|
+
)
|
|
9317
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
9318
|
+
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo,
|
|
9319
|
+
)
|
|
9903
9320
|
from githubkit.versions.v2022_11_28.models import (
|
|
9904
9321
|
WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocation,
|
|
9905
9322
|
)
|
|
@@ -9984,6 +9401,9 @@ if TYPE_CHECKING:
|
|
|
9984
9401
|
from githubkit.versions.v2022_11_28.models import (
|
|
9985
9402
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissions,
|
|
9986
9403
|
)
|
|
9404
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
9405
|
+
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount,
|
|
9406
|
+
)
|
|
9987
9407
|
from githubkit.versions.v2022_11_28.models import (
|
|
9988
9408
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectories as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectories,
|
|
9989
9409
|
)
|
|
@@ -10149,9 +9569,6 @@ if TYPE_CHECKING:
|
|
|
10149
9569
|
from githubkit.versions.v2022_11_28.models import (
|
|
10150
9570
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
|
|
10151
9571
|
)
|
|
10152
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10153
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan,
|
|
10154
|
-
)
|
|
10155
9572
|
from githubkit.versions.v2022_11_28.models import (
|
|
10156
9573
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifest as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifest,
|
|
10157
9574
|
)
|
|
@@ -10197,12 +9614,6 @@ if TYPE_CHECKING:
|
|
|
10197
9614
|
from githubkit.versions.v2022_11_28.models import (
|
|
10198
9615
|
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
10199
9616
|
)
|
|
10200
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10201
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo,
|
|
10202
|
-
)
|
|
10203
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10204
|
-
WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo,
|
|
10205
|
-
)
|
|
10206
9617
|
from githubkit.versions.v2022_11_28.models import (
|
|
10207
9618
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
|
|
10208
9619
|
)
|
|
@@ -10263,12 +9674,6 @@ if TYPE_CHECKING:
|
|
|
10263
9674
|
from githubkit.versions.v2022_11_28.models import (
|
|
10264
9675
|
WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
10265
9676
|
)
|
|
10266
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10267
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo,
|
|
10268
|
-
)
|
|
10269
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10270
|
-
WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo,
|
|
10271
|
-
)
|
|
10272
9677
|
from githubkit.versions.v2022_11_28.models import (
|
|
10273
9678
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
|
|
10274
9679
|
)
|
|
@@ -10317,9 +9722,6 @@ if TYPE_CHECKING:
|
|
|
10317
9722
|
from githubkit.versions.v2022_11_28.models import (
|
|
10318
9723
|
WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevel as WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevel,
|
|
10319
9724
|
)
|
|
10320
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
10321
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount,
|
|
10322
|
-
)
|
|
10323
9725
|
from githubkit.versions.v2022_11_28.models import (
|
|
10324
9726
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
|
|
10325
9727
|
)
|
|
@@ -10549,8 +9951,8 @@ else:
|
|
|
10549
9951
|
"GlobalAdvisoryPropIdentifiersItems",
|
|
10550
9952
|
"GlobalAdvisoryPropCvss",
|
|
10551
9953
|
"GlobalAdvisoryPropCwesItems",
|
|
10552
|
-
"
|
|
10553
|
-
"
|
|
9954
|
+
"Vulnerability",
|
|
9955
|
+
"VulnerabilityPropPackage",
|
|
10554
9956
|
"BasicError",
|
|
10555
9957
|
"ValidationErrorSimple",
|
|
10556
9958
|
"Integration",
|
|
@@ -10759,6 +10161,7 @@ else:
|
|
|
10759
10161
|
"RepositoryRuleWorkflows",
|
|
10760
10162
|
"RepositoryRuleWorkflowsPropParameters",
|
|
10761
10163
|
"RepositoryRuleParamsWorkflowFileReference",
|
|
10164
|
+
"RepositoryRuleParamsCodeScanningTool",
|
|
10762
10165
|
"RepositoryRuleset",
|
|
10763
10166
|
"RepositoryRulesetPropLinks",
|
|
10764
10167
|
"RepositoryRulesetPropLinksPropSelf",
|
|
@@ -11207,6 +10610,7 @@ else:
|
|
|
11207
10610
|
"RepositoryWebhooksPropTemplateRepositoryPropOwner",
|
|
11208
10611
|
"RepositoryWebhooksPropTemplateRepositoryPropPermissions",
|
|
11209
10612
|
"SimpleUserWebhooks",
|
|
10613
|
+
"WebhooksRule",
|
|
11210
10614
|
"SimpleCheckSuite",
|
|
11211
10615
|
"CheckRunWithSimpleCheckSuite",
|
|
11212
10616
|
"CheckRunWithSimpleCheckSuitePropOutput",
|
|
@@ -11232,15 +10636,14 @@ else:
|
|
|
11232
10636
|
"PersonalAccessTokenRequestPropPermissionsResultPropOther",
|
|
11233
10637
|
"ProjectsV2",
|
|
11234
10638
|
"ProjectsV2Item",
|
|
10639
|
+
"PullRequestWebhook",
|
|
10640
|
+
"PullRequestWebhookAllof1",
|
|
11235
10641
|
"SecretScanningAlertWebhook",
|
|
11236
10642
|
"WebhookBranchProtectionConfigurationDisabled",
|
|
11237
10643
|
"WebhookBranchProtectionConfigurationEnabled",
|
|
11238
10644
|
"WebhookBranchProtectionRuleCreated",
|
|
11239
|
-
"WebhookBranchProtectionRuleCreatedPropRule",
|
|
11240
10645
|
"WebhookBranchProtectionRuleDeleted",
|
|
11241
|
-
"WebhookBranchProtectionRuleDeletedPropRule",
|
|
11242
10646
|
"WebhookBranchProtectionRuleEdited",
|
|
11243
|
-
"WebhookBranchProtectionRuleEditedPropRule",
|
|
11244
10647
|
"WebhookBranchProtectionRuleEditedPropChanges",
|
|
11245
10648
|
"WebhookBranchProtectionRuleEditedPropChangesPropAdminEnforced",
|
|
11246
10649
|
"WebhookBranchProtectionRuleEditedPropChangesPropAuthorizedActorNames",
|
|
@@ -11497,19 +10900,6 @@ else:
|
|
|
11497
10900
|
"WebhookDiscussionCommentEditedPropCommentPropReactions",
|
|
11498
10901
|
"WebhookDiscussionCommentEditedPropCommentPropUser",
|
|
11499
10902
|
"WebhookDiscussionCreated",
|
|
11500
|
-
"WebhookDiscussionCreatedPropDiscussion",
|
|
11501
|
-
"WebhookDiscussionCreatedPropDiscussionMergedCategory",
|
|
11502
|
-
"WebhookDiscussionCreatedPropDiscussionMergedReactions",
|
|
11503
|
-
"WebhookDiscussionCreatedPropDiscussionMergedUser",
|
|
11504
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0",
|
|
11505
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy",
|
|
11506
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropCategory",
|
|
11507
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropReactions",
|
|
11508
|
-
"WebhookDiscussionCreatedPropDiscussionAllof0PropUser",
|
|
11509
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1",
|
|
11510
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropCategory",
|
|
11511
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropReactions",
|
|
11512
|
-
"WebhookDiscussionCreatedPropDiscussionAllof1PropUser",
|
|
11513
10903
|
"WebhookDiscussionDeleted",
|
|
11514
10904
|
"WebhookDiscussionEdited",
|
|
11515
10905
|
"WebhookDiscussionEditedPropChanges",
|
|
@@ -11718,36 +11108,20 @@ else:
|
|
|
11718
11108
|
"WebhookIssuesDeletedPropIssuePropReactions",
|
|
11719
11109
|
"WebhookIssuesDeletedPropIssuePropUser",
|
|
11720
11110
|
"WebhookIssuesDemilestoned",
|
|
11111
|
+
"WebhookIssuesDemilestonedPropIssue",
|
|
11112
|
+
"WebhookIssuesDemilestonedPropIssuePropAssignee",
|
|
11113
|
+
"WebhookIssuesDemilestonedPropIssuePropAssigneesItems",
|
|
11114
|
+
"WebhookIssuesDemilestonedPropIssuePropLabelsItems",
|
|
11115
|
+
"WebhookIssuesDemilestonedPropIssuePropMilestone",
|
|
11116
|
+
"WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator",
|
|
11117
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp",
|
|
11118
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11119
|
+
"WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11120
|
+
"WebhookIssuesDemilestonedPropIssuePropPullRequest",
|
|
11121
|
+
"WebhookIssuesDemilestonedPropIssuePropReactions",
|
|
11122
|
+
"WebhookIssuesDemilestonedPropIssuePropUser",
|
|
11721
11123
|
"WebhookIssuesDemilestonedPropMilestone",
|
|
11722
11124
|
"WebhookIssuesDemilestonedPropMilestonePropCreator",
|
|
11723
|
-
"WebhookIssuesDemilestonedPropIssue",
|
|
11724
|
-
"WebhookIssuesDemilestonedPropIssueMergedAssignee",
|
|
11725
|
-
"WebhookIssuesDemilestonedPropIssueMergedAssignees",
|
|
11726
|
-
"WebhookIssuesDemilestonedPropIssueMergedLabels",
|
|
11727
|
-
"WebhookIssuesDemilestonedPropIssueMergedReactions",
|
|
11728
|
-
"WebhookIssuesDemilestonedPropIssueMergedUser",
|
|
11729
|
-
"WebhookIssuesDemilestonedPropIssueAllof0",
|
|
11730
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropAssignee",
|
|
11731
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItems",
|
|
11732
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems",
|
|
11733
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropReactions",
|
|
11734
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropUser",
|
|
11735
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropMilestone",
|
|
11736
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreator",
|
|
11737
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest",
|
|
11738
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
|
|
11739
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
|
|
11740
|
-
"WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp",
|
|
11741
|
-
"WebhookIssuesDemilestonedPropIssueAllof1",
|
|
11742
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropAssignee",
|
|
11743
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems",
|
|
11744
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems",
|
|
11745
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropMilestone",
|
|
11746
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreator",
|
|
11747
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp",
|
|
11748
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropReactions",
|
|
11749
|
-
"WebhookIssuesDemilestonedPropIssueAllof1PropUser",
|
|
11750
|
-
"WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp",
|
|
11751
11125
|
"WebhookIssuesEdited",
|
|
11752
11126
|
"WebhookIssuesEditedPropLabel",
|
|
11753
11127
|
"WebhookIssuesEditedPropChanges",
|
|
@@ -11781,64 +11155,32 @@ else:
|
|
|
11781
11155
|
"WebhookIssuesLabeledPropIssuePropUser",
|
|
11782
11156
|
"WebhookIssuesLocked",
|
|
11783
11157
|
"WebhookIssuesLockedPropIssue",
|
|
11784
|
-
"
|
|
11785
|
-
"
|
|
11786
|
-
"
|
|
11787
|
-
"
|
|
11788
|
-
"
|
|
11789
|
-
"
|
|
11790
|
-
"
|
|
11791
|
-
"
|
|
11792
|
-
"
|
|
11793
|
-
"
|
|
11794
|
-
"
|
|
11795
|
-
"WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator",
|
|
11796
|
-
"WebhookIssuesLockedPropIssueAllof0PropMilestone",
|
|
11797
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
|
|
11798
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
|
|
11799
|
-
"WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubApp",
|
|
11800
|
-
"WebhookIssuesLockedPropIssueAllof0PropPullRequest",
|
|
11801
|
-
"WebhookIssuesLockedPropIssueAllof1",
|
|
11802
|
-
"WebhookIssuesLockedPropIssueAllof1PropAssignee",
|
|
11803
|
-
"WebhookIssuesLockedPropIssueAllof1PropAssigneesItems",
|
|
11804
|
-
"WebhookIssuesLockedPropIssueAllof1PropLabelsItems",
|
|
11805
|
-
"WebhookIssuesLockedPropIssueAllof1PropMilestone",
|
|
11806
|
-
"WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp",
|
|
11807
|
-
"WebhookIssuesLockedPropIssueAllof1PropReactions",
|
|
11808
|
-
"WebhookIssuesLockedPropIssueAllof1PropUser",
|
|
11809
|
-
"WebhookIssuesLockedPropIssueMergedMilestone",
|
|
11810
|
-
"WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp",
|
|
11158
|
+
"WebhookIssuesLockedPropIssuePropAssignee",
|
|
11159
|
+
"WebhookIssuesLockedPropIssuePropAssigneesItems",
|
|
11160
|
+
"WebhookIssuesLockedPropIssuePropLabelsItems",
|
|
11161
|
+
"WebhookIssuesLockedPropIssuePropMilestone",
|
|
11162
|
+
"WebhookIssuesLockedPropIssuePropMilestonePropCreator",
|
|
11163
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubApp",
|
|
11164
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11165
|
+
"WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11166
|
+
"WebhookIssuesLockedPropIssuePropPullRequest",
|
|
11167
|
+
"WebhookIssuesLockedPropIssuePropReactions",
|
|
11168
|
+
"WebhookIssuesLockedPropIssuePropUser",
|
|
11811
11169
|
"WebhookIssuesMilestoned",
|
|
11170
|
+
"WebhookIssuesMilestonedPropIssue",
|
|
11171
|
+
"WebhookIssuesMilestonedPropIssuePropAssignee",
|
|
11172
|
+
"WebhookIssuesMilestonedPropIssuePropAssigneesItems",
|
|
11173
|
+
"WebhookIssuesMilestonedPropIssuePropLabelsItems",
|
|
11174
|
+
"WebhookIssuesMilestonedPropIssuePropMilestone",
|
|
11175
|
+
"WebhookIssuesMilestonedPropIssuePropMilestonePropCreator",
|
|
11176
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp",
|
|
11177
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11178
|
+
"WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11179
|
+
"WebhookIssuesMilestonedPropIssuePropPullRequest",
|
|
11180
|
+
"WebhookIssuesMilestonedPropIssuePropReactions",
|
|
11181
|
+
"WebhookIssuesMilestonedPropIssuePropUser",
|
|
11812
11182
|
"WebhookIssuesMilestonedPropMilestone",
|
|
11813
11183
|
"WebhookIssuesMilestonedPropMilestonePropCreator",
|
|
11814
|
-
"WebhookIssuesMilestonedPropIssue",
|
|
11815
|
-
"WebhookIssuesMilestonedPropIssueMergedAssignee",
|
|
11816
|
-
"WebhookIssuesMilestonedPropIssueMergedAssignees",
|
|
11817
|
-
"WebhookIssuesMilestonedPropIssueMergedLabels",
|
|
11818
|
-
"WebhookIssuesMilestonedPropIssueMergedReactions",
|
|
11819
|
-
"WebhookIssuesMilestonedPropIssueMergedUser",
|
|
11820
|
-
"WebhookIssuesMilestonedPropIssueAllof0",
|
|
11821
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropAssignee",
|
|
11822
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItems",
|
|
11823
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropLabelsItems",
|
|
11824
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropMilestone",
|
|
11825
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreator",
|
|
11826
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropReactions",
|
|
11827
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropUser",
|
|
11828
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
|
|
11829
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
|
|
11830
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp",
|
|
11831
|
-
"WebhookIssuesMilestonedPropIssueAllof0PropPullRequest",
|
|
11832
|
-
"WebhookIssuesMilestonedPropIssueAllof1",
|
|
11833
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropAssignee",
|
|
11834
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems",
|
|
11835
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems",
|
|
11836
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp",
|
|
11837
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropReactions",
|
|
11838
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropUser",
|
|
11839
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropMilestone",
|
|
11840
|
-
"WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator",
|
|
11841
|
-
"WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp",
|
|
11842
11184
|
"WebhookIssuesOpened",
|
|
11843
11185
|
"WebhookIssuesOpenedPropIssue",
|
|
11844
11186
|
"WebhookIssuesOpenedPropIssuePropAssignee",
|
|
@@ -11885,33 +11227,17 @@ else:
|
|
|
11885
11227
|
"WebhookIssuesPinnedPropIssuePropUser",
|
|
11886
11228
|
"WebhookIssuesReopened",
|
|
11887
11229
|
"WebhookIssuesReopenedPropIssue",
|
|
11888
|
-
"
|
|
11889
|
-
"
|
|
11890
|
-
"
|
|
11891
|
-
"
|
|
11892
|
-
"
|
|
11893
|
-
"
|
|
11894
|
-
"
|
|
11895
|
-
"
|
|
11896
|
-
"
|
|
11897
|
-
"
|
|
11898
|
-
"
|
|
11899
|
-
"WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator",
|
|
11900
|
-
"WebhookIssuesReopenedPropIssueAllof0PropMilestone",
|
|
11901
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
|
|
11902
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
|
|
11903
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp",
|
|
11904
|
-
"WebhookIssuesReopenedPropIssueAllof0PropPullRequest",
|
|
11905
|
-
"WebhookIssuesReopenedPropIssueAllof1",
|
|
11906
|
-
"WebhookIssuesReopenedPropIssueAllof1PropAssignee",
|
|
11907
|
-
"WebhookIssuesReopenedPropIssueAllof1PropAssigneesItems",
|
|
11908
|
-
"WebhookIssuesReopenedPropIssueAllof1PropLabelsItems",
|
|
11909
|
-
"WebhookIssuesReopenedPropIssueAllof1PropMilestone",
|
|
11910
|
-
"WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp",
|
|
11911
|
-
"WebhookIssuesReopenedPropIssueAllof1PropReactions",
|
|
11912
|
-
"WebhookIssuesReopenedPropIssueAllof1PropUser",
|
|
11913
|
-
"WebhookIssuesReopenedPropIssueMergedMilestone",
|
|
11914
|
-
"WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp",
|
|
11230
|
+
"WebhookIssuesReopenedPropIssuePropAssignee",
|
|
11231
|
+
"WebhookIssuesReopenedPropIssuePropAssigneesItems",
|
|
11232
|
+
"WebhookIssuesReopenedPropIssuePropLabelsItems",
|
|
11233
|
+
"WebhookIssuesReopenedPropIssuePropMilestone",
|
|
11234
|
+
"WebhookIssuesReopenedPropIssuePropMilestonePropCreator",
|
|
11235
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp",
|
|
11236
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11237
|
+
"WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11238
|
+
"WebhookIssuesReopenedPropIssuePropPullRequest",
|
|
11239
|
+
"WebhookIssuesReopenedPropIssuePropReactions",
|
|
11240
|
+
"WebhookIssuesReopenedPropIssuePropUser",
|
|
11915
11241
|
"WebhookIssuesTransferred",
|
|
11916
11242
|
"WebhookIssuesTransferredPropIssue",
|
|
11917
11243
|
"WebhookIssuesTransferredPropIssuePropAssignee",
|
|
@@ -11973,31 +11299,17 @@ else:
|
|
|
11973
11299
|
"WebhookIssuesUnlabeledPropIssuePropUser",
|
|
11974
11300
|
"WebhookIssuesUnlocked",
|
|
11975
11301
|
"WebhookIssuesUnlockedPropIssue",
|
|
11976
|
-
"
|
|
11977
|
-
"
|
|
11978
|
-
"
|
|
11979
|
-
"
|
|
11980
|
-
"
|
|
11981
|
-
"
|
|
11982
|
-
"
|
|
11983
|
-
"
|
|
11984
|
-
"
|
|
11985
|
-
"
|
|
11986
|
-
"
|
|
11987
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
|
|
11988
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropReactions",
|
|
11989
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropUser",
|
|
11990
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator",
|
|
11991
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropMilestone",
|
|
11992
|
-
"WebhookIssuesUnlockedPropIssueAllof0PropPullRequest",
|
|
11993
|
-
"WebhookIssuesUnlockedPropIssueAllof1",
|
|
11994
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropAssignee",
|
|
11995
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems",
|
|
11996
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems",
|
|
11997
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropMilestone",
|
|
11998
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropReactions",
|
|
11999
|
-
"WebhookIssuesUnlockedPropIssueAllof1PropUser",
|
|
12000
|
-
"WebhookIssuesUnlockedPropIssueMergedMilestone",
|
|
11302
|
+
"WebhookIssuesUnlockedPropIssuePropAssignee",
|
|
11303
|
+
"WebhookIssuesUnlockedPropIssuePropAssigneesItems",
|
|
11304
|
+
"WebhookIssuesUnlockedPropIssuePropLabelsItems",
|
|
11305
|
+
"WebhookIssuesUnlockedPropIssuePropMilestone",
|
|
11306
|
+
"WebhookIssuesUnlockedPropIssuePropMilestonePropCreator",
|
|
11307
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp",
|
|
11308
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11309
|
+
"WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11310
|
+
"WebhookIssuesUnlockedPropIssuePropPullRequest",
|
|
11311
|
+
"WebhookIssuesUnlockedPropIssuePropReactions",
|
|
11312
|
+
"WebhookIssuesUnlockedPropIssuePropUser",
|
|
12001
11313
|
"WebhookIssuesUnpinned",
|
|
12002
11314
|
"WebhookIssuesUnpinnedPropIssue",
|
|
12003
11315
|
"WebhookIssuesUnpinnedPropIssuePropAssignee",
|
|
@@ -12023,69 +11335,44 @@ else:
|
|
|
12023
11335
|
"WebhookLabelEditedPropChangesPropName",
|
|
12024
11336
|
"WebhookMarketplacePurchaseCancelled",
|
|
12025
11337
|
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
|
|
12026
|
-
"
|
|
12027
|
-
"
|
|
11338
|
+
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
|
|
11339
|
+
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
|
|
12028
11340
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
|
|
12029
11341
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
12030
11342
|
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
12031
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0",
|
|
12032
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount",
|
|
12033
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan",
|
|
12034
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1",
|
|
12035
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount",
|
|
12036
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan",
|
|
12037
11343
|
"WebhookMarketplacePurchaseChanged",
|
|
12038
11344
|
"WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
|
|
12039
|
-
"
|
|
12040
|
-
"
|
|
11345
|
+
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
|
|
11346
|
+
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
|
|
12041
11347
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
|
|
12042
11348
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
|
|
12043
11349
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
|
|
12044
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0",
|
|
12045
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccount",
|
|
12046
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlan",
|
|
12047
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1",
|
|
12048
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount",
|
|
12049
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan",
|
|
12050
11350
|
"WebhookMarketplacePurchasePendingChange",
|
|
12051
11351
|
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
|
|
12052
|
-
"
|
|
12053
|
-
"
|
|
11352
|
+
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
|
|
11353
|
+
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
|
|
12054
11354
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
|
|
12055
11355
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
|
|
12056
11356
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
|
|
12057
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0",
|
|
12058
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccount",
|
|
12059
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan",
|
|
12060
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1",
|
|
12061
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount",
|
|
12062
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan",
|
|
12063
11357
|
"WebhookMarketplacePurchasePendingChangeCancelled",
|
|
11358
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
|
|
11359
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
|
|
11360
|
+
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
|
|
12064
11361
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
|
|
12065
11362
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
12066
11363
|
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
12067
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
|
|
12068
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0",
|
|
12069
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount",
|
|
12070
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan",
|
|
12071
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1",
|
|
12072
11364
|
"WebhookMarketplacePurchasePurchased",
|
|
12073
11365
|
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
|
|
12074
|
-
"
|
|
12075
|
-
"
|
|
11366
|
+
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
|
|
11367
|
+
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
|
|
12076
11368
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
|
|
12077
11369
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
|
|
12078
11370
|
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
|
|
12079
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0",
|
|
12080
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount",
|
|
12081
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan",
|
|
12082
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1",
|
|
12083
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount",
|
|
12084
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan",
|
|
12085
11371
|
"WebhookMemberAdded",
|
|
12086
11372
|
"WebhookMemberAddedPropMember",
|
|
12087
11373
|
"WebhookMemberAddedPropChanges",
|
|
12088
11374
|
"WebhookMemberAddedPropChangesPropPermission",
|
|
11375
|
+
"WebhookMemberAddedPropChangesPropRoleName",
|
|
12089
11376
|
"WebhookMemberEdited",
|
|
12090
11377
|
"WebhookMemberEditedPropMember",
|
|
12091
11378
|
"WebhookMemberEditedPropChanges",
|
|
@@ -12406,11 +11693,7 @@ else:
|
|
|
12406
11693
|
"WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems",
|
|
12407
11694
|
"WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12408
11695
|
"WebhookPullRequestClosed",
|
|
12409
|
-
"WebhookPullRequestClosedPropPullRequest",
|
|
12410
|
-
"WebhookPullRequestClosedPropPullRequestAllof1",
|
|
12411
11696
|
"WebhookPullRequestConvertedToDraft",
|
|
12412
|
-
"WebhookPullRequestConvertedToDraftPropPullRequest",
|
|
12413
|
-
"WebhookPullRequestConvertedToDraftPropPullRequestAllof1",
|
|
12414
11697
|
"WebhookPullRequestDemilestoned",
|
|
12415
11698
|
"WebhookPullRequestDemilestonedPropPullRequest",
|
|
12416
11699
|
"WebhookPullRequestDemilestonedPropPullRequestPropAssignee",
|
|
@@ -12492,8 +11775,6 @@ else:
|
|
|
12492
11775
|
"WebhookPullRequestEditedPropChangesPropBase",
|
|
12493
11776
|
"WebhookPullRequestEditedPropChangesPropBasePropRef",
|
|
12494
11777
|
"WebhookPullRequestEditedPropChangesPropBasePropSha",
|
|
12495
|
-
"WebhookPullRequestEditedPropPullRequest",
|
|
12496
|
-
"WebhookPullRequestEditedPropPullRequestAllof1",
|
|
12497
11778
|
"WebhookPullRequestEnqueued",
|
|
12498
11779
|
"WebhookPullRequestEnqueuedPropPullRequest",
|
|
12499
11780
|
"WebhookPullRequestEnqueuedPropPullRequestPropAssignee",
|
|
@@ -12644,14 +11925,8 @@ else:
|
|
|
12644
11925
|
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems",
|
|
12645
11926
|
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12646
11927
|
"WebhookPullRequestOpened",
|
|
12647
|
-
"WebhookPullRequestOpenedPropPullRequest",
|
|
12648
|
-
"WebhookPullRequestOpenedPropPullRequestAllof1",
|
|
12649
11928
|
"WebhookPullRequestReadyForReview",
|
|
12650
|
-
"WebhookPullRequestReadyForReviewPropPullRequest",
|
|
12651
|
-
"WebhookPullRequestReadyForReviewPropPullRequestAllof1",
|
|
12652
11929
|
"WebhookPullRequestReopened",
|
|
12653
|
-
"WebhookPullRequestReopenedPropPullRequest",
|
|
12654
|
-
"WebhookPullRequestReopenedPropPullRequestAllof1",
|
|
12655
11930
|
"WebhookPullRequestReviewCommentCreated",
|
|
12656
11931
|
"WebhookPullRequestReviewCommentCreatedPropComment",
|
|
12657
11932
|
"WebhookPullRequestReviewCommentCreatedPropCommentPropReactions",
|
|
@@ -13381,28 +12656,16 @@ else:
|
|
|
13381
12656
|
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
|
|
13382
12657
|
"WebhookReleasePrereleased",
|
|
13383
12658
|
"WebhookReleasePrereleasedPropRelease",
|
|
13384
|
-
"
|
|
13385
|
-
"
|
|
13386
|
-
"
|
|
13387
|
-
"
|
|
13388
|
-
"WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader",
|
|
13389
|
-
"WebhookReleasePrereleasedPropReleaseAllof0PropReactions",
|
|
13390
|
-
"WebhookReleasePrereleasedPropReleaseAllof1",
|
|
13391
|
-
"WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems",
|
|
13392
|
-
"WebhookReleasePrereleasedPropReleaseAllof1PropAuthor",
|
|
13393
|
-
"WebhookReleasePrereleasedPropReleaseMergedAssets",
|
|
12659
|
+
"WebhookReleasePrereleasedPropReleasePropAssetsItems",
|
|
12660
|
+
"WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader",
|
|
12661
|
+
"WebhookReleasePrereleasedPropReleasePropAuthor",
|
|
12662
|
+
"WebhookReleasePrereleasedPropReleasePropReactions",
|
|
13394
12663
|
"WebhookReleasePublished",
|
|
13395
12664
|
"WebhookReleasePublishedPropRelease",
|
|
13396
|
-
"
|
|
13397
|
-
"
|
|
13398
|
-
"
|
|
13399
|
-
"
|
|
13400
|
-
"WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader",
|
|
13401
|
-
"WebhookReleasePublishedPropReleaseAllof0PropReactions",
|
|
13402
|
-
"WebhookReleasePublishedPropReleaseAllof1",
|
|
13403
|
-
"WebhookReleasePublishedPropReleaseAllof1PropAssetsItems",
|
|
13404
|
-
"WebhookReleasePublishedPropReleaseAllof1PropAuthor",
|
|
13405
|
-
"WebhookReleasePublishedPropReleaseMergedAssets",
|
|
12665
|
+
"WebhookReleasePublishedPropReleasePropAssetsItems",
|
|
12666
|
+
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
|
|
12667
|
+
"WebhookReleasePublishedPropReleasePropAuthor",
|
|
12668
|
+
"WebhookReleasePublishedPropReleasePropReactions",
|
|
13406
12669
|
"WebhookReleaseReleased",
|
|
13407
12670
|
"WebhookReleaseReleasedPropRelease",
|
|
13408
12671
|
"WebhookReleaseReleasedPropReleasePropAuthor",
|
|
@@ -13411,16 +12674,10 @@ else:
|
|
|
13411
12674
|
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
|
|
13412
12675
|
"WebhookReleaseUnpublished",
|
|
13413
12676
|
"WebhookReleaseUnpublishedPropRelease",
|
|
13414
|
-
"
|
|
13415
|
-
"
|
|
13416
|
-
"
|
|
13417
|
-
"
|
|
13418
|
-
"WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader",
|
|
13419
|
-
"WebhookReleaseUnpublishedPropReleaseAllof0PropReactions",
|
|
13420
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1",
|
|
13421
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems",
|
|
13422
|
-
"WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor",
|
|
13423
|
-
"WebhookReleaseUnpublishedPropReleaseMergedAssets",
|
|
12677
|
+
"WebhookReleaseUnpublishedPropReleasePropAssetsItems",
|
|
12678
|
+
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
|
|
12679
|
+
"WebhookReleaseUnpublishedPropReleasePropAuthor",
|
|
12680
|
+
"WebhookReleaseUnpublishedPropReleasePropReactions",
|
|
13424
12681
|
"WebhookRepositoryAdvisoryPublished",
|
|
13425
12682
|
"WebhookRepositoryAdvisoryReported",
|
|
13426
12683
|
"WebhookRepositoryArchived",
|
|
@@ -13469,29 +12726,21 @@ else:
|
|
|
13469
12726
|
"WebhookRepositoryUnarchived",
|
|
13470
12727
|
"WebhookRepositoryVulnerabilityAlertCreate",
|
|
13471
12728
|
"WebhookRepositoryVulnerabilityAlertCreatePropAlert",
|
|
13472
|
-
"
|
|
13473
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser",
|
|
13474
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1",
|
|
12729
|
+
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
|
|
13475
12730
|
"WebhookRepositoryVulnerabilityAlertDismiss",
|
|
13476
12731
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlert",
|
|
13477
|
-
"
|
|
13478
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisser",
|
|
13479
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1",
|
|
13480
|
-
"WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser",
|
|
12732
|
+
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
|
|
13481
12733
|
"WebhookRepositoryVulnerabilityAlertReopen",
|
|
13482
12734
|
"WebhookRepositoryVulnerabilityAlertReopenPropAlert",
|
|
13483
|
-
"
|
|
13484
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser",
|
|
13485
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1",
|
|
12735
|
+
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
|
|
13486
12736
|
"WebhookRepositoryVulnerabilityAlertResolve",
|
|
13487
12737
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlert",
|
|
13488
|
-
"
|
|
13489
|
-
"WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser",
|
|
13490
|
-
"WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1",
|
|
12738
|
+
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
|
|
13491
12739
|
"WebhookSecretScanningAlertCreated",
|
|
13492
12740
|
"WebhookSecretScanningAlertLocationCreated",
|
|
13493
12741
|
"SecretScanningLocation",
|
|
13494
12742
|
"SecretScanningLocationCommit",
|
|
12743
|
+
"SecretScanningLocationWikiCommit",
|
|
13495
12744
|
"SecretScanningLocationIssueTitle",
|
|
13496
12745
|
"SecretScanningLocationIssueBody",
|
|
13497
12746
|
"SecretScanningLocationIssueComment",
|
|
@@ -13677,85 +12926,39 @@ else:
|
|
|
13677
12926
|
"WebhookWorkflowRunCompleted",
|
|
13678
12927
|
"WebhookWorkflowRunCompletedPropWorkflow",
|
|
13679
12928
|
"WebhookWorkflowRunCompletedPropWorkflowRun",
|
|
13680
|
-
"
|
|
13681
|
-
"
|
|
13682
|
-
"
|
|
13683
|
-
"
|
|
13684
|
-
"
|
|
13685
|
-
"
|
|
13686
|
-
"
|
|
13687
|
-
"
|
|
13688
|
-
"
|
|
13689
|
-
"
|
|
13690
|
-
"
|
|
13691
|
-
"
|
|
13692
|
-
"
|
|
13693
|
-
"
|
|
13694
|
-
"
|
|
13695
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepository",
|
|
13696
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner",
|
|
13697
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository",
|
|
13698
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwner",
|
|
13699
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItems",
|
|
13700
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase",
|
|
13701
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo",
|
|
13702
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead",
|
|
13703
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo",
|
|
13704
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems",
|
|
13705
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1",
|
|
13706
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActor",
|
|
13707
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItems",
|
|
13708
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems",
|
|
13709
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor",
|
|
13710
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit",
|
|
13711
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthor",
|
|
13712
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter",
|
|
13713
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepository",
|
|
13714
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner",
|
|
13715
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository",
|
|
13716
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwner",
|
|
13717
|
-
"WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequests",
|
|
12929
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
|
|
12930
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
|
|
12931
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor",
|
|
12932
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit",
|
|
12933
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor",
|
|
12934
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter",
|
|
12935
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository",
|
|
12936
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner",
|
|
12937
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropRepository",
|
|
12938
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner",
|
|
12939
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems",
|
|
12940
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase",
|
|
12941
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo",
|
|
12942
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12943
|
+
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
13718
12944
|
"WebhookWorkflowRunInProgress",
|
|
13719
12945
|
"WebhookWorkflowRunInProgressPropWorkflow",
|
|
13720
12946
|
"WebhookWorkflowRunInProgressPropWorkflowRun",
|
|
13721
|
-
"
|
|
13722
|
-
"
|
|
13723
|
-
"
|
|
13724
|
-
"
|
|
13725
|
-
"
|
|
13726
|
-
"
|
|
13727
|
-
"
|
|
13728
|
-
"
|
|
13729
|
-
"
|
|
13730
|
-
"
|
|
13731
|
-
"
|
|
13732
|
-
"
|
|
13733
|
-
"
|
|
13734
|
-
"
|
|
13735
|
-
"
|
|
13736
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository",
|
|
13737
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner",
|
|
13738
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepository",
|
|
13739
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner",
|
|
13740
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItems",
|
|
13741
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase",
|
|
13742
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo",
|
|
13743
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead",
|
|
13744
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo",
|
|
13745
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems",
|
|
13746
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1",
|
|
13747
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor",
|
|
13748
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItems",
|
|
13749
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems",
|
|
13750
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor",
|
|
13751
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommit",
|
|
13752
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor",
|
|
13753
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter",
|
|
13754
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository",
|
|
13755
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner",
|
|
13756
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepository",
|
|
13757
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner",
|
|
13758
|
-
"WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequests",
|
|
12947
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
|
|
12948
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
|
|
12949
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor",
|
|
12950
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit",
|
|
12951
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor",
|
|
12952
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter",
|
|
12953
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository",
|
|
12954
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner",
|
|
12955
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropRepository",
|
|
12956
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner",
|
|
12957
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems",
|
|
12958
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase",
|
|
12959
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo",
|
|
12960
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12961
|
+
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
13759
12962
|
"WebhookWorkflowRunRequested",
|
|
13760
12963
|
"WebhookWorkflowRunRequestedPropWorkflow",
|
|
13761
12964
|
"WebhookWorkflowRunRequestedPropWorkflowRun",
|
|
@@ -14022,6 +13225,11 @@ else:
|
|
|
14022
13225
|
"DeploymentBranchPolicy",
|
|
14023
13226
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody",
|
|
14024
13227
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200",
|
|
13228
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200",
|
|
13229
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
|
|
13230
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200",
|
|
13231
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody",
|
|
13232
|
+
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody",
|
|
14025
13233
|
"ReposOwnerRepoForksPostBody",
|
|
14026
13234
|
"ReposOwnerRepoGitBlobsPostBody",
|
|
14027
13235
|
"ReposOwnerRepoGitCommitsPostBody",
|
|
@@ -14081,6 +13289,7 @@ else:
|
|
|
14081
13289
|
"ReposOwnerRepoPagesPostBodyAnyof0",
|
|
14082
13290
|
"ReposOwnerRepoPagesPostBodyAnyof1",
|
|
14083
13291
|
"ReposOwnerRepoPagesDeploymentsPostBody",
|
|
13292
|
+
"ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200",
|
|
14084
13293
|
"ReposOwnerRepoProjectsPostBody",
|
|
14085
13294
|
"ReposOwnerRepoPropertiesValuesPatchBody",
|
|
14086
13295
|
"ReposOwnerRepoPullsPostBody",
|
|
@@ -14117,11 +13326,6 @@ else:
|
|
|
14117
13326
|
"ReposOwnerRepoTopicsPutBody",
|
|
14118
13327
|
"ReposOwnerRepoTransferPostBody",
|
|
14119
13328
|
"ReposTemplateOwnerTemplateRepoGeneratePostBody",
|
|
14120
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200",
|
|
14121
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
|
|
14122
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200",
|
|
14123
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody",
|
|
14124
|
-
"RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody",
|
|
14125
13329
|
"TeamsTeamIdPatchBody",
|
|
14126
13330
|
"TeamsTeamIdDiscussionsPostBody",
|
|
14127
13331
|
"TeamsTeamIdDiscussionsDiscussionNumberPatchBody",
|