GitHubKit 0.11.2__py3-none-any.whl → 0.11.3__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 +37 -21
- 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 +14667 -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 +180 -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 +36 -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 +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +164 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +198 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +232 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +415 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +415 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +411 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +228 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +228 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +223 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +195 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +159 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +60 -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 +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +690 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +557 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +557 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +540 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +1004 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +145 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +101 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +146 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +146 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +163 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +166 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +160 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +116 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +90 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +62 -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 +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +62 -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 +200 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +201 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +106 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +129 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +103 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +172 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +177 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +104 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +527 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +216 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +227 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +106 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +105 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +485 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +126 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +219 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +235 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +108 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +199 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +102 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +543 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +513 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +206 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +221 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +104 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +104 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +209 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +280 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +108 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +109 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +138 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +103 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +1140 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +482 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +210 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +227 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +141 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +104 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +1143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +529 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +515 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +201 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +386 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +133 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +484 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +129 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +166 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +164 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +170 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +79 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +127 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +166 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +128 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +89 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +178 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +178 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +121 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +174 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +121 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +147 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +91 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +570 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +183 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +118 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +111 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +76 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +82 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +99 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +112 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +154 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +108 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +72 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +92 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +73 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1196 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +1223 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +1215 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1193 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +1165 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +127 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1164 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1180 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1155 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1185 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +143 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +1381 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +1376 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +1389 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +1254 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +1192 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +1305 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +1330 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +1287 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +1311 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +1254 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +1359 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +1361 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +1185 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +1217 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +1190 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +1158 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +418 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +614 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +201 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +202 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +202 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +246 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +88 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +88 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +84 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +203 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +88 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +66 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +123 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +132 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +142 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +60 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +316 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +182 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +187 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +187 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +209 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +191 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +233 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +229 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +253 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +124 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +319 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +316 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +317 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +421 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +320 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +95 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +130 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +86 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +113 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +115 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +358 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +389 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +79 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +376 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +83 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +363 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +387 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +79 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +379 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +519 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +139 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +64 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +52 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +136 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +93 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +94 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +39 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +247 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +26 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +56 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +235 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +114 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +63 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +125 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +75 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +78 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +122 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +77 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +80 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +81 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +74 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +26 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +92 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +61 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +68 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +40 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +44 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +58 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +43 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +51 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +48 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +55 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +46 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +65 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +62 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +85 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +86 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +70 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1206.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 +2870 -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 +1082 -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 +15161 -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 +128 -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 +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +144 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +146 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +175 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +331 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +329 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +323 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +159 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +129 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +132 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +112 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +35 -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 +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +623 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +496 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +494 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +482 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +889 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +110 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +124 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +132 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +144 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +35 -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 +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +106 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +162 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +130 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +100 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +155 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +444 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +185 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +189 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +102 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +125 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +96 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +415 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +91 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +191 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +199 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +100 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +177 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +457 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +430 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +181 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +189 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +101 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +127 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +95 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +91 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +183 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +244 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +101 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +120 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +95 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +990 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +414 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +181 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +191 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +92 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +101 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +125 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +95 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +1004 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +444 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +430 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +176 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +341 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +118 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +414 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +66 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +94 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +126 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +90 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +134 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +120 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +123 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +89 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +63 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +113 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +93 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +500 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +173 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +88 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +98 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +64 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +61 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +109 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +83 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +973 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +995 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +985 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +960 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +946 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +945 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +955 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +935 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +953 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +1093 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +1093 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +1111 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +1022 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +994 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +1064 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +1081 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +1044 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +1058 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +1022 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +1100 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1110 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +961 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +981 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +963 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +945 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +304 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +525 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +178 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +192 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +73 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +161 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +72 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +74 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +57 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +45 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +97 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +113 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +112 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +50 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +70 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +51 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +236 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +137 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +151 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +149 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +162 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +156 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +189 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +186 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +209 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +78 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +241 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +239 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +239 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +307 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +243 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +87 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +73 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +65 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +62 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +58 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +80 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +342 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +360 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +355 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +345 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +362 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +34 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +60 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +357 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +445 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +55 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +43 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +26 -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 +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +59 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +75 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +29 -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 +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +21 -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 +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +141 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +140 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +68 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +44 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +70 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +48 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +76 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +47 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +32 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +35 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +38 -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 +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +38 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +39 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +58 -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 +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +49 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +42 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +67 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +406 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +1202 -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 +37 -21
- githubkit/versions/latest/types.py +37 -21
- githubkit/versions/latest/webhooks.py +1 -1
- githubkit/versions/rest.py +7 -1
- githubkit/versions/v2022_11_28/__init__.py +1 -1
- githubkit/versions/v2022_11_28/models/__init__.py +4447 -4433
- 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 +1 -3
- 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 +1 -1
- 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 +1 -1
- 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 -118
- 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 +45 -61
- githubkit/versions/v2022_11_28/models/group_0363.py +59 -132
- githubkit/versions/v2022_11_28/models/group_0364.py +140 -15
- githubkit/versions/v2022_11_28/models/group_0365.py +14 -176
- githubkit/versions/v2022_11_28/models/group_0366.py +175 -25
- githubkit/versions/v2022_11_28/models/group_0367.py +18 -20
- githubkit/versions/v2022_11_28/models/group_0368.py +20 -57
- githubkit/versions/v2022_11_28/models/group_0369.py +54 -28
- githubkit/versions/v2022_11_28/models/group_0370.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0371.py +13 -80
- githubkit/versions/v2022_11_28/models/group_0372.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0373.py +17 -124
- githubkit/versions/v2022_11_28/models/group_0374.py +189 -15
- githubkit/versions/v2022_11_28/models/group_0375.py +36 -9
- githubkit/versions/v2022_11_28/models/group_0376.py +10 -38
- githubkit/versions/v2022_11_28/models/group_0377.py +36 -9
- githubkit/versions/v2022_11_28/models/group_0378.py +9 -56
- githubkit/versions/v2022_11_28/models/group_0379.py +54 -8
- githubkit/versions/v2022_11_28/models/group_0380.py +10 -38
- githubkit/versions/v2022_11_28/models/group_0381.py +36 -9
- githubkit/versions/v2022_11_28/models/group_0382.py +9 -393
- githubkit/versions/v2022_11_28/models/group_0383.py +76 -76
- githubkit/versions/v2022_11_28/models/group_0384.py +75 -71
- githubkit/versions/v2022_11_28/models/group_0385.py +296 -114
- githubkit/versions/v2022_11_28/models/group_0386.py +56 -56
- githubkit/versions/v2022_11_28/models/group_0387.py +80 -58
- githubkit/versions/v2022_11_28/models/group_0388.py +60 -77
- githubkit/versions/v2022_11_28/models/group_0389.py +79 -62
- githubkit/versions/v2022_11_28/models/group_0390.py +64 -53
- githubkit/versions/v2022_11_28/models/group_0391.py +134 -99
- githubkit/versions/v2022_11_28/models/group_0392.py +113 -27
- githubkit/versions/v2022_11_28/models/group_0393.py +32 -20
- githubkit/versions/v2022_11_28/models/group_0394.py +16 -23
- githubkit/versions/v2022_11_28/models/group_0395.py +22 -18
- githubkit/versions/v2022_11_28/models/group_0396.py +16 -24
- githubkit/versions/v2022_11_28/models/group_0397.py +26 -28
- githubkit/versions/v2022_11_28/models/group_0398.py +25 -21
- githubkit/versions/v2022_11_28/models/group_0399.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0400.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0401.py +14 -16
- 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 +18 -19
- githubkit/versions/v2022_11_28/models/group_0407.py +28 -635
- githubkit/versions/v2022_11_28/models/group_0408.py +652 -36
- githubkit/versions/v2022_11_28/models/group_0409.py +39 -527
- githubkit/versions/v2022_11_28/models/group_0410.py +109 -113
- githubkit/versions/v2022_11_28/models/group_0411.py +133 -120
- githubkit/versions/v2022_11_28/models/group_0412.py +125 -589
- githubkit/versions/v2022_11_28/models/group_0413.py +914 -55
- githubkit/versions/v2022_11_28/models/group_0414.py +88 -44
- githubkit/versions/v2022_11_28/models/group_0415.py +52 -14
- githubkit/versions/v2022_11_28/models/group_0416.py +14 -99
- githubkit/versions/v2022_11_28/models/group_0417.py +27 -28
- githubkit/versions/v2022_11_28/models/group_0418.py +27 -45
- githubkit/versions/v2022_11_28/models/group_0419.py +57 -60
- githubkit/versions/v2022_11_28/models/group_0420.py +66 -60
- githubkit/versions/v2022_11_28/models/group_0421.py +106 -62
- githubkit/versions/v2022_11_28/models/group_0422.py +92 -39
- githubkit/versions/v2022_11_28/models/group_0423.py +14 -43
- githubkit/versions/v2022_11_28/models/group_0424.py +37 -29
- githubkit/versions/v2022_11_28/models/group_0425.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0426.py +14 -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 +37 -12
- githubkit/versions/v2022_11_28/models/group_0430.py +10 -112
- githubkit/versions/v2022_11_28/models/group_0431.py +91 -37
- githubkit/versions/v2022_11_28/models/group_0432.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0433.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0434.py +17 -20
- githubkit/versions/v2022_11_28/models/group_0435.py +31 -169
- githubkit/versions/v2022_11_28/models/group_0436.py +26 -27
- githubkit/versions/v2022_11_28/models/group_0437.py +175 -18
- githubkit/versions/v2022_11_28/models/group_0438.py +19 -116
- githubkit/versions/v2022_11_28/models/group_0439.py +118 -12
- githubkit/versions/v2022_11_28/models/group_0440.py +9 -54
- githubkit/versions/v2022_11_28/models/group_0441.py +34 -64
- githubkit/versions/v2022_11_28/models/group_0442.py +47 -18
- githubkit/versions/v2022_11_28/models/group_0443.py +21 -22
- githubkit/versions/v2022_11_28/models/group_0444.py +21 -75
- githubkit/versions/v2022_11_28/models/group_0445.py +34 -31
- githubkit/versions/v2022_11_28/models/group_0446.py +70 -22
- githubkit/versions/v2022_11_28/models/group_0447.py +31 -92
- githubkit/versions/v2022_11_28/models/group_0448.py +91 -32
- githubkit/versions/v2022_11_28/models/group_0449.py +37 -29
- githubkit/versions/v2022_11_28/models/group_0450.py +42 -85
- githubkit/versions/v2022_11_28/models/group_0451.py +27 -89
- githubkit/versions/v2022_11_28/models/group_0452.py +37 -55
- githubkit/versions/v2022_11_28/models/group_0453.py +133 -25
- githubkit/versions/v2022_11_28/models/group_0454.py +35 -4
- githubkit/versions/v2022_11_28/models/group_0455.py +30 -33
- githubkit/versions/v2022_11_28/models/group_0456.py +28 -89
- githubkit/versions/v2022_11_28/models/group_0457.py +87 -85
- githubkit/versions/v2022_11_28/models/group_0458.py +84 -150
- githubkit/versions/v2022_11_28/models/group_0459.py +151 -25
- githubkit/versions/v2022_11_28/models/group_0460.py +23 -79
- githubkit/versions/v2022_11_28/models/group_0461.py +80 -43
- githubkit/versions/v2022_11_28/models/group_0462.py +41 -86
- githubkit/versions/v2022_11_28/models/group_0463.py +26 -86
- githubkit/versions/v2022_11_28/models/group_0464.py +37 -55
- githubkit/versions/v2022_11_28/models/group_0465.py +133 -25
- githubkit/versions/v2022_11_28/models/group_0466.py +35 -4
- githubkit/versions/v2022_11_28/models/group_0467.py +30 -33
- githubkit/versions/v2022_11_28/models/group_0468.py +28 -85
- githubkit/versions/v2022_11_28/models/group_0469.py +83 -83
- githubkit/versions/v2022_11_28/models/group_0470.py +82 -150
- githubkit/versions/v2022_11_28/models/group_0471.py +151 -25
- githubkit/versions/v2022_11_28/models/group_0472.py +23 -77
- githubkit/versions/v2022_11_28/models/group_0473.py +79 -68
- githubkit/versions/v2022_11_28/models/group_0474.py +62 -83
- githubkit/versions/v2022_11_28/models/group_0475.py +26 -86
- githubkit/versions/v2022_11_28/models/group_0476.py +37 -55
- githubkit/versions/v2022_11_28/models/group_0477.py +133 -25
- githubkit/versions/v2022_11_28/models/group_0478.py +35 -4
- githubkit/versions/v2022_11_28/models/group_0479.py +30 -31
- githubkit/versions/v2022_11_28/models/group_0480.py +26 -86
- githubkit/versions/v2022_11_28/models/group_0481.py +84 -84
- githubkit/versions/v2022_11_28/models/group_0482.py +83 -150
- githubkit/versions/v2022_11_28/models/group_0483.py +151 -23
- githubkit/versions/v2022_11_28/models/group_0484.py +22 -79
- githubkit/versions/v2022_11_28/models/group_0485.py +12 -434
- githubkit/versions/v2022_11_28/models/group_0486.py +478 -15
- githubkit/versions/v2022_11_28/models/group_0487.py +33 -186
- githubkit/versions/v2022_11_28/models/group_0488.py +41 -52
- githubkit/versions/v2022_11_28/models/group_0489.py +180 -5
- githubkit/versions/v2022_11_28/models/group_0490.py +27 -28
- githubkit/versions/v2022_11_28/models/group_0491.py +25 -81
- githubkit/versions/v2022_11_28/models/group_0492.py +80 -85
- githubkit/versions/v2022_11_28/models/group_0493.py +88 -11
- githubkit/versions/v2022_11_28/models/group_0494.py +10 -117
- githubkit/versions/v2022_11_28/models/group_0495.py +121 -29
- githubkit/versions/v2022_11_28/models/group_0496.py +22 -80
- githubkit/versions/v2022_11_28/models/group_0497.py +14 -393
- githubkit/versions/v2022_11_28/models/group_0498.py +384 -26
- githubkit/versions/v2022_11_28/models/group_0499.py +57 -150
- githubkit/versions/v2022_11_28/models/group_0500.py +44 -59
- githubkit/versions/v2022_11_28/models/group_0501.py +168 -28
- githubkit/versions/v2022_11_28/models/group_0502.py +46 -62
- githubkit/versions/v2022_11_28/models/group_0503.py +84 -82
- githubkit/versions/v2022_11_28/models/group_0504.py +77 -168
- githubkit/versions/v2022_11_28/models/group_0505.py +170 -73
- githubkit/versions/v2022_11_28/models/group_0506.py +12 -452
- githubkit/versions/v2022_11_28/models/group_0507.py +98 -68
- githubkit/versions/v2022_11_28/models/group_0508.py +465 -14
- githubkit/versions/v2022_11_28/models/group_0509.py +32 -178
- githubkit/versions/v2022_11_28/models/group_0510.py +40 -54
- githubkit/versions/v2022_11_28/models/group_0511.py +176 -5
- githubkit/versions/v2022_11_28/models/group_0512.py +28 -31
- githubkit/versions/v2022_11_28/models/group_0513.py +25 -79
- githubkit/versions/v2022_11_28/models/group_0514.py +78 -84
- githubkit/versions/v2022_11_28/models/group_0515.py +87 -11
- githubkit/versions/v2022_11_28/models/group_0516.py +10 -119
- githubkit/versions/v2022_11_28/models/group_0517.py +123 -29
- githubkit/versions/v2022_11_28/models/group_0518.py +22 -79
- githubkit/versions/v2022_11_28/models/group_0519.py +76 -97
- githubkit/versions/v2022_11_28/models/group_0520.py +60 -144
- githubkit/versions/v2022_11_28/models/group_0521.py +41 -111
- githubkit/versions/v2022_11_28/models/group_0522.py +228 -57
- githubkit/versions/v2022_11_28/models/group_0523.py +82 -83
- githubkit/versions/v2022_11_28/models/group_0524.py +86 -11
- githubkit/versions/v2022_11_28/models/group_0525.py +9 -114
- githubkit/versions/v2022_11_28/models/group_0526.py +95 -39
- githubkit/versions/v2022_11_28/models/group_0527.py +54 -75
- githubkit/versions/v2022_11_28/models/group_0528.py +12 -1047
- githubkit/versions/v2022_11_28/models/group_0529.py +718 -61
- githubkit/versions/v2022_11_28/models/group_0530.py +434 -14
- githubkit/versions/v2022_11_28/models/group_0531.py +32 -182
- githubkit/versions/v2022_11_28/models/group_0532.py +41 -57
- githubkit/versions/v2022_11_28/models/group_0533.py +180 -5
- githubkit/versions/v2022_11_28/models/group_0534.py +30 -31
- githubkit/versions/v2022_11_28/models/group_0535.py +26 -86
- githubkit/versions/v2022_11_28/models/group_0536.py +84 -84
- githubkit/versions/v2022_11_28/models/group_0537.py +87 -11
- githubkit/versions/v2022_11_28/models/group_0538.py +10 -117
- githubkit/versions/v2022_11_28/models/group_0539.py +118 -26
- githubkit/versions/v2022_11_28/models/group_0540.py +22 -79
- githubkit/versions/v2022_11_28/models/group_0541.py +14 -1051
- githubkit/versions/v2022_11_28/models/group_0542.py +706 -93
- githubkit/versions/v2022_11_28/models/group_0543.py +92 -78
- githubkit/versions/v2022_11_28/models/group_0544.py +467 -14
- githubkit/versions/v2022_11_28/models/group_0545.py +32 -173
- githubkit/versions/v2022_11_28/models/group_0546.py +38 -222
- githubkit/versions/v2022_11_28/models/group_0547.py +341 -5
- githubkit/versions/v2022_11_28/models/group_0548.py +28 -31
- githubkit/versions/v2022_11_28/models/group_0549.py +29 -13
- githubkit/versions/v2022_11_28/models/group_0550.py +10 -109
- githubkit/versions/v2022_11_28/models/group_0551.py +110 -26
- githubkit/versions/v2022_11_28/models/group_0552.py +11 -447
- githubkit/versions/v2022_11_28/models/group_0553.py +422 -18
- githubkit/versions/v2022_11_28/models/group_0554.py +19 -19
- githubkit/versions/v2022_11_28/models/group_0555.py +17 -70
- githubkit/versions/v2022_11_28/models/group_0556.py +68 -108
- githubkit/versions/v2022_11_28/models/group_0557.py +108 -17
- githubkit/versions/v2022_11_28/models/group_0558.py +37 -41
- githubkit/versions/v2022_11_28/models/group_0559.py +43 -133
- githubkit/versions/v2022_11_28/models/group_0560.py +108 -17
- githubkit/versions/v2022_11_28/models/group_0561.py +37 -41
- githubkit/versions/v2022_11_28/models/group_0562.py +42 -144
- githubkit/versions/v2022_11_28/models/group_0563.py +111 -18
- githubkit/versions/v2022_11_28/models/group_0564.py +37 -43
- githubkit/versions/v2022_11_28/models/group_0565.py +42 -93
- githubkit/versions/v2022_11_28/models/group_0566.py +98 -11
- githubkit/versions/v2022_11_28/models/group_0567.py +9 -17
- githubkit/versions/v2022_11_28/models/group_0568.py +19 -34
- githubkit/versions/v2022_11_28/models/group_0569.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0570.py +7 -145
- githubkit/versions/v2022_11_28/models/group_0571.py +108 -17
- githubkit/versions/v2022_11_28/models/group_0572.py +37 -41
- githubkit/versions/v2022_11_28/models/group_0573.py +44 -76
- githubkit/versions/v2022_11_28/models/group_0574.py +49 -46
- githubkit/versions/v2022_11_28/models/group_0575.py +56 -18
- githubkit/versions/v2022_11_28/models/group_0576.py +23 -113
- githubkit/versions/v2022_11_28/models/group_0577.py +30 -31
- githubkit/versions/v2022_11_28/models/group_0578.py +141 -23
- githubkit/versions/v2022_11_28/models/group_0579.py +13 -18
- githubkit/versions/v2022_11_28/models/group_0580.py +24 -109
- githubkit/versions/v2022_11_28/models/group_0581.py +95 -71
- githubkit/versions/v2022_11_28/models/group_0582.py +24 -22
- githubkit/versions/v2022_11_28/models/group_0583.py +22 -24
- githubkit/versions/v2022_11_28/models/group_0584.py +21 -72
- githubkit/versions/v2022_11_28/models/group_0585.py +75 -22
- githubkit/versions/v2022_11_28/models/group_0586.py +51 -22
- githubkit/versions/v2022_11_28/models/group_0587.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0588.py +19 -40
- githubkit/versions/v2022_11_28/models/group_0589.py +22 -22
- githubkit/versions/v2022_11_28/models/group_0590.py +31 -68
- githubkit/versions/v2022_11_28/models/group_0591.py +67 -31
- githubkit/versions/v2022_11_28/models/group_0592.py +21 -42
- githubkit/versions/v2022_11_28/models/group_0593.py +98 -30
- githubkit/versions/v2022_11_28/models/group_0594.py +39 -41
- githubkit/versions/v2022_11_28/models/group_0595.py +40 -68
- githubkit/versions/v2022_11_28/models/group_0596.py +33 -512
- githubkit/versions/v2022_11_28/models/group_0597.py +552 -45
- githubkit/versions/v2022_11_28/models/group_0598.py +47 -72
- githubkit/versions/v2022_11_28/models/group_0599.py +28 -124
- githubkit/versions/v2022_11_28/models/group_0600.py +121 -57
- githubkit/versions/v2022_11_28/models/group_0601.py +88 -20
- githubkit/versions/v2022_11_28/models/group_0602.py +12 -14
- githubkit/versions/v2022_11_28/models/group_0603.py +12 -14
- githubkit/versions/v2022_11_28/models/group_0604.py +12 -14
- githubkit/versions/v2022_11_28/models/group_0605.py +21 -29
- githubkit/versions/v2022_11_28/models/group_0606.py +24 -49
- githubkit/versions/v2022_11_28/models/group_0607.py +56 -8
- githubkit/versions/v2022_11_28/models/group_0608.py +10 -112
- githubkit/versions/v2022_11_28/models/group_0609.py +40 -21
- githubkit/versions/v2022_11_28/models/group_0610.py +28 -26
- githubkit/versions/v2022_11_28/models/group_0611.py +26 -45
- githubkit/versions/v2022_11_28/models/group_0612.py +39 -39
- githubkit/versions/v2022_11_28/models/group_0613.py +68 -14
- githubkit/versions/v2022_11_28/models/group_0614.py +34 -27
- githubkit/versions/v2022_11_28/models/group_0615.py +33 -79
- githubkit/versions/v2022_11_28/models/group_0616.py +60 -27
- githubkit/versions/v2022_11_28/models/group_0617.py +22 -18
- githubkit/versions/v2022_11_28/models/group_0618.py +18 -39
- githubkit/versions/v2022_11_28/models/group_0619.py +36 -18
- githubkit/versions/v2022_11_28/models/group_0620.py +25 -59
- githubkit/versions/v2022_11_28/models/group_0621.py +26 -23
- githubkit/versions/v2022_11_28/models/group_0622.py +22 -64
- githubkit/versions/v2022_11_28/models/group_0623.py +61 -22
- githubkit/versions/v2022_11_28/models/group_0624.py +77 -13
- githubkit/versions/v2022_11_28/models/group_0625.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0626.py +14 -12
- githubkit/versions/v2022_11_28/models/group_0627.py +11 -70
- githubkit/versions/v2022_11_28/models/group_0628.py +60 -25
- githubkit/versions/v2022_11_28/models/group_0629.py +22 -22
- githubkit/versions/v2022_11_28/models/group_0630.py +32 -11
- githubkit/versions/v2022_11_28/models/group_0631.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0632.py +11 -54
- githubkit/versions/v2022_11_28/models/group_0633.py +42 -25
- githubkit/versions/v2022_11_28/models/group_0634.py +26 -25
- githubkit/versions/v2022_11_28/models/group_0635.py +34 -12
- githubkit/versions/v2022_11_28/models/group_0636.py +15 -23
- githubkit/versions/v2022_11_28/models/group_0637.py +11 -1152
- githubkit/versions/v2022_11_28/models/group_0638.py +257 -284
- githubkit/versions/v2022_11_28/models/group_0639.py +186 -178
- githubkit/versions/v2022_11_28/models/group_0640.py +1168 -15
- githubkit/versions/v2022_11_28/models/group_0641.py +30 -112
- githubkit/versions/v2022_11_28/models/group_0642.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0643.py +34 -33
- githubkit/versions/v2022_11_28/models/group_0644.py +30 -112
- githubkit/versions/v2022_11_28/models/group_0645.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0646.py +15 -1145
- githubkit/versions/v2022_11_28/models/group_0647.py +216 -188
- githubkit/versions/v2022_11_28/models/group_0648.py +1095 -58
- githubkit/versions/v2022_11_28/models/group_0649.py +95 -111
- githubkit/versions/v2022_11_28/models/group_0650.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0651.py +14 -1115
- githubkit/versions/v2022_11_28/models/group_0652.py +223 -239
- githubkit/versions/v2022_11_28/models/group_0653.py +195 -170
- githubkit/versions/v2022_11_28/models/group_0654.py +220 -250
- githubkit/versions/v2022_11_28/models/group_0655.py +1141 -18
- githubkit/versions/v2022_11_28/models/group_0656.py +30 -112
- githubkit/versions/v2022_11_28/models/group_0657.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0658.py +34 -33
- githubkit/versions/v2022_11_28/models/group_0659.py +30 -112
- githubkit/versions/v2022_11_28/models/group_0660.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0661.py +34 -33
- githubkit/versions/v2022_11_28/models/group_0662.py +30 -112
- githubkit/versions/v2022_11_28/models/group_0663.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0664.py +15 -1332
- githubkit/versions/v2022_11_28/models/group_0665.py +226 -221
- githubkit/versions/v2022_11_28/models/group_0666.py +220 -233
- githubkit/versions/v2022_11_28/models/group_0667.py +368 -234
- githubkit/versions/v2022_11_28/models/group_0668.py +285 -223
- githubkit/versions/v2022_11_28/models/group_0669.py +346 -459
- githubkit/versions/v2022_11_28/models/group_0670.py +214 -241
- githubkit/versions/v2022_11_28/models/group_0671.py +278 -235
- githubkit/versions/v2022_11_28/models/group_0672.py +208 -232
- githubkit/versions/v2022_11_28/models/group_0673.py +362 -305
- githubkit/versions/v2022_11_28/models/group_0674.py +328 -432
- githubkit/versions/v2022_11_28/models/group_0675.py +273 -275
- githubkit/versions/v2022_11_28/models/group_0676.py +489 -314
- githubkit/versions/v2022_11_28/models/group_0677.py +210 -242
- githubkit/versions/v2022_11_28/models/group_0678.py +219 -192
- githubkit/versions/v2022_11_28/models/group_0679.py +224 -192
- githubkit/versions/v2022_11_28/models/group_0680.py +904 -164
- githubkit/versions/v2022_11_28/models/group_0681.py +374 -18
- githubkit/versions/v2022_11_28/models/group_0682.py +46 -72
- githubkit/versions/v2022_11_28/models/group_0683.py +32 -559
- githubkit/versions/v2022_11_28/models/group_0684.py +597 -45
- githubkit/versions/v2022_11_28/models/group_0685.py +46 -66
- githubkit/versions/v2022_11_28/models/group_0686.py +26 -152
- githubkit/versions/v2022_11_28/models/group_0687.py +162 -163
- githubkit/versions/v2022_11_28/models/group_0688.py +32 -32
- githubkit/versions/v2022_11_28/models/group_0689.py +35 -79
- githubkit/versions/v2022_11_28/models/group_0690.py +198 -14
- githubkit/versions/v2022_11_28/models/group_0691.py +35 -62
- githubkit/versions/v2022_11_28/models/group_0692.py +19 -25
- githubkit/versions/v2022_11_28/models/group_0693.py +65 -24
- githubkit/versions/v2022_11_28/models/group_0694.py +33 -31
- githubkit/versions/v2022_11_28/models/group_0695.py +36 -19
- githubkit/versions/v2022_11_28/models/group_0696.py +15 -66
- githubkit/versions/v2022_11_28/models/group_0697.py +62 -27
- githubkit/versions/v2022_11_28/models/group_0698.py +34 -46
- githubkit/versions/v2022_11_28/models/group_0699.py +35 -62
- githubkit/versions/v2022_11_28/models/group_0700.py +19 -25
- githubkit/versions/v2022_11_28/models/group_0701.py +65 -22
- githubkit/versions/v2022_11_28/models/group_0702.py +30 -28
- githubkit/versions/v2022_11_28/models/group_0703.py +34 -19
- githubkit/versions/v2022_11_28/models/group_0704.py +15 -65
- githubkit/versions/v2022_11_28/models/group_0705.py +60 -24
- githubkit/versions/v2022_11_28/models/group_0706.py +11 -166
- githubkit/versions/v2022_11_28/models/group_0707.py +155 -14
- githubkit/versions/v2022_11_28/models/group_0708.py +35 -62
- githubkit/versions/v2022_11_28/models/group_0709.py +18 -24
- githubkit/versions/v2022_11_28/models/group_0710.py +65 -24
- githubkit/versions/v2022_11_28/models/group_0711.py +33 -31
- githubkit/versions/v2022_11_28/models/group_0712.py +36 -19
- githubkit/versions/v2022_11_28/models/group_0713.py +15 -64
- githubkit/versions/v2022_11_28/models/group_0714.py +60 -27
- githubkit/versions/v2022_11_28/models/group_0715.py +34 -49
- githubkit/versions/v2022_11_28/models/group_0716.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0717.py +19 -15
- githubkit/versions/v2022_11_28/models/group_0718.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0719.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0720.py +15 -27
- githubkit/versions/v2022_11_28/models/group_0721.py +28 -62
- githubkit/versions/v2022_11_28/models/group_0722.py +64 -13
- githubkit/versions/v2022_11_28/models/group_0723.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0724.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0725.py +13 -41
- githubkit/versions/v2022_11_28/models/group_0726.py +41 -22
- githubkit/versions/v2022_11_28/models/group_0727.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0728.py +14 -18
- githubkit/versions/v2022_11_28/models/group_0729.py +39 -35
- githubkit/versions/v2022_11_28/models/group_0730.py +37 -16
- githubkit/versions/v2022_11_28/models/group_0731.py +12 -97
- githubkit/versions/v2022_11_28/models/group_0732.py +98 -70
- githubkit/versions/v2022_11_28/models/group_0733.py +51 -90
- githubkit/versions/v2022_11_28/models/group_0734.py +112 -123
- githubkit/versions/v2022_11_28/models/group_0735.py +97 -14
- githubkit/versions/v2022_11_28/models/group_0736.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0737.py +43 -37
- githubkit/versions/v2022_11_28/models/group_0738.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0739.py +38 -32
- githubkit/versions/v2022_11_28/models/group_0740.py +28 -17
- githubkit/versions/v2022_11_28/models/group_0741.py +25 -46
- githubkit/versions/v2022_11_28/models/group_0742.py +43 -39
- githubkit/versions/v2022_11_28/models/group_0743.py +15 -17
- githubkit/versions/v2022_11_28/models/group_0744.py +39 -32
- githubkit/versions/v2022_11_28/models/group_0745.py +4 -31
- githubkit/versions/v2022_11_28/models/group_0746.py +63 -46
- githubkit/versions/v2022_11_28/models/group_0747.py +43 -37
- githubkit/versions/v2022_11_28/models/group_0748.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0749.py +38 -32
- githubkit/versions/v2022_11_28/models/group_0750.py +28 -17
- githubkit/versions/v2022_11_28/models/group_0751.py +25 -46
- githubkit/versions/v2022_11_28/models/group_0752.py +43 -37
- githubkit/versions/v2022_11_28/models/group_0753.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0754.py +38 -32
- githubkit/versions/v2022_11_28/models/group_0755.py +28 -20
- githubkit/versions/v2022_11_28/models/group_0756.py +27 -46
- githubkit/versions/v2022_11_28/models/group_0757.py +20 -239
- githubkit/versions/v2022_11_28/models/group_0758.py +295 -6
- githubkit/versions/v2022_11_28/models/group_0759.py +8 -43
- githubkit/versions/v2022_11_28/models/group_0760.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0761.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0762.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0763.py +16 -138
- githubkit/versions/v2022_11_28/models/group_0764.py +54 -55
- githubkit/versions/v2022_11_28/models/group_0765.py +55 -56
- githubkit/versions/v2022_11_28/models/group_0766.py +138 -16
- githubkit/versions/v2022_11_28/models/group_0767.py +34 -10
- githubkit/versions/v2022_11_28/models/group_0768.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0769.py +10 -165
- githubkit/versions/v2022_11_28/models/group_0770.py +36 -37
- githubkit/versions/v2022_11_28/models/group_0771.py +37 -60
- githubkit/versions/v2022_11_28/models/group_0772.py +63 -46
- githubkit/versions/v2022_11_28/models/group_0773.py +35 -78
- githubkit/versions/v2022_11_28/models/group_0774.py +57 -54
- githubkit/versions/v2022_11_28/models/group_0775.py +184 -17
- githubkit/versions/v2022_11_28/models/group_0776.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0777.py +15 -207
- githubkit/versions/v2022_11_28/models/group_0778.py +227 -10
- githubkit/versions/v2022_11_28/models/group_0779.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0780.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0781.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0782.py +9 -105
- githubkit/versions/v2022_11_28/models/group_0783.py +28 -223
- githubkit/versions/v2022_11_28/models/group_0784.py +52 -49
- githubkit/versions/v2022_11_28/models/group_0785.py +42 -43
- githubkit/versions/v2022_11_28/models/group_0786.py +43 -147
- githubkit/versions/v2022_11_28/models/group_0787.py +153 -52
- githubkit/versions/v2022_11_28/models/group_0788.py +277 -16
- githubkit/versions/v2022_11_28/models/group_0789.py +13 -24
- githubkit/versions/v2022_11_28/models/group_0790.py +18 -87
- githubkit/versions/v2022_11_28/models/group_0791.py +73 -32
- githubkit/versions/v2022_11_28/models/group_0792.py +66 -48
- githubkit/versions/v2022_11_28/models/group_0793.py +58 -112
- githubkit/versions/v2022_11_28/models/group_0794.py +69 -25
- githubkit/versions/v2022_11_28/models/group_0795.py +50 -38
- githubkit/versions/v2022_11_28/models/group_0796.py +38 -77
- githubkit/versions/v2022_11_28/models/group_0797.py +24 -26
- githubkit/versions/v2022_11_28/models/group_0798.py +57 -25
- githubkit/versions/v2022_11_28/models/group_0799.py +48 -325
- githubkit/versions/v2022_11_28/models/group_0800.py +103 -136
- githubkit/versions/v2022_11_28/models/group_0801.py +365 -16
- githubkit/versions/v2022_11_28/models/group_0802.py +13 -56
- githubkit/versions/v2022_11_28/models/group_0803.py +53 -9
- githubkit/versions/v2022_11_28/models/group_0804.py +5 -346
- githubkit/versions/v2022_11_28/models/group_0805.py +356 -18
- githubkit/versions/v2022_11_28/models/group_0806.py +14 -63
- githubkit/versions/v2022_11_28/models/group_0807.py +47 -331
- githubkit/versions/v2022_11_28/models/group_0808.py +96 -124
- githubkit/versions/v2022_11_28/models/group_0809.py +363 -16
- githubkit/versions/v2022_11_28/models/group_0810.py +13 -56
- githubkit/versions/v2022_11_28/models/group_0811.py +53 -9
- githubkit/versions/v2022_11_28/models/group_0812.py +5 -349
- githubkit/versions/v2022_11_28/models/group_0813.py +359 -18
- githubkit/versions/v2022_11_28/models/group_0814.py +12 -497
- githubkit/versions/v2022_11_28/models/group_0815.py +490 -27
- githubkit/versions/v2022_11_28/models/group_0816.py +37 -11
- githubkit/versions/v2022_11_28/models/group_0817.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0818.py +24 -5
- githubkit/versions/v2022_11_28/models/group_0819.py +5 -27
- githubkit/versions/v2022_11_28/models/group_0820.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0821.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0822.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0823.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0824.py +6 -33
- githubkit/versions/v2022_11_28/models/group_0825.py +44 -11
- githubkit/versions/v2022_11_28/models/group_0826.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0827.py +9 -29
- githubkit/versions/v2022_11_28/models/group_0828.py +23 -17
- githubkit/versions/v2022_11_28/models/group_0829.py +18 -29
- githubkit/versions/v2022_11_28/models/group_0830.py +36 -9
- githubkit/versions/v2022_11_28/models/group_0831.py +5 -7
- githubkit/versions/v2022_11_28/models/group_0832.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0833.py +5 -18
- githubkit/versions/v2022_11_28/models/group_0834.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0835.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0836.py +14 -6
- githubkit/versions/v2022_11_28/models/group_0837.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0838.py +7 -113
- githubkit/versions/v2022_11_28/models/group_0839.py +112 -26
- githubkit/versions/v2022_11_28/models/group_0840.py +27 -13
- githubkit/versions/v2022_11_28/models/group_0841.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0842.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0843.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0844.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0845.py +17 -12
- githubkit/versions/v2022_11_28/models/group_0846.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0847.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0848.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0849.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0850.py +9 -29
- githubkit/versions/v2022_11_28/models/group_0851.py +25 -19
- githubkit/versions/v2022_11_28/models/group_0852.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0853.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0854.py +8 -34
- githubkit/versions/v2022_11_28/models/group_0855.py +28 -10
- githubkit/versions/v2022_11_28/models/group_0856.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0857.py +16 -11
- githubkit/versions/v2022_11_28/models/group_0858.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0859.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0860.py +10 -22
- githubkit/versions/v2022_11_28/models/group_0861.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0862.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0863.py +9 -36
- githubkit/versions/v2022_11_28/models/group_0864.py +28 -15
- githubkit/versions/v2022_11_28/models/group_0865.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0866.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0867.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0868.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0869.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0870.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0871.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0872.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0873.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0874.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0875.py +7 -29
- githubkit/versions/v2022_11_28/models/group_0876.py +25 -19
- githubkit/versions/v2022_11_28/models/group_0877.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0878.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0879.py +8 -43
- githubkit/versions/v2022_11_28/models/group_0880.py +15 -14
- githubkit/versions/v2022_11_28/models/group_0881.py +31 -8
- githubkit/versions/v2022_11_28/models/group_0882.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0883.py +14 -5
- githubkit/versions/v2022_11_28/models/group_0884.py +7 -32
- githubkit/versions/v2022_11_28/models/group_0885.py +28 -15
- githubkit/versions/v2022_11_28/models/group_0886.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0887.py +8 -39
- githubkit/versions/v2022_11_28/models/group_0888.py +38 -11
- githubkit/versions/v2022_11_28/models/group_0889.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0890.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0891.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0892.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0893.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0894.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0895.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0896.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0898.py +8 -14
- githubkit/versions/v2022_11_28/models/group_0899.py +12 -31
- githubkit/versions/v2022_11_28/models/group_0900.py +29 -14
- githubkit/versions/v2022_11_28/models/group_0901.py +15 -115
- githubkit/versions/v2022_11_28/models/group_0902.py +112 -70
- githubkit/versions/v2022_11_28/models/group_0903.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0904.py +64 -27
- githubkit/versions/v2022_11_28/models/group_0905.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0906.py +26 -9
- githubkit/versions/v2022_11_28/models/group_0907.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0908.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0909.py +5 -11
- githubkit/versions/v2022_11_28/models/group_0910.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0911.py +14 -6
- githubkit/versions/v2022_11_28/models/group_0912.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0913.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0914.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0915.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0916.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0917.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0918.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0919.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0920.py +18 -5
- githubkit/versions/v2022_11_28/models/group_0921.py +5 -30
- githubkit/versions/v2022_11_28/models/group_0922.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0923.py +26 -6
- githubkit/versions/v2022_11_28/models/group_0924.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0925.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0926.py +11 -26
- githubkit/versions/v2022_11_28/models/group_0927.py +25 -10
- githubkit/versions/v2022_11_28/models/group_0928.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0929.py +5 -15
- githubkit/versions/v2022_11_28/models/group_0930.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0931.py +21 -9
- githubkit/versions/v2022_11_28/models/group_0932.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0933.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0934.py +6 -9
- githubkit/versions/v2022_11_28/models/group_0935.py +7 -201
- githubkit/versions/v2022_11_28/models/group_0936.py +199 -10
- githubkit/versions/v2022_11_28/models/group_0937.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0938.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0939.py +16 -9
- githubkit/versions/v2022_11_28/models/group_0940.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0941.py +10 -15
- githubkit/versions/v2022_11_28/models/group_0942.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0943.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0944.py +17 -7
- githubkit/versions/v2022_11_28/models/group_0945.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0946.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0947.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0948.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0949.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0950.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0951.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0952.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0953.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0954.py +10 -16
- githubkit/versions/v2022_11_28/models/group_0955.py +15 -12
- githubkit/versions/v2022_11_28/models/group_0956.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0957.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0958.py +7 -35
- githubkit/versions/v2022_11_28/models/group_0959.py +30 -24
- githubkit/versions/v2022_11_28/models/group_0960.py +29 -12
- githubkit/versions/v2022_11_28/models/group_0961.py +11 -17
- githubkit/versions/v2022_11_28/models/group_0962.py +11 -210
- githubkit/versions/v2022_11_28/models/group_0963.py +142 -21
- githubkit/versions/v2022_11_28/models/group_0964.py +73 -22
- githubkit/versions/v2022_11_28/models/group_0965.py +35 -9
- githubkit/versions/v2022_11_28/models/group_0966.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0967.py +5 -6
- githubkit/versions/v2022_11_28/models/group_0968.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0969.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0970.py +5 -7
- githubkit/versions/v2022_11_28/models/group_0971.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0972.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0973.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0974.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0975.py +5 -7
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0977.py +14 -6
- githubkit/versions/v2022_11_28/models/group_0978.py +6 -107
- githubkit/versions/v2022_11_28/models/group_0979.py +90 -41
- githubkit/versions/v2022_11_28/models/group_0980.py +18 -22
- githubkit/versions/v2022_11_28/models/group_0981.py +42 -87
- githubkit/versions/v2022_11_28/models/group_0982.py +86 -42
- githubkit/versions/v2022_11_28/models/group_0983.py +18 -22
- githubkit/versions/v2022_11_28/models/group_0984.py +62 -7
- githubkit/versions/v2022_11_28/models/group_0985.py +6 -31
- githubkit/versions/v2022_11_28/models/group_0986.py +28 -11
- githubkit/versions/v2022_11_28/models/group_0987.py +10 -24
- githubkit/versions/v2022_11_28/models/group_0988.py +17 -32
- githubkit/versions/v2022_11_28/models/group_0989.py +39 -14
- githubkit/versions/v2022_11_28/models/group_0990.py +10 -49
- githubkit/versions/v2022_11_28/models/group_0991.py +51 -28
- githubkit/versions/v2022_11_28/models/group_0992.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0993.py +9 -26
- githubkit/versions/v2022_11_28/models/group_0994.py +21 -18
- githubkit/versions/v2022_11_28/models/group_0995.py +24 -16
- githubkit/versions/v2022_11_28/models/group_0996.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0997.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0998.py +6 -12
- githubkit/versions/v2022_11_28/models/group_0999.py +11 -17
- githubkit/versions/v2022_11_28/models/group_1000.py +17 -13
- githubkit/versions/v2022_11_28/models/group_1001.py +10 -61
- githubkit/versions/v2022_11_28/models/group_1002.py +38 -31
- githubkit/versions/v2022_11_28/models/group_1003.py +48 -19
- githubkit/versions/v2022_11_28/models/group_1004.py +24 -24
- githubkit/versions/v2022_11_28/models/group_1005.py +24 -16
- githubkit/versions/v2022_11_28/models/group_1006.py +13 -11
- githubkit/versions/v2022_11_28/models/group_1007.py +12 -49
- githubkit/versions/v2022_11_28/models/group_1008.py +49 -7
- githubkit/versions/v2022_11_28/models/group_1009.py +10 -40
- githubkit/versions/v2022_11_28/models/group_1010.py +33 -25
- githubkit/versions/v2022_11_28/models/group_1011.py +19 -41
- githubkit/versions/v2022_11_28/models/group_1012.py +38 -28
- githubkit/versions/v2022_11_28/models/group_1013.py +30 -7
- githubkit/versions/v2022_11_28/models/group_1014.py +7 -16
- githubkit/versions/v2022_11_28/models/group_1015.py +22 -15
- githubkit/versions/v2022_11_28/models/group_1016.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1017.py +9 -72
- githubkit/versions/v2022_11_28/models/group_1018.py +11 -9
- githubkit/versions/v2022_11_28/models/group_1019.py +7 -12
- githubkit/versions/v2022_11_28/models/group_1020.py +7 -40
- githubkit/versions/v2022_11_28/models/group_1021.py +11 -35
- githubkit/versions/v2022_11_28/models/group_1022.py +8 -45
- githubkit/versions/v2022_11_28/models/group_1023.py +60 -19
- githubkit/versions/v2022_11_28/models/group_1024.py +8 -20
- githubkit/versions/v2022_11_28/models/group_1025.py +8 -22
- githubkit/versions/v2022_11_28/models/group_1026.py +32 -15
- githubkit/versions/v2022_11_28/models/group_1027.py +45 -11
- githubkit/versions/v2022_11_28/models/group_1028.py +47 -8
- githubkit/versions/v2022_11_28/models/group_1029.py +38 -8
- githubkit/versions/v2022_11_28/models/group_1030.py +17 -11
- githubkit/versions/v2022_11_28/models/group_1031.py +17 -30
- githubkit/versions/v2022_11_28/models/group_1032.py +25 -6
- githubkit/versions/v2022_11_28/models/group_1033.py +9 -12
- githubkit/versions/v2022_11_28/models/group_1034.py +8 -50
- githubkit/versions/v2022_11_28/models/group_1035.py +5 -16
- githubkit/versions/v2022_11_28/models/group_1036.py +11 -9
- githubkit/versions/v2022_11_28/models/group_1037.py +43 -10
- githubkit/versions/v2022_11_28/models/group_1038.py +6 -15
- githubkit/versions/v2022_11_28/models/group_1039.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1040.py +52 -6
- githubkit/versions/v2022_11_28/models/group_1041.py +7 -9
- githubkit/versions/v2022_11_28/models/group_1042.py +9 -19
- githubkit/versions/v2022_11_28/models/group_1043.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1044.py +10 -11
- githubkit/versions/v2022_11_28/models/group_1045.py +21 -11
- githubkit/versions/v2022_11_28/models/group_1046.py +6 -13
- githubkit/versions/v2022_11_28/models/group_1047.py +10 -14
- githubkit/versions/v2022_11_28/models/group_1048.py +20 -17
- githubkit/versions/v2022_11_28/models/group_1049.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1050.py +12 -14
- githubkit/versions/v2022_11_28/models/group_1051.py +9 -19
- githubkit/versions/v2022_11_28/models/group_1052.py +9 -20
- githubkit/versions/v2022_11_28/models/group_1053.py +14 -9
- githubkit/versions/v2022_11_28/models/group_1054.py +17 -7
- githubkit/versions/v2022_11_28/models/group_1055.py +6 -14
- githubkit/versions/v2022_11_28/models/group_1056.py +12 -23
- githubkit/versions/v2022_11_28/models/group_1057.py +14 -19
- githubkit/versions/v2022_11_28/models/group_1058.py +16 -20
- githubkit/versions/v2022_11_28/models/group_1059.py +8 -24
- githubkit/versions/v2022_11_28/models/group_1060.py +7 -26
- githubkit/versions/v2022_11_28/models/group_1061.py +8 -11
- githubkit/versions/v2022_11_28/models/group_1062.py +21 -11
- githubkit/versions/v2022_11_28/models/group_1063.py +20 -11
- githubkit/versions/v2022_11_28/models/group_1064.py +20 -21
- githubkit/versions/v2022_11_28/models/group_1065.py +26 -8
- githubkit/versions/v2022_11_28/models/group_1066.py +25 -9
- githubkit/versions/v2022_11_28/models/group_1067.py +14 -31
- githubkit/versions/v2022_11_28/models/group_1068.py +18 -6
- githubkit/versions/v2022_11_28/models/group_1069.py +15 -9
- githubkit/versions/v2022_11_28/models/group_1070.py +21 -19
- githubkit/versions/v2022_11_28/models/group_1071.py +7 -45
- githubkit/versions/v2022_11_28/models/group_1072.py +8 -40
- githubkit/versions/v2022_11_28/models/group_1073.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1074.py +29 -15
- githubkit/versions/v2022_11_28/models/group_1075.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1076.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1077.py +22 -10
- githubkit/versions/v2022_11_28/models/group_1078.py +41 -10
- githubkit/versions/v2022_11_28/models/group_1079.py +38 -10
- githubkit/versions/v2022_11_28/models/group_1080.py +6 -48
- githubkit/versions/v2022_11_28/models/group_1081.py +22 -6
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -11
- githubkit/versions/v2022_11_28/models/group_1083.py +7 -13
- githubkit/versions/v2022_11_28/models/group_1084.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1085.py +13 -7
- githubkit/versions/v2022_11_28/models/group_1086.py +10 -33
- githubkit/versions/v2022_11_28/models/group_1087.py +44 -9
- githubkit/versions/v2022_11_28/models/group_1088.py +6 -22
- githubkit/versions/v2022_11_28/models/group_1089.py +8 -29
- githubkit/versions/v2022_11_28/models/group_1090.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1091.py +7 -63
- githubkit/versions/v2022_11_28/models/group_1092.py +7 -66
- githubkit/versions/v2022_11_28/models/group_1093.py +30 -14
- githubkit/versions/v2022_11_28/models/group_1094.py +9 -19
- githubkit/versions/v2022_11_28/models/group_1095.py +16 -9
- githubkit/versions/v2022_11_28/models/group_1096.py +33 -7
- githubkit/versions/v2022_11_28/models/group_1097.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1098.py +59 -12
- githubkit/versions/v2022_11_28/models/group_1099.py +59 -15
- githubkit/versions/v2022_11_28/models/group_1100.py +21 -13
- githubkit/versions/v2022_11_28/models/group_1101.py +21 -16
- githubkit/versions/v2022_11_28/models/group_1102.py +15 -18
- githubkit/versions/v2022_11_28/models/group_1103.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1104.py +10 -11
- githubkit/versions/v2022_11_28/models/group_1105.py +12 -23
- githubkit/versions/v2022_11_28/models/group_1106.py +18 -8
- githubkit/versions/v2022_11_28/models/group_1107.py +26 -9
- githubkit/versions/v2022_11_28/models/group_1108.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1109.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1110.py +6 -18
- githubkit/versions/v2022_11_28/models/group_1111.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1112.py +15 -9
- githubkit/versions/v2022_11_28/models/group_1113.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1114.py +10 -7
- githubkit/versions/v2022_11_28/models/group_1115.py +7 -7
- githubkit/versions/v2022_11_28/models/group_1116.py +11 -33
- githubkit/versions/v2022_11_28/models/group_1117.py +10 -11
- githubkit/versions/v2022_11_28/models/group_1118.py +21 -41
- githubkit/versions/v2022_11_28/models/group_1119.py +9 -46
- githubkit/versions/v2022_11_28/models/group_1120.py +46 -30
- githubkit/versions/v2022_11_28/models/group_1121.py +41 -13
- githubkit/versions/v2022_11_28/models/group_1122.py +32 -11
- githubkit/versions/v2022_11_28/models/group_1123.py +17 -8
- githubkit/versions/v2022_11_28/models/group_1124.py +9 -17
- githubkit/versions/v2022_11_28/models/group_1125.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1126.py +15 -9
- githubkit/versions/v2022_11_28/models/group_1127.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1128.py +12 -13
- githubkit/versions/v2022_11_28/models/group_1129.py +8 -17
- githubkit/versions/v2022_11_28/models/group_1130.py +13 -10
- githubkit/versions/v2022_11_28/models/group_1131.py +17 -12
- githubkit/versions/v2022_11_28/models/group_1132.py +9 -13
- githubkit/versions/v2022_11_28/models/group_1133.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1134.py +11 -13
- githubkit/versions/v2022_11_28/models/group_1135.py +5 -13
- githubkit/versions/v2022_11_28/models/group_1136.py +10 -36
- githubkit/versions/v2022_11_28/models/group_1137.py +8 -11
- githubkit/versions/v2022_11_28/models/group_1138.py +23 -74
- githubkit/versions/v2022_11_28/models/group_1139.py +11 -13
- githubkit/versions/v2022_11_28/models/group_1140.py +89 -13
- githubkit/versions/v2022_11_28/models/group_1141.py +13 -14
- githubkit/versions/v2022_11_28/models/group_1142.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1143.py +33 -0
- 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 +2 -3
- 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 +2 -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 +2 -3
- 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 +4452 -4434
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- 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 +37 -52
- githubkit/versions/v2022_11_28/types/group_0363.py +46 -115
- githubkit/versions/v2022_11_28/types/group_0364.py +126 -14
- githubkit/versions/v2022_11_28/types/group_0365.py +12 -128
- githubkit/versions/v2022_11_28/types/group_0366.py +127 -22
- githubkit/versions/v2022_11_28/types/group_0367.py +18 -13
- githubkit/versions/v2022_11_28/types/group_0368.py +19 -34
- githubkit/versions/v2022_11_28/types/group_0369.py +38 -21
- githubkit/versions/v2022_11_28/types/group_0370.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0371.py +11 -57
- githubkit/versions/v2022_11_28/types/group_0372.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0373.py +14 -110
- githubkit/versions/v2022_11_28/types/group_0374.py +152 -11
- githubkit/versions/v2022_11_28/types/group_0375.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0376.py +8 -18
- githubkit/versions/v2022_11_28/types/group_0377.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0378.py +7 -30
- githubkit/versions/v2022_11_28/types/group_0379.py +29 -7
- githubkit/versions/v2022_11_28/types/group_0380.py +8 -18
- githubkit/versions/v2022_11_28/types/group_0381.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0382.py +7 -313
- githubkit/versions/v2022_11_28/types/group_0383.py +56 -54
- githubkit/versions/v2022_11_28/types/group_0384.py +57 -51
- githubkit/versions/v2022_11_28/types/group_0385.py +240 -77
- githubkit/versions/v2022_11_28/types/group_0386.py +42 -44
- githubkit/versions/v2022_11_28/types/group_0387.py +74 -42
- githubkit/versions/v2022_11_28/types/group_0388.py +41 -67
- githubkit/versions/v2022_11_28/types/group_0389.py +68 -45
- githubkit/versions/v2022_11_28/types/group_0390.py +52 -46
- githubkit/versions/v2022_11_28/types/group_0391.py +88 -75
- githubkit/versions/v2022_11_28/types/group_0392.py +90 -16
- githubkit/versions/v2022_11_28/types/group_0393.py +18 -15
- githubkit/versions/v2022_11_28/types/group_0394.py +12 -21
- githubkit/versions/v2022_11_28/types/group_0395.py +20 -13
- githubkit/versions/v2022_11_28/types/group_0396.py +11 -15
- githubkit/versions/v2022_11_28/types/group_0397.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0398.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0399.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0400.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0401.py +12 -13
- 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 +15 -16
- githubkit/versions/v2022_11_28/types/group_0407.py +23 -591
- githubkit/versions/v2022_11_28/types/group_0408.py +603 -19
- githubkit/versions/v2022_11_28/types/group_0409.py +20 -478
- githubkit/versions/v2022_11_28/types/group_0410.py +84 -82
- githubkit/versions/v2022_11_28/types/group_0411.py +100 -88
- githubkit/versions/v2022_11_28/types/group_0412.py +98 -505
- githubkit/versions/v2022_11_28/types/group_0413.py +825 -46
- githubkit/versions/v2022_11_28/types/group_0414.py +79 -38
- githubkit/versions/v2022_11_28/types/group_0415.py +45 -12
- githubkit/versions/v2022_11_28/types/group_0416.py +12 -87
- githubkit/versions/v2022_11_28/types/group_0417.py +22 -23
- githubkit/versions/v2022_11_28/types/group_0418.py +22 -38
- githubkit/versions/v2022_11_28/types/group_0419.py +45 -53
- githubkit/versions/v2022_11_28/types/group_0420.py +42 -54
- githubkit/versions/v2022_11_28/types/group_0421.py +97 -55
- githubkit/versions/v2022_11_28/types/group_0422.py +85 -19
- githubkit/versions/v2022_11_28/types/group_0423.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0424.py +32 -24
- githubkit/versions/v2022_11_28/types/group_0425.py +28 -13
- githubkit/versions/v2022_11_28/types/group_0426.py +12 -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 +20 -10
- githubkit/versions/v2022_11_28/types/group_0430.py +9 -90
- githubkit/versions/v2022_11_28/types/group_0431.py +77 -23
- githubkit/versions/v2022_11_28/types/group_0432.py +28 -13
- githubkit/versions/v2022_11_28/types/group_0433.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0434.py +13 -16
- githubkit/versions/v2022_11_28/types/group_0435.py +17 -143
- githubkit/versions/v2022_11_28/types/group_0436.py +22 -21
- githubkit/versions/v2022_11_28/types/group_0437.py +139 -15
- githubkit/versions/v2022_11_28/types/group_0438.py +16 -109
- githubkit/versions/v2022_11_28/types/group_0439.py +113 -8
- githubkit/versions/v2022_11_28/types/group_0440.py +8 -31
- githubkit/versions/v2022_11_28/types/group_0441.py +21 -50
- githubkit/versions/v2022_11_28/types/group_0442.py +41 -15
- githubkit/versions/v2022_11_28/types/group_0443.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0444.py +16 -59
- githubkit/versions/v2022_11_28/types/group_0445.py +25 -26
- githubkit/versions/v2022_11_28/types/group_0446.py +58 -15
- githubkit/versions/v2022_11_28/types/group_0447.py +21 -76
- githubkit/versions/v2022_11_28/types/group_0448.py +75 -24
- githubkit/versions/v2022_11_28/types/group_0449.py +30 -18
- githubkit/versions/v2022_11_28/types/group_0450.py +20 -77
- githubkit/versions/v2022_11_28/types/group_0451.py +20 -81
- githubkit/versions/v2022_11_28/types/group_0452.py +31 -36
- githubkit/versions/v2022_11_28/types/group_0453.py +110 -19
- githubkit/versions/v2022_11_28/types/group_0454.py +30 -3
- githubkit/versions/v2022_11_28/types/group_0455.py +26 -31
- githubkit/versions/v2022_11_28/types/group_0456.py +28 -74
- githubkit/versions/v2022_11_28/types/group_0457.py +74 -83
- githubkit/versions/v2022_11_28/types/group_0458.py +80 -133
- githubkit/versions/v2022_11_28/types/group_0459.py +134 -23
- githubkit/versions/v2022_11_28/types/group_0460.py +23 -75
- githubkit/versions/v2022_11_28/types/group_0461.py +77 -19
- githubkit/versions/v2022_11_28/types/group_0462.py +20 -77
- githubkit/versions/v2022_11_28/types/group_0463.py +19 -80
- githubkit/versions/v2022_11_28/types/group_0464.py +31 -36
- githubkit/versions/v2022_11_28/types/group_0465.py +110 -19
- githubkit/versions/v2022_11_28/types/group_0466.py +30 -3
- githubkit/versions/v2022_11_28/types/group_0467.py +26 -31
- githubkit/versions/v2022_11_28/types/group_0468.py +28 -74
- githubkit/versions/v2022_11_28/types/group_0469.py +74 -81
- githubkit/versions/v2022_11_28/types/group_0470.py +78 -133
- githubkit/versions/v2022_11_28/types/group_0471.py +134 -23
- githubkit/versions/v2022_11_28/types/group_0472.py +23 -73
- githubkit/versions/v2022_11_28/types/group_0473.py +78 -42
- githubkit/versions/v2022_11_28/types/group_0474.py +36 -73
- githubkit/versions/v2022_11_28/types/group_0475.py +19 -80
- githubkit/versions/v2022_11_28/types/group_0476.py +31 -36
- githubkit/versions/v2022_11_28/types/group_0477.py +110 -19
- githubkit/versions/v2022_11_28/types/group_0478.py +30 -3
- githubkit/versions/v2022_11_28/types/group_0479.py +26 -31
- githubkit/versions/v2022_11_28/types/group_0480.py +28 -73
- githubkit/versions/v2022_11_28/types/group_0481.py +73 -83
- githubkit/versions/v2022_11_28/types/group_0482.py +80 -133
- githubkit/versions/v2022_11_28/types/group_0483.py +134 -23
- githubkit/versions/v2022_11_28/types/group_0484.py +23 -75
- githubkit/versions/v2022_11_28/types/group_0485.py +11 -358
- githubkit/versions/v2022_11_28/types/group_0486.py +419 -12
- githubkit/versions/v2022_11_28/types/group_0487.py +18 -167
- githubkit/versions/v2022_11_28/types/group_0488.py +32 -36
- githubkit/versions/v2022_11_28/types/group_0489.py +150 -4
- githubkit/versions/v2022_11_28/types/group_0490.py +26 -27
- githubkit/versions/v2022_11_28/types/group_0491.py +24 -73
- githubkit/versions/v2022_11_28/types/group_0492.py +73 -83
- githubkit/versions/v2022_11_28/types/group_0493.py +85 -10
- githubkit/versions/v2022_11_28/types/group_0494.py +9 -107
- githubkit/versions/v2022_11_28/types/group_0495.py +108 -23
- githubkit/versions/v2022_11_28/types/group_0496.py +20 -76
- githubkit/versions/v2022_11_28/types/group_0497.py +12 -330
- githubkit/versions/v2022_11_28/types/group_0498.py +342 -19
- githubkit/versions/v2022_11_28/types/group_0499.py +38 -138
- githubkit/versions/v2022_11_28/types/group_0500.py +33 -40
- githubkit/versions/v2022_11_28/types/group_0501.py +137 -22
- githubkit/versions/v2022_11_28/types/group_0502.py +40 -49
- githubkit/versions/v2022_11_28/types/group_0503.py +73 -81
- githubkit/versions/v2022_11_28/types/group_0504.py +76 -153
- githubkit/versions/v2022_11_28/types/group_0505.py +154 -71
- githubkit/versions/v2022_11_28/types/group_0506.py +11 -373
- githubkit/versions/v2022_11_28/types/group_0507.py +78 -51
- githubkit/versions/v2022_11_28/types/group_0508.py +405 -12
- githubkit/versions/v2022_11_28/types/group_0509.py +18 -164
- githubkit/versions/v2022_11_28/types/group_0510.py +32 -39
- githubkit/versions/v2022_11_28/types/group_0511.py +150 -4
- githubkit/versions/v2022_11_28/types/group_0512.py +26 -27
- githubkit/versions/v2022_11_28/types/group_0513.py +24 -73
- githubkit/versions/v2022_11_28/types/group_0514.py +73 -82
- githubkit/versions/v2022_11_28/types/group_0515.py +84 -10
- githubkit/versions/v2022_11_28/types/group_0516.py +9 -109
- githubkit/versions/v2022_11_28/types/group_0517.py +110 -23
- githubkit/versions/v2022_11_28/types/group_0518.py +20 -75
- githubkit/versions/v2022_11_28/types/group_0519.py +73 -69
- githubkit/versions/v2022_11_28/types/group_0520.py +40 -132
- githubkit/versions/v2022_11_28/types/group_0521.py +31 -91
- githubkit/versions/v2022_11_28/types/group_0522.py +198 -47
- githubkit/versions/v2022_11_28/types/group_0523.py +73 -82
- githubkit/versions/v2022_11_28/types/group_0524.py +84 -10
- githubkit/versions/v2022_11_28/types/group_0525.py +8 -102
- githubkit/versions/v2022_11_28/types/group_0526.py +84 -36
- githubkit/versions/v2022_11_28/types/group_0527.py +51 -74
- githubkit/versions/v2022_11_28/types/group_0528.py +10 -903
- githubkit/versions/v2022_11_28/types/group_0529.py +623 -48
- githubkit/versions/v2022_11_28/types/group_0530.py +389 -12
- githubkit/versions/v2022_11_28/types/group_0531.py +18 -164
- githubkit/versions/v2022_11_28/types/group_0532.py +32 -41
- githubkit/versions/v2022_11_28/types/group_0533.py +152 -4
- githubkit/versions/v2022_11_28/types/group_0534.py +26 -29
- githubkit/versions/v2022_11_28/types/group_0535.py +26 -73
- githubkit/versions/v2022_11_28/types/group_0536.py +73 -82
- githubkit/versions/v2022_11_28/types/group_0537.py +84 -10
- githubkit/versions/v2022_11_28/types/group_0538.py +9 -107
- githubkit/versions/v2022_11_28/types/group_0539.py +107 -24
- githubkit/versions/v2022_11_28/types/group_0540.py +22 -75
- githubkit/versions/v2022_11_28/types/group_0541.py +12 -919
- githubkit/versions/v2022_11_28/types/group_0542.py +618 -59
- githubkit/versions/v2022_11_28/types/group_0543.py +72 -58
- githubkit/versions/v2022_11_28/types/group_0544.py +405 -12
- githubkit/versions/v2022_11_28/types/group_0545.py +18 -159
- githubkit/versions/v2022_11_28/types/group_0546.py +31 -195
- githubkit/versions/v2022_11_28/types/group_0547.py +302 -4
- githubkit/versions/v2022_11_28/types/group_0548.py +26 -29
- githubkit/versions/v2022_11_28/types/group_0549.py +34 -16
- githubkit/versions/v2022_11_28/types/group_0550.py +9 -100
- githubkit/versions/v2022_11_28/types/group_0551.py +103 -27
- githubkit/versions/v2022_11_28/types/group_0552.py +10 -381
- githubkit/versions/v2022_11_28/types/group_0553.py +377 -14
- githubkit/versions/v2022_11_28/types/group_0554.py +15 -16
- githubkit/versions/v2022_11_28/types/group_0555.py +14 -49
- githubkit/versions/v2022_11_28/types/group_0556.py +43 -87
- githubkit/versions/v2022_11_28/types/group_0557.py +78 -14
- githubkit/versions/v2022_11_28/types/group_0558.py +33 -35
- githubkit/versions/v2022_11_28/types/group_0559.py +34 -97
- githubkit/versions/v2022_11_28/types/group_0560.py +76 -12
- githubkit/versions/v2022_11_28/types/group_0561.py +33 -35
- githubkit/versions/v2022_11_28/types/group_0562.py +35 -106
- githubkit/versions/v2022_11_28/types/group_0563.py +83 -13
- githubkit/versions/v2022_11_28/types/group_0564.py +36 -38
- githubkit/versions/v2022_11_28/types/group_0565.py +35 -64
- githubkit/versions/v2022_11_28/types/group_0566.py +68 -11
- githubkit/versions/v2022_11_28/types/group_0567.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0568.py +17 -31
- githubkit/versions/v2022_11_28/types/group_0569.py +31 -5
- githubkit/versions/v2022_11_28/types/group_0570.py +6 -108
- githubkit/versions/v2022_11_28/types/group_0571.py +78 -14
- githubkit/versions/v2022_11_28/types/group_0572.py +33 -35
- githubkit/versions/v2022_11_28/types/group_0573.py +41 -56
- githubkit/versions/v2022_11_28/types/group_0574.py +39 -32
- githubkit/versions/v2022_11_28/types/group_0575.py +41 -15
- githubkit/versions/v2022_11_28/types/group_0576.py +17 -89
- githubkit/versions/v2022_11_28/types/group_0577.py +24 -25
- githubkit/versions/v2022_11_28/types/group_0578.py +115 -15
- githubkit/versions/v2022_11_28/types/group_0579.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0580.py +14 -101
- githubkit/versions/v2022_11_28/types/group_0581.py +88 -57
- githubkit/versions/v2022_11_28/types/group_0582.py +18 -18
- githubkit/versions/v2022_11_28/types/group_0583.py +18 -18
- githubkit/versions/v2022_11_28/types/group_0584.py +17 -51
- githubkit/versions/v2022_11_28/types/group_0585.py +52 -18
- githubkit/versions/v2022_11_28/types/group_0586.py +41 -16
- githubkit/versions/v2022_11_28/types/group_0587.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0588.py +14 -30
- githubkit/versions/v2022_11_28/types/group_0589.py +17 -18
- githubkit/versions/v2022_11_28/types/group_0590.py +23 -58
- githubkit/versions/v2022_11_28/types/group_0591.py +57 -23
- githubkit/versions/v2022_11_28/types/group_0592.py +17 -33
- githubkit/versions/v2022_11_28/types/group_0593.py +68 -25
- githubkit/versions/v2022_11_28/types/group_0594.py +33 -19
- githubkit/versions/v2022_11_28/types/group_0595.py +18 -63
- githubkit/versions/v2022_11_28/types/group_0596.py +27 -447
- githubkit/versions/v2022_11_28/types/group_0597.py +482 -18
- githubkit/versions/v2022_11_28/types/group_0598.py +18 -61
- githubkit/versions/v2022_11_28/types/group_0599.py +24 -119
- githubkit/versions/v2022_11_28/types/group_0600.py +118 -34
- githubkit/versions/v2022_11_28/types/group_0601.py +70 -13
- githubkit/versions/v2022_11_28/types/group_0602.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0603.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0604.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0605.py +15 -17
- githubkit/versions/v2022_11_28/types/group_0606.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0607.py +38 -9
- githubkit/versions/v2022_11_28/types/group_0608.py +8 -82
- githubkit/versions/v2022_11_28/types/group_0609.py +32 -17
- githubkit/versions/v2022_11_28/types/group_0610.py +20 -20
- githubkit/versions/v2022_11_28/types/group_0611.py +20 -35
- githubkit/versions/v2022_11_28/types/group_0612.py +31 -31
- githubkit/versions/v2022_11_28/types/group_0613.py +44 -10
- githubkit/versions/v2022_11_28/types/group_0614.py +28 -25
- githubkit/versions/v2022_11_28/types/group_0615.py +25 -47
- githubkit/versions/v2022_11_28/types/group_0616.py +50 -19
- githubkit/versions/v2022_11_28/types/group_0617.py +15 -15
- githubkit/versions/v2022_11_28/types/group_0618.py +15 -30
- githubkit/versions/v2022_11_28/types/group_0619.py +30 -15
- githubkit/versions/v2022_11_28/types/group_0620.py +18 -49
- githubkit/versions/v2022_11_28/types/group_0621.py +19 -19
- githubkit/versions/v2022_11_28/types/group_0622.py +18 -44
- githubkit/versions/v2022_11_28/types/group_0623.py +44 -18
- githubkit/versions/v2022_11_28/types/group_0624.py +62 -11
- githubkit/versions/v2022_11_28/types/group_0625.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0626.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0627.py +10 -60
- githubkit/versions/v2022_11_28/types/group_0628.py +51 -21
- githubkit/versions/v2022_11_28/types/group_0629.py +19 -21
- githubkit/versions/v2022_11_28/types/group_0630.py +29 -10
- githubkit/versions/v2022_11_28/types/group_0631.py +10 -11
- githubkit/versions/v2022_11_28/types/group_0632.py +10 -49
- githubkit/versions/v2022_11_28/types/group_0633.py +37 -22
- githubkit/versions/v2022_11_28/types/group_0634.py +23 -20
- githubkit/versions/v2022_11_28/types/group_0635.py +28 -10
- githubkit/versions/v2022_11_28/types/group_0636.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0637.py +9 -951
- githubkit/versions/v2022_11_28/types/group_0638.py +185 -207
- githubkit/versions/v2022_11_28/types/group_0639.py +141 -131
- githubkit/versions/v2022_11_28/types/group_0640.py +960 -12
- githubkit/versions/v2022_11_28/types/group_0641.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0642.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0643.py +15 -21
- githubkit/versions/v2022_11_28/types/group_0644.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0645.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0646.py +5 -934
- githubkit/versions/v2022_11_28/types/group_0647.py +146 -132
- githubkit/versions/v2022_11_28/types/group_0648.py +900 -42
- githubkit/versions/v2022_11_28/types/group_0649.py +74 -84
- githubkit/versions/v2022_11_28/types/group_0650.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0651.py +5 -919
- githubkit/versions/v2022_11_28/types/group_0652.py +169 -179
- githubkit/versions/v2022_11_28/types/group_0653.py +148 -128
- githubkit/versions/v2022_11_28/types/group_0654.py +166 -184
- githubkit/versions/v2022_11_28/types/group_0655.py +930 -14
- githubkit/versions/v2022_11_28/types/group_0656.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0657.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0658.py +15 -21
- githubkit/versions/v2022_11_28/types/group_0659.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0660.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0661.py +15 -21
- githubkit/versions/v2022_11_28/types/group_0662.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0663.py +71 -5
- githubkit/versions/v2022_11_28/types/group_0664.py +5 -1066
- githubkit/versions/v2022_11_28/types/group_0665.py +160 -160
- githubkit/versions/v2022_11_28/types/group_0666.py +150 -168
- githubkit/versions/v2022_11_28/types/group_0667.py +252 -164
- githubkit/versions/v2022_11_28/types/group_0668.py +187 -159
- githubkit/versions/v2022_11_28/types/group_0669.py +238 -308
- githubkit/versions/v2022_11_28/types/group_0670.py +149 -166
- githubkit/versions/v2022_11_28/types/group_0671.py +208 -171
- githubkit/versions/v2022_11_28/types/group_0672.py +155 -169
- githubkit/versions/v2022_11_28/types/group_0673.py +275 -239
- githubkit/versions/v2022_11_28/types/group_0674.py +227 -304
- githubkit/versions/v2022_11_28/types/group_0675.py +196 -206
- githubkit/versions/v2022_11_28/types/group_0676.py +352 -204
- githubkit/versions/v2022_11_28/types/group_0677.py +163 -183
- githubkit/versions/v2022_11_28/types/group_0678.py +157 -139
- githubkit/versions/v2022_11_28/types/group_0679.py +160 -142
- githubkit/versions/v2022_11_28/types/group_0680.py +755 -114
- githubkit/versions/v2022_11_28/types/group_0681.py +282 -14
- githubkit/versions/v2022_11_28/types/group_0682.py +18 -61
- githubkit/versions/v2022_11_28/types/group_0683.py +27 -474
- githubkit/versions/v2022_11_28/types/group_0684.py +508 -19
- githubkit/versions/v2022_11_28/types/group_0685.py +18 -55
- githubkit/versions/v2022_11_28/types/group_0686.py +25 -131
- githubkit/versions/v2022_11_28/types/group_0687.py +140 -123
- githubkit/versions/v2022_11_28/types/group_0688.py +25 -25
- githubkit/versions/v2022_11_28/types/group_0689.py +26 -57
- githubkit/versions/v2022_11_28/types/group_0690.py +168 -12
- githubkit/versions/v2022_11_28/types/group_0691.py +18 -57
- githubkit/versions/v2022_11_28/types/group_0692.py +17 -21
- githubkit/versions/v2022_11_28/types/group_0693.py +55 -24
- githubkit/versions/v2022_11_28/types/group_0694.py +32 -29
- githubkit/versions/v2022_11_28/types/group_0695.py +34 -20
- githubkit/versions/v2022_11_28/types/group_0696.py +15 -57
- githubkit/versions/v2022_11_28/types/group_0697.py +55 -27
- githubkit/versions/v2022_11_28/types/group_0698.py +31 -23
- githubkit/versions/v2022_11_28/types/group_0699.py +18 -57
- githubkit/versions/v2022_11_28/types/group_0700.py +17 -21
- githubkit/versions/v2022_11_28/types/group_0701.py +55 -24
- githubkit/versions/v2022_11_28/types/group_0702.py +32 -29
- githubkit/versions/v2022_11_28/types/group_0703.py +34 -20
- githubkit/versions/v2022_11_28/types/group_0704.py +15 -58
- githubkit/versions/v2022_11_28/types/group_0705.py +55 -26
- githubkit/versions/v2022_11_28/types/group_0706.py +12 -129
- githubkit/versions/v2022_11_28/types/group_0707.py +137 -12
- githubkit/versions/v2022_11_28/types/group_0708.py +18 -57
- githubkit/versions/v2022_11_28/types/group_0709.py +16 -20
- githubkit/versions/v2022_11_28/types/group_0710.py +55 -24
- githubkit/versions/v2022_11_28/types/group_0711.py +32 -29
- githubkit/versions/v2022_11_28/types/group_0712.py +34 -20
- githubkit/versions/v2022_11_28/types/group_0713.py +15 -57
- githubkit/versions/v2022_11_28/types/group_0714.py +55 -27
- githubkit/versions/v2022_11_28/types/group_0715.py +31 -23
- githubkit/versions/v2022_11_28/types/group_0716.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0717.py +14 -13
- githubkit/versions/v2022_11_28/types/group_0718.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0719.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0720.py +12 -22
- githubkit/versions/v2022_11_28/types/group_0721.py +20 -49
- githubkit/versions/v2022_11_28/types/group_0722.py +51 -11
- githubkit/versions/v2022_11_28/types/group_0723.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0724.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0725.py +11 -36
- githubkit/versions/v2022_11_28/types/group_0726.py +36 -15
- githubkit/versions/v2022_11_28/types/group_0727.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0728.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0729.py +20 -29
- githubkit/versions/v2022_11_28/types/group_0730.py +27 -15
- githubkit/versions/v2022_11_28/types/group_0731.py +13 -77
- githubkit/versions/v2022_11_28/types/group_0732.py +78 -68
- githubkit/versions/v2022_11_28/types/group_0733.py +50 -76
- githubkit/versions/v2022_11_28/types/group_0734.py +81 -81
- githubkit/versions/v2022_11_28/types/group_0735.py +90 -12
- githubkit/versions/v2022_11_28/types/group_0736.py +11 -14
- githubkit/versions/v2022_11_28/types/group_0737.py +23 -36
- githubkit/versions/v2022_11_28/types/group_0738.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0739.py +37 -30
- githubkit/versions/v2022_11_28/types/group_0740.py +27 -16
- githubkit/versions/v2022_11_28/types/group_0741.py +17 -20
- githubkit/versions/v2022_11_28/types/group_0742.py +23 -38
- githubkit/versions/v2022_11_28/types/group_0743.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0744.py +37 -31
- githubkit/versions/v2022_11_28/types/group_0745.py +3 -27
- githubkit/versions/v2022_11_28/types/group_0746.py +53 -19
- githubkit/versions/v2022_11_28/types/group_0747.py +23 -36
- githubkit/versions/v2022_11_28/types/group_0748.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0749.py +37 -30
- githubkit/versions/v2022_11_28/types/group_0750.py +27 -16
- githubkit/versions/v2022_11_28/types/group_0751.py +17 -20
- githubkit/versions/v2022_11_28/types/group_0752.py +23 -36
- githubkit/versions/v2022_11_28/types/group_0753.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0754.py +36 -31
- githubkit/versions/v2022_11_28/types/group_0755.py +31 -21
- githubkit/versions/v2022_11_28/types/group_0756.py +19 -19
- githubkit/versions/v2022_11_28/types/group_0757.py +13 -190
- githubkit/versions/v2022_11_28/types/group_0758.py +220 -5
- githubkit/versions/v2022_11_28/types/group_0759.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0760.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0761.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0762.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0763.py +14 -117
- githubkit/versions/v2022_11_28/types/group_0764.py +44 -45
- githubkit/versions/v2022_11_28/types/group_0765.py +45 -46
- githubkit/versions/v2022_11_28/types/group_0766.py +115 -13
- githubkit/versions/v2022_11_28/types/group_0767.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0768.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0769.py +7 -135
- githubkit/versions/v2022_11_28/types/group_0770.py +30 -29
- githubkit/versions/v2022_11_28/types/group_0771.py +30 -44
- githubkit/versions/v2022_11_28/types/group_0772.py +43 -38
- githubkit/versions/v2022_11_28/types/group_0773.py +30 -64
- githubkit/versions/v2022_11_28/types/group_0774.py +42 -40
- githubkit/versions/v2022_11_28/types/group_0775.py +165 -14
- githubkit/versions/v2022_11_28/types/group_0776.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0777.py +12 -187
- githubkit/versions/v2022_11_28/types/group_0778.py +189 -9
- githubkit/versions/v2022_11_28/types/group_0779.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0780.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0781.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0782.py +7 -63
- githubkit/versions/v2022_11_28/types/group_0783.py +20 -183
- githubkit/versions/v2022_11_28/types/group_0784.py +36 -34
- githubkit/versions/v2022_11_28/types/group_0785.py +34 -34
- githubkit/versions/v2022_11_28/types/group_0786.py +34 -102
- githubkit/versions/v2022_11_28/types/group_0787.py +101 -37
- githubkit/versions/v2022_11_28/types/group_0788.py +221 -12
- githubkit/versions/v2022_11_28/types/group_0789.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0790.py +16 -62
- githubkit/versions/v2022_11_28/types/group_0791.py +44 -30
- githubkit/versions/v2022_11_28/types/group_0792.py +52 -44
- githubkit/versions/v2022_11_28/types/group_0793.py +47 -62
- githubkit/versions/v2022_11_28/types/group_0794.py +40 -23
- githubkit/versions/v2022_11_28/types/group_0795.py +41 -37
- githubkit/versions/v2022_11_28/types/group_0796.py +34 -56
- githubkit/versions/v2022_11_28/types/group_0797.py +20 -20
- githubkit/versions/v2022_11_28/types/group_0798.py +46 -21
- githubkit/versions/v2022_11_28/types/group_0799.py +27 -314
- githubkit/versions/v2022_11_28/types/group_0800.py +88 -106
- githubkit/versions/v2022_11_28/types/group_0801.py +339 -11
- githubkit/versions/v2022_11_28/types/group_0802.py +12 -40
- githubkit/versions/v2022_11_28/types/group_0803.py +40 -7
- githubkit/versions/v2022_11_28/types/group_0804.py +4 -332
- githubkit/versions/v2022_11_28/types/group_0805.py +339 -14
- githubkit/versions/v2022_11_28/types/group_0806.py +17 -42
- githubkit/versions/v2022_11_28/types/group_0807.py +27 -317
- githubkit/versions/v2022_11_28/types/group_0808.py +83 -100
- githubkit/versions/v2022_11_28/types/group_0809.py +339 -11
- githubkit/versions/v2022_11_28/types/group_0810.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0811.py +40 -7
- githubkit/versions/v2022_11_28/types/group_0812.py +4 -334
- githubkit/versions/v2022_11_28/types/group_0813.py +341 -14
- githubkit/versions/v2022_11_28/types/group_0814.py +11 -426
- githubkit/versions/v2022_11_28/types/group_0815.py +422 -19
- githubkit/versions/v2022_11_28/types/group_0816.py +27 -10
- githubkit/versions/v2022_11_28/types/group_0817.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0818.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0819.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0820.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0821.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0822.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0823.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0824.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0825.py +15 -5
- githubkit/versions/v2022_11_28/types/group_0826.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0827.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0828.py +16 -14
- githubkit/versions/v2022_11_28/types/group_0829.py +14 -21
- githubkit/versions/v2022_11_28/types/group_0830.py +27 -6
- githubkit/versions/v2022_11_28/types/group_0831.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0832.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0833.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0834.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0835.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0836.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0837.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0838.py +8 -41
- githubkit/versions/v2022_11_28/types/group_0839.py +44 -27
- githubkit/versions/v2022_11_28/types/group_0840.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0841.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0842.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0843.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0844.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0845.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0846.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0847.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0848.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0849.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0850.py +9 -24
- githubkit/versions/v2022_11_28/types/group_0851.py +22 -7
- githubkit/versions/v2022_11_28/types/group_0852.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0853.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0854.py +7 -26
- githubkit/versions/v2022_11_28/types/group_0855.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0856.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0857.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0858.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0859.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0860.py +10 -13
- githubkit/versions/v2022_11_28/types/group_0861.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0862.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0863.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0864.py +22 -7
- githubkit/versions/v2022_11_28/types/group_0865.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0866.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0867.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0868.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0869.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0870.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0871.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0872.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0873.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0874.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0875.py +7 -23
- githubkit/versions/v2022_11_28/types/group_0876.py +22 -7
- githubkit/versions/v2022_11_28/types/group_0877.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0878.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0879.py +7 -27
- githubkit/versions/v2022_11_28/types/group_0880.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0881.py +21 -6
- githubkit/versions/v2022_11_28/types/group_0882.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0883.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0884.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0885.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0886.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0887.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0888.py +14 -8
- githubkit/versions/v2022_11_28/types/group_0889.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0890.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0891.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0892.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0893.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0894.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0895.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0896.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0897.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0898.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0899.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0900.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0901.py +15 -49
- githubkit/versions/v2022_11_28/types/group_0902.py +41 -57
- githubkit/versions/v2022_11_28/types/group_0903.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0904.py +58 -14
- githubkit/versions/v2022_11_28/types/group_0905.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0906.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0907.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0908.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0909.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0910.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0911.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0912.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0913.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0914.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0915.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0916.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0917.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0918.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0919.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0920.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0921.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0922.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0923.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0924.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0925.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0926.py +7 -22
- githubkit/versions/v2022_11_28/types/group_0927.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0928.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0929.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0930.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0931.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0932.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0933.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0934.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0935.py +6 -108
- githubkit/versions/v2022_11_28/types/group_0936.py +107 -9
- githubkit/versions/v2022_11_28/types/group_0937.py +10 -6
- githubkit/versions/v2022_11_28/types/group_0938.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0939.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0940.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0941.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0943.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0944.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0945.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0946.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0947.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0948.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0949.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0950.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0951.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0952.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0953.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0954.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0955.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0956.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0957.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0958.py +6 -32
- githubkit/versions/v2022_11_28/types/group_0959.py +26 -16
- githubkit/versions/v2022_11_28/types/group_0960.py +21 -9
- githubkit/versions/v2022_11_28/types/group_0961.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0962.py +7 -124
- githubkit/versions/v2022_11_28/types/group_0963.py +87 -15
- githubkit/versions/v2022_11_28/types/group_0964.py +41 -17
- githubkit/versions/v2022_11_28/types/group_0965.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0966.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0967.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0968.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0969.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0970.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0971.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0973.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0974.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0975.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0976.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0977.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0978.py +6 -55
- githubkit/versions/v2022_11_28/types/group_0979.py +52 -28
- githubkit/versions/v2022_11_28/types/group_0980.py +15 -17
- githubkit/versions/v2022_11_28/types/group_0981.py +29 -57
- githubkit/versions/v2022_11_28/types/group_0982.py +57 -28
- githubkit/versions/v2022_11_28/types/group_0983.py +15 -17
- githubkit/versions/v2022_11_28/types/group_0984.py +39 -11
- githubkit/versions/v2022_11_28/types/group_0985.py +6 -23
- githubkit/versions/v2022_11_28/types/group_0986.py +21 -9
- githubkit/versions/v2022_11_28/types/group_0987.py +10 -11
- githubkit/versions/v2022_11_28/types/group_0988.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0989.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0990.py +10 -17
- githubkit/versions/v2022_11_28/types/group_0991.py +15 -21
- githubkit/versions/v2022_11_28/types/group_0992.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0993.py +9 -19
- githubkit/versions/v2022_11_28/types/group_0994.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0995.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0996.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0997.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0998.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0999.py +9 -9
- githubkit/versions/v2022_11_28/types/group_1000.py +8 -10
- githubkit/versions/v2022_11_28/types/group_1001.py +9 -37
- githubkit/versions/v2022_11_28/types/group_1002.py +23 -19
- githubkit/versions/v2022_11_28/types/group_1003.py +33 -12
- githubkit/versions/v2022_11_28/types/group_1004.py +13 -23
- githubkit/versions/v2022_11_28/types/group_1005.py +23 -7
- githubkit/versions/v2022_11_28/types/group_1006.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1007.py +9 -24
- githubkit/versions/v2022_11_28/types/group_1008.py +23 -5
- githubkit/versions/v2022_11_28/types/group_1009.py +5 -14
- githubkit/versions/v2022_11_28/types/group_1010.py +14 -17
- githubkit/versions/v2022_11_28/types/group_1011.py +12 -25
- githubkit/versions/v2022_11_28/types/group_1012.py +23 -17
- githubkit/versions/v2022_11_28/types/group_1013.py +20 -5
- githubkit/versions/v2022_11_28/types/group_1014.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1015.py +17 -7
- githubkit/versions/v2022_11_28/types/group_1016.py +10 -7
- githubkit/versions/v2022_11_28/types/group_1017.py +7 -43
- githubkit/versions/v2022_11_28/types/group_1018.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1019.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1020.py +6 -25
- githubkit/versions/v2022_11_28/types/group_1021.py +7 -20
- githubkit/versions/v2022_11_28/types/group_1022.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1023.py +41 -11
- githubkit/versions/v2022_11_28/types/group_1024.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1025.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1026.py +24 -8
- githubkit/versions/v2022_11_28/types/group_1027.py +20 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +25 -7
- githubkit/versions/v2022_11_28/types/group_1029.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1031.py +10 -25
- githubkit/versions/v2022_11_28/types/group_1032.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1033.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1034.py +7 -34
- githubkit/versions/v2022_11_28/types/group_1035.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1036.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1037.py +26 -6
- githubkit/versions/v2022_11_28/types/group_1038.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1039.py +8 -17
- githubkit/versions/v2022_11_28/types/group_1040.py +34 -6
- githubkit/versions/v2022_11_28/types/group_1041.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1042.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1043.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1044.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1045.py +17 -8
- githubkit/versions/v2022_11_28/types/group_1046.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1047.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1048.py +17 -7
- githubkit/versions/v2022_11_28/types/group_1049.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1050.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1051.py +8 -10
- githubkit/versions/v2022_11_28/types/group_1052.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1053.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1054.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1055.py +4 -9
- githubkit/versions/v2022_11_28/types/group_1056.py +7 -16
- githubkit/versions/v2022_11_28/types/group_1057.py +10 -14
- githubkit/versions/v2022_11_28/types/group_1058.py +10 -16
- githubkit/versions/v2022_11_28/types/group_1059.py +6 -16
- githubkit/versions/v2022_11_28/types/group_1060.py +6 -16
- githubkit/versions/v2022_11_28/types/group_1061.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1062.py +15 -8
- githubkit/versions/v2022_11_28/types/group_1063.py +13 -8
- githubkit/versions/v2022_11_28/types/group_1064.py +15 -11
- githubkit/versions/v2022_11_28/types/group_1065.py +16 -6
- githubkit/versions/v2022_11_28/types/group_1066.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1067.py +10 -12
- githubkit/versions/v2022_11_28/types/group_1068.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1069.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1070.py +12 -10
- githubkit/versions/v2022_11_28/types/group_1071.py +6 -16
- githubkit/versions/v2022_11_28/types/group_1072.py +6 -15
- githubkit/versions/v2022_11_28/types/group_1073.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1074.py +12 -9
- githubkit/versions/v2022_11_28/types/group_1075.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1076.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1077.py +10 -7
- githubkit/versions/v2022_11_28/types/group_1078.py +15 -7
- githubkit/versions/v2022_11_28/types/group_1079.py +15 -7
- githubkit/versions/v2022_11_28/types/group_1080.py +5 -26
- githubkit/versions/v2022_11_28/types/group_1081.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1082.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1083.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1084.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1085.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1086.py +7 -14
- githubkit/versions/v2022_11_28/types/group_1087.py +26 -7
- githubkit/versions/v2022_11_28/types/group_1088.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1089.py +6 -12
- githubkit/versions/v2022_11_28/types/group_1090.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1091.py +5 -51
- githubkit/versions/v2022_11_28/types/group_1092.py +6 -51
- githubkit/versions/v2022_11_28/types/group_1093.py +14 -10
- githubkit/versions/v2022_11_28/types/group_1094.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1095.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1096.py +14 -6
- githubkit/versions/v2022_11_28/types/group_1097.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1098.py +51 -8
- githubkit/versions/v2022_11_28/types/group_1099.py +51 -9
- githubkit/versions/v2022_11_28/types/group_1100.py +11 -15
- githubkit/versions/v2022_11_28/types/group_1101.py +10 -11
- githubkit/versions/v2022_11_28/types/group_1102.py +7 -15
- githubkit/versions/v2022_11_28/types/group_1103.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1104.py +7 -11
- githubkit/versions/v2022_11_28/types/group_1105.py +8 -13
- githubkit/versions/v2022_11_28/types/group_1106.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1107.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1108.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1109.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1110.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1111.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1112.py +12 -6
- githubkit/versions/v2022_11_28/types/group_1113.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1114.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1115.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1116.py +6 -13
- githubkit/versions/v2022_11_28/types/group_1117.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1118.py +14 -18
- githubkit/versions/v2022_11_28/types/group_1119.py +9 -25
- githubkit/versions/v2022_11_28/types/group_1120.py +18 -25
- githubkit/versions/v2022_11_28/types/group_1121.py +25 -8
- githubkit/versions/v2022_11_28/types/group_1122.py +23 -9
- githubkit/versions/v2022_11_28/types/group_1123.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1124.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1125.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1126.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1127.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1128.py +7 -11
- githubkit/versions/v2022_11_28/types/group_1129.py +6 -15
- githubkit/versions/v2022_11_28/types/group_1130.py +11 -7
- githubkit/versions/v2022_11_28/types/group_1131.py +15 -10
- githubkit/versions/v2022_11_28/types/group_1132.py +6 -11
- githubkit/versions/v2022_11_28/types/group_1133.py +10 -4
- githubkit/versions/v2022_11_28/types/group_1134.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1135.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1136.py +6 -14
- githubkit/versions/v2022_11_28/types/group_1137.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1138.py +17 -33
- githubkit/versions/v2022_11_28/types/group_1139.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1140.py +36 -17
- githubkit/versions/v2022_11_28/types/group_1141.py +12 -7
- githubkit/versions/v2022_11_28/types/group_1142.py +27 -0
- githubkit/versions/v2022_11_28/types/group_1143.py +22 -0
- githubkit/versions/v2022_11_28/webhooks/__init__.py +1 -1
- githubkit/versions/v2022_11_28/webhooks/_namespace.py +144 -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 +11 -3
- {githubkit-0.11.2.dist-info → githubkit-0.11.3.dist-info}/METADATA +6 -1
- githubkit-0.11.3.dist-info/RECORD +4971 -0
- githubkit-0.11.2.dist-info/RECORD +0 -2437
- {githubkit-0.11.2.dist-info → githubkit-0.11.3.dist-info}/LICENSE +0 -0
- {githubkit-0.11.2.dist-info → githubkit-0.11.3.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,3837 @@
|
|
|
1
|
+
"""DO NOT EDIT THIS FILE!
|
|
2
|
+
|
|
3
|
+
This file is automatically @generated by githubkit using the follow command:
|
|
4
|
+
|
|
5
|
+
bash ./scripts/run-codegen.sh
|
|
6
|
+
|
|
7
|
+
See https://github.com/github/rest-api-description for more information.
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
from __future__ import annotations
|
|
11
|
+
|
|
12
|
+
from weakref import ref
|
|
13
|
+
from typing import TYPE_CHECKING, Dict, Literal, Optional, overload
|
|
14
|
+
|
|
15
|
+
from pydantic import BaseModel
|
|
16
|
+
|
|
17
|
+
from githubkit.typing import Missing
|
|
18
|
+
from githubkit.utils import UNSET, exclude_unset
|
|
19
|
+
from githubkit.compat import model_dump, type_validate_python
|
|
20
|
+
|
|
21
|
+
if TYPE_CHECKING:
|
|
22
|
+
from typing import List, Union, Literal
|
|
23
|
+
|
|
24
|
+
from githubkit import GitHubCore
|
|
25
|
+
from githubkit.utils import UNSET
|
|
26
|
+
from githubkit.typing import Missing
|
|
27
|
+
from githubkit.response import Response
|
|
28
|
+
|
|
29
|
+
from ..types import (
|
|
30
|
+
UserCodespacesPostBodyOneof0Type,
|
|
31
|
+
UserCodespacesPostBodyOneof1Type,
|
|
32
|
+
OrgsOrgCodespacesAccessPutBodyType,
|
|
33
|
+
ReposOwnerRepoCodespacesPostBodyType,
|
|
34
|
+
UserCodespacesCodespaceNamePatchBodyType,
|
|
35
|
+
UserCodespacesSecretsSecretNamePutBodyType,
|
|
36
|
+
OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
37
|
+
UserCodespacesCodespaceNamePublishPostBodyType,
|
|
38
|
+
UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
39
|
+
OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
40
|
+
OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
41
|
+
ReposOwnerRepoPullsPullNumberCodespacesPostBodyType,
|
|
42
|
+
ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
43
|
+
UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
44
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
45
|
+
)
|
|
46
|
+
from ..models import (
|
|
47
|
+
Codespace,
|
|
48
|
+
EmptyObject,
|
|
49
|
+
CodespacesSecret,
|
|
50
|
+
CodespacesOrgSecret,
|
|
51
|
+
CodespacesPublicKey,
|
|
52
|
+
RepoCodespacesSecret,
|
|
53
|
+
CodespaceExportDetails,
|
|
54
|
+
CodespacesUserPublicKey,
|
|
55
|
+
CodespaceWithFullRepository,
|
|
56
|
+
UserCodespacesGetResponse200,
|
|
57
|
+
OrgsOrgCodespacesGetResponse200,
|
|
58
|
+
UserCodespacesSecretsGetResponse200,
|
|
59
|
+
OrgsOrgCodespacesSecretsGetResponse200,
|
|
60
|
+
ReposOwnerRepoCodespacesGetResponse200,
|
|
61
|
+
CodespacesPermissionsCheckForDevcontainer,
|
|
62
|
+
ReposOwnerRepoCodespacesNewGetResponse200,
|
|
63
|
+
ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
64
|
+
OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
65
|
+
ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
66
|
+
UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
67
|
+
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
68
|
+
ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
69
|
+
UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
70
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
class CodespacesClient:
|
|
75
|
+
_REST_API_VERSION = "2022-11-28"
|
|
76
|
+
|
|
77
|
+
def __init__(self, github: GitHubCore):
|
|
78
|
+
self._github_ref = ref(github)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
def _github(self) -> GitHubCore:
|
|
82
|
+
if g := self._github_ref():
|
|
83
|
+
return g
|
|
84
|
+
raise RuntimeError(
|
|
85
|
+
"GitHub client has already been collected. "
|
|
86
|
+
"Do not use this client after the client has been collected."
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
def list_in_organization(
|
|
90
|
+
self,
|
|
91
|
+
org: str,
|
|
92
|
+
per_page: Missing[int] = UNSET,
|
|
93
|
+
page: Missing[int] = UNSET,
|
|
94
|
+
*,
|
|
95
|
+
headers: Optional[Dict[str, str]] = None,
|
|
96
|
+
) -> Response[OrgsOrgCodespacesGetResponse200]:
|
|
97
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization"""
|
|
98
|
+
|
|
99
|
+
from ..models import BasicError, OrgsOrgCodespacesGetResponse200
|
|
100
|
+
|
|
101
|
+
url = f"/orgs/{org}/codespaces"
|
|
102
|
+
|
|
103
|
+
params = {
|
|
104
|
+
"per_page": per_page,
|
|
105
|
+
"page": page,
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
109
|
+
|
|
110
|
+
return self._github.request(
|
|
111
|
+
"GET",
|
|
112
|
+
url,
|
|
113
|
+
params=exclude_unset(params),
|
|
114
|
+
headers=exclude_unset(headers),
|
|
115
|
+
response_model=OrgsOrgCodespacesGetResponse200,
|
|
116
|
+
error_models={
|
|
117
|
+
"500": BasicError,
|
|
118
|
+
"401": BasicError,
|
|
119
|
+
"403": BasicError,
|
|
120
|
+
"404": BasicError,
|
|
121
|
+
},
|
|
122
|
+
)
|
|
123
|
+
|
|
124
|
+
async def async_list_in_organization(
|
|
125
|
+
self,
|
|
126
|
+
org: str,
|
|
127
|
+
per_page: Missing[int] = UNSET,
|
|
128
|
+
page: Missing[int] = UNSET,
|
|
129
|
+
*,
|
|
130
|
+
headers: Optional[Dict[str, str]] = None,
|
|
131
|
+
) -> Response[OrgsOrgCodespacesGetResponse200]:
|
|
132
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization"""
|
|
133
|
+
|
|
134
|
+
from ..models import BasicError, OrgsOrgCodespacesGetResponse200
|
|
135
|
+
|
|
136
|
+
url = f"/orgs/{org}/codespaces"
|
|
137
|
+
|
|
138
|
+
params = {
|
|
139
|
+
"per_page": per_page,
|
|
140
|
+
"page": page,
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
144
|
+
|
|
145
|
+
return await self._github.arequest(
|
|
146
|
+
"GET",
|
|
147
|
+
url,
|
|
148
|
+
params=exclude_unset(params),
|
|
149
|
+
headers=exclude_unset(headers),
|
|
150
|
+
response_model=OrgsOrgCodespacesGetResponse200,
|
|
151
|
+
error_models={
|
|
152
|
+
"500": BasicError,
|
|
153
|
+
"401": BasicError,
|
|
154
|
+
"403": BasicError,
|
|
155
|
+
"404": BasicError,
|
|
156
|
+
},
|
|
157
|
+
)
|
|
158
|
+
|
|
159
|
+
@overload
|
|
160
|
+
def set_codespaces_access(
|
|
161
|
+
self,
|
|
162
|
+
org: str,
|
|
163
|
+
*,
|
|
164
|
+
headers: Optional[Dict[str, str]] = None,
|
|
165
|
+
data: OrgsOrgCodespacesAccessPutBodyType,
|
|
166
|
+
) -> Response: ...
|
|
167
|
+
|
|
168
|
+
@overload
|
|
169
|
+
def set_codespaces_access(
|
|
170
|
+
self,
|
|
171
|
+
org: str,
|
|
172
|
+
*,
|
|
173
|
+
data: Literal[UNSET] = UNSET,
|
|
174
|
+
headers: Optional[Dict[str, str]] = None,
|
|
175
|
+
visibility: Literal[
|
|
176
|
+
"disabled",
|
|
177
|
+
"selected_members",
|
|
178
|
+
"all_members",
|
|
179
|
+
"all_members_and_outside_collaborators",
|
|
180
|
+
],
|
|
181
|
+
selected_usernames: Missing[List[str]] = UNSET,
|
|
182
|
+
) -> Response: ...
|
|
183
|
+
|
|
184
|
+
def set_codespaces_access(
|
|
185
|
+
self,
|
|
186
|
+
org: str,
|
|
187
|
+
*,
|
|
188
|
+
headers: Optional[Dict[str, str]] = None,
|
|
189
|
+
data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
|
|
190
|
+
**kwargs,
|
|
191
|
+
) -> Response:
|
|
192
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces"""
|
|
193
|
+
|
|
194
|
+
from ..models import BasicError, ValidationError, OrgsOrgCodespacesAccessPutBody
|
|
195
|
+
|
|
196
|
+
url = f"/orgs/{org}/codespaces/access"
|
|
197
|
+
|
|
198
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
199
|
+
|
|
200
|
+
if not kwargs:
|
|
201
|
+
kwargs = UNSET
|
|
202
|
+
|
|
203
|
+
json = kwargs if data is UNSET else data
|
|
204
|
+
json = type_validate_python(OrgsOrgCodespacesAccessPutBody, json)
|
|
205
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
206
|
+
|
|
207
|
+
return self._github.request(
|
|
208
|
+
"PUT",
|
|
209
|
+
url,
|
|
210
|
+
json=exclude_unset(json),
|
|
211
|
+
headers=exclude_unset(headers),
|
|
212
|
+
error_models={
|
|
213
|
+
"404": BasicError,
|
|
214
|
+
"422": ValidationError,
|
|
215
|
+
"500": BasicError,
|
|
216
|
+
},
|
|
217
|
+
)
|
|
218
|
+
|
|
219
|
+
@overload
|
|
220
|
+
async def async_set_codespaces_access(
|
|
221
|
+
self,
|
|
222
|
+
org: str,
|
|
223
|
+
*,
|
|
224
|
+
headers: Optional[Dict[str, str]] = None,
|
|
225
|
+
data: OrgsOrgCodespacesAccessPutBodyType,
|
|
226
|
+
) -> Response: ...
|
|
227
|
+
|
|
228
|
+
@overload
|
|
229
|
+
async def async_set_codespaces_access(
|
|
230
|
+
self,
|
|
231
|
+
org: str,
|
|
232
|
+
*,
|
|
233
|
+
data: Literal[UNSET] = UNSET,
|
|
234
|
+
headers: Optional[Dict[str, str]] = None,
|
|
235
|
+
visibility: Literal[
|
|
236
|
+
"disabled",
|
|
237
|
+
"selected_members",
|
|
238
|
+
"all_members",
|
|
239
|
+
"all_members_and_outside_collaborators",
|
|
240
|
+
],
|
|
241
|
+
selected_usernames: Missing[List[str]] = UNSET,
|
|
242
|
+
) -> Response: ...
|
|
243
|
+
|
|
244
|
+
async def async_set_codespaces_access(
|
|
245
|
+
self,
|
|
246
|
+
org: str,
|
|
247
|
+
*,
|
|
248
|
+
headers: Optional[Dict[str, str]] = None,
|
|
249
|
+
data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
|
|
250
|
+
**kwargs,
|
|
251
|
+
) -> Response:
|
|
252
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces"""
|
|
253
|
+
|
|
254
|
+
from ..models import BasicError, ValidationError, OrgsOrgCodespacesAccessPutBody
|
|
255
|
+
|
|
256
|
+
url = f"/orgs/{org}/codespaces/access"
|
|
257
|
+
|
|
258
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
259
|
+
|
|
260
|
+
if not kwargs:
|
|
261
|
+
kwargs = UNSET
|
|
262
|
+
|
|
263
|
+
json = kwargs if data is UNSET else data
|
|
264
|
+
json = type_validate_python(OrgsOrgCodespacesAccessPutBody, json)
|
|
265
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
266
|
+
|
|
267
|
+
return await self._github.arequest(
|
|
268
|
+
"PUT",
|
|
269
|
+
url,
|
|
270
|
+
json=exclude_unset(json),
|
|
271
|
+
headers=exclude_unset(headers),
|
|
272
|
+
error_models={
|
|
273
|
+
"404": BasicError,
|
|
274
|
+
"422": ValidationError,
|
|
275
|
+
"500": BasicError,
|
|
276
|
+
},
|
|
277
|
+
)
|
|
278
|
+
|
|
279
|
+
@overload
|
|
280
|
+
def set_codespaces_access_users(
|
|
281
|
+
self,
|
|
282
|
+
org: str,
|
|
283
|
+
*,
|
|
284
|
+
headers: Optional[Dict[str, str]] = None,
|
|
285
|
+
data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
286
|
+
) -> Response: ...
|
|
287
|
+
|
|
288
|
+
@overload
|
|
289
|
+
def set_codespaces_access_users(
|
|
290
|
+
self,
|
|
291
|
+
org: str,
|
|
292
|
+
*,
|
|
293
|
+
data: Literal[UNSET] = UNSET,
|
|
294
|
+
headers: Optional[Dict[str, str]] = None,
|
|
295
|
+
selected_usernames: List[str],
|
|
296
|
+
) -> Response: ...
|
|
297
|
+
|
|
298
|
+
def set_codespaces_access_users(
|
|
299
|
+
self,
|
|
300
|
+
org: str,
|
|
301
|
+
*,
|
|
302
|
+
headers: Optional[Dict[str, str]] = None,
|
|
303
|
+
data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
|
|
304
|
+
**kwargs,
|
|
305
|
+
) -> Response:
|
|
306
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization"""
|
|
307
|
+
|
|
308
|
+
from ..models import (
|
|
309
|
+
BasicError,
|
|
310
|
+
ValidationError,
|
|
311
|
+
OrgsOrgCodespacesAccessSelectedUsersPostBody,
|
|
312
|
+
)
|
|
313
|
+
|
|
314
|
+
url = f"/orgs/{org}/codespaces/access/selected_users"
|
|
315
|
+
|
|
316
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
317
|
+
|
|
318
|
+
if not kwargs:
|
|
319
|
+
kwargs = UNSET
|
|
320
|
+
|
|
321
|
+
json = kwargs if data is UNSET else data
|
|
322
|
+
json = type_validate_python(OrgsOrgCodespacesAccessSelectedUsersPostBody, json)
|
|
323
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
324
|
+
|
|
325
|
+
return self._github.request(
|
|
326
|
+
"POST",
|
|
327
|
+
url,
|
|
328
|
+
json=exclude_unset(json),
|
|
329
|
+
headers=exclude_unset(headers),
|
|
330
|
+
error_models={
|
|
331
|
+
"404": BasicError,
|
|
332
|
+
"422": ValidationError,
|
|
333
|
+
"500": BasicError,
|
|
334
|
+
},
|
|
335
|
+
)
|
|
336
|
+
|
|
337
|
+
@overload
|
|
338
|
+
async def async_set_codespaces_access_users(
|
|
339
|
+
self,
|
|
340
|
+
org: str,
|
|
341
|
+
*,
|
|
342
|
+
headers: Optional[Dict[str, str]] = None,
|
|
343
|
+
data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
344
|
+
) -> Response: ...
|
|
345
|
+
|
|
346
|
+
@overload
|
|
347
|
+
async def async_set_codespaces_access_users(
|
|
348
|
+
self,
|
|
349
|
+
org: str,
|
|
350
|
+
*,
|
|
351
|
+
data: Literal[UNSET] = UNSET,
|
|
352
|
+
headers: Optional[Dict[str, str]] = None,
|
|
353
|
+
selected_usernames: List[str],
|
|
354
|
+
) -> Response: ...
|
|
355
|
+
|
|
356
|
+
async def async_set_codespaces_access_users(
|
|
357
|
+
self,
|
|
358
|
+
org: str,
|
|
359
|
+
*,
|
|
360
|
+
headers: Optional[Dict[str, str]] = None,
|
|
361
|
+
data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
|
|
362
|
+
**kwargs,
|
|
363
|
+
) -> Response:
|
|
364
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization"""
|
|
365
|
+
|
|
366
|
+
from ..models import (
|
|
367
|
+
BasicError,
|
|
368
|
+
ValidationError,
|
|
369
|
+
OrgsOrgCodespacesAccessSelectedUsersPostBody,
|
|
370
|
+
)
|
|
371
|
+
|
|
372
|
+
url = f"/orgs/{org}/codespaces/access/selected_users"
|
|
373
|
+
|
|
374
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
375
|
+
|
|
376
|
+
if not kwargs:
|
|
377
|
+
kwargs = UNSET
|
|
378
|
+
|
|
379
|
+
json = kwargs if data is UNSET else data
|
|
380
|
+
json = type_validate_python(OrgsOrgCodespacesAccessSelectedUsersPostBody, json)
|
|
381
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
382
|
+
|
|
383
|
+
return await self._github.arequest(
|
|
384
|
+
"POST",
|
|
385
|
+
url,
|
|
386
|
+
json=exclude_unset(json),
|
|
387
|
+
headers=exclude_unset(headers),
|
|
388
|
+
error_models={
|
|
389
|
+
"404": BasicError,
|
|
390
|
+
"422": ValidationError,
|
|
391
|
+
"500": BasicError,
|
|
392
|
+
},
|
|
393
|
+
)
|
|
394
|
+
|
|
395
|
+
@overload
|
|
396
|
+
def delete_codespaces_access_users(
|
|
397
|
+
self,
|
|
398
|
+
org: str,
|
|
399
|
+
*,
|
|
400
|
+
headers: Optional[Dict[str, str]] = None,
|
|
401
|
+
data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
402
|
+
) -> Response: ...
|
|
403
|
+
|
|
404
|
+
@overload
|
|
405
|
+
def delete_codespaces_access_users(
|
|
406
|
+
self,
|
|
407
|
+
org: str,
|
|
408
|
+
*,
|
|
409
|
+
data: Literal[UNSET] = UNSET,
|
|
410
|
+
headers: Optional[Dict[str, str]] = None,
|
|
411
|
+
selected_usernames: List[str],
|
|
412
|
+
) -> Response: ...
|
|
413
|
+
|
|
414
|
+
def delete_codespaces_access_users(
|
|
415
|
+
self,
|
|
416
|
+
org: str,
|
|
417
|
+
*,
|
|
418
|
+
headers: Optional[Dict[str, str]] = None,
|
|
419
|
+
data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
|
|
420
|
+
**kwargs,
|
|
421
|
+
) -> Response:
|
|
422
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization"""
|
|
423
|
+
|
|
424
|
+
from ..models import (
|
|
425
|
+
BasicError,
|
|
426
|
+
ValidationError,
|
|
427
|
+
OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
|
|
428
|
+
)
|
|
429
|
+
|
|
430
|
+
url = f"/orgs/{org}/codespaces/access/selected_users"
|
|
431
|
+
|
|
432
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
433
|
+
|
|
434
|
+
if not kwargs:
|
|
435
|
+
kwargs = UNSET
|
|
436
|
+
|
|
437
|
+
json = kwargs if data is UNSET else data
|
|
438
|
+
json = type_validate_python(
|
|
439
|
+
OrgsOrgCodespacesAccessSelectedUsersDeleteBody, json
|
|
440
|
+
)
|
|
441
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
442
|
+
|
|
443
|
+
return self._github.request(
|
|
444
|
+
"DELETE",
|
|
445
|
+
url,
|
|
446
|
+
json=exclude_unset(json),
|
|
447
|
+
headers=exclude_unset(headers),
|
|
448
|
+
error_models={
|
|
449
|
+
"404": BasicError,
|
|
450
|
+
"422": ValidationError,
|
|
451
|
+
"500": BasicError,
|
|
452
|
+
},
|
|
453
|
+
)
|
|
454
|
+
|
|
455
|
+
@overload
|
|
456
|
+
async def async_delete_codespaces_access_users(
|
|
457
|
+
self,
|
|
458
|
+
org: str,
|
|
459
|
+
*,
|
|
460
|
+
headers: Optional[Dict[str, str]] = None,
|
|
461
|
+
data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
462
|
+
) -> Response: ...
|
|
463
|
+
|
|
464
|
+
@overload
|
|
465
|
+
async def async_delete_codespaces_access_users(
|
|
466
|
+
self,
|
|
467
|
+
org: str,
|
|
468
|
+
*,
|
|
469
|
+
data: Literal[UNSET] = UNSET,
|
|
470
|
+
headers: Optional[Dict[str, str]] = None,
|
|
471
|
+
selected_usernames: List[str],
|
|
472
|
+
) -> Response: ...
|
|
473
|
+
|
|
474
|
+
async def async_delete_codespaces_access_users(
|
|
475
|
+
self,
|
|
476
|
+
org: str,
|
|
477
|
+
*,
|
|
478
|
+
headers: Optional[Dict[str, str]] = None,
|
|
479
|
+
data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
|
|
480
|
+
**kwargs,
|
|
481
|
+
) -> Response:
|
|
482
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization"""
|
|
483
|
+
|
|
484
|
+
from ..models import (
|
|
485
|
+
BasicError,
|
|
486
|
+
ValidationError,
|
|
487
|
+
OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
|
|
488
|
+
)
|
|
489
|
+
|
|
490
|
+
url = f"/orgs/{org}/codespaces/access/selected_users"
|
|
491
|
+
|
|
492
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
493
|
+
|
|
494
|
+
if not kwargs:
|
|
495
|
+
kwargs = UNSET
|
|
496
|
+
|
|
497
|
+
json = kwargs if data is UNSET else data
|
|
498
|
+
json = type_validate_python(
|
|
499
|
+
OrgsOrgCodespacesAccessSelectedUsersDeleteBody, json
|
|
500
|
+
)
|
|
501
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
502
|
+
|
|
503
|
+
return await self._github.arequest(
|
|
504
|
+
"DELETE",
|
|
505
|
+
url,
|
|
506
|
+
json=exclude_unset(json),
|
|
507
|
+
headers=exclude_unset(headers),
|
|
508
|
+
error_models={
|
|
509
|
+
"404": BasicError,
|
|
510
|
+
"422": ValidationError,
|
|
511
|
+
"500": BasicError,
|
|
512
|
+
},
|
|
513
|
+
)
|
|
514
|
+
|
|
515
|
+
def list_org_secrets(
|
|
516
|
+
self,
|
|
517
|
+
org: str,
|
|
518
|
+
per_page: Missing[int] = UNSET,
|
|
519
|
+
page: Missing[int] = UNSET,
|
|
520
|
+
*,
|
|
521
|
+
headers: Optional[Dict[str, str]] = None,
|
|
522
|
+
) -> Response[OrgsOrgCodespacesSecretsGetResponse200]:
|
|
523
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets"""
|
|
524
|
+
|
|
525
|
+
from ..models import OrgsOrgCodespacesSecretsGetResponse200
|
|
526
|
+
|
|
527
|
+
url = f"/orgs/{org}/codespaces/secrets"
|
|
528
|
+
|
|
529
|
+
params = {
|
|
530
|
+
"per_page": per_page,
|
|
531
|
+
"page": page,
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
535
|
+
|
|
536
|
+
return self._github.request(
|
|
537
|
+
"GET",
|
|
538
|
+
url,
|
|
539
|
+
params=exclude_unset(params),
|
|
540
|
+
headers=exclude_unset(headers),
|
|
541
|
+
response_model=OrgsOrgCodespacesSecretsGetResponse200,
|
|
542
|
+
)
|
|
543
|
+
|
|
544
|
+
async def async_list_org_secrets(
|
|
545
|
+
self,
|
|
546
|
+
org: str,
|
|
547
|
+
per_page: Missing[int] = UNSET,
|
|
548
|
+
page: Missing[int] = UNSET,
|
|
549
|
+
*,
|
|
550
|
+
headers: Optional[Dict[str, str]] = None,
|
|
551
|
+
) -> Response[OrgsOrgCodespacesSecretsGetResponse200]:
|
|
552
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets"""
|
|
553
|
+
|
|
554
|
+
from ..models import OrgsOrgCodespacesSecretsGetResponse200
|
|
555
|
+
|
|
556
|
+
url = f"/orgs/{org}/codespaces/secrets"
|
|
557
|
+
|
|
558
|
+
params = {
|
|
559
|
+
"per_page": per_page,
|
|
560
|
+
"page": page,
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
564
|
+
|
|
565
|
+
return await self._github.arequest(
|
|
566
|
+
"GET",
|
|
567
|
+
url,
|
|
568
|
+
params=exclude_unset(params),
|
|
569
|
+
headers=exclude_unset(headers),
|
|
570
|
+
response_model=OrgsOrgCodespacesSecretsGetResponse200,
|
|
571
|
+
)
|
|
572
|
+
|
|
573
|
+
def get_org_public_key(
|
|
574
|
+
self,
|
|
575
|
+
org: str,
|
|
576
|
+
*,
|
|
577
|
+
headers: Optional[Dict[str, str]] = None,
|
|
578
|
+
) -> Response[CodespacesPublicKey]:
|
|
579
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key"""
|
|
580
|
+
|
|
581
|
+
from ..models import CodespacesPublicKey
|
|
582
|
+
|
|
583
|
+
url = f"/orgs/{org}/codespaces/secrets/public-key"
|
|
584
|
+
|
|
585
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
586
|
+
|
|
587
|
+
return self._github.request(
|
|
588
|
+
"GET",
|
|
589
|
+
url,
|
|
590
|
+
headers=exclude_unset(headers),
|
|
591
|
+
response_model=CodespacesPublicKey,
|
|
592
|
+
)
|
|
593
|
+
|
|
594
|
+
async def async_get_org_public_key(
|
|
595
|
+
self,
|
|
596
|
+
org: str,
|
|
597
|
+
*,
|
|
598
|
+
headers: Optional[Dict[str, str]] = None,
|
|
599
|
+
) -> Response[CodespacesPublicKey]:
|
|
600
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key"""
|
|
601
|
+
|
|
602
|
+
from ..models import CodespacesPublicKey
|
|
603
|
+
|
|
604
|
+
url = f"/orgs/{org}/codespaces/secrets/public-key"
|
|
605
|
+
|
|
606
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
607
|
+
|
|
608
|
+
return await self._github.arequest(
|
|
609
|
+
"GET",
|
|
610
|
+
url,
|
|
611
|
+
headers=exclude_unset(headers),
|
|
612
|
+
response_model=CodespacesPublicKey,
|
|
613
|
+
)
|
|
614
|
+
|
|
615
|
+
def get_org_secret(
|
|
616
|
+
self,
|
|
617
|
+
org: str,
|
|
618
|
+
secret_name: str,
|
|
619
|
+
*,
|
|
620
|
+
headers: Optional[Dict[str, str]] = None,
|
|
621
|
+
) -> Response[CodespacesOrgSecret]:
|
|
622
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret"""
|
|
623
|
+
|
|
624
|
+
from ..models import CodespacesOrgSecret
|
|
625
|
+
|
|
626
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
627
|
+
|
|
628
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
629
|
+
|
|
630
|
+
return self._github.request(
|
|
631
|
+
"GET",
|
|
632
|
+
url,
|
|
633
|
+
headers=exclude_unset(headers),
|
|
634
|
+
response_model=CodespacesOrgSecret,
|
|
635
|
+
)
|
|
636
|
+
|
|
637
|
+
async def async_get_org_secret(
|
|
638
|
+
self,
|
|
639
|
+
org: str,
|
|
640
|
+
secret_name: str,
|
|
641
|
+
*,
|
|
642
|
+
headers: Optional[Dict[str, str]] = None,
|
|
643
|
+
) -> Response[CodespacesOrgSecret]:
|
|
644
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret"""
|
|
645
|
+
|
|
646
|
+
from ..models import CodespacesOrgSecret
|
|
647
|
+
|
|
648
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
649
|
+
|
|
650
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
651
|
+
|
|
652
|
+
return await self._github.arequest(
|
|
653
|
+
"GET",
|
|
654
|
+
url,
|
|
655
|
+
headers=exclude_unset(headers),
|
|
656
|
+
response_model=CodespacesOrgSecret,
|
|
657
|
+
)
|
|
658
|
+
|
|
659
|
+
@overload
|
|
660
|
+
def create_or_update_org_secret(
|
|
661
|
+
self,
|
|
662
|
+
org: str,
|
|
663
|
+
secret_name: str,
|
|
664
|
+
*,
|
|
665
|
+
headers: Optional[Dict[str, str]] = None,
|
|
666
|
+
data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
667
|
+
) -> Response[EmptyObject]: ...
|
|
668
|
+
|
|
669
|
+
@overload
|
|
670
|
+
def create_or_update_org_secret(
|
|
671
|
+
self,
|
|
672
|
+
org: str,
|
|
673
|
+
secret_name: str,
|
|
674
|
+
*,
|
|
675
|
+
data: Literal[UNSET] = UNSET,
|
|
676
|
+
headers: Optional[Dict[str, str]] = None,
|
|
677
|
+
encrypted_value: Missing[str] = UNSET,
|
|
678
|
+
key_id: Missing[str] = UNSET,
|
|
679
|
+
visibility: Literal["all", "private", "selected"],
|
|
680
|
+
selected_repository_ids: Missing[List[int]] = UNSET,
|
|
681
|
+
) -> Response[EmptyObject]: ...
|
|
682
|
+
|
|
683
|
+
def create_or_update_org_secret(
|
|
684
|
+
self,
|
|
685
|
+
org: str,
|
|
686
|
+
secret_name: str,
|
|
687
|
+
*,
|
|
688
|
+
headers: Optional[Dict[str, str]] = None,
|
|
689
|
+
data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
690
|
+
**kwargs,
|
|
691
|
+
) -> Response[EmptyObject]:
|
|
692
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret"""
|
|
693
|
+
|
|
694
|
+
from ..models import (
|
|
695
|
+
BasicError,
|
|
696
|
+
EmptyObject,
|
|
697
|
+
ValidationError,
|
|
698
|
+
OrgsOrgCodespacesSecretsSecretNamePutBody,
|
|
699
|
+
)
|
|
700
|
+
|
|
701
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
702
|
+
|
|
703
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
704
|
+
|
|
705
|
+
if not kwargs:
|
|
706
|
+
kwargs = UNSET
|
|
707
|
+
|
|
708
|
+
json = kwargs if data is UNSET else data
|
|
709
|
+
json = type_validate_python(OrgsOrgCodespacesSecretsSecretNamePutBody, json)
|
|
710
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
711
|
+
|
|
712
|
+
return self._github.request(
|
|
713
|
+
"PUT",
|
|
714
|
+
url,
|
|
715
|
+
json=exclude_unset(json),
|
|
716
|
+
headers=exclude_unset(headers),
|
|
717
|
+
response_model=EmptyObject,
|
|
718
|
+
error_models={
|
|
719
|
+
"404": BasicError,
|
|
720
|
+
"422": ValidationError,
|
|
721
|
+
},
|
|
722
|
+
)
|
|
723
|
+
|
|
724
|
+
@overload
|
|
725
|
+
async def async_create_or_update_org_secret(
|
|
726
|
+
self,
|
|
727
|
+
org: str,
|
|
728
|
+
secret_name: str,
|
|
729
|
+
*,
|
|
730
|
+
headers: Optional[Dict[str, str]] = None,
|
|
731
|
+
data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
732
|
+
) -> Response[EmptyObject]: ...
|
|
733
|
+
|
|
734
|
+
@overload
|
|
735
|
+
async def async_create_or_update_org_secret(
|
|
736
|
+
self,
|
|
737
|
+
org: str,
|
|
738
|
+
secret_name: str,
|
|
739
|
+
*,
|
|
740
|
+
data: Literal[UNSET] = UNSET,
|
|
741
|
+
headers: Optional[Dict[str, str]] = None,
|
|
742
|
+
encrypted_value: Missing[str] = UNSET,
|
|
743
|
+
key_id: Missing[str] = UNSET,
|
|
744
|
+
visibility: Literal["all", "private", "selected"],
|
|
745
|
+
selected_repository_ids: Missing[List[int]] = UNSET,
|
|
746
|
+
) -> Response[EmptyObject]: ...
|
|
747
|
+
|
|
748
|
+
async def async_create_or_update_org_secret(
|
|
749
|
+
self,
|
|
750
|
+
org: str,
|
|
751
|
+
secret_name: str,
|
|
752
|
+
*,
|
|
753
|
+
headers: Optional[Dict[str, str]] = None,
|
|
754
|
+
data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
755
|
+
**kwargs,
|
|
756
|
+
) -> Response[EmptyObject]:
|
|
757
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret"""
|
|
758
|
+
|
|
759
|
+
from ..models import (
|
|
760
|
+
BasicError,
|
|
761
|
+
EmptyObject,
|
|
762
|
+
ValidationError,
|
|
763
|
+
OrgsOrgCodespacesSecretsSecretNamePutBody,
|
|
764
|
+
)
|
|
765
|
+
|
|
766
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
767
|
+
|
|
768
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
769
|
+
|
|
770
|
+
if not kwargs:
|
|
771
|
+
kwargs = UNSET
|
|
772
|
+
|
|
773
|
+
json = kwargs if data is UNSET else data
|
|
774
|
+
json = type_validate_python(OrgsOrgCodespacesSecretsSecretNamePutBody, json)
|
|
775
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
776
|
+
|
|
777
|
+
return await self._github.arequest(
|
|
778
|
+
"PUT",
|
|
779
|
+
url,
|
|
780
|
+
json=exclude_unset(json),
|
|
781
|
+
headers=exclude_unset(headers),
|
|
782
|
+
response_model=EmptyObject,
|
|
783
|
+
error_models={
|
|
784
|
+
"404": BasicError,
|
|
785
|
+
"422": ValidationError,
|
|
786
|
+
},
|
|
787
|
+
)
|
|
788
|
+
|
|
789
|
+
def delete_org_secret(
|
|
790
|
+
self,
|
|
791
|
+
org: str,
|
|
792
|
+
secret_name: str,
|
|
793
|
+
*,
|
|
794
|
+
headers: Optional[Dict[str, str]] = None,
|
|
795
|
+
) -> Response:
|
|
796
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret"""
|
|
797
|
+
|
|
798
|
+
from ..models import BasicError
|
|
799
|
+
|
|
800
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
801
|
+
|
|
802
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
803
|
+
|
|
804
|
+
return self._github.request(
|
|
805
|
+
"DELETE",
|
|
806
|
+
url,
|
|
807
|
+
headers=exclude_unset(headers),
|
|
808
|
+
error_models={
|
|
809
|
+
"404": BasicError,
|
|
810
|
+
},
|
|
811
|
+
)
|
|
812
|
+
|
|
813
|
+
async def async_delete_org_secret(
|
|
814
|
+
self,
|
|
815
|
+
org: str,
|
|
816
|
+
secret_name: str,
|
|
817
|
+
*,
|
|
818
|
+
headers: Optional[Dict[str, str]] = None,
|
|
819
|
+
) -> Response:
|
|
820
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret"""
|
|
821
|
+
|
|
822
|
+
from ..models import BasicError
|
|
823
|
+
|
|
824
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
|
|
825
|
+
|
|
826
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
827
|
+
|
|
828
|
+
return await self._github.arequest(
|
|
829
|
+
"DELETE",
|
|
830
|
+
url,
|
|
831
|
+
headers=exclude_unset(headers),
|
|
832
|
+
error_models={
|
|
833
|
+
"404": BasicError,
|
|
834
|
+
},
|
|
835
|
+
)
|
|
836
|
+
|
|
837
|
+
def list_selected_repos_for_org_secret(
|
|
838
|
+
self,
|
|
839
|
+
org: str,
|
|
840
|
+
secret_name: str,
|
|
841
|
+
page: Missing[int] = UNSET,
|
|
842
|
+
per_page: Missing[int] = UNSET,
|
|
843
|
+
*,
|
|
844
|
+
headers: Optional[Dict[str, str]] = None,
|
|
845
|
+
) -> Response[OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200]:
|
|
846
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret"""
|
|
847
|
+
|
|
848
|
+
from ..models import (
|
|
849
|
+
BasicError,
|
|
850
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
851
|
+
)
|
|
852
|
+
|
|
853
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
|
|
854
|
+
|
|
855
|
+
params = {
|
|
856
|
+
"page": page,
|
|
857
|
+
"per_page": per_page,
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
861
|
+
|
|
862
|
+
return self._github.request(
|
|
863
|
+
"GET",
|
|
864
|
+
url,
|
|
865
|
+
params=exclude_unset(params),
|
|
866
|
+
headers=exclude_unset(headers),
|
|
867
|
+
response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
868
|
+
error_models={
|
|
869
|
+
"404": BasicError,
|
|
870
|
+
},
|
|
871
|
+
)
|
|
872
|
+
|
|
873
|
+
async def async_list_selected_repos_for_org_secret(
|
|
874
|
+
self,
|
|
875
|
+
org: str,
|
|
876
|
+
secret_name: str,
|
|
877
|
+
page: Missing[int] = UNSET,
|
|
878
|
+
per_page: Missing[int] = UNSET,
|
|
879
|
+
*,
|
|
880
|
+
headers: Optional[Dict[str, str]] = None,
|
|
881
|
+
) -> Response[OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200]:
|
|
882
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret"""
|
|
883
|
+
|
|
884
|
+
from ..models import (
|
|
885
|
+
BasicError,
|
|
886
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
887
|
+
)
|
|
888
|
+
|
|
889
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
|
|
890
|
+
|
|
891
|
+
params = {
|
|
892
|
+
"page": page,
|
|
893
|
+
"per_page": per_page,
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
897
|
+
|
|
898
|
+
return await self._github.arequest(
|
|
899
|
+
"GET",
|
|
900
|
+
url,
|
|
901
|
+
params=exclude_unset(params),
|
|
902
|
+
headers=exclude_unset(headers),
|
|
903
|
+
response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
904
|
+
error_models={
|
|
905
|
+
"404": BasicError,
|
|
906
|
+
},
|
|
907
|
+
)
|
|
908
|
+
|
|
909
|
+
@overload
|
|
910
|
+
def set_selected_repos_for_org_secret(
|
|
911
|
+
self,
|
|
912
|
+
org: str,
|
|
913
|
+
secret_name: str,
|
|
914
|
+
*,
|
|
915
|
+
headers: Optional[Dict[str, str]] = None,
|
|
916
|
+
data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
917
|
+
) -> Response: ...
|
|
918
|
+
|
|
919
|
+
@overload
|
|
920
|
+
def set_selected_repos_for_org_secret(
|
|
921
|
+
self,
|
|
922
|
+
org: str,
|
|
923
|
+
secret_name: str,
|
|
924
|
+
*,
|
|
925
|
+
data: Literal[UNSET] = UNSET,
|
|
926
|
+
headers: Optional[Dict[str, str]] = None,
|
|
927
|
+
selected_repository_ids: List[int],
|
|
928
|
+
) -> Response: ...
|
|
929
|
+
|
|
930
|
+
def set_selected_repos_for_org_secret(
|
|
931
|
+
self,
|
|
932
|
+
org: str,
|
|
933
|
+
secret_name: str,
|
|
934
|
+
*,
|
|
935
|
+
headers: Optional[Dict[str, str]] = None,
|
|
936
|
+
data: Missing[
|
|
937
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
|
|
938
|
+
] = UNSET,
|
|
939
|
+
**kwargs,
|
|
940
|
+
) -> Response:
|
|
941
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret"""
|
|
942
|
+
|
|
943
|
+
from ..models import (
|
|
944
|
+
BasicError,
|
|
945
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
946
|
+
)
|
|
947
|
+
|
|
948
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
|
|
949
|
+
|
|
950
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
951
|
+
|
|
952
|
+
if not kwargs:
|
|
953
|
+
kwargs = UNSET
|
|
954
|
+
|
|
955
|
+
json = kwargs if data is UNSET else data
|
|
956
|
+
json = type_validate_python(
|
|
957
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody, json
|
|
958
|
+
)
|
|
959
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
960
|
+
|
|
961
|
+
return self._github.request(
|
|
962
|
+
"PUT",
|
|
963
|
+
url,
|
|
964
|
+
json=exclude_unset(json),
|
|
965
|
+
headers=exclude_unset(headers),
|
|
966
|
+
error_models={
|
|
967
|
+
"404": BasicError,
|
|
968
|
+
},
|
|
969
|
+
)
|
|
970
|
+
|
|
971
|
+
@overload
|
|
972
|
+
async def async_set_selected_repos_for_org_secret(
|
|
973
|
+
self,
|
|
974
|
+
org: str,
|
|
975
|
+
secret_name: str,
|
|
976
|
+
*,
|
|
977
|
+
headers: Optional[Dict[str, str]] = None,
|
|
978
|
+
data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
979
|
+
) -> Response: ...
|
|
980
|
+
|
|
981
|
+
@overload
|
|
982
|
+
async def async_set_selected_repos_for_org_secret(
|
|
983
|
+
self,
|
|
984
|
+
org: str,
|
|
985
|
+
secret_name: str,
|
|
986
|
+
*,
|
|
987
|
+
data: Literal[UNSET] = UNSET,
|
|
988
|
+
headers: Optional[Dict[str, str]] = None,
|
|
989
|
+
selected_repository_ids: List[int],
|
|
990
|
+
) -> Response: ...
|
|
991
|
+
|
|
992
|
+
async def async_set_selected_repos_for_org_secret(
|
|
993
|
+
self,
|
|
994
|
+
org: str,
|
|
995
|
+
secret_name: str,
|
|
996
|
+
*,
|
|
997
|
+
headers: Optional[Dict[str, str]] = None,
|
|
998
|
+
data: Missing[
|
|
999
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
|
|
1000
|
+
] = UNSET,
|
|
1001
|
+
**kwargs,
|
|
1002
|
+
) -> Response:
|
|
1003
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret"""
|
|
1004
|
+
|
|
1005
|
+
from ..models import (
|
|
1006
|
+
BasicError,
|
|
1007
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
1008
|
+
)
|
|
1009
|
+
|
|
1010
|
+
url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
|
|
1011
|
+
|
|
1012
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1013
|
+
|
|
1014
|
+
if not kwargs:
|
|
1015
|
+
kwargs = UNSET
|
|
1016
|
+
|
|
1017
|
+
json = kwargs if data is UNSET else data
|
|
1018
|
+
json = type_validate_python(
|
|
1019
|
+
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody, json
|
|
1020
|
+
)
|
|
1021
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1022
|
+
|
|
1023
|
+
return await self._github.arequest(
|
|
1024
|
+
"PUT",
|
|
1025
|
+
url,
|
|
1026
|
+
json=exclude_unset(json),
|
|
1027
|
+
headers=exclude_unset(headers),
|
|
1028
|
+
error_models={
|
|
1029
|
+
"404": BasicError,
|
|
1030
|
+
},
|
|
1031
|
+
)
|
|
1032
|
+
|
|
1033
|
+
def add_selected_repo_to_org_secret(
|
|
1034
|
+
self,
|
|
1035
|
+
org: str,
|
|
1036
|
+
secret_name: str,
|
|
1037
|
+
repository_id: int,
|
|
1038
|
+
*,
|
|
1039
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1040
|
+
) -> Response:
|
|
1041
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret"""
|
|
1042
|
+
|
|
1043
|
+
from ..models import BasicError, ValidationError
|
|
1044
|
+
|
|
1045
|
+
url = (
|
|
1046
|
+
f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
1047
|
+
)
|
|
1048
|
+
|
|
1049
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1050
|
+
|
|
1051
|
+
return self._github.request(
|
|
1052
|
+
"PUT",
|
|
1053
|
+
url,
|
|
1054
|
+
headers=exclude_unset(headers),
|
|
1055
|
+
error_models={
|
|
1056
|
+
"404": BasicError,
|
|
1057
|
+
"422": ValidationError,
|
|
1058
|
+
},
|
|
1059
|
+
)
|
|
1060
|
+
|
|
1061
|
+
async def async_add_selected_repo_to_org_secret(
|
|
1062
|
+
self,
|
|
1063
|
+
org: str,
|
|
1064
|
+
secret_name: str,
|
|
1065
|
+
repository_id: int,
|
|
1066
|
+
*,
|
|
1067
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1068
|
+
) -> Response:
|
|
1069
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret"""
|
|
1070
|
+
|
|
1071
|
+
from ..models import BasicError, ValidationError
|
|
1072
|
+
|
|
1073
|
+
url = (
|
|
1074
|
+
f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
1075
|
+
)
|
|
1076
|
+
|
|
1077
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1078
|
+
|
|
1079
|
+
return await self._github.arequest(
|
|
1080
|
+
"PUT",
|
|
1081
|
+
url,
|
|
1082
|
+
headers=exclude_unset(headers),
|
|
1083
|
+
error_models={
|
|
1084
|
+
"404": BasicError,
|
|
1085
|
+
"422": ValidationError,
|
|
1086
|
+
},
|
|
1087
|
+
)
|
|
1088
|
+
|
|
1089
|
+
def remove_selected_repo_from_org_secret(
|
|
1090
|
+
self,
|
|
1091
|
+
org: str,
|
|
1092
|
+
secret_name: str,
|
|
1093
|
+
repository_id: int,
|
|
1094
|
+
*,
|
|
1095
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1096
|
+
) -> Response:
|
|
1097
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret"""
|
|
1098
|
+
|
|
1099
|
+
from ..models import BasicError, ValidationError
|
|
1100
|
+
|
|
1101
|
+
url = (
|
|
1102
|
+
f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
1103
|
+
)
|
|
1104
|
+
|
|
1105
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1106
|
+
|
|
1107
|
+
return self._github.request(
|
|
1108
|
+
"DELETE",
|
|
1109
|
+
url,
|
|
1110
|
+
headers=exclude_unset(headers),
|
|
1111
|
+
error_models={
|
|
1112
|
+
"404": BasicError,
|
|
1113
|
+
"422": ValidationError,
|
|
1114
|
+
},
|
|
1115
|
+
)
|
|
1116
|
+
|
|
1117
|
+
async def async_remove_selected_repo_from_org_secret(
|
|
1118
|
+
self,
|
|
1119
|
+
org: str,
|
|
1120
|
+
secret_name: str,
|
|
1121
|
+
repository_id: int,
|
|
1122
|
+
*,
|
|
1123
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1124
|
+
) -> Response:
|
|
1125
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret"""
|
|
1126
|
+
|
|
1127
|
+
from ..models import BasicError, ValidationError
|
|
1128
|
+
|
|
1129
|
+
url = (
|
|
1130
|
+
f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
1131
|
+
)
|
|
1132
|
+
|
|
1133
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1134
|
+
|
|
1135
|
+
return await self._github.arequest(
|
|
1136
|
+
"DELETE",
|
|
1137
|
+
url,
|
|
1138
|
+
headers=exclude_unset(headers),
|
|
1139
|
+
error_models={
|
|
1140
|
+
"404": BasicError,
|
|
1141
|
+
"422": ValidationError,
|
|
1142
|
+
},
|
|
1143
|
+
)
|
|
1144
|
+
|
|
1145
|
+
def get_codespaces_for_user_in_org(
|
|
1146
|
+
self,
|
|
1147
|
+
org: str,
|
|
1148
|
+
username: str,
|
|
1149
|
+
per_page: Missing[int] = UNSET,
|
|
1150
|
+
page: Missing[int] = UNSET,
|
|
1151
|
+
*,
|
|
1152
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1153
|
+
) -> Response[OrgsOrgMembersUsernameCodespacesGetResponse200]:
|
|
1154
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization"""
|
|
1155
|
+
|
|
1156
|
+
from ..models import BasicError, OrgsOrgMembersUsernameCodespacesGetResponse200
|
|
1157
|
+
|
|
1158
|
+
url = f"/orgs/{org}/members/{username}/codespaces"
|
|
1159
|
+
|
|
1160
|
+
params = {
|
|
1161
|
+
"per_page": per_page,
|
|
1162
|
+
"page": page,
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1166
|
+
|
|
1167
|
+
return self._github.request(
|
|
1168
|
+
"GET",
|
|
1169
|
+
url,
|
|
1170
|
+
params=exclude_unset(params),
|
|
1171
|
+
headers=exclude_unset(headers),
|
|
1172
|
+
response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1173
|
+
error_models={
|
|
1174
|
+
"500": BasicError,
|
|
1175
|
+
"401": BasicError,
|
|
1176
|
+
"403": BasicError,
|
|
1177
|
+
"404": BasicError,
|
|
1178
|
+
},
|
|
1179
|
+
)
|
|
1180
|
+
|
|
1181
|
+
async def async_get_codespaces_for_user_in_org(
|
|
1182
|
+
self,
|
|
1183
|
+
org: str,
|
|
1184
|
+
username: str,
|
|
1185
|
+
per_page: Missing[int] = UNSET,
|
|
1186
|
+
page: Missing[int] = UNSET,
|
|
1187
|
+
*,
|
|
1188
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1189
|
+
) -> Response[OrgsOrgMembersUsernameCodespacesGetResponse200]:
|
|
1190
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization"""
|
|
1191
|
+
|
|
1192
|
+
from ..models import BasicError, OrgsOrgMembersUsernameCodespacesGetResponse200
|
|
1193
|
+
|
|
1194
|
+
url = f"/orgs/{org}/members/{username}/codespaces"
|
|
1195
|
+
|
|
1196
|
+
params = {
|
|
1197
|
+
"per_page": per_page,
|
|
1198
|
+
"page": page,
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1202
|
+
|
|
1203
|
+
return await self._github.arequest(
|
|
1204
|
+
"GET",
|
|
1205
|
+
url,
|
|
1206
|
+
params=exclude_unset(params),
|
|
1207
|
+
headers=exclude_unset(headers),
|
|
1208
|
+
response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1209
|
+
error_models={
|
|
1210
|
+
"500": BasicError,
|
|
1211
|
+
"401": BasicError,
|
|
1212
|
+
"403": BasicError,
|
|
1213
|
+
"404": BasicError,
|
|
1214
|
+
},
|
|
1215
|
+
)
|
|
1216
|
+
|
|
1217
|
+
def delete_from_organization(
|
|
1218
|
+
self,
|
|
1219
|
+
org: str,
|
|
1220
|
+
username: str,
|
|
1221
|
+
codespace_name: str,
|
|
1222
|
+
*,
|
|
1223
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1224
|
+
) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
|
|
1225
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization"""
|
|
1226
|
+
|
|
1227
|
+
from ..models import (
|
|
1228
|
+
BasicError,
|
|
1229
|
+
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1230
|
+
)
|
|
1231
|
+
|
|
1232
|
+
url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}"
|
|
1233
|
+
|
|
1234
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1235
|
+
|
|
1236
|
+
return self._github.request(
|
|
1237
|
+
"DELETE",
|
|
1238
|
+
url,
|
|
1239
|
+
headers=exclude_unset(headers),
|
|
1240
|
+
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1241
|
+
error_models={
|
|
1242
|
+
"500": BasicError,
|
|
1243
|
+
"401": BasicError,
|
|
1244
|
+
"403": BasicError,
|
|
1245
|
+
"404": BasicError,
|
|
1246
|
+
},
|
|
1247
|
+
)
|
|
1248
|
+
|
|
1249
|
+
async def async_delete_from_organization(
|
|
1250
|
+
self,
|
|
1251
|
+
org: str,
|
|
1252
|
+
username: str,
|
|
1253
|
+
codespace_name: str,
|
|
1254
|
+
*,
|
|
1255
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1256
|
+
) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
|
|
1257
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization"""
|
|
1258
|
+
|
|
1259
|
+
from ..models import (
|
|
1260
|
+
BasicError,
|
|
1261
|
+
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1262
|
+
)
|
|
1263
|
+
|
|
1264
|
+
url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}"
|
|
1265
|
+
|
|
1266
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1267
|
+
|
|
1268
|
+
return await self._github.arequest(
|
|
1269
|
+
"DELETE",
|
|
1270
|
+
url,
|
|
1271
|
+
headers=exclude_unset(headers),
|
|
1272
|
+
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1273
|
+
error_models={
|
|
1274
|
+
"500": BasicError,
|
|
1275
|
+
"401": BasicError,
|
|
1276
|
+
"403": BasicError,
|
|
1277
|
+
"404": BasicError,
|
|
1278
|
+
},
|
|
1279
|
+
)
|
|
1280
|
+
|
|
1281
|
+
def stop_in_organization(
|
|
1282
|
+
self,
|
|
1283
|
+
org: str,
|
|
1284
|
+
username: str,
|
|
1285
|
+
codespace_name: str,
|
|
1286
|
+
*,
|
|
1287
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1288
|
+
) -> Response[Codespace]:
|
|
1289
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user"""
|
|
1290
|
+
|
|
1291
|
+
from ..models import Codespace, BasicError
|
|
1292
|
+
|
|
1293
|
+
url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"
|
|
1294
|
+
|
|
1295
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1296
|
+
|
|
1297
|
+
return self._github.request(
|
|
1298
|
+
"POST",
|
|
1299
|
+
url,
|
|
1300
|
+
headers=exclude_unset(headers),
|
|
1301
|
+
response_model=Codespace,
|
|
1302
|
+
error_models={
|
|
1303
|
+
"500": BasicError,
|
|
1304
|
+
"401": BasicError,
|
|
1305
|
+
"403": BasicError,
|
|
1306
|
+
"404": BasicError,
|
|
1307
|
+
},
|
|
1308
|
+
)
|
|
1309
|
+
|
|
1310
|
+
async def async_stop_in_organization(
|
|
1311
|
+
self,
|
|
1312
|
+
org: str,
|
|
1313
|
+
username: str,
|
|
1314
|
+
codespace_name: str,
|
|
1315
|
+
*,
|
|
1316
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1317
|
+
) -> Response[Codespace]:
|
|
1318
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user"""
|
|
1319
|
+
|
|
1320
|
+
from ..models import Codespace, BasicError
|
|
1321
|
+
|
|
1322
|
+
url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"
|
|
1323
|
+
|
|
1324
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1325
|
+
|
|
1326
|
+
return await self._github.arequest(
|
|
1327
|
+
"POST",
|
|
1328
|
+
url,
|
|
1329
|
+
headers=exclude_unset(headers),
|
|
1330
|
+
response_model=Codespace,
|
|
1331
|
+
error_models={
|
|
1332
|
+
"500": BasicError,
|
|
1333
|
+
"401": BasicError,
|
|
1334
|
+
"403": BasicError,
|
|
1335
|
+
"404": BasicError,
|
|
1336
|
+
},
|
|
1337
|
+
)
|
|
1338
|
+
|
|
1339
|
+
def list_in_repository_for_authenticated_user(
|
|
1340
|
+
self,
|
|
1341
|
+
owner: str,
|
|
1342
|
+
repo: str,
|
|
1343
|
+
per_page: Missing[int] = UNSET,
|
|
1344
|
+
page: Missing[int] = UNSET,
|
|
1345
|
+
*,
|
|
1346
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1347
|
+
) -> Response[ReposOwnerRepoCodespacesGetResponse200]:
|
|
1348
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user"""
|
|
1349
|
+
|
|
1350
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesGetResponse200
|
|
1351
|
+
|
|
1352
|
+
url = f"/repos/{owner}/{repo}/codespaces"
|
|
1353
|
+
|
|
1354
|
+
params = {
|
|
1355
|
+
"per_page": per_page,
|
|
1356
|
+
"page": page,
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1360
|
+
|
|
1361
|
+
return self._github.request(
|
|
1362
|
+
"GET",
|
|
1363
|
+
url,
|
|
1364
|
+
params=exclude_unset(params),
|
|
1365
|
+
headers=exclude_unset(headers),
|
|
1366
|
+
response_model=ReposOwnerRepoCodespacesGetResponse200,
|
|
1367
|
+
error_models={
|
|
1368
|
+
"500": BasicError,
|
|
1369
|
+
"401": BasicError,
|
|
1370
|
+
"403": BasicError,
|
|
1371
|
+
"404": BasicError,
|
|
1372
|
+
},
|
|
1373
|
+
)
|
|
1374
|
+
|
|
1375
|
+
async def async_list_in_repository_for_authenticated_user(
|
|
1376
|
+
self,
|
|
1377
|
+
owner: str,
|
|
1378
|
+
repo: str,
|
|
1379
|
+
per_page: Missing[int] = UNSET,
|
|
1380
|
+
page: Missing[int] = UNSET,
|
|
1381
|
+
*,
|
|
1382
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1383
|
+
) -> Response[ReposOwnerRepoCodespacesGetResponse200]:
|
|
1384
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user"""
|
|
1385
|
+
|
|
1386
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesGetResponse200
|
|
1387
|
+
|
|
1388
|
+
url = f"/repos/{owner}/{repo}/codespaces"
|
|
1389
|
+
|
|
1390
|
+
params = {
|
|
1391
|
+
"per_page": per_page,
|
|
1392
|
+
"page": page,
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1396
|
+
|
|
1397
|
+
return await self._github.arequest(
|
|
1398
|
+
"GET",
|
|
1399
|
+
url,
|
|
1400
|
+
params=exclude_unset(params),
|
|
1401
|
+
headers=exclude_unset(headers),
|
|
1402
|
+
response_model=ReposOwnerRepoCodespacesGetResponse200,
|
|
1403
|
+
error_models={
|
|
1404
|
+
"500": BasicError,
|
|
1405
|
+
"401": BasicError,
|
|
1406
|
+
"403": BasicError,
|
|
1407
|
+
"404": BasicError,
|
|
1408
|
+
},
|
|
1409
|
+
)
|
|
1410
|
+
|
|
1411
|
+
@overload
|
|
1412
|
+
def create_with_repo_for_authenticated_user(
|
|
1413
|
+
self,
|
|
1414
|
+
owner: str,
|
|
1415
|
+
repo: str,
|
|
1416
|
+
*,
|
|
1417
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1418
|
+
data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
|
|
1419
|
+
) -> Response[Codespace]: ...
|
|
1420
|
+
|
|
1421
|
+
@overload
|
|
1422
|
+
def create_with_repo_for_authenticated_user(
|
|
1423
|
+
self,
|
|
1424
|
+
owner: str,
|
|
1425
|
+
repo: str,
|
|
1426
|
+
*,
|
|
1427
|
+
data: Literal[UNSET] = UNSET,
|
|
1428
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1429
|
+
ref: Missing[str] = UNSET,
|
|
1430
|
+
location: Missing[str] = UNSET,
|
|
1431
|
+
geo: Missing[
|
|
1432
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
1433
|
+
] = UNSET,
|
|
1434
|
+
client_ip: Missing[str] = UNSET,
|
|
1435
|
+
machine: Missing[str] = UNSET,
|
|
1436
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
1437
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
1438
|
+
working_directory: Missing[str] = UNSET,
|
|
1439
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
1440
|
+
display_name: Missing[str] = UNSET,
|
|
1441
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
1442
|
+
) -> Response[Codespace]: ...
|
|
1443
|
+
|
|
1444
|
+
def create_with_repo_for_authenticated_user(
|
|
1445
|
+
self,
|
|
1446
|
+
owner: str,
|
|
1447
|
+
repo: str,
|
|
1448
|
+
*,
|
|
1449
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1450
|
+
data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
|
|
1451
|
+
**kwargs,
|
|
1452
|
+
) -> Response[Codespace]:
|
|
1453
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository"""
|
|
1454
|
+
|
|
1455
|
+
from typing import Union
|
|
1456
|
+
|
|
1457
|
+
from ..models import (
|
|
1458
|
+
Codespace,
|
|
1459
|
+
BasicError,
|
|
1460
|
+
ReposOwnerRepoCodespacesPostBody,
|
|
1461
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1462
|
+
)
|
|
1463
|
+
|
|
1464
|
+
url = f"/repos/{owner}/{repo}/codespaces"
|
|
1465
|
+
|
|
1466
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1467
|
+
|
|
1468
|
+
if not kwargs:
|
|
1469
|
+
kwargs = UNSET
|
|
1470
|
+
|
|
1471
|
+
json = kwargs if data is UNSET else data
|
|
1472
|
+
json = type_validate_python(Union[ReposOwnerRepoCodespacesPostBody, None], json)
|
|
1473
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1474
|
+
|
|
1475
|
+
return self._github.request(
|
|
1476
|
+
"POST",
|
|
1477
|
+
url,
|
|
1478
|
+
json=exclude_unset(json),
|
|
1479
|
+
headers=exclude_unset(headers),
|
|
1480
|
+
response_model=Codespace,
|
|
1481
|
+
error_models={
|
|
1482
|
+
"400": BasicError,
|
|
1483
|
+
"401": BasicError,
|
|
1484
|
+
"403": BasicError,
|
|
1485
|
+
"404": BasicError,
|
|
1486
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1487
|
+
},
|
|
1488
|
+
)
|
|
1489
|
+
|
|
1490
|
+
@overload
|
|
1491
|
+
async def async_create_with_repo_for_authenticated_user(
|
|
1492
|
+
self,
|
|
1493
|
+
owner: str,
|
|
1494
|
+
repo: str,
|
|
1495
|
+
*,
|
|
1496
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1497
|
+
data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
|
|
1498
|
+
) -> Response[Codespace]: ...
|
|
1499
|
+
|
|
1500
|
+
@overload
|
|
1501
|
+
async def async_create_with_repo_for_authenticated_user(
|
|
1502
|
+
self,
|
|
1503
|
+
owner: str,
|
|
1504
|
+
repo: str,
|
|
1505
|
+
*,
|
|
1506
|
+
data: Literal[UNSET] = UNSET,
|
|
1507
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1508
|
+
ref: Missing[str] = UNSET,
|
|
1509
|
+
location: Missing[str] = UNSET,
|
|
1510
|
+
geo: Missing[
|
|
1511
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
1512
|
+
] = UNSET,
|
|
1513
|
+
client_ip: Missing[str] = UNSET,
|
|
1514
|
+
machine: Missing[str] = UNSET,
|
|
1515
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
1516
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
1517
|
+
working_directory: Missing[str] = UNSET,
|
|
1518
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
1519
|
+
display_name: Missing[str] = UNSET,
|
|
1520
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
1521
|
+
) -> Response[Codespace]: ...
|
|
1522
|
+
|
|
1523
|
+
async def async_create_with_repo_for_authenticated_user(
|
|
1524
|
+
self,
|
|
1525
|
+
owner: str,
|
|
1526
|
+
repo: str,
|
|
1527
|
+
*,
|
|
1528
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1529
|
+
data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
|
|
1530
|
+
**kwargs,
|
|
1531
|
+
) -> Response[Codespace]:
|
|
1532
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository"""
|
|
1533
|
+
|
|
1534
|
+
from typing import Union
|
|
1535
|
+
|
|
1536
|
+
from ..models import (
|
|
1537
|
+
Codespace,
|
|
1538
|
+
BasicError,
|
|
1539
|
+
ReposOwnerRepoCodespacesPostBody,
|
|
1540
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1541
|
+
)
|
|
1542
|
+
|
|
1543
|
+
url = f"/repos/{owner}/{repo}/codespaces"
|
|
1544
|
+
|
|
1545
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1546
|
+
|
|
1547
|
+
if not kwargs:
|
|
1548
|
+
kwargs = UNSET
|
|
1549
|
+
|
|
1550
|
+
json = kwargs if data is UNSET else data
|
|
1551
|
+
json = type_validate_python(Union[ReposOwnerRepoCodespacesPostBody, None], json)
|
|
1552
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1553
|
+
|
|
1554
|
+
return await self._github.arequest(
|
|
1555
|
+
"POST",
|
|
1556
|
+
url,
|
|
1557
|
+
json=exclude_unset(json),
|
|
1558
|
+
headers=exclude_unset(headers),
|
|
1559
|
+
response_model=Codespace,
|
|
1560
|
+
error_models={
|
|
1561
|
+
"400": BasicError,
|
|
1562
|
+
"401": BasicError,
|
|
1563
|
+
"403": BasicError,
|
|
1564
|
+
"404": BasicError,
|
|
1565
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1566
|
+
},
|
|
1567
|
+
)
|
|
1568
|
+
|
|
1569
|
+
def list_devcontainers_in_repository_for_authenticated_user(
|
|
1570
|
+
self,
|
|
1571
|
+
owner: str,
|
|
1572
|
+
repo: str,
|
|
1573
|
+
per_page: Missing[int] = UNSET,
|
|
1574
|
+
page: Missing[int] = UNSET,
|
|
1575
|
+
*,
|
|
1576
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1577
|
+
) -> Response[ReposOwnerRepoCodespacesDevcontainersGetResponse200]:
|
|
1578
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user"""
|
|
1579
|
+
|
|
1580
|
+
from ..models import (
|
|
1581
|
+
BasicError,
|
|
1582
|
+
ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
1583
|
+
)
|
|
1584
|
+
|
|
1585
|
+
url = f"/repos/{owner}/{repo}/codespaces/devcontainers"
|
|
1586
|
+
|
|
1587
|
+
params = {
|
|
1588
|
+
"per_page": per_page,
|
|
1589
|
+
"page": page,
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1593
|
+
|
|
1594
|
+
return self._github.request(
|
|
1595
|
+
"GET",
|
|
1596
|
+
url,
|
|
1597
|
+
params=exclude_unset(params),
|
|
1598
|
+
headers=exclude_unset(headers),
|
|
1599
|
+
response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
1600
|
+
error_models={
|
|
1601
|
+
"500": BasicError,
|
|
1602
|
+
"400": BasicError,
|
|
1603
|
+
"401": BasicError,
|
|
1604
|
+
"403": BasicError,
|
|
1605
|
+
"404": BasicError,
|
|
1606
|
+
},
|
|
1607
|
+
)
|
|
1608
|
+
|
|
1609
|
+
async def async_list_devcontainers_in_repository_for_authenticated_user(
|
|
1610
|
+
self,
|
|
1611
|
+
owner: str,
|
|
1612
|
+
repo: str,
|
|
1613
|
+
per_page: Missing[int] = UNSET,
|
|
1614
|
+
page: Missing[int] = UNSET,
|
|
1615
|
+
*,
|
|
1616
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1617
|
+
) -> Response[ReposOwnerRepoCodespacesDevcontainersGetResponse200]:
|
|
1618
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user"""
|
|
1619
|
+
|
|
1620
|
+
from ..models import (
|
|
1621
|
+
BasicError,
|
|
1622
|
+
ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
1623
|
+
)
|
|
1624
|
+
|
|
1625
|
+
url = f"/repos/{owner}/{repo}/codespaces/devcontainers"
|
|
1626
|
+
|
|
1627
|
+
params = {
|
|
1628
|
+
"per_page": per_page,
|
|
1629
|
+
"page": page,
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1633
|
+
|
|
1634
|
+
return await self._github.arequest(
|
|
1635
|
+
"GET",
|
|
1636
|
+
url,
|
|
1637
|
+
params=exclude_unset(params),
|
|
1638
|
+
headers=exclude_unset(headers),
|
|
1639
|
+
response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
1640
|
+
error_models={
|
|
1641
|
+
"500": BasicError,
|
|
1642
|
+
"400": BasicError,
|
|
1643
|
+
"401": BasicError,
|
|
1644
|
+
"403": BasicError,
|
|
1645
|
+
"404": BasicError,
|
|
1646
|
+
},
|
|
1647
|
+
)
|
|
1648
|
+
|
|
1649
|
+
def repo_machines_for_authenticated_user(
|
|
1650
|
+
self,
|
|
1651
|
+
owner: str,
|
|
1652
|
+
repo: str,
|
|
1653
|
+
location: Missing[str] = UNSET,
|
|
1654
|
+
client_ip: Missing[str] = UNSET,
|
|
1655
|
+
ref: Missing[str] = UNSET,
|
|
1656
|
+
*,
|
|
1657
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1658
|
+
) -> Response[ReposOwnerRepoCodespacesMachinesGetResponse200]:
|
|
1659
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository"""
|
|
1660
|
+
|
|
1661
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesMachinesGetResponse200
|
|
1662
|
+
|
|
1663
|
+
url = f"/repos/{owner}/{repo}/codespaces/machines"
|
|
1664
|
+
|
|
1665
|
+
params = {
|
|
1666
|
+
"location": location,
|
|
1667
|
+
"client_ip": client_ip,
|
|
1668
|
+
"ref": ref,
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1672
|
+
|
|
1673
|
+
return self._github.request(
|
|
1674
|
+
"GET",
|
|
1675
|
+
url,
|
|
1676
|
+
params=exclude_unset(params),
|
|
1677
|
+
headers=exclude_unset(headers),
|
|
1678
|
+
response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
1679
|
+
error_models={
|
|
1680
|
+
"500": BasicError,
|
|
1681
|
+
"401": BasicError,
|
|
1682
|
+
"403": BasicError,
|
|
1683
|
+
"404": BasicError,
|
|
1684
|
+
},
|
|
1685
|
+
)
|
|
1686
|
+
|
|
1687
|
+
async def async_repo_machines_for_authenticated_user(
|
|
1688
|
+
self,
|
|
1689
|
+
owner: str,
|
|
1690
|
+
repo: str,
|
|
1691
|
+
location: Missing[str] = UNSET,
|
|
1692
|
+
client_ip: Missing[str] = UNSET,
|
|
1693
|
+
ref: Missing[str] = UNSET,
|
|
1694
|
+
*,
|
|
1695
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1696
|
+
) -> Response[ReposOwnerRepoCodespacesMachinesGetResponse200]:
|
|
1697
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository"""
|
|
1698
|
+
|
|
1699
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesMachinesGetResponse200
|
|
1700
|
+
|
|
1701
|
+
url = f"/repos/{owner}/{repo}/codespaces/machines"
|
|
1702
|
+
|
|
1703
|
+
params = {
|
|
1704
|
+
"location": location,
|
|
1705
|
+
"client_ip": client_ip,
|
|
1706
|
+
"ref": ref,
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1710
|
+
|
|
1711
|
+
return await self._github.arequest(
|
|
1712
|
+
"GET",
|
|
1713
|
+
url,
|
|
1714
|
+
params=exclude_unset(params),
|
|
1715
|
+
headers=exclude_unset(headers),
|
|
1716
|
+
response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
1717
|
+
error_models={
|
|
1718
|
+
"500": BasicError,
|
|
1719
|
+
"401": BasicError,
|
|
1720
|
+
"403": BasicError,
|
|
1721
|
+
"404": BasicError,
|
|
1722
|
+
},
|
|
1723
|
+
)
|
|
1724
|
+
|
|
1725
|
+
def pre_flight_with_repo_for_authenticated_user(
|
|
1726
|
+
self,
|
|
1727
|
+
owner: str,
|
|
1728
|
+
repo: str,
|
|
1729
|
+
ref: Missing[str] = UNSET,
|
|
1730
|
+
client_ip: Missing[str] = UNSET,
|
|
1731
|
+
*,
|
|
1732
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1733
|
+
) -> Response[ReposOwnerRepoCodespacesNewGetResponse200]:
|
|
1734
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace"""
|
|
1735
|
+
|
|
1736
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesNewGetResponse200
|
|
1737
|
+
|
|
1738
|
+
url = f"/repos/{owner}/{repo}/codespaces/new"
|
|
1739
|
+
|
|
1740
|
+
params = {
|
|
1741
|
+
"ref": ref,
|
|
1742
|
+
"client_ip": client_ip,
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1746
|
+
|
|
1747
|
+
return self._github.request(
|
|
1748
|
+
"GET",
|
|
1749
|
+
url,
|
|
1750
|
+
params=exclude_unset(params),
|
|
1751
|
+
headers=exclude_unset(headers),
|
|
1752
|
+
response_model=ReposOwnerRepoCodespacesNewGetResponse200,
|
|
1753
|
+
error_models={
|
|
1754
|
+
"401": BasicError,
|
|
1755
|
+
"403": BasicError,
|
|
1756
|
+
"404": BasicError,
|
|
1757
|
+
},
|
|
1758
|
+
)
|
|
1759
|
+
|
|
1760
|
+
async def async_pre_flight_with_repo_for_authenticated_user(
|
|
1761
|
+
self,
|
|
1762
|
+
owner: str,
|
|
1763
|
+
repo: str,
|
|
1764
|
+
ref: Missing[str] = UNSET,
|
|
1765
|
+
client_ip: Missing[str] = UNSET,
|
|
1766
|
+
*,
|
|
1767
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1768
|
+
) -> Response[ReposOwnerRepoCodespacesNewGetResponse200]:
|
|
1769
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace"""
|
|
1770
|
+
|
|
1771
|
+
from ..models import BasicError, ReposOwnerRepoCodespacesNewGetResponse200
|
|
1772
|
+
|
|
1773
|
+
url = f"/repos/{owner}/{repo}/codespaces/new"
|
|
1774
|
+
|
|
1775
|
+
params = {
|
|
1776
|
+
"ref": ref,
|
|
1777
|
+
"client_ip": client_ip,
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1781
|
+
|
|
1782
|
+
return await self._github.arequest(
|
|
1783
|
+
"GET",
|
|
1784
|
+
url,
|
|
1785
|
+
params=exclude_unset(params),
|
|
1786
|
+
headers=exclude_unset(headers),
|
|
1787
|
+
response_model=ReposOwnerRepoCodespacesNewGetResponse200,
|
|
1788
|
+
error_models={
|
|
1789
|
+
"401": BasicError,
|
|
1790
|
+
"403": BasicError,
|
|
1791
|
+
"404": BasicError,
|
|
1792
|
+
},
|
|
1793
|
+
)
|
|
1794
|
+
|
|
1795
|
+
def check_permissions_for_devcontainer(
|
|
1796
|
+
self,
|
|
1797
|
+
owner: str,
|
|
1798
|
+
repo: str,
|
|
1799
|
+
ref: str,
|
|
1800
|
+
devcontainer_path: str,
|
|
1801
|
+
*,
|
|
1802
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1803
|
+
) -> Response[CodespacesPermissionsCheckForDevcontainer]:
|
|
1804
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user"""
|
|
1805
|
+
|
|
1806
|
+
from ..models import (
|
|
1807
|
+
BasicError,
|
|
1808
|
+
ValidationError,
|
|
1809
|
+
CodespacesPermissionsCheckForDevcontainer,
|
|
1810
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1811
|
+
)
|
|
1812
|
+
|
|
1813
|
+
url = f"/repos/{owner}/{repo}/codespaces/permissions_check"
|
|
1814
|
+
|
|
1815
|
+
params = {
|
|
1816
|
+
"ref": ref,
|
|
1817
|
+
"devcontainer_path": devcontainer_path,
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1821
|
+
|
|
1822
|
+
return self._github.request(
|
|
1823
|
+
"GET",
|
|
1824
|
+
url,
|
|
1825
|
+
params=exclude_unset(params),
|
|
1826
|
+
headers=exclude_unset(headers),
|
|
1827
|
+
response_model=CodespacesPermissionsCheckForDevcontainer,
|
|
1828
|
+
error_models={
|
|
1829
|
+
"401": BasicError,
|
|
1830
|
+
"403": BasicError,
|
|
1831
|
+
"404": BasicError,
|
|
1832
|
+
"422": ValidationError,
|
|
1833
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1834
|
+
},
|
|
1835
|
+
)
|
|
1836
|
+
|
|
1837
|
+
async def async_check_permissions_for_devcontainer(
|
|
1838
|
+
self,
|
|
1839
|
+
owner: str,
|
|
1840
|
+
repo: str,
|
|
1841
|
+
ref: str,
|
|
1842
|
+
devcontainer_path: str,
|
|
1843
|
+
*,
|
|
1844
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1845
|
+
) -> Response[CodespacesPermissionsCheckForDevcontainer]:
|
|
1846
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user"""
|
|
1847
|
+
|
|
1848
|
+
from ..models import (
|
|
1849
|
+
BasicError,
|
|
1850
|
+
ValidationError,
|
|
1851
|
+
CodespacesPermissionsCheckForDevcontainer,
|
|
1852
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1853
|
+
)
|
|
1854
|
+
|
|
1855
|
+
url = f"/repos/{owner}/{repo}/codespaces/permissions_check"
|
|
1856
|
+
|
|
1857
|
+
params = {
|
|
1858
|
+
"ref": ref,
|
|
1859
|
+
"devcontainer_path": devcontainer_path,
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1863
|
+
|
|
1864
|
+
return await self._github.arequest(
|
|
1865
|
+
"GET",
|
|
1866
|
+
url,
|
|
1867
|
+
params=exclude_unset(params),
|
|
1868
|
+
headers=exclude_unset(headers),
|
|
1869
|
+
response_model=CodespacesPermissionsCheckForDevcontainer,
|
|
1870
|
+
error_models={
|
|
1871
|
+
"401": BasicError,
|
|
1872
|
+
"403": BasicError,
|
|
1873
|
+
"404": BasicError,
|
|
1874
|
+
"422": ValidationError,
|
|
1875
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
1876
|
+
},
|
|
1877
|
+
)
|
|
1878
|
+
|
|
1879
|
+
def list_repo_secrets(
|
|
1880
|
+
self,
|
|
1881
|
+
owner: str,
|
|
1882
|
+
repo: str,
|
|
1883
|
+
per_page: Missing[int] = UNSET,
|
|
1884
|
+
page: Missing[int] = UNSET,
|
|
1885
|
+
*,
|
|
1886
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1887
|
+
) -> Response[ReposOwnerRepoCodespacesSecretsGetResponse200]:
|
|
1888
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets"""
|
|
1889
|
+
|
|
1890
|
+
from ..models import ReposOwnerRepoCodespacesSecretsGetResponse200
|
|
1891
|
+
|
|
1892
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets"
|
|
1893
|
+
|
|
1894
|
+
params = {
|
|
1895
|
+
"per_page": per_page,
|
|
1896
|
+
"page": page,
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1900
|
+
|
|
1901
|
+
return self._github.request(
|
|
1902
|
+
"GET",
|
|
1903
|
+
url,
|
|
1904
|
+
params=exclude_unset(params),
|
|
1905
|
+
headers=exclude_unset(headers),
|
|
1906
|
+
response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
1907
|
+
)
|
|
1908
|
+
|
|
1909
|
+
async def async_list_repo_secrets(
|
|
1910
|
+
self,
|
|
1911
|
+
owner: str,
|
|
1912
|
+
repo: str,
|
|
1913
|
+
per_page: Missing[int] = UNSET,
|
|
1914
|
+
page: Missing[int] = UNSET,
|
|
1915
|
+
*,
|
|
1916
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1917
|
+
) -> Response[ReposOwnerRepoCodespacesSecretsGetResponse200]:
|
|
1918
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets"""
|
|
1919
|
+
|
|
1920
|
+
from ..models import ReposOwnerRepoCodespacesSecretsGetResponse200
|
|
1921
|
+
|
|
1922
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets"
|
|
1923
|
+
|
|
1924
|
+
params = {
|
|
1925
|
+
"per_page": per_page,
|
|
1926
|
+
"page": page,
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1930
|
+
|
|
1931
|
+
return await self._github.arequest(
|
|
1932
|
+
"GET",
|
|
1933
|
+
url,
|
|
1934
|
+
params=exclude_unset(params),
|
|
1935
|
+
headers=exclude_unset(headers),
|
|
1936
|
+
response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
1937
|
+
)
|
|
1938
|
+
|
|
1939
|
+
def get_repo_public_key(
|
|
1940
|
+
self,
|
|
1941
|
+
owner: str,
|
|
1942
|
+
repo: str,
|
|
1943
|
+
*,
|
|
1944
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1945
|
+
) -> Response[CodespacesPublicKey]:
|
|
1946
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key"""
|
|
1947
|
+
|
|
1948
|
+
from ..models import CodespacesPublicKey
|
|
1949
|
+
|
|
1950
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/public-key"
|
|
1951
|
+
|
|
1952
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1953
|
+
|
|
1954
|
+
return self._github.request(
|
|
1955
|
+
"GET",
|
|
1956
|
+
url,
|
|
1957
|
+
headers=exclude_unset(headers),
|
|
1958
|
+
response_model=CodespacesPublicKey,
|
|
1959
|
+
)
|
|
1960
|
+
|
|
1961
|
+
async def async_get_repo_public_key(
|
|
1962
|
+
self,
|
|
1963
|
+
owner: str,
|
|
1964
|
+
repo: str,
|
|
1965
|
+
*,
|
|
1966
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1967
|
+
) -> Response[CodespacesPublicKey]:
|
|
1968
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key"""
|
|
1969
|
+
|
|
1970
|
+
from ..models import CodespacesPublicKey
|
|
1971
|
+
|
|
1972
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/public-key"
|
|
1973
|
+
|
|
1974
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1975
|
+
|
|
1976
|
+
return await self._github.arequest(
|
|
1977
|
+
"GET",
|
|
1978
|
+
url,
|
|
1979
|
+
headers=exclude_unset(headers),
|
|
1980
|
+
response_model=CodespacesPublicKey,
|
|
1981
|
+
)
|
|
1982
|
+
|
|
1983
|
+
def get_repo_secret(
|
|
1984
|
+
self,
|
|
1985
|
+
owner: str,
|
|
1986
|
+
repo: str,
|
|
1987
|
+
secret_name: str,
|
|
1988
|
+
*,
|
|
1989
|
+
headers: Optional[Dict[str, str]] = None,
|
|
1990
|
+
) -> Response[RepoCodespacesSecret]:
|
|
1991
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret"""
|
|
1992
|
+
|
|
1993
|
+
from ..models import RepoCodespacesSecret
|
|
1994
|
+
|
|
1995
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
1996
|
+
|
|
1997
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1998
|
+
|
|
1999
|
+
return self._github.request(
|
|
2000
|
+
"GET",
|
|
2001
|
+
url,
|
|
2002
|
+
headers=exclude_unset(headers),
|
|
2003
|
+
response_model=RepoCodespacesSecret,
|
|
2004
|
+
)
|
|
2005
|
+
|
|
2006
|
+
async def async_get_repo_secret(
|
|
2007
|
+
self,
|
|
2008
|
+
owner: str,
|
|
2009
|
+
repo: str,
|
|
2010
|
+
secret_name: str,
|
|
2011
|
+
*,
|
|
2012
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2013
|
+
) -> Response[RepoCodespacesSecret]:
|
|
2014
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret"""
|
|
2015
|
+
|
|
2016
|
+
from ..models import RepoCodespacesSecret
|
|
2017
|
+
|
|
2018
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
2019
|
+
|
|
2020
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2021
|
+
|
|
2022
|
+
return await self._github.arequest(
|
|
2023
|
+
"GET",
|
|
2024
|
+
url,
|
|
2025
|
+
headers=exclude_unset(headers),
|
|
2026
|
+
response_model=RepoCodespacesSecret,
|
|
2027
|
+
)
|
|
2028
|
+
|
|
2029
|
+
@overload
|
|
2030
|
+
def create_or_update_repo_secret(
|
|
2031
|
+
self,
|
|
2032
|
+
owner: str,
|
|
2033
|
+
repo: str,
|
|
2034
|
+
secret_name: str,
|
|
2035
|
+
*,
|
|
2036
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2037
|
+
data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
2038
|
+
) -> Response[EmptyObject]: ...
|
|
2039
|
+
|
|
2040
|
+
@overload
|
|
2041
|
+
def create_or_update_repo_secret(
|
|
2042
|
+
self,
|
|
2043
|
+
owner: str,
|
|
2044
|
+
repo: str,
|
|
2045
|
+
secret_name: str,
|
|
2046
|
+
*,
|
|
2047
|
+
data: Literal[UNSET] = UNSET,
|
|
2048
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2049
|
+
encrypted_value: Missing[str] = UNSET,
|
|
2050
|
+
key_id: Missing[str] = UNSET,
|
|
2051
|
+
) -> Response[EmptyObject]: ...
|
|
2052
|
+
|
|
2053
|
+
def create_or_update_repo_secret(
|
|
2054
|
+
self,
|
|
2055
|
+
owner: str,
|
|
2056
|
+
repo: str,
|
|
2057
|
+
secret_name: str,
|
|
2058
|
+
*,
|
|
2059
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2060
|
+
data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2061
|
+
**kwargs,
|
|
2062
|
+
) -> Response[EmptyObject]:
|
|
2063
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret"""
|
|
2064
|
+
|
|
2065
|
+
from ..models import (
|
|
2066
|
+
EmptyObject,
|
|
2067
|
+
ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
|
|
2068
|
+
)
|
|
2069
|
+
|
|
2070
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
2071
|
+
|
|
2072
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2073
|
+
|
|
2074
|
+
if not kwargs:
|
|
2075
|
+
kwargs = UNSET
|
|
2076
|
+
|
|
2077
|
+
json = kwargs if data is UNSET else data
|
|
2078
|
+
json = type_validate_python(
|
|
2079
|
+
ReposOwnerRepoCodespacesSecretsSecretNamePutBody, json
|
|
2080
|
+
)
|
|
2081
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2082
|
+
|
|
2083
|
+
return self._github.request(
|
|
2084
|
+
"PUT",
|
|
2085
|
+
url,
|
|
2086
|
+
json=exclude_unset(json),
|
|
2087
|
+
headers=exclude_unset(headers),
|
|
2088
|
+
response_model=EmptyObject,
|
|
2089
|
+
)
|
|
2090
|
+
|
|
2091
|
+
@overload
|
|
2092
|
+
async def async_create_or_update_repo_secret(
|
|
2093
|
+
self,
|
|
2094
|
+
owner: str,
|
|
2095
|
+
repo: str,
|
|
2096
|
+
secret_name: str,
|
|
2097
|
+
*,
|
|
2098
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2099
|
+
data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
2100
|
+
) -> Response[EmptyObject]: ...
|
|
2101
|
+
|
|
2102
|
+
@overload
|
|
2103
|
+
async def async_create_or_update_repo_secret(
|
|
2104
|
+
self,
|
|
2105
|
+
owner: str,
|
|
2106
|
+
repo: str,
|
|
2107
|
+
secret_name: str,
|
|
2108
|
+
*,
|
|
2109
|
+
data: Literal[UNSET] = UNSET,
|
|
2110
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2111
|
+
encrypted_value: Missing[str] = UNSET,
|
|
2112
|
+
key_id: Missing[str] = UNSET,
|
|
2113
|
+
) -> Response[EmptyObject]: ...
|
|
2114
|
+
|
|
2115
|
+
async def async_create_or_update_repo_secret(
|
|
2116
|
+
self,
|
|
2117
|
+
owner: str,
|
|
2118
|
+
repo: str,
|
|
2119
|
+
secret_name: str,
|
|
2120
|
+
*,
|
|
2121
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2122
|
+
data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2123
|
+
**kwargs,
|
|
2124
|
+
) -> Response[EmptyObject]:
|
|
2125
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret"""
|
|
2126
|
+
|
|
2127
|
+
from ..models import (
|
|
2128
|
+
EmptyObject,
|
|
2129
|
+
ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
|
|
2130
|
+
)
|
|
2131
|
+
|
|
2132
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
2133
|
+
|
|
2134
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2135
|
+
|
|
2136
|
+
if not kwargs:
|
|
2137
|
+
kwargs = UNSET
|
|
2138
|
+
|
|
2139
|
+
json = kwargs if data is UNSET else data
|
|
2140
|
+
json = type_validate_python(
|
|
2141
|
+
ReposOwnerRepoCodespacesSecretsSecretNamePutBody, json
|
|
2142
|
+
)
|
|
2143
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2144
|
+
|
|
2145
|
+
return await self._github.arequest(
|
|
2146
|
+
"PUT",
|
|
2147
|
+
url,
|
|
2148
|
+
json=exclude_unset(json),
|
|
2149
|
+
headers=exclude_unset(headers),
|
|
2150
|
+
response_model=EmptyObject,
|
|
2151
|
+
)
|
|
2152
|
+
|
|
2153
|
+
def delete_repo_secret(
|
|
2154
|
+
self,
|
|
2155
|
+
owner: str,
|
|
2156
|
+
repo: str,
|
|
2157
|
+
secret_name: str,
|
|
2158
|
+
*,
|
|
2159
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2160
|
+
) -> Response:
|
|
2161
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret"""
|
|
2162
|
+
|
|
2163
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
2164
|
+
|
|
2165
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2166
|
+
|
|
2167
|
+
return self._github.request(
|
|
2168
|
+
"DELETE",
|
|
2169
|
+
url,
|
|
2170
|
+
headers=exclude_unset(headers),
|
|
2171
|
+
)
|
|
2172
|
+
|
|
2173
|
+
async def async_delete_repo_secret(
|
|
2174
|
+
self,
|
|
2175
|
+
owner: str,
|
|
2176
|
+
repo: str,
|
|
2177
|
+
secret_name: str,
|
|
2178
|
+
*,
|
|
2179
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2180
|
+
) -> Response:
|
|
2181
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret"""
|
|
2182
|
+
|
|
2183
|
+
url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
|
|
2184
|
+
|
|
2185
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2186
|
+
|
|
2187
|
+
return await self._github.arequest(
|
|
2188
|
+
"DELETE",
|
|
2189
|
+
url,
|
|
2190
|
+
headers=exclude_unset(headers),
|
|
2191
|
+
)
|
|
2192
|
+
|
|
2193
|
+
@overload
|
|
2194
|
+
def create_with_pr_for_authenticated_user(
|
|
2195
|
+
self,
|
|
2196
|
+
owner: str,
|
|
2197
|
+
repo: str,
|
|
2198
|
+
pull_number: int,
|
|
2199
|
+
*,
|
|
2200
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2201
|
+
data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
|
|
2202
|
+
) -> Response[Codespace]: ...
|
|
2203
|
+
|
|
2204
|
+
@overload
|
|
2205
|
+
def create_with_pr_for_authenticated_user(
|
|
2206
|
+
self,
|
|
2207
|
+
owner: str,
|
|
2208
|
+
repo: str,
|
|
2209
|
+
pull_number: int,
|
|
2210
|
+
*,
|
|
2211
|
+
data: Literal[UNSET] = UNSET,
|
|
2212
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2213
|
+
location: Missing[str] = UNSET,
|
|
2214
|
+
geo: Missing[
|
|
2215
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2216
|
+
] = UNSET,
|
|
2217
|
+
client_ip: Missing[str] = UNSET,
|
|
2218
|
+
machine: Missing[str] = UNSET,
|
|
2219
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2220
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
2221
|
+
working_directory: Missing[str] = UNSET,
|
|
2222
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2223
|
+
display_name: Missing[str] = UNSET,
|
|
2224
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
2225
|
+
) -> Response[Codespace]: ...
|
|
2226
|
+
|
|
2227
|
+
def create_with_pr_for_authenticated_user(
|
|
2228
|
+
self,
|
|
2229
|
+
owner: str,
|
|
2230
|
+
repo: str,
|
|
2231
|
+
pull_number: int,
|
|
2232
|
+
*,
|
|
2233
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2234
|
+
data: Missing[
|
|
2235
|
+
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
|
|
2236
|
+
] = UNSET,
|
|
2237
|
+
**kwargs,
|
|
2238
|
+
) -> Response[Codespace]:
|
|
2239
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request"""
|
|
2240
|
+
|
|
2241
|
+
from typing import Union
|
|
2242
|
+
|
|
2243
|
+
from ..models import (
|
|
2244
|
+
Codespace,
|
|
2245
|
+
BasicError,
|
|
2246
|
+
ReposOwnerRepoPullsPullNumberCodespacesPostBody,
|
|
2247
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2248
|
+
)
|
|
2249
|
+
|
|
2250
|
+
url = f"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces"
|
|
2251
|
+
|
|
2252
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2253
|
+
|
|
2254
|
+
if not kwargs:
|
|
2255
|
+
kwargs = UNSET
|
|
2256
|
+
|
|
2257
|
+
json = kwargs if data is UNSET else data
|
|
2258
|
+
json = type_validate_python(
|
|
2259
|
+
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBody, None], json
|
|
2260
|
+
)
|
|
2261
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2262
|
+
|
|
2263
|
+
return self._github.request(
|
|
2264
|
+
"POST",
|
|
2265
|
+
url,
|
|
2266
|
+
json=exclude_unset(json),
|
|
2267
|
+
headers=exclude_unset(headers),
|
|
2268
|
+
response_model=Codespace,
|
|
2269
|
+
error_models={
|
|
2270
|
+
"401": BasicError,
|
|
2271
|
+
"403": BasicError,
|
|
2272
|
+
"404": BasicError,
|
|
2273
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2274
|
+
},
|
|
2275
|
+
)
|
|
2276
|
+
|
|
2277
|
+
@overload
|
|
2278
|
+
async def async_create_with_pr_for_authenticated_user(
|
|
2279
|
+
self,
|
|
2280
|
+
owner: str,
|
|
2281
|
+
repo: str,
|
|
2282
|
+
pull_number: int,
|
|
2283
|
+
*,
|
|
2284
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2285
|
+
data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
|
|
2286
|
+
) -> Response[Codespace]: ...
|
|
2287
|
+
|
|
2288
|
+
@overload
|
|
2289
|
+
async def async_create_with_pr_for_authenticated_user(
|
|
2290
|
+
self,
|
|
2291
|
+
owner: str,
|
|
2292
|
+
repo: str,
|
|
2293
|
+
pull_number: int,
|
|
2294
|
+
*,
|
|
2295
|
+
data: Literal[UNSET] = UNSET,
|
|
2296
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2297
|
+
location: Missing[str] = UNSET,
|
|
2298
|
+
geo: Missing[
|
|
2299
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2300
|
+
] = UNSET,
|
|
2301
|
+
client_ip: Missing[str] = UNSET,
|
|
2302
|
+
machine: Missing[str] = UNSET,
|
|
2303
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2304
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
2305
|
+
working_directory: Missing[str] = UNSET,
|
|
2306
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2307
|
+
display_name: Missing[str] = UNSET,
|
|
2308
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
2309
|
+
) -> Response[Codespace]: ...
|
|
2310
|
+
|
|
2311
|
+
async def async_create_with_pr_for_authenticated_user(
|
|
2312
|
+
self,
|
|
2313
|
+
owner: str,
|
|
2314
|
+
repo: str,
|
|
2315
|
+
pull_number: int,
|
|
2316
|
+
*,
|
|
2317
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2318
|
+
data: Missing[
|
|
2319
|
+
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
|
|
2320
|
+
] = UNSET,
|
|
2321
|
+
**kwargs,
|
|
2322
|
+
) -> Response[Codespace]:
|
|
2323
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request"""
|
|
2324
|
+
|
|
2325
|
+
from typing import Union
|
|
2326
|
+
|
|
2327
|
+
from ..models import (
|
|
2328
|
+
Codespace,
|
|
2329
|
+
BasicError,
|
|
2330
|
+
ReposOwnerRepoPullsPullNumberCodespacesPostBody,
|
|
2331
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2332
|
+
)
|
|
2333
|
+
|
|
2334
|
+
url = f"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces"
|
|
2335
|
+
|
|
2336
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2337
|
+
|
|
2338
|
+
if not kwargs:
|
|
2339
|
+
kwargs = UNSET
|
|
2340
|
+
|
|
2341
|
+
json = kwargs if data is UNSET else data
|
|
2342
|
+
json = type_validate_python(
|
|
2343
|
+
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBody, None], json
|
|
2344
|
+
)
|
|
2345
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2346
|
+
|
|
2347
|
+
return await self._github.arequest(
|
|
2348
|
+
"POST",
|
|
2349
|
+
url,
|
|
2350
|
+
json=exclude_unset(json),
|
|
2351
|
+
headers=exclude_unset(headers),
|
|
2352
|
+
response_model=Codespace,
|
|
2353
|
+
error_models={
|
|
2354
|
+
"401": BasicError,
|
|
2355
|
+
"403": BasicError,
|
|
2356
|
+
"404": BasicError,
|
|
2357
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2358
|
+
},
|
|
2359
|
+
)
|
|
2360
|
+
|
|
2361
|
+
def list_for_authenticated_user(
|
|
2362
|
+
self,
|
|
2363
|
+
per_page: Missing[int] = UNSET,
|
|
2364
|
+
page: Missing[int] = UNSET,
|
|
2365
|
+
repository_id: Missing[int] = UNSET,
|
|
2366
|
+
*,
|
|
2367
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2368
|
+
) -> Response[UserCodespacesGetResponse200]:
|
|
2369
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user"""
|
|
2370
|
+
|
|
2371
|
+
from ..models import BasicError, UserCodespacesGetResponse200
|
|
2372
|
+
|
|
2373
|
+
url = "/user/codespaces"
|
|
2374
|
+
|
|
2375
|
+
params = {
|
|
2376
|
+
"per_page": per_page,
|
|
2377
|
+
"page": page,
|
|
2378
|
+
"repository_id": repository_id,
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2382
|
+
|
|
2383
|
+
return self._github.request(
|
|
2384
|
+
"GET",
|
|
2385
|
+
url,
|
|
2386
|
+
params=exclude_unset(params),
|
|
2387
|
+
headers=exclude_unset(headers),
|
|
2388
|
+
response_model=UserCodespacesGetResponse200,
|
|
2389
|
+
error_models={
|
|
2390
|
+
"500": BasicError,
|
|
2391
|
+
"401": BasicError,
|
|
2392
|
+
"403": BasicError,
|
|
2393
|
+
"404": BasicError,
|
|
2394
|
+
},
|
|
2395
|
+
)
|
|
2396
|
+
|
|
2397
|
+
async def async_list_for_authenticated_user(
|
|
2398
|
+
self,
|
|
2399
|
+
per_page: Missing[int] = UNSET,
|
|
2400
|
+
page: Missing[int] = UNSET,
|
|
2401
|
+
repository_id: Missing[int] = UNSET,
|
|
2402
|
+
*,
|
|
2403
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2404
|
+
) -> Response[UserCodespacesGetResponse200]:
|
|
2405
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user"""
|
|
2406
|
+
|
|
2407
|
+
from ..models import BasicError, UserCodespacesGetResponse200
|
|
2408
|
+
|
|
2409
|
+
url = "/user/codespaces"
|
|
2410
|
+
|
|
2411
|
+
params = {
|
|
2412
|
+
"per_page": per_page,
|
|
2413
|
+
"page": page,
|
|
2414
|
+
"repository_id": repository_id,
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2418
|
+
|
|
2419
|
+
return await self._github.arequest(
|
|
2420
|
+
"GET",
|
|
2421
|
+
url,
|
|
2422
|
+
params=exclude_unset(params),
|
|
2423
|
+
headers=exclude_unset(headers),
|
|
2424
|
+
response_model=UserCodespacesGetResponse200,
|
|
2425
|
+
error_models={
|
|
2426
|
+
"500": BasicError,
|
|
2427
|
+
"401": BasicError,
|
|
2428
|
+
"403": BasicError,
|
|
2429
|
+
"404": BasicError,
|
|
2430
|
+
},
|
|
2431
|
+
)
|
|
2432
|
+
|
|
2433
|
+
@overload
|
|
2434
|
+
def create_for_authenticated_user(
|
|
2435
|
+
self,
|
|
2436
|
+
*,
|
|
2437
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2438
|
+
data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
|
|
2439
|
+
) -> Response[Codespace]: ...
|
|
2440
|
+
|
|
2441
|
+
@overload
|
|
2442
|
+
def create_for_authenticated_user(
|
|
2443
|
+
self,
|
|
2444
|
+
*,
|
|
2445
|
+
data: Literal[UNSET] = UNSET,
|
|
2446
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2447
|
+
repository_id: int,
|
|
2448
|
+
ref: Missing[str] = UNSET,
|
|
2449
|
+
location: Missing[str] = UNSET,
|
|
2450
|
+
geo: Missing[
|
|
2451
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2452
|
+
] = UNSET,
|
|
2453
|
+
client_ip: Missing[str] = UNSET,
|
|
2454
|
+
machine: Missing[str] = UNSET,
|
|
2455
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2456
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
2457
|
+
working_directory: Missing[str] = UNSET,
|
|
2458
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2459
|
+
display_name: Missing[str] = UNSET,
|
|
2460
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
2461
|
+
) -> Response[Codespace]: ...
|
|
2462
|
+
|
|
2463
|
+
@overload
|
|
2464
|
+
def create_for_authenticated_user(
|
|
2465
|
+
self,
|
|
2466
|
+
*,
|
|
2467
|
+
data: Literal[UNSET] = UNSET,
|
|
2468
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2469
|
+
pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
2470
|
+
location: Missing[str] = UNSET,
|
|
2471
|
+
geo: Missing[
|
|
2472
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2473
|
+
] = UNSET,
|
|
2474
|
+
machine: Missing[str] = UNSET,
|
|
2475
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2476
|
+
working_directory: Missing[str] = UNSET,
|
|
2477
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2478
|
+
) -> Response[Codespace]: ...
|
|
2479
|
+
|
|
2480
|
+
def create_for_authenticated_user(
|
|
2481
|
+
self,
|
|
2482
|
+
*,
|
|
2483
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2484
|
+
data: Missing[
|
|
2485
|
+
Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
|
|
2486
|
+
] = UNSET,
|
|
2487
|
+
**kwargs,
|
|
2488
|
+
) -> Response[Codespace]:
|
|
2489
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user"""
|
|
2490
|
+
|
|
2491
|
+
from typing import Union
|
|
2492
|
+
|
|
2493
|
+
from ..models import (
|
|
2494
|
+
Codespace,
|
|
2495
|
+
BasicError,
|
|
2496
|
+
UserCodespacesPostBodyOneof0,
|
|
2497
|
+
UserCodespacesPostBodyOneof1,
|
|
2498
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2499
|
+
)
|
|
2500
|
+
|
|
2501
|
+
url = "/user/codespaces"
|
|
2502
|
+
|
|
2503
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2504
|
+
|
|
2505
|
+
if not kwargs:
|
|
2506
|
+
kwargs = UNSET
|
|
2507
|
+
|
|
2508
|
+
json = kwargs if data is UNSET else data
|
|
2509
|
+
json = type_validate_python(
|
|
2510
|
+
Union[UserCodespacesPostBodyOneof0, UserCodespacesPostBodyOneof1], json
|
|
2511
|
+
)
|
|
2512
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2513
|
+
|
|
2514
|
+
return self._github.request(
|
|
2515
|
+
"POST",
|
|
2516
|
+
url,
|
|
2517
|
+
json=exclude_unset(json),
|
|
2518
|
+
headers=exclude_unset(headers),
|
|
2519
|
+
response_model=Codespace,
|
|
2520
|
+
error_models={
|
|
2521
|
+
"401": BasicError,
|
|
2522
|
+
"403": BasicError,
|
|
2523
|
+
"404": BasicError,
|
|
2524
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2525
|
+
},
|
|
2526
|
+
)
|
|
2527
|
+
|
|
2528
|
+
@overload
|
|
2529
|
+
async def async_create_for_authenticated_user(
|
|
2530
|
+
self,
|
|
2531
|
+
*,
|
|
2532
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2533
|
+
data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
|
|
2534
|
+
) -> Response[Codespace]: ...
|
|
2535
|
+
|
|
2536
|
+
@overload
|
|
2537
|
+
async def async_create_for_authenticated_user(
|
|
2538
|
+
self,
|
|
2539
|
+
*,
|
|
2540
|
+
data: Literal[UNSET] = UNSET,
|
|
2541
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2542
|
+
repository_id: int,
|
|
2543
|
+
ref: Missing[str] = UNSET,
|
|
2544
|
+
location: Missing[str] = UNSET,
|
|
2545
|
+
geo: Missing[
|
|
2546
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2547
|
+
] = UNSET,
|
|
2548
|
+
client_ip: Missing[str] = UNSET,
|
|
2549
|
+
machine: Missing[str] = UNSET,
|
|
2550
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2551
|
+
multi_repo_permissions_opt_out: Missing[bool] = UNSET,
|
|
2552
|
+
working_directory: Missing[str] = UNSET,
|
|
2553
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2554
|
+
display_name: Missing[str] = UNSET,
|
|
2555
|
+
retention_period_minutes: Missing[int] = UNSET,
|
|
2556
|
+
) -> Response[Codespace]: ...
|
|
2557
|
+
|
|
2558
|
+
@overload
|
|
2559
|
+
async def async_create_for_authenticated_user(
|
|
2560
|
+
self,
|
|
2561
|
+
*,
|
|
2562
|
+
data: Literal[UNSET] = UNSET,
|
|
2563
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2564
|
+
pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
2565
|
+
location: Missing[str] = UNSET,
|
|
2566
|
+
geo: Missing[
|
|
2567
|
+
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
2568
|
+
] = UNSET,
|
|
2569
|
+
machine: Missing[str] = UNSET,
|
|
2570
|
+
devcontainer_path: Missing[str] = UNSET,
|
|
2571
|
+
working_directory: Missing[str] = UNSET,
|
|
2572
|
+
idle_timeout_minutes: Missing[int] = UNSET,
|
|
2573
|
+
) -> Response[Codespace]: ...
|
|
2574
|
+
|
|
2575
|
+
async def async_create_for_authenticated_user(
|
|
2576
|
+
self,
|
|
2577
|
+
*,
|
|
2578
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2579
|
+
data: Missing[
|
|
2580
|
+
Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
|
|
2581
|
+
] = UNSET,
|
|
2582
|
+
**kwargs,
|
|
2583
|
+
) -> Response[Codespace]:
|
|
2584
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user"""
|
|
2585
|
+
|
|
2586
|
+
from typing import Union
|
|
2587
|
+
|
|
2588
|
+
from ..models import (
|
|
2589
|
+
Codespace,
|
|
2590
|
+
BasicError,
|
|
2591
|
+
UserCodespacesPostBodyOneof0,
|
|
2592
|
+
UserCodespacesPostBodyOneof1,
|
|
2593
|
+
EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2594
|
+
)
|
|
2595
|
+
|
|
2596
|
+
url = "/user/codespaces"
|
|
2597
|
+
|
|
2598
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2599
|
+
|
|
2600
|
+
if not kwargs:
|
|
2601
|
+
kwargs = UNSET
|
|
2602
|
+
|
|
2603
|
+
json = kwargs if data is UNSET else data
|
|
2604
|
+
json = type_validate_python(
|
|
2605
|
+
Union[UserCodespacesPostBodyOneof0, UserCodespacesPostBodyOneof1], json
|
|
2606
|
+
)
|
|
2607
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2608
|
+
|
|
2609
|
+
return await self._github.arequest(
|
|
2610
|
+
"POST",
|
|
2611
|
+
url,
|
|
2612
|
+
json=exclude_unset(json),
|
|
2613
|
+
headers=exclude_unset(headers),
|
|
2614
|
+
response_model=Codespace,
|
|
2615
|
+
error_models={
|
|
2616
|
+
"401": BasicError,
|
|
2617
|
+
"403": BasicError,
|
|
2618
|
+
"404": BasicError,
|
|
2619
|
+
"503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
|
|
2620
|
+
},
|
|
2621
|
+
)
|
|
2622
|
+
|
|
2623
|
+
def list_secrets_for_authenticated_user(
|
|
2624
|
+
self,
|
|
2625
|
+
per_page: Missing[int] = UNSET,
|
|
2626
|
+
page: Missing[int] = UNSET,
|
|
2627
|
+
*,
|
|
2628
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2629
|
+
) -> Response[UserCodespacesSecretsGetResponse200]:
|
|
2630
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user"""
|
|
2631
|
+
|
|
2632
|
+
from ..models import UserCodespacesSecretsGetResponse200
|
|
2633
|
+
|
|
2634
|
+
url = "/user/codespaces/secrets"
|
|
2635
|
+
|
|
2636
|
+
params = {
|
|
2637
|
+
"per_page": per_page,
|
|
2638
|
+
"page": page,
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2642
|
+
|
|
2643
|
+
return self._github.request(
|
|
2644
|
+
"GET",
|
|
2645
|
+
url,
|
|
2646
|
+
params=exclude_unset(params),
|
|
2647
|
+
headers=exclude_unset(headers),
|
|
2648
|
+
response_model=UserCodespacesSecretsGetResponse200,
|
|
2649
|
+
)
|
|
2650
|
+
|
|
2651
|
+
async def async_list_secrets_for_authenticated_user(
|
|
2652
|
+
self,
|
|
2653
|
+
per_page: Missing[int] = UNSET,
|
|
2654
|
+
page: Missing[int] = UNSET,
|
|
2655
|
+
*,
|
|
2656
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2657
|
+
) -> Response[UserCodespacesSecretsGetResponse200]:
|
|
2658
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user"""
|
|
2659
|
+
|
|
2660
|
+
from ..models import UserCodespacesSecretsGetResponse200
|
|
2661
|
+
|
|
2662
|
+
url = "/user/codespaces/secrets"
|
|
2663
|
+
|
|
2664
|
+
params = {
|
|
2665
|
+
"per_page": per_page,
|
|
2666
|
+
"page": page,
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2670
|
+
|
|
2671
|
+
return await self._github.arequest(
|
|
2672
|
+
"GET",
|
|
2673
|
+
url,
|
|
2674
|
+
params=exclude_unset(params),
|
|
2675
|
+
headers=exclude_unset(headers),
|
|
2676
|
+
response_model=UserCodespacesSecretsGetResponse200,
|
|
2677
|
+
)
|
|
2678
|
+
|
|
2679
|
+
def get_public_key_for_authenticated_user(
|
|
2680
|
+
self,
|
|
2681
|
+
*,
|
|
2682
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2683
|
+
) -> Response[CodespacesUserPublicKey]:
|
|
2684
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-public-key-for-the-authenticated-user"""
|
|
2685
|
+
|
|
2686
|
+
from ..models import CodespacesUserPublicKey
|
|
2687
|
+
|
|
2688
|
+
url = "/user/codespaces/secrets/public-key"
|
|
2689
|
+
|
|
2690
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2691
|
+
|
|
2692
|
+
return self._github.request(
|
|
2693
|
+
"GET",
|
|
2694
|
+
url,
|
|
2695
|
+
headers=exclude_unset(headers),
|
|
2696
|
+
response_model=CodespacesUserPublicKey,
|
|
2697
|
+
)
|
|
2698
|
+
|
|
2699
|
+
async def async_get_public_key_for_authenticated_user(
|
|
2700
|
+
self,
|
|
2701
|
+
*,
|
|
2702
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2703
|
+
) -> Response[CodespacesUserPublicKey]:
|
|
2704
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-public-key-for-the-authenticated-user"""
|
|
2705
|
+
|
|
2706
|
+
from ..models import CodespacesUserPublicKey
|
|
2707
|
+
|
|
2708
|
+
url = "/user/codespaces/secrets/public-key"
|
|
2709
|
+
|
|
2710
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2711
|
+
|
|
2712
|
+
return await self._github.arequest(
|
|
2713
|
+
"GET",
|
|
2714
|
+
url,
|
|
2715
|
+
headers=exclude_unset(headers),
|
|
2716
|
+
response_model=CodespacesUserPublicKey,
|
|
2717
|
+
)
|
|
2718
|
+
|
|
2719
|
+
def get_secret_for_authenticated_user(
|
|
2720
|
+
self,
|
|
2721
|
+
secret_name: str,
|
|
2722
|
+
*,
|
|
2723
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2724
|
+
) -> Response[CodespacesSecret]:
|
|
2725
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user"""
|
|
2726
|
+
|
|
2727
|
+
from ..models import CodespacesSecret
|
|
2728
|
+
|
|
2729
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2730
|
+
|
|
2731
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2732
|
+
|
|
2733
|
+
return self._github.request(
|
|
2734
|
+
"GET",
|
|
2735
|
+
url,
|
|
2736
|
+
headers=exclude_unset(headers),
|
|
2737
|
+
response_model=CodespacesSecret,
|
|
2738
|
+
)
|
|
2739
|
+
|
|
2740
|
+
async def async_get_secret_for_authenticated_user(
|
|
2741
|
+
self,
|
|
2742
|
+
secret_name: str,
|
|
2743
|
+
*,
|
|
2744
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2745
|
+
) -> Response[CodespacesSecret]:
|
|
2746
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user"""
|
|
2747
|
+
|
|
2748
|
+
from ..models import CodespacesSecret
|
|
2749
|
+
|
|
2750
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2751
|
+
|
|
2752
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2753
|
+
|
|
2754
|
+
return await self._github.arequest(
|
|
2755
|
+
"GET",
|
|
2756
|
+
url,
|
|
2757
|
+
headers=exclude_unset(headers),
|
|
2758
|
+
response_model=CodespacesSecret,
|
|
2759
|
+
)
|
|
2760
|
+
|
|
2761
|
+
@overload
|
|
2762
|
+
def create_or_update_secret_for_authenticated_user(
|
|
2763
|
+
self,
|
|
2764
|
+
secret_name: str,
|
|
2765
|
+
*,
|
|
2766
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2767
|
+
data: UserCodespacesSecretsSecretNamePutBodyType,
|
|
2768
|
+
) -> Response[EmptyObject]: ...
|
|
2769
|
+
|
|
2770
|
+
@overload
|
|
2771
|
+
def create_or_update_secret_for_authenticated_user(
|
|
2772
|
+
self,
|
|
2773
|
+
secret_name: str,
|
|
2774
|
+
*,
|
|
2775
|
+
data: Literal[UNSET] = UNSET,
|
|
2776
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2777
|
+
encrypted_value: Missing[str] = UNSET,
|
|
2778
|
+
key_id: str,
|
|
2779
|
+
selected_repository_ids: Missing[List[Union[int, str]]] = UNSET,
|
|
2780
|
+
) -> Response[EmptyObject]: ...
|
|
2781
|
+
|
|
2782
|
+
def create_or_update_secret_for_authenticated_user(
|
|
2783
|
+
self,
|
|
2784
|
+
secret_name: str,
|
|
2785
|
+
*,
|
|
2786
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2787
|
+
data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2788
|
+
**kwargs,
|
|
2789
|
+
) -> Response[EmptyObject]:
|
|
2790
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user"""
|
|
2791
|
+
|
|
2792
|
+
from ..models import (
|
|
2793
|
+
BasicError,
|
|
2794
|
+
EmptyObject,
|
|
2795
|
+
ValidationError,
|
|
2796
|
+
UserCodespacesSecretsSecretNamePutBody,
|
|
2797
|
+
)
|
|
2798
|
+
|
|
2799
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2800
|
+
|
|
2801
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2802
|
+
|
|
2803
|
+
if not kwargs:
|
|
2804
|
+
kwargs = UNSET
|
|
2805
|
+
|
|
2806
|
+
json = kwargs if data is UNSET else data
|
|
2807
|
+
json = type_validate_python(UserCodespacesSecretsSecretNamePutBody, json)
|
|
2808
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2809
|
+
|
|
2810
|
+
return self._github.request(
|
|
2811
|
+
"PUT",
|
|
2812
|
+
url,
|
|
2813
|
+
json=exclude_unset(json),
|
|
2814
|
+
headers=exclude_unset(headers),
|
|
2815
|
+
response_model=EmptyObject,
|
|
2816
|
+
error_models={
|
|
2817
|
+
"422": ValidationError,
|
|
2818
|
+
"404": BasicError,
|
|
2819
|
+
},
|
|
2820
|
+
)
|
|
2821
|
+
|
|
2822
|
+
@overload
|
|
2823
|
+
async def async_create_or_update_secret_for_authenticated_user(
|
|
2824
|
+
self,
|
|
2825
|
+
secret_name: str,
|
|
2826
|
+
*,
|
|
2827
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2828
|
+
data: UserCodespacesSecretsSecretNamePutBodyType,
|
|
2829
|
+
) -> Response[EmptyObject]: ...
|
|
2830
|
+
|
|
2831
|
+
@overload
|
|
2832
|
+
async def async_create_or_update_secret_for_authenticated_user(
|
|
2833
|
+
self,
|
|
2834
|
+
secret_name: str,
|
|
2835
|
+
*,
|
|
2836
|
+
data: Literal[UNSET] = UNSET,
|
|
2837
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2838
|
+
encrypted_value: Missing[str] = UNSET,
|
|
2839
|
+
key_id: str,
|
|
2840
|
+
selected_repository_ids: Missing[List[Union[int, str]]] = UNSET,
|
|
2841
|
+
) -> Response[EmptyObject]: ...
|
|
2842
|
+
|
|
2843
|
+
async def async_create_or_update_secret_for_authenticated_user(
|
|
2844
|
+
self,
|
|
2845
|
+
secret_name: str,
|
|
2846
|
+
*,
|
|
2847
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2848
|
+
data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2849
|
+
**kwargs,
|
|
2850
|
+
) -> Response[EmptyObject]:
|
|
2851
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user"""
|
|
2852
|
+
|
|
2853
|
+
from ..models import (
|
|
2854
|
+
BasicError,
|
|
2855
|
+
EmptyObject,
|
|
2856
|
+
ValidationError,
|
|
2857
|
+
UserCodespacesSecretsSecretNamePutBody,
|
|
2858
|
+
)
|
|
2859
|
+
|
|
2860
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2861
|
+
|
|
2862
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2863
|
+
|
|
2864
|
+
if not kwargs:
|
|
2865
|
+
kwargs = UNSET
|
|
2866
|
+
|
|
2867
|
+
json = kwargs if data is UNSET else data
|
|
2868
|
+
json = type_validate_python(UserCodespacesSecretsSecretNamePutBody, json)
|
|
2869
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2870
|
+
|
|
2871
|
+
return await self._github.arequest(
|
|
2872
|
+
"PUT",
|
|
2873
|
+
url,
|
|
2874
|
+
json=exclude_unset(json),
|
|
2875
|
+
headers=exclude_unset(headers),
|
|
2876
|
+
response_model=EmptyObject,
|
|
2877
|
+
error_models={
|
|
2878
|
+
"422": ValidationError,
|
|
2879
|
+
"404": BasicError,
|
|
2880
|
+
},
|
|
2881
|
+
)
|
|
2882
|
+
|
|
2883
|
+
def delete_secret_for_authenticated_user(
|
|
2884
|
+
self,
|
|
2885
|
+
secret_name: str,
|
|
2886
|
+
*,
|
|
2887
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2888
|
+
) -> Response:
|
|
2889
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user"""
|
|
2890
|
+
|
|
2891
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2892
|
+
|
|
2893
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2894
|
+
|
|
2895
|
+
return self._github.request(
|
|
2896
|
+
"DELETE",
|
|
2897
|
+
url,
|
|
2898
|
+
headers=exclude_unset(headers),
|
|
2899
|
+
)
|
|
2900
|
+
|
|
2901
|
+
async def async_delete_secret_for_authenticated_user(
|
|
2902
|
+
self,
|
|
2903
|
+
secret_name: str,
|
|
2904
|
+
*,
|
|
2905
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2906
|
+
) -> Response:
|
|
2907
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user"""
|
|
2908
|
+
|
|
2909
|
+
url = f"/user/codespaces/secrets/{secret_name}"
|
|
2910
|
+
|
|
2911
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2912
|
+
|
|
2913
|
+
return await self._github.arequest(
|
|
2914
|
+
"DELETE",
|
|
2915
|
+
url,
|
|
2916
|
+
headers=exclude_unset(headers),
|
|
2917
|
+
)
|
|
2918
|
+
|
|
2919
|
+
def list_repositories_for_secret_for_authenticated_user(
|
|
2920
|
+
self,
|
|
2921
|
+
secret_name: str,
|
|
2922
|
+
*,
|
|
2923
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2924
|
+
) -> Response[UserCodespacesSecretsSecretNameRepositoriesGetResponse200]:
|
|
2925
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret"""
|
|
2926
|
+
|
|
2927
|
+
from ..models import (
|
|
2928
|
+
BasicError,
|
|
2929
|
+
UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
2930
|
+
)
|
|
2931
|
+
|
|
2932
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories"
|
|
2933
|
+
|
|
2934
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2935
|
+
|
|
2936
|
+
return self._github.request(
|
|
2937
|
+
"GET",
|
|
2938
|
+
url,
|
|
2939
|
+
headers=exclude_unset(headers),
|
|
2940
|
+
response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
2941
|
+
error_models={
|
|
2942
|
+
"401": BasicError,
|
|
2943
|
+
"403": BasicError,
|
|
2944
|
+
"404": BasicError,
|
|
2945
|
+
"500": BasicError,
|
|
2946
|
+
},
|
|
2947
|
+
)
|
|
2948
|
+
|
|
2949
|
+
async def async_list_repositories_for_secret_for_authenticated_user(
|
|
2950
|
+
self,
|
|
2951
|
+
secret_name: str,
|
|
2952
|
+
*,
|
|
2953
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2954
|
+
) -> Response[UserCodespacesSecretsSecretNameRepositoriesGetResponse200]:
|
|
2955
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret"""
|
|
2956
|
+
|
|
2957
|
+
from ..models import (
|
|
2958
|
+
BasicError,
|
|
2959
|
+
UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
2960
|
+
)
|
|
2961
|
+
|
|
2962
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories"
|
|
2963
|
+
|
|
2964
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2965
|
+
|
|
2966
|
+
return await self._github.arequest(
|
|
2967
|
+
"GET",
|
|
2968
|
+
url,
|
|
2969
|
+
headers=exclude_unset(headers),
|
|
2970
|
+
response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
2971
|
+
error_models={
|
|
2972
|
+
"401": BasicError,
|
|
2973
|
+
"403": BasicError,
|
|
2974
|
+
"404": BasicError,
|
|
2975
|
+
"500": BasicError,
|
|
2976
|
+
},
|
|
2977
|
+
)
|
|
2978
|
+
|
|
2979
|
+
@overload
|
|
2980
|
+
def set_repositories_for_secret_for_authenticated_user(
|
|
2981
|
+
self,
|
|
2982
|
+
secret_name: str,
|
|
2983
|
+
*,
|
|
2984
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2985
|
+
data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
2986
|
+
) -> Response: ...
|
|
2987
|
+
|
|
2988
|
+
@overload
|
|
2989
|
+
def set_repositories_for_secret_for_authenticated_user(
|
|
2990
|
+
self,
|
|
2991
|
+
secret_name: str,
|
|
2992
|
+
*,
|
|
2993
|
+
data: Literal[UNSET] = UNSET,
|
|
2994
|
+
headers: Optional[Dict[str, str]] = None,
|
|
2995
|
+
selected_repository_ids: List[int],
|
|
2996
|
+
) -> Response: ...
|
|
2997
|
+
|
|
2998
|
+
def set_repositories_for_secret_for_authenticated_user(
|
|
2999
|
+
self,
|
|
3000
|
+
secret_name: str,
|
|
3001
|
+
*,
|
|
3002
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3003
|
+
data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3004
|
+
**kwargs,
|
|
3005
|
+
) -> Response:
|
|
3006
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret"""
|
|
3007
|
+
|
|
3008
|
+
from ..models import (
|
|
3009
|
+
BasicError,
|
|
3010
|
+
UserCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
3011
|
+
)
|
|
3012
|
+
|
|
3013
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories"
|
|
3014
|
+
|
|
3015
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3016
|
+
|
|
3017
|
+
if not kwargs:
|
|
3018
|
+
kwargs = UNSET
|
|
3019
|
+
|
|
3020
|
+
json = kwargs if data is UNSET else data
|
|
3021
|
+
json = type_validate_python(
|
|
3022
|
+
UserCodespacesSecretsSecretNameRepositoriesPutBody, json
|
|
3023
|
+
)
|
|
3024
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3025
|
+
|
|
3026
|
+
return self._github.request(
|
|
3027
|
+
"PUT",
|
|
3028
|
+
url,
|
|
3029
|
+
json=exclude_unset(json),
|
|
3030
|
+
headers=exclude_unset(headers),
|
|
3031
|
+
error_models={
|
|
3032
|
+
"401": BasicError,
|
|
3033
|
+
"403": BasicError,
|
|
3034
|
+
"404": BasicError,
|
|
3035
|
+
"500": BasicError,
|
|
3036
|
+
},
|
|
3037
|
+
)
|
|
3038
|
+
|
|
3039
|
+
@overload
|
|
3040
|
+
async def async_set_repositories_for_secret_for_authenticated_user(
|
|
3041
|
+
self,
|
|
3042
|
+
secret_name: str,
|
|
3043
|
+
*,
|
|
3044
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3045
|
+
data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
3046
|
+
) -> Response: ...
|
|
3047
|
+
|
|
3048
|
+
@overload
|
|
3049
|
+
async def async_set_repositories_for_secret_for_authenticated_user(
|
|
3050
|
+
self,
|
|
3051
|
+
secret_name: str,
|
|
3052
|
+
*,
|
|
3053
|
+
data: Literal[UNSET] = UNSET,
|
|
3054
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3055
|
+
selected_repository_ids: List[int],
|
|
3056
|
+
) -> Response: ...
|
|
3057
|
+
|
|
3058
|
+
async def async_set_repositories_for_secret_for_authenticated_user(
|
|
3059
|
+
self,
|
|
3060
|
+
secret_name: str,
|
|
3061
|
+
*,
|
|
3062
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3063
|
+
data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3064
|
+
**kwargs,
|
|
3065
|
+
) -> Response:
|
|
3066
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret"""
|
|
3067
|
+
|
|
3068
|
+
from ..models import (
|
|
3069
|
+
BasicError,
|
|
3070
|
+
UserCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
3071
|
+
)
|
|
3072
|
+
|
|
3073
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories"
|
|
3074
|
+
|
|
3075
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3076
|
+
|
|
3077
|
+
if not kwargs:
|
|
3078
|
+
kwargs = UNSET
|
|
3079
|
+
|
|
3080
|
+
json = kwargs if data is UNSET else data
|
|
3081
|
+
json = type_validate_python(
|
|
3082
|
+
UserCodespacesSecretsSecretNameRepositoriesPutBody, json
|
|
3083
|
+
)
|
|
3084
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3085
|
+
|
|
3086
|
+
return await self._github.arequest(
|
|
3087
|
+
"PUT",
|
|
3088
|
+
url,
|
|
3089
|
+
json=exclude_unset(json),
|
|
3090
|
+
headers=exclude_unset(headers),
|
|
3091
|
+
error_models={
|
|
3092
|
+
"401": BasicError,
|
|
3093
|
+
"403": BasicError,
|
|
3094
|
+
"404": BasicError,
|
|
3095
|
+
"500": BasicError,
|
|
3096
|
+
},
|
|
3097
|
+
)
|
|
3098
|
+
|
|
3099
|
+
def add_repository_for_secret_for_authenticated_user(
|
|
3100
|
+
self,
|
|
3101
|
+
secret_name: str,
|
|
3102
|
+
repository_id: int,
|
|
3103
|
+
*,
|
|
3104
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3105
|
+
) -> Response:
|
|
3106
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret"""
|
|
3107
|
+
|
|
3108
|
+
from ..models import BasicError
|
|
3109
|
+
|
|
3110
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
3111
|
+
|
|
3112
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3113
|
+
|
|
3114
|
+
return self._github.request(
|
|
3115
|
+
"PUT",
|
|
3116
|
+
url,
|
|
3117
|
+
headers=exclude_unset(headers),
|
|
3118
|
+
error_models={
|
|
3119
|
+
"401": BasicError,
|
|
3120
|
+
"403": BasicError,
|
|
3121
|
+
"404": BasicError,
|
|
3122
|
+
"500": BasicError,
|
|
3123
|
+
},
|
|
3124
|
+
)
|
|
3125
|
+
|
|
3126
|
+
async def async_add_repository_for_secret_for_authenticated_user(
|
|
3127
|
+
self,
|
|
3128
|
+
secret_name: str,
|
|
3129
|
+
repository_id: int,
|
|
3130
|
+
*,
|
|
3131
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3132
|
+
) -> Response:
|
|
3133
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret"""
|
|
3134
|
+
|
|
3135
|
+
from ..models import BasicError
|
|
3136
|
+
|
|
3137
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
3138
|
+
|
|
3139
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3140
|
+
|
|
3141
|
+
return await self._github.arequest(
|
|
3142
|
+
"PUT",
|
|
3143
|
+
url,
|
|
3144
|
+
headers=exclude_unset(headers),
|
|
3145
|
+
error_models={
|
|
3146
|
+
"401": BasicError,
|
|
3147
|
+
"403": BasicError,
|
|
3148
|
+
"404": BasicError,
|
|
3149
|
+
"500": BasicError,
|
|
3150
|
+
},
|
|
3151
|
+
)
|
|
3152
|
+
|
|
3153
|
+
def remove_repository_for_secret_for_authenticated_user(
|
|
3154
|
+
self,
|
|
3155
|
+
secret_name: str,
|
|
3156
|
+
repository_id: int,
|
|
3157
|
+
*,
|
|
3158
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3159
|
+
) -> Response:
|
|
3160
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret"""
|
|
3161
|
+
|
|
3162
|
+
from ..models import BasicError
|
|
3163
|
+
|
|
3164
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
3165
|
+
|
|
3166
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3167
|
+
|
|
3168
|
+
return self._github.request(
|
|
3169
|
+
"DELETE",
|
|
3170
|
+
url,
|
|
3171
|
+
headers=exclude_unset(headers),
|
|
3172
|
+
error_models={
|
|
3173
|
+
"401": BasicError,
|
|
3174
|
+
"403": BasicError,
|
|
3175
|
+
"404": BasicError,
|
|
3176
|
+
"500": BasicError,
|
|
3177
|
+
},
|
|
3178
|
+
)
|
|
3179
|
+
|
|
3180
|
+
async def async_remove_repository_for_secret_for_authenticated_user(
|
|
3181
|
+
self,
|
|
3182
|
+
secret_name: str,
|
|
3183
|
+
repository_id: int,
|
|
3184
|
+
*,
|
|
3185
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3186
|
+
) -> Response:
|
|
3187
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret"""
|
|
3188
|
+
|
|
3189
|
+
from ..models import BasicError
|
|
3190
|
+
|
|
3191
|
+
url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
|
|
3192
|
+
|
|
3193
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3194
|
+
|
|
3195
|
+
return await self._github.arequest(
|
|
3196
|
+
"DELETE",
|
|
3197
|
+
url,
|
|
3198
|
+
headers=exclude_unset(headers),
|
|
3199
|
+
error_models={
|
|
3200
|
+
"401": BasicError,
|
|
3201
|
+
"403": BasicError,
|
|
3202
|
+
"404": BasicError,
|
|
3203
|
+
"500": BasicError,
|
|
3204
|
+
},
|
|
3205
|
+
)
|
|
3206
|
+
|
|
3207
|
+
def get_for_authenticated_user(
|
|
3208
|
+
self,
|
|
3209
|
+
codespace_name: str,
|
|
3210
|
+
*,
|
|
3211
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3212
|
+
) -> Response[Codespace]:
|
|
3213
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user"""
|
|
3214
|
+
|
|
3215
|
+
from ..models import Codespace, BasicError
|
|
3216
|
+
|
|
3217
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3218
|
+
|
|
3219
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3220
|
+
|
|
3221
|
+
return self._github.request(
|
|
3222
|
+
"GET",
|
|
3223
|
+
url,
|
|
3224
|
+
headers=exclude_unset(headers),
|
|
3225
|
+
response_model=Codespace,
|
|
3226
|
+
error_models={
|
|
3227
|
+
"500": BasicError,
|
|
3228
|
+
"401": BasicError,
|
|
3229
|
+
"403": BasicError,
|
|
3230
|
+
"404": BasicError,
|
|
3231
|
+
},
|
|
3232
|
+
)
|
|
3233
|
+
|
|
3234
|
+
async def async_get_for_authenticated_user(
|
|
3235
|
+
self,
|
|
3236
|
+
codespace_name: str,
|
|
3237
|
+
*,
|
|
3238
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3239
|
+
) -> Response[Codespace]:
|
|
3240
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user"""
|
|
3241
|
+
|
|
3242
|
+
from ..models import Codespace, BasicError
|
|
3243
|
+
|
|
3244
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3245
|
+
|
|
3246
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3247
|
+
|
|
3248
|
+
return await self._github.arequest(
|
|
3249
|
+
"GET",
|
|
3250
|
+
url,
|
|
3251
|
+
headers=exclude_unset(headers),
|
|
3252
|
+
response_model=Codespace,
|
|
3253
|
+
error_models={
|
|
3254
|
+
"500": BasicError,
|
|
3255
|
+
"401": BasicError,
|
|
3256
|
+
"403": BasicError,
|
|
3257
|
+
"404": BasicError,
|
|
3258
|
+
},
|
|
3259
|
+
)
|
|
3260
|
+
|
|
3261
|
+
def delete_for_authenticated_user(
|
|
3262
|
+
self,
|
|
3263
|
+
codespace_name: str,
|
|
3264
|
+
*,
|
|
3265
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3266
|
+
) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
|
|
3267
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user"""
|
|
3268
|
+
|
|
3269
|
+
from ..models import (
|
|
3270
|
+
BasicError,
|
|
3271
|
+
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3272
|
+
)
|
|
3273
|
+
|
|
3274
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3275
|
+
|
|
3276
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3277
|
+
|
|
3278
|
+
return self._github.request(
|
|
3279
|
+
"DELETE",
|
|
3280
|
+
url,
|
|
3281
|
+
headers=exclude_unset(headers),
|
|
3282
|
+
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3283
|
+
error_models={
|
|
3284
|
+
"500": BasicError,
|
|
3285
|
+
"401": BasicError,
|
|
3286
|
+
"403": BasicError,
|
|
3287
|
+
"404": BasicError,
|
|
3288
|
+
},
|
|
3289
|
+
)
|
|
3290
|
+
|
|
3291
|
+
async def async_delete_for_authenticated_user(
|
|
3292
|
+
self,
|
|
3293
|
+
codespace_name: str,
|
|
3294
|
+
*,
|
|
3295
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3296
|
+
) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
|
|
3297
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user"""
|
|
3298
|
+
|
|
3299
|
+
from ..models import (
|
|
3300
|
+
BasicError,
|
|
3301
|
+
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3302
|
+
)
|
|
3303
|
+
|
|
3304
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3305
|
+
|
|
3306
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3307
|
+
|
|
3308
|
+
return await self._github.arequest(
|
|
3309
|
+
"DELETE",
|
|
3310
|
+
url,
|
|
3311
|
+
headers=exclude_unset(headers),
|
|
3312
|
+
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3313
|
+
error_models={
|
|
3314
|
+
"500": BasicError,
|
|
3315
|
+
"401": BasicError,
|
|
3316
|
+
"403": BasicError,
|
|
3317
|
+
"404": BasicError,
|
|
3318
|
+
},
|
|
3319
|
+
)
|
|
3320
|
+
|
|
3321
|
+
@overload
|
|
3322
|
+
def update_for_authenticated_user(
|
|
3323
|
+
self,
|
|
3324
|
+
codespace_name: str,
|
|
3325
|
+
*,
|
|
3326
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3327
|
+
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
3328
|
+
) -> Response[Codespace]: ...
|
|
3329
|
+
|
|
3330
|
+
@overload
|
|
3331
|
+
def update_for_authenticated_user(
|
|
3332
|
+
self,
|
|
3333
|
+
codespace_name: str,
|
|
3334
|
+
*,
|
|
3335
|
+
data: Literal[UNSET] = UNSET,
|
|
3336
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3337
|
+
machine: Missing[str] = UNSET,
|
|
3338
|
+
display_name: Missing[str] = UNSET,
|
|
3339
|
+
recent_folders: Missing[List[str]] = UNSET,
|
|
3340
|
+
) -> Response[Codespace]: ...
|
|
3341
|
+
|
|
3342
|
+
def update_for_authenticated_user(
|
|
3343
|
+
self,
|
|
3344
|
+
codespace_name: str,
|
|
3345
|
+
*,
|
|
3346
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3347
|
+
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
3348
|
+
**kwargs,
|
|
3349
|
+
) -> Response[Codespace]:
|
|
3350
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user"""
|
|
3351
|
+
|
|
3352
|
+
from ..models import Codespace, BasicError, UserCodespacesCodespaceNamePatchBody
|
|
3353
|
+
|
|
3354
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3355
|
+
|
|
3356
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3357
|
+
|
|
3358
|
+
if not kwargs:
|
|
3359
|
+
kwargs = UNSET
|
|
3360
|
+
|
|
3361
|
+
json = kwargs if data is UNSET else data
|
|
3362
|
+
json = type_validate_python(UserCodespacesCodespaceNamePatchBody, json)
|
|
3363
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3364
|
+
|
|
3365
|
+
return self._github.request(
|
|
3366
|
+
"PATCH",
|
|
3367
|
+
url,
|
|
3368
|
+
json=exclude_unset(json),
|
|
3369
|
+
headers=exclude_unset(headers),
|
|
3370
|
+
response_model=Codespace,
|
|
3371
|
+
error_models={
|
|
3372
|
+
"401": BasicError,
|
|
3373
|
+
"403": BasicError,
|
|
3374
|
+
"404": BasicError,
|
|
3375
|
+
},
|
|
3376
|
+
)
|
|
3377
|
+
|
|
3378
|
+
@overload
|
|
3379
|
+
async def async_update_for_authenticated_user(
|
|
3380
|
+
self,
|
|
3381
|
+
codespace_name: str,
|
|
3382
|
+
*,
|
|
3383
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3384
|
+
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
3385
|
+
) -> Response[Codespace]: ...
|
|
3386
|
+
|
|
3387
|
+
@overload
|
|
3388
|
+
async def async_update_for_authenticated_user(
|
|
3389
|
+
self,
|
|
3390
|
+
codespace_name: str,
|
|
3391
|
+
*,
|
|
3392
|
+
data: Literal[UNSET] = UNSET,
|
|
3393
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3394
|
+
machine: Missing[str] = UNSET,
|
|
3395
|
+
display_name: Missing[str] = UNSET,
|
|
3396
|
+
recent_folders: Missing[List[str]] = UNSET,
|
|
3397
|
+
) -> Response[Codespace]: ...
|
|
3398
|
+
|
|
3399
|
+
async def async_update_for_authenticated_user(
|
|
3400
|
+
self,
|
|
3401
|
+
codespace_name: str,
|
|
3402
|
+
*,
|
|
3403
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3404
|
+
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
3405
|
+
**kwargs,
|
|
3406
|
+
) -> Response[Codespace]:
|
|
3407
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user"""
|
|
3408
|
+
|
|
3409
|
+
from ..models import Codespace, BasicError, UserCodespacesCodespaceNamePatchBody
|
|
3410
|
+
|
|
3411
|
+
url = f"/user/codespaces/{codespace_name}"
|
|
3412
|
+
|
|
3413
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3414
|
+
|
|
3415
|
+
if not kwargs:
|
|
3416
|
+
kwargs = UNSET
|
|
3417
|
+
|
|
3418
|
+
json = kwargs if data is UNSET else data
|
|
3419
|
+
json = type_validate_python(UserCodespacesCodespaceNamePatchBody, json)
|
|
3420
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3421
|
+
|
|
3422
|
+
return await self._github.arequest(
|
|
3423
|
+
"PATCH",
|
|
3424
|
+
url,
|
|
3425
|
+
json=exclude_unset(json),
|
|
3426
|
+
headers=exclude_unset(headers),
|
|
3427
|
+
response_model=Codespace,
|
|
3428
|
+
error_models={
|
|
3429
|
+
"401": BasicError,
|
|
3430
|
+
"403": BasicError,
|
|
3431
|
+
"404": BasicError,
|
|
3432
|
+
},
|
|
3433
|
+
)
|
|
3434
|
+
|
|
3435
|
+
def export_for_authenticated_user(
|
|
3436
|
+
self,
|
|
3437
|
+
codespace_name: str,
|
|
3438
|
+
*,
|
|
3439
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3440
|
+
) -> Response[CodespaceExportDetails]:
|
|
3441
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user"""
|
|
3442
|
+
|
|
3443
|
+
from ..models import BasicError, ValidationError, CodespaceExportDetails
|
|
3444
|
+
|
|
3445
|
+
url = f"/user/codespaces/{codespace_name}/exports"
|
|
3446
|
+
|
|
3447
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3448
|
+
|
|
3449
|
+
return self._github.request(
|
|
3450
|
+
"POST",
|
|
3451
|
+
url,
|
|
3452
|
+
headers=exclude_unset(headers),
|
|
3453
|
+
response_model=CodespaceExportDetails,
|
|
3454
|
+
error_models={
|
|
3455
|
+
"500": BasicError,
|
|
3456
|
+
"401": BasicError,
|
|
3457
|
+
"403": BasicError,
|
|
3458
|
+
"404": BasicError,
|
|
3459
|
+
"422": ValidationError,
|
|
3460
|
+
},
|
|
3461
|
+
)
|
|
3462
|
+
|
|
3463
|
+
async def async_export_for_authenticated_user(
|
|
3464
|
+
self,
|
|
3465
|
+
codespace_name: str,
|
|
3466
|
+
*,
|
|
3467
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3468
|
+
) -> Response[CodespaceExportDetails]:
|
|
3469
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user"""
|
|
3470
|
+
|
|
3471
|
+
from ..models import BasicError, ValidationError, CodespaceExportDetails
|
|
3472
|
+
|
|
3473
|
+
url = f"/user/codespaces/{codespace_name}/exports"
|
|
3474
|
+
|
|
3475
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3476
|
+
|
|
3477
|
+
return await self._github.arequest(
|
|
3478
|
+
"POST",
|
|
3479
|
+
url,
|
|
3480
|
+
headers=exclude_unset(headers),
|
|
3481
|
+
response_model=CodespaceExportDetails,
|
|
3482
|
+
error_models={
|
|
3483
|
+
"500": BasicError,
|
|
3484
|
+
"401": BasicError,
|
|
3485
|
+
"403": BasicError,
|
|
3486
|
+
"404": BasicError,
|
|
3487
|
+
"422": ValidationError,
|
|
3488
|
+
},
|
|
3489
|
+
)
|
|
3490
|
+
|
|
3491
|
+
def get_export_details_for_authenticated_user(
|
|
3492
|
+
self,
|
|
3493
|
+
codespace_name: str,
|
|
3494
|
+
export_id: str,
|
|
3495
|
+
*,
|
|
3496
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3497
|
+
) -> Response[CodespaceExportDetails]:
|
|
3498
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export"""
|
|
3499
|
+
|
|
3500
|
+
from ..models import BasicError, CodespaceExportDetails
|
|
3501
|
+
|
|
3502
|
+
url = f"/user/codespaces/{codespace_name}/exports/{export_id}"
|
|
3503
|
+
|
|
3504
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3505
|
+
|
|
3506
|
+
return self._github.request(
|
|
3507
|
+
"GET",
|
|
3508
|
+
url,
|
|
3509
|
+
headers=exclude_unset(headers),
|
|
3510
|
+
response_model=CodespaceExportDetails,
|
|
3511
|
+
error_models={
|
|
3512
|
+
"404": BasicError,
|
|
3513
|
+
},
|
|
3514
|
+
)
|
|
3515
|
+
|
|
3516
|
+
async def async_get_export_details_for_authenticated_user(
|
|
3517
|
+
self,
|
|
3518
|
+
codespace_name: str,
|
|
3519
|
+
export_id: str,
|
|
3520
|
+
*,
|
|
3521
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3522
|
+
) -> Response[CodespaceExportDetails]:
|
|
3523
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export"""
|
|
3524
|
+
|
|
3525
|
+
from ..models import BasicError, CodespaceExportDetails
|
|
3526
|
+
|
|
3527
|
+
url = f"/user/codespaces/{codespace_name}/exports/{export_id}"
|
|
3528
|
+
|
|
3529
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3530
|
+
|
|
3531
|
+
return await self._github.arequest(
|
|
3532
|
+
"GET",
|
|
3533
|
+
url,
|
|
3534
|
+
headers=exclude_unset(headers),
|
|
3535
|
+
response_model=CodespaceExportDetails,
|
|
3536
|
+
error_models={
|
|
3537
|
+
"404": BasicError,
|
|
3538
|
+
},
|
|
3539
|
+
)
|
|
3540
|
+
|
|
3541
|
+
def codespace_machines_for_authenticated_user(
|
|
3542
|
+
self,
|
|
3543
|
+
codespace_name: str,
|
|
3544
|
+
*,
|
|
3545
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3546
|
+
) -> Response[UserCodespacesCodespaceNameMachinesGetResponse200]:
|
|
3547
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace"""
|
|
3548
|
+
|
|
3549
|
+
from ..models import (
|
|
3550
|
+
BasicError,
|
|
3551
|
+
UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
3552
|
+
)
|
|
3553
|
+
|
|
3554
|
+
url = f"/user/codespaces/{codespace_name}/machines"
|
|
3555
|
+
|
|
3556
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3557
|
+
|
|
3558
|
+
return self._github.request(
|
|
3559
|
+
"GET",
|
|
3560
|
+
url,
|
|
3561
|
+
headers=exclude_unset(headers),
|
|
3562
|
+
response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
3563
|
+
error_models={
|
|
3564
|
+
"500": BasicError,
|
|
3565
|
+
"401": BasicError,
|
|
3566
|
+
"403": BasicError,
|
|
3567
|
+
"404": BasicError,
|
|
3568
|
+
},
|
|
3569
|
+
)
|
|
3570
|
+
|
|
3571
|
+
async def async_codespace_machines_for_authenticated_user(
|
|
3572
|
+
self,
|
|
3573
|
+
codespace_name: str,
|
|
3574
|
+
*,
|
|
3575
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3576
|
+
) -> Response[UserCodespacesCodespaceNameMachinesGetResponse200]:
|
|
3577
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace"""
|
|
3578
|
+
|
|
3579
|
+
from ..models import (
|
|
3580
|
+
BasicError,
|
|
3581
|
+
UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
3582
|
+
)
|
|
3583
|
+
|
|
3584
|
+
url = f"/user/codespaces/{codespace_name}/machines"
|
|
3585
|
+
|
|
3586
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3587
|
+
|
|
3588
|
+
return await self._github.arequest(
|
|
3589
|
+
"GET",
|
|
3590
|
+
url,
|
|
3591
|
+
headers=exclude_unset(headers),
|
|
3592
|
+
response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
3593
|
+
error_models={
|
|
3594
|
+
"500": BasicError,
|
|
3595
|
+
"401": BasicError,
|
|
3596
|
+
"403": BasicError,
|
|
3597
|
+
"404": BasicError,
|
|
3598
|
+
},
|
|
3599
|
+
)
|
|
3600
|
+
|
|
3601
|
+
@overload
|
|
3602
|
+
def publish_for_authenticated_user(
|
|
3603
|
+
self,
|
|
3604
|
+
codespace_name: str,
|
|
3605
|
+
*,
|
|
3606
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3607
|
+
data: UserCodespacesCodespaceNamePublishPostBodyType,
|
|
3608
|
+
) -> Response[CodespaceWithFullRepository]: ...
|
|
3609
|
+
|
|
3610
|
+
@overload
|
|
3611
|
+
def publish_for_authenticated_user(
|
|
3612
|
+
self,
|
|
3613
|
+
codespace_name: str,
|
|
3614
|
+
*,
|
|
3615
|
+
data: Literal[UNSET] = UNSET,
|
|
3616
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3617
|
+
name: Missing[str] = UNSET,
|
|
3618
|
+
private: Missing[bool] = UNSET,
|
|
3619
|
+
) -> Response[CodespaceWithFullRepository]: ...
|
|
3620
|
+
|
|
3621
|
+
def publish_for_authenticated_user(
|
|
3622
|
+
self,
|
|
3623
|
+
codespace_name: str,
|
|
3624
|
+
*,
|
|
3625
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3626
|
+
data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
|
|
3627
|
+
**kwargs,
|
|
3628
|
+
) -> Response[CodespaceWithFullRepository]:
|
|
3629
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace"""
|
|
3630
|
+
|
|
3631
|
+
from ..models import (
|
|
3632
|
+
BasicError,
|
|
3633
|
+
ValidationError,
|
|
3634
|
+
CodespaceWithFullRepository,
|
|
3635
|
+
UserCodespacesCodespaceNamePublishPostBody,
|
|
3636
|
+
)
|
|
3637
|
+
|
|
3638
|
+
url = f"/user/codespaces/{codespace_name}/publish"
|
|
3639
|
+
|
|
3640
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3641
|
+
|
|
3642
|
+
if not kwargs:
|
|
3643
|
+
kwargs = UNSET
|
|
3644
|
+
|
|
3645
|
+
json = kwargs if data is UNSET else data
|
|
3646
|
+
json = type_validate_python(UserCodespacesCodespaceNamePublishPostBody, json)
|
|
3647
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3648
|
+
|
|
3649
|
+
return self._github.request(
|
|
3650
|
+
"POST",
|
|
3651
|
+
url,
|
|
3652
|
+
json=exclude_unset(json),
|
|
3653
|
+
headers=exclude_unset(headers),
|
|
3654
|
+
response_model=CodespaceWithFullRepository,
|
|
3655
|
+
error_models={
|
|
3656
|
+
"401": BasicError,
|
|
3657
|
+
"403": BasicError,
|
|
3658
|
+
"404": BasicError,
|
|
3659
|
+
"422": ValidationError,
|
|
3660
|
+
},
|
|
3661
|
+
)
|
|
3662
|
+
|
|
3663
|
+
@overload
|
|
3664
|
+
async def async_publish_for_authenticated_user(
|
|
3665
|
+
self,
|
|
3666
|
+
codespace_name: str,
|
|
3667
|
+
*,
|
|
3668
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3669
|
+
data: UserCodespacesCodespaceNamePublishPostBodyType,
|
|
3670
|
+
) -> Response[CodespaceWithFullRepository]: ...
|
|
3671
|
+
|
|
3672
|
+
@overload
|
|
3673
|
+
async def async_publish_for_authenticated_user(
|
|
3674
|
+
self,
|
|
3675
|
+
codespace_name: str,
|
|
3676
|
+
*,
|
|
3677
|
+
data: Literal[UNSET] = UNSET,
|
|
3678
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3679
|
+
name: Missing[str] = UNSET,
|
|
3680
|
+
private: Missing[bool] = UNSET,
|
|
3681
|
+
) -> Response[CodespaceWithFullRepository]: ...
|
|
3682
|
+
|
|
3683
|
+
async def async_publish_for_authenticated_user(
|
|
3684
|
+
self,
|
|
3685
|
+
codespace_name: str,
|
|
3686
|
+
*,
|
|
3687
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3688
|
+
data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
|
|
3689
|
+
**kwargs,
|
|
3690
|
+
) -> Response[CodespaceWithFullRepository]:
|
|
3691
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace"""
|
|
3692
|
+
|
|
3693
|
+
from ..models import (
|
|
3694
|
+
BasicError,
|
|
3695
|
+
ValidationError,
|
|
3696
|
+
CodespaceWithFullRepository,
|
|
3697
|
+
UserCodespacesCodespaceNamePublishPostBody,
|
|
3698
|
+
)
|
|
3699
|
+
|
|
3700
|
+
url = f"/user/codespaces/{codespace_name}/publish"
|
|
3701
|
+
|
|
3702
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3703
|
+
|
|
3704
|
+
if not kwargs:
|
|
3705
|
+
kwargs = UNSET
|
|
3706
|
+
|
|
3707
|
+
json = kwargs if data is UNSET else data
|
|
3708
|
+
json = type_validate_python(UserCodespacesCodespaceNamePublishPostBody, json)
|
|
3709
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3710
|
+
|
|
3711
|
+
return await self._github.arequest(
|
|
3712
|
+
"POST",
|
|
3713
|
+
url,
|
|
3714
|
+
json=exclude_unset(json),
|
|
3715
|
+
headers=exclude_unset(headers),
|
|
3716
|
+
response_model=CodespaceWithFullRepository,
|
|
3717
|
+
error_models={
|
|
3718
|
+
"401": BasicError,
|
|
3719
|
+
"403": BasicError,
|
|
3720
|
+
"404": BasicError,
|
|
3721
|
+
"422": ValidationError,
|
|
3722
|
+
},
|
|
3723
|
+
)
|
|
3724
|
+
|
|
3725
|
+
def start_for_authenticated_user(
|
|
3726
|
+
self,
|
|
3727
|
+
codespace_name: str,
|
|
3728
|
+
*,
|
|
3729
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3730
|
+
) -> Response[Codespace]:
|
|
3731
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user"""
|
|
3732
|
+
|
|
3733
|
+
from ..models import Codespace, BasicError
|
|
3734
|
+
|
|
3735
|
+
url = f"/user/codespaces/{codespace_name}/start"
|
|
3736
|
+
|
|
3737
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3738
|
+
|
|
3739
|
+
return self._github.request(
|
|
3740
|
+
"POST",
|
|
3741
|
+
url,
|
|
3742
|
+
headers=exclude_unset(headers),
|
|
3743
|
+
response_model=Codespace,
|
|
3744
|
+
error_models={
|
|
3745
|
+
"500": BasicError,
|
|
3746
|
+
"400": BasicError,
|
|
3747
|
+
"401": BasicError,
|
|
3748
|
+
"402": BasicError,
|
|
3749
|
+
"403": BasicError,
|
|
3750
|
+
"404": BasicError,
|
|
3751
|
+
"409": BasicError,
|
|
3752
|
+
},
|
|
3753
|
+
)
|
|
3754
|
+
|
|
3755
|
+
async def async_start_for_authenticated_user(
|
|
3756
|
+
self,
|
|
3757
|
+
codespace_name: str,
|
|
3758
|
+
*,
|
|
3759
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3760
|
+
) -> Response[Codespace]:
|
|
3761
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user"""
|
|
3762
|
+
|
|
3763
|
+
from ..models import Codespace, BasicError
|
|
3764
|
+
|
|
3765
|
+
url = f"/user/codespaces/{codespace_name}/start"
|
|
3766
|
+
|
|
3767
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3768
|
+
|
|
3769
|
+
return await self._github.arequest(
|
|
3770
|
+
"POST",
|
|
3771
|
+
url,
|
|
3772
|
+
headers=exclude_unset(headers),
|
|
3773
|
+
response_model=Codespace,
|
|
3774
|
+
error_models={
|
|
3775
|
+
"500": BasicError,
|
|
3776
|
+
"400": BasicError,
|
|
3777
|
+
"401": BasicError,
|
|
3778
|
+
"402": BasicError,
|
|
3779
|
+
"403": BasicError,
|
|
3780
|
+
"404": BasicError,
|
|
3781
|
+
"409": BasicError,
|
|
3782
|
+
},
|
|
3783
|
+
)
|
|
3784
|
+
|
|
3785
|
+
def stop_for_authenticated_user(
|
|
3786
|
+
self,
|
|
3787
|
+
codespace_name: str,
|
|
3788
|
+
*,
|
|
3789
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3790
|
+
) -> Response[Codespace]:
|
|
3791
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user"""
|
|
3792
|
+
|
|
3793
|
+
from ..models import Codespace, BasicError
|
|
3794
|
+
|
|
3795
|
+
url = f"/user/codespaces/{codespace_name}/stop"
|
|
3796
|
+
|
|
3797
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3798
|
+
|
|
3799
|
+
return self._github.request(
|
|
3800
|
+
"POST",
|
|
3801
|
+
url,
|
|
3802
|
+
headers=exclude_unset(headers),
|
|
3803
|
+
response_model=Codespace,
|
|
3804
|
+
error_models={
|
|
3805
|
+
"500": BasicError,
|
|
3806
|
+
"401": BasicError,
|
|
3807
|
+
"403": BasicError,
|
|
3808
|
+
"404": BasicError,
|
|
3809
|
+
},
|
|
3810
|
+
)
|
|
3811
|
+
|
|
3812
|
+
async def async_stop_for_authenticated_user(
|
|
3813
|
+
self,
|
|
3814
|
+
codespace_name: str,
|
|
3815
|
+
*,
|
|
3816
|
+
headers: Optional[Dict[str, str]] = None,
|
|
3817
|
+
) -> Response[Codespace]:
|
|
3818
|
+
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user"""
|
|
3819
|
+
|
|
3820
|
+
from ..models import Codespace, BasicError
|
|
3821
|
+
|
|
3822
|
+
url = f"/user/codespaces/{codespace_name}/stop"
|
|
3823
|
+
|
|
3824
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
3825
|
+
|
|
3826
|
+
return await self._github.arequest(
|
|
3827
|
+
"POST",
|
|
3828
|
+
url,
|
|
3829
|
+
headers=exclude_unset(headers),
|
|
3830
|
+
response_model=Codespace,
|
|
3831
|
+
error_models={
|
|
3832
|
+
"500": BasicError,
|
|
3833
|
+
"401": BasicError,
|
|
3834
|
+
"403": BasicError,
|
|
3835
|
+
"404": BasicError,
|
|
3836
|
+
},
|
|
3837
|
+
)
|