GitHubKit 0.12.4__py3-none-any.whl → 0.12.6__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 +7 -7
- githubkit/auth/oauth.py +6 -3
- githubkit/config.py +3 -2
- githubkit/core.py +14 -14
- githubkit/github.py +4 -4
- githubkit/graphql/paginator.py +3 -2
- githubkit/rest/__init__.py +87 -7
- githubkit/typing.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +4866 -4728
- githubkit/versions/ghec_v2022_11_28/models/group_0002.py +11 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0003.py +31 -155
- githubkit/versions/ghec_v2022_11_28/models/group_0004.py +149 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0005.py +20 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0006.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0007.py +9 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0008.py +16 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0009.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0010.py +33 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0011.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0012.py +37 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0013.py +12 -89
- githubkit/versions/ghec_v2022_11_28/models/group_0014.py +26 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0015.py +87 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0016.py +14 -203
- githubkit/versions/ghec_v2022_11_28/models/group_0017.py +206 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0018.py +41 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0019.py +11 -180
- githubkit/versions/ghec_v2022_11_28/models/group_0020.py +178 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0021.py +17 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0022.py +18 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0023.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0024.py +12 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0025.py +47 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0026.py +107 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0027.py +22 -255
- githubkit/versions/ghec_v2022_11_28/models/group_0028.py +264 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0029.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0030.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0031.py +81 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0032.py +16 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0033.py +24 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0034.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0035.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0036.py +19 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0037.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0038.py +9 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0039.py +13 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0040.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0041.py +17 -120
- githubkit/versions/ghec_v2022_11_28/models/group_0042.py +16 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0043.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0044.py +14 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0045.py +14 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0046.py +122 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0047.py +7 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0048.py +17 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0049.py +63 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0050.py +29 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0051.py +11 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0052.py +14 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0053.py +23 -166
- githubkit/versions/ghec_v2022_11_28/models/group_0054.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0055.py +59 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0056.py +127 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0057.py +44 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0058.py +172 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0059.py +11 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +15 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0061.py +22 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0062.py +22 -320
- githubkit/versions/ghec_v2022_11_28/models/group_0063.py +32 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0064.py +30 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0065.py +34 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0066.py +48 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0067.py +321 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +81 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0069.py +8 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0070.py +33 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0071.py +101 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0072.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0073.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0074.py +33 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0075.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0076.py +17 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0077.py +43 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0078.py +31 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0079.py +28 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0080.py +9 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0081.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0082.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0083.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0084.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0085.py +12 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0086.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0087.py +26 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0088.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0089.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0090.py +15 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0091.py +15 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0092.py +24 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0093.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0094.py +92 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0095.py +13 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0096.py +7 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0097.py +36 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0098.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0099.py +28 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0100.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0102.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0103.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0104.py +23 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0105.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0107.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0108.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0109.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0110.py +16 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0111.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0112.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0113.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0114.py +13 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0115.py +10 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0116.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0117.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0118.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0119.py +29 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0120.py +12 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +23 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0122.py +23 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0123.py +9 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0124.py +6 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0125.py +12 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0126.py +15 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0127.py +16 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0128.py +120 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0129.py +90 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0130.py +87 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0131.py +31 -108
- githubkit/versions/ghec_v2022_11_28/models/group_0132.py +26 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0133.py +11 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0134.py +10 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0135.py +37 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0136.py +22 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0137.py +14 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0138.py +94 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0139.py +41 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0140.py +80 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0141.py +72 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0142.py +45 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0143.py +62 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0144.py +114 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0145.py +29 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0146.py +21 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0147.py +6 -149
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +18 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0149.py +21 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0150.py +23 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +30 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +74 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +86 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +147 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +25 -171
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +19 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +16 -141
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +124 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +8 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +13 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +13 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +169 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +25 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +144 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +11 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +65 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +45 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +20 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +25 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +36 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +30 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +16 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +16 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +7 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +14 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +12 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +13 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +31 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +28 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +8 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +40 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +11 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +20 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +41 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +41 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +55 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +66 -159
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +76 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +16 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +30 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +9 -184
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +8 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +174 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +38 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +83 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +22 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +175 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +20 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +108 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +30 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +14 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +43 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +140 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +22 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +12 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +18 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +36 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +25 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +79 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +9 -97
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +7 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +48 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +32 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +91 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +40 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +15 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +46 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +38 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +87 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +34 -154
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +25 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +30 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +36 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +124 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +161 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +17 -145
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +15 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +9 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +22 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +49 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +26 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +22 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +143 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +20 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +35 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +36 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +70 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +63 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +41 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +88 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +9 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +7 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +42 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +11 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +23 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +17 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +9 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +54 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +21 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +24 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +34 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +46 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +33 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +13 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +8 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +20 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +32 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +29 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +7 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +28 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +60 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +43 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +18 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +6 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +17 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +79 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +21 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +13 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +33 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +18 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +32 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +22 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +55 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +33 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +34 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +24 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +30 -146
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +114 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +50 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +33 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +45 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +12 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +30 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +128 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +8 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +27 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +37 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +76 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +40 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +10 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +78 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +20 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +10 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +14 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +7 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +16 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +46 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +6 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +12 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +80 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +21 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +26 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +22 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +8 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +30 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +59 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +10 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +9 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +121 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +23 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0332.py +23 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0333.py +15 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0334.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +14 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +14 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +15 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +19 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +24 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +31 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0342.py +26 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0343.py +27 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0344.py +28 -134
- githubkit/versions/ghec_v2022_11_28/models/group_0345.py +32 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +42 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +11 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +88 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +58 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +142 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +18 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +17 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +7 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +32 -87
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +9 -89
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +79 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +22 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +83 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +64 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +25 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +13 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +10 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +63 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +65 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +25 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +40 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +14 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +18 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +15 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +15 -106
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +14 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +14 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +87 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +19 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +59 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +13 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +112 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +90 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +123 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +26 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +21 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +16 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +9 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +8 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +10 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +9 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +10 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +40 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +16 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +35 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +25 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +30 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +15 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +22 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +22 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +29 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +62 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +14 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +7 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +50 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +119 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +16 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +23 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +47 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +112 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +23 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +132 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +71 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +57 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +59 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +31 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +147 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +65 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +15 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +41 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +6 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +10 -357
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +9 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +20 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +7 -167
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +23 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +12 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +18 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +357 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +63 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +40 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +169 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +46 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +55 -155
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +16 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +68 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +4 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +83 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +61 -283
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +47 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +4 -372
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +15 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +88 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +16 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +389 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +348 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +28 -180
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +39 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +38 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +55 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +16 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +56 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +44 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +175 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +49 -119
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +51 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +10 -1052
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +20 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +18 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +17 -129
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +19 -129
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +115 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +26 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +1029 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +126 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +80 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +124 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +132 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +56 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +78 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +98 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +115 -195
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +38 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +51 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +11 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +15 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +19 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +203 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +21 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +20 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +44 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +26 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +32 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +7 -338
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +14 -320
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +7 -338
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +24 -177
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +7 -203
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +14 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +7 -198
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +272 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +273 -105
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +272 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +189 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +195 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +160 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +192 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +171 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +156 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +119 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +29 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +27 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +21 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +28 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +22 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +17 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +17 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +17 -580
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +22 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +20 -438
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +20 -438
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +20 -476
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +14 -840
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +17 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +559 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +35 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +433 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +433 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +463 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +840 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +39 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +32 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +33 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +50 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +16 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +31 -164
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +11 -172
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +34 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +37 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +15 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +22 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +164 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +165 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +9 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +118 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +10 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +28 -89
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +14 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +19 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +31 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +53 -147
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +47 -164
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +33 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +96 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +43 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +36 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +80 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +158 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +118 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +56 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +29 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +30 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +63 -127
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +29 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +7 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +129 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +29 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +38 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +158 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +117 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +56 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +29 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +30 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +59 -127
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +29 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +7 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +130 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +29 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +40 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +158 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +118 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +56 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +29 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +34 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +84 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +28 -193
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +7 -216
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +129 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +28 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +36 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +41 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +161 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +204 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +29 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +6 -406
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +7 -369
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +10 -441
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +8 -424
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +75 -382
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +6 -417
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +12 -1033
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +403 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +85 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +120 -322
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +414 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +402 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +79 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +1029 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +16 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +415 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +630 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +20 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +18 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +388 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +16 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +16 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +13 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +46 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +22 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +67 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +72 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +80 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +22 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +51 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +54 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +13 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +51 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +18 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +22 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +51 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +17 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +17 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +18 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +70 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +17 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +35 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +14 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +36 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +43 -555
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +75 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +42 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +61 -164
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +29 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +26 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +67 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +555 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +26 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +71 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +160 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +94 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +19 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +19 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +20 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +21 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +15 -92
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +47 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +9 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +31 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +66 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +24 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +82 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +52 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +51 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +12 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +23 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +45 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +24 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +23 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +58 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +15 -93
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +12 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +70 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +34 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +12 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +93 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +25 -1131
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +15 -1196
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +13 -1188
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +13 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +13 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +81 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +9 -1142
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +1108 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +257 -198
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +271 -219
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +13 -1117
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +18 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +1141 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +79 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +286 -503
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +267 -302
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +259 -294
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +19 -1220
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +14 -1061
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +13 -1269
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +13 -1293
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +368 -276
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +213 -327
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +225 -195
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +320 -426
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +250 -514
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +326 -204
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +382 -240
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +332 -216
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +367 -213
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +913 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +1325 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +1324 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +1045 -469
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +1154 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +1139 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +1090 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +377 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +14 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +67 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +558 -146
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +15 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +62 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +186 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +16 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +16 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +65 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +161 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +18 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +22 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +18 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +10 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +34 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +63 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +28 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +38 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +30 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +62 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +43 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +18 -97
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +32 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +13 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +96 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +91 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +125 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +98 -271
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +34 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +16 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +78 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +16 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +76 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +17 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +274 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +6 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +13 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +34 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +17 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +35 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +60 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +17 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +17 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +15 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +118 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +16 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +7 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +8 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +15 -208
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +58 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +45 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +43 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +19 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +18 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +210 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +12 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +12 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +11 -233
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +7 -232
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +31 -220
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +31 -323
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +32 -223
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +28 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +15 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +204 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +218 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +226 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +298 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +220 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +28 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +18 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +57 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +45 -455
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +43 -460
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +59 -434
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +60 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +54 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +82 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +95 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +476 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +473 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +481 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +36 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +13 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +16 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +6 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +6 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +22 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +5 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +48 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +42 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +36 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +31 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +14 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +6 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +7 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +16 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +10 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +9 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +7 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +37 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +40 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +93 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +109 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +13 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +20 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +27 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +45 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +15 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +82 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +77 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +10 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +23 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +24 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +30 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +114 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +26 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +38 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +6 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +24 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +9 -152
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +6 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +30 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +23 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +6 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +8 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +30 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +35 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +66 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +149 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +160 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +11 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +9 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +25 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +31 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +13 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +10 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +6 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +8 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +14 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +14 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +29 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +22 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +8 -116
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +6 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +39 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +30 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +4 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +32 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +40 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +4 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +14 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +32 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +38 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +8 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +11 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +116 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +82 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +82 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +24 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +28 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +5 -275
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +21 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +4 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +23 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +21 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +4 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +20 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +6 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +249 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +6 -212
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +9 -85
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +14 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +8 -105
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +9 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +8 -60
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +7 -103
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +7 -56
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +35 -59
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +31 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +7 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +45 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +5 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +76 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +11 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +207 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +79 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +47 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +15 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +11 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +9 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +9 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +9 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +7 -59
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +5 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +96 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +57 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +56 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +100 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +42 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +59 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +11 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +7 -48
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +16 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +24 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +24 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +34 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +37 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +49 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +24 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +16 -64
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +6 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +11 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +9 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +11 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +14 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +54 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +45 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +23 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +15 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +46 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +9 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +43 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +28 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +32 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +35 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +23 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +18 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +69 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +35 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +38 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +41 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +21 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +19 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +15 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +6 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +29 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +11 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +9 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +40 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +6 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +22 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +11 -41
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +11 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +9 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +11 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +20 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +7 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +26 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +26 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +21 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +27 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +13 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +10 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +14 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +20 -68
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +6 -76
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +27 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +10 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +25 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +33 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +6 -50
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +17 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +7 -66
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +10 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +47 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +31 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1206.py +15 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1207.py +39 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1208.py +6 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1209.py +72 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1210.py +78 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1211.py +14 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1212.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1213.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1214.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1215.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1216.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1217.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1218.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1219.py +45 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1220.py +47 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1221.py +67 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1222.py +31 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1223.py +15 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1224.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1225.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1226.py +11 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1227.py +15 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1228.py +7 -86
- githubkit/versions/ghec_v2022_11_28/models/group_1229.py +10 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1230.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1231.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1232.py +8 -160
- githubkit/versions/ghec_v2022_11_28/models/group_1233.py +45 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1234.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1235.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1236.py +70 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1237.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1238.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1239.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1240.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1241.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1242.py +36 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1243.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1244.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1245.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1246.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1247.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1248.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1249.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1250.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1251.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1252.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1253.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1254.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1255.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1256.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1257.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1258.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1259.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1260.py +184 -0
- githubkit/versions/ghec_v2022_11_28/rest/__init__.py +7 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +2092 -699
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +81 -80
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +103 -102
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +41 -40
- githubkit/versions/ghec_v2022_11_28/rest/checks.py +45 -44
- githubkit/versions/ghec_v2022_11_28/rest/classroom.py +13 -12
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +69 -68
- githubkit/versions/ghec_v2022_11_28/rest/code_security.py +77 -76
- githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +5 -4
- githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +151 -150
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +49 -48
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +73 -60
- githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +11 -10
- githubkit/versions/ghec_v2022_11_28/rest/emojis.py +3 -2
- githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +663 -212
- githubkit/versions/ghec_v2022_11_28/rest/gists.py +57 -56
- githubkit/versions/ghec_v2022_11_28/rest/git.py +51 -50
- githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +5 -4
- githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +495 -0
- githubkit/versions/ghec_v2022_11_28/rest/interactions.py +31 -30
- githubkit/versions/ghec_v2022_11_28/rest/issues.py +157 -156
- githubkit/versions/ghec_v2022_11_28/rest/licenses.py +7 -6
- githubkit/versions/ghec_v2022_11_28/rest/markdown.py +9 -8
- githubkit/versions/ghec_v2022_11_28/rest/meta.py +11 -10
- githubkit/versions/ghec_v2022_11_28/rest/migrations.py +69 -68
- githubkit/versions/ghec_v2022_11_28/rest/oidc.py +9 -8
- githubkit/versions/ghec_v2022_11_28/rest/orgs.py +303 -302
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +55 -54
- githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +21 -20
- githubkit/versions/ghec_v2022_11_28/rest/projects.py +97 -96
- githubkit/versions/ghec_v2022_11_28/rest/pulls.py +109 -108
- githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +3 -2
- githubkit/versions/ghec_v2022_11_28/rest/reactions.py +87 -86
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +677 -670
- githubkit/versions/ghec_v2022_11_28/rest/scim.py +25 -24
- githubkit/versions/ghec_v2022_11_28/rest/search.py +15 -14
- githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +25 -24
- githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +33 -32
- githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +3 -2
- githubkit/versions/ghec_v2022_11_28/rest/teams.py +221 -220
- githubkit/versions/ghec_v2022_11_28/rest/users.py +129 -122
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +4874 -4728
- githubkit/versions/ghec_v2022_11_28/types/group_0002.py +9 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0003.py +27 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0004.py +102 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0005.py +19 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0006.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0007.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0008.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0009.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0010.py +29 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0011.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0012.py +19 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0013.py +10 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0014.py +21 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0015.py +62 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0016.py +13 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0017.py +58 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0018.py +32 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0019.py +10 -118
- githubkit/versions/ghec_v2022_11_28/types/group_0020.py +118 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0021.py +15 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0022.py +13 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0023.py +37 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0024.py +8 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0025.py +31 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0026.py +71 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0027.py +15 -184
- githubkit/versions/ghec_v2022_11_28/types/group_0028.py +187 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0029.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0030.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0031.py +49 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0032.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0033.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0034.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0035.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0036.py +19 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0037.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0038.py +7 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0039.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0040.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0041.py +13 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0042.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0043.py +26 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0044.py +9 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0045.py +9 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0046.py +82 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0047.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0048.py +12 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0049.py +51 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0050.py +22 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0051.py +8 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0052.py +14 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0053.py +12 -98
- githubkit/versions/ghec_v2022_11_28/types/group_0054.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0055.py +38 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0056.py +55 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0057.py +30 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0058.py +97 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0059.py +9 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +7 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0061.py +21 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0062.py +12 -181
- githubkit/versions/ghec_v2022_11_28/types/group_0063.py +31 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0064.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0065.py +29 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0066.py +31 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0067.py +184 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +33 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0069.py +7 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0070.py +24 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0071.py +69 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0072.py +31 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0073.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0074.py +29 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0075.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0076.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0077.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0078.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0079.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0080.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0081.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0082.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0083.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0084.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0085.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0086.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0087.py +14 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0088.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0089.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0090.py +18 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0091.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0092.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0093.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0094.py +79 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0095.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0096.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0097.py +29 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0098.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0099.py +12 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0100.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0101.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0102.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0103.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0104.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0105.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0106.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0107.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0108.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0109.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0110.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0111.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0112.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0113.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0114.py +8 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0115.py +8 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0116.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0117.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0118.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0119.py +17 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0120.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0121.py +16 -108
- githubkit/versions/ghec_v2022_11_28/types/group_0122.py +23 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0123.py +10 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0124.py +4 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0125.py +13 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0126.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0127.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0128.py +108 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0129.py +39 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0130.py +36 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0131.py +22 -88
- githubkit/versions/ghec_v2022_11_28/types/group_0132.py +27 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0133.py +7 -68
- githubkit/versions/ghec_v2022_11_28/types/group_0134.py +7 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0135.py +18 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0136.py +19 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0137.py +15 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0138.py +76 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0139.py +31 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0140.py +65 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0141.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0142.py +39 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0143.py +61 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0144.py +106 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0145.py +25 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0146.py +18 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0147.py +6 -134
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +19 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0149.py +20 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0150.py +18 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +20 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +65 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +74 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +132 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +23 -91
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +14 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +9 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +86 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +6 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +96 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +76 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +10 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +27 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +19 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +8 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +22 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +29 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +20 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +28 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +10 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +14 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +6 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +11 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +23 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +22 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +7 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +21 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +10 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +38 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +33 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +42 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +59 -135
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +64 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +12 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +25 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +8 -132
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +8 -99
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +136 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +15 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +39 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +22 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +122 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +13 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +93 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +26 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +23 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +35 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +98 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +22 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +10 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +33 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +19 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +52 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +6 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +8 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +6 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +39 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +27 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +58 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +28 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +35 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +33 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +72 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +23 -113
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +25 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +19 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +19 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +111 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +121 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +14 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +8 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +9 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +20 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +43 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +23 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +19 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +113 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +16 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +25 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +60 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +57 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +28 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +25 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +50 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +8 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +21 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +19 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +15 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +38 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +27 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +15 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +32 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +25 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +8 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +5 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +23 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +6 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +20 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +55 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +38 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +18 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +6 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +13 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +69 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +20 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +13 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +28 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +19 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +29 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +22 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +51 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0295.py +25 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0296.py +31 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0297.py +22 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +22 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +98 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +43 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +29 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +30 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +10 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +25 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +57 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +27 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +50 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +27 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +8 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +57 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +8 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +4 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +9 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +29 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +11 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +67 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +22 -91
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +17 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +7 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +19 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +56 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +9 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +8 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +90 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +19 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0332.py +19 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0333.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0334.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +13 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0336.py +13 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0337.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0338.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +18 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +29 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0342.py +23 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0343.py +23 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0344.py +23 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0345.py +24 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0346.py +33 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0347.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +73 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +50 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +92 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +17 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +16 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +14 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +11 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +26 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +8 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +55 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +20 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +25 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +75 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +56 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +23 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +19 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +56 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +48 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +24 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +39 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +15 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +10 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +10 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +10 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +38 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +29 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +70 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +47 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +73 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +22 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +10 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +8 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +10 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +10 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +23 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +26 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +11 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +10 -95
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +19 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +14 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +27 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +8 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +6 -104
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +28 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +97 -117
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +13 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +19 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +38 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +34 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +101 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +19 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +121 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +59 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +52 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +54 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +83 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +9 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +59 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +31 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +8 -269
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +11 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +16 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +7 -90
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +22 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +10 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +18 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +269 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +45 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +15 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +91 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +40 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +44 -133
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +15 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +60 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +3 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +67 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +44 -234
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +40 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +4 -330
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +13 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +6 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +74 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +12 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +335 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +305 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +27 -132
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +34 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +33 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +39 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +48 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +41 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +150 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +43 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +48 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +7 -854
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +20 -118
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +10 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +12 -117
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +16 -118
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +74 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +17 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +832 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +87 -79
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +71 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +107 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +123 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +53 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +45 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +85 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +110 -160
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +32 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +46 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +163 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +13 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +15 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +6 -258
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +11 -251
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +6 -254
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +17 -131
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +6 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +11 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +6 -138
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +218 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +217 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +208 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +137 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +143 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +103 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +137 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +113 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +104 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +92 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +15 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +20 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +15 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +12 -534
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +18 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +14 -406
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +14 -404
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +14 -440
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +11 -746
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +520 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +21 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +405 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +403 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +431 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +750 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +33 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +29 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +38 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +12 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +19 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +8 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +19 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +12 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +15 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +141 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +140 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +12 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +112 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +10 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +20 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +18 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +30 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +28 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +18 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +70 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +25 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +19 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +72 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +147 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +94 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +30 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +36 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +49 -118
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +24 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +7 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +115 -2
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +29 -79
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +24 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +147 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +93 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +30 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +36 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +49 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +24 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +7 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +116 -2
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +29 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +26 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +145 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +92 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +30 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +35 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +75 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +24 -168
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +7 -182
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +115 -2
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +29 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +24 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +17 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +137 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +169 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +30 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +5 -342
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +5 -301
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +9 -368
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +6 -350
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +65 -322
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +6 -349
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +10 -889
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +357 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +61 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +80 -264
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +358 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +360 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +55 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +900 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +358 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +554 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +15 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +15 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +342 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +13 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +13 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +12 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +33 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +16 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +60 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +62 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +67 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +40 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +41 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +45 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +44 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +14 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +49 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +13 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +17 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +17 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +17 -484
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +67 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +17 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +35 -158
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +27 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +14 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +63 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +486 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +14 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +61 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +150 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +71 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +12 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +13 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +13 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +11 -79
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +25 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +13 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +28 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +60 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +21 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +75 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +47 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +11 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +32 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +15 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +16 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +36 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +13 -94
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +10 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +59 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +30 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +10 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +95 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +21 -926
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +13 -985
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +11 -975
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +10 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +10 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +67 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +8 -946
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +913 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +188 -138
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +199 -157
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +12 -921
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +945 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +62 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +211 -359
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +188 -214
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +186 -223
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +15 -1011
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +13 -903
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +12 -1052
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +12 -1068
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +267 -220
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +169 -259
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +176 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +227 -305
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +183 -377
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +248 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +300 -173
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +252 -157
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +272 -158
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +761 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +1089 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +1080 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +822 -378
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +944 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +925 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +884 -109
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +285 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +60 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +467 -102
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +55 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +163 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +45 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +140 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +14 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +13 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +9 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +26 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +51 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +15 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +15 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +15 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +42 -92
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +17 -109
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +13 -91
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +27 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +13 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +78 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +88 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +109 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +77 -200
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +72 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +72 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +16 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +216 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +17 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +30 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +12 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +103 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +12 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +12 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +13 -188
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +34 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +20 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +16 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +190 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +8 -179
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +5 -180
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +18 -178
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +19 -247
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +19 -181
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +20 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +10 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +171 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +168 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +176 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +232 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +173 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +19 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +17 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +36 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +34 -395
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +37 -404
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +39 -394
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +42 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +47 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +63 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +65 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +416 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +416 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +418 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +32 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +30 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +18 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +5 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +7 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +5 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +7 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +35 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +37 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +43 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +48 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +8 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +11 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +73 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +73 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +6 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +16 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +18 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +27 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +41 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +18 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +9 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +6 -86
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +5 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +27 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +55 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +86 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +87 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +8 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +14 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +22 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +5 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +23 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +13 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +5 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +24 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +23 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +24 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +5 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +46 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +73 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +71 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -159
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +17 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +3 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +9 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -38
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +137 -38
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +4 -123
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +6 -48
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +7 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +7 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +7 -53
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +11 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +13 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +6 -60
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +6 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +28 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +42 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +64 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +122 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +50 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +26 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +13 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +8 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +6 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +7 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +5 -33
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +52 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +29 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +37 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +59 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +29 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +36 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +15 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +9 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +19 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +12 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +36 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +32 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +24 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +4 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +20 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +23 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +41 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +24 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +23 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +23 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +29 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +4 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +14 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +16 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +10 -63
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +5 -65
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +14 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +5 -52
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +25 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +5 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1207.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1208.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1209.py +63 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1210.py +64 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1211.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1212.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1213.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1214.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1215.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1216.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1217.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1218.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1219.py +32 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1220.py +35 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1221.py +52 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1222.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1223.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1225.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1226.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1227.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1228.py +9 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1229.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1230.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1231.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1232.py +5 -135
- githubkit/versions/ghec_v2022_11_28/types/group_1233.py +36 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1234.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1235.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1236.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1237.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1238.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1239.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1240.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1241.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1242.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1243.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1244.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1245.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1246.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1247.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1248.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1249.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1250.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1251.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1252.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1253.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1254.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1255.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1256.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1257.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1258.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1259.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1260.py +152 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +89 -82
- githubkit/versions/latest/models.py +87 -7
- githubkit/versions/latest/types.py +89 -7
- githubkit/versions/v2022_11_28/models/__init__.py +4545 -4463
- githubkit/versions/v2022_11_28/models/group_0002.py +11 -32
- githubkit/versions/v2022_11_28/models/group_0003.py +31 -155
- githubkit/versions/v2022_11_28/models/group_0004.py +149 -18
- githubkit/versions/v2022_11_28/models/group_0005.py +20 -12
- githubkit/versions/v2022_11_28/models/group_0006.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0007.py +9 -14
- githubkit/versions/v2022_11_28/models/group_0008.py +16 -32
- githubkit/versions/v2022_11_28/models/group_0009.py +14 -20
- githubkit/versions/v2022_11_28/models/group_0010.py +33 -30
- githubkit/versions/v2022_11_28/models/group_0011.py +17 -11
- githubkit/versions/v2022_11_28/models/group_0012.py +37 -26
- githubkit/versions/v2022_11_28/models/group_0013.py +12 -89
- githubkit/versions/v2022_11_28/models/group_0014.py +26 -23
- githubkit/versions/v2022_11_28/models/group_0015.py +87 -13
- githubkit/versions/v2022_11_28/models/group_0016.py +14 -203
- githubkit/versions/v2022_11_28/models/group_0017.py +206 -40
- githubkit/versions/v2022_11_28/models/group_0018.py +41 -15
- githubkit/versions/v2022_11_28/models/group_0019.py +11 -180
- githubkit/versions/v2022_11_28/models/group_0020.py +178 -18
- githubkit/versions/v2022_11_28/models/group_0021.py +17 -14
- githubkit/versions/v2022_11_28/models/group_0022.py +18 -39
- githubkit/versions/v2022_11_28/models/group_0023.py +41 -12
- githubkit/versions/v2022_11_28/models/group_0024.py +12 -94
- githubkit/versions/v2022_11_28/models/group_0025.py +47 -68
- githubkit/versions/v2022_11_28/models/group_0026.py +107 -22
- githubkit/versions/v2022_11_28/models/group_0027.py +22 -172
- githubkit/versions/v2022_11_28/models/group_0028.py +172 -8
- githubkit/versions/v2022_11_28/models/group_0029.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0030.py +15 -129
- githubkit/versions/v2022_11_28/models/group_0031.py +127 -25
- githubkit/versions/v2022_11_28/models/group_0032.py +28 -8
- githubkit/versions/v2022_11_28/models/group_0033.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0034.py +22 -88
- githubkit/versions/v2022_11_28/models/group_0035.py +93 -44
- githubkit/versions/v2022_11_28/models/group_0036.py +52 -13
- githubkit/versions/v2022_11_28/models/group_0037.py +14 -86
- githubkit/versions/v2022_11_28/models/group_0038.py +90 -25
- githubkit/versions/v2022_11_28/models/group_0039.py +31 -15
- githubkit/versions/v2022_11_28/models/group_0040.py +14 -118
- githubkit/versions/v2022_11_28/models/group_0041.py +91 -19
- githubkit/versions/v2022_11_28/models/group_0042.py +39 -76
- githubkit/versions/v2022_11_28/models/group_0043.py +67 -58
- githubkit/versions/v2022_11_28/models/group_0044.py +66 -37
- githubkit/versions/v2022_11_28/models/group_0045.py +14 -37
- githubkit/versions/v2022_11_28/models/group_0046.py +44 -100
- githubkit/versions/v2022_11_28/models/group_0047.py +115 -23
- githubkit/versions/v2022_11_28/models/group_0048.py +28 -27
- githubkit/versions/v2022_11_28/models/group_0049.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0050.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0051.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0052.py +17 -21
- githubkit/versions/v2022_11_28/models/group_0053.py +26 -40
- githubkit/versions/v2022_11_28/models/group_0054.py +32 -69
- githubkit/versions/v2022_11_28/models/group_0055.py +62 -70
- githubkit/versions/v2022_11_28/models/group_0056.py +65 -132
- githubkit/versions/v2022_11_28/models/group_0057.py +139 -22
- githubkit/versions/v2022_11_28/models/group_0058.py +30 -14
- githubkit/versions/v2022_11_28/models/group_0059.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0060.py +27 -49
- githubkit/versions/v2022_11_28/models/group_0061.py +31 -104
- githubkit/versions/v2022_11_28/models/group_0062.py +114 -8
- githubkit/versions/v2022_11_28/models/group_0063.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0064.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0065.py +76 -10
- githubkit/versions/v2022_11_28/models/group_0066.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0067.py +24 -14
- githubkit/versions/v2022_11_28/models/group_0068.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0069.py +20 -17
- githubkit/versions/v2022_11_28/models/group_0070.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0071.py +9 -34
- githubkit/versions/v2022_11_28/models/group_0072.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0073.py +13 -34
- githubkit/versions/v2022_11_28/models/group_0074.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0075.py +14 -60
- githubkit/versions/v2022_11_28/models/group_0076.py +29 -48
- githubkit/versions/v2022_11_28/models/group_0077.py +16 -25
- githubkit/versions/v2022_11_28/models/group_0078.py +24 -138
- githubkit/versions/v2022_11_28/models/group_0079.py +18 -13
- githubkit/versions/v2022_11_28/models/group_0080.py +46 -57
- githubkit/versions/v2022_11_28/models/group_0081.py +47 -24
- githubkit/versions/v2022_11_28/models/group_0082.py +24 -41
- githubkit/versions/v2022_11_28/models/group_0083.py +122 -48
- githubkit/versions/v2022_11_28/models/group_0084.py +12 -335
- githubkit/versions/v2022_11_28/models/group_0085.py +42 -57
- githubkit/versions/v2022_11_28/models/group_0086.py +34 -10
- githubkit/versions/v2022_11_28/models/group_0087.py +33 -20
- githubkit/versions/v2022_11_28/models/group_0088.py +77 -21
- githubkit/versions/v2022_11_28/models/group_0089.py +329 -26
- githubkit/versions/v2022_11_28/models/group_0090.py +82 -14
- githubkit/versions/v2022_11_28/models/group_0091.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0092.py +24 -13
- githubkit/versions/v2022_11_28/models/group_0093.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0094.py +32 -14
- githubkit/versions/v2022_11_28/models/group_0095.py +20 -13
- githubkit/versions/v2022_11_28/models/group_0096.py +12 -17
- githubkit/versions/v2022_11_28/models/group_0097.py +11 -31
- githubkit/versions/v2022_11_28/models/group_0098.py +12 -41
- githubkit/versions/v2022_11_28/models/group_0099.py +14 -54
- githubkit/versions/v2022_11_28/models/group_0100.py +11 -41
- githubkit/versions/v2022_11_28/models/group_0101.py +16 -38
- githubkit/versions/v2022_11_28/models/group_0102.py +23 -45
- githubkit/versions/v2022_11_28/models/group_0103.py +36 -89
- githubkit/versions/v2022_11_28/models/group_0104.py +40 -71
- githubkit/versions/v2022_11_28/models/group_0105.py +38 -20
- githubkit/versions/v2022_11_28/models/group_0106.py +35 -28
- githubkit/versions/v2022_11_28/models/group_0107.py +52 -39
- githubkit/versions/v2022_11_28/models/group_0108.py +82 -26
- githubkit/versions/v2022_11_28/models/group_0109.py +85 -10
- githubkit/versions/v2022_11_28/models/group_0110.py +24 -12
- githubkit/versions/v2022_11_28/models/group_0111.py +34 -12
- githubkit/versions/v2022_11_28/models/group_0112.py +33 -171
- githubkit/versions/v2022_11_28/models/group_0113.py +28 -15
- githubkit/versions/v2022_11_28/models/group_0114.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0115.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0116.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0117.py +177 -11
- githubkit/versions/v2022_11_28/models/group_0118.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0119.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0120.py +14 -12
- githubkit/versions/v2022_11_28/models/group_0121.py +9 -35
- githubkit/versions/v2022_11_28/models/group_0122.py +16 -14
- githubkit/versions/v2022_11_28/models/group_0123.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0124.py +8 -14
- githubkit/versions/v2022_11_28/models/group_0125.py +9 -90
- githubkit/versions/v2022_11_28/models/group_0126.py +31 -8
- githubkit/versions/v2022_11_28/models/group_0127.py +16 -7
- githubkit/versions/v2022_11_28/models/group_0128.py +10 -33
- githubkit/versions/v2022_11_28/models/group_0129.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0130.py +89 -29
- githubkit/versions/v2022_11_28/models/group_0131.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0132.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0133.py +36 -14
- githubkit/versions/v2022_11_28/models/group_0134.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0135.py +27 -20
- githubkit/versions/v2022_11_28/models/group_0136.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0137.py +6 -34
- githubkit/versions/v2022_11_28/models/group_0138.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0139.py +12 -14
- githubkit/versions/v2022_11_28/models/group_0140.py +23 -14
- githubkit/versions/v2022_11_28/models/group_0141.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0142.py +29 -11
- githubkit/versions/v2022_11_28/models/group_0143.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0144.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0145.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0146.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0147.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0148.py +16 -9
- githubkit/versions/v2022_11_28/models/group_0149.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0150.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0151.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0152.py +13 -25
- githubkit/versions/v2022_11_28/models/group_0153.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0154.py +10 -127
- githubkit/versions/v2022_11_28/models/group_0155.py +27 -36
- githubkit/versions/v2022_11_28/models/group_0156.py +12 -83
- githubkit/versions/v2022_11_28/models/group_0157.py +24 -21
- githubkit/versions/v2022_11_28/models/group_0158.py +17 -177
- githubkit/versions/v2022_11_28/models/group_0159.py +119 -73
- githubkit/versions/v2022_11_28/models/group_0160.py +41 -10
- githubkit/versions/v2022_11_28/models/group_0161.py +85 -10
- githubkit/versions/v2022_11_28/models/group_0162.py +22 -114
- githubkit/versions/v2022_11_28/models/group_0163.py +178 -30
- githubkit/versions/v2022_11_28/models/group_0164.py +81 -26
- githubkit/versions/v2022_11_28/models/group_0165.py +13 -20
- githubkit/versions/v2022_11_28/models/group_0166.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0167.py +16 -40
- githubkit/versions/v2022_11_28/models/group_0168.py +98 -130
- githubkit/versions/v2022_11_28/models/group_0169.py +30 -19
- githubkit/versions/v2022_11_28/models/group_0170.py +26 -11
- githubkit/versions/v2022_11_28/models/group_0171.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0172.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0173.py +44 -9
- githubkit/versions/v2022_11_28/models/group_0174.py +147 -17
- githubkit/versions/v2022_11_28/models/group_0175.py +24 -32
- githubkit/versions/v2022_11_28/models/group_0176.py +13 -27
- githubkit/versions/v2022_11_28/models/group_0177.py +10 -87
- githubkit/versions/v2022_11_28/models/group_0178.py +8 -16
- githubkit/versions/v2022_11_28/models/group_0179.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0180.py +20 -13
- githubkit/versions/v2022_11_28/models/group_0181.py +34 -16
- githubkit/versions/v2022_11_28/models/group_0182.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0183.py +86 -47
- githubkit/versions/v2022_11_28/models/group_0184.py +12 -42
- githubkit/versions/v2022_11_28/models/group_0185.py +6 -98
- githubkit/versions/v2022_11_28/models/group_0186.py +10 -42
- githubkit/versions/v2022_11_28/models/group_0187.py +17 -8
- githubkit/versions/v2022_11_28/models/group_0188.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0189.py +41 -43
- githubkit/versions/v2022_11_28/models/group_0190.py +36 -41
- githubkit/versions/v2022_11_28/models/group_0191.py +89 -77
- githubkit/versions/v2022_11_28/models/group_0192.py +34 -40
- githubkit/versions/v2022_11_28/models/group_0193.py +9 -28
- githubkit/versions/v2022_11_28/models/group_0194.py +15 -13
- githubkit/versions/v2022_11_28/models/group_0195.py +49 -9
- githubkit/versions/v2022_11_28/models/group_0196.py +43 -23
- githubkit/versions/v2022_11_28/models/group_0197.py +78 -34
- githubkit/versions/v2022_11_28/models/group_0198.py +47 -125
- githubkit/versions/v2022_11_28/models/group_0199.py +24 -167
- githubkit/versions/v2022_11_28/models/group_0200.py +12 -26
- githubkit/versions/v2022_11_28/models/group_0201.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0202.py +29 -11
- githubkit/versions/v2022_11_28/models/group_0203.py +43 -19
- githubkit/versions/v2022_11_28/models/group_0204.py +122 -49
- githubkit/versions/v2022_11_28/models/group_0205.py +161 -18
- githubkit/versions/v2022_11_28/models/group_0206.py +16 -20
- githubkit/versions/v2022_11_28/models/group_0207.py +8 -153
- githubkit/versions/v2022_11_28/models/group_0208.py +11 -25
- githubkit/versions/v2022_11_28/models/group_0209.py +20 -32
- githubkit/versions/v2022_11_28/models/group_0210.py +51 -31
- githubkit/versions/v2022_11_28/models/group_0211.py +23 -70
- githubkit/versions/v2022_11_28/models/group_0212.py +31 -17
- githubkit/versions/v2022_11_28/models/group_0213.py +143 -57
- githubkit/versions/v2022_11_28/models/group_0214.py +20 -31
- githubkit/versions/v2022_11_28/models/group_0215.py +38 -54
- githubkit/versions/v2022_11_28/models/group_0216.py +26 -81
- githubkit/versions/v2022_11_28/models/group_0217.py +71 -9
- githubkit/versions/v2022_11_28/models/group_0218.py +17 -14
- githubkit/versions/v2022_11_28/models/group_0219.py +68 -8
- githubkit/versions/v2022_11_28/models/group_0220.py +32 -41
- githubkit/versions/v2022_11_28/models/group_0221.py +48 -11
- githubkit/versions/v2022_11_28/models/group_0222.py +81 -22
- githubkit/versions/v2022_11_28/models/group_0223.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0224.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0225.py +7 -54
- githubkit/versions/v2022_11_28/models/group_0226.py +35 -20
- githubkit/versions/v2022_11_28/models/group_0227.py +11 -25
- githubkit/versions/v2022_11_28/models/group_0228.py +24 -33
- githubkit/versions/v2022_11_28/models/group_0229.py +13 -44
- githubkit/versions/v2022_11_28/models/group_0230.py +12 -39
- githubkit/versions/v2022_11_28/models/group_0231.py +52 -11
- githubkit/versions/v2022_11_28/models/group_0232.py +26 -7
- githubkit/versions/v2022_11_28/models/group_0233.py +27 -18
- githubkit/versions/v2022_11_28/models/group_0234.py +36 -25
- githubkit/versions/v2022_11_28/models/group_0235.py +40 -26
- githubkit/versions/v2022_11_28/models/group_0236.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0237.py +11 -25
- githubkit/versions/v2022_11_28/models/group_0238.py +9 -59
- githubkit/versions/v2022_11_28/models/group_0239.py +15 -52
- githubkit/versions/v2022_11_28/models/group_0240.py +32 -22
- githubkit/versions/v2022_11_28/models/group_0241.py +33 -6
- githubkit/versions/v2022_11_28/models/group_0242.py +7 -18
- githubkit/versions/v2022_11_28/models/group_0243.py +19 -76
- githubkit/versions/v2022_11_28/models/group_0244.py +62 -29
- githubkit/versions/v2022_11_28/models/group_0245.py +56 -13
- githubkit/versions/v2022_11_28/models/group_0246.py +13 -35
- githubkit/versions/v2022_11_28/models/group_0247.py +6 -20
- githubkit/versions/v2022_11_28/models/group_0248.py +17 -42
- githubkit/versions/v2022_11_28/models/group_0249.py +78 -17
- githubkit/versions/v2022_11_28/models/group_0250.py +18 -52
- githubkit/versions/v2022_11_28/models/group_0251.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0252.py +31 -25
- githubkit/versions/v2022_11_28/models/group_0253.py +18 -28
- githubkit/versions/v2022_11_28/models/group_0254.py +38 -24
- githubkit/versions/v2022_11_28/models/group_0255.py +22 -107
- githubkit/versions/v2022_11_28/models/group_0256.py +47 -40
- githubkit/versions/v2022_11_28/models/group_0257.py +32 -34
- githubkit/versions/v2022_11_28/models/group_0258.py +35 -56
- githubkit/versions/v2022_11_28/models/group_0259.py +28 -19
- githubkit/versions/v2022_11_28/models/group_0260.py +24 -23
- githubkit/versions/v2022_11_28/models/group_0261.py +90 -126
- githubkit/versions/v2022_11_28/models/group_0262.py +57 -7
- githubkit/versions/v2022_11_28/models/group_0263.py +35 -34
- githubkit/versions/v2022_11_28/models/group_0264.py +52 -34
- githubkit/versions/v2022_11_28/models/group_0265.py +14 -67
- githubkit/versions/v2022_11_28/models/group_0266.py +27 -42
- githubkit/versions/v2022_11_28/models/group_0267.py +144 -10
- githubkit/versions/v2022_11_28/models/group_0268.py +7 -83
- githubkit/versions/v2022_11_28/models/group_0269.py +25 -14
- githubkit/versions/v2022_11_28/models/group_0270.py +37 -12
- githubkit/versions/v2022_11_28/models/group_0271.py +72 -10
- githubkit/versions/v2022_11_28/models/group_0272.py +45 -6
- githubkit/versions/v2022_11_28/models/group_0273.py +10 -15
- githubkit/versions/v2022_11_28/models/group_0274.py +65 -30
- githubkit/versions/v2022_11_28/models/group_0275.py +20 -8
- githubkit/versions/v2022_11_28/models/group_0276.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0277.py +9 -80
- githubkit/versions/v2022_11_28/models/group_0278.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0279.py +17 -39
- githubkit/versions/v2022_11_28/models/group_0280.py +36 -20
- githubkit/versions/v2022_11_28/models/group_0281.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0282.py +12 -29
- githubkit/versions/v2022_11_28/models/group_0283.py +73 -53
- githubkit/versions/v2022_11_28/models/group_0284.py +20 -11
- githubkit/versions/v2022_11_28/models/group_0285.py +39 -9
- githubkit/versions/v2022_11_28/models/group_0286.py +19 -127
- githubkit/versions/v2022_11_28/models/group_0287.py +8 -32
- githubkit/versions/v2022_11_28/models/group_0288.py +30 -28
- githubkit/versions/v2022_11_28/models/group_0289.py +62 -25
- githubkit/versions/v2022_11_28/models/group_0290.py +10 -19
- githubkit/versions/v2022_11_28/models/group_0291.py +9 -30
- githubkit/versions/v2022_11_28/models/group_0292.py +122 -16
- githubkit/versions/v2022_11_28/models/group_0293.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0294.py +23 -25
- githubkit/versions/v2022_11_28/models/group_0295.py +14 -23
- githubkit/versions/v2022_11_28/models/group_0296.py +11 -25
- githubkit/versions/v2022_11_28/models/group_0297.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0298.py +14 -23
- githubkit/versions/v2022_11_28/models/group_0299.py +15 -23
- githubkit/versions/v2022_11_28/models/group_0300.py +19 -25
- githubkit/versions/v2022_11_28/models/group_0301.py +19 -28
- githubkit/versions/v2022_11_28/models/group_0302.py +32 -43
- githubkit/versions/v2022_11_28/models/group_0303.py +18 -18
- githubkit/versions/v2022_11_28/models/group_0304.py +37 -10
- githubkit/versions/v2022_11_28/models/group_0305.py +26 -71
- githubkit/versions/v2022_11_28/models/group_0306.py +27 -53
- githubkit/versions/v2022_11_28/models/group_0307.py +30 -133
- githubkit/versions/v2022_11_28/models/group_0308.py +42 -16
- githubkit/versions/v2022_11_28/models/group_0309.py +18 -18
- githubkit/versions/v2022_11_28/models/group_0310.py +11 -21
- githubkit/versions/v2022_11_28/models/group_0311.py +79 -14
- githubkit/versions/v2022_11_28/models/group_0312.py +69 -6
- githubkit/versions/v2022_11_28/models/group_0313.py +140 -29
- githubkit/versions/v2022_11_28/models/group_0314.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0315.py +18 -76
- githubkit/versions/v2022_11_28/models/group_0316.py +18 -24
- githubkit/versions/v2022_11_28/models/group_0317.py +18 -6
- githubkit/versions/v2022_11_28/models/group_0318.py +6 -23
- githubkit/versions/v2022_11_28/models/group_0319.py +35 -22
- githubkit/versions/v2022_11_28/models/group_0320.py +9 -86
- githubkit/versions/v2022_11_28/models/group_0321.py +68 -82
- githubkit/versions/v2022_11_28/models/group_0322.py +27 -10
- githubkit/versions/v2022_11_28/models/group_0323.py +8 -27
- githubkit/versions/v2022_11_28/models/group_0324.py +20 -13
- githubkit/versions/v2022_11_28/models/group_0325.py +23 -10
- githubkit/versions/v2022_11_28/models/group_0326.py +89 -10
- githubkit/versions/v2022_11_28/models/group_0327.py +73 -47
- githubkit/versions/v2022_11_28/models/group_0328.py +10 -71
- githubkit/versions/v2022_11_28/models/group_0329.py +27 -8
- githubkit/versions/v2022_11_28/models/group_0330.py +13 -26
- githubkit/versions/v2022_11_28/models/group_0331.py +8 -45
- githubkit/versions/v2022_11_28/models/group_0332.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0333.py +61 -16
- githubkit/versions/v2022_11_28/models/group_0334.py +66 -12
- githubkit/versions/v2022_11_28/models/group_0335.py +8 -22
- githubkit/versions/v2022_11_28/models/group_0336.py +25 -18
- githubkit/versions/v2022_11_28/models/group_0337.py +41 -14
- githubkit/versions/v2022_11_28/models/group_0338.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0339.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0340.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0341.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0342.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0343.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0344.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0345.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0346.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0347.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0348.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0349.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0350.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0351.py +14 -79
- githubkit/versions/v2022_11_28/models/group_0352.py +18 -12
- githubkit/versions/v2022_11_28/models/group_0353.py +15 -57
- githubkit/versions/v2022_11_28/models/group_0354.py +20 -8
- githubkit/versions/v2022_11_28/models/group_0355.py +14 -107
- githubkit/versions/v2022_11_28/models/group_0356.py +14 -80
- githubkit/versions/v2022_11_28/models/group_0357.py +70 -107
- githubkit/versions/v2022_11_28/models/group_0358.py +17 -12
- githubkit/versions/v2022_11_28/models/group_0359.py +65 -8
- githubkit/versions/v2022_11_28/models/group_0360.py +11 -27
- githubkit/versions/v2022_11_28/models/group_0361.py +116 -6
- githubkit/versions/v2022_11_28/models/group_0362.py +85 -16
- githubkit/versions/v2022_11_28/models/group_0363.py +128 -24
- githubkit/versions/v2022_11_28/models/group_0364.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0365.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0366.py +28 -8
- githubkit/versions/v2022_11_28/models/group_0367.py +6 -12
- githubkit/versions/v2022_11_28/models/group_0368.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0369.py +21 -8
- githubkit/versions/v2022_11_28/models/group_0370.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0371.py +7 -25
- githubkit/versions/v2022_11_28/models/group_0372.py +7 -42
- githubkit/versions/v2022_11_28/models/group_0373.py +9 -52
- githubkit/versions/v2022_11_28/models/group_0374.py +10 -39
- githubkit/versions/v2022_11_28/models/group_0375.py +8 -121
- githubkit/versions/v2022_11_28/models/group_0376.py +9 -33
- githubkit/versions/v2022_11_28/models/group_0377.py +17 -127
- githubkit/versions/v2022_11_28/models/group_0378.py +24 -70
- githubkit/versions/v2022_11_28/models/group_0379.py +35 -43
- githubkit/versions/v2022_11_28/models/group_0380.py +30 -58
- githubkit/versions/v2022_11_28/models/group_0381.py +121 -7
- githubkit/versions/v2022_11_28/models/group_0382.py +29 -25
- githubkit/versions/v2022_11_28/models/group_0383.py +115 -131
- githubkit/versions/v2022_11_28/models/group_0384.py +86 -9
- githubkit/versions/v2022_11_28/models/group_0385.py +55 -60
- githubkit/versions/v2022_11_28/models/group_0386.py +61 -9
- githubkit/versions/v2022_11_28/models/group_0387.py +10 -41
- githubkit/versions/v2022_11_28/models/group_0388.py +33 -10
- githubkit/versions/v2022_11_28/models/group_0389.py +146 -7
- githubkit/versions/v2022_11_28/models/group_0390.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0391.py +66 -17
- githubkit/versions/v2022_11_28/models/group_0392.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0393.py +32 -23
- githubkit/versions/v2022_11_28/models/group_0394.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0395.py +9 -20
- githubkit/versions/v2022_11_28/models/group_0396.py +9 -356
- githubkit/versions/v2022_11_28/models/group_0397.py +20 -70
- githubkit/versions/v2022_11_28/models/group_0398.py +7 -53
- githubkit/versions/v2022_11_28/models/group_0399.py +22 -62
- githubkit/versions/v2022_11_28/models/group_0400.py +11 -20
- githubkit/versions/v2022_11_28/models/group_0401.py +20 -12
- githubkit/versions/v2022_11_28/models/group_0402.py +341 -49
- githubkit/versions/v2022_11_28/models/group_0403.py +68 -11
- githubkit/versions/v2022_11_28/models/group_0404.py +50 -25
- githubkit/versions/v2022_11_28/models/group_0405.py +60 -73
- githubkit/versions/v2022_11_28/models/group_0406.py +14 -163
- githubkit/versions/v2022_11_28/models/group_0407.py +11 -76
- githubkit/versions/v2022_11_28/models/group_0408.py +65 -12
- githubkit/versions/v2022_11_28/models/group_0409.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0410.py +36 -15
- githubkit/versions/v2022_11_28/models/group_0411.py +20 -28
- githubkit/versions/v2022_11_28/models/group_0412.py +166 -15
- githubkit/versions/v2022_11_28/models/group_0413.py +19 -330
- githubkit/versions/v2022_11_28/models/group_0414.py +11 -57
- githubkit/versions/v2022_11_28/models/group_0415.py +8 -381
- githubkit/versions/v2022_11_28/models/group_0416.py +15 -38
- githubkit/versions/v2022_11_28/models/group_0417.py +91 -42
- githubkit/versions/v2022_11_28/models/group_0418.py +12 -37
- githubkit/versions/v2022_11_28/models/group_0419.py +372 -39
- githubkit/versions/v2022_11_28/models/group_0420.py +58 -13
- githubkit/versions/v2022_11_28/models/group_0421.py +330 -7
- githubkit/versions/v2022_11_28/models/group_0422.py +6 -22
- githubkit/versions/v2022_11_28/models/group_0423.py +34 -175
- githubkit/versions/v2022_11_28/models/group_0424.py +39 -47
- githubkit/versions/v2022_11_28/models/group_0425.py +49 -45
- githubkit/versions/v2022_11_28/models/group_0426.py +16 -18
- githubkit/versions/v2022_11_28/models/group_0427.py +52 -19
- githubkit/versions/v2022_11_28/models/group_0428.py +46 -19
- githubkit/versions/v2022_11_28/models/group_0429.py +176 -20
- githubkit/versions/v2022_11_28/models/group_0430.py +47 -24
- githubkit/versions/v2022_11_28/models/group_0431.py +45 -113
- githubkit/versions/v2022_11_28/models/group_0432.py +19 -44
- githubkit/versions/v2022_11_28/models/group_0433.py +17 -1051
- githubkit/versions/v2022_11_28/models/group_0434.py +18 -165
- githubkit/versions/v2022_11_28/models/group_0435.py +20 -83
- githubkit/versions/v2022_11_28/models/group_0436.py +19 -129
- githubkit/versions/v2022_11_28/models/group_0437.py +110 -127
- githubkit/versions/v2022_11_28/models/group_0438.py +39 -57
- githubkit/versions/v2022_11_28/models/group_0439.py +1025 -55
- githubkit/versions/v2022_11_28/models/group_0440.py +146 -74
- githubkit/versions/v2022_11_28/models/group_0441.py +51 -85
- githubkit/versions/v2022_11_28/models/group_0442.py +133 -35
- githubkit/versions/v2022_11_28/models/group_0443.py +124 -46
- githubkit/versions/v2022_11_28/models/group_0444.py +56 -30
- githubkit/versions/v2022_11_28/models/group_0445.py +79 -24
- githubkit/versions/v2022_11_28/models/group_0446.py +98 -42
- githubkit/versions/v2022_11_28/models/group_0447.py +121 -36
- githubkit/versions/v2022_11_28/models/group_0448.py +30 -193
- githubkit/versions/v2022_11_28/models/group_0449.py +52 -24
- githubkit/versions/v2022_11_28/models/group_0450.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0451.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0452.py +38 -8
- githubkit/versions/v2022_11_28/models/group_0453.py +18 -31
- githubkit/versions/v2022_11_28/models/group_0454.py +203 -8
- githubkit/versions/v2022_11_28/models/group_0455.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0456.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0457.py +14 -320
- githubkit/versions/v2022_11_28/models/group_0458.py +7 -336
- githubkit/versions/v2022_11_28/models/group_0459.py +25 -312
- githubkit/versions/v2022_11_28/models/group_0460.py +7 -203
- githubkit/versions/v2022_11_28/models/group_0461.py +14 -186
- githubkit/versions/v2022_11_28/models/group_0462.py +7 -179
- githubkit/versions/v2022_11_28/models/group_0463.py +251 -112
- githubkit/versions/v2022_11_28/models/group_0464.py +270 -114
- githubkit/versions/v2022_11_28/models/group_0465.py +271 -103
- githubkit/versions/v2022_11_28/models/group_0466.py +155 -77
- githubkit/versions/v2022_11_28/models/group_0467.py +189 -22
- githubkit/versions/v2022_11_28/models/group_0468.py +163 -15
- githubkit/versions/v2022_11_28/models/group_0469.py +188 -18
- githubkit/versions/v2022_11_28/models/group_0470.py +172 -16
- githubkit/versions/v2022_11_28/models/group_0471.py +160 -21
- githubkit/versions/v2022_11_28/models/group_0472.py +114 -19
- githubkit/versions/v2022_11_28/models/group_0473.py +29 -17
- githubkit/versions/v2022_11_28/models/group_0474.py +21 -21
- githubkit/versions/v2022_11_28/models/group_0475.py +27 -21
- githubkit/versions/v2022_11_28/models/group_0476.py +21 -21
- githubkit/versions/v2022_11_28/models/group_0477.py +28 -22
- githubkit/versions/v2022_11_28/models/group_0478.py +22 -16
- githubkit/versions/v2022_11_28/models/group_0479.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0480.py +17 -19
- githubkit/versions/v2022_11_28/models/group_0481.py +17 -19
- githubkit/versions/v2022_11_28/models/group_0482.py +18 -581
- githubkit/versions/v2022_11_28/models/group_0483.py +22 -36
- githubkit/versions/v2022_11_28/models/group_0484.py +20 -438
- githubkit/versions/v2022_11_28/models/group_0485.py +20 -438
- githubkit/versions/v2022_11_28/models/group_0486.py +17 -471
- githubkit/versions/v2022_11_28/models/group_0487.py +15 -841
- githubkit/versions/v2022_11_28/models/group_0488.py +576 -17
- githubkit/versions/v2022_11_28/models/group_0489.py +34 -61
- githubkit/versions/v2022_11_28/models/group_0490.py +433 -17
- githubkit/versions/v2022_11_28/models/group_0491.py +433 -19
- githubkit/versions/v2022_11_28/models/group_0492.py +471 -19
- githubkit/versions/v2022_11_28/models/group_0493.py +833 -28
- githubkit/versions/v2022_11_28/models/group_0494.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0495.py +50 -11
- githubkit/versions/v2022_11_28/models/group_0496.py +11 -39
- githubkit/versions/v2022_11_28/models/group_0497.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0498.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0499.py +32 -11
- githubkit/versions/v2022_11_28/models/group_0500.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0501.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0502.py +61 -8
- githubkit/versions/v2022_11_28/models/group_0503.py +24 -14
- githubkit/versions/v2022_11_28/models/group_0504.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0505.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0506.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0507.py +18 -16
- githubkit/versions/v2022_11_28/models/group_0508.py +11 -171
- githubkit/versions/v2022_11_28/models/group_0509.py +22 -166
- githubkit/versions/v2022_11_28/models/group_0510.py +44 -14
- githubkit/versions/v2022_11_28/models/group_0511.py +35 -117
- githubkit/versions/v2022_11_28/models/group_0512.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0513.py +16 -31
- githubkit/versions/v2022_11_28/models/group_0514.py +163 -28
- githubkit/versions/v2022_11_28/models/group_0515.py +165 -28
- githubkit/versions/v2022_11_28/models/group_0516.py +14 -41
- githubkit/versions/v2022_11_28/models/group_0517.py +113 -56
- githubkit/versions/v2022_11_28/models/group_0518.py +7 -57
- githubkit/versions/v2022_11_28/models/group_0519.py +35 -19
- githubkit/versions/v2022_11_28/models/group_0520.py +19 -95
- githubkit/versions/v2022_11_28/models/group_0521.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0522.py +19 -25
- githubkit/versions/v2022_11_28/models/group_0523.py +50 -77
- githubkit/versions/v2022_11_28/models/group_0524.py +51 -149
- githubkit/versions/v2022_11_28/models/group_0525.py +29 -167
- githubkit/versions/v2022_11_28/models/group_0526.py +87 -35
- githubkit/versions/v2022_11_28/models/group_0527.py +35 -29
- githubkit/versions/v2022_11_28/models/group_0528.py +42 -30
- githubkit/versions/v2022_11_28/models/group_0529.py +62 -65
- githubkit/versions/v2022_11_28/models/group_0530.py +146 -29
- githubkit/versions/v2022_11_28/models/group_0531.py +176 -7
- githubkit/versions/v2022_11_28/models/group_0532.py +14 -109
- githubkit/versions/v2022_11_28/models/group_0533.py +35 -32
- githubkit/versions/v2022_11_28/models/group_0534.py +25 -28
- githubkit/versions/v2022_11_28/models/group_0535.py +86 -36
- githubkit/versions/v2022_11_28/models/group_0536.py +29 -146
- githubkit/versions/v2022_11_28/models/group_0537.py +7 -176
- githubkit/versions/v2022_11_28/models/group_0538.py +109 -14
- githubkit/versions/v2022_11_28/models/group_0539.py +32 -35
- githubkit/versions/v2022_11_28/models/group_0540.py +28 -25
- githubkit/versions/v2022_11_28/models/group_0541.py +38 -84
- githubkit/versions/v2022_11_28/models/group_0542.py +146 -29
- githubkit/versions/v2022_11_28/models/group_0543.py +176 -7
- githubkit/versions/v2022_11_28/models/group_0544.py +14 -110
- githubkit/versions/v2022_11_28/models/group_0545.py +35 -32
- githubkit/versions/v2022_11_28/models/group_0546.py +25 -28
- githubkit/versions/v2022_11_28/models/group_0547.py +84 -40
- githubkit/versions/v2022_11_28/models/group_0548.py +29 -146
- githubkit/versions/v2022_11_28/models/group_0549.py +7 -176
- githubkit/versions/v2022_11_28/models/group_0550.py +110 -14
- githubkit/versions/v2022_11_28/models/group_0551.py +32 -35
- githubkit/versions/v2022_11_28/models/group_0552.py +29 -24
- githubkit/versions/v2022_11_28/models/group_0553.py +39 -84
- githubkit/versions/v2022_11_28/models/group_0554.py +146 -28
- githubkit/versions/v2022_11_28/models/group_0555.py +176 -7
- githubkit/versions/v2022_11_28/models/group_0556.py +14 -109
- githubkit/versions/v2022_11_28/models/group_0557.py +35 -30
- githubkit/versions/v2022_11_28/models/group_0558.py +24 -28
- githubkit/versions/v2022_11_28/models/group_0559.py +86 -37
- githubkit/versions/v2022_11_28/models/group_0560.py +34 -33
- githubkit/versions/v2022_11_28/models/group_0561.py +7 -204
- githubkit/versions/v2022_11_28/models/group_0562.py +82 -139
- githubkit/versions/v2022_11_28/models/group_0563.py +30 -35
- githubkit/versions/v2022_11_28/models/group_0564.py +28 -24
- githubkit/versions/v2022_11_28/models/group_0565.py +37 -82
- githubkit/versions/v2022_11_28/models/group_0566.py +33 -34
- githubkit/versions/v2022_11_28/models/group_0567.py +195 -17
- githubkit/versions/v2022_11_28/models/group_0568.py +171 -78
- githubkit/versions/v2022_11_28/models/group_0569.py +32 -27
- githubkit/versions/v2022_11_28/models/group_0570.py +24 -28
- githubkit/versions/v2022_11_28/models/group_0571.py +12 -354
- githubkit/versions/v2022_11_28/models/group_0572.py +10 -418
- githubkit/versions/v2022_11_28/models/group_0573.py +8 -452
- githubkit/versions/v2022_11_28/models/group_0574.py +75 -394
- githubkit/versions/v2022_11_28/models/group_0575.py +7 -408
- githubkit/versions/v2022_11_28/models/group_0576.py +11 -414
- githubkit/versions/v2022_11_28/models/group_0577.py +65 -689
- githubkit/versions/v2022_11_28/models/group_0578.py +421 -13
- githubkit/versions/v2022_11_28/models/group_0579.py +107 -75
- githubkit/versions/v2022_11_28/models/group_0580.py +92 -323
- githubkit/versions/v2022_11_28/models/group_0581.py +400 -16
- githubkit/versions/v2022_11_28/models/group_0582.py +410 -15
- githubkit/versions/v2022_11_28/models/group_0583.py +692 -69
- githubkit/versions/v2022_11_28/models/group_0584.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0585.py +414 -15
- githubkit/versions/v2022_11_28/models/group_0586.py +649 -14
- githubkit/versions/v2022_11_28/models/group_0587.py +19 -66
- githubkit/versions/v2022_11_28/models/group_0588.py +17 -20
- githubkit/versions/v2022_11_28/models/group_0589.py +386 -52
- githubkit/versions/v2022_11_28/models/group_0590.py +16 -76
- githubkit/versions/v2022_11_28/models/group_0591.py +17 -78
- githubkit/versions/v2022_11_28/models/group_0592.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0593.py +53 -44
- githubkit/versions/v2022_11_28/models/group_0594.py +22 -55
- githubkit/versions/v2022_11_28/models/group_0595.py +72 -13
- githubkit/versions/v2022_11_28/models/group_0596.py +72 -47
- githubkit/versions/v2022_11_28/models/group_0597.py +72 -47
- githubkit/versions/v2022_11_28/models/group_0598.py +24 -16
- githubkit/versions/v2022_11_28/models/group_0599.py +62 -21
- githubkit/versions/v2022_11_28/models/group_0600.py +47 -39
- githubkit/versions/v2022_11_28/models/group_0601.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0602.py +55 -20
- githubkit/versions/v2022_11_28/models/group_0603.py +55 -20
- githubkit/versions/v2022_11_28/models/group_0604.py +17 -73
- githubkit/versions/v2022_11_28/models/group_0605.py +20 -19
- githubkit/versions/v2022_11_28/models/group_0606.py +51 -18
- githubkit/versions/v2022_11_28/models/group_0607.py +19 -16
- githubkit/versions/v2022_11_28/models/group_0608.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0609.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0610.py +65 -68
- githubkit/versions/v2022_11_28/models/group_0611.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0612.py +13 -38
- githubkit/versions/v2022_11_28/models/group_0613.py +35 -38
- githubkit/versions/v2022_11_28/models/group_0614.py +16 -15
- githubkit/versions/v2022_11_28/models/group_0615.py +35 -67
- githubkit/versions/v2022_11_28/models/group_0616.py +67 -523
- githubkit/versions/v2022_11_28/models/group_0617.py +18 -17
- githubkit/versions/v2022_11_28/models/group_0618.py +61 -67
- githubkit/versions/v2022_11_28/models/group_0619.py +39 -164
- githubkit/versions/v2022_11_28/models/group_0620.py +17 -73
- githubkit/versions/v2022_11_28/models/group_0621.py +67 -28
- githubkit/versions/v2022_11_28/models/group_0622.py +555 -36
- githubkit/versions/v2022_11_28/models/group_0623.py +24 -19
- githubkit/versions/v2022_11_28/models/group_0624.py +70 -35
- githubkit/versions/v2022_11_28/models/group_0625.py +162 -28
- githubkit/versions/v2022_11_28/models/group_0626.py +81 -43
- githubkit/versions/v2022_11_28/models/group_0627.py +31 -8
- githubkit/versions/v2022_11_28/models/group_0628.py +19 -43
- githubkit/versions/v2022_11_28/models/group_0629.py +18 -22
- githubkit/versions/v2022_11_28/models/group_0630.py +21 -77
- githubkit/versions/v2022_11_28/models/group_0631.py +16 -42
- githubkit/versions/v2022_11_28/models/group_0632.py +41 -91
- githubkit/versions/v2022_11_28/models/group_0633.py +8 -55
- githubkit/versions/v2022_11_28/models/group_0634.py +55 -47
- githubkit/versions/v2022_11_28/models/group_0635.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0636.py +68 -19
- githubkit/versions/v2022_11_28/models/group_0637.py +36 -15
- githubkit/versions/v2022_11_28/models/group_0638.py +81 -32
- githubkit/versions/v2022_11_28/models/group_0639.py +52 -33
- githubkit/versions/v2022_11_28/models/group_0640.py +51 -40
- githubkit/versions/v2022_11_28/models/group_0641.py +17 -15
- githubkit/versions/v2022_11_28/models/group_0642.py +12 -52
- githubkit/versions/v2022_11_28/models/group_0643.py +16 -18
- githubkit/versions/v2022_11_28/models/group_0644.py +45 -13
- githubkit/versions/v2022_11_28/models/group_0645.py +23 -15
- githubkit/versions/v2022_11_28/models/group_0646.py +23 -12
- githubkit/versions/v2022_11_28/models/group_0647.py +22 -71
- githubkit/versions/v2022_11_28/models/group_0648.py +66 -15
- githubkit/versions/v2022_11_28/models/group_0649.py +24 -35
- githubkit/versions/v2022_11_28/models/group_0650.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0651.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0652.py +12 -93
- githubkit/versions/v2022_11_28/models/group_0653.py +58 -24
- githubkit/versions/v2022_11_28/models/group_0654.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0655.py +34 -12
- githubkit/versions/v2022_11_28/models/group_0656.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0657.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0658.py +72 -57
- githubkit/versions/v2022_11_28/models/group_0659.py +38 -19
- githubkit/versions/v2022_11_28/models/group_0660.py +15 -1143
- githubkit/versions/v2022_11_28/models/group_0661.py +13 -1196
- githubkit/versions/v2022_11_28/models/group_0662.py +14 -1188
- githubkit/versions/v2022_11_28/models/group_0663.py +13 -23
- githubkit/versions/v2022_11_28/models/group_0664.py +78 -23
- githubkit/versions/v2022_11_28/models/group_0665.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0666.py +212 -220
- githubkit/versions/v2022_11_28/models/group_0667.py +1162 -57
- githubkit/versions/v2022_11_28/models/group_0668.py +245 -194
- githubkit/versions/v2022_11_28/models/group_0669.py +13 -1125
- githubkit/versions/v2022_11_28/models/group_0670.py +13 -1117
- githubkit/versions/v2022_11_28/models/group_0671.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0672.py +1141 -14
- githubkit/versions/v2022_11_28/models/group_0673.py +79 -12
- githubkit/versions/v2022_11_28/models/group_0674.py +1127 -14
- githubkit/versions/v2022_11_28/models/group_0675.py +247 -464
- githubkit/versions/v2022_11_28/models/group_0676.py +258 -301
- githubkit/versions/v2022_11_28/models/group_0677.py +19 -1156
- githubkit/versions/v2022_11_28/models/group_0678.py +14 -1217
- githubkit/versions/v2022_11_28/models/group_0679.py +14 -1061
- githubkit/versions/v2022_11_28/models/group_0680.py +13 -1269
- githubkit/versions/v2022_11_28/models/group_0681.py +407 -358
- githubkit/versions/v2022_11_28/models/group_0682.py +226 -317
- githubkit/versions/v2022_11_28/models/group_0683.py +214 -336
- githubkit/versions/v2022_11_28/models/group_0684.py +257 -163
- githubkit/versions/v2022_11_28/models/group_0685.py +206 -467
- githubkit/versions/v2022_11_28/models/group_0686.py +353 -407
- githubkit/versions/v2022_11_28/models/group_0687.py +348 -202
- githubkit/versions/v2022_11_28/models/group_0688.py +318 -218
- githubkit/versions/v2022_11_28/models/group_0689.py +365 -226
- githubkit/versions/v2022_11_28/models/group_0690.py +262 -260
- githubkit/versions/v2022_11_28/models/group_0691.py +1115 -166
- githubkit/versions/v2022_11_28/models/group_0692.py +1326 -16
- githubkit/versions/v2022_11_28/models/group_0693.py +1148 -44
- githubkit/versions/v2022_11_28/models/group_0694.py +1049 -469
- githubkit/versions/v2022_11_28/models/group_0695.py +1137 -15
- githubkit/versions/v2022_11_28/models/group_0696.py +1124 -39
- githubkit/versions/v2022_11_28/models/group_0697.py +371 -157
- githubkit/versions/v2022_11_28/models/group_0698.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0699.py +70 -42
- githubkit/versions/v2022_11_28/models/group_0700.py +596 -89
- githubkit/versions/v2022_11_28/models/group_0701.py +16 -162
- githubkit/versions/v2022_11_28/models/group_0702.py +62 -44
- githubkit/versions/v2022_11_28/models/group_0703.py +186 -45
- githubkit/versions/v2022_11_28/models/group_0704.py +13 -15
- githubkit/versions/v2022_11_28/models/group_0705.py +16 -17
- githubkit/versions/v2022_11_28/models/group_0706.py +62 -14
- githubkit/versions/v2022_11_28/models/group_0707.py +161 -12
- githubkit/versions/v2022_11_28/models/group_0708.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0709.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0710.py +22 -34
- githubkit/versions/v2022_11_28/models/group_0711.py +16 -62
- githubkit/versions/v2022_11_28/models/group_0712.py +17 -11
- githubkit/versions/v2022_11_28/models/group_0713.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0714.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0715.py +10 -37
- githubkit/versions/v2022_11_28/models/group_0716.py +34 -21
- githubkit/versions/v2022_11_28/models/group_0717.py +64 -18
- githubkit/versions/v2022_11_28/models/group_0718.py +11 -19
- githubkit/versions/v2022_11_28/models/group_0719.py +28 -32
- githubkit/versions/v2022_11_28/models/group_0720.py +38 -19
- githubkit/versions/v2022_11_28/models/group_0721.py +46 -85
- githubkit/versions/v2022_11_28/models/group_0722.py +43 -93
- githubkit/versions/v2022_11_28/models/group_0723.py +43 -125
- githubkit/versions/v2022_11_28/models/group_0724.py +20 -97
- githubkit/versions/v2022_11_28/models/group_0725.py +32 -28
- githubkit/versions/v2022_11_28/models/group_0726.py +19 -43
- githubkit/versions/v2022_11_28/models/group_0727.py +91 -91
- githubkit/versions/v2022_11_28/models/group_0728.py +93 -42
- githubkit/versions/v2022_11_28/models/group_0729.py +120 -96
- githubkit/versions/v2022_11_28/models/group_0730.py +96 -15
- githubkit/versions/v2022_11_28/models/group_0731.py +16 -274
- githubkit/versions/v2022_11_28/models/group_0732.py +39 -6
- githubkit/versions/v2022_11_28/models/group_0733.py +78 -16
- githubkit/versions/v2022_11_28/models/group_0734.py +16 -15
- githubkit/versions/v2022_11_28/models/group_0735.py +76 -16
- githubkit/versions/v2022_11_28/models/group_0736.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0737.py +276 -48
- githubkit/versions/v2022_11_28/models/group_0738.py +6 -41
- githubkit/versions/v2022_11_28/models/group_0739.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0740.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0741.py +34 -118
- githubkit/versions/v2022_11_28/models/group_0742.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0743.py +61 -7
- githubkit/versions/v2022_11_28/models/group_0744.py +37 -8
- githubkit/versions/v2022_11_28/models/group_0745.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0746.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0747.py +110 -49
- githubkit/versions/v2022_11_28/models/group_0748.py +16 -23
- githubkit/versions/v2022_11_28/models/group_0749.py +7 -40
- githubkit/versions/v2022_11_28/models/group_0750.py +8 -35
- githubkit/versions/v2022_11_28/models/group_0751.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0752.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0753.py +35 -204
- githubkit/versions/v2022_11_28/models/group_0754.py +44 -18
- githubkit/versions/v2022_11_28/models/group_0755.py +42 -7
- githubkit/versions/v2022_11_28/models/group_0756.py +42 -18
- githubkit/versions/v2022_11_28/models/group_0757.py +41 -12
- githubkit/versions/v2022_11_28/models/group_0758.py +18 -27
- githubkit/versions/v2022_11_28/models/group_0759.py +210 -26
- githubkit/versions/v2022_11_28/models/group_0760.py +12 -43
- githubkit/versions/v2022_11_28/models/group_0761.py +7 -45
- githubkit/versions/v2022_11_28/models/group_0762.py +19 -40
- githubkit/versions/v2022_11_28/models/group_0763.py +7 -236
- githubkit/versions/v2022_11_28/models/group_0764.py +32 -219
- githubkit/versions/v2022_11_28/models/group_0765.py +31 -220
- githubkit/versions/v2022_11_28/models/group_0766.py +31 -323
- githubkit/versions/v2022_11_28/models/group_0767.py +32 -223
- githubkit/versions/v2022_11_28/models/group_0768.py +14 -12
- githubkit/versions/v2022_11_28/models/group_0769.py +216 -23
- githubkit/versions/v2022_11_28/models/group_0770.py +201 -80
- githubkit/versions/v2022_11_28/models/group_0771.py +219 -58
- githubkit/versions/v2022_11_28/models/group_0772.py +329 -47
- githubkit/versions/v2022_11_28/models/group_0773.py +199 -68
- githubkit/versions/v2022_11_28/models/group_0774.py +29 -60
- githubkit/versions/v2022_11_28/models/group_0775.py +35 -44
- githubkit/versions/v2022_11_28/models/group_0776.py +57 -34
- githubkit/versions/v2022_11_28/models/group_0777.py +45 -62
- githubkit/versions/v2022_11_28/models/group_0778.py +43 -471
- githubkit/versions/v2022_11_28/models/group_0779.py +57 -424
- githubkit/versions/v2022_11_28/models/group_0780.py +44 -460
- githubkit/versions/v2022_11_28/models/group_0781.py +48 -30
- githubkit/versions/v2022_11_28/models/group_0782.py +90 -10
- githubkit/versions/v2022_11_28/models/group_0783.py +84 -12
- githubkit/versions/v2022_11_28/models/group_0784.py +488 -4
- githubkit/versions/v2022_11_28/models/group_0785.py +465 -12
- githubkit/versions/v2022_11_28/models/group_0786.py +481 -6
- githubkit/versions/v2022_11_28/models/group_0787.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0788.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0789.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0790.py +9 -40
- githubkit/versions/v2022_11_28/models/group_0791.py +25 -5
- githubkit/versions/v2022_11_28/models/group_0792.py +6 -103
- githubkit/versions/v2022_11_28/models/group_0793.py +6 -109
- githubkit/versions/v2022_11_28/models/group_0794.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0795.py +6 -19
- githubkit/versions/v2022_11_28/models/group_0796.py +26 -21
- githubkit/versions/v2022_11_28/models/group_0797.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0798.py +93 -18
- githubkit/versions/v2022_11_28/models/group_0799.py +109 -22
- githubkit/versions/v2022_11_28/models/group_0800.py +13 -32
- githubkit/versions/v2022_11_28/models/group_0801.py +20 -5
- githubkit/versions/v2022_11_28/models/group_0802.py +27 -5
- githubkit/versions/v2022_11_28/models/group_0803.py +12 -4
- githubkit/versions/v2022_11_28/models/group_0804.py +27 -9
- githubkit/versions/v2022_11_28/models/group_0805.py +20 -13
- githubkit/versions/v2022_11_28/models/group_0806.py +31 -12
- githubkit/versions/v2022_11_28/models/group_0807.py +5 -7
- githubkit/versions/v2022_11_28/models/group_0808.py +5 -9
- githubkit/versions/v2022_11_28/models/group_0809.py +4 -123
- githubkit/versions/v2022_11_28/models/group_0810.py +10 -26
- githubkit/versions/v2022_11_28/models/group_0811.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0812.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0813.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0814.py +6 -39
- githubkit/versions/v2022_11_28/models/group_0815.py +105 -17
- githubkit/versions/v2022_11_28/models/group_0816.py +24 -22
- githubkit/versions/v2022_11_28/models/group_0817.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0818.py +50 -6
- githubkit/versions/v2022_11_28/models/group_0819.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0820.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0821.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0822.py +7 -20
- githubkit/versions/v2022_11_28/models/group_0823.py +25 -10
- githubkit/versions/v2022_11_28/models/group_0824.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0825.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0826.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0827.py +45 -7
- githubkit/versions/v2022_11_28/models/group_0828.py +31 -25
- githubkit/versions/v2022_11_28/models/group_0829.py +20 -14
- githubkit/versions/v2022_11_28/models/group_0830.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0831.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0832.py +6 -34
- githubkit/versions/v2022_11_28/models/group_0833.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0834.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0835.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0836.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0837.py +11 -73
- githubkit/versions/v2022_11_28/models/group_0838.py +7 -157
- githubkit/versions/v2022_11_28/models/group_0839.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0840.py +9 -161
- githubkit/versions/v2022_11_28/models/group_0841.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0842.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0843.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0844.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0845.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0846.py +35 -8
- githubkit/versions/v2022_11_28/models/group_0847.py +17 -8
- githubkit/versions/v2022_11_28/models/group_0848.py +11 -30
- githubkit/versions/v2022_11_28/models/group_0849.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0850.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0851.py +74 -7
- githubkit/versions/v2022_11_28/models/group_0852.py +158 -8
- githubkit/versions/v2022_11_28/models/group_0853.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0854.py +161 -8
- githubkit/versions/v2022_11_28/models/group_0855.py +17 -9
- githubkit/versions/v2022_11_28/models/group_0856.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0857.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0858.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0859.py +22 -9
- githubkit/versions/v2022_11_28/models/group_0860.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0861.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0862.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0863.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0864.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0865.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0866.py +8 -20
- githubkit/versions/v2022_11_28/models/group_0867.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0868.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0869.py +15 -32
- githubkit/versions/v2022_11_28/models/group_0870.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0871.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0872.py +8 -43
- githubkit/versions/v2022_11_28/models/group_0873.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0874.py +33 -4
- githubkit/versions/v2022_11_28/models/group_0875.py +21 -6
- githubkit/versions/v2022_11_28/models/group_0876.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0877.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0878.py +42 -12
- githubkit/versions/v2022_11_28/models/group_0879.py +41 -7
- githubkit/versions/v2022_11_28/models/group_0880.py +14 -28
- githubkit/versions/v2022_11_28/models/group_0881.py +14 -31
- githubkit/versions/v2022_11_28/models/group_0882.py +4 -9
- githubkit/versions/v2022_11_28/models/group_0883.py +16 -21
- githubkit/versions/v2022_11_28/models/group_0884.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0885.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0886.py +42 -13
- githubkit/versions/v2022_11_28/models/group_0887.py +8 -113
- githubkit/versions/v2022_11_28/models/group_0888.py +4 -87
- githubkit/versions/v2022_11_28/models/group_0889.py +6 -83
- githubkit/versions/v2022_11_28/models/group_0890.py +14 -30
- githubkit/versions/v2022_11_28/models/group_0891.py +9 -23
- githubkit/versions/v2022_11_28/models/group_0892.py +14 -12
- githubkit/versions/v2022_11_28/models/group_0893.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0894.py +34 -5
- githubkit/versions/v2022_11_28/models/group_0895.py +31 -17
- githubkit/versions/v2022_11_28/models/group_0896.py +6 -19
- githubkit/versions/v2022_11_28/models/group_0897.py +29 -9
- githubkit/versions/v2022_11_28/models/group_0898.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0899.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0900.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0901.py +113 -7
- githubkit/versions/v2022_11_28/models/group_0902.py +79 -7
- githubkit/versions/v2022_11_28/models/group_0903.py +83 -7
- githubkit/versions/v2022_11_28/models/group_0904.py +31 -9
- githubkit/versions/v2022_11_28/models/group_0905.py +16 -10
- githubkit/versions/v2022_11_28/models/group_0906.py +25 -5
- githubkit/versions/v2022_11_28/models/group_0907.py +39 -26
- githubkit/versions/v2022_11_28/models/group_0908.py +31 -25
- githubkit/versions/v2022_11_28/models/group_0909.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0910.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0911.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0912.py +9 -21
- githubkit/versions/v2022_11_28/models/group_0913.py +18 -7
- githubkit/versions/v2022_11_28/models/group_0914.py +14 -4
- githubkit/versions/v2022_11_28/models/group_0915.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0916.py +7 -18
- githubkit/versions/v2022_11_28/models/group_0917.py +4 -5
- githubkit/versions/v2022_11_28/models/group_0918.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0919.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0920.py +5 -4
- githubkit/versions/v2022_11_28/models/group_0921.py +8 -250
- githubkit/versions/v2022_11_28/models/group_0922.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0923.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0924.py +21 -13
- githubkit/versions/v2022_11_28/models/group_0925.py +22 -7
- githubkit/versions/v2022_11_28/models/group_0926.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0927.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0928.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0929.py +22 -18
- githubkit/versions/v2022_11_28/models/group_0930.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0931.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0932.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0933.py +23 -8
- githubkit/versions/v2022_11_28/models/group_0934.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0935.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0936.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0937.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0938.py +253 -6
- githubkit/versions/v2022_11_28/models/group_0939.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0940.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0941.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0942.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0943.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0944.py +11 -32
- githubkit/versions/v2022_11_28/models/group_0945.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0946.py +20 -9
- githubkit/versions/v2022_11_28/models/group_0947.py +8 -45
- githubkit/versions/v2022_11_28/models/group_0948.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0949.py +8 -79
- githubkit/versions/v2022_11_28/models/group_0950.py +8 -16
- githubkit/versions/v2022_11_28/models/group_0951.py +7 -212
- githubkit/versions/v2022_11_28/models/group_0952.py +7 -91
- githubkit/versions/v2022_11_28/models/group_0953.py +11 -39
- githubkit/versions/v2022_11_28/models/group_0954.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0955.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0956.py +7 -15
- githubkit/versions/v2022_11_28/models/group_0957.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0958.py +7 -10
- githubkit/versions/v2022_11_28/models/group_0959.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0960.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0961.py +35 -10
- githubkit/versions/v2022_11_28/models/group_0962.py +29 -10
- githubkit/versions/v2022_11_28/models/group_0963.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0964.py +44 -8
- githubkit/versions/v2022_11_28/models/group_0965.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0966.py +80 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +11 -100
- githubkit/versions/v2022_11_28/models/group_0968.py +198 -38
- githubkit/versions/v2022_11_28/models/group_0969.py +76 -44
- githubkit/versions/v2022_11_28/models/group_0970.py +25 -86
- githubkit/versions/v2022_11_28/models/group_0971.py +15 -57
- githubkit/versions/v2022_11_28/models/group_0972.py +15 -60
- githubkit/versions/v2022_11_28/models/group_0973.py +16 -5
- githubkit/versions/v2022_11_28/models/group_0974.py +9 -26
- githubkit/versions/v2022_11_28/models/group_0975.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0976.py +10 -22
- githubkit/versions/v2022_11_28/models/group_0977.py +16 -34
- githubkit/versions/v2022_11_28/models/group_0978.py +18 -34
- githubkit/versions/v2022_11_28/models/group_0979.py +18 -34
- githubkit/versions/v2022_11_28/models/group_0980.py +15 -44
- githubkit/versions/v2022_11_28/models/group_0981.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0982.py +9 -49
- githubkit/versions/v2022_11_28/models/group_0983.py +5 -24
- githubkit/versions/v2022_11_28/models/group_0984.py +105 -8
- githubkit/versions/v2022_11_28/models/group_0985.py +50 -22
- githubkit/versions/v2022_11_28/models/group_0986.py +62 -25
- githubkit/versions/v2022_11_28/models/group_0987.py +98 -10
- githubkit/versions/v2022_11_28/models/group_0988.py +54 -7
- githubkit/versions/v2022_11_28/models/group_0989.py +61 -6
- githubkit/versions/v2022_11_28/models/group_0990.py +5 -11
- githubkit/versions/v2022_11_28/models/group_0991.py +24 -13
- githubkit/versions/v2022_11_28/models/group_0992.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0993.py +17 -55
- githubkit/versions/v2022_11_28/models/group_0994.py +20 -47
- githubkit/versions/v2022_11_28/models/group_0995.py +19 -16
- githubkit/versions/v2022_11_28/models/group_0996.py +33 -29
- githubkit/versions/v2022_11_28/models/group_0997.py +33 -9
- githubkit/versions/v2022_11_28/models/group_0998.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0999.py +32 -32
- githubkit/versions/v2022_11_28/models/group_1000.py +22 -5
- githubkit/versions/v2022_11_28/models/group_1001.py +14 -43
- githubkit/versions/v2022_11_28/models/group_1002.py +19 -20
- githubkit/versions/v2022_11_28/models/group_1003.py +25 -51
- githubkit/versions/v2022_11_28/models/group_1004.py +9 -34
- githubkit/versions/v2022_11_28/models/group_1005.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1006.py +5 -23
- githubkit/versions/v2022_11_28/models/group_1007.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1008.py +16 -8
- githubkit/versions/v2022_11_28/models/group_1009.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1010.py +61 -6
- githubkit/versions/v2022_11_28/models/group_1011.py +52 -6
- githubkit/versions/v2022_11_28/models/group_1012.py +17 -11
- githubkit/versions/v2022_11_28/models/group_1013.py +23 -11
- githubkit/versions/v2022_11_28/models/group_1014.py +9 -66
- githubkit/versions/v2022_11_28/models/group_1015.py +11 -7
- githubkit/versions/v2022_11_28/models/group_1016.py +46 -8
- githubkit/versions/v2022_11_28/models/group_1017.py +5 -39
- githubkit/versions/v2022_11_28/models/group_1018.py +23 -28
- githubkit/versions/v2022_11_28/models/group_1019.py +18 -38
- githubkit/versions/v2022_11_28/models/group_1020.py +37 -17
- githubkit/versions/v2022_11_28/models/group_1021.py +32 -13
- githubkit/versions/v2022_11_28/models/group_1022.py +12 -21
- githubkit/versions/v2022_11_28/models/group_1023.py +19 -20
- githubkit/versions/v2022_11_28/models/group_1024.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1025.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1026.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1027.py +6 -14
- githubkit/versions/v2022_11_28/models/group_1028.py +10 -40
- githubkit/versions/v2022_11_28/models/group_1029.py +18 -5
- githubkit/versions/v2022_11_28/models/group_1030.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1031.py +54 -34
- githubkit/versions/v2022_11_28/models/group_1032.py +7 -9
- githubkit/versions/v2022_11_28/models/group_1033.py +7 -6
- githubkit/versions/v2022_11_28/models/group_1034.py +47 -11
- githubkit/versions/v2022_11_28/models/group_1035.py +39 -8
- githubkit/versions/v2022_11_28/models/group_1036.py +42 -13
- githubkit/versions/v2022_11_28/models/group_1037.py +35 -11
- githubkit/versions/v2022_11_28/models/group_1038.py +17 -8
- githubkit/versions/v2022_11_28/models/group_1039.py +24 -18
- githubkit/versions/v2022_11_28/models/group_1040.py +30 -11
- githubkit/versions/v2022_11_28/models/group_1041.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1042.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1043.py +4 -8
- githubkit/versions/v2022_11_28/models/group_1044.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1045.py +32 -9
- githubkit/versions/v2022_11_28/models/group_1046.py +5 -12
- githubkit/versions/v2022_11_28/models/group_1047.py +10 -16
- githubkit/versions/v2022_11_28/models/group_1048.py +43 -10
- githubkit/versions/v2022_11_28/models/group_1049.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1050.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1051.py +5 -21
- githubkit/versions/v2022_11_28/models/group_1052.py +8 -20
- githubkit/versions/v2022_11_28/models/group_1053.py +18 -11
- githubkit/versions/v2022_11_28/models/group_1054.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1055.py +11 -15
- githubkit/versions/v2022_11_28/models/group_1056.py +17 -25
- githubkit/versions/v2022_11_28/models/group_1057.py +5 -26
- githubkit/versions/v2022_11_28/models/group_1058.py +10 -23
- githubkit/versions/v2022_11_28/models/group_1059.py +9 -26
- githubkit/versions/v2022_11_28/models/group_1060.py +5 -27
- githubkit/versions/v2022_11_28/models/group_1061.py +8 -13
- githubkit/versions/v2022_11_28/models/group_1062.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1063.py +8 -13
- githubkit/versions/v2022_11_28/models/group_1064.py +10 -21
- githubkit/versions/v2022_11_28/models/group_1065.py +17 -6
- githubkit/versions/v2022_11_28/models/group_1066.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1067.py +15 -8
- githubkit/versions/v2022_11_28/models/group_1068.py +14 -28
- githubkit/versions/v2022_11_28/models/group_1069.py +23 -5
- githubkit/versions/v2022_11_28/models/group_1070.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1071.py +10 -28
- githubkit/versions/v2022_11_28/models/group_1072.py +11 -41
- githubkit/versions/v2022_11_28/models/group_1073.py +19 -34
- githubkit/versions/v2022_11_28/models/group_1074.py +26 -5
- githubkit/versions/v2022_11_28/models/group_1075.py +20 -14
- githubkit/versions/v2022_11_28/models/group_1076.py +26 -6
- githubkit/versions/v2022_11_28/models/group_1077.py +25 -6
- githubkit/versions/v2022_11_28/models/group_1078.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1079.py +13 -8
- githubkit/versions/v2022_11_28/models/group_1080.py +13 -8
- githubkit/versions/v2022_11_28/models/group_1081.py +18 -37
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -5
- githubkit/versions/v2022_11_28/models/group_1083.py +7 -9
- githubkit/versions/v2022_11_28/models/group_1084.py +8 -13
- githubkit/versions/v2022_11_28/models/group_1085.py +31 -6
- githubkit/versions/v2022_11_28/models/group_1086.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1087.py +8 -34
- githubkit/versions/v2022_11_28/models/group_1088.py +22 -8
- githubkit/versions/v2022_11_28/models/group_1089.py +36 -12
- githubkit/versions/v2022_11_28/models/group_1090.py +27 -18
- githubkit/versions/v2022_11_28/models/group_1091.py +5 -9
- githubkit/versions/v2022_11_28/models/group_1092.py +13 -68
- githubkit/versions/v2022_11_28/models/group_1093.py +6 -75
- githubkit/versions/v2022_11_28/models/group_1094.py +6 -19
- githubkit/versions/v2022_11_28/models/group_1095.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1096.py +8 -18
- githubkit/versions/v2022_11_28/models/group_1097.py +8 -10
- githubkit/versions/v2022_11_28/models/group_1098.py +46 -6
- githubkit/versions/v2022_11_28/models/group_1099.py +5 -7
- githubkit/versions/v2022_11_28/models/group_1100.py +9 -13
- githubkit/versions/v2022_11_28/models/group_1101.py +10 -18
- githubkit/versions/v2022_11_28/models/group_1102.py +6 -25
- githubkit/versions/v2022_11_28/models/group_1103.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1104.py +32 -7
- githubkit/versions/v2022_11_28/models/group_1105.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1106.py +21 -5
- githubkit/versions/v2022_11_28/models/group_1107.py +30 -14
- githubkit/versions/v2022_11_28/models/group_1108.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1109.py +72 -7
- githubkit/versions/v2022_11_28/models/group_1110.py +72 -7
- githubkit/versions/v2022_11_28/models/group_1111.py +19 -6
- githubkit/versions/v2022_11_28/models/group_1112.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1113.py +15 -23
- githubkit/versions/v2022_11_28/models/group_1114.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1115.py +6 -49
- githubkit/versions/v2022_11_28/models/group_1116.py +6 -46
- githubkit/versions/v2022_11_28/models/group_1117.py +13 -31
- githubkit/versions/v2022_11_28/models/group_1118.py +16 -12
- githubkit/versions/v2022_11_28/models/group_1119.py +35 -14
- githubkit/versions/v2022_11_28/models/group_1120.py +11 -6
- githubkit/versions/v2022_11_28/models/group_1121.py +8 -12
- githubkit/versions/v2022_11_28/models/group_1122.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1123.py +5 -12
- githubkit/versions/v2022_11_28/models/group_1124.py +15 -7
- githubkit/versions/v2022_11_28/models/group_1125.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1126.py +11 -17
- githubkit/versions/v2022_11_28/models/group_1127.py +9 -7
- githubkit/versions/v2022_11_28/models/group_1128.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1129.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1130.py +37 -8
- githubkit/versions/v2022_11_28/models/group_1131.py +8 -13
- githubkit/versions/v2022_11_28/models/group_1132.py +47 -6
- githubkit/versions/v2022_11_28/models/group_1133.py +32 -24
- githubkit/versions/v2022_11_28/models/group_1134.py +32 -10
- githubkit/versions/v2022_11_28/models/group_1135.py +11 -83
- githubkit/versions/v2022_11_28/models/group_1136.py +7 -11
- githubkit/versions/v2022_11_28/models/group_1137.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1138.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1139.py +7 -163
- githubkit/versions/v2022_11_28/models/group_1140.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1141.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1142.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1143.py +37 -0
- githubkit/versions/v2022_11_28/models/group_1144.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1145.py +28 -0
- githubkit/versions/v2022_11_28/models/group_1146.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1147.py +21 -0
- githubkit/versions/v2022_11_28/models/group_1148.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1149.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1150.py +59 -0
- githubkit/versions/v2022_11_28/models/group_1151.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1152.py +110 -0
- githubkit/versions/v2022_11_28/models/group_1153.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1154.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1155.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1156.py +184 -0
- githubkit/versions/v2022_11_28/rest/__init__.py +7 -0
- githubkit/versions/v2022_11_28/rest/actions.py +1150 -428
- githubkit/versions/v2022_11_28/rest/activity.py +81 -80
- githubkit/versions/v2022_11_28/rest/apps.py +103 -102
- githubkit/versions/v2022_11_28/rest/billing.py +15 -14
- githubkit/versions/v2022_11_28/rest/checks.py +45 -44
- githubkit/versions/v2022_11_28/rest/classroom.py +13 -12
- githubkit/versions/v2022_11_28/rest/code_scanning.py +67 -66
- githubkit/versions/v2022_11_28/rest/code_security.py +77 -76
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +5 -4
- githubkit/versions/v2022_11_28/rest/codespaces.py +151 -150
- githubkit/versions/v2022_11_28/rest/copilot.py +39 -38
- githubkit/versions/v2022_11_28/rest/dependabot.py +73 -60
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +11 -10
- githubkit/versions/v2022_11_28/rest/emojis.py +3 -2
- githubkit/versions/v2022_11_28/rest/gists.py +57 -56
- githubkit/versions/v2022_11_28/rest/git.py +51 -50
- githubkit/versions/v2022_11_28/rest/gitignore.py +5 -4
- githubkit/versions/v2022_11_28/rest/hosted_compute.py +495 -0
- githubkit/versions/v2022_11_28/rest/interactions.py +31 -30
- githubkit/versions/v2022_11_28/rest/issues.py +157 -156
- githubkit/versions/v2022_11_28/rest/licenses.py +7 -6
- githubkit/versions/v2022_11_28/rest/markdown.py +9 -8
- githubkit/versions/v2022_11_28/rest/meta.py +11 -10
- githubkit/versions/v2022_11_28/rest/migrations.py +69 -68
- githubkit/versions/v2022_11_28/rest/oidc.py +9 -8
- githubkit/versions/v2022_11_28/rest/orgs.py +229 -228
- githubkit/versions/v2022_11_28/rest/packages.py +55 -54
- githubkit/versions/v2022_11_28/rest/private_registries.py +21 -20
- githubkit/versions/v2022_11_28/rest/projects.py +97 -96
- githubkit/versions/v2022_11_28/rest/pulls.py +109 -108
- githubkit/versions/v2022_11_28/rest/rate_limit.py +3 -2
- githubkit/versions/v2022_11_28/rest/reactions.py +87 -86
- githubkit/versions/v2022_11_28/rest/repos.py +653 -646
- githubkit/versions/v2022_11_28/rest/search.py +15 -14
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +25 -24
- githubkit/versions/v2022_11_28/rest/security_advisories.py +33 -32
- githubkit/versions/v2022_11_28/rest/teams.py +189 -188
- githubkit/versions/v2022_11_28/rest/users.py +129 -122
- githubkit/versions/v2022_11_28/types/__init__.py +4551 -4463
- githubkit/versions/v2022_11_28/types/group_0002.py +9 -29
- githubkit/versions/v2022_11_28/types/group_0003.py +27 -105
- githubkit/versions/v2022_11_28/types/group_0004.py +102 -21
- githubkit/versions/v2022_11_28/types/group_0005.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0006.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0007.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0008.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0009.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0010.py +29 -17
- githubkit/versions/v2022_11_28/types/group_0011.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0012.py +19 -23
- githubkit/versions/v2022_11_28/types/group_0013.py +10 -62
- githubkit/versions/v2022_11_28/types/group_0014.py +21 -15
- githubkit/versions/v2022_11_28/types/group_0015.py +62 -13
- githubkit/versions/v2022_11_28/types/group_0016.py +13 -56
- githubkit/versions/v2022_11_28/types/group_0017.py +58 -31
- githubkit/versions/v2022_11_28/types/group_0018.py +32 -13
- githubkit/versions/v2022_11_28/types/group_0019.py +10 -118
- githubkit/versions/v2022_11_28/types/group_0020.py +118 -15
- githubkit/versions/v2022_11_28/types/group_0021.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0022.py +13 -36
- githubkit/versions/v2022_11_28/types/group_0023.py +37 -12
- githubkit/versions/v2022_11_28/types/group_0024.py +8 -56
- githubkit/versions/v2022_11_28/types/group_0025.py +31 -44
- githubkit/versions/v2022_11_28/types/group_0026.py +71 -15
- githubkit/versions/v2022_11_28/types/group_0027.py +15 -99
- githubkit/versions/v2022_11_28/types/group_0028.py +96 -4
- githubkit/versions/v2022_11_28/types/group_0029.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0030.py +8 -55
- githubkit/versions/v2022_11_28/types/group_0031.py +55 -22
- githubkit/versions/v2022_11_28/types/group_0032.py +23 -9
- githubkit/versions/v2022_11_28/types/group_0033.py +6 -25
- githubkit/versions/v2022_11_28/types/group_0034.py +16 -59
- githubkit/versions/v2022_11_28/types/group_0035.py +68 -31
- githubkit/versions/v2022_11_28/types/group_0036.py +33 -10
- githubkit/versions/v2022_11_28/types/group_0037.py +15 -38
- githubkit/versions/v2022_11_28/types/group_0038.py +39 -30
- githubkit/versions/v2022_11_28/types/group_0039.py +27 -14
- githubkit/versions/v2022_11_28/types/group_0040.py +15 -98
- githubkit/versions/v2022_11_28/types/group_0041.py +73 -12
- githubkit/versions/v2022_11_28/types/group_0042.py +31 -63
- githubkit/versions/v2022_11_28/types/group_0043.py +61 -40
- githubkit/versions/v2022_11_28/types/group_0044.py +41 -33
- githubkit/versions/v2022_11_28/types/group_0045.py +12 -34
- githubkit/versions/v2022_11_28/types/group_0046.py +42 -90
- githubkit/versions/v2022_11_28/types/group_0047.py +105 -21
- githubkit/versions/v2022_11_28/types/group_0048.py +24 -23
- githubkit/versions/v2022_11_28/types/group_0049.py +25 -7
- githubkit/versions/v2022_11_28/types/group_0050.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0051.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0052.py +19 -21
- githubkit/versions/v2022_11_28/types/group_0053.py +19 -24
- githubkit/versions/v2022_11_28/types/group_0054.py +21 -60
- githubkit/versions/v2022_11_28/types/group_0055.py +56 -55
- githubkit/versions/v2022_11_28/types/group_0056.py +53 -124
- githubkit/versions/v2022_11_28/types/group_0057.py +125 -19
- githubkit/versions/v2022_11_28/types/group_0058.py +27 -12
- githubkit/versions/v2022_11_28/types/group_0059.py +12 -16
- githubkit/versions/v2022_11_28/types/group_0060.py +19 -23
- githubkit/versions/v2022_11_28/types/group_0061.py +18 -74
- githubkit/versions/v2022_11_28/types/group_0062.py +80 -6
- githubkit/versions/v2022_11_28/types/group_0063.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0064.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0065.py +49 -6
- githubkit/versions/v2022_11_28/types/group_0066.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0067.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0068.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0069.py +8 -15
- githubkit/versions/v2022_11_28/types/group_0070.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0071.py +7 -28
- githubkit/versions/v2022_11_28/types/group_0072.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0073.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0074.py +15 -7
- githubkit/versions/v2022_11_28/types/group_0075.py +10 -37
- githubkit/versions/v2022_11_28/types/group_0076.py +29 -31
- githubkit/versions/v2022_11_28/types/group_0077.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0078.py +13 -83
- githubkit/versions/v2022_11_28/types/group_0079.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0080.py +32 -27
- githubkit/versions/v2022_11_28/types/group_0081.py +28 -19
- githubkit/versions/v2022_11_28/types/group_0082.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0083.py +72 -38
- githubkit/versions/v2022_11_28/types/group_0084.py +10 -181
- githubkit/versions/v2022_11_28/types/group_0085.py +25 -27
- githubkit/versions/v2022_11_28/types/group_0086.py +21 -9
- githubkit/versions/v2022_11_28/types/group_0087.py +29 -15
- githubkit/versions/v2022_11_28/types/group_0088.py +50 -19
- githubkit/versions/v2022_11_28/types/group_0089.py +176 -23
- githubkit/versions/v2022_11_28/types/group_0090.py +35 -9
- githubkit/versions/v2022_11_28/types/group_0091.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0092.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0093.py +21 -6
- githubkit/versions/v2022_11_28/types/group_0094.py +30 -13
- githubkit/versions/v2022_11_28/types/group_0095.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0096.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0097.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0098.py +10 -33
- githubkit/versions/v2022_11_28/types/group_0099.py +13 -33
- githubkit/versions/v2022_11_28/types/group_0100.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0101.py +11 -33
- githubkit/versions/v2022_11_28/types/group_0102.py +18 -36
- githubkit/versions/v2022_11_28/types/group_0103.py +27 -59
- githubkit/versions/v2022_11_28/types/group_0104.py +21 -42
- githubkit/versions/v2022_11_28/types/group_0105.py +36 -14
- githubkit/versions/v2022_11_28/types/group_0106.py +29 -21
- githubkit/versions/v2022_11_28/types/group_0107.py +42 -16
- githubkit/versions/v2022_11_28/types/group_0108.py +65 -11
- githubkit/versions/v2022_11_28/types/group_0109.py +62 -8
- githubkit/versions/v2022_11_28/types/group_0110.py +14 -11
- githubkit/versions/v2022_11_28/types/group_0111.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0112.py +14 -138
- githubkit/versions/v2022_11_28/types/group_0113.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0114.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0115.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0116.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0117.py +143 -7
- githubkit/versions/v2022_11_28/types/group_0118.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0119.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0120.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0121.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0122.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0123.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0124.py +4 -15
- githubkit/versions/v2022_11_28/types/group_0125.py +11 -76
- githubkit/versions/v2022_11_28/types/group_0126.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0127.py +16 -5
- githubkit/versions/v2022_11_28/types/group_0128.py +10 -26
- githubkit/versions/v2022_11_28/types/group_0129.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0130.py +78 -11
- githubkit/versions/v2022_11_28/types/group_0131.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0132.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0133.py +28 -9
- githubkit/versions/v2022_11_28/types/group_0134.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0135.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0136.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0137.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0138.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0139.py +11 -7
- githubkit/versions/v2022_11_28/types/group_0140.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0141.py +11 -7
- githubkit/versions/v2022_11_28/types/group_0142.py +16 -8
- githubkit/versions/v2022_11_28/types/group_0143.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0144.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0145.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0146.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0147.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0148.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0149.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0150.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0151.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0152.py +8 -21
- githubkit/versions/v2022_11_28/types/group_0153.py +6 -17
- githubkit/versions/v2022_11_28/types/group_0154.py +9 -110
- githubkit/versions/v2022_11_28/types/group_0155.py +19 -15
- githubkit/versions/v2022_11_28/types/group_0156.py +11 -40
- githubkit/versions/v2022_11_28/types/group_0157.py +16 -18
- githubkit/versions/v2022_11_28/types/group_0158.py +12 -126
- githubkit/versions/v2022_11_28/types/group_0159.py +108 -25
- githubkit/versions/v2022_11_28/types/group_0160.py +17 -7
- githubkit/versions/v2022_11_28/types/group_0161.py +43 -7
- githubkit/versions/v2022_11_28/types/group_0162.py +20 -99
- githubkit/versions/v2022_11_28/types/group_0163.py +128 -25
- githubkit/versions/v2022_11_28/types/group_0164.py +28 -22
- githubkit/versions/v2022_11_28/types/group_0165.py +6 -18
- githubkit/versions/v2022_11_28/types/group_0166.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0167.py +8 -33
- githubkit/versions/v2022_11_28/types/group_0168.py +85 -96
- githubkit/versions/v2022_11_28/types/group_0169.py +23 -16
- githubkit/versions/v2022_11_28/types/group_0170.py +20 -11
- githubkit/versions/v2022_11_28/types/group_0171.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0172.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0173.py +36 -11
- githubkit/versions/v2022_11_28/types/group_0174.py +112 -15
- githubkit/versions/v2022_11_28/types/group_0175.py +19 -28
- githubkit/versions/v2022_11_28/types/group_0176.py +13 -22
- githubkit/versions/v2022_11_28/types/group_0177.py +10 -57
- githubkit/versions/v2022_11_28/types/group_0178.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0179.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0180.py +17 -9
- githubkit/versions/v2022_11_28/types/group_0181.py +32 -7
- githubkit/versions/v2022_11_28/types/group_0182.py +25 -6
- githubkit/versions/v2022_11_28/types/group_0183.py +52 -40
- githubkit/versions/v2022_11_28/types/group_0184.py +7 -37
- githubkit/versions/v2022_11_28/types/group_0185.py +6 -59
- githubkit/versions/v2022_11_28/types/group_0186.py +8 -29
- githubkit/versions/v2022_11_28/types/group_0187.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0188.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0189.py +37 -28
- githubkit/versions/v2022_11_28/types/group_0190.py +32 -30
- githubkit/versions/v2022_11_28/types/group_0191.py +58 -71
- githubkit/versions/v2022_11_28/types/group_0192.py +22 -32
- githubkit/versions/v2022_11_28/types/group_0193.py +5 -25
- githubkit/versions/v2022_11_28/types/group_0194.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0195.py +36 -7
- githubkit/versions/v2022_11_28/types/group_0196.py +35 -20
- githubkit/versions/v2022_11_28/types/group_0197.py +69 -21
- githubkit/versions/v2022_11_28/types/group_0198.py +35 -115
- githubkit/versions/v2022_11_28/types/group_0199.py +22 -126
- githubkit/versions/v2022_11_28/types/group_0200.py +9 -22
- githubkit/versions/v2022_11_28/types/group_0201.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0202.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0203.py +28 -20
- githubkit/versions/v2022_11_28/types/group_0204.py +109 -40
- githubkit/versions/v2022_11_28/types/group_0205.py +120 -15
- githubkit/versions/v2022_11_28/types/group_0206.py +13 -17
- githubkit/versions/v2022_11_28/types/group_0207.py +7 -122
- githubkit/versions/v2022_11_28/types/group_0208.py +10 -20
- githubkit/versions/v2022_11_28/types/group_0209.py +19 -28
- githubkit/versions/v2022_11_28/types/group_0210.py +46 -21
- githubkit/versions/v2022_11_28/types/group_0211.py +17 -55
- githubkit/versions/v2022_11_28/types/group_0212.py +26 -16
- githubkit/versions/v2022_11_28/types/group_0213.py +114 -50
- githubkit/versions/v2022_11_28/types/group_0214.py +17 -27
- githubkit/versions/v2022_11_28/types/group_0215.py +29 -27
- githubkit/versions/v2022_11_28/types/group_0216.py +24 -44
- githubkit/versions/v2022_11_28/types/group_0217.py +61 -7
- githubkit/versions/v2022_11_28/types/group_0218.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0219.py +60 -5
- githubkit/versions/v2022_11_28/types/group_0220.py +28 -20
- githubkit/versions/v2022_11_28/types/group_0221.py +33 -15
- githubkit/versions/v2022_11_28/types/group_0222.py +43 -18
- githubkit/versions/v2022_11_28/types/group_0223.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0224.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0225.py +9 -38
- githubkit/versions/v2022_11_28/types/group_0226.py +20 -12
- githubkit/versions/v2022_11_28/types/group_0227.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0228.py +19 -15
- githubkit/versions/v2022_11_28/types/group_0229.py +14 -31
- githubkit/versions/v2022_11_28/types/group_0230.py +13 -32
- githubkit/versions/v2022_11_28/types/group_0231.py +34 -10
- githubkit/versions/v2022_11_28/types/group_0232.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0233.py +28 -8
- githubkit/versions/v2022_11_28/types/group_0234.py +16 -22
- githubkit/versions/v2022_11_28/types/group_0235.py +31 -23
- githubkit/versions/v2022_11_28/types/group_0236.py +27 -8
- githubkit/versions/v2022_11_28/types/group_0237.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0238.py +5 -55
- githubkit/versions/v2022_11_28/types/group_0239.py +6 -48
- githubkit/versions/v2022_11_28/types/group_0240.py +23 -20
- githubkit/versions/v2022_11_28/types/group_0241.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0242.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0243.py +13 -67
- githubkit/versions/v2022_11_28/types/group_0244.py +49 -19
- githubkit/versions/v2022_11_28/types/group_0245.py +49 -13
- githubkit/versions/v2022_11_28/types/group_0246.py +12 -29
- githubkit/versions/v2022_11_28/types/group_0247.py +5 -18
- githubkit/versions/v2022_11_28/types/group_0248.py +11 -38
- githubkit/versions/v2022_11_28/types/group_0249.py +68 -16
- githubkit/versions/v2022_11_28/types/group_0250.py +17 -47
- githubkit/versions/v2022_11_28/types/group_0251.py +13 -26
- githubkit/versions/v2022_11_28/types/group_0252.py +27 -23
- githubkit/versions/v2022_11_28/types/group_0253.py +19 -28
- githubkit/versions/v2022_11_28/types/group_0254.py +34 -23
- githubkit/versions/v2022_11_28/types/group_0255.py +23 -98
- githubkit/versions/v2022_11_28/types/group_0256.py +42 -31
- githubkit/versions/v2022_11_28/types/group_0257.py +29 -32
- githubkit/versions/v2022_11_28/types/group_0258.py +30 -31
- githubkit/versions/v2022_11_28/types/group_0259.py +27 -10
- githubkit/versions/v2022_11_28/types/group_0260.py +22 -19
- githubkit/versions/v2022_11_28/types/group_0261.py +78 -52
- githubkit/versions/v2022_11_28/types/group_0262.py +44 -6
- githubkit/versions/v2022_11_28/types/group_0263.py +32 -14
- githubkit/versions/v2022_11_28/types/group_0264.py +32 -25
- githubkit/versions/v2022_11_28/types/group_0265.py +9 -46
- githubkit/versions/v2022_11_28/types/group_0266.py +31 -33
- githubkit/versions/v2022_11_28/types/group_0267.py +71 -8
- githubkit/versions/v2022_11_28/types/group_0268.py +8 -61
- githubkit/versions/v2022_11_28/types/group_0269.py +10 -11
- githubkit/versions/v2022_11_28/types/group_0270.py +27 -9
- githubkit/versions/v2022_11_28/types/group_0271.py +50 -6
- githubkit/versions/v2022_11_28/types/group_0272.py +34 -10
- githubkit/versions/v2022_11_28/types/group_0273.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0274.py +47 -16
- githubkit/versions/v2022_11_28/types/group_0275.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0276.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0277.py +5 -71
- githubkit/versions/v2022_11_28/types/group_0278.py +4 -21
- githubkit/versions/v2022_11_28/types/group_0279.py +8 -34
- githubkit/versions/v2022_11_28/types/group_0280.py +21 -17
- githubkit/versions/v2022_11_28/types/group_0281.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0282.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0283.py +64 -50
- githubkit/versions/v2022_11_28/types/group_0284.py +18 -10
- githubkit/versions/v2022_11_28/types/group_0285.py +35 -9
- githubkit/versions/v2022_11_28/types/group_0286.py +16 -97
- githubkit/versions/v2022_11_28/types/group_0287.py +7 -30
- githubkit/versions/v2022_11_28/types/group_0288.py +19 -26
- githubkit/versions/v2022_11_28/types/group_0289.py +56 -19
- githubkit/versions/v2022_11_28/types/group_0290.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0291.py +8 -27
- githubkit/versions/v2022_11_28/types/group_0292.py +91 -15
- githubkit/versions/v2022_11_28/types/group_0293.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0294.py +19 -12
- githubkit/versions/v2022_11_28/types/group_0295.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0296.py +11 -22
- githubkit/versions/v2022_11_28/types/group_0297.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0298.py +13 -18
- githubkit/versions/v2022_11_28/types/group_0299.py +14 -18
- githubkit/versions/v2022_11_28/types/group_0300.py +11 -22
- githubkit/versions/v2022_11_28/types/group_0301.py +12 -23
- githubkit/versions/v2022_11_28/types/group_0302.py +27 -32
- githubkit/versions/v2022_11_28/types/group_0303.py +18 -14
- githubkit/versions/v2022_11_28/types/group_0304.py +33 -6
- githubkit/versions/v2022_11_28/types/group_0305.py +23 -62
- githubkit/versions/v2022_11_28/types/group_0306.py +23 -46
- githubkit/versions/v2022_11_28/types/group_0307.py +23 -83
- githubkit/versions/v2022_11_28/types/group_0308.py +33 -16
- githubkit/versions/v2022_11_28/types/group_0309.py +14 -18
- githubkit/versions/v2022_11_28/types/group_0310.py +6 -19
- githubkit/versions/v2022_11_28/types/group_0311.py +69 -13
- githubkit/versions/v2022_11_28/types/group_0312.py +57 -5
- githubkit/versions/v2022_11_28/types/group_0313.py +86 -25
- githubkit/versions/v2022_11_28/types/group_0314.py +19 -9
- githubkit/versions/v2022_11_28/types/group_0315.py +17 -52
- githubkit/versions/v2022_11_28/types/group_0316.py +16 -23
- githubkit/versions/v2022_11_28/types/group_0317.py +15 -6
- githubkit/versions/v2022_11_28/types/group_0318.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0319.py +39 -25
- githubkit/versions/v2022_11_28/types/group_0320.py +8 -77
- githubkit/versions/v2022_11_28/types/group_0321.py +52 -73
- githubkit/versions/v2022_11_28/types/group_0322.py +25 -9
- githubkit/versions/v2022_11_28/types/group_0323.py +7 -24
- githubkit/versions/v2022_11_28/types/group_0324.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0325.py +25 -15
- githubkit/versions/v2022_11_28/types/group_0326.py +78 -10
- githubkit/versions/v2022_11_28/types/group_0327.py +63 -43
- githubkit/versions/v2022_11_28/types/group_0328.py +10 -48
- githubkit/versions/v2022_11_28/types/group_0329.py +24 -7
- githubkit/versions/v2022_11_28/types/group_0330.py +12 -22
- githubkit/versions/v2022_11_28/types/group_0331.py +10 -36
- githubkit/versions/v2022_11_28/types/group_0332.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0333.py +54 -9
- githubkit/versions/v2022_11_28/types/group_0334.py +49 -8
- githubkit/versions/v2022_11_28/types/group_0335.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0336.py +24 -9
- githubkit/versions/v2022_11_28/types/group_0337.py +39 -12
- githubkit/versions/v2022_11_28/types/group_0338.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0339.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0340.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0341.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0342.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0343.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0344.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0345.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0346.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0347.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0348.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0349.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0350.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0351.py +15 -37
- githubkit/versions/v2022_11_28/types/group_0352.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0353.py +10 -37
- githubkit/versions/v2022_11_28/types/group_0354.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0355.py +10 -70
- githubkit/versions/v2022_11_28/types/group_0356.py +10 -51
- githubkit/versions/v2022_11_28/types/group_0357.py +32 -74
- githubkit/versions/v2022_11_28/types/group_0358.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0359.py +37 -8
- githubkit/versions/v2022_11_28/types/group_0360.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0361.py +72 -6
- githubkit/versions/v2022_11_28/types/group_0362.py +51 -13
- githubkit/versions/v2022_11_28/types/group_0363.py +70 -16
- githubkit/versions/v2022_11_28/types/group_0364.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0365.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0366.py +25 -8
- githubkit/versions/v2022_11_28/types/group_0367.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0368.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0369.py +19 -7
- githubkit/versions/v2022_11_28/types/group_0370.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0371.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0372.py +7 -35
- githubkit/versions/v2022_11_28/types/group_0373.py +9 -43
- githubkit/versions/v2022_11_28/types/group_0374.py +10 -34
- githubkit/versions/v2022_11_28/types/group_0375.py +8 -103
- githubkit/versions/v2022_11_28/types/group_0376.py +9 -27
- githubkit/versions/v2022_11_28/types/group_0377.py +13 -117
- githubkit/versions/v2022_11_28/types/group_0378.py +20 -60
- githubkit/versions/v2022_11_28/types/group_0379.py +30 -41
- githubkit/versions/v2022_11_28/types/group_0380.py +27 -56
- githubkit/versions/v2022_11_28/types/group_0381.py +103 -7
- githubkit/versions/v2022_11_28/types/group_0382.py +26 -13
- githubkit/versions/v2022_11_28/types/group_0383.py +113 -76
- githubkit/versions/v2022_11_28/types/group_0384.py +73 -9
- githubkit/versions/v2022_11_28/types/group_0385.py +46 -51
- githubkit/versions/v2022_11_28/types/group_0386.py +58 -9
- githubkit/versions/v2022_11_28/types/group_0387.py +7 -32
- githubkit/versions/v2022_11_28/types/group_0388.py +15 -7
- githubkit/versions/v2022_11_28/types/group_0389.py +82 -7
- githubkit/versions/v2022_11_28/types/group_0390.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0391.py +55 -11
- githubkit/versions/v2022_11_28/types/group_0392.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0393.py +28 -18
- githubkit/versions/v2022_11_28/types/group_0394.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0395.py +10 -21
- githubkit/versions/v2022_11_28/types/group_0396.py +8 -269
- githubkit/versions/v2022_11_28/types/group_0397.py +18 -44
- githubkit/versions/v2022_11_28/types/group_0398.py +9 -44
- githubkit/versions/v2022_11_28/types/group_0399.py +17 -52
- githubkit/versions/v2022_11_28/types/group_0400.py +10 -16
- githubkit/versions/v2022_11_28/types/group_0401.py +19 -11
- githubkit/versions/v2022_11_28/types/group_0402.py +258 -46
- githubkit/versions/v2022_11_28/types/group_0403.py +48 -16
- githubkit/versions/v2022_11_28/types/group_0404.py +42 -25
- githubkit/versions/v2022_11_28/types/group_0405.py +48 -63
- githubkit/versions/v2022_11_28/types/group_0406.py +13 -142
- githubkit/versions/v2022_11_28/types/group_0407.py +11 -69
- githubkit/versions/v2022_11_28/types/group_0408.py +60 -11
- githubkit/versions/v2022_11_28/types/group_0409.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0410.py +31 -13
- githubkit/versions/v2022_11_28/types/group_0411.py +14 -19
- githubkit/versions/v2022_11_28/types/group_0412.py +140 -9
- githubkit/versions/v2022_11_28/types/group_0413.py +16 -280
- githubkit/versions/v2022_11_28/types/group_0414.py +8 -51
- githubkit/versions/v2022_11_28/types/group_0415.py +6 -334
- githubkit/versions/v2022_11_28/types/group_0416.py +13 -31
- githubkit/versions/v2022_11_28/types/group_0417.py +76 -37
- githubkit/versions/v2022_11_28/types/group_0418.py +10 -33
- githubkit/versions/v2022_11_28/types/group_0419.py +317 -24
- githubkit/versions/v2022_11_28/types/group_0420.py +53 -12
- githubkit/versions/v2022_11_28/types/group_0421.py +287 -5
- githubkit/versions/v2022_11_28/types/group_0422.py +3 -20
- githubkit/versions/v2022_11_28/types/group_0423.py +30 -122
- githubkit/versions/v2022_11_28/types/group_0424.py +33 -42
- githubkit/versions/v2022_11_28/types/group_0425.py +34 -39
- githubkit/versions/v2022_11_28/types/group_0426.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0427.py +49 -19
- githubkit/versions/v2022_11_28/types/group_0428.py +42 -15
- githubkit/versions/v2022_11_28/types/group_0429.py +152 -17
- githubkit/versions/v2022_11_28/types/group_0430.py +45 -19
- githubkit/versions/v2022_11_28/types/group_0431.py +41 -73
- githubkit/versions/v2022_11_28/types/group_0432.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0433.py +17 -854
- githubkit/versions/v2022_11_28/types/group_0434.py +10 -115
- githubkit/versions/v2022_11_28/types/group_0435.py +14 -75
- githubkit/versions/v2022_11_28/types/group_0436.py +16 -118
- githubkit/versions/v2022_11_28/types/group_0437.py +75 -119
- githubkit/versions/v2022_11_28/types/group_0438.py +14 -54
- githubkit/versions/v2022_11_28/types/group_0439.py +857 -37
- githubkit/versions/v2022_11_28/types/group_0440.py +99 -64
- githubkit/versions/v2022_11_28/types/group_0441.py +43 -77
- githubkit/versions/v2022_11_28/types/group_0442.py +117 -26
- githubkit/versions/v2022_11_28/types/group_0443.py +109 -28
- githubkit/versions/v2022_11_28/types/group_0444.py +53 -15
- githubkit/versions/v2022_11_28/types/group_0445.py +45 -20
- githubkit/versions/v2022_11_28/types/group_0446.py +85 -17
- githubkit/versions/v2022_11_28/types/group_0447.py +113 -17
- githubkit/versions/v2022_11_28/types/group_0448.py +23 -154
- githubkit/versions/v2022_11_28/types/group_0449.py +46 -19
- githubkit/versions/v2022_11_28/types/group_0450.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0451.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0452.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0453.py +12 -23
- githubkit/versions/v2022_11_28/types/group_0454.py +163 -6
- githubkit/versions/v2022_11_28/types/group_0455.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0456.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0457.py +11 -253
- githubkit/versions/v2022_11_28/types/group_0458.py +6 -254
- githubkit/versions/v2022_11_28/types/group_0459.py +17 -242
- githubkit/versions/v2022_11_28/types/group_0460.py +6 -142
- githubkit/versions/v2022_11_28/types/group_0461.py +11 -140
- githubkit/versions/v2022_11_28/types/group_0462.py +6 -111
- githubkit/versions/v2022_11_28/types/group_0463.py +193 -74
- githubkit/versions/v2022_11_28/types/group_0464.py +214 -74
- githubkit/versions/v2022_11_28/types/group_0465.py +215 -70
- githubkit/versions/v2022_11_28/types/group_0466.py +102 -54
- githubkit/versions/v2022_11_28/types/group_0467.py +139 -12
- githubkit/versions/v2022_11_28/types/group_0468.py +107 -11
- githubkit/versions/v2022_11_28/types/group_0469.py +132 -15
- githubkit/versions/v2022_11_28/types/group_0470.py +113 -12
- githubkit/versions/v2022_11_28/types/group_0471.py +107 -15
- githubkit/versions/v2022_11_28/types/group_0472.py +91 -12
- githubkit/versions/v2022_11_28/types/group_0473.py +15 -13
- githubkit/versions/v2022_11_28/types/group_0474.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0475.py +20 -14
- githubkit/versions/v2022_11_28/types/group_0476.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0477.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0478.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0479.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0480.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0481.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0482.py +13 -535
- githubkit/versions/v2022_11_28/types/group_0483.py +18 -21
- githubkit/versions/v2022_11_28/types/group_0484.py +14 -406
- githubkit/versions/v2022_11_28/types/group_0485.py +14 -404
- githubkit/versions/v2022_11_28/types/group_0486.py +13 -439
- githubkit/versions/v2022_11_28/types/group_0487.py +12 -747
- githubkit/versions/v2022_11_28/types/group_0488.py +536 -15
- githubkit/versions/v2022_11_28/types/group_0489.py +18 -49
- githubkit/versions/v2022_11_28/types/group_0490.py +405 -13
- githubkit/versions/v2022_11_28/types/group_0491.py +403 -15
- githubkit/versions/v2022_11_28/types/group_0492.py +439 -15
- githubkit/versions/v2022_11_28/types/group_0493.py +743 -24
- githubkit/versions/v2022_11_28/types/group_0494.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0495.py +44 -10
- githubkit/versions/v2022_11_28/types/group_0496.py +10 -35
- githubkit/versions/v2022_11_28/types/group_0497.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0498.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0499.py +29 -10
- githubkit/versions/v2022_11_28/types/group_0500.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0501.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0502.py +43 -8
- githubkit/versions/v2022_11_28/types/group_0503.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0504.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0505.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0506.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0507.py +14 -13
- githubkit/versions/v2022_11_28/types/group_0508.py +8 -142
- githubkit/versions/v2022_11_28/types/group_0509.py +15 -140
- githubkit/versions/v2022_11_28/types/group_0510.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0511.py +17 -112
- githubkit/versions/v2022_11_28/types/group_0512.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0513.py +13 -24
- githubkit/versions/v2022_11_28/types/group_0514.py +140 -18
- githubkit/versions/v2022_11_28/types/group_0515.py +140 -18
- githubkit/versions/v2022_11_28/types/group_0516.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0517.py +106 -30
- githubkit/versions/v2022_11_28/types/group_0518.py +9 -38
- githubkit/versions/v2022_11_28/types/group_0519.py +26 -15
- githubkit/versions/v2022_11_28/types/group_0520.py +15 -81
- githubkit/versions/v2022_11_28/types/group_0521.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0522.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0523.py +30 -71
- githubkit/versions/v2022_11_28/types/group_0524.py +31 -140
- githubkit/versions/v2022_11_28/types/group_0525.py +18 -150
- githubkit/versions/v2022_11_28/types/group_0526.py +62 -29
- githubkit/versions/v2022_11_28/types/group_0527.py +22 -29
- githubkit/versions/v2022_11_28/types/group_0528.py +26 -36
- githubkit/versions/v2022_11_28/types/group_0529.py +52 -51
- githubkit/versions/v2022_11_28/types/group_0530.py +137 -24
- githubkit/versions/v2022_11_28/types/group_0531.py +152 -7
- githubkit/versions/v2022_11_28/types/group_0532.py +11 -97
- githubkit/versions/v2022_11_28/types/group_0533.py +27 -28
- githubkit/versions/v2022_11_28/types/group_0534.py +25 -22
- githubkit/versions/v2022_11_28/types/group_0535.py +76 -19
- githubkit/versions/v2022_11_28/types/group_0536.py +24 -137
- githubkit/versions/v2022_11_28/types/group_0537.py +7 -152
- githubkit/versions/v2022_11_28/types/group_0538.py +97 -11
- githubkit/versions/v2022_11_28/types/group_0539.py +28 -27
- githubkit/versions/v2022_11_28/types/group_0540.py +22 -25
- githubkit/versions/v2022_11_28/types/group_0541.py +19 -76
- githubkit/versions/v2022_11_28/types/group_0542.py +137 -24
- githubkit/versions/v2022_11_28/types/group_0543.py +152 -7
- githubkit/versions/v2022_11_28/types/group_0544.py +11 -98
- githubkit/versions/v2022_11_28/types/group_0545.py +27 -28
- githubkit/versions/v2022_11_28/types/group_0546.py +25 -22
- githubkit/versions/v2022_11_28/types/group_0547.py +76 -21
- githubkit/versions/v2022_11_28/types/group_0548.py +24 -135
- githubkit/versions/v2022_11_28/types/group_0549.py +7 -150
- githubkit/versions/v2022_11_28/types/group_0550.py +98 -11
- githubkit/versions/v2022_11_28/types/group_0551.py +28 -27
- githubkit/versions/v2022_11_28/types/group_0552.py +22 -25
- githubkit/versions/v2022_11_28/types/group_0553.py +21 -75
- githubkit/versions/v2022_11_28/types/group_0554.py +135 -24
- githubkit/versions/v2022_11_28/types/group_0555.py +150 -7
- githubkit/versions/v2022_11_28/types/group_0556.py +11 -97
- githubkit/versions/v2022_11_28/types/group_0557.py +27 -28
- githubkit/versions/v2022_11_28/types/group_0558.py +25 -22
- githubkit/versions/v2022_11_28/types/group_0559.py +74 -18
- githubkit/versions/v2022_11_28/types/group_0560.py +37 -22
- githubkit/versions/v2022_11_28/types/group_0561.py +7 -177
- githubkit/versions/v2022_11_28/types/group_0562.py +71 -112
- githubkit/versions/v2022_11_28/types/group_0563.py +28 -27
- githubkit/versions/v2022_11_28/types/group_0564.py +25 -24
- githubkit/versions/v2022_11_28/types/group_0565.py +18 -74
- githubkit/versions/v2022_11_28/types/group_0566.py +22 -36
- githubkit/versions/v2022_11_28/types/group_0567.py +168 -13
- githubkit/versions/v2022_11_28/types/group_0568.py +138 -67
- githubkit/versions/v2022_11_28/types/group_0569.py +27 -24
- githubkit/versions/v2022_11_28/types/group_0570.py +22 -22
- githubkit/versions/v2022_11_28/types/group_0571.py +8 -294
- githubkit/versions/v2022_11_28/types/group_0572.py +9 -348
- githubkit/versions/v2022_11_28/types/group_0573.py +6 -375
- githubkit/versions/v2022_11_28/types/group_0574.py +66 -321
- githubkit/versions/v2022_11_28/types/group_0575.py +6 -348
- githubkit/versions/v2022_11_28/types/group_0576.py +10 -349
- githubkit/versions/v2022_11_28/types/group_0577.py +50 -591
- githubkit/versions/v2022_11_28/types/group_0578.py +365 -12
- githubkit/versions/v2022_11_28/types/group_0579.py +82 -55
- githubkit/versions/v2022_11_28/types/group_0580.py +57 -267
- githubkit/versions/v2022_11_28/types/group_0581.py +358 -13
- githubkit/versions/v2022_11_28/types/group_0582.py +359 -14
- githubkit/versions/v2022_11_28/types/group_0583.py +591 -53
- githubkit/versions/v2022_11_28/types/group_0584.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0585.py +358 -13
- githubkit/versions/v2022_11_28/types/group_0586.py +569 -13
- githubkit/versions/v2022_11_28/types/group_0587.py +14 -48
- githubkit/versions/v2022_11_28/types/group_0588.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0589.py +342 -46
- githubkit/versions/v2022_11_28/types/group_0590.py +13 -66
- githubkit/versions/v2022_11_28/types/group_0591.py +14 -67
- githubkit/versions/v2022_11_28/types/group_0592.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0593.py +35 -36
- githubkit/versions/v2022_11_28/types/group_0594.py +16 -42
- githubkit/versions/v2022_11_28/types/group_0595.py +63 -12
- githubkit/versions/v2022_11_28/types/group_0596.py +62 -41
- githubkit/versions/v2022_11_28/types/group_0597.py +62 -41
- githubkit/versions/v2022_11_28/types/group_0598.py +16 -11
- githubkit/versions/v2022_11_28/types/group_0599.py +52 -14
- githubkit/versions/v2022_11_28/types/group_0600.py +32 -33
- githubkit/versions/v2022_11_28/types/group_0601.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0602.py +47 -15
- githubkit/versions/v2022_11_28/types/group_0603.py +47 -15
- githubkit/versions/v2022_11_28/types/group_0604.py +12 -50
- githubkit/versions/v2022_11_28/types/group_0605.py +13 -14
- githubkit/versions/v2022_11_28/types/group_0606.py +44 -14
- githubkit/versions/v2022_11_28/types/group_0607.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0608.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0609.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0610.py +43 -60
- githubkit/versions/v2022_11_28/types/group_0611.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0612.py +12 -29
- githubkit/versions/v2022_11_28/types/group_0613.py +17 -31
- githubkit/versions/v2022_11_28/types/group_0614.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0615.py +17 -63
- githubkit/versions/v2022_11_28/types/group_0616.py +38 -452
- githubkit/versions/v2022_11_28/types/group_0617.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0618.py +35 -62
- githubkit/versions/v2022_11_28/types/group_0619.py +36 -159
- githubkit/versions/v2022_11_28/types/group_0620.py +13 -67
- githubkit/versions/v2022_11_28/types/group_0621.py +63 -15
- githubkit/versions/v2022_11_28/types/group_0622.py +486 -16
- githubkit/versions/v2022_11_28/types/group_0623.py +14 -12
- githubkit/versions/v2022_11_28/types/group_0624.py +61 -15
- githubkit/versions/v2022_11_28/types/group_0625.py +159 -14
- githubkit/versions/v2022_11_28/types/group_0626.py +62 -26
- githubkit/versions/v2022_11_28/types/group_0627.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0628.py +12 -31
- githubkit/versions/v2022_11_28/types/group_0629.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0630.py +13 -64
- githubkit/versions/v2022_11_28/types/group_0631.py +11 -32
- githubkit/versions/v2022_11_28/types/group_0632.py +23 -69
- githubkit/versions/v2022_11_28/types/group_0633.py +7 -48
- githubkit/versions/v2022_11_28/types/group_0634.py +34 -43
- githubkit/versions/v2022_11_28/types/group_0635.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0636.py +63 -14
- githubkit/versions/v2022_11_28/types/group_0637.py +30 -13
- githubkit/versions/v2022_11_28/types/group_0638.py +75 -28
- githubkit/versions/v2022_11_28/types/group_0639.py +47 -17
- githubkit/versions/v2022_11_28/types/group_0640.py +47 -21
- githubkit/versions/v2022_11_28/types/group_0641.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0642.py +11 -39
- githubkit/versions/v2022_11_28/types/group_0643.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0644.py +32 -11
- githubkit/versions/v2022_11_28/types/group_0645.py +14 -13
- githubkit/versions/v2022_11_28/types/group_0646.py +14 -10
- githubkit/versions/v2022_11_28/types/group_0647.py +15 -60
- githubkit/versions/v2022_11_28/types/group_0648.py +43 -13
- githubkit/versions/v2022_11_28/types/group_0649.py +15 -31
- githubkit/versions/v2022_11_28/types/group_0650.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0651.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0652.py +10 -94
- githubkit/versions/v2022_11_28/types/group_0653.py +47 -20
- githubkit/versions/v2022_11_28/types/group_0654.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0655.py +30 -10
- githubkit/versions/v2022_11_28/types/group_0656.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0657.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0658.py +73 -43
- githubkit/versions/v2022_11_28/types/group_0659.py +33 -11
- githubkit/versions/v2022_11_28/types/group_0660.py +13 -938
- githubkit/versions/v2022_11_28/types/group_0661.py +11 -985
- githubkit/versions/v2022_11_28/types/group_0662.py +11 -975
- githubkit/versions/v2022_11_28/types/group_0663.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0664.py +65 -16
- githubkit/versions/v2022_11_28/types/group_0665.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0666.py +166 -177
- githubkit/versions/v2022_11_28/types/group_0667.py +960 -42
- githubkit/versions/v2022_11_28/types/group_0668.py +175 -135
- githubkit/versions/v2022_11_28/types/group_0669.py +12 -929
- githubkit/versions/v2022_11_28/types/group_0670.py +12 -921
- githubkit/versions/v2022_11_28/types/group_0671.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0672.py +945 -12
- githubkit/versions/v2022_11_28/types/group_0673.py +62 -11
- githubkit/versions/v2022_11_28/types/group_0674.py +931 -12
- githubkit/versions/v2022_11_28/types/group_0675.py +176 -325
- githubkit/versions/v2022_11_28/types/group_0676.py +184 -218
- githubkit/versions/v2022_11_28/types/group_0677.py +15 -961
- githubkit/versions/v2022_11_28/types/group_0678.py +13 -1009
- githubkit/versions/v2022_11_28/types/group_0679.py +13 -903
- githubkit/versions/v2022_11_28/types/group_0680.py +12 -1052
- githubkit/versions/v2022_11_28/types/group_0681.py +294 -284
- githubkit/versions/v2022_11_28/types/group_0682.py +178 -255
- githubkit/versions/v2022_11_28/types/group_0683.py +171 -258
- githubkit/versions/v2022_11_28/types/group_0684.py +207 -125
- githubkit/versions/v2022_11_28/types/group_0685.py +146 -329
- githubkit/versions/v2022_11_28/types/group_0686.py +261 -304
- githubkit/versions/v2022_11_28/types/group_0687.py +264 -143
- githubkit/versions/v2022_11_28/types/group_0688.py +251 -160
- githubkit/versions/v2022_11_28/types/group_0689.py +274 -166
- githubkit/versions/v2022_11_28/types/group_0690.py +180 -185
- githubkit/versions/v2022_11_28/types/group_0691.py +916 -112
- githubkit/versions/v2022_11_28/types/group_0692.py +1098 -14
- githubkit/versions/v2022_11_28/types/group_0693.py +932 -40
- githubkit/versions/v2022_11_28/types/group_0694.py +812 -374
- githubkit/versions/v2022_11_28/types/group_0695.py +939 -13
- githubkit/versions/v2022_11_28/types/group_0696.py +919 -37
- githubkit/versions/v2022_11_28/types/group_0697.py +264 -139
- githubkit/versions/v2022_11_28/types/group_0698.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0699.py +61 -17
- githubkit/versions/v2022_11_28/types/group_0700.py +496 -37
- githubkit/versions/v2022_11_28/types/group_0701.py +14 -141
- githubkit/versions/v2022_11_28/types/group_0702.py +55 -17
- githubkit/versions/v2022_11_28/types/group_0703.py +163 -18
- githubkit/versions/v2022_11_28/types/group_0704.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0705.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0706.py +44 -11
- githubkit/versions/v2022_11_28/types/group_0707.py +140 -11
- githubkit/versions/v2022_11_28/types/group_0708.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0709.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0710.py +14 -25
- githubkit/versions/v2022_11_28/types/group_0711.py +13 -52
- githubkit/versions/v2022_11_28/types/group_0712.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0713.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0714.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0715.py +9 -33
- githubkit/versions/v2022_11_28/types/group_0716.py +26 -15
- githubkit/versions/v2022_11_28/types/group_0717.py +52 -13
- githubkit/versions/v2022_11_28/types/group_0718.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0719.py +15 -27
- githubkit/versions/v2022_11_28/types/group_0720.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0721.py +28 -67
- githubkit/versions/v2022_11_28/types/group_0722.py +17 -89
- githubkit/versions/v2022_11_28/types/group_0723.py +17 -109
- githubkit/versions/v2022_11_28/types/group_0724.py +15 -91
- githubkit/versions/v2022_11_28/types/group_0725.py +27 -15
- githubkit/versions/v2022_11_28/types/group_0726.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0727.py +71 -69
- githubkit/versions/v2022_11_28/types/group_0728.py +89 -17
- githubkit/versions/v2022_11_28/types/group_0729.py +102 -69
- githubkit/versions/v2022_11_28/types/group_0730.py +91 -13
- githubkit/versions/v2022_11_28/types/group_0731.py +11 -214
- githubkit/versions/v2022_11_28/types/group_0732.py +19 -5
- githubkit/versions/v2022_11_28/types/group_0733.py +72 -13
- githubkit/versions/v2022_11_28/types/group_0734.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0735.py +72 -13
- githubkit/versions/v2022_11_28/types/group_0736.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0737.py +218 -25
- githubkit/versions/v2022_11_28/types/group_0738.py +5 -19
- githubkit/versions/v2022_11_28/types/group_0739.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0740.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0741.py +17 -103
- githubkit/versions/v2022_11_28/types/group_0742.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0743.py +30 -10
- githubkit/versions/v2022_11_28/types/group_0744.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0745.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0746.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0747.py +95 -26
- githubkit/versions/v2022_11_28/types/group_0748.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0749.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0750.py +6 -19
- githubkit/versions/v2022_11_28/types/group_0751.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0752.py +12 -11
- githubkit/versions/v2022_11_28/types/group_0753.py +27 -185
- githubkit/versions/v2022_11_28/types/group_0754.py +18 -11
- githubkit/versions/v2022_11_28/types/group_0755.py +21 -6
- githubkit/versions/v2022_11_28/types/group_0756.py +19 -11
- githubkit/versions/v2022_11_28/types/group_0757.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0758.py +16 -20
- githubkit/versions/v2022_11_28/types/group_0759.py +190 -18
- githubkit/versions/v2022_11_28/types/group_0760.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0761.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0762.py +11 -15
- githubkit/versions/v2022_11_28/types/group_0763.py +5 -182
- githubkit/versions/v2022_11_28/types/group_0764.py +19 -179
- githubkit/versions/v2022_11_28/types/group_0765.py +18 -178
- githubkit/versions/v2022_11_28/types/group_0766.py +19 -247
- githubkit/versions/v2022_11_28/types/group_0767.py +19 -181
- githubkit/versions/v2022_11_28/types/group_0768.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0769.py +179 -19
- githubkit/versions/v2022_11_28/types/group_0770.py +166 -55
- githubkit/versions/v2022_11_28/types/group_0771.py +168 -43
- githubkit/versions/v2022_11_28/types/group_0772.py +244 -43
- githubkit/versions/v2022_11_28/types/group_0773.py +171 -48
- githubkit/versions/v2022_11_28/types/group_0774.py +22 -51
- githubkit/versions/v2022_11_28/types/group_0775.py +28 -43
- githubkit/versions/v2022_11_28/types/group_0776.py +36 -29
- githubkit/versions/v2022_11_28/types/group_0777.py +25 -32
- githubkit/versions/v2022_11_28/types/group_0778.py +37 -406
- githubkit/versions/v2022_11_28/types/group_0779.py +38 -391
- githubkit/versions/v2022_11_28/types/group_0780.py +31 -403
- githubkit/versions/v2022_11_28/types/group_0781.py +42 -26
- githubkit/versions/v2022_11_28/types/group_0782.py +64 -9
- githubkit/versions/v2022_11_28/types/group_0783.py +63 -8
- githubkit/versions/v2022_11_28/types/group_0784.py +419 -4
- githubkit/versions/v2022_11_28/types/group_0785.py +414 -7
- githubkit/versions/v2022_11_28/types/group_0786.py +418 -5
- githubkit/versions/v2022_11_28/types/group_0787.py +32 -10
- githubkit/versions/v2022_11_28/types/group_0788.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0789.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0790.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0791.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0792.py +5 -52
- githubkit/versions/v2022_11_28/types/group_0793.py +5 -54
- githubkit/versions/v2022_11_28/types/group_0794.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0795.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0796.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0797.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0798.py +43 -12
- githubkit/versions/v2022_11_28/types/group_0799.py +48 -13
- githubkit/versions/v2022_11_28/types/group_0800.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0801.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0802.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0803.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0804.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0805.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0806.py +27 -7
- githubkit/versions/v2022_11_28/types/group_0807.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0808.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0809.py +8 -44
- githubkit/versions/v2022_11_28/types/group_0810.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0811.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0812.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0813.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0814.py +7 -29
- githubkit/versions/v2022_11_28/types/group_0815.py +40 -13
- githubkit/versions/v2022_11_28/types/group_0816.py +20 -10
- githubkit/versions/v2022_11_28/types/group_0817.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0818.py +26 -5
- githubkit/versions/v2022_11_28/types/group_0819.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0820.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0821.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0822.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0823.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0824.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0825.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0826.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0827.py +27 -7
- githubkit/versions/v2022_11_28/types/group_0828.py +10 -21
- githubkit/versions/v2022_11_28/types/group_0829.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0830.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0831.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0832.py +5 -25
- githubkit/versions/v2022_11_28/types/group_0833.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0834.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0835.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0836.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0837.py +7 -60
- githubkit/versions/v2022_11_28/types/group_0838.py +7 -86
- githubkit/versions/v2022_11_28/types/group_0839.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0840.py +5 -87
- githubkit/versions/v2022_11_28/types/group_0841.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0842.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0843.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0844.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0845.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0846.py +25 -5
- githubkit/versions/v2022_11_28/types/group_0847.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0848.py +7 -22
- githubkit/versions/v2022_11_28/types/group_0849.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0850.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0851.py +62 -5
- githubkit/versions/v2022_11_28/types/group_0852.py +87 -5
- githubkit/versions/v2022_11_28/types/group_0853.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0854.py +87 -5
- githubkit/versions/v2022_11_28/types/group_0855.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0856.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0857.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0858.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0859.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0860.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0861.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0862.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0863.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0864.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0865.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0866.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0867.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0868.py +5 -3
- githubkit/versions/v2022_11_28/types/group_0869.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0870.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0871.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0872.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0873.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0874.py +25 -4
- githubkit/versions/v2022_11_28/types/group_0875.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0876.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0877.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0878.py +26 -7
- githubkit/versions/v2022_11_28/types/group_0879.py +24 -6
- githubkit/versions/v2022_11_28/types/group_0880.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0881.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0882.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0883.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0884.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0885.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0886.py +14 -8
- githubkit/versions/v2022_11_28/types/group_0887.py +7 -45
- githubkit/versions/v2022_11_28/types/group_0888.py +4 -74
- githubkit/versions/v2022_11_28/types/group_0889.py +5 -72
- githubkit/versions/v2022_11_28/types/group_0890.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0891.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0892.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0893.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0894.py +25 -5
- githubkit/versions/v2022_11_28/types/group_0895.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0896.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0897.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0898.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0899.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0900.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0901.py +46 -8
- githubkit/versions/v2022_11_28/types/group_0902.py +72 -5
- githubkit/versions/v2022_11_28/types/group_0903.py +72 -6
- githubkit/versions/v2022_11_28/types/group_0904.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0906.py +11 -4
- githubkit/versions/v2022_11_28/types/group_0907.py +13 -19
- githubkit/versions/v2022_11_28/types/group_0908.py +11 -18
- githubkit/versions/v2022_11_28/types/group_0909.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0911.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0912.py +7 -18
- githubkit/versions/v2022_11_28/types/group_0913.py +13 -4
- githubkit/versions/v2022_11_28/types/group_0914.py +8 -3
- githubkit/versions/v2022_11_28/types/group_0915.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0916.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0917.py +3 -4
- githubkit/versions/v2022_11_28/types/group_0918.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0920.py +4 -3
- githubkit/versions/v2022_11_28/types/group_0921.py +5 -144
- githubkit/versions/v2022_11_28/types/group_0922.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0923.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0924.py +19 -7
- githubkit/versions/v2022_11_28/types/group_0925.py +19 -7
- githubkit/versions/v2022_11_28/types/group_0926.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0927.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0928.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0929.py +19 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0931.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0932.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0933.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0934.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0935.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0936.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0937.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0938.py +145 -4
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0940.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0941.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0943.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0944.py +5 -30
- githubkit/versions/v2022_11_28/types/group_0945.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0946.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0947.py +5 -38
- githubkit/versions/v2022_11_28/types/group_0948.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0949.py +7 -63
- githubkit/versions/v2022_11_28/types/group_0950.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0951.py +7 -121
- githubkit/versions/v2022_11_28/types/group_0952.py +7 -50
- githubkit/versions/v2022_11_28/types/group_0953.py +8 -27
- githubkit/versions/v2022_11_28/types/group_0954.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0955.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0956.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0957.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0958.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0959.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0960.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0961.py +31 -10
- githubkit/versions/v2022_11_28/types/group_0962.py +20 -10
- githubkit/versions/v2022_11_28/types/group_0963.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0964.py +41 -7
- githubkit/versions/v2022_11_28/types/group_0965.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0966.py +65 -5
- githubkit/versions/v2022_11_28/types/group_0967.py +6 -53
- githubkit/versions/v2022_11_28/types/group_0968.py +122 -28
- githubkit/versions/v2022_11_28/types/group_0969.py +48 -31
- githubkit/versions/v2022_11_28/types/group_0970.py +16 -49
- githubkit/versions/v2022_11_28/types/group_0971.py +15 -33
- githubkit/versions/v2022_11_28/types/group_0972.py +15 -35
- githubkit/versions/v2022_11_28/types/group_0973.py +13 -4
- githubkit/versions/v2022_11_28/types/group_0974.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0975.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0976.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0977.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0978.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0979.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0980.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0981.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0982.py +9 -16
- githubkit/versions/v2022_11_28/types/group_0983.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0984.py +53 -7
- githubkit/versions/v2022_11_28/types/group_0985.py +31 -20
- githubkit/versions/v2022_11_28/types/group_0986.py +33 -20
- githubkit/versions/v2022_11_28/types/group_0987.py +59 -5
- githubkit/versions/v2022_11_28/types/group_0988.py +34 -8
- githubkit/versions/v2022_11_28/types/group_0989.py +38 -10
- githubkit/versions/v2022_11_28/types/group_0990.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0991.py +20 -7
- githubkit/versions/v2022_11_28/types/group_0992.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0993.py +9 -36
- githubkit/versions/v2022_11_28/types/group_0994.py +11 -32
- githubkit/versions/v2022_11_28/types/group_0995.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0996.py +12 -21
- githubkit/versions/v2022_11_28/types/group_0997.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0998.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0999.py +15 -22
- githubkit/versions/v2022_11_28/types/group_1000.py +20 -4
- githubkit/versions/v2022_11_28/types/group_1001.py +8 -14
- githubkit/versions/v2022_11_28/types/group_1002.py +13 -12
- githubkit/versions/v2022_11_28/types/group_1003.py +15 -24
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -23
- githubkit/versions/v2022_11_28/types/group_1005.py +4 -8
- githubkit/versions/v2022_11_28/types/group_1006.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1007.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1009.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1010.py +36 -5
- githubkit/versions/v2022_11_28/types/group_1011.py +31 -4
- githubkit/versions/v2022_11_28/types/group_1012.py +11 -6
- githubkit/versions/v2022_11_28/types/group_1013.py +21 -6
- githubkit/versions/v2022_11_28/types/group_1014.py +5 -40
- githubkit/versions/v2022_11_28/types/group_1015.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1016.py +24 -6
- githubkit/versions/v2022_11_28/types/group_1017.py +4 -24
- githubkit/versions/v2022_11_28/types/group_1018.py +13 -19
- githubkit/versions/v2022_11_28/types/group_1019.py +14 -19
- githubkit/versions/v2022_11_28/types/group_1020.py +28 -9
- githubkit/versions/v2022_11_28/types/group_1021.py +23 -8
- githubkit/versions/v2022_11_28/types/group_1022.py +8 -9
- githubkit/versions/v2022_11_28/types/group_1023.py +15 -8
- githubkit/versions/v2022_11_28/types/group_1024.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1025.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1026.py +8 -3
- githubkit/versions/v2022_11_28/types/group_1027.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +4 -23
- githubkit/versions/v2022_11_28/types/group_1029.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1031.py +34 -26
- githubkit/versions/v2022_11_28/types/group_1032.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1033.py +5 -4
- githubkit/versions/v2022_11_28/types/group_1034.py +25 -5
- githubkit/versions/v2022_11_28/types/group_1035.py +19 -4
- githubkit/versions/v2022_11_28/types/group_1036.py +18 -10
- githubkit/versions/v2022_11_28/types/group_1037.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1038.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1039.py +9 -15
- githubkit/versions/v2022_11_28/types/group_1040.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1041.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1042.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1043.py +3 -5
- githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1045.py +24 -6
- githubkit/versions/v2022_11_28/types/group_1046.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1047.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1048.py +35 -9
- githubkit/versions/v2022_11_28/types/group_1049.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1050.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1051.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1052.py +4 -9
- githubkit/versions/v2022_11_28/types/group_1053.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1054.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1055.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1056.py +14 -14
- githubkit/versions/v2022_11_28/types/group_1057.py +5 -14
- githubkit/versions/v2022_11_28/types/group_1058.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1059.py +7 -15
- githubkit/versions/v2022_11_28/types/group_1060.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1061.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1062.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1063.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1064.py +6 -11
- githubkit/versions/v2022_11_28/types/group_1065.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1066.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1067.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1068.py +9 -11
- githubkit/versions/v2022_11_28/types/group_1069.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1070.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1071.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1072.py +9 -14
- githubkit/versions/v2022_11_28/types/group_1073.py +15 -14
- githubkit/versions/v2022_11_28/types/group_1074.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1075.py +15 -8
- githubkit/versions/v2022_11_28/types/group_1076.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1077.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1078.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1079.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1080.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1081.py +10 -24
- githubkit/versions/v2022_11_28/types/group_1082.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1084.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1085.py +11 -4
- githubkit/versions/v2022_11_28/types/group_1086.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1087.py +7 -13
- githubkit/versions/v2022_11_28/types/group_1088.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1089.py +14 -7
- githubkit/versions/v2022_11_28/types/group_1090.py +16 -14
- githubkit/versions/v2022_11_28/types/group_1091.py +4 -5
- githubkit/versions/v2022_11_28/types/group_1092.py +8 -64
- githubkit/versions/v2022_11_28/types/group_1093.py +5 -64
- githubkit/versions/v2022_11_28/types/group_1094.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1095.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1096.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1097.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1098.py +26 -5
- githubkit/versions/v2022_11_28/types/group_1099.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1100.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1101.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1102.py +4 -12
- githubkit/versions/v2022_11_28/types/group_1103.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1104.py +12 -4
- githubkit/versions/v2022_11_28/types/group_1105.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1107.py +12 -11
- githubkit/versions/v2022_11_28/types/group_1108.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1109.py +64 -5
- githubkit/versions/v2022_11_28/types/group_1110.py +64 -5
- githubkit/versions/v2022_11_28/types/group_1111.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1112.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1113.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1114.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1115.py +5 -17
- githubkit/versions/v2022_11_28/types/group_1116.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1117.py +7 -24
- githubkit/versions/v2022_11_28/types/group_1118.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1119.py +13 -8
- githubkit/versions/v2022_11_28/types/group_1120.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1121.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1122.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1123.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1124.py +10 -4
- githubkit/versions/v2022_11_28/types/group_1125.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1126.py +6 -14
- githubkit/versions/v2022_11_28/types/group_1127.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1128.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1129.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1130.py +14 -4
- githubkit/versions/v2022_11_28/types/group_1131.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1132.py +16 -5
- githubkit/versions/v2022_11_28/types/group_1133.py +23 -12
- githubkit/versions/v2022_11_28/types/group_1134.py +23 -6
- githubkit/versions/v2022_11_28/types/group_1135.py +10 -32
- githubkit/versions/v2022_11_28/types/group_1136.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1137.py +4 -9
- githubkit/versions/v2022_11_28/types/group_1138.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1139.py +7 -135
- githubkit/versions/v2022_11_28/types/group_1140.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1141.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1142.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1143.py +30 -0
- githubkit/versions/v2022_11_28/types/group_1144.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1145.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1146.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1147.py +19 -0
- githubkit/versions/v2022_11_28/types/group_1148.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1149.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1150.py +30 -0
- githubkit/versions/v2022_11_28/types/group_1151.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1152.py +46 -0
- githubkit/versions/v2022_11_28/types/group_1153.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1154.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1155.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1156.py +152 -0
- githubkit/versions/v2022_11_28/webhooks/_namespace.py +87 -80
- {githubkit-0.12.4.dist-info → githubkit-0.12.6.dist-info}/METADATA +2 -2
- githubkit-0.12.6.dist-info/RECORD +5122 -0
- {githubkit-0.12.4.dist-info → githubkit-0.12.6.dist-info}/WHEEL +1 -1
- githubkit-0.12.4.dist-info/RECORD +0 -5030
- {githubkit-0.12.4.dist-info → githubkit-0.12.6.dist-info}/LICENSE +0 -0
|
@@ -9,6 +9,7 @@ See https://github.com/github/rest-api-description for more information.
|
|
|
9
9
|
|
|
10
10
|
from __future__ import annotations
|
|
11
11
|
|
|
12
|
+
from collections.abc import Mapping
|
|
12
13
|
from typing import TYPE_CHECKING, Literal, Optional, overload
|
|
13
14
|
from weakref import ref
|
|
14
15
|
|
|
@@ -31,6 +32,8 @@ if TYPE_CHECKING:
|
|
|
31
32
|
ActionsCacheUsageByRepository,
|
|
32
33
|
ActionsCacheUsageOrgEnterprise,
|
|
33
34
|
ActionsGetDefaultWorkflowPermissions,
|
|
35
|
+
ActionsHostedRunner,
|
|
36
|
+
ActionsHostedRunnerLimits,
|
|
34
37
|
ActionsOrganizationPermissions,
|
|
35
38
|
ActionsPublicKey,
|
|
36
39
|
ActionsRepositoryPermissions,
|
|
@@ -47,8 +50,14 @@ if TYPE_CHECKING:
|
|
|
47
50
|
OrganizationActionsSecret,
|
|
48
51
|
OrganizationActionsVariable,
|
|
49
52
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200,
|
|
53
|
+
OrgsOrgActionsHostedRunnersGetResponse200,
|
|
54
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
|
|
55
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200,
|
|
56
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200,
|
|
57
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200,
|
|
50
58
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200,
|
|
51
59
|
OrgsOrgActionsRunnerGroupsGetResponse200,
|
|
60
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
52
61
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200,
|
|
53
62
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
54
63
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
@@ -88,6 +97,8 @@ if TYPE_CHECKING:
|
|
|
88
97
|
ActionsCacheUsageByRepositoryType,
|
|
89
98
|
ActionsCacheUsageOrgEnterpriseType,
|
|
90
99
|
ActionsGetDefaultWorkflowPermissionsType,
|
|
100
|
+
ActionsHostedRunnerLimitsType,
|
|
101
|
+
ActionsHostedRunnerType,
|
|
91
102
|
ActionsOrganizationPermissionsType,
|
|
92
103
|
ActionsPublicKeyType,
|
|
93
104
|
ActionsRepositoryPermissionsType,
|
|
@@ -105,11 +116,20 @@ if TYPE_CHECKING:
|
|
|
105
116
|
OrganizationActionsSecretType,
|
|
106
117
|
OrganizationActionsVariableType,
|
|
107
118
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200Type,
|
|
119
|
+
OrgsOrgActionsHostedRunnersGetResponse200Type,
|
|
120
|
+
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBodyType,
|
|
121
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200Type,
|
|
122
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200Type,
|
|
123
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200Type,
|
|
124
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200Type,
|
|
125
|
+
OrgsOrgActionsHostedRunnersPostBodyPropImageType,
|
|
126
|
+
OrgsOrgActionsHostedRunnersPostBodyType,
|
|
108
127
|
OrgsOrgActionsPermissionsPutBodyType,
|
|
109
128
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200Type,
|
|
110
129
|
OrgsOrgActionsPermissionsRepositoriesPutBodyType,
|
|
111
130
|
OrgsOrgActionsRunnerGroupsGetResponse200Type,
|
|
112
131
|
OrgsOrgActionsRunnerGroupsPostBodyType,
|
|
132
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200Type,
|
|
113
133
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdPatchBodyType,
|
|
114
134
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200Type,
|
|
115
135
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesPutBodyType,
|
|
@@ -195,7 +215,7 @@ class ActionsClient:
|
|
|
195
215
|
self,
|
|
196
216
|
org: str,
|
|
197
217
|
*,
|
|
198
|
-
headers: Optional[
|
|
218
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
199
219
|
) -> Response[ActionsCacheUsageOrgEnterprise, ActionsCacheUsageOrgEnterpriseType]:
|
|
200
220
|
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization"""
|
|
201
221
|
|
|
@@ -216,7 +236,7 @@ class ActionsClient:
|
|
|
216
236
|
self,
|
|
217
237
|
org: str,
|
|
218
238
|
*,
|
|
219
|
-
headers: Optional[
|
|
239
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
220
240
|
) -> Response[ActionsCacheUsageOrgEnterprise, ActionsCacheUsageOrgEnterpriseType]:
|
|
221
241
|
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization"""
|
|
222
242
|
|
|
@@ -239,7 +259,7 @@ class ActionsClient:
|
|
|
239
259
|
*,
|
|
240
260
|
per_page: Missing[int] = UNSET,
|
|
241
261
|
page: Missing[int] = UNSET,
|
|
242
|
-
headers: Optional[
|
|
262
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
243
263
|
) -> Response[
|
|
244
264
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200,
|
|
245
265
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200Type,
|
|
@@ -271,7 +291,7 @@ class ActionsClient:
|
|
|
271
291
|
*,
|
|
272
292
|
per_page: Missing[int] = UNSET,
|
|
273
293
|
page: Missing[int] = UNSET,
|
|
274
|
-
headers: Optional[
|
|
294
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
275
295
|
) -> Response[
|
|
276
296
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200,
|
|
277
297
|
OrgsOrgActionsCacheUsageByRepositoryGetResponse200Type,
|
|
@@ -297,11 +317,639 @@ class ActionsClient:
|
|
|
297
317
|
response_model=OrgsOrgActionsCacheUsageByRepositoryGetResponse200,
|
|
298
318
|
)
|
|
299
319
|
|
|
320
|
+
def list_hosted_runners_for_org(
|
|
321
|
+
self,
|
|
322
|
+
org: str,
|
|
323
|
+
*,
|
|
324
|
+
per_page: Missing[int] = UNSET,
|
|
325
|
+
page: Missing[int] = UNSET,
|
|
326
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
327
|
+
) -> Response[
|
|
328
|
+
OrgsOrgActionsHostedRunnersGetResponse200,
|
|
329
|
+
OrgsOrgActionsHostedRunnersGetResponse200Type,
|
|
330
|
+
]:
|
|
331
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization"""
|
|
332
|
+
|
|
333
|
+
from ..models import OrgsOrgActionsHostedRunnersGetResponse200
|
|
334
|
+
|
|
335
|
+
url = f"/orgs/{org}/actions/hosted-runners"
|
|
336
|
+
|
|
337
|
+
params = {
|
|
338
|
+
"per_page": per_page,
|
|
339
|
+
"page": page,
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
343
|
+
|
|
344
|
+
return self._github.request(
|
|
345
|
+
"GET",
|
|
346
|
+
url,
|
|
347
|
+
params=exclude_unset(params),
|
|
348
|
+
headers=exclude_unset(headers),
|
|
349
|
+
response_model=OrgsOrgActionsHostedRunnersGetResponse200,
|
|
350
|
+
)
|
|
351
|
+
|
|
352
|
+
async def async_list_hosted_runners_for_org(
|
|
353
|
+
self,
|
|
354
|
+
org: str,
|
|
355
|
+
*,
|
|
356
|
+
per_page: Missing[int] = UNSET,
|
|
357
|
+
page: Missing[int] = UNSET,
|
|
358
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
359
|
+
) -> Response[
|
|
360
|
+
OrgsOrgActionsHostedRunnersGetResponse200,
|
|
361
|
+
OrgsOrgActionsHostedRunnersGetResponse200Type,
|
|
362
|
+
]:
|
|
363
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization"""
|
|
364
|
+
|
|
365
|
+
from ..models import OrgsOrgActionsHostedRunnersGetResponse200
|
|
366
|
+
|
|
367
|
+
url = f"/orgs/{org}/actions/hosted-runners"
|
|
368
|
+
|
|
369
|
+
params = {
|
|
370
|
+
"per_page": per_page,
|
|
371
|
+
"page": page,
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
375
|
+
|
|
376
|
+
return await self._github.arequest(
|
|
377
|
+
"GET",
|
|
378
|
+
url,
|
|
379
|
+
params=exclude_unset(params),
|
|
380
|
+
headers=exclude_unset(headers),
|
|
381
|
+
response_model=OrgsOrgActionsHostedRunnersGetResponse200,
|
|
382
|
+
)
|
|
383
|
+
|
|
384
|
+
@overload
|
|
385
|
+
def create_hosted_runner_for_org(
|
|
386
|
+
self,
|
|
387
|
+
org: str,
|
|
388
|
+
*,
|
|
389
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
390
|
+
data: OrgsOrgActionsHostedRunnersPostBodyType,
|
|
391
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
392
|
+
|
|
393
|
+
@overload
|
|
394
|
+
def create_hosted_runner_for_org(
|
|
395
|
+
self,
|
|
396
|
+
org: str,
|
|
397
|
+
*,
|
|
398
|
+
data: UnsetType = UNSET,
|
|
399
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
400
|
+
name: str,
|
|
401
|
+
image: OrgsOrgActionsHostedRunnersPostBodyPropImageType,
|
|
402
|
+
size: str,
|
|
403
|
+
runner_group_id: int,
|
|
404
|
+
maximum_runners: Missing[int] = UNSET,
|
|
405
|
+
enable_static_ip: Missing[bool] = UNSET,
|
|
406
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
407
|
+
|
|
408
|
+
def create_hosted_runner_for_org(
|
|
409
|
+
self,
|
|
410
|
+
org: str,
|
|
411
|
+
*,
|
|
412
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
413
|
+
data: Missing[OrgsOrgActionsHostedRunnersPostBodyType] = UNSET,
|
|
414
|
+
**kwargs,
|
|
415
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
416
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization"""
|
|
417
|
+
|
|
418
|
+
from ..models import ActionsHostedRunner, OrgsOrgActionsHostedRunnersPostBody
|
|
419
|
+
|
|
420
|
+
url = f"/orgs/{org}/actions/hosted-runners"
|
|
421
|
+
|
|
422
|
+
headers = {
|
|
423
|
+
"Content-Type": "application/json",
|
|
424
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
425
|
+
**(headers or {}),
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
json = kwargs if data is UNSET else data
|
|
429
|
+
if self._github.config.rest_api_validate_body:
|
|
430
|
+
json = type_validate_python(OrgsOrgActionsHostedRunnersPostBody, json)
|
|
431
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
432
|
+
|
|
433
|
+
return self._github.request(
|
|
434
|
+
"POST",
|
|
435
|
+
url,
|
|
436
|
+
json=exclude_unset(json),
|
|
437
|
+
headers=exclude_unset(headers),
|
|
438
|
+
response_model=ActionsHostedRunner,
|
|
439
|
+
)
|
|
440
|
+
|
|
441
|
+
@overload
|
|
442
|
+
async def async_create_hosted_runner_for_org(
|
|
443
|
+
self,
|
|
444
|
+
org: str,
|
|
445
|
+
*,
|
|
446
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
447
|
+
data: OrgsOrgActionsHostedRunnersPostBodyType,
|
|
448
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
449
|
+
|
|
450
|
+
@overload
|
|
451
|
+
async def async_create_hosted_runner_for_org(
|
|
452
|
+
self,
|
|
453
|
+
org: str,
|
|
454
|
+
*,
|
|
455
|
+
data: UnsetType = UNSET,
|
|
456
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
457
|
+
name: str,
|
|
458
|
+
image: OrgsOrgActionsHostedRunnersPostBodyPropImageType,
|
|
459
|
+
size: str,
|
|
460
|
+
runner_group_id: int,
|
|
461
|
+
maximum_runners: Missing[int] = UNSET,
|
|
462
|
+
enable_static_ip: Missing[bool] = UNSET,
|
|
463
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
464
|
+
|
|
465
|
+
async def async_create_hosted_runner_for_org(
|
|
466
|
+
self,
|
|
467
|
+
org: str,
|
|
468
|
+
*,
|
|
469
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
470
|
+
data: Missing[OrgsOrgActionsHostedRunnersPostBodyType] = UNSET,
|
|
471
|
+
**kwargs,
|
|
472
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
473
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization"""
|
|
474
|
+
|
|
475
|
+
from ..models import ActionsHostedRunner, OrgsOrgActionsHostedRunnersPostBody
|
|
476
|
+
|
|
477
|
+
url = f"/orgs/{org}/actions/hosted-runners"
|
|
478
|
+
|
|
479
|
+
headers = {
|
|
480
|
+
"Content-Type": "application/json",
|
|
481
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
482
|
+
**(headers or {}),
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
json = kwargs if data is UNSET else data
|
|
486
|
+
if self._github.config.rest_api_validate_body:
|
|
487
|
+
json = type_validate_python(OrgsOrgActionsHostedRunnersPostBody, json)
|
|
488
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
489
|
+
|
|
490
|
+
return await self._github.arequest(
|
|
491
|
+
"POST",
|
|
492
|
+
url,
|
|
493
|
+
json=exclude_unset(json),
|
|
494
|
+
headers=exclude_unset(headers),
|
|
495
|
+
response_model=ActionsHostedRunner,
|
|
496
|
+
)
|
|
497
|
+
|
|
498
|
+
def get_hosted_runners_github_owned_images_for_org(
|
|
499
|
+
self,
|
|
500
|
+
org: str,
|
|
501
|
+
*,
|
|
502
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
503
|
+
) -> Response[
|
|
504
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
|
|
505
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200Type,
|
|
506
|
+
]:
|
|
507
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization"""
|
|
508
|
+
|
|
509
|
+
from ..models import OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200
|
|
510
|
+
|
|
511
|
+
url = f"/orgs/{org}/actions/hosted-runners/images/github-owned"
|
|
512
|
+
|
|
513
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
514
|
+
|
|
515
|
+
return self._github.request(
|
|
516
|
+
"GET",
|
|
517
|
+
url,
|
|
518
|
+
headers=exclude_unset(headers),
|
|
519
|
+
response_model=OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
|
|
520
|
+
)
|
|
521
|
+
|
|
522
|
+
async def async_get_hosted_runners_github_owned_images_for_org(
|
|
523
|
+
self,
|
|
524
|
+
org: str,
|
|
525
|
+
*,
|
|
526
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
527
|
+
) -> Response[
|
|
528
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
|
|
529
|
+
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200Type,
|
|
530
|
+
]:
|
|
531
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization"""
|
|
532
|
+
|
|
533
|
+
from ..models import OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200
|
|
534
|
+
|
|
535
|
+
url = f"/orgs/{org}/actions/hosted-runners/images/github-owned"
|
|
536
|
+
|
|
537
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
538
|
+
|
|
539
|
+
return await self._github.arequest(
|
|
540
|
+
"GET",
|
|
541
|
+
url,
|
|
542
|
+
headers=exclude_unset(headers),
|
|
543
|
+
response_model=OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
|
|
544
|
+
)
|
|
545
|
+
|
|
546
|
+
def get_hosted_runners_partner_images_for_org(
|
|
547
|
+
self,
|
|
548
|
+
org: str,
|
|
549
|
+
*,
|
|
550
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
551
|
+
) -> Response[
|
|
552
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200,
|
|
553
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200Type,
|
|
554
|
+
]:
|
|
555
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization"""
|
|
556
|
+
|
|
557
|
+
from ..models import OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200
|
|
558
|
+
|
|
559
|
+
url = f"/orgs/{org}/actions/hosted-runners/images/partner"
|
|
560
|
+
|
|
561
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
562
|
+
|
|
563
|
+
return self._github.request(
|
|
564
|
+
"GET",
|
|
565
|
+
url,
|
|
566
|
+
headers=exclude_unset(headers),
|
|
567
|
+
response_model=OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200,
|
|
568
|
+
)
|
|
569
|
+
|
|
570
|
+
async def async_get_hosted_runners_partner_images_for_org(
|
|
571
|
+
self,
|
|
572
|
+
org: str,
|
|
573
|
+
*,
|
|
574
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
575
|
+
) -> Response[
|
|
576
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200,
|
|
577
|
+
OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200Type,
|
|
578
|
+
]:
|
|
579
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization"""
|
|
580
|
+
|
|
581
|
+
from ..models import OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200
|
|
582
|
+
|
|
583
|
+
url = f"/orgs/{org}/actions/hosted-runners/images/partner"
|
|
584
|
+
|
|
585
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
586
|
+
|
|
587
|
+
return await self._github.arequest(
|
|
588
|
+
"GET",
|
|
589
|
+
url,
|
|
590
|
+
headers=exclude_unset(headers),
|
|
591
|
+
response_model=OrgsOrgActionsHostedRunnersImagesPartnerGetResponse200,
|
|
592
|
+
)
|
|
593
|
+
|
|
594
|
+
def get_hosted_runners_limits_for_org(
|
|
595
|
+
self,
|
|
596
|
+
org: str,
|
|
597
|
+
*,
|
|
598
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
599
|
+
) -> Response[ActionsHostedRunnerLimits, ActionsHostedRunnerLimitsType]:
|
|
600
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization"""
|
|
601
|
+
|
|
602
|
+
from ..models import ActionsHostedRunnerLimits
|
|
603
|
+
|
|
604
|
+
url = f"/orgs/{org}/actions/hosted-runners/limits"
|
|
605
|
+
|
|
606
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
607
|
+
|
|
608
|
+
return self._github.request(
|
|
609
|
+
"GET",
|
|
610
|
+
url,
|
|
611
|
+
headers=exclude_unset(headers),
|
|
612
|
+
response_model=ActionsHostedRunnerLimits,
|
|
613
|
+
)
|
|
614
|
+
|
|
615
|
+
async def async_get_hosted_runners_limits_for_org(
|
|
616
|
+
self,
|
|
617
|
+
org: str,
|
|
618
|
+
*,
|
|
619
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
620
|
+
) -> Response[ActionsHostedRunnerLimits, ActionsHostedRunnerLimitsType]:
|
|
621
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization"""
|
|
622
|
+
|
|
623
|
+
from ..models import ActionsHostedRunnerLimits
|
|
624
|
+
|
|
625
|
+
url = f"/orgs/{org}/actions/hosted-runners/limits"
|
|
626
|
+
|
|
627
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
628
|
+
|
|
629
|
+
return await self._github.arequest(
|
|
630
|
+
"GET",
|
|
631
|
+
url,
|
|
632
|
+
headers=exclude_unset(headers),
|
|
633
|
+
response_model=ActionsHostedRunnerLimits,
|
|
634
|
+
)
|
|
635
|
+
|
|
636
|
+
def get_hosted_runners_machine_specs_for_org(
|
|
637
|
+
self,
|
|
638
|
+
org: str,
|
|
639
|
+
*,
|
|
640
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
641
|
+
) -> Response[
|
|
642
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200,
|
|
643
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200Type,
|
|
644
|
+
]:
|
|
645
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization"""
|
|
646
|
+
|
|
647
|
+
from ..models import OrgsOrgActionsHostedRunnersMachineSizesGetResponse200
|
|
648
|
+
|
|
649
|
+
url = f"/orgs/{org}/actions/hosted-runners/machine-sizes"
|
|
650
|
+
|
|
651
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
652
|
+
|
|
653
|
+
return self._github.request(
|
|
654
|
+
"GET",
|
|
655
|
+
url,
|
|
656
|
+
headers=exclude_unset(headers),
|
|
657
|
+
response_model=OrgsOrgActionsHostedRunnersMachineSizesGetResponse200,
|
|
658
|
+
)
|
|
659
|
+
|
|
660
|
+
async def async_get_hosted_runners_machine_specs_for_org(
|
|
661
|
+
self,
|
|
662
|
+
org: str,
|
|
663
|
+
*,
|
|
664
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
665
|
+
) -> Response[
|
|
666
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200,
|
|
667
|
+
OrgsOrgActionsHostedRunnersMachineSizesGetResponse200Type,
|
|
668
|
+
]:
|
|
669
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization"""
|
|
670
|
+
|
|
671
|
+
from ..models import OrgsOrgActionsHostedRunnersMachineSizesGetResponse200
|
|
672
|
+
|
|
673
|
+
url = f"/orgs/{org}/actions/hosted-runners/machine-sizes"
|
|
674
|
+
|
|
675
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
676
|
+
|
|
677
|
+
return await self._github.arequest(
|
|
678
|
+
"GET",
|
|
679
|
+
url,
|
|
680
|
+
headers=exclude_unset(headers),
|
|
681
|
+
response_model=OrgsOrgActionsHostedRunnersMachineSizesGetResponse200,
|
|
682
|
+
)
|
|
683
|
+
|
|
684
|
+
def get_hosted_runners_platforms_for_org(
|
|
685
|
+
self,
|
|
686
|
+
org: str,
|
|
687
|
+
*,
|
|
688
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
689
|
+
) -> Response[
|
|
690
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200,
|
|
691
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200Type,
|
|
692
|
+
]:
|
|
693
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization"""
|
|
694
|
+
|
|
695
|
+
from ..models import OrgsOrgActionsHostedRunnersPlatformsGetResponse200
|
|
696
|
+
|
|
697
|
+
url = f"/orgs/{org}/actions/hosted-runners/platforms"
|
|
698
|
+
|
|
699
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
700
|
+
|
|
701
|
+
return self._github.request(
|
|
702
|
+
"GET",
|
|
703
|
+
url,
|
|
704
|
+
headers=exclude_unset(headers),
|
|
705
|
+
response_model=OrgsOrgActionsHostedRunnersPlatformsGetResponse200,
|
|
706
|
+
)
|
|
707
|
+
|
|
708
|
+
async def async_get_hosted_runners_platforms_for_org(
|
|
709
|
+
self,
|
|
710
|
+
org: str,
|
|
711
|
+
*,
|
|
712
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
713
|
+
) -> Response[
|
|
714
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200,
|
|
715
|
+
OrgsOrgActionsHostedRunnersPlatformsGetResponse200Type,
|
|
716
|
+
]:
|
|
717
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization"""
|
|
718
|
+
|
|
719
|
+
from ..models import OrgsOrgActionsHostedRunnersPlatformsGetResponse200
|
|
720
|
+
|
|
721
|
+
url = f"/orgs/{org}/actions/hosted-runners/platforms"
|
|
722
|
+
|
|
723
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
724
|
+
|
|
725
|
+
return await self._github.arequest(
|
|
726
|
+
"GET",
|
|
727
|
+
url,
|
|
728
|
+
headers=exclude_unset(headers),
|
|
729
|
+
response_model=OrgsOrgActionsHostedRunnersPlatformsGetResponse200,
|
|
730
|
+
)
|
|
731
|
+
|
|
732
|
+
def get_hosted_runner_for_org(
|
|
733
|
+
self,
|
|
734
|
+
org: str,
|
|
735
|
+
hosted_runner_id: int,
|
|
736
|
+
*,
|
|
737
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
738
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
739
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization"""
|
|
740
|
+
|
|
741
|
+
from ..models import ActionsHostedRunner
|
|
742
|
+
|
|
743
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
744
|
+
|
|
745
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
746
|
+
|
|
747
|
+
return self._github.request(
|
|
748
|
+
"GET",
|
|
749
|
+
url,
|
|
750
|
+
headers=exclude_unset(headers),
|
|
751
|
+
response_model=ActionsHostedRunner,
|
|
752
|
+
)
|
|
753
|
+
|
|
754
|
+
async def async_get_hosted_runner_for_org(
|
|
755
|
+
self,
|
|
756
|
+
org: str,
|
|
757
|
+
hosted_runner_id: int,
|
|
758
|
+
*,
|
|
759
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
760
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
761
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization"""
|
|
762
|
+
|
|
763
|
+
from ..models import ActionsHostedRunner
|
|
764
|
+
|
|
765
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
766
|
+
|
|
767
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
768
|
+
|
|
769
|
+
return await self._github.arequest(
|
|
770
|
+
"GET",
|
|
771
|
+
url,
|
|
772
|
+
headers=exclude_unset(headers),
|
|
773
|
+
response_model=ActionsHostedRunner,
|
|
774
|
+
)
|
|
775
|
+
|
|
776
|
+
def delete_hosted_runner_for_org(
|
|
777
|
+
self,
|
|
778
|
+
org: str,
|
|
779
|
+
hosted_runner_id: int,
|
|
780
|
+
*,
|
|
781
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
782
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
783
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization"""
|
|
784
|
+
|
|
785
|
+
from ..models import ActionsHostedRunner
|
|
786
|
+
|
|
787
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
788
|
+
|
|
789
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
790
|
+
|
|
791
|
+
return self._github.request(
|
|
792
|
+
"DELETE",
|
|
793
|
+
url,
|
|
794
|
+
headers=exclude_unset(headers),
|
|
795
|
+
response_model=ActionsHostedRunner,
|
|
796
|
+
)
|
|
797
|
+
|
|
798
|
+
async def async_delete_hosted_runner_for_org(
|
|
799
|
+
self,
|
|
800
|
+
org: str,
|
|
801
|
+
hosted_runner_id: int,
|
|
802
|
+
*,
|
|
803
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
804
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
805
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization"""
|
|
806
|
+
|
|
807
|
+
from ..models import ActionsHostedRunner
|
|
808
|
+
|
|
809
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
810
|
+
|
|
811
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
812
|
+
|
|
813
|
+
return await self._github.arequest(
|
|
814
|
+
"DELETE",
|
|
815
|
+
url,
|
|
816
|
+
headers=exclude_unset(headers),
|
|
817
|
+
response_model=ActionsHostedRunner,
|
|
818
|
+
)
|
|
819
|
+
|
|
820
|
+
@overload
|
|
821
|
+
def update_hosted_runner_for_org(
|
|
822
|
+
self,
|
|
823
|
+
org: str,
|
|
824
|
+
hosted_runner_id: int,
|
|
825
|
+
*,
|
|
826
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
827
|
+
data: OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBodyType,
|
|
828
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
829
|
+
|
|
830
|
+
@overload
|
|
831
|
+
def update_hosted_runner_for_org(
|
|
832
|
+
self,
|
|
833
|
+
org: str,
|
|
834
|
+
hosted_runner_id: int,
|
|
835
|
+
*,
|
|
836
|
+
data: UnsetType = UNSET,
|
|
837
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
838
|
+
name: Missing[str] = UNSET,
|
|
839
|
+
runner_group_id: Missing[int] = UNSET,
|
|
840
|
+
maximum_runners: Missing[int] = UNSET,
|
|
841
|
+
enable_static_ip: Missing[bool] = UNSET,
|
|
842
|
+
image_version: Missing[Union[str, None]] = UNSET,
|
|
843
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
844
|
+
|
|
845
|
+
def update_hosted_runner_for_org(
|
|
846
|
+
self,
|
|
847
|
+
org: str,
|
|
848
|
+
hosted_runner_id: int,
|
|
849
|
+
*,
|
|
850
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
851
|
+
data: Missing[OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBodyType] = UNSET,
|
|
852
|
+
**kwargs,
|
|
853
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
854
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization"""
|
|
855
|
+
|
|
856
|
+
from ..models import (
|
|
857
|
+
ActionsHostedRunner,
|
|
858
|
+
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody,
|
|
859
|
+
)
|
|
860
|
+
|
|
861
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
862
|
+
|
|
863
|
+
headers = {
|
|
864
|
+
"Content-Type": "application/json",
|
|
865
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
866
|
+
**(headers or {}),
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
json = kwargs if data is UNSET else data
|
|
870
|
+
if self._github.config.rest_api_validate_body:
|
|
871
|
+
json = type_validate_python(
|
|
872
|
+
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody, json
|
|
873
|
+
)
|
|
874
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
875
|
+
|
|
876
|
+
return self._github.request(
|
|
877
|
+
"PATCH",
|
|
878
|
+
url,
|
|
879
|
+
json=exclude_unset(json),
|
|
880
|
+
headers=exclude_unset(headers),
|
|
881
|
+
response_model=ActionsHostedRunner,
|
|
882
|
+
)
|
|
883
|
+
|
|
884
|
+
@overload
|
|
885
|
+
async def async_update_hosted_runner_for_org(
|
|
886
|
+
self,
|
|
887
|
+
org: str,
|
|
888
|
+
hosted_runner_id: int,
|
|
889
|
+
*,
|
|
890
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
891
|
+
data: OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBodyType,
|
|
892
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
893
|
+
|
|
894
|
+
@overload
|
|
895
|
+
async def async_update_hosted_runner_for_org(
|
|
896
|
+
self,
|
|
897
|
+
org: str,
|
|
898
|
+
hosted_runner_id: int,
|
|
899
|
+
*,
|
|
900
|
+
data: UnsetType = UNSET,
|
|
901
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
902
|
+
name: Missing[str] = UNSET,
|
|
903
|
+
runner_group_id: Missing[int] = UNSET,
|
|
904
|
+
maximum_runners: Missing[int] = UNSET,
|
|
905
|
+
enable_static_ip: Missing[bool] = UNSET,
|
|
906
|
+
image_version: Missing[Union[str, None]] = UNSET,
|
|
907
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]: ...
|
|
908
|
+
|
|
909
|
+
async def async_update_hosted_runner_for_org(
|
|
910
|
+
self,
|
|
911
|
+
org: str,
|
|
912
|
+
hosted_runner_id: int,
|
|
913
|
+
*,
|
|
914
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
915
|
+
data: Missing[OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBodyType] = UNSET,
|
|
916
|
+
**kwargs,
|
|
917
|
+
) -> Response[ActionsHostedRunner, ActionsHostedRunnerType]:
|
|
918
|
+
"""See also: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization"""
|
|
919
|
+
|
|
920
|
+
from ..models import (
|
|
921
|
+
ActionsHostedRunner,
|
|
922
|
+
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody,
|
|
923
|
+
)
|
|
924
|
+
|
|
925
|
+
url = f"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}"
|
|
926
|
+
|
|
927
|
+
headers = {
|
|
928
|
+
"Content-Type": "application/json",
|
|
929
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
930
|
+
**(headers or {}),
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
json = kwargs if data is UNSET else data
|
|
934
|
+
if self._github.config.rest_api_validate_body:
|
|
935
|
+
json = type_validate_python(
|
|
936
|
+
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody, json
|
|
937
|
+
)
|
|
938
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
939
|
+
|
|
940
|
+
return await self._github.arequest(
|
|
941
|
+
"PATCH",
|
|
942
|
+
url,
|
|
943
|
+
json=exclude_unset(json),
|
|
944
|
+
headers=exclude_unset(headers),
|
|
945
|
+
response_model=ActionsHostedRunner,
|
|
946
|
+
)
|
|
947
|
+
|
|
300
948
|
def get_github_actions_permissions_organization(
|
|
301
949
|
self,
|
|
302
950
|
org: str,
|
|
303
951
|
*,
|
|
304
|
-
headers: Optional[
|
|
952
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
305
953
|
) -> Response[ActionsOrganizationPermissions, ActionsOrganizationPermissionsType]:
|
|
306
954
|
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization"""
|
|
307
955
|
|
|
@@ -322,7 +970,7 @@ class ActionsClient:
|
|
|
322
970
|
self,
|
|
323
971
|
org: str,
|
|
324
972
|
*,
|
|
325
|
-
headers: Optional[
|
|
973
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
326
974
|
) -> Response[ActionsOrganizationPermissions, ActionsOrganizationPermissionsType]:
|
|
327
975
|
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization"""
|
|
328
976
|
|
|
@@ -344,7 +992,7 @@ class ActionsClient:
|
|
|
344
992
|
self,
|
|
345
993
|
org: str,
|
|
346
994
|
*,
|
|
347
|
-
headers: Optional[
|
|
995
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
348
996
|
data: OrgsOrgActionsPermissionsPutBodyType,
|
|
349
997
|
) -> Response: ...
|
|
350
998
|
|
|
@@ -354,7 +1002,7 @@ class ActionsClient:
|
|
|
354
1002
|
org: str,
|
|
355
1003
|
*,
|
|
356
1004
|
data: UnsetType = UNSET,
|
|
357
|
-
headers: Optional[
|
|
1005
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
358
1006
|
enabled_repositories: Literal["all", "none", "selected"],
|
|
359
1007
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
360
1008
|
) -> Response: ...
|
|
@@ -363,7 +1011,7 @@ class ActionsClient:
|
|
|
363
1011
|
self,
|
|
364
1012
|
org: str,
|
|
365
1013
|
*,
|
|
366
|
-
headers: Optional[
|
|
1014
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
367
1015
|
data: Missing[OrgsOrgActionsPermissionsPutBodyType] = UNSET,
|
|
368
1016
|
**kwargs,
|
|
369
1017
|
) -> Response:
|
|
@@ -396,7 +1044,7 @@ class ActionsClient:
|
|
|
396
1044
|
self,
|
|
397
1045
|
org: str,
|
|
398
1046
|
*,
|
|
399
|
-
headers: Optional[
|
|
1047
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
400
1048
|
data: OrgsOrgActionsPermissionsPutBodyType,
|
|
401
1049
|
) -> Response: ...
|
|
402
1050
|
|
|
@@ -406,7 +1054,7 @@ class ActionsClient:
|
|
|
406
1054
|
org: str,
|
|
407
1055
|
*,
|
|
408
1056
|
data: UnsetType = UNSET,
|
|
409
|
-
headers: Optional[
|
|
1057
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
410
1058
|
enabled_repositories: Literal["all", "none", "selected"],
|
|
411
1059
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
412
1060
|
) -> Response: ...
|
|
@@ -415,7 +1063,7 @@ class ActionsClient:
|
|
|
415
1063
|
self,
|
|
416
1064
|
org: str,
|
|
417
1065
|
*,
|
|
418
|
-
headers: Optional[
|
|
1066
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
419
1067
|
data: Missing[OrgsOrgActionsPermissionsPutBodyType] = UNSET,
|
|
420
1068
|
**kwargs,
|
|
421
1069
|
) -> Response:
|
|
@@ -449,7 +1097,7 @@ class ActionsClient:
|
|
|
449
1097
|
*,
|
|
450
1098
|
per_page: Missing[int] = UNSET,
|
|
451
1099
|
page: Missing[int] = UNSET,
|
|
452
|
-
headers: Optional[
|
|
1100
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
453
1101
|
) -> Response[
|
|
454
1102
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200,
|
|
455
1103
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200Type,
|
|
@@ -481,7 +1129,7 @@ class ActionsClient:
|
|
|
481
1129
|
*,
|
|
482
1130
|
per_page: Missing[int] = UNSET,
|
|
483
1131
|
page: Missing[int] = UNSET,
|
|
484
|
-
headers: Optional[
|
|
1132
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
485
1133
|
) -> Response[
|
|
486
1134
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200,
|
|
487
1135
|
OrgsOrgActionsPermissionsRepositoriesGetResponse200Type,
|
|
@@ -512,7 +1160,7 @@ class ActionsClient:
|
|
|
512
1160
|
self,
|
|
513
1161
|
org: str,
|
|
514
1162
|
*,
|
|
515
|
-
headers: Optional[
|
|
1163
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
516
1164
|
data: OrgsOrgActionsPermissionsRepositoriesPutBodyType,
|
|
517
1165
|
) -> Response: ...
|
|
518
1166
|
|
|
@@ -522,7 +1170,7 @@ class ActionsClient:
|
|
|
522
1170
|
org: str,
|
|
523
1171
|
*,
|
|
524
1172
|
data: UnsetType = UNSET,
|
|
525
|
-
headers: Optional[
|
|
1173
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
526
1174
|
selected_repository_ids: list[int],
|
|
527
1175
|
) -> Response: ...
|
|
528
1176
|
|
|
@@ -530,7 +1178,7 @@ class ActionsClient:
|
|
|
530
1178
|
self,
|
|
531
1179
|
org: str,
|
|
532
1180
|
*,
|
|
533
|
-
headers: Optional[
|
|
1181
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
534
1182
|
data: Missing[OrgsOrgActionsPermissionsRepositoriesPutBodyType] = UNSET,
|
|
535
1183
|
**kwargs,
|
|
536
1184
|
) -> Response:
|
|
@@ -565,7 +1213,7 @@ class ActionsClient:
|
|
|
565
1213
|
self,
|
|
566
1214
|
org: str,
|
|
567
1215
|
*,
|
|
568
|
-
headers: Optional[
|
|
1216
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
569
1217
|
data: OrgsOrgActionsPermissionsRepositoriesPutBodyType,
|
|
570
1218
|
) -> Response: ...
|
|
571
1219
|
|
|
@@ -575,7 +1223,7 @@ class ActionsClient:
|
|
|
575
1223
|
org: str,
|
|
576
1224
|
*,
|
|
577
1225
|
data: UnsetType = UNSET,
|
|
578
|
-
headers: Optional[
|
|
1226
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
579
1227
|
selected_repository_ids: list[int],
|
|
580
1228
|
) -> Response: ...
|
|
581
1229
|
|
|
@@ -583,7 +1231,7 @@ class ActionsClient:
|
|
|
583
1231
|
self,
|
|
584
1232
|
org: str,
|
|
585
1233
|
*,
|
|
586
|
-
headers: Optional[
|
|
1234
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
587
1235
|
data: Missing[OrgsOrgActionsPermissionsRepositoriesPutBodyType] = UNSET,
|
|
588
1236
|
**kwargs,
|
|
589
1237
|
) -> Response:
|
|
@@ -618,7 +1266,7 @@ class ActionsClient:
|
|
|
618
1266
|
org: str,
|
|
619
1267
|
repository_id: int,
|
|
620
1268
|
*,
|
|
621
|
-
headers: Optional[
|
|
1269
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
622
1270
|
) -> Response:
|
|
623
1271
|
"""See also: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
624
1272
|
|
|
@@ -637,7 +1285,7 @@ class ActionsClient:
|
|
|
637
1285
|
org: str,
|
|
638
1286
|
repository_id: int,
|
|
639
1287
|
*,
|
|
640
|
-
headers: Optional[
|
|
1288
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
641
1289
|
) -> Response:
|
|
642
1290
|
"""See also: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
643
1291
|
|
|
@@ -656,7 +1304,7 @@ class ActionsClient:
|
|
|
656
1304
|
org: str,
|
|
657
1305
|
repository_id: int,
|
|
658
1306
|
*,
|
|
659
|
-
headers: Optional[
|
|
1307
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
660
1308
|
) -> Response:
|
|
661
1309
|
"""See also: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
662
1310
|
|
|
@@ -675,7 +1323,7 @@ class ActionsClient:
|
|
|
675
1323
|
org: str,
|
|
676
1324
|
repository_id: int,
|
|
677
1325
|
*,
|
|
678
|
-
headers: Optional[
|
|
1326
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
679
1327
|
) -> Response:
|
|
680
1328
|
"""See also: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
681
1329
|
|
|
@@ -693,7 +1341,7 @@ class ActionsClient:
|
|
|
693
1341
|
self,
|
|
694
1342
|
org: str,
|
|
695
1343
|
*,
|
|
696
|
-
headers: Optional[
|
|
1344
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
697
1345
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
698
1346
|
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
699
1347
|
|
|
@@ -714,7 +1362,7 @@ class ActionsClient:
|
|
|
714
1362
|
self,
|
|
715
1363
|
org: str,
|
|
716
1364
|
*,
|
|
717
|
-
headers: Optional[
|
|
1365
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
718
1366
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
719
1367
|
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
720
1368
|
|
|
@@ -736,7 +1384,7 @@ class ActionsClient:
|
|
|
736
1384
|
self,
|
|
737
1385
|
org: str,
|
|
738
1386
|
*,
|
|
739
|
-
headers: Optional[
|
|
1387
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
740
1388
|
data: Missing[SelectedActionsType] = UNSET,
|
|
741
1389
|
) -> Response: ...
|
|
742
1390
|
|
|
@@ -746,7 +1394,7 @@ class ActionsClient:
|
|
|
746
1394
|
org: str,
|
|
747
1395
|
*,
|
|
748
1396
|
data: UnsetType = UNSET,
|
|
749
|
-
headers: Optional[
|
|
1397
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
750
1398
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
751
1399
|
verified_allowed: Missing[bool] = UNSET,
|
|
752
1400
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -756,7 +1404,7 @@ class ActionsClient:
|
|
|
756
1404
|
self,
|
|
757
1405
|
org: str,
|
|
758
1406
|
*,
|
|
759
|
-
headers: Optional[
|
|
1407
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
760
1408
|
data: Missing[SelectedActionsType] = UNSET,
|
|
761
1409
|
**kwargs,
|
|
762
1410
|
) -> Response:
|
|
@@ -789,7 +1437,7 @@ class ActionsClient:
|
|
|
789
1437
|
self,
|
|
790
1438
|
org: str,
|
|
791
1439
|
*,
|
|
792
|
-
headers: Optional[
|
|
1440
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
793
1441
|
data: Missing[SelectedActionsType] = UNSET,
|
|
794
1442
|
) -> Response: ...
|
|
795
1443
|
|
|
@@ -799,7 +1447,7 @@ class ActionsClient:
|
|
|
799
1447
|
org: str,
|
|
800
1448
|
*,
|
|
801
1449
|
data: UnsetType = UNSET,
|
|
802
|
-
headers: Optional[
|
|
1450
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
803
1451
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
804
1452
|
verified_allowed: Missing[bool] = UNSET,
|
|
805
1453
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -809,7 +1457,7 @@ class ActionsClient:
|
|
|
809
1457
|
self,
|
|
810
1458
|
org: str,
|
|
811
1459
|
*,
|
|
812
|
-
headers: Optional[
|
|
1460
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
813
1461
|
data: Missing[SelectedActionsType] = UNSET,
|
|
814
1462
|
**kwargs,
|
|
815
1463
|
) -> Response:
|
|
@@ -841,7 +1489,7 @@ class ActionsClient:
|
|
|
841
1489
|
self,
|
|
842
1490
|
org: str,
|
|
843
1491
|
*,
|
|
844
|
-
headers: Optional[
|
|
1492
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
845
1493
|
) -> Response[
|
|
846
1494
|
ActionsGetDefaultWorkflowPermissions, ActionsGetDefaultWorkflowPermissionsType
|
|
847
1495
|
]:
|
|
@@ -864,7 +1512,7 @@ class ActionsClient:
|
|
|
864
1512
|
self,
|
|
865
1513
|
org: str,
|
|
866
1514
|
*,
|
|
867
|
-
headers: Optional[
|
|
1515
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
868
1516
|
) -> Response[
|
|
869
1517
|
ActionsGetDefaultWorkflowPermissions, ActionsGetDefaultWorkflowPermissionsType
|
|
870
1518
|
]:
|
|
@@ -888,7 +1536,7 @@ class ActionsClient:
|
|
|
888
1536
|
self,
|
|
889
1537
|
org: str,
|
|
890
1538
|
*,
|
|
891
|
-
headers: Optional[
|
|
1539
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
892
1540
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
893
1541
|
) -> Response: ...
|
|
894
1542
|
|
|
@@ -898,7 +1546,7 @@ class ActionsClient:
|
|
|
898
1546
|
org: str,
|
|
899
1547
|
*,
|
|
900
1548
|
data: UnsetType = UNSET,
|
|
901
|
-
headers: Optional[
|
|
1549
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
902
1550
|
default_workflow_permissions: Missing[Literal["read", "write"]] = UNSET,
|
|
903
1551
|
can_approve_pull_request_reviews: Missing[bool] = UNSET,
|
|
904
1552
|
) -> Response: ...
|
|
@@ -907,7 +1555,7 @@ class ActionsClient:
|
|
|
907
1555
|
self,
|
|
908
1556
|
org: str,
|
|
909
1557
|
*,
|
|
910
|
-
headers: Optional[
|
|
1558
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
911
1559
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
912
1560
|
**kwargs,
|
|
913
1561
|
) -> Response:
|
|
@@ -940,7 +1588,7 @@ class ActionsClient:
|
|
|
940
1588
|
self,
|
|
941
1589
|
org: str,
|
|
942
1590
|
*,
|
|
943
|
-
headers: Optional[
|
|
1591
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
944
1592
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
945
1593
|
) -> Response: ...
|
|
946
1594
|
|
|
@@ -950,7 +1598,7 @@ class ActionsClient:
|
|
|
950
1598
|
org: str,
|
|
951
1599
|
*,
|
|
952
1600
|
data: UnsetType = UNSET,
|
|
953
|
-
headers: Optional[
|
|
1601
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
954
1602
|
default_workflow_permissions: Missing[Literal["read", "write"]] = UNSET,
|
|
955
1603
|
can_approve_pull_request_reviews: Missing[bool] = UNSET,
|
|
956
1604
|
) -> Response: ...
|
|
@@ -959,7 +1607,7 @@ class ActionsClient:
|
|
|
959
1607
|
self,
|
|
960
1608
|
org: str,
|
|
961
1609
|
*,
|
|
962
|
-
headers: Optional[
|
|
1610
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
963
1611
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
964
1612
|
**kwargs,
|
|
965
1613
|
) -> Response:
|
|
@@ -994,7 +1642,7 @@ class ActionsClient:
|
|
|
994
1642
|
per_page: Missing[int] = UNSET,
|
|
995
1643
|
page: Missing[int] = UNSET,
|
|
996
1644
|
visible_to_repository: Missing[str] = UNSET,
|
|
997
|
-
headers: Optional[
|
|
1645
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
998
1646
|
) -> Response[
|
|
999
1647
|
OrgsOrgActionsRunnerGroupsGetResponse200,
|
|
1000
1648
|
OrgsOrgActionsRunnerGroupsGetResponse200Type,
|
|
@@ -1028,7 +1676,7 @@ class ActionsClient:
|
|
|
1028
1676
|
per_page: Missing[int] = UNSET,
|
|
1029
1677
|
page: Missing[int] = UNSET,
|
|
1030
1678
|
visible_to_repository: Missing[str] = UNSET,
|
|
1031
|
-
headers: Optional[
|
|
1679
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1032
1680
|
) -> Response[
|
|
1033
1681
|
OrgsOrgActionsRunnerGroupsGetResponse200,
|
|
1034
1682
|
OrgsOrgActionsRunnerGroupsGetResponse200Type,
|
|
@@ -1060,7 +1708,7 @@ class ActionsClient:
|
|
|
1060
1708
|
self,
|
|
1061
1709
|
org: str,
|
|
1062
1710
|
*,
|
|
1063
|
-
headers: Optional[
|
|
1711
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1064
1712
|
data: OrgsOrgActionsRunnerGroupsPostBodyType,
|
|
1065
1713
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1066
1714
|
|
|
@@ -1070,7 +1718,7 @@ class ActionsClient:
|
|
|
1070
1718
|
org: str,
|
|
1071
1719
|
*,
|
|
1072
1720
|
data: UnsetType = UNSET,
|
|
1073
|
-
headers: Optional[
|
|
1721
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1074
1722
|
name: str,
|
|
1075
1723
|
visibility: Missing[Literal["selected", "all", "private"]] = UNSET,
|
|
1076
1724
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
@@ -1078,13 +1726,14 @@ class ActionsClient:
|
|
|
1078
1726
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
1079
1727
|
restricted_to_workflows: Missing[bool] = UNSET,
|
|
1080
1728
|
selected_workflows: Missing[list[str]] = UNSET,
|
|
1729
|
+
network_configuration_id: Missing[str] = UNSET,
|
|
1081
1730
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1082
1731
|
|
|
1083
1732
|
def create_self_hosted_runner_group_for_org(
|
|
1084
1733
|
self,
|
|
1085
1734
|
org: str,
|
|
1086
1735
|
*,
|
|
1087
|
-
headers: Optional[
|
|
1736
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1088
1737
|
data: Missing[OrgsOrgActionsRunnerGroupsPostBodyType] = UNSET,
|
|
1089
1738
|
**kwargs,
|
|
1090
1739
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
@@ -1118,7 +1767,7 @@ class ActionsClient:
|
|
|
1118
1767
|
self,
|
|
1119
1768
|
org: str,
|
|
1120
1769
|
*,
|
|
1121
|
-
headers: Optional[
|
|
1770
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1122
1771
|
data: OrgsOrgActionsRunnerGroupsPostBodyType,
|
|
1123
1772
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1124
1773
|
|
|
@@ -1128,7 +1777,7 @@ class ActionsClient:
|
|
|
1128
1777
|
org: str,
|
|
1129
1778
|
*,
|
|
1130
1779
|
data: UnsetType = UNSET,
|
|
1131
|
-
headers: Optional[
|
|
1780
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1132
1781
|
name: str,
|
|
1133
1782
|
visibility: Missing[Literal["selected", "all", "private"]] = UNSET,
|
|
1134
1783
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
@@ -1136,13 +1785,14 @@ class ActionsClient:
|
|
|
1136
1785
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
1137
1786
|
restricted_to_workflows: Missing[bool] = UNSET,
|
|
1138
1787
|
selected_workflows: Missing[list[str]] = UNSET,
|
|
1788
|
+
network_configuration_id: Missing[str] = UNSET,
|
|
1139
1789
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1140
1790
|
|
|
1141
1791
|
async def async_create_self_hosted_runner_group_for_org(
|
|
1142
1792
|
self,
|
|
1143
1793
|
org: str,
|
|
1144
1794
|
*,
|
|
1145
|
-
headers: Optional[
|
|
1795
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1146
1796
|
data: Missing[OrgsOrgActionsRunnerGroupsPostBodyType] = UNSET,
|
|
1147
1797
|
**kwargs,
|
|
1148
1798
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
@@ -1176,7 +1826,7 @@ class ActionsClient:
|
|
|
1176
1826
|
org: str,
|
|
1177
1827
|
runner_group_id: int,
|
|
1178
1828
|
*,
|
|
1179
|
-
headers: Optional[
|
|
1829
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1180
1830
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
1181
1831
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization"""
|
|
1182
1832
|
|
|
@@ -1198,7 +1848,7 @@ class ActionsClient:
|
|
|
1198
1848
|
org: str,
|
|
1199
1849
|
runner_group_id: int,
|
|
1200
1850
|
*,
|
|
1201
|
-
headers: Optional[
|
|
1851
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1202
1852
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
1203
1853
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization"""
|
|
1204
1854
|
|
|
@@ -1220,7 +1870,7 @@ class ActionsClient:
|
|
|
1220
1870
|
org: str,
|
|
1221
1871
|
runner_group_id: int,
|
|
1222
1872
|
*,
|
|
1223
|
-
headers: Optional[
|
|
1873
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1224
1874
|
) -> Response:
|
|
1225
1875
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization"""
|
|
1226
1876
|
|
|
@@ -1239,7 +1889,7 @@ class ActionsClient:
|
|
|
1239
1889
|
org: str,
|
|
1240
1890
|
runner_group_id: int,
|
|
1241
1891
|
*,
|
|
1242
|
-
headers: Optional[
|
|
1892
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1243
1893
|
) -> Response:
|
|
1244
1894
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization"""
|
|
1245
1895
|
|
|
@@ -1259,7 +1909,7 @@ class ActionsClient:
|
|
|
1259
1909
|
org: str,
|
|
1260
1910
|
runner_group_id: int,
|
|
1261
1911
|
*,
|
|
1262
|
-
headers: Optional[
|
|
1912
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1263
1913
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdPatchBodyType,
|
|
1264
1914
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1265
1915
|
|
|
@@ -1270,12 +1920,13 @@ class ActionsClient:
|
|
|
1270
1920
|
runner_group_id: int,
|
|
1271
1921
|
*,
|
|
1272
1922
|
data: UnsetType = UNSET,
|
|
1273
|
-
headers: Optional[
|
|
1923
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1274
1924
|
name: str,
|
|
1275
1925
|
visibility: Missing[Literal["selected", "all", "private"]] = UNSET,
|
|
1276
1926
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
1277
1927
|
restricted_to_workflows: Missing[bool] = UNSET,
|
|
1278
1928
|
selected_workflows: Missing[list[str]] = UNSET,
|
|
1929
|
+
network_configuration_id: Missing[Union[str, None]] = UNSET,
|
|
1279
1930
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1280
1931
|
|
|
1281
1932
|
def update_self_hosted_runner_group_for_org(
|
|
@@ -1283,7 +1934,7 @@ class ActionsClient:
|
|
|
1283
1934
|
org: str,
|
|
1284
1935
|
runner_group_id: int,
|
|
1285
1936
|
*,
|
|
1286
|
-
headers: Optional[
|
|
1937
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1287
1938
|
data: Missing[OrgsOrgActionsRunnerGroupsRunnerGroupIdPatchBodyType] = UNSET,
|
|
1288
1939
|
**kwargs,
|
|
1289
1940
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
@@ -1323,7 +1974,7 @@ class ActionsClient:
|
|
|
1323
1974
|
org: str,
|
|
1324
1975
|
runner_group_id: int,
|
|
1325
1976
|
*,
|
|
1326
|
-
headers: Optional[
|
|
1977
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1327
1978
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdPatchBodyType,
|
|
1328
1979
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1329
1980
|
|
|
@@ -1334,12 +1985,13 @@ class ActionsClient:
|
|
|
1334
1985
|
runner_group_id: int,
|
|
1335
1986
|
*,
|
|
1336
1987
|
data: UnsetType = UNSET,
|
|
1337
|
-
headers: Optional[
|
|
1988
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1338
1989
|
name: str,
|
|
1339
1990
|
visibility: Missing[Literal["selected", "all", "private"]] = UNSET,
|
|
1340
1991
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
1341
1992
|
restricted_to_workflows: Missing[bool] = UNSET,
|
|
1342
1993
|
selected_workflows: Missing[list[str]] = UNSET,
|
|
1994
|
+
network_configuration_id: Missing[Union[str, None]] = UNSET,
|
|
1343
1995
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]: ...
|
|
1344
1996
|
|
|
1345
1997
|
async def async_update_self_hosted_runner_group_for_org(
|
|
@@ -1347,7 +1999,7 @@ class ActionsClient:
|
|
|
1347
1999
|
org: str,
|
|
1348
2000
|
runner_group_id: int,
|
|
1349
2001
|
*,
|
|
1350
|
-
headers: Optional[
|
|
2002
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1351
2003
|
data: Missing[OrgsOrgActionsRunnerGroupsRunnerGroupIdPatchBodyType] = UNSET,
|
|
1352
2004
|
**kwargs,
|
|
1353
2005
|
) -> Response[RunnerGroupsOrg, RunnerGroupsOrgType]:
|
|
@@ -1381,6 +2033,76 @@ class ActionsClient:
|
|
|
1381
2033
|
response_model=RunnerGroupsOrg,
|
|
1382
2034
|
)
|
|
1383
2035
|
|
|
2036
|
+
def list_github_hosted_runners_in_group_for_org(
|
|
2037
|
+
self,
|
|
2038
|
+
org: str,
|
|
2039
|
+
runner_group_id: int,
|
|
2040
|
+
*,
|
|
2041
|
+
per_page: Missing[int] = UNSET,
|
|
2042
|
+
page: Missing[int] = UNSET,
|
|
2043
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2044
|
+
) -> Response[
|
|
2045
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2046
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200Type,
|
|
2047
|
+
]:
|
|
2048
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization"""
|
|
2049
|
+
|
|
2050
|
+
from ..models import (
|
|
2051
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2052
|
+
)
|
|
2053
|
+
|
|
2054
|
+
url = f"/orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners"
|
|
2055
|
+
|
|
2056
|
+
params = {
|
|
2057
|
+
"per_page": per_page,
|
|
2058
|
+
"page": page,
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2062
|
+
|
|
2063
|
+
return self._github.request(
|
|
2064
|
+
"GET",
|
|
2065
|
+
url,
|
|
2066
|
+
params=exclude_unset(params),
|
|
2067
|
+
headers=exclude_unset(headers),
|
|
2068
|
+
response_model=OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2069
|
+
)
|
|
2070
|
+
|
|
2071
|
+
async def async_list_github_hosted_runners_in_group_for_org(
|
|
2072
|
+
self,
|
|
2073
|
+
org: str,
|
|
2074
|
+
runner_group_id: int,
|
|
2075
|
+
*,
|
|
2076
|
+
per_page: Missing[int] = UNSET,
|
|
2077
|
+
page: Missing[int] = UNSET,
|
|
2078
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2079
|
+
) -> Response[
|
|
2080
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2081
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200Type,
|
|
2082
|
+
]:
|
|
2083
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization"""
|
|
2084
|
+
|
|
2085
|
+
from ..models import (
|
|
2086
|
+
OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2087
|
+
)
|
|
2088
|
+
|
|
2089
|
+
url = f"/orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners"
|
|
2090
|
+
|
|
2091
|
+
params = {
|
|
2092
|
+
"per_page": per_page,
|
|
2093
|
+
"page": page,
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2097
|
+
|
|
2098
|
+
return await self._github.arequest(
|
|
2099
|
+
"GET",
|
|
2100
|
+
url,
|
|
2101
|
+
params=exclude_unset(params),
|
|
2102
|
+
headers=exclude_unset(headers),
|
|
2103
|
+
response_model=OrgsOrgActionsRunnerGroupsRunnerGroupIdHostedRunnersGetResponse200,
|
|
2104
|
+
)
|
|
2105
|
+
|
|
1384
2106
|
def list_repo_access_to_self_hosted_runner_group_in_org(
|
|
1385
2107
|
self,
|
|
1386
2108
|
org: str,
|
|
@@ -1388,7 +2110,7 @@ class ActionsClient:
|
|
|
1388
2110
|
*,
|
|
1389
2111
|
page: Missing[int] = UNSET,
|
|
1390
2112
|
per_page: Missing[int] = UNSET,
|
|
1391
|
-
headers: Optional[
|
|
2113
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1392
2114
|
) -> Response[
|
|
1393
2115
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200,
|
|
1394
2116
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200Type,
|
|
@@ -1423,7 +2145,7 @@ class ActionsClient:
|
|
|
1423
2145
|
*,
|
|
1424
2146
|
page: Missing[int] = UNSET,
|
|
1425
2147
|
per_page: Missing[int] = UNSET,
|
|
1426
|
-
headers: Optional[
|
|
2148
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1427
2149
|
) -> Response[
|
|
1428
2150
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200,
|
|
1429
2151
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesGetResponse200Type,
|
|
@@ -1457,7 +2179,7 @@ class ActionsClient:
|
|
|
1457
2179
|
org: str,
|
|
1458
2180
|
runner_group_id: int,
|
|
1459
2181
|
*,
|
|
1460
|
-
headers: Optional[
|
|
2182
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1461
2183
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesPutBodyType,
|
|
1462
2184
|
) -> Response: ...
|
|
1463
2185
|
|
|
@@ -1468,7 +2190,7 @@ class ActionsClient:
|
|
|
1468
2190
|
runner_group_id: int,
|
|
1469
2191
|
*,
|
|
1470
2192
|
data: UnsetType = UNSET,
|
|
1471
|
-
headers: Optional[
|
|
2193
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1472
2194
|
selected_repository_ids: list[int],
|
|
1473
2195
|
) -> Response: ...
|
|
1474
2196
|
|
|
@@ -1477,7 +2199,7 @@ class ActionsClient:
|
|
|
1477
2199
|
org: str,
|
|
1478
2200
|
runner_group_id: int,
|
|
1479
2201
|
*,
|
|
1480
|
-
headers: Optional[
|
|
2202
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1481
2203
|
data: Missing[
|
|
1482
2204
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesPutBodyType
|
|
1483
2205
|
] = UNSET,
|
|
@@ -1515,7 +2237,7 @@ class ActionsClient:
|
|
|
1515
2237
|
org: str,
|
|
1516
2238
|
runner_group_id: int,
|
|
1517
2239
|
*,
|
|
1518
|
-
headers: Optional[
|
|
2240
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1519
2241
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesPutBodyType,
|
|
1520
2242
|
) -> Response: ...
|
|
1521
2243
|
|
|
@@ -1526,7 +2248,7 @@ class ActionsClient:
|
|
|
1526
2248
|
runner_group_id: int,
|
|
1527
2249
|
*,
|
|
1528
2250
|
data: UnsetType = UNSET,
|
|
1529
|
-
headers: Optional[
|
|
2251
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1530
2252
|
selected_repository_ids: list[int],
|
|
1531
2253
|
) -> Response: ...
|
|
1532
2254
|
|
|
@@ -1535,7 +2257,7 @@ class ActionsClient:
|
|
|
1535
2257
|
org: str,
|
|
1536
2258
|
runner_group_id: int,
|
|
1537
2259
|
*,
|
|
1538
|
-
headers: Optional[
|
|
2260
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1539
2261
|
data: Missing[
|
|
1540
2262
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRepositoriesPutBodyType
|
|
1541
2263
|
] = UNSET,
|
|
@@ -1573,7 +2295,7 @@ class ActionsClient:
|
|
|
1573
2295
|
runner_group_id: int,
|
|
1574
2296
|
repository_id: int,
|
|
1575
2297
|
*,
|
|
1576
|
-
headers: Optional[
|
|
2298
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1577
2299
|
) -> Response:
|
|
1578
2300
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization"""
|
|
1579
2301
|
|
|
@@ -1593,7 +2315,7 @@ class ActionsClient:
|
|
|
1593
2315
|
runner_group_id: int,
|
|
1594
2316
|
repository_id: int,
|
|
1595
2317
|
*,
|
|
1596
|
-
headers: Optional[
|
|
2318
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1597
2319
|
) -> Response:
|
|
1598
2320
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization"""
|
|
1599
2321
|
|
|
@@ -1613,7 +2335,7 @@ class ActionsClient:
|
|
|
1613
2335
|
runner_group_id: int,
|
|
1614
2336
|
repository_id: int,
|
|
1615
2337
|
*,
|
|
1616
|
-
headers: Optional[
|
|
2338
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1617
2339
|
) -> Response:
|
|
1618
2340
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization"""
|
|
1619
2341
|
|
|
@@ -1633,7 +2355,7 @@ class ActionsClient:
|
|
|
1633
2355
|
runner_group_id: int,
|
|
1634
2356
|
repository_id: int,
|
|
1635
2357
|
*,
|
|
1636
|
-
headers: Optional[
|
|
2358
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1637
2359
|
) -> Response:
|
|
1638
2360
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization"""
|
|
1639
2361
|
|
|
@@ -1654,7 +2376,7 @@ class ActionsClient:
|
|
|
1654
2376
|
*,
|
|
1655
2377
|
per_page: Missing[int] = UNSET,
|
|
1656
2378
|
page: Missing[int] = UNSET,
|
|
1657
|
-
headers: Optional[
|
|
2379
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1658
2380
|
) -> Response[
|
|
1659
2381
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1660
2382
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200Type,
|
|
@@ -1689,7 +2411,7 @@ class ActionsClient:
|
|
|
1689
2411
|
*,
|
|
1690
2412
|
per_page: Missing[int] = UNSET,
|
|
1691
2413
|
page: Missing[int] = UNSET,
|
|
1692
|
-
headers: Optional[
|
|
2414
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1693
2415
|
) -> Response[
|
|
1694
2416
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1695
2417
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200Type,
|
|
@@ -1723,7 +2445,7 @@ class ActionsClient:
|
|
|
1723
2445
|
org: str,
|
|
1724
2446
|
runner_group_id: int,
|
|
1725
2447
|
*,
|
|
1726
|
-
headers: Optional[
|
|
2448
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1727
2449
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType,
|
|
1728
2450
|
) -> Response: ...
|
|
1729
2451
|
|
|
@@ -1734,7 +2456,7 @@ class ActionsClient:
|
|
|
1734
2456
|
runner_group_id: int,
|
|
1735
2457
|
*,
|
|
1736
2458
|
data: UnsetType = UNSET,
|
|
1737
|
-
headers: Optional[
|
|
2459
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1738
2460
|
runners: list[int],
|
|
1739
2461
|
) -> Response: ...
|
|
1740
2462
|
|
|
@@ -1743,7 +2465,7 @@ class ActionsClient:
|
|
|
1743
2465
|
org: str,
|
|
1744
2466
|
runner_group_id: int,
|
|
1745
2467
|
*,
|
|
1746
|
-
headers: Optional[
|
|
2468
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1747
2469
|
data: Missing[
|
|
1748
2470
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType
|
|
1749
2471
|
] = UNSET,
|
|
@@ -1781,7 +2503,7 @@ class ActionsClient:
|
|
|
1781
2503
|
org: str,
|
|
1782
2504
|
runner_group_id: int,
|
|
1783
2505
|
*,
|
|
1784
|
-
headers: Optional[
|
|
2506
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1785
2507
|
data: OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType,
|
|
1786
2508
|
) -> Response: ...
|
|
1787
2509
|
|
|
@@ -1792,7 +2514,7 @@ class ActionsClient:
|
|
|
1792
2514
|
runner_group_id: int,
|
|
1793
2515
|
*,
|
|
1794
2516
|
data: UnsetType = UNSET,
|
|
1795
|
-
headers: Optional[
|
|
2517
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1796
2518
|
runners: list[int],
|
|
1797
2519
|
) -> Response: ...
|
|
1798
2520
|
|
|
@@ -1801,7 +2523,7 @@ class ActionsClient:
|
|
|
1801
2523
|
org: str,
|
|
1802
2524
|
runner_group_id: int,
|
|
1803
2525
|
*,
|
|
1804
|
-
headers: Optional[
|
|
2526
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1805
2527
|
data: Missing[
|
|
1806
2528
|
OrgsOrgActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType
|
|
1807
2529
|
] = UNSET,
|
|
@@ -1839,7 +2561,7 @@ class ActionsClient:
|
|
|
1839
2561
|
runner_group_id: int,
|
|
1840
2562
|
runner_id: int,
|
|
1841
2563
|
*,
|
|
1842
|
-
headers: Optional[
|
|
2564
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1843
2565
|
) -> Response:
|
|
1844
2566
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization"""
|
|
1845
2567
|
|
|
@@ -1859,7 +2581,7 @@ class ActionsClient:
|
|
|
1859
2581
|
runner_group_id: int,
|
|
1860
2582
|
runner_id: int,
|
|
1861
2583
|
*,
|
|
1862
|
-
headers: Optional[
|
|
2584
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1863
2585
|
) -> Response:
|
|
1864
2586
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization"""
|
|
1865
2587
|
|
|
@@ -1879,7 +2601,7 @@ class ActionsClient:
|
|
|
1879
2601
|
runner_group_id: int,
|
|
1880
2602
|
runner_id: int,
|
|
1881
2603
|
*,
|
|
1882
|
-
headers: Optional[
|
|
2604
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1883
2605
|
) -> Response:
|
|
1884
2606
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization"""
|
|
1885
2607
|
|
|
@@ -1899,7 +2621,7 @@ class ActionsClient:
|
|
|
1899
2621
|
runner_group_id: int,
|
|
1900
2622
|
runner_id: int,
|
|
1901
2623
|
*,
|
|
1902
|
-
headers: Optional[
|
|
2624
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1903
2625
|
) -> Response:
|
|
1904
2626
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization"""
|
|
1905
2627
|
|
|
@@ -1920,7 +2642,7 @@ class ActionsClient:
|
|
|
1920
2642
|
name: Missing[str] = UNSET,
|
|
1921
2643
|
per_page: Missing[int] = UNSET,
|
|
1922
2644
|
page: Missing[int] = UNSET,
|
|
1923
|
-
headers: Optional[
|
|
2645
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1924
2646
|
) -> Response[
|
|
1925
2647
|
OrgsOrgActionsRunnersGetResponse200, OrgsOrgActionsRunnersGetResponse200Type
|
|
1926
2648
|
]:
|
|
@@ -1953,7 +2675,7 @@ class ActionsClient:
|
|
|
1953
2675
|
name: Missing[str] = UNSET,
|
|
1954
2676
|
per_page: Missing[int] = UNSET,
|
|
1955
2677
|
page: Missing[int] = UNSET,
|
|
1956
|
-
headers: Optional[
|
|
2678
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1957
2679
|
) -> Response[
|
|
1958
2680
|
OrgsOrgActionsRunnersGetResponse200, OrgsOrgActionsRunnersGetResponse200Type
|
|
1959
2681
|
]:
|
|
@@ -1983,7 +2705,7 @@ class ActionsClient:
|
|
|
1983
2705
|
self,
|
|
1984
2706
|
org: str,
|
|
1985
2707
|
*,
|
|
1986
|
-
headers: Optional[
|
|
2708
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1987
2709
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
1988
2710
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization"""
|
|
1989
2711
|
|
|
@@ -2004,7 +2726,7 @@ class ActionsClient:
|
|
|
2004
2726
|
self,
|
|
2005
2727
|
org: str,
|
|
2006
2728
|
*,
|
|
2007
|
-
headers: Optional[
|
|
2729
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2008
2730
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
2009
2731
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization"""
|
|
2010
2732
|
|
|
@@ -2026,7 +2748,7 @@ class ActionsClient:
|
|
|
2026
2748
|
self,
|
|
2027
2749
|
org: str,
|
|
2028
2750
|
*,
|
|
2029
|
-
headers: Optional[
|
|
2751
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2030
2752
|
data: OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
|
|
2031
2753
|
) -> Response[
|
|
2032
2754
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
@@ -2039,7 +2761,7 @@ class ActionsClient:
|
|
|
2039
2761
|
org: str,
|
|
2040
2762
|
*,
|
|
2041
2763
|
data: UnsetType = UNSET,
|
|
2042
|
-
headers: Optional[
|
|
2764
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2043
2765
|
name: str,
|
|
2044
2766
|
runner_group_id: int,
|
|
2045
2767
|
labels: list[str],
|
|
@@ -2053,7 +2775,7 @@ class ActionsClient:
|
|
|
2053
2775
|
self,
|
|
2054
2776
|
org: str,
|
|
2055
2777
|
*,
|
|
2056
|
-
headers: Optional[
|
|
2778
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2057
2779
|
data: Missing[OrgsOrgActionsRunnersGenerateJitconfigPostBodyType] = UNSET,
|
|
2058
2780
|
**kwargs,
|
|
2059
2781
|
) -> Response[
|
|
@@ -2101,7 +2823,7 @@ class ActionsClient:
|
|
|
2101
2823
|
self,
|
|
2102
2824
|
org: str,
|
|
2103
2825
|
*,
|
|
2104
|
-
headers: Optional[
|
|
2826
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2105
2827
|
data: OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
|
|
2106
2828
|
) -> Response[
|
|
2107
2829
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
@@ -2114,7 +2836,7 @@ class ActionsClient:
|
|
|
2114
2836
|
org: str,
|
|
2115
2837
|
*,
|
|
2116
2838
|
data: UnsetType = UNSET,
|
|
2117
|
-
headers: Optional[
|
|
2839
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2118
2840
|
name: str,
|
|
2119
2841
|
runner_group_id: int,
|
|
2120
2842
|
labels: list[str],
|
|
@@ -2128,7 +2850,7 @@ class ActionsClient:
|
|
|
2128
2850
|
self,
|
|
2129
2851
|
org: str,
|
|
2130
2852
|
*,
|
|
2131
|
-
headers: Optional[
|
|
2853
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2132
2854
|
data: Missing[OrgsOrgActionsRunnersGenerateJitconfigPostBodyType] = UNSET,
|
|
2133
2855
|
**kwargs,
|
|
2134
2856
|
) -> Response[
|
|
@@ -2175,7 +2897,7 @@ class ActionsClient:
|
|
|
2175
2897
|
self,
|
|
2176
2898
|
org: str,
|
|
2177
2899
|
*,
|
|
2178
|
-
headers: Optional[
|
|
2900
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2179
2901
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2180
2902
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization"""
|
|
2181
2903
|
|
|
@@ -2196,7 +2918,7 @@ class ActionsClient:
|
|
|
2196
2918
|
self,
|
|
2197
2919
|
org: str,
|
|
2198
2920
|
*,
|
|
2199
|
-
headers: Optional[
|
|
2921
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2200
2922
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2201
2923
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization"""
|
|
2202
2924
|
|
|
@@ -2217,7 +2939,7 @@ class ActionsClient:
|
|
|
2217
2939
|
self,
|
|
2218
2940
|
org: str,
|
|
2219
2941
|
*,
|
|
2220
|
-
headers: Optional[
|
|
2942
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2221
2943
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2222
2944
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization"""
|
|
2223
2945
|
|
|
@@ -2238,7 +2960,7 @@ class ActionsClient:
|
|
|
2238
2960
|
self,
|
|
2239
2961
|
org: str,
|
|
2240
2962
|
*,
|
|
2241
|
-
headers: Optional[
|
|
2963
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2242
2964
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2243
2965
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization"""
|
|
2244
2966
|
|
|
@@ -2260,7 +2982,7 @@ class ActionsClient:
|
|
|
2260
2982
|
org: str,
|
|
2261
2983
|
runner_id: int,
|
|
2262
2984
|
*,
|
|
2263
|
-
headers: Optional[
|
|
2985
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2264
2986
|
) -> Response[Runner, RunnerType]:
|
|
2265
2987
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization"""
|
|
2266
2988
|
|
|
@@ -2282,7 +3004,7 @@ class ActionsClient:
|
|
|
2282
3004
|
org: str,
|
|
2283
3005
|
runner_id: int,
|
|
2284
3006
|
*,
|
|
2285
|
-
headers: Optional[
|
|
3007
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2286
3008
|
) -> Response[Runner, RunnerType]:
|
|
2287
3009
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization"""
|
|
2288
3010
|
|
|
@@ -2304,7 +3026,7 @@ class ActionsClient:
|
|
|
2304
3026
|
org: str,
|
|
2305
3027
|
runner_id: int,
|
|
2306
3028
|
*,
|
|
2307
|
-
headers: Optional[
|
|
3029
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2308
3030
|
) -> Response:
|
|
2309
3031
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization"""
|
|
2310
3032
|
|
|
@@ -2323,7 +3045,7 @@ class ActionsClient:
|
|
|
2323
3045
|
org: str,
|
|
2324
3046
|
runner_id: int,
|
|
2325
3047
|
*,
|
|
2326
|
-
headers: Optional[
|
|
3048
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2327
3049
|
) -> Response:
|
|
2328
3050
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization"""
|
|
2329
3051
|
|
|
@@ -2342,7 +3064,7 @@ class ActionsClient:
|
|
|
2342
3064
|
org: str,
|
|
2343
3065
|
runner_id: int,
|
|
2344
3066
|
*,
|
|
2345
|
-
headers: Optional[
|
|
3067
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2346
3068
|
) -> Response[
|
|
2347
3069
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2348
3070
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2373,7 +3095,7 @@ class ActionsClient:
|
|
|
2373
3095
|
org: str,
|
|
2374
3096
|
runner_id: int,
|
|
2375
3097
|
*,
|
|
2376
|
-
headers: Optional[
|
|
3098
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2377
3099
|
) -> Response[
|
|
2378
3100
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2379
3101
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2405,7 +3127,7 @@ class ActionsClient:
|
|
|
2405
3127
|
org: str,
|
|
2406
3128
|
runner_id: int,
|
|
2407
3129
|
*,
|
|
2408
|
-
headers: Optional[
|
|
3130
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2409
3131
|
data: OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType,
|
|
2410
3132
|
) -> Response[
|
|
2411
3133
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2419,7 +3141,7 @@ class ActionsClient:
|
|
|
2419
3141
|
runner_id: int,
|
|
2420
3142
|
*,
|
|
2421
3143
|
data: UnsetType = UNSET,
|
|
2422
|
-
headers: Optional[
|
|
3144
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2423
3145
|
labels: list[str],
|
|
2424
3146
|
) -> Response[
|
|
2425
3147
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2431,7 +3153,7 @@ class ActionsClient:
|
|
|
2431
3153
|
org: str,
|
|
2432
3154
|
runner_id: int,
|
|
2433
3155
|
*,
|
|
2434
|
-
headers: Optional[
|
|
3156
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2435
3157
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
2436
3158
|
**kwargs,
|
|
2437
3159
|
) -> Response[
|
|
@@ -2480,7 +3202,7 @@ class ActionsClient:
|
|
|
2480
3202
|
org: str,
|
|
2481
3203
|
runner_id: int,
|
|
2482
3204
|
*,
|
|
2483
|
-
headers: Optional[
|
|
3205
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2484
3206
|
data: OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType,
|
|
2485
3207
|
) -> Response[
|
|
2486
3208
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2494,7 +3216,7 @@ class ActionsClient:
|
|
|
2494
3216
|
runner_id: int,
|
|
2495
3217
|
*,
|
|
2496
3218
|
data: UnsetType = UNSET,
|
|
2497
|
-
headers: Optional[
|
|
3219
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2498
3220
|
labels: list[str],
|
|
2499
3221
|
) -> Response[
|
|
2500
3222
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2506,7 +3228,7 @@ class ActionsClient:
|
|
|
2506
3228
|
org: str,
|
|
2507
3229
|
runner_id: int,
|
|
2508
3230
|
*,
|
|
2509
|
-
headers: Optional[
|
|
3231
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2510
3232
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
2511
3233
|
**kwargs,
|
|
2512
3234
|
) -> Response[
|
|
@@ -2555,7 +3277,7 @@ class ActionsClient:
|
|
|
2555
3277
|
org: str,
|
|
2556
3278
|
runner_id: int,
|
|
2557
3279
|
*,
|
|
2558
|
-
headers: Optional[
|
|
3280
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2559
3281
|
data: OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType,
|
|
2560
3282
|
) -> Response[
|
|
2561
3283
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2569,7 +3291,7 @@ class ActionsClient:
|
|
|
2569
3291
|
runner_id: int,
|
|
2570
3292
|
*,
|
|
2571
3293
|
data: UnsetType = UNSET,
|
|
2572
|
-
headers: Optional[
|
|
3294
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2573
3295
|
labels: list[str],
|
|
2574
3296
|
) -> Response[
|
|
2575
3297
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2581,7 +3303,7 @@ class ActionsClient:
|
|
|
2581
3303
|
org: str,
|
|
2582
3304
|
runner_id: int,
|
|
2583
3305
|
*,
|
|
2584
|
-
headers: Optional[
|
|
3306
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2585
3307
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
2586
3308
|
**kwargs,
|
|
2587
3309
|
) -> Response[
|
|
@@ -2630,7 +3352,7 @@ class ActionsClient:
|
|
|
2630
3352
|
org: str,
|
|
2631
3353
|
runner_id: int,
|
|
2632
3354
|
*,
|
|
2633
|
-
headers: Optional[
|
|
3355
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2634
3356
|
data: OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType,
|
|
2635
3357
|
) -> Response[
|
|
2636
3358
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2644,7 +3366,7 @@ class ActionsClient:
|
|
|
2644
3366
|
runner_id: int,
|
|
2645
3367
|
*,
|
|
2646
3368
|
data: UnsetType = UNSET,
|
|
2647
|
-
headers: Optional[
|
|
3369
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2648
3370
|
labels: list[str],
|
|
2649
3371
|
) -> Response[
|
|
2650
3372
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2656,7 +3378,7 @@ class ActionsClient:
|
|
|
2656
3378
|
org: str,
|
|
2657
3379
|
runner_id: int,
|
|
2658
3380
|
*,
|
|
2659
|
-
headers: Optional[
|
|
3381
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2660
3382
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
2661
3383
|
**kwargs,
|
|
2662
3384
|
) -> Response[
|
|
@@ -2704,7 +3426,7 @@ class ActionsClient:
|
|
|
2704
3426
|
org: str,
|
|
2705
3427
|
runner_id: int,
|
|
2706
3428
|
*,
|
|
2707
|
-
headers: Optional[
|
|
3429
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2708
3430
|
) -> Response[
|
|
2709
3431
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2710
3432
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -2735,7 +3457,7 @@ class ActionsClient:
|
|
|
2735
3457
|
org: str,
|
|
2736
3458
|
runner_id: int,
|
|
2737
3459
|
*,
|
|
2738
|
-
headers: Optional[
|
|
3460
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2739
3461
|
) -> Response[
|
|
2740
3462
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2741
3463
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -2767,7 +3489,7 @@ class ActionsClient:
|
|
|
2767
3489
|
runner_id: int,
|
|
2768
3490
|
name: str,
|
|
2769
3491
|
*,
|
|
2770
|
-
headers: Optional[
|
|
3492
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2771
3493
|
) -> Response[
|
|
2772
3494
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2773
3495
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2801,7 +3523,7 @@ class ActionsClient:
|
|
|
2801
3523
|
runner_id: int,
|
|
2802
3524
|
name: str,
|
|
2803
3525
|
*,
|
|
2804
|
-
headers: Optional[
|
|
3526
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2805
3527
|
) -> Response[
|
|
2806
3528
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2807
3529
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2835,7 +3557,7 @@ class ActionsClient:
|
|
|
2835
3557
|
*,
|
|
2836
3558
|
per_page: Missing[int] = UNSET,
|
|
2837
3559
|
page: Missing[int] = UNSET,
|
|
2838
|
-
headers: Optional[
|
|
3560
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2839
3561
|
) -> Response[
|
|
2840
3562
|
OrgsOrgActionsSecretsGetResponse200, OrgsOrgActionsSecretsGetResponse200Type
|
|
2841
3563
|
]:
|
|
@@ -2866,7 +3588,7 @@ class ActionsClient:
|
|
|
2866
3588
|
*,
|
|
2867
3589
|
per_page: Missing[int] = UNSET,
|
|
2868
3590
|
page: Missing[int] = UNSET,
|
|
2869
|
-
headers: Optional[
|
|
3591
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2870
3592
|
) -> Response[
|
|
2871
3593
|
OrgsOrgActionsSecretsGetResponse200, OrgsOrgActionsSecretsGetResponse200Type
|
|
2872
3594
|
]:
|
|
@@ -2895,7 +3617,7 @@ class ActionsClient:
|
|
|
2895
3617
|
self,
|
|
2896
3618
|
org: str,
|
|
2897
3619
|
*,
|
|
2898
|
-
headers: Optional[
|
|
3620
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2899
3621
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
2900
3622
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key"""
|
|
2901
3623
|
|
|
@@ -2916,7 +3638,7 @@ class ActionsClient:
|
|
|
2916
3638
|
self,
|
|
2917
3639
|
org: str,
|
|
2918
3640
|
*,
|
|
2919
|
-
headers: Optional[
|
|
3641
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2920
3642
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
2921
3643
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key"""
|
|
2922
3644
|
|
|
@@ -2938,7 +3660,7 @@ class ActionsClient:
|
|
|
2938
3660
|
org: str,
|
|
2939
3661
|
secret_name: str,
|
|
2940
3662
|
*,
|
|
2941
|
-
headers: Optional[
|
|
3663
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2942
3664
|
) -> Response[OrganizationActionsSecret, OrganizationActionsSecretType]:
|
|
2943
3665
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-secret"""
|
|
2944
3666
|
|
|
@@ -2960,7 +3682,7 @@ class ActionsClient:
|
|
|
2960
3682
|
org: str,
|
|
2961
3683
|
secret_name: str,
|
|
2962
3684
|
*,
|
|
2963
|
-
headers: Optional[
|
|
3685
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2964
3686
|
) -> Response[OrganizationActionsSecret, OrganizationActionsSecretType]:
|
|
2965
3687
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-secret"""
|
|
2966
3688
|
|
|
@@ -2983,7 +3705,7 @@ class ActionsClient:
|
|
|
2983
3705
|
org: str,
|
|
2984
3706
|
secret_name: str,
|
|
2985
3707
|
*,
|
|
2986
|
-
headers: Optional[
|
|
3708
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2987
3709
|
data: OrgsOrgActionsSecretsSecretNamePutBodyType,
|
|
2988
3710
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2989
3711
|
|
|
@@ -2994,9 +3716,9 @@ class ActionsClient:
|
|
|
2994
3716
|
secret_name: str,
|
|
2995
3717
|
*,
|
|
2996
3718
|
data: UnsetType = UNSET,
|
|
2997
|
-
headers: Optional[
|
|
2998
|
-
encrypted_value:
|
|
2999
|
-
key_id:
|
|
3719
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3720
|
+
encrypted_value: str,
|
|
3721
|
+
key_id: str,
|
|
3000
3722
|
visibility: Literal["all", "private", "selected"],
|
|
3001
3723
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
3002
3724
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -3006,7 +3728,7 @@ class ActionsClient:
|
|
|
3006
3728
|
org: str,
|
|
3007
3729
|
secret_name: str,
|
|
3008
3730
|
*,
|
|
3009
|
-
headers: Optional[
|
|
3731
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3010
3732
|
data: Missing[OrgsOrgActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
3011
3733
|
**kwargs,
|
|
3012
3734
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3041,7 +3763,7 @@ class ActionsClient:
|
|
|
3041
3763
|
org: str,
|
|
3042
3764
|
secret_name: str,
|
|
3043
3765
|
*,
|
|
3044
|
-
headers: Optional[
|
|
3766
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3045
3767
|
data: OrgsOrgActionsSecretsSecretNamePutBodyType,
|
|
3046
3768
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
3047
3769
|
|
|
@@ -3052,9 +3774,9 @@ class ActionsClient:
|
|
|
3052
3774
|
secret_name: str,
|
|
3053
3775
|
*,
|
|
3054
3776
|
data: UnsetType = UNSET,
|
|
3055
|
-
headers: Optional[
|
|
3056
|
-
encrypted_value:
|
|
3057
|
-
key_id:
|
|
3777
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3778
|
+
encrypted_value: str,
|
|
3779
|
+
key_id: str,
|
|
3058
3780
|
visibility: Literal["all", "private", "selected"],
|
|
3059
3781
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
3060
3782
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -3064,7 +3786,7 @@ class ActionsClient:
|
|
|
3064
3786
|
org: str,
|
|
3065
3787
|
secret_name: str,
|
|
3066
3788
|
*,
|
|
3067
|
-
headers: Optional[
|
|
3789
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3068
3790
|
data: Missing[OrgsOrgActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
3069
3791
|
**kwargs,
|
|
3070
3792
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3098,7 +3820,7 @@ class ActionsClient:
|
|
|
3098
3820
|
org: str,
|
|
3099
3821
|
secret_name: str,
|
|
3100
3822
|
*,
|
|
3101
|
-
headers: Optional[
|
|
3823
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3102
3824
|
) -> Response:
|
|
3103
3825
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret"""
|
|
3104
3826
|
|
|
@@ -3117,7 +3839,7 @@ class ActionsClient:
|
|
|
3117
3839
|
org: str,
|
|
3118
3840
|
secret_name: str,
|
|
3119
3841
|
*,
|
|
3120
|
-
headers: Optional[
|
|
3842
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3121
3843
|
) -> Response:
|
|
3122
3844
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret"""
|
|
3123
3845
|
|
|
@@ -3138,7 +3860,7 @@ class ActionsClient:
|
|
|
3138
3860
|
*,
|
|
3139
3861
|
page: Missing[int] = UNSET,
|
|
3140
3862
|
per_page: Missing[int] = UNSET,
|
|
3141
|
-
headers: Optional[
|
|
3863
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3142
3864
|
) -> Response[
|
|
3143
3865
|
OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200,
|
|
3144
3866
|
OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -3171,7 +3893,7 @@ class ActionsClient:
|
|
|
3171
3893
|
*,
|
|
3172
3894
|
page: Missing[int] = UNSET,
|
|
3173
3895
|
per_page: Missing[int] = UNSET,
|
|
3174
|
-
headers: Optional[
|
|
3896
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3175
3897
|
) -> Response[
|
|
3176
3898
|
OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200,
|
|
3177
3899
|
OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -3203,7 +3925,7 @@ class ActionsClient:
|
|
|
3203
3925
|
org: str,
|
|
3204
3926
|
secret_name: str,
|
|
3205
3927
|
*,
|
|
3206
|
-
headers: Optional[
|
|
3928
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3207
3929
|
data: OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType,
|
|
3208
3930
|
) -> Response: ...
|
|
3209
3931
|
|
|
@@ -3214,7 +3936,7 @@ class ActionsClient:
|
|
|
3214
3936
|
secret_name: str,
|
|
3215
3937
|
*,
|
|
3216
3938
|
data: UnsetType = UNSET,
|
|
3217
|
-
headers: Optional[
|
|
3939
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3218
3940
|
selected_repository_ids: list[int],
|
|
3219
3941
|
) -> Response: ...
|
|
3220
3942
|
|
|
@@ -3223,7 +3945,7 @@ class ActionsClient:
|
|
|
3223
3945
|
org: str,
|
|
3224
3946
|
secret_name: str,
|
|
3225
3947
|
*,
|
|
3226
|
-
headers: Optional[
|
|
3948
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3227
3949
|
data: Missing[OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3228
3950
|
**kwargs,
|
|
3229
3951
|
) -> Response:
|
|
@@ -3259,7 +3981,7 @@ class ActionsClient:
|
|
|
3259
3981
|
org: str,
|
|
3260
3982
|
secret_name: str,
|
|
3261
3983
|
*,
|
|
3262
|
-
headers: Optional[
|
|
3984
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3263
3985
|
data: OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType,
|
|
3264
3986
|
) -> Response: ...
|
|
3265
3987
|
|
|
@@ -3270,7 +3992,7 @@ class ActionsClient:
|
|
|
3270
3992
|
secret_name: str,
|
|
3271
3993
|
*,
|
|
3272
3994
|
data: UnsetType = UNSET,
|
|
3273
|
-
headers: Optional[
|
|
3995
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3274
3996
|
selected_repository_ids: list[int],
|
|
3275
3997
|
) -> Response: ...
|
|
3276
3998
|
|
|
@@ -3279,7 +4001,7 @@ class ActionsClient:
|
|
|
3279
4001
|
org: str,
|
|
3280
4002
|
secret_name: str,
|
|
3281
4003
|
*,
|
|
3282
|
-
headers: Optional[
|
|
4004
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3283
4005
|
data: Missing[OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3284
4006
|
**kwargs,
|
|
3285
4007
|
) -> Response:
|
|
@@ -3315,7 +4037,7 @@ class ActionsClient:
|
|
|
3315
4037
|
secret_name: str,
|
|
3316
4038
|
repository_id: int,
|
|
3317
4039
|
*,
|
|
3318
|
-
headers: Optional[
|
|
4040
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3319
4041
|
) -> Response:
|
|
3320
4042
|
"""See also: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret"""
|
|
3321
4043
|
|
|
@@ -3336,7 +4058,7 @@ class ActionsClient:
|
|
|
3336
4058
|
secret_name: str,
|
|
3337
4059
|
repository_id: int,
|
|
3338
4060
|
*,
|
|
3339
|
-
headers: Optional[
|
|
4061
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3340
4062
|
) -> Response:
|
|
3341
4063
|
"""See also: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret"""
|
|
3342
4064
|
|
|
@@ -3357,7 +4079,7 @@ class ActionsClient:
|
|
|
3357
4079
|
secret_name: str,
|
|
3358
4080
|
repository_id: int,
|
|
3359
4081
|
*,
|
|
3360
|
-
headers: Optional[
|
|
4082
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3361
4083
|
) -> Response:
|
|
3362
4084
|
"""See also: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret"""
|
|
3363
4085
|
|
|
@@ -3378,7 +4100,7 @@ class ActionsClient:
|
|
|
3378
4100
|
secret_name: str,
|
|
3379
4101
|
repository_id: int,
|
|
3380
4102
|
*,
|
|
3381
|
-
headers: Optional[
|
|
4103
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3382
4104
|
) -> Response:
|
|
3383
4105
|
"""See also: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret"""
|
|
3384
4106
|
|
|
@@ -3399,7 +4121,7 @@ class ActionsClient:
|
|
|
3399
4121
|
*,
|
|
3400
4122
|
per_page: Missing[int] = UNSET,
|
|
3401
4123
|
page: Missing[int] = UNSET,
|
|
3402
|
-
headers: Optional[
|
|
4124
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3403
4125
|
) -> Response[
|
|
3404
4126
|
OrgsOrgActionsVariablesGetResponse200, OrgsOrgActionsVariablesGetResponse200Type
|
|
3405
4127
|
]:
|
|
@@ -3430,7 +4152,7 @@ class ActionsClient:
|
|
|
3430
4152
|
*,
|
|
3431
4153
|
per_page: Missing[int] = UNSET,
|
|
3432
4154
|
page: Missing[int] = UNSET,
|
|
3433
|
-
headers: Optional[
|
|
4155
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3434
4156
|
) -> Response[
|
|
3435
4157
|
OrgsOrgActionsVariablesGetResponse200, OrgsOrgActionsVariablesGetResponse200Type
|
|
3436
4158
|
]:
|
|
@@ -3460,7 +4182,7 @@ class ActionsClient:
|
|
|
3460
4182
|
self,
|
|
3461
4183
|
org: str,
|
|
3462
4184
|
*,
|
|
3463
|
-
headers: Optional[
|
|
4185
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3464
4186
|
data: OrgsOrgActionsVariablesPostBodyType,
|
|
3465
4187
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
3466
4188
|
|
|
@@ -3470,7 +4192,7 @@ class ActionsClient:
|
|
|
3470
4192
|
org: str,
|
|
3471
4193
|
*,
|
|
3472
4194
|
data: UnsetType = UNSET,
|
|
3473
|
-
headers: Optional[
|
|
4195
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3474
4196
|
name: str,
|
|
3475
4197
|
value: str,
|
|
3476
4198
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -3481,7 +4203,7 @@ class ActionsClient:
|
|
|
3481
4203
|
self,
|
|
3482
4204
|
org: str,
|
|
3483
4205
|
*,
|
|
3484
|
-
headers: Optional[
|
|
4206
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3485
4207
|
data: Missing[OrgsOrgActionsVariablesPostBodyType] = UNSET,
|
|
3486
4208
|
**kwargs,
|
|
3487
4209
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3515,7 +4237,7 @@ class ActionsClient:
|
|
|
3515
4237
|
self,
|
|
3516
4238
|
org: str,
|
|
3517
4239
|
*,
|
|
3518
|
-
headers: Optional[
|
|
4240
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3519
4241
|
data: OrgsOrgActionsVariablesPostBodyType,
|
|
3520
4242
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
3521
4243
|
|
|
@@ -3525,7 +4247,7 @@ class ActionsClient:
|
|
|
3525
4247
|
org: str,
|
|
3526
4248
|
*,
|
|
3527
4249
|
data: UnsetType = UNSET,
|
|
3528
|
-
headers: Optional[
|
|
4250
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3529
4251
|
name: str,
|
|
3530
4252
|
value: str,
|
|
3531
4253
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -3536,7 +4258,7 @@ class ActionsClient:
|
|
|
3536
4258
|
self,
|
|
3537
4259
|
org: str,
|
|
3538
4260
|
*,
|
|
3539
|
-
headers: Optional[
|
|
4261
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3540
4262
|
data: Missing[OrgsOrgActionsVariablesPostBodyType] = UNSET,
|
|
3541
4263
|
**kwargs,
|
|
3542
4264
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3570,7 +4292,7 @@ class ActionsClient:
|
|
|
3570
4292
|
org: str,
|
|
3571
4293
|
name: str,
|
|
3572
4294
|
*,
|
|
3573
|
-
headers: Optional[
|
|
4295
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3574
4296
|
) -> Response[OrganizationActionsVariable, OrganizationActionsVariableType]:
|
|
3575
4297
|
"""See also: https://docs.github.com/rest/actions/variables#get-an-organization-variable"""
|
|
3576
4298
|
|
|
@@ -3592,7 +4314,7 @@ class ActionsClient:
|
|
|
3592
4314
|
org: str,
|
|
3593
4315
|
name: str,
|
|
3594
4316
|
*,
|
|
3595
|
-
headers: Optional[
|
|
4317
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3596
4318
|
) -> Response[OrganizationActionsVariable, OrganizationActionsVariableType]:
|
|
3597
4319
|
"""See also: https://docs.github.com/rest/actions/variables#get-an-organization-variable"""
|
|
3598
4320
|
|
|
@@ -3614,7 +4336,7 @@ class ActionsClient:
|
|
|
3614
4336
|
org: str,
|
|
3615
4337
|
name: str,
|
|
3616
4338
|
*,
|
|
3617
|
-
headers: Optional[
|
|
4339
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3618
4340
|
) -> Response:
|
|
3619
4341
|
"""See also: https://docs.github.com/rest/actions/variables#delete-an-organization-variable"""
|
|
3620
4342
|
|
|
@@ -3633,7 +4355,7 @@ class ActionsClient:
|
|
|
3633
4355
|
org: str,
|
|
3634
4356
|
name: str,
|
|
3635
4357
|
*,
|
|
3636
|
-
headers: Optional[
|
|
4358
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3637
4359
|
) -> Response:
|
|
3638
4360
|
"""See also: https://docs.github.com/rest/actions/variables#delete-an-organization-variable"""
|
|
3639
4361
|
|
|
@@ -3653,7 +4375,7 @@ class ActionsClient:
|
|
|
3653
4375
|
org: str,
|
|
3654
4376
|
name: str,
|
|
3655
4377
|
*,
|
|
3656
|
-
headers: Optional[
|
|
4378
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3657
4379
|
data: OrgsOrgActionsVariablesNamePatchBodyType,
|
|
3658
4380
|
) -> Response: ...
|
|
3659
4381
|
|
|
@@ -3664,7 +4386,7 @@ class ActionsClient:
|
|
|
3664
4386
|
name: str,
|
|
3665
4387
|
*,
|
|
3666
4388
|
data: UnsetType = UNSET,
|
|
3667
|
-
headers: Optional[
|
|
4389
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3668
4390
|
value: Missing[str] = UNSET,
|
|
3669
4391
|
visibility: Missing[Literal["all", "private", "selected"]] = UNSET,
|
|
3670
4392
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
@@ -3675,7 +4397,7 @@ class ActionsClient:
|
|
|
3675
4397
|
org: str,
|
|
3676
4398
|
name: str,
|
|
3677
4399
|
*,
|
|
3678
|
-
headers: Optional[
|
|
4400
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3679
4401
|
data: Missing[OrgsOrgActionsVariablesNamePatchBodyType] = UNSET,
|
|
3680
4402
|
**kwargs,
|
|
3681
4403
|
) -> Response:
|
|
@@ -3709,7 +4431,7 @@ class ActionsClient:
|
|
|
3709
4431
|
org: str,
|
|
3710
4432
|
name: str,
|
|
3711
4433
|
*,
|
|
3712
|
-
headers: Optional[
|
|
4434
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3713
4435
|
data: OrgsOrgActionsVariablesNamePatchBodyType,
|
|
3714
4436
|
) -> Response: ...
|
|
3715
4437
|
|
|
@@ -3720,7 +4442,7 @@ class ActionsClient:
|
|
|
3720
4442
|
name: str,
|
|
3721
4443
|
*,
|
|
3722
4444
|
data: UnsetType = UNSET,
|
|
3723
|
-
headers: Optional[
|
|
4445
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3724
4446
|
value: Missing[str] = UNSET,
|
|
3725
4447
|
visibility: Missing[Literal["all", "private", "selected"]] = UNSET,
|
|
3726
4448
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
@@ -3731,7 +4453,7 @@ class ActionsClient:
|
|
|
3731
4453
|
org: str,
|
|
3732
4454
|
name: str,
|
|
3733
4455
|
*,
|
|
3734
|
-
headers: Optional[
|
|
4456
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3735
4457
|
data: Missing[OrgsOrgActionsVariablesNamePatchBodyType] = UNSET,
|
|
3736
4458
|
**kwargs,
|
|
3737
4459
|
) -> Response:
|
|
@@ -3766,7 +4488,7 @@ class ActionsClient:
|
|
|
3766
4488
|
*,
|
|
3767
4489
|
page: Missing[int] = UNSET,
|
|
3768
4490
|
per_page: Missing[int] = UNSET,
|
|
3769
|
-
headers: Optional[
|
|
4491
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3770
4492
|
) -> Response[
|
|
3771
4493
|
OrgsOrgActionsVariablesNameRepositoriesGetResponse200,
|
|
3772
4494
|
OrgsOrgActionsVariablesNameRepositoriesGetResponse200Type,
|
|
@@ -3800,7 +4522,7 @@ class ActionsClient:
|
|
|
3800
4522
|
*,
|
|
3801
4523
|
page: Missing[int] = UNSET,
|
|
3802
4524
|
per_page: Missing[int] = UNSET,
|
|
3803
|
-
headers: Optional[
|
|
4525
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3804
4526
|
) -> Response[
|
|
3805
4527
|
OrgsOrgActionsVariablesNameRepositoriesGetResponse200,
|
|
3806
4528
|
OrgsOrgActionsVariablesNameRepositoriesGetResponse200Type,
|
|
@@ -3833,7 +4555,7 @@ class ActionsClient:
|
|
|
3833
4555
|
org: str,
|
|
3834
4556
|
name: str,
|
|
3835
4557
|
*,
|
|
3836
|
-
headers: Optional[
|
|
4558
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3837
4559
|
data: OrgsOrgActionsVariablesNameRepositoriesPutBodyType,
|
|
3838
4560
|
) -> Response: ...
|
|
3839
4561
|
|
|
@@ -3844,7 +4566,7 @@ class ActionsClient:
|
|
|
3844
4566
|
name: str,
|
|
3845
4567
|
*,
|
|
3846
4568
|
data: UnsetType = UNSET,
|
|
3847
|
-
headers: Optional[
|
|
4569
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3848
4570
|
selected_repository_ids: list[int],
|
|
3849
4571
|
) -> Response: ...
|
|
3850
4572
|
|
|
@@ -3853,7 +4575,7 @@ class ActionsClient:
|
|
|
3853
4575
|
org: str,
|
|
3854
4576
|
name: str,
|
|
3855
4577
|
*,
|
|
3856
|
-
headers: Optional[
|
|
4578
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3857
4579
|
data: Missing[OrgsOrgActionsVariablesNameRepositoriesPutBodyType] = UNSET,
|
|
3858
4580
|
**kwargs,
|
|
3859
4581
|
) -> Response:
|
|
@@ -3890,7 +4612,7 @@ class ActionsClient:
|
|
|
3890
4612
|
org: str,
|
|
3891
4613
|
name: str,
|
|
3892
4614
|
*,
|
|
3893
|
-
headers: Optional[
|
|
4615
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3894
4616
|
data: OrgsOrgActionsVariablesNameRepositoriesPutBodyType,
|
|
3895
4617
|
) -> Response: ...
|
|
3896
4618
|
|
|
@@ -3901,7 +4623,7 @@ class ActionsClient:
|
|
|
3901
4623
|
name: str,
|
|
3902
4624
|
*,
|
|
3903
4625
|
data: UnsetType = UNSET,
|
|
3904
|
-
headers: Optional[
|
|
4626
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3905
4627
|
selected_repository_ids: list[int],
|
|
3906
4628
|
) -> Response: ...
|
|
3907
4629
|
|
|
@@ -3910,7 +4632,7 @@ class ActionsClient:
|
|
|
3910
4632
|
org: str,
|
|
3911
4633
|
name: str,
|
|
3912
4634
|
*,
|
|
3913
|
-
headers: Optional[
|
|
4635
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3914
4636
|
data: Missing[OrgsOrgActionsVariablesNameRepositoriesPutBodyType] = UNSET,
|
|
3915
4637
|
**kwargs,
|
|
3916
4638
|
) -> Response:
|
|
@@ -3947,7 +4669,7 @@ class ActionsClient:
|
|
|
3947
4669
|
name: str,
|
|
3948
4670
|
repository_id: int,
|
|
3949
4671
|
*,
|
|
3950
|
-
headers: Optional[
|
|
4672
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3951
4673
|
) -> Response:
|
|
3952
4674
|
"""See also: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable"""
|
|
3953
4675
|
|
|
@@ -3968,7 +4690,7 @@ class ActionsClient:
|
|
|
3968
4690
|
name: str,
|
|
3969
4691
|
repository_id: int,
|
|
3970
4692
|
*,
|
|
3971
|
-
headers: Optional[
|
|
4693
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3972
4694
|
) -> Response:
|
|
3973
4695
|
"""See also: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable"""
|
|
3974
4696
|
|
|
@@ -3989,7 +4711,7 @@ class ActionsClient:
|
|
|
3989
4711
|
name: str,
|
|
3990
4712
|
repository_id: int,
|
|
3991
4713
|
*,
|
|
3992
|
-
headers: Optional[
|
|
4714
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3993
4715
|
) -> Response:
|
|
3994
4716
|
"""See also: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable"""
|
|
3995
4717
|
|
|
@@ -4010,7 +4732,7 @@ class ActionsClient:
|
|
|
4010
4732
|
name: str,
|
|
4011
4733
|
repository_id: int,
|
|
4012
4734
|
*,
|
|
4013
|
-
headers: Optional[
|
|
4735
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4014
4736
|
) -> Response:
|
|
4015
4737
|
"""See also: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable"""
|
|
4016
4738
|
|
|
@@ -4033,7 +4755,7 @@ class ActionsClient:
|
|
|
4033
4755
|
per_page: Missing[int] = UNSET,
|
|
4034
4756
|
page: Missing[int] = UNSET,
|
|
4035
4757
|
name: Missing[str] = UNSET,
|
|
4036
|
-
headers: Optional[
|
|
4758
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4037
4759
|
) -> Response[
|
|
4038
4760
|
ReposOwnerRepoActionsArtifactsGetResponse200,
|
|
4039
4761
|
ReposOwnerRepoActionsArtifactsGetResponse200Type,
|
|
@@ -4068,7 +4790,7 @@ class ActionsClient:
|
|
|
4068
4790
|
per_page: Missing[int] = UNSET,
|
|
4069
4791
|
page: Missing[int] = UNSET,
|
|
4070
4792
|
name: Missing[str] = UNSET,
|
|
4071
|
-
headers: Optional[
|
|
4793
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4072
4794
|
) -> Response[
|
|
4073
4795
|
ReposOwnerRepoActionsArtifactsGetResponse200,
|
|
4074
4796
|
ReposOwnerRepoActionsArtifactsGetResponse200Type,
|
|
@@ -4101,7 +4823,7 @@ class ActionsClient:
|
|
|
4101
4823
|
repo: str,
|
|
4102
4824
|
artifact_id: int,
|
|
4103
4825
|
*,
|
|
4104
|
-
headers: Optional[
|
|
4826
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4105
4827
|
) -> Response[Artifact, ArtifactType]:
|
|
4106
4828
|
"""See also: https://docs.github.com/rest/actions/artifacts#get-an-artifact"""
|
|
4107
4829
|
|
|
@@ -4124,7 +4846,7 @@ class ActionsClient:
|
|
|
4124
4846
|
repo: str,
|
|
4125
4847
|
artifact_id: int,
|
|
4126
4848
|
*,
|
|
4127
|
-
headers: Optional[
|
|
4849
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4128
4850
|
) -> Response[Artifact, ArtifactType]:
|
|
4129
4851
|
"""See also: https://docs.github.com/rest/actions/artifacts#get-an-artifact"""
|
|
4130
4852
|
|
|
@@ -4147,7 +4869,7 @@ class ActionsClient:
|
|
|
4147
4869
|
repo: str,
|
|
4148
4870
|
artifact_id: int,
|
|
4149
4871
|
*,
|
|
4150
|
-
headers: Optional[
|
|
4872
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4151
4873
|
) -> Response:
|
|
4152
4874
|
"""See also: https://docs.github.com/rest/actions/artifacts#delete-an-artifact"""
|
|
4153
4875
|
|
|
@@ -4167,7 +4889,7 @@ class ActionsClient:
|
|
|
4167
4889
|
repo: str,
|
|
4168
4890
|
artifact_id: int,
|
|
4169
4891
|
*,
|
|
4170
|
-
headers: Optional[
|
|
4892
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4171
4893
|
) -> Response:
|
|
4172
4894
|
"""See also: https://docs.github.com/rest/actions/artifacts#delete-an-artifact"""
|
|
4173
4895
|
|
|
@@ -4188,7 +4910,7 @@ class ActionsClient:
|
|
|
4188
4910
|
artifact_id: int,
|
|
4189
4911
|
archive_format: str,
|
|
4190
4912
|
*,
|
|
4191
|
-
headers: Optional[
|
|
4913
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4192
4914
|
) -> Response:
|
|
4193
4915
|
"""See also: https://docs.github.com/rest/actions/artifacts#download-an-artifact"""
|
|
4194
4916
|
|
|
@@ -4214,7 +4936,7 @@ class ActionsClient:
|
|
|
4214
4936
|
artifact_id: int,
|
|
4215
4937
|
archive_format: str,
|
|
4216
4938
|
*,
|
|
4217
|
-
headers: Optional[
|
|
4939
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4218
4940
|
) -> Response:
|
|
4219
4941
|
"""See also: https://docs.github.com/rest/actions/artifacts#download-an-artifact"""
|
|
4220
4942
|
|
|
@@ -4238,7 +4960,7 @@ class ActionsClient:
|
|
|
4238
4960
|
owner: str,
|
|
4239
4961
|
repo: str,
|
|
4240
4962
|
*,
|
|
4241
|
-
headers: Optional[
|
|
4963
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4242
4964
|
) -> Response[ActionsCacheUsageByRepository, ActionsCacheUsageByRepositoryType]:
|
|
4243
4965
|
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository"""
|
|
4244
4966
|
|
|
@@ -4260,7 +4982,7 @@ class ActionsClient:
|
|
|
4260
4982
|
owner: str,
|
|
4261
4983
|
repo: str,
|
|
4262
4984
|
*,
|
|
4263
|
-
headers: Optional[
|
|
4985
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4264
4986
|
) -> Response[ActionsCacheUsageByRepository, ActionsCacheUsageByRepositoryType]:
|
|
4265
4987
|
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository"""
|
|
4266
4988
|
|
|
@@ -4290,7 +5012,7 @@ class ActionsClient:
|
|
|
4290
5012
|
Literal["created_at", "last_accessed_at", "size_in_bytes"]
|
|
4291
5013
|
] = UNSET,
|
|
4292
5014
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
4293
|
-
headers: Optional[
|
|
5015
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4294
5016
|
) -> Response[ActionsCacheList, ActionsCacheListType]:
|
|
4295
5017
|
"""See also: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"""
|
|
4296
5018
|
|
|
@@ -4330,7 +5052,7 @@ class ActionsClient:
|
|
|
4330
5052
|
Literal["created_at", "last_accessed_at", "size_in_bytes"]
|
|
4331
5053
|
] = UNSET,
|
|
4332
5054
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
4333
|
-
headers: Optional[
|
|
5055
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4334
5056
|
) -> Response[ActionsCacheList, ActionsCacheListType]:
|
|
4335
5057
|
"""See also: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"""
|
|
4336
5058
|
|
|
@@ -4364,7 +5086,7 @@ class ActionsClient:
|
|
|
4364
5086
|
*,
|
|
4365
5087
|
key: str,
|
|
4366
5088
|
ref: Missing[str] = UNSET,
|
|
4367
|
-
headers: Optional[
|
|
5089
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4368
5090
|
) -> Response[ActionsCacheList, ActionsCacheListType]:
|
|
4369
5091
|
"""See also: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"""
|
|
4370
5092
|
|
|
@@ -4394,7 +5116,7 @@ class ActionsClient:
|
|
|
4394
5116
|
*,
|
|
4395
5117
|
key: str,
|
|
4396
5118
|
ref: Missing[str] = UNSET,
|
|
4397
|
-
headers: Optional[
|
|
5119
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4398
5120
|
) -> Response[ActionsCacheList, ActionsCacheListType]:
|
|
4399
5121
|
"""See also: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"""
|
|
4400
5122
|
|
|
@@ -4423,7 +5145,7 @@ class ActionsClient:
|
|
|
4423
5145
|
repo: str,
|
|
4424
5146
|
cache_id: int,
|
|
4425
5147
|
*,
|
|
4426
|
-
headers: Optional[
|
|
5148
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4427
5149
|
) -> Response:
|
|
4428
5150
|
"""See also: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"""
|
|
4429
5151
|
|
|
@@ -4443,7 +5165,7 @@ class ActionsClient:
|
|
|
4443
5165
|
repo: str,
|
|
4444
5166
|
cache_id: int,
|
|
4445
5167
|
*,
|
|
4446
|
-
headers: Optional[
|
|
5168
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4447
5169
|
) -> Response:
|
|
4448
5170
|
"""See also: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"""
|
|
4449
5171
|
|
|
@@ -4463,7 +5185,7 @@ class ActionsClient:
|
|
|
4463
5185
|
repo: str,
|
|
4464
5186
|
job_id: int,
|
|
4465
5187
|
*,
|
|
4466
|
-
headers: Optional[
|
|
5188
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4467
5189
|
) -> Response[Job, JobType]:
|
|
4468
5190
|
"""See also: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run"""
|
|
4469
5191
|
|
|
@@ -4486,7 +5208,7 @@ class ActionsClient:
|
|
|
4486
5208
|
repo: str,
|
|
4487
5209
|
job_id: int,
|
|
4488
5210
|
*,
|
|
4489
|
-
headers: Optional[
|
|
5211
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4490
5212
|
) -> Response[Job, JobType]:
|
|
4491
5213
|
"""See also: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run"""
|
|
4492
5214
|
|
|
@@ -4509,7 +5231,7 @@ class ActionsClient:
|
|
|
4509
5231
|
repo: str,
|
|
4510
5232
|
job_id: int,
|
|
4511
5233
|
*,
|
|
4512
|
-
headers: Optional[
|
|
5234
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4513
5235
|
) -> Response:
|
|
4514
5236
|
"""See also: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run"""
|
|
4515
5237
|
|
|
@@ -4529,7 +5251,7 @@ class ActionsClient:
|
|
|
4529
5251
|
repo: str,
|
|
4530
5252
|
job_id: int,
|
|
4531
5253
|
*,
|
|
4532
|
-
headers: Optional[
|
|
5254
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4533
5255
|
) -> Response:
|
|
4534
5256
|
"""See also: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run"""
|
|
4535
5257
|
|
|
@@ -4550,7 +5272,7 @@ class ActionsClient:
|
|
|
4550
5272
|
repo: str,
|
|
4551
5273
|
job_id: int,
|
|
4552
5274
|
*,
|
|
4553
|
-
headers: Optional[
|
|
5275
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4554
5276
|
data: Missing[
|
|
4555
5277
|
Union[ReposOwnerRepoActionsJobsJobIdRerunPostBodyType, None]
|
|
4556
5278
|
] = UNSET,
|
|
@@ -4564,7 +5286,7 @@ class ActionsClient:
|
|
|
4564
5286
|
job_id: int,
|
|
4565
5287
|
*,
|
|
4566
5288
|
data: UnsetType = UNSET,
|
|
4567
|
-
headers: Optional[
|
|
5289
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4568
5290
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
4569
5291
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
4570
5292
|
|
|
@@ -4574,7 +5296,7 @@ class ActionsClient:
|
|
|
4574
5296
|
repo: str,
|
|
4575
5297
|
job_id: int,
|
|
4576
5298
|
*,
|
|
4577
|
-
headers: Optional[
|
|
5299
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4578
5300
|
data: Missing[
|
|
4579
5301
|
Union[ReposOwnerRepoActionsJobsJobIdRerunPostBodyType, None]
|
|
4580
5302
|
] = UNSET,
|
|
@@ -4623,7 +5345,7 @@ class ActionsClient:
|
|
|
4623
5345
|
repo: str,
|
|
4624
5346
|
job_id: int,
|
|
4625
5347
|
*,
|
|
4626
|
-
headers: Optional[
|
|
5348
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4627
5349
|
data: Missing[
|
|
4628
5350
|
Union[ReposOwnerRepoActionsJobsJobIdRerunPostBodyType, None]
|
|
4629
5351
|
] = UNSET,
|
|
@@ -4637,7 +5359,7 @@ class ActionsClient:
|
|
|
4637
5359
|
job_id: int,
|
|
4638
5360
|
*,
|
|
4639
5361
|
data: UnsetType = UNSET,
|
|
4640
|
-
headers: Optional[
|
|
5362
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4641
5363
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
4642
5364
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
4643
5365
|
|
|
@@ -4647,7 +5369,7 @@ class ActionsClient:
|
|
|
4647
5369
|
repo: str,
|
|
4648
5370
|
job_id: int,
|
|
4649
5371
|
*,
|
|
4650
|
-
headers: Optional[
|
|
5372
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4651
5373
|
data: Missing[
|
|
4652
5374
|
Union[ReposOwnerRepoActionsJobsJobIdRerunPostBodyType, None]
|
|
4653
5375
|
] = UNSET,
|
|
@@ -4694,7 +5416,7 @@ class ActionsClient:
|
|
|
4694
5416
|
owner: str,
|
|
4695
5417
|
repo: str,
|
|
4696
5418
|
*,
|
|
4697
|
-
headers: Optional[
|
|
5419
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4698
5420
|
) -> Response[OidcCustomSubRepo, OidcCustomSubRepoType]:
|
|
4699
5421
|
"""See also: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
4700
5422
|
|
|
@@ -4720,7 +5442,7 @@ class ActionsClient:
|
|
|
4720
5442
|
owner: str,
|
|
4721
5443
|
repo: str,
|
|
4722
5444
|
*,
|
|
4723
|
-
headers: Optional[
|
|
5445
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4724
5446
|
) -> Response[OidcCustomSubRepo, OidcCustomSubRepoType]:
|
|
4725
5447
|
"""See also: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
4726
5448
|
|
|
@@ -4747,7 +5469,7 @@ class ActionsClient:
|
|
|
4747
5469
|
owner: str,
|
|
4748
5470
|
repo: str,
|
|
4749
5471
|
*,
|
|
4750
|
-
headers: Optional[
|
|
5472
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4751
5473
|
data: ReposOwnerRepoActionsOidcCustomizationSubPutBodyType,
|
|
4752
5474
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
4753
5475
|
|
|
@@ -4758,7 +5480,7 @@ class ActionsClient:
|
|
|
4758
5480
|
repo: str,
|
|
4759
5481
|
*,
|
|
4760
5482
|
data: UnsetType = UNSET,
|
|
4761
|
-
headers: Optional[
|
|
5483
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4762
5484
|
use_default: bool,
|
|
4763
5485
|
include_claim_keys: Missing[list[str]] = UNSET,
|
|
4764
5486
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -4768,7 +5490,7 @@ class ActionsClient:
|
|
|
4768
5490
|
owner: str,
|
|
4769
5491
|
repo: str,
|
|
4770
5492
|
*,
|
|
4771
|
-
headers: Optional[
|
|
5493
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4772
5494
|
data: Missing[ReposOwnerRepoActionsOidcCustomizationSubPutBodyType] = UNSET,
|
|
4773
5495
|
**kwargs,
|
|
4774
5496
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -4815,7 +5537,7 @@ class ActionsClient:
|
|
|
4815
5537
|
owner: str,
|
|
4816
5538
|
repo: str,
|
|
4817
5539
|
*,
|
|
4818
|
-
headers: Optional[
|
|
5540
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4819
5541
|
data: ReposOwnerRepoActionsOidcCustomizationSubPutBodyType,
|
|
4820
5542
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
4821
5543
|
|
|
@@ -4826,7 +5548,7 @@ class ActionsClient:
|
|
|
4826
5548
|
repo: str,
|
|
4827
5549
|
*,
|
|
4828
5550
|
data: UnsetType = UNSET,
|
|
4829
|
-
headers: Optional[
|
|
5551
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4830
5552
|
use_default: bool,
|
|
4831
5553
|
include_claim_keys: Missing[list[str]] = UNSET,
|
|
4832
5554
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -4836,7 +5558,7 @@ class ActionsClient:
|
|
|
4836
5558
|
owner: str,
|
|
4837
5559
|
repo: str,
|
|
4838
5560
|
*,
|
|
4839
|
-
headers: Optional[
|
|
5561
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4840
5562
|
data: Missing[ReposOwnerRepoActionsOidcCustomizationSubPutBodyType] = UNSET,
|
|
4841
5563
|
**kwargs,
|
|
4842
5564
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -4884,7 +5606,7 @@ class ActionsClient:
|
|
|
4884
5606
|
*,
|
|
4885
5607
|
per_page: Missing[int] = UNSET,
|
|
4886
5608
|
page: Missing[int] = UNSET,
|
|
4887
|
-
headers: Optional[
|
|
5609
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4888
5610
|
) -> Response[
|
|
4889
5611
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200,
|
|
4890
5612
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type,
|
|
@@ -4917,7 +5639,7 @@ class ActionsClient:
|
|
|
4917
5639
|
*,
|
|
4918
5640
|
per_page: Missing[int] = UNSET,
|
|
4919
5641
|
page: Missing[int] = UNSET,
|
|
4920
|
-
headers: Optional[
|
|
5642
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4921
5643
|
) -> Response[
|
|
4922
5644
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200,
|
|
4923
5645
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type,
|
|
@@ -4950,7 +5672,7 @@ class ActionsClient:
|
|
|
4950
5672
|
*,
|
|
4951
5673
|
per_page: Missing[int] = UNSET,
|
|
4952
5674
|
page: Missing[int] = UNSET,
|
|
4953
|
-
headers: Optional[
|
|
5675
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4954
5676
|
) -> Response[
|
|
4955
5677
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200,
|
|
4956
5678
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type,
|
|
@@ -4983,7 +5705,7 @@ class ActionsClient:
|
|
|
4983
5705
|
*,
|
|
4984
5706
|
per_page: Missing[int] = UNSET,
|
|
4985
5707
|
page: Missing[int] = UNSET,
|
|
4986
|
-
headers: Optional[
|
|
5708
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4987
5709
|
) -> Response[
|
|
4988
5710
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200,
|
|
4989
5711
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type,
|
|
@@ -5014,7 +5736,7 @@ class ActionsClient:
|
|
|
5014
5736
|
owner: str,
|
|
5015
5737
|
repo: str,
|
|
5016
5738
|
*,
|
|
5017
|
-
headers: Optional[
|
|
5739
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5018
5740
|
) -> Response[ActionsRepositoryPermissions, ActionsRepositoryPermissionsType]:
|
|
5019
5741
|
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository"""
|
|
5020
5742
|
|
|
@@ -5036,7 +5758,7 @@ class ActionsClient:
|
|
|
5036
5758
|
owner: str,
|
|
5037
5759
|
repo: str,
|
|
5038
5760
|
*,
|
|
5039
|
-
headers: Optional[
|
|
5761
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5040
5762
|
) -> Response[ActionsRepositoryPermissions, ActionsRepositoryPermissionsType]:
|
|
5041
5763
|
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository"""
|
|
5042
5764
|
|
|
@@ -5059,7 +5781,7 @@ class ActionsClient:
|
|
|
5059
5781
|
owner: str,
|
|
5060
5782
|
repo: str,
|
|
5061
5783
|
*,
|
|
5062
|
-
headers: Optional[
|
|
5784
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5063
5785
|
data: ReposOwnerRepoActionsPermissionsPutBodyType,
|
|
5064
5786
|
) -> Response: ...
|
|
5065
5787
|
|
|
@@ -5070,7 +5792,7 @@ class ActionsClient:
|
|
|
5070
5792
|
repo: str,
|
|
5071
5793
|
*,
|
|
5072
5794
|
data: UnsetType = UNSET,
|
|
5073
|
-
headers: Optional[
|
|
5795
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5074
5796
|
enabled: bool,
|
|
5075
5797
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
5076
5798
|
) -> Response: ...
|
|
@@ -5080,7 +5802,7 @@ class ActionsClient:
|
|
|
5080
5802
|
owner: str,
|
|
5081
5803
|
repo: str,
|
|
5082
5804
|
*,
|
|
5083
|
-
headers: Optional[
|
|
5805
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5084
5806
|
data: Missing[ReposOwnerRepoActionsPermissionsPutBodyType] = UNSET,
|
|
5085
5807
|
**kwargs,
|
|
5086
5808
|
) -> Response:
|
|
@@ -5114,7 +5836,7 @@ class ActionsClient:
|
|
|
5114
5836
|
owner: str,
|
|
5115
5837
|
repo: str,
|
|
5116
5838
|
*,
|
|
5117
|
-
headers: Optional[
|
|
5839
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5118
5840
|
data: ReposOwnerRepoActionsPermissionsPutBodyType,
|
|
5119
5841
|
) -> Response: ...
|
|
5120
5842
|
|
|
@@ -5125,7 +5847,7 @@ class ActionsClient:
|
|
|
5125
5847
|
repo: str,
|
|
5126
5848
|
*,
|
|
5127
5849
|
data: UnsetType = UNSET,
|
|
5128
|
-
headers: Optional[
|
|
5850
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5129
5851
|
enabled: bool,
|
|
5130
5852
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
5131
5853
|
) -> Response: ...
|
|
@@ -5135,7 +5857,7 @@ class ActionsClient:
|
|
|
5135
5857
|
owner: str,
|
|
5136
5858
|
repo: str,
|
|
5137
5859
|
*,
|
|
5138
|
-
headers: Optional[
|
|
5860
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5139
5861
|
data: Missing[ReposOwnerRepoActionsPermissionsPutBodyType] = UNSET,
|
|
5140
5862
|
**kwargs,
|
|
5141
5863
|
) -> Response:
|
|
@@ -5168,7 +5890,7 @@ class ActionsClient:
|
|
|
5168
5890
|
owner: str,
|
|
5169
5891
|
repo: str,
|
|
5170
5892
|
*,
|
|
5171
|
-
headers: Optional[
|
|
5893
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5172
5894
|
) -> Response[
|
|
5173
5895
|
ActionsWorkflowAccessToRepository, ActionsWorkflowAccessToRepositoryType
|
|
5174
5896
|
]:
|
|
@@ -5192,7 +5914,7 @@ class ActionsClient:
|
|
|
5192
5914
|
owner: str,
|
|
5193
5915
|
repo: str,
|
|
5194
5916
|
*,
|
|
5195
|
-
headers: Optional[
|
|
5917
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5196
5918
|
) -> Response[
|
|
5197
5919
|
ActionsWorkflowAccessToRepository, ActionsWorkflowAccessToRepositoryType
|
|
5198
5920
|
]:
|
|
@@ -5217,7 +5939,7 @@ class ActionsClient:
|
|
|
5217
5939
|
owner: str,
|
|
5218
5940
|
repo: str,
|
|
5219
5941
|
*,
|
|
5220
|
-
headers: Optional[
|
|
5942
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5221
5943
|
data: ActionsWorkflowAccessToRepositoryType,
|
|
5222
5944
|
) -> Response: ...
|
|
5223
5945
|
|
|
@@ -5228,7 +5950,7 @@ class ActionsClient:
|
|
|
5228
5950
|
repo: str,
|
|
5229
5951
|
*,
|
|
5230
5952
|
data: UnsetType = UNSET,
|
|
5231
|
-
headers: Optional[
|
|
5953
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5232
5954
|
access_level: Literal["none", "user", "organization"],
|
|
5233
5955
|
) -> Response: ...
|
|
5234
5956
|
|
|
@@ -5237,7 +5959,7 @@ class ActionsClient:
|
|
|
5237
5959
|
owner: str,
|
|
5238
5960
|
repo: str,
|
|
5239
5961
|
*,
|
|
5240
|
-
headers: Optional[
|
|
5962
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5241
5963
|
data: Missing[ActionsWorkflowAccessToRepositoryType] = UNSET,
|
|
5242
5964
|
**kwargs,
|
|
5243
5965
|
) -> Response:
|
|
@@ -5271,7 +5993,7 @@ class ActionsClient:
|
|
|
5271
5993
|
owner: str,
|
|
5272
5994
|
repo: str,
|
|
5273
5995
|
*,
|
|
5274
|
-
headers: Optional[
|
|
5996
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5275
5997
|
data: ActionsWorkflowAccessToRepositoryType,
|
|
5276
5998
|
) -> Response: ...
|
|
5277
5999
|
|
|
@@ -5282,7 +6004,7 @@ class ActionsClient:
|
|
|
5282
6004
|
repo: str,
|
|
5283
6005
|
*,
|
|
5284
6006
|
data: UnsetType = UNSET,
|
|
5285
|
-
headers: Optional[
|
|
6007
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5286
6008
|
access_level: Literal["none", "user", "organization"],
|
|
5287
6009
|
) -> Response: ...
|
|
5288
6010
|
|
|
@@ -5291,7 +6013,7 @@ class ActionsClient:
|
|
|
5291
6013
|
owner: str,
|
|
5292
6014
|
repo: str,
|
|
5293
6015
|
*,
|
|
5294
|
-
headers: Optional[
|
|
6016
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5295
6017
|
data: Missing[ActionsWorkflowAccessToRepositoryType] = UNSET,
|
|
5296
6018
|
**kwargs,
|
|
5297
6019
|
) -> Response:
|
|
@@ -5324,7 +6046,7 @@ class ActionsClient:
|
|
|
5324
6046
|
owner: str,
|
|
5325
6047
|
repo: str,
|
|
5326
6048
|
*,
|
|
5327
|
-
headers: Optional[
|
|
6049
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5328
6050
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
5329
6051
|
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
5330
6052
|
|
|
@@ -5346,7 +6068,7 @@ class ActionsClient:
|
|
|
5346
6068
|
owner: str,
|
|
5347
6069
|
repo: str,
|
|
5348
6070
|
*,
|
|
5349
|
-
headers: Optional[
|
|
6071
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5350
6072
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
5351
6073
|
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
5352
6074
|
|
|
@@ -5369,7 +6091,7 @@ class ActionsClient:
|
|
|
5369
6091
|
owner: str,
|
|
5370
6092
|
repo: str,
|
|
5371
6093
|
*,
|
|
5372
|
-
headers: Optional[
|
|
6094
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5373
6095
|
data: Missing[SelectedActionsType] = UNSET,
|
|
5374
6096
|
) -> Response: ...
|
|
5375
6097
|
|
|
@@ -5380,7 +6102,7 @@ class ActionsClient:
|
|
|
5380
6102
|
repo: str,
|
|
5381
6103
|
*,
|
|
5382
6104
|
data: UnsetType = UNSET,
|
|
5383
|
-
headers: Optional[
|
|
6105
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5384
6106
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
5385
6107
|
verified_allowed: Missing[bool] = UNSET,
|
|
5386
6108
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -5391,7 +6113,7 @@ class ActionsClient:
|
|
|
5391
6113
|
owner: str,
|
|
5392
6114
|
repo: str,
|
|
5393
6115
|
*,
|
|
5394
|
-
headers: Optional[
|
|
6116
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5395
6117
|
data: Missing[SelectedActionsType] = UNSET,
|
|
5396
6118
|
**kwargs,
|
|
5397
6119
|
) -> Response:
|
|
@@ -5425,7 +6147,7 @@ class ActionsClient:
|
|
|
5425
6147
|
owner: str,
|
|
5426
6148
|
repo: str,
|
|
5427
6149
|
*,
|
|
5428
|
-
headers: Optional[
|
|
6150
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5429
6151
|
data: Missing[SelectedActionsType] = UNSET,
|
|
5430
6152
|
) -> Response: ...
|
|
5431
6153
|
|
|
@@ -5436,7 +6158,7 @@ class ActionsClient:
|
|
|
5436
6158
|
repo: str,
|
|
5437
6159
|
*,
|
|
5438
6160
|
data: UnsetType = UNSET,
|
|
5439
|
-
headers: Optional[
|
|
6161
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5440
6162
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
5441
6163
|
verified_allowed: Missing[bool] = UNSET,
|
|
5442
6164
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -5447,7 +6169,7 @@ class ActionsClient:
|
|
|
5447
6169
|
owner: str,
|
|
5448
6170
|
repo: str,
|
|
5449
6171
|
*,
|
|
5450
|
-
headers: Optional[
|
|
6172
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5451
6173
|
data: Missing[SelectedActionsType] = UNSET,
|
|
5452
6174
|
**kwargs,
|
|
5453
6175
|
) -> Response:
|
|
@@ -5480,7 +6202,7 @@ class ActionsClient:
|
|
|
5480
6202
|
owner: str,
|
|
5481
6203
|
repo: str,
|
|
5482
6204
|
*,
|
|
5483
|
-
headers: Optional[
|
|
6205
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5484
6206
|
) -> Response[
|
|
5485
6207
|
ActionsGetDefaultWorkflowPermissions, ActionsGetDefaultWorkflowPermissionsType
|
|
5486
6208
|
]:
|
|
@@ -5504,7 +6226,7 @@ class ActionsClient:
|
|
|
5504
6226
|
owner: str,
|
|
5505
6227
|
repo: str,
|
|
5506
6228
|
*,
|
|
5507
|
-
headers: Optional[
|
|
6229
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5508
6230
|
) -> Response[
|
|
5509
6231
|
ActionsGetDefaultWorkflowPermissions, ActionsGetDefaultWorkflowPermissionsType
|
|
5510
6232
|
]:
|
|
@@ -5529,7 +6251,7 @@ class ActionsClient:
|
|
|
5529
6251
|
owner: str,
|
|
5530
6252
|
repo: str,
|
|
5531
6253
|
*,
|
|
5532
|
-
headers: Optional[
|
|
6254
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5533
6255
|
data: ActionsSetDefaultWorkflowPermissionsType,
|
|
5534
6256
|
) -> Response: ...
|
|
5535
6257
|
|
|
@@ -5540,7 +6262,7 @@ class ActionsClient:
|
|
|
5540
6262
|
repo: str,
|
|
5541
6263
|
*,
|
|
5542
6264
|
data: UnsetType = UNSET,
|
|
5543
|
-
headers: Optional[
|
|
6265
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5544
6266
|
default_workflow_permissions: Missing[Literal["read", "write"]] = UNSET,
|
|
5545
6267
|
can_approve_pull_request_reviews: Missing[bool] = UNSET,
|
|
5546
6268
|
) -> Response: ...
|
|
@@ -5550,7 +6272,7 @@ class ActionsClient:
|
|
|
5550
6272
|
owner: str,
|
|
5551
6273
|
repo: str,
|
|
5552
6274
|
*,
|
|
5553
|
-
headers: Optional[
|
|
6275
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5554
6276
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
5555
6277
|
**kwargs,
|
|
5556
6278
|
) -> Response:
|
|
@@ -5585,7 +6307,7 @@ class ActionsClient:
|
|
|
5585
6307
|
owner: str,
|
|
5586
6308
|
repo: str,
|
|
5587
6309
|
*,
|
|
5588
|
-
headers: Optional[
|
|
6310
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5589
6311
|
data: ActionsSetDefaultWorkflowPermissionsType,
|
|
5590
6312
|
) -> Response: ...
|
|
5591
6313
|
|
|
@@ -5596,7 +6318,7 @@ class ActionsClient:
|
|
|
5596
6318
|
repo: str,
|
|
5597
6319
|
*,
|
|
5598
6320
|
data: UnsetType = UNSET,
|
|
5599
|
-
headers: Optional[
|
|
6321
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5600
6322
|
default_workflow_permissions: Missing[Literal["read", "write"]] = UNSET,
|
|
5601
6323
|
can_approve_pull_request_reviews: Missing[bool] = UNSET,
|
|
5602
6324
|
) -> Response: ...
|
|
@@ -5606,7 +6328,7 @@ class ActionsClient:
|
|
|
5606
6328
|
owner: str,
|
|
5607
6329
|
repo: str,
|
|
5608
6330
|
*,
|
|
5609
|
-
headers: Optional[
|
|
6331
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5610
6332
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
5611
6333
|
**kwargs,
|
|
5612
6334
|
) -> Response:
|
|
@@ -5643,7 +6365,7 @@ class ActionsClient:
|
|
|
5643
6365
|
name: Missing[str] = UNSET,
|
|
5644
6366
|
per_page: Missing[int] = UNSET,
|
|
5645
6367
|
page: Missing[int] = UNSET,
|
|
5646
|
-
headers: Optional[
|
|
6368
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5647
6369
|
) -> Response[
|
|
5648
6370
|
ReposOwnerRepoActionsRunnersGetResponse200,
|
|
5649
6371
|
ReposOwnerRepoActionsRunnersGetResponse200Type,
|
|
@@ -5678,7 +6400,7 @@ class ActionsClient:
|
|
|
5678
6400
|
name: Missing[str] = UNSET,
|
|
5679
6401
|
per_page: Missing[int] = UNSET,
|
|
5680
6402
|
page: Missing[int] = UNSET,
|
|
5681
|
-
headers: Optional[
|
|
6403
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5682
6404
|
) -> Response[
|
|
5683
6405
|
ReposOwnerRepoActionsRunnersGetResponse200,
|
|
5684
6406
|
ReposOwnerRepoActionsRunnersGetResponse200Type,
|
|
@@ -5710,7 +6432,7 @@ class ActionsClient:
|
|
|
5710
6432
|
owner: str,
|
|
5711
6433
|
repo: str,
|
|
5712
6434
|
*,
|
|
5713
|
-
headers: Optional[
|
|
6435
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5714
6436
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
5715
6437
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository"""
|
|
5716
6438
|
|
|
@@ -5732,7 +6454,7 @@ class ActionsClient:
|
|
|
5732
6454
|
owner: str,
|
|
5733
6455
|
repo: str,
|
|
5734
6456
|
*,
|
|
5735
|
-
headers: Optional[
|
|
6457
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5736
6458
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
5737
6459
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository"""
|
|
5738
6460
|
|
|
@@ -5755,7 +6477,7 @@ class ActionsClient:
|
|
|
5755
6477
|
owner: str,
|
|
5756
6478
|
repo: str,
|
|
5757
6479
|
*,
|
|
5758
|
-
headers: Optional[
|
|
6480
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5759
6481
|
data: ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType,
|
|
5760
6482
|
) -> Response[
|
|
5761
6483
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
@@ -5769,7 +6491,7 @@ class ActionsClient:
|
|
|
5769
6491
|
repo: str,
|
|
5770
6492
|
*,
|
|
5771
6493
|
data: UnsetType = UNSET,
|
|
5772
|
-
headers: Optional[
|
|
6494
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5773
6495
|
name: str,
|
|
5774
6496
|
runner_group_id: int,
|
|
5775
6497
|
labels: list[str],
|
|
@@ -5784,7 +6506,7 @@ class ActionsClient:
|
|
|
5784
6506
|
owner: str,
|
|
5785
6507
|
repo: str,
|
|
5786
6508
|
*,
|
|
5787
|
-
headers: Optional[
|
|
6509
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5788
6510
|
data: Missing[
|
|
5789
6511
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType
|
|
5790
6512
|
] = UNSET,
|
|
@@ -5835,7 +6557,7 @@ class ActionsClient:
|
|
|
5835
6557
|
owner: str,
|
|
5836
6558
|
repo: str,
|
|
5837
6559
|
*,
|
|
5838
|
-
headers: Optional[
|
|
6560
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5839
6561
|
data: ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType,
|
|
5840
6562
|
) -> Response[
|
|
5841
6563
|
OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
|
|
@@ -5849,7 +6571,7 @@ class ActionsClient:
|
|
|
5849
6571
|
repo: str,
|
|
5850
6572
|
*,
|
|
5851
6573
|
data: UnsetType = UNSET,
|
|
5852
|
-
headers: Optional[
|
|
6574
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5853
6575
|
name: str,
|
|
5854
6576
|
runner_group_id: int,
|
|
5855
6577
|
labels: list[str],
|
|
@@ -5864,7 +6586,7 @@ class ActionsClient:
|
|
|
5864
6586
|
owner: str,
|
|
5865
6587
|
repo: str,
|
|
5866
6588
|
*,
|
|
5867
|
-
headers: Optional[
|
|
6589
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5868
6590
|
data: Missing[
|
|
5869
6591
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType
|
|
5870
6592
|
] = UNSET,
|
|
@@ -5914,7 +6636,7 @@ class ActionsClient:
|
|
|
5914
6636
|
owner: str,
|
|
5915
6637
|
repo: str,
|
|
5916
6638
|
*,
|
|
5917
|
-
headers: Optional[
|
|
6639
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5918
6640
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
5919
6641
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository"""
|
|
5920
6642
|
|
|
@@ -5936,7 +6658,7 @@ class ActionsClient:
|
|
|
5936
6658
|
owner: str,
|
|
5937
6659
|
repo: str,
|
|
5938
6660
|
*,
|
|
5939
|
-
headers: Optional[
|
|
6661
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5940
6662
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
5941
6663
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository"""
|
|
5942
6664
|
|
|
@@ -5958,7 +6680,7 @@ class ActionsClient:
|
|
|
5958
6680
|
owner: str,
|
|
5959
6681
|
repo: str,
|
|
5960
6682
|
*,
|
|
5961
|
-
headers: Optional[
|
|
6683
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5962
6684
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
5963
6685
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository"""
|
|
5964
6686
|
|
|
@@ -5980,7 +6702,7 @@ class ActionsClient:
|
|
|
5980
6702
|
owner: str,
|
|
5981
6703
|
repo: str,
|
|
5982
6704
|
*,
|
|
5983
|
-
headers: Optional[
|
|
6705
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5984
6706
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
5985
6707
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository"""
|
|
5986
6708
|
|
|
@@ -6003,7 +6725,7 @@ class ActionsClient:
|
|
|
6003
6725
|
repo: str,
|
|
6004
6726
|
runner_id: int,
|
|
6005
6727
|
*,
|
|
6006
|
-
headers: Optional[
|
|
6728
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6007
6729
|
) -> Response[Runner, RunnerType]:
|
|
6008
6730
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository"""
|
|
6009
6731
|
|
|
@@ -6026,7 +6748,7 @@ class ActionsClient:
|
|
|
6026
6748
|
repo: str,
|
|
6027
6749
|
runner_id: int,
|
|
6028
6750
|
*,
|
|
6029
|
-
headers: Optional[
|
|
6751
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6030
6752
|
) -> Response[Runner, RunnerType]:
|
|
6031
6753
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository"""
|
|
6032
6754
|
|
|
@@ -6049,7 +6771,7 @@ class ActionsClient:
|
|
|
6049
6771
|
repo: str,
|
|
6050
6772
|
runner_id: int,
|
|
6051
6773
|
*,
|
|
6052
|
-
headers: Optional[
|
|
6774
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6053
6775
|
) -> Response:
|
|
6054
6776
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository"""
|
|
6055
6777
|
|
|
@@ -6069,7 +6791,7 @@ class ActionsClient:
|
|
|
6069
6791
|
repo: str,
|
|
6070
6792
|
runner_id: int,
|
|
6071
6793
|
*,
|
|
6072
|
-
headers: Optional[
|
|
6794
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6073
6795
|
) -> Response:
|
|
6074
6796
|
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository"""
|
|
6075
6797
|
|
|
@@ -6089,7 +6811,7 @@ class ActionsClient:
|
|
|
6089
6811
|
repo: str,
|
|
6090
6812
|
runner_id: int,
|
|
6091
6813
|
*,
|
|
6092
|
-
headers: Optional[
|
|
6814
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6093
6815
|
) -> Response[
|
|
6094
6816
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
6095
6817
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -6121,7 +6843,7 @@ class ActionsClient:
|
|
|
6121
6843
|
repo: str,
|
|
6122
6844
|
runner_id: int,
|
|
6123
6845
|
*,
|
|
6124
|
-
headers: Optional[
|
|
6846
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6125
6847
|
) -> Response[
|
|
6126
6848
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
6127
6849
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -6154,7 +6876,7 @@ class ActionsClient:
|
|
|
6154
6876
|
repo: str,
|
|
6155
6877
|
runner_id: int,
|
|
6156
6878
|
*,
|
|
6157
|
-
headers: Optional[
|
|
6879
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6158
6880
|
data: ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType,
|
|
6159
6881
|
) -> Response[
|
|
6160
6882
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6169,7 +6891,7 @@ class ActionsClient:
|
|
|
6169
6891
|
runner_id: int,
|
|
6170
6892
|
*,
|
|
6171
6893
|
data: UnsetType = UNSET,
|
|
6172
|
-
headers: Optional[
|
|
6894
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6173
6895
|
labels: list[str],
|
|
6174
6896
|
) -> Response[
|
|
6175
6897
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6182,7 +6904,7 @@ class ActionsClient:
|
|
|
6182
6904
|
repo: str,
|
|
6183
6905
|
runner_id: int,
|
|
6184
6906
|
*,
|
|
6185
|
-
headers: Optional[
|
|
6907
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6186
6908
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
6187
6909
|
**kwargs,
|
|
6188
6910
|
) -> Response[
|
|
@@ -6232,7 +6954,7 @@ class ActionsClient:
|
|
|
6232
6954
|
repo: str,
|
|
6233
6955
|
runner_id: int,
|
|
6234
6956
|
*,
|
|
6235
|
-
headers: Optional[
|
|
6957
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6236
6958
|
data: ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType,
|
|
6237
6959
|
) -> Response[
|
|
6238
6960
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6247,7 +6969,7 @@ class ActionsClient:
|
|
|
6247
6969
|
runner_id: int,
|
|
6248
6970
|
*,
|
|
6249
6971
|
data: UnsetType = UNSET,
|
|
6250
|
-
headers: Optional[
|
|
6972
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6251
6973
|
labels: list[str],
|
|
6252
6974
|
) -> Response[
|
|
6253
6975
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6260,7 +6982,7 @@ class ActionsClient:
|
|
|
6260
6982
|
repo: str,
|
|
6261
6983
|
runner_id: int,
|
|
6262
6984
|
*,
|
|
6263
|
-
headers: Optional[
|
|
6985
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6264
6986
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
6265
6987
|
**kwargs,
|
|
6266
6988
|
) -> Response[
|
|
@@ -6310,7 +7032,7 @@ class ActionsClient:
|
|
|
6310
7032
|
repo: str,
|
|
6311
7033
|
runner_id: int,
|
|
6312
7034
|
*,
|
|
6313
|
-
headers: Optional[
|
|
7035
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6314
7036
|
data: ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType,
|
|
6315
7037
|
) -> Response[
|
|
6316
7038
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6325,7 +7047,7 @@ class ActionsClient:
|
|
|
6325
7047
|
runner_id: int,
|
|
6326
7048
|
*,
|
|
6327
7049
|
data: UnsetType = UNSET,
|
|
6328
|
-
headers: Optional[
|
|
7050
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6329
7051
|
labels: list[str],
|
|
6330
7052
|
) -> Response[
|
|
6331
7053
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6338,7 +7060,7 @@ class ActionsClient:
|
|
|
6338
7060
|
repo: str,
|
|
6339
7061
|
runner_id: int,
|
|
6340
7062
|
*,
|
|
6341
|
-
headers: Optional[
|
|
7063
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6342
7064
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
6343
7065
|
**kwargs,
|
|
6344
7066
|
) -> Response[
|
|
@@ -6388,7 +7110,7 @@ class ActionsClient:
|
|
|
6388
7110
|
repo: str,
|
|
6389
7111
|
runner_id: int,
|
|
6390
7112
|
*,
|
|
6391
|
-
headers: Optional[
|
|
7113
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6392
7114
|
data: ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType,
|
|
6393
7115
|
) -> Response[
|
|
6394
7116
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6403,7 +7125,7 @@ class ActionsClient:
|
|
|
6403
7125
|
runner_id: int,
|
|
6404
7126
|
*,
|
|
6405
7127
|
data: UnsetType = UNSET,
|
|
6406
|
-
headers: Optional[
|
|
7128
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6407
7129
|
labels: list[str],
|
|
6408
7130
|
) -> Response[
|
|
6409
7131
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -6416,7 +7138,7 @@ class ActionsClient:
|
|
|
6416
7138
|
repo: str,
|
|
6417
7139
|
runner_id: int,
|
|
6418
7140
|
*,
|
|
6419
|
-
headers: Optional[
|
|
7141
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6420
7142
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
6421
7143
|
**kwargs,
|
|
6422
7144
|
) -> Response[
|
|
@@ -6465,7 +7187,7 @@ class ActionsClient:
|
|
|
6465
7187
|
repo: str,
|
|
6466
7188
|
runner_id: int,
|
|
6467
7189
|
*,
|
|
6468
|
-
headers: Optional[
|
|
7190
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6469
7191
|
) -> Response[
|
|
6470
7192
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
6471
7193
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -6497,7 +7219,7 @@ class ActionsClient:
|
|
|
6497
7219
|
repo: str,
|
|
6498
7220
|
runner_id: int,
|
|
6499
7221
|
*,
|
|
6500
|
-
headers: Optional[
|
|
7222
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6501
7223
|
) -> Response[
|
|
6502
7224
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
6503
7225
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -6530,7 +7252,7 @@ class ActionsClient:
|
|
|
6530
7252
|
runner_id: int,
|
|
6531
7253
|
name: str,
|
|
6532
7254
|
*,
|
|
6533
|
-
headers: Optional[
|
|
7255
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6534
7256
|
) -> Response[
|
|
6535
7257
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
6536
7258
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -6565,7 +7287,7 @@ class ActionsClient:
|
|
|
6565
7287
|
runner_id: int,
|
|
6566
7288
|
name: str,
|
|
6567
7289
|
*,
|
|
6568
|
-
headers: Optional[
|
|
7290
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6569
7291
|
) -> Response[
|
|
6570
7292
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
6571
7293
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -6625,7 +7347,7 @@ class ActionsClient:
|
|
|
6625
7347
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
6626
7348
|
check_suite_id: Missing[int] = UNSET,
|
|
6627
7349
|
head_sha: Missing[str] = UNSET,
|
|
6628
|
-
headers: Optional[
|
|
7350
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6629
7351
|
) -> Response[
|
|
6630
7352
|
ReposOwnerRepoActionsRunsGetResponse200,
|
|
6631
7353
|
ReposOwnerRepoActionsRunsGetResponse200Type,
|
|
@@ -6691,7 +7413,7 @@ class ActionsClient:
|
|
|
6691
7413
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
6692
7414
|
check_suite_id: Missing[int] = UNSET,
|
|
6693
7415
|
head_sha: Missing[str] = UNSET,
|
|
6694
|
-
headers: Optional[
|
|
7416
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6695
7417
|
) -> Response[
|
|
6696
7418
|
ReposOwnerRepoActionsRunsGetResponse200,
|
|
6697
7419
|
ReposOwnerRepoActionsRunsGetResponse200Type,
|
|
@@ -6732,7 +7454,7 @@ class ActionsClient:
|
|
|
6732
7454
|
run_id: int,
|
|
6733
7455
|
*,
|
|
6734
7456
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
6735
|
-
headers: Optional[
|
|
7457
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6736
7458
|
) -> Response[WorkflowRun, WorkflowRunType]:
|
|
6737
7459
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run"""
|
|
6738
7460
|
|
|
@@ -6761,7 +7483,7 @@ class ActionsClient:
|
|
|
6761
7483
|
run_id: int,
|
|
6762
7484
|
*,
|
|
6763
7485
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
6764
|
-
headers: Optional[
|
|
7486
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6765
7487
|
) -> Response[WorkflowRun, WorkflowRunType]:
|
|
6766
7488
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run"""
|
|
6767
7489
|
|
|
@@ -6789,7 +7511,7 @@ class ActionsClient:
|
|
|
6789
7511
|
repo: str,
|
|
6790
7512
|
run_id: int,
|
|
6791
7513
|
*,
|
|
6792
|
-
headers: Optional[
|
|
7514
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6793
7515
|
) -> Response:
|
|
6794
7516
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run"""
|
|
6795
7517
|
|
|
@@ -6809,7 +7531,7 @@ class ActionsClient:
|
|
|
6809
7531
|
repo: str,
|
|
6810
7532
|
run_id: int,
|
|
6811
7533
|
*,
|
|
6812
|
-
headers: Optional[
|
|
7534
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6813
7535
|
) -> Response:
|
|
6814
7536
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run"""
|
|
6815
7537
|
|
|
@@ -6829,7 +7551,7 @@ class ActionsClient:
|
|
|
6829
7551
|
repo: str,
|
|
6830
7552
|
run_id: int,
|
|
6831
7553
|
*,
|
|
6832
|
-
headers: Optional[
|
|
7554
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6833
7555
|
) -> Response[list[EnvironmentApprovals], list[EnvironmentApprovalsType]]:
|
|
6834
7556
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run"""
|
|
6835
7557
|
|
|
@@ -6852,7 +7574,7 @@ class ActionsClient:
|
|
|
6852
7574
|
repo: str,
|
|
6853
7575
|
run_id: int,
|
|
6854
7576
|
*,
|
|
6855
|
-
headers: Optional[
|
|
7577
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6856
7578
|
) -> Response[list[EnvironmentApprovals], list[EnvironmentApprovalsType]]:
|
|
6857
7579
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run"""
|
|
6858
7580
|
|
|
@@ -6875,7 +7597,7 @@ class ActionsClient:
|
|
|
6875
7597
|
repo: str,
|
|
6876
7598
|
run_id: int,
|
|
6877
7599
|
*,
|
|
6878
|
-
headers: Optional[
|
|
7600
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6879
7601
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
6880
7602
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request"""
|
|
6881
7603
|
|
|
@@ -6902,7 +7624,7 @@ class ActionsClient:
|
|
|
6902
7624
|
repo: str,
|
|
6903
7625
|
run_id: int,
|
|
6904
7626
|
*,
|
|
6905
|
-
headers: Optional[
|
|
7627
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6906
7628
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
6907
7629
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request"""
|
|
6908
7630
|
|
|
@@ -6932,7 +7654,7 @@ class ActionsClient:
|
|
|
6932
7654
|
per_page: Missing[int] = UNSET,
|
|
6933
7655
|
page: Missing[int] = UNSET,
|
|
6934
7656
|
name: Missing[str] = UNSET,
|
|
6935
|
-
headers: Optional[
|
|
7657
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6936
7658
|
) -> Response[
|
|
6937
7659
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200,
|
|
6938
7660
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type,
|
|
@@ -6968,7 +7690,7 @@ class ActionsClient:
|
|
|
6968
7690
|
per_page: Missing[int] = UNSET,
|
|
6969
7691
|
page: Missing[int] = UNSET,
|
|
6970
7692
|
name: Missing[str] = UNSET,
|
|
6971
|
-
headers: Optional[
|
|
7693
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6972
7694
|
) -> Response[
|
|
6973
7695
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200,
|
|
6974
7696
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type,
|
|
@@ -7003,7 +7725,7 @@ class ActionsClient:
|
|
|
7003
7725
|
attempt_number: int,
|
|
7004
7726
|
*,
|
|
7005
7727
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
7006
|
-
headers: Optional[
|
|
7728
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7007
7729
|
) -> Response[WorkflowRun, WorkflowRunType]:
|
|
7008
7730
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt"""
|
|
7009
7731
|
|
|
@@ -7033,7 +7755,7 @@ class ActionsClient:
|
|
|
7033
7755
|
attempt_number: int,
|
|
7034
7756
|
*,
|
|
7035
7757
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
7036
|
-
headers: Optional[
|
|
7758
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7037
7759
|
) -> Response[WorkflowRun, WorkflowRunType]:
|
|
7038
7760
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt"""
|
|
7039
7761
|
|
|
@@ -7064,7 +7786,7 @@ class ActionsClient:
|
|
|
7064
7786
|
*,
|
|
7065
7787
|
per_page: Missing[int] = UNSET,
|
|
7066
7788
|
page: Missing[int] = UNSET,
|
|
7067
|
-
headers: Optional[
|
|
7789
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7068
7790
|
) -> Response[
|
|
7069
7791
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
7070
7792
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type,
|
|
@@ -7105,7 +7827,7 @@ class ActionsClient:
|
|
|
7105
7827
|
*,
|
|
7106
7828
|
per_page: Missing[int] = UNSET,
|
|
7107
7829
|
page: Missing[int] = UNSET,
|
|
7108
|
-
headers: Optional[
|
|
7830
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7109
7831
|
) -> Response[
|
|
7110
7832
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
7111
7833
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type,
|
|
@@ -7144,7 +7866,7 @@ class ActionsClient:
|
|
|
7144
7866
|
run_id: int,
|
|
7145
7867
|
attempt_number: int,
|
|
7146
7868
|
*,
|
|
7147
|
-
headers: Optional[
|
|
7869
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7148
7870
|
) -> Response:
|
|
7149
7871
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs"""
|
|
7150
7872
|
|
|
@@ -7165,7 +7887,7 @@ class ActionsClient:
|
|
|
7165
7887
|
run_id: int,
|
|
7166
7888
|
attempt_number: int,
|
|
7167
7889
|
*,
|
|
7168
|
-
headers: Optional[
|
|
7890
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7169
7891
|
) -> Response:
|
|
7170
7892
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs"""
|
|
7171
7893
|
|
|
@@ -7185,7 +7907,7 @@ class ActionsClient:
|
|
|
7185
7907
|
repo: str,
|
|
7186
7908
|
run_id: int,
|
|
7187
7909
|
*,
|
|
7188
|
-
headers: Optional[
|
|
7910
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7189
7911
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
7190
7912
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run"""
|
|
7191
7913
|
|
|
@@ -7211,7 +7933,7 @@ class ActionsClient:
|
|
|
7211
7933
|
repo: str,
|
|
7212
7934
|
run_id: int,
|
|
7213
7935
|
*,
|
|
7214
|
-
headers: Optional[
|
|
7936
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7215
7937
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
7216
7938
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run"""
|
|
7217
7939
|
|
|
@@ -7238,7 +7960,7 @@ class ActionsClient:
|
|
|
7238
7960
|
repo: str,
|
|
7239
7961
|
run_id: int,
|
|
7240
7962
|
*,
|
|
7241
|
-
headers: Optional[
|
|
7963
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7242
7964
|
data: Union[
|
|
7243
7965
|
ReviewCustomGatesCommentRequiredType, ReviewCustomGatesStateRequiredType
|
|
7244
7966
|
],
|
|
@@ -7252,7 +7974,7 @@ class ActionsClient:
|
|
|
7252
7974
|
run_id: int,
|
|
7253
7975
|
*,
|
|
7254
7976
|
data: UnsetType = UNSET,
|
|
7255
|
-
headers: Optional[
|
|
7977
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7256
7978
|
environment_name: str,
|
|
7257
7979
|
comment: str,
|
|
7258
7980
|
) -> Response: ...
|
|
@@ -7265,7 +7987,7 @@ class ActionsClient:
|
|
|
7265
7987
|
run_id: int,
|
|
7266
7988
|
*,
|
|
7267
7989
|
data: UnsetType = UNSET,
|
|
7268
|
-
headers: Optional[
|
|
7990
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7269
7991
|
environment_name: str,
|
|
7270
7992
|
state: Literal["approved", "rejected"],
|
|
7271
7993
|
comment: Missing[str] = UNSET,
|
|
@@ -7277,7 +7999,7 @@ class ActionsClient:
|
|
|
7277
7999
|
repo: str,
|
|
7278
8000
|
run_id: int,
|
|
7279
8001
|
*,
|
|
7280
|
-
headers: Optional[
|
|
8002
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7281
8003
|
data: Missing[
|
|
7282
8004
|
Union[
|
|
7283
8005
|
ReviewCustomGatesCommentRequiredType, ReviewCustomGatesStateRequiredType
|
|
@@ -7324,7 +8046,7 @@ class ActionsClient:
|
|
|
7324
8046
|
repo: str,
|
|
7325
8047
|
run_id: int,
|
|
7326
8048
|
*,
|
|
7327
|
-
headers: Optional[
|
|
8049
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7328
8050
|
data: Union[
|
|
7329
8051
|
ReviewCustomGatesCommentRequiredType, ReviewCustomGatesStateRequiredType
|
|
7330
8052
|
],
|
|
@@ -7338,7 +8060,7 @@ class ActionsClient:
|
|
|
7338
8060
|
run_id: int,
|
|
7339
8061
|
*,
|
|
7340
8062
|
data: UnsetType = UNSET,
|
|
7341
|
-
headers: Optional[
|
|
8063
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7342
8064
|
environment_name: str,
|
|
7343
8065
|
comment: str,
|
|
7344
8066
|
) -> Response: ...
|
|
@@ -7351,7 +8073,7 @@ class ActionsClient:
|
|
|
7351
8073
|
run_id: int,
|
|
7352
8074
|
*,
|
|
7353
8075
|
data: UnsetType = UNSET,
|
|
7354
|
-
headers: Optional[
|
|
8076
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7355
8077
|
environment_name: str,
|
|
7356
8078
|
state: Literal["approved", "rejected"],
|
|
7357
8079
|
comment: Missing[str] = UNSET,
|
|
@@ -7363,7 +8085,7 @@ class ActionsClient:
|
|
|
7363
8085
|
repo: str,
|
|
7364
8086
|
run_id: int,
|
|
7365
8087
|
*,
|
|
7366
|
-
headers: Optional[
|
|
8088
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7367
8089
|
data: Missing[
|
|
7368
8090
|
Union[
|
|
7369
8091
|
ReviewCustomGatesCommentRequiredType, ReviewCustomGatesStateRequiredType
|
|
@@ -7409,7 +8131,7 @@ class ActionsClient:
|
|
|
7409
8131
|
repo: str,
|
|
7410
8132
|
run_id: int,
|
|
7411
8133
|
*,
|
|
7412
|
-
headers: Optional[
|
|
8134
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7413
8135
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
7414
8136
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run"""
|
|
7415
8137
|
|
|
@@ -7435,7 +8157,7 @@ class ActionsClient:
|
|
|
7435
8157
|
repo: str,
|
|
7436
8158
|
run_id: int,
|
|
7437
8159
|
*,
|
|
7438
|
-
headers: Optional[
|
|
8160
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7439
8161
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
7440
8162
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run"""
|
|
7441
8163
|
|
|
@@ -7464,7 +8186,7 @@ class ActionsClient:
|
|
|
7464
8186
|
filter_: Missing[Literal["latest", "all"]] = UNSET,
|
|
7465
8187
|
per_page: Missing[int] = UNSET,
|
|
7466
8188
|
page: Missing[int] = UNSET,
|
|
7467
|
-
headers: Optional[
|
|
8189
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7468
8190
|
) -> Response[
|
|
7469
8191
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200,
|
|
7470
8192
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type,
|
|
@@ -7500,7 +8222,7 @@ class ActionsClient:
|
|
|
7500
8222
|
filter_: Missing[Literal["latest", "all"]] = UNSET,
|
|
7501
8223
|
per_page: Missing[int] = UNSET,
|
|
7502
8224
|
page: Missing[int] = UNSET,
|
|
7503
|
-
headers: Optional[
|
|
8225
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7504
8226
|
) -> Response[
|
|
7505
8227
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200,
|
|
7506
8228
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type,
|
|
@@ -7533,7 +8255,7 @@ class ActionsClient:
|
|
|
7533
8255
|
repo: str,
|
|
7534
8256
|
run_id: int,
|
|
7535
8257
|
*,
|
|
7536
|
-
headers: Optional[
|
|
8258
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7537
8259
|
) -> Response:
|
|
7538
8260
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs"""
|
|
7539
8261
|
|
|
@@ -7553,7 +8275,7 @@ class ActionsClient:
|
|
|
7553
8275
|
repo: str,
|
|
7554
8276
|
run_id: int,
|
|
7555
8277
|
*,
|
|
7556
|
-
headers: Optional[
|
|
8278
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7557
8279
|
) -> Response:
|
|
7558
8280
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs"""
|
|
7559
8281
|
|
|
@@ -7573,7 +8295,7 @@ class ActionsClient:
|
|
|
7573
8295
|
repo: str,
|
|
7574
8296
|
run_id: int,
|
|
7575
8297
|
*,
|
|
7576
|
-
headers: Optional[
|
|
8298
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7577
8299
|
) -> Response:
|
|
7578
8300
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs"""
|
|
7579
8301
|
|
|
@@ -7599,7 +8321,7 @@ class ActionsClient:
|
|
|
7599
8321
|
repo: str,
|
|
7600
8322
|
run_id: int,
|
|
7601
8323
|
*,
|
|
7602
|
-
headers: Optional[
|
|
8324
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7603
8325
|
) -> Response:
|
|
7604
8326
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs"""
|
|
7605
8327
|
|
|
@@ -7625,7 +8347,7 @@ class ActionsClient:
|
|
|
7625
8347
|
repo: str,
|
|
7626
8348
|
run_id: int,
|
|
7627
8349
|
*,
|
|
7628
|
-
headers: Optional[
|
|
8350
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7629
8351
|
) -> Response[list[PendingDeployment], list[PendingDeploymentType]]:
|
|
7630
8352
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run"""
|
|
7631
8353
|
|
|
@@ -7648,7 +8370,7 @@ class ActionsClient:
|
|
|
7648
8370
|
repo: str,
|
|
7649
8371
|
run_id: int,
|
|
7650
8372
|
*,
|
|
7651
|
-
headers: Optional[
|
|
8373
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7652
8374
|
) -> Response[list[PendingDeployment], list[PendingDeploymentType]]:
|
|
7653
8375
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run"""
|
|
7654
8376
|
|
|
@@ -7672,7 +8394,7 @@ class ActionsClient:
|
|
|
7672
8394
|
repo: str,
|
|
7673
8395
|
run_id: int,
|
|
7674
8396
|
*,
|
|
7675
|
-
headers: Optional[
|
|
8397
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7676
8398
|
data: ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType,
|
|
7677
8399
|
) -> Response[list[Deployment], list[DeploymentType]]: ...
|
|
7678
8400
|
|
|
@@ -7684,7 +8406,7 @@ class ActionsClient:
|
|
|
7684
8406
|
run_id: int,
|
|
7685
8407
|
*,
|
|
7686
8408
|
data: UnsetType = UNSET,
|
|
7687
|
-
headers: Optional[
|
|
8409
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7688
8410
|
environment_ids: list[int],
|
|
7689
8411
|
state: Literal["approved", "rejected"],
|
|
7690
8412
|
comment: str,
|
|
@@ -7696,7 +8418,7 @@ class ActionsClient:
|
|
|
7696
8418
|
repo: str,
|
|
7697
8419
|
run_id: int,
|
|
7698
8420
|
*,
|
|
7699
|
-
headers: Optional[
|
|
8421
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7700
8422
|
data: Missing[
|
|
7701
8423
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType
|
|
7702
8424
|
] = UNSET,
|
|
@@ -7739,7 +8461,7 @@ class ActionsClient:
|
|
|
7739
8461
|
repo: str,
|
|
7740
8462
|
run_id: int,
|
|
7741
8463
|
*,
|
|
7742
|
-
headers: Optional[
|
|
8464
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7743
8465
|
data: ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType,
|
|
7744
8466
|
) -> Response[list[Deployment], list[DeploymentType]]: ...
|
|
7745
8467
|
|
|
@@ -7751,7 +8473,7 @@ class ActionsClient:
|
|
|
7751
8473
|
run_id: int,
|
|
7752
8474
|
*,
|
|
7753
8475
|
data: UnsetType = UNSET,
|
|
7754
|
-
headers: Optional[
|
|
8476
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7755
8477
|
environment_ids: list[int],
|
|
7756
8478
|
state: Literal["approved", "rejected"],
|
|
7757
8479
|
comment: str,
|
|
@@ -7763,7 +8485,7 @@ class ActionsClient:
|
|
|
7763
8485
|
repo: str,
|
|
7764
8486
|
run_id: int,
|
|
7765
8487
|
*,
|
|
7766
|
-
headers: Optional[
|
|
8488
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7767
8489
|
data: Missing[
|
|
7768
8490
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType
|
|
7769
8491
|
] = UNSET,
|
|
@@ -7806,7 +8528,7 @@ class ActionsClient:
|
|
|
7806
8528
|
repo: str,
|
|
7807
8529
|
run_id: int,
|
|
7808
8530
|
*,
|
|
7809
|
-
headers: Optional[
|
|
8531
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7810
8532
|
data: Missing[
|
|
7811
8533
|
Union[ReposOwnerRepoActionsRunsRunIdRerunPostBodyType, None]
|
|
7812
8534
|
] = UNSET,
|
|
@@ -7820,7 +8542,7 @@ class ActionsClient:
|
|
|
7820
8542
|
run_id: int,
|
|
7821
8543
|
*,
|
|
7822
8544
|
data: UnsetType = UNSET,
|
|
7823
|
-
headers: Optional[
|
|
8545
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7824
8546
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
7825
8547
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
7826
8548
|
|
|
@@ -7830,7 +8552,7 @@ class ActionsClient:
|
|
|
7830
8552
|
repo: str,
|
|
7831
8553
|
run_id: int,
|
|
7832
8554
|
*,
|
|
7833
|
-
headers: Optional[
|
|
8555
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7834
8556
|
data: Missing[
|
|
7835
8557
|
Union[ReposOwnerRepoActionsRunsRunIdRerunPostBodyType, None]
|
|
7836
8558
|
] = UNSET,
|
|
@@ -7872,7 +8594,7 @@ class ActionsClient:
|
|
|
7872
8594
|
repo: str,
|
|
7873
8595
|
run_id: int,
|
|
7874
8596
|
*,
|
|
7875
|
-
headers: Optional[
|
|
8597
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7876
8598
|
data: Missing[
|
|
7877
8599
|
Union[ReposOwnerRepoActionsRunsRunIdRerunPostBodyType, None]
|
|
7878
8600
|
] = UNSET,
|
|
@@ -7886,7 +8608,7 @@ class ActionsClient:
|
|
|
7886
8608
|
run_id: int,
|
|
7887
8609
|
*,
|
|
7888
8610
|
data: UnsetType = UNSET,
|
|
7889
|
-
headers: Optional[
|
|
8611
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7890
8612
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
7891
8613
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
7892
8614
|
|
|
@@ -7896,7 +8618,7 @@ class ActionsClient:
|
|
|
7896
8618
|
repo: str,
|
|
7897
8619
|
run_id: int,
|
|
7898
8620
|
*,
|
|
7899
|
-
headers: Optional[
|
|
8621
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7900
8622
|
data: Missing[
|
|
7901
8623
|
Union[ReposOwnerRepoActionsRunsRunIdRerunPostBodyType, None]
|
|
7902
8624
|
] = UNSET,
|
|
@@ -7938,7 +8660,7 @@ class ActionsClient:
|
|
|
7938
8660
|
repo: str,
|
|
7939
8661
|
run_id: int,
|
|
7940
8662
|
*,
|
|
7941
|
-
headers: Optional[
|
|
8663
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7942
8664
|
data: Missing[
|
|
7943
8665
|
Union[ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType, None]
|
|
7944
8666
|
] = UNSET,
|
|
@@ -7952,7 +8674,7 @@ class ActionsClient:
|
|
|
7952
8674
|
run_id: int,
|
|
7953
8675
|
*,
|
|
7954
8676
|
data: UnsetType = UNSET,
|
|
7955
|
-
headers: Optional[
|
|
8677
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7956
8678
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
7957
8679
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
7958
8680
|
|
|
@@ -7962,7 +8684,7 @@ class ActionsClient:
|
|
|
7962
8684
|
repo: str,
|
|
7963
8685
|
run_id: int,
|
|
7964
8686
|
*,
|
|
7965
|
-
headers: Optional[
|
|
8687
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7966
8688
|
data: Missing[
|
|
7967
8689
|
Union[ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType, None]
|
|
7968
8690
|
] = UNSET,
|
|
@@ -8007,7 +8729,7 @@ class ActionsClient:
|
|
|
8007
8729
|
repo: str,
|
|
8008
8730
|
run_id: int,
|
|
8009
8731
|
*,
|
|
8010
|
-
headers: Optional[
|
|
8732
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8011
8733
|
data: Missing[
|
|
8012
8734
|
Union[ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType, None]
|
|
8013
8735
|
] = UNSET,
|
|
@@ -8021,7 +8743,7 @@ class ActionsClient:
|
|
|
8021
8743
|
run_id: int,
|
|
8022
8744
|
*,
|
|
8023
8745
|
data: UnsetType = UNSET,
|
|
8024
|
-
headers: Optional[
|
|
8746
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8025
8747
|
enable_debug_logging: Missing[bool] = UNSET,
|
|
8026
8748
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8027
8749
|
|
|
@@ -8031,7 +8753,7 @@ class ActionsClient:
|
|
|
8031
8753
|
repo: str,
|
|
8032
8754
|
run_id: int,
|
|
8033
8755
|
*,
|
|
8034
|
-
headers: Optional[
|
|
8756
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8035
8757
|
data: Missing[
|
|
8036
8758
|
Union[ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType, None]
|
|
8037
8759
|
] = UNSET,
|
|
@@ -8075,7 +8797,7 @@ class ActionsClient:
|
|
|
8075
8797
|
repo: str,
|
|
8076
8798
|
run_id: int,
|
|
8077
8799
|
*,
|
|
8078
|
-
headers: Optional[
|
|
8800
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8079
8801
|
) -> Response[WorkflowRunUsage, WorkflowRunUsageType]:
|
|
8080
8802
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage"""
|
|
8081
8803
|
|
|
@@ -8098,7 +8820,7 @@ class ActionsClient:
|
|
|
8098
8820
|
repo: str,
|
|
8099
8821
|
run_id: int,
|
|
8100
8822
|
*,
|
|
8101
|
-
headers: Optional[
|
|
8823
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8102
8824
|
) -> Response[WorkflowRunUsage, WorkflowRunUsageType]:
|
|
8103
8825
|
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage"""
|
|
8104
8826
|
|
|
@@ -8122,7 +8844,7 @@ class ActionsClient:
|
|
|
8122
8844
|
*,
|
|
8123
8845
|
per_page: Missing[int] = UNSET,
|
|
8124
8846
|
page: Missing[int] = UNSET,
|
|
8125
|
-
headers: Optional[
|
|
8847
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8126
8848
|
) -> Response[
|
|
8127
8849
|
ReposOwnerRepoActionsSecretsGetResponse200,
|
|
8128
8850
|
ReposOwnerRepoActionsSecretsGetResponse200Type,
|
|
@@ -8155,7 +8877,7 @@ class ActionsClient:
|
|
|
8155
8877
|
*,
|
|
8156
8878
|
per_page: Missing[int] = UNSET,
|
|
8157
8879
|
page: Missing[int] = UNSET,
|
|
8158
|
-
headers: Optional[
|
|
8880
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8159
8881
|
) -> Response[
|
|
8160
8882
|
ReposOwnerRepoActionsSecretsGetResponse200,
|
|
8161
8883
|
ReposOwnerRepoActionsSecretsGetResponse200Type,
|
|
@@ -8186,7 +8908,7 @@ class ActionsClient:
|
|
|
8186
8908
|
owner: str,
|
|
8187
8909
|
repo: str,
|
|
8188
8910
|
*,
|
|
8189
|
-
headers: Optional[
|
|
8911
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8190
8912
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
8191
8913
|
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key"""
|
|
8192
8914
|
|
|
@@ -8208,7 +8930,7 @@ class ActionsClient:
|
|
|
8208
8930
|
owner: str,
|
|
8209
8931
|
repo: str,
|
|
8210
8932
|
*,
|
|
8211
|
-
headers: Optional[
|
|
8933
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8212
8934
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
8213
8935
|
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key"""
|
|
8214
8936
|
|
|
@@ -8231,7 +8953,7 @@ class ActionsClient:
|
|
|
8231
8953
|
repo: str,
|
|
8232
8954
|
secret_name: str,
|
|
8233
8955
|
*,
|
|
8234
|
-
headers: Optional[
|
|
8956
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8235
8957
|
) -> Response[ActionsSecret, ActionsSecretType]:
|
|
8236
8958
|
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-secret"""
|
|
8237
8959
|
|
|
@@ -8254,7 +8976,7 @@ class ActionsClient:
|
|
|
8254
8976
|
repo: str,
|
|
8255
8977
|
secret_name: str,
|
|
8256
8978
|
*,
|
|
8257
|
-
headers: Optional[
|
|
8979
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8258
8980
|
) -> Response[ActionsSecret, ActionsSecretType]:
|
|
8259
8981
|
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-secret"""
|
|
8260
8982
|
|
|
@@ -8278,7 +9000,7 @@ class ActionsClient:
|
|
|
8278
9000
|
repo: str,
|
|
8279
9001
|
secret_name: str,
|
|
8280
9002
|
*,
|
|
8281
|
-
headers: Optional[
|
|
9003
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8282
9004
|
data: ReposOwnerRepoActionsSecretsSecretNamePutBodyType,
|
|
8283
9005
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8284
9006
|
|
|
@@ -8290,9 +9012,9 @@ class ActionsClient:
|
|
|
8290
9012
|
secret_name: str,
|
|
8291
9013
|
*,
|
|
8292
9014
|
data: UnsetType = UNSET,
|
|
8293
|
-
headers: Optional[
|
|
8294
|
-
encrypted_value:
|
|
8295
|
-
key_id:
|
|
9015
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9016
|
+
encrypted_value: str,
|
|
9017
|
+
key_id: str,
|
|
8296
9018
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8297
9019
|
|
|
8298
9020
|
def create_or_update_repo_secret(
|
|
@@ -8301,7 +9023,7 @@ class ActionsClient:
|
|
|
8301
9023
|
repo: str,
|
|
8302
9024
|
secret_name: str,
|
|
8303
9025
|
*,
|
|
8304
|
-
headers: Optional[
|
|
9026
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8305
9027
|
data: Missing[ReposOwnerRepoActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
8306
9028
|
**kwargs,
|
|
8307
9029
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -8339,7 +9061,7 @@ class ActionsClient:
|
|
|
8339
9061
|
repo: str,
|
|
8340
9062
|
secret_name: str,
|
|
8341
9063
|
*,
|
|
8342
|
-
headers: Optional[
|
|
9064
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8343
9065
|
data: ReposOwnerRepoActionsSecretsSecretNamePutBodyType,
|
|
8344
9066
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8345
9067
|
|
|
@@ -8351,9 +9073,9 @@ class ActionsClient:
|
|
|
8351
9073
|
secret_name: str,
|
|
8352
9074
|
*,
|
|
8353
9075
|
data: UnsetType = UNSET,
|
|
8354
|
-
headers: Optional[
|
|
8355
|
-
encrypted_value:
|
|
8356
|
-
key_id:
|
|
9076
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9077
|
+
encrypted_value: str,
|
|
9078
|
+
key_id: str,
|
|
8357
9079
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8358
9080
|
|
|
8359
9081
|
async def async_create_or_update_repo_secret(
|
|
@@ -8362,7 +9084,7 @@ class ActionsClient:
|
|
|
8362
9084
|
repo: str,
|
|
8363
9085
|
secret_name: str,
|
|
8364
9086
|
*,
|
|
8365
|
-
headers: Optional[
|
|
9087
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8366
9088
|
data: Missing[ReposOwnerRepoActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
8367
9089
|
**kwargs,
|
|
8368
9090
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -8399,7 +9121,7 @@ class ActionsClient:
|
|
|
8399
9121
|
repo: str,
|
|
8400
9122
|
secret_name: str,
|
|
8401
9123
|
*,
|
|
8402
|
-
headers: Optional[
|
|
9124
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8403
9125
|
) -> Response:
|
|
8404
9126
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret"""
|
|
8405
9127
|
|
|
@@ -8419,7 +9141,7 @@ class ActionsClient:
|
|
|
8419
9141
|
repo: str,
|
|
8420
9142
|
secret_name: str,
|
|
8421
9143
|
*,
|
|
8422
|
-
headers: Optional[
|
|
9144
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8423
9145
|
) -> Response:
|
|
8424
9146
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret"""
|
|
8425
9147
|
|
|
@@ -8440,7 +9162,7 @@ class ActionsClient:
|
|
|
8440
9162
|
*,
|
|
8441
9163
|
per_page: Missing[int] = UNSET,
|
|
8442
9164
|
page: Missing[int] = UNSET,
|
|
8443
|
-
headers: Optional[
|
|
9165
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8444
9166
|
) -> Response[
|
|
8445
9167
|
ReposOwnerRepoActionsVariablesGetResponse200,
|
|
8446
9168
|
ReposOwnerRepoActionsVariablesGetResponse200Type,
|
|
@@ -8473,7 +9195,7 @@ class ActionsClient:
|
|
|
8473
9195
|
*,
|
|
8474
9196
|
per_page: Missing[int] = UNSET,
|
|
8475
9197
|
page: Missing[int] = UNSET,
|
|
8476
|
-
headers: Optional[
|
|
9198
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8477
9199
|
) -> Response[
|
|
8478
9200
|
ReposOwnerRepoActionsVariablesGetResponse200,
|
|
8479
9201
|
ReposOwnerRepoActionsVariablesGetResponse200Type,
|
|
@@ -8505,7 +9227,7 @@ class ActionsClient:
|
|
|
8505
9227
|
owner: str,
|
|
8506
9228
|
repo: str,
|
|
8507
9229
|
*,
|
|
8508
|
-
headers: Optional[
|
|
9230
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8509
9231
|
data: ReposOwnerRepoActionsVariablesPostBodyType,
|
|
8510
9232
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8511
9233
|
|
|
@@ -8516,7 +9238,7 @@ class ActionsClient:
|
|
|
8516
9238
|
repo: str,
|
|
8517
9239
|
*,
|
|
8518
9240
|
data: UnsetType = UNSET,
|
|
8519
|
-
headers: Optional[
|
|
9241
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8520
9242
|
name: str,
|
|
8521
9243
|
value: str,
|
|
8522
9244
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -8526,7 +9248,7 @@ class ActionsClient:
|
|
|
8526
9248
|
owner: str,
|
|
8527
9249
|
repo: str,
|
|
8528
9250
|
*,
|
|
8529
|
-
headers: Optional[
|
|
9251
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8530
9252
|
data: Missing[ReposOwnerRepoActionsVariablesPostBodyType] = UNSET,
|
|
8531
9253
|
**kwargs,
|
|
8532
9254
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -8561,7 +9283,7 @@ class ActionsClient:
|
|
|
8561
9283
|
owner: str,
|
|
8562
9284
|
repo: str,
|
|
8563
9285
|
*,
|
|
8564
|
-
headers: Optional[
|
|
9286
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8565
9287
|
data: ReposOwnerRepoActionsVariablesPostBodyType,
|
|
8566
9288
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
8567
9289
|
|
|
@@ -8572,7 +9294,7 @@ class ActionsClient:
|
|
|
8572
9294
|
repo: str,
|
|
8573
9295
|
*,
|
|
8574
9296
|
data: UnsetType = UNSET,
|
|
8575
|
-
headers: Optional[
|
|
9297
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8576
9298
|
name: str,
|
|
8577
9299
|
value: str,
|
|
8578
9300
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -8582,7 +9304,7 @@ class ActionsClient:
|
|
|
8582
9304
|
owner: str,
|
|
8583
9305
|
repo: str,
|
|
8584
9306
|
*,
|
|
8585
|
-
headers: Optional[
|
|
9307
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8586
9308
|
data: Missing[ReposOwnerRepoActionsVariablesPostBodyType] = UNSET,
|
|
8587
9309
|
**kwargs,
|
|
8588
9310
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -8617,7 +9339,7 @@ class ActionsClient:
|
|
|
8617
9339
|
repo: str,
|
|
8618
9340
|
name: str,
|
|
8619
9341
|
*,
|
|
8620
|
-
headers: Optional[
|
|
9342
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8621
9343
|
) -> Response[ActionsVariable, ActionsVariableType]:
|
|
8622
9344
|
"""See also: https://docs.github.com/rest/actions/variables#get-a-repository-variable"""
|
|
8623
9345
|
|
|
@@ -8640,7 +9362,7 @@ class ActionsClient:
|
|
|
8640
9362
|
repo: str,
|
|
8641
9363
|
name: str,
|
|
8642
9364
|
*,
|
|
8643
|
-
headers: Optional[
|
|
9365
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8644
9366
|
) -> Response[ActionsVariable, ActionsVariableType]:
|
|
8645
9367
|
"""See also: https://docs.github.com/rest/actions/variables#get-a-repository-variable"""
|
|
8646
9368
|
|
|
@@ -8663,7 +9385,7 @@ class ActionsClient:
|
|
|
8663
9385
|
repo: str,
|
|
8664
9386
|
name: str,
|
|
8665
9387
|
*,
|
|
8666
|
-
headers: Optional[
|
|
9388
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8667
9389
|
) -> Response:
|
|
8668
9390
|
"""See also: https://docs.github.com/rest/actions/variables#delete-a-repository-variable"""
|
|
8669
9391
|
|
|
@@ -8683,7 +9405,7 @@ class ActionsClient:
|
|
|
8683
9405
|
repo: str,
|
|
8684
9406
|
name: str,
|
|
8685
9407
|
*,
|
|
8686
|
-
headers: Optional[
|
|
9408
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8687
9409
|
) -> Response:
|
|
8688
9410
|
"""See also: https://docs.github.com/rest/actions/variables#delete-a-repository-variable"""
|
|
8689
9411
|
|
|
@@ -8704,7 +9426,7 @@ class ActionsClient:
|
|
|
8704
9426
|
repo: str,
|
|
8705
9427
|
name: str,
|
|
8706
9428
|
*,
|
|
8707
|
-
headers: Optional[
|
|
9429
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8708
9430
|
data: ReposOwnerRepoActionsVariablesNamePatchBodyType,
|
|
8709
9431
|
) -> Response: ...
|
|
8710
9432
|
|
|
@@ -8716,7 +9438,7 @@ class ActionsClient:
|
|
|
8716
9438
|
name: str,
|
|
8717
9439
|
*,
|
|
8718
9440
|
data: UnsetType = UNSET,
|
|
8719
|
-
headers: Optional[
|
|
9441
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8720
9442
|
value: Missing[str] = UNSET,
|
|
8721
9443
|
) -> Response: ...
|
|
8722
9444
|
|
|
@@ -8726,7 +9448,7 @@ class ActionsClient:
|
|
|
8726
9448
|
repo: str,
|
|
8727
9449
|
name: str,
|
|
8728
9450
|
*,
|
|
8729
|
-
headers: Optional[
|
|
9451
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8730
9452
|
data: Missing[ReposOwnerRepoActionsVariablesNamePatchBodyType] = UNSET,
|
|
8731
9453
|
**kwargs,
|
|
8732
9454
|
) -> Response:
|
|
@@ -8763,7 +9485,7 @@ class ActionsClient:
|
|
|
8763
9485
|
repo: str,
|
|
8764
9486
|
name: str,
|
|
8765
9487
|
*,
|
|
8766
|
-
headers: Optional[
|
|
9488
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8767
9489
|
data: ReposOwnerRepoActionsVariablesNamePatchBodyType,
|
|
8768
9490
|
) -> Response: ...
|
|
8769
9491
|
|
|
@@ -8775,7 +9497,7 @@ class ActionsClient:
|
|
|
8775
9497
|
name: str,
|
|
8776
9498
|
*,
|
|
8777
9499
|
data: UnsetType = UNSET,
|
|
8778
|
-
headers: Optional[
|
|
9500
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8779
9501
|
value: Missing[str] = UNSET,
|
|
8780
9502
|
) -> Response: ...
|
|
8781
9503
|
|
|
@@ -8785,7 +9507,7 @@ class ActionsClient:
|
|
|
8785
9507
|
repo: str,
|
|
8786
9508
|
name: str,
|
|
8787
9509
|
*,
|
|
8788
|
-
headers: Optional[
|
|
9510
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8789
9511
|
data: Missing[ReposOwnerRepoActionsVariablesNamePatchBodyType] = UNSET,
|
|
8790
9512
|
**kwargs,
|
|
8791
9513
|
) -> Response:
|
|
@@ -8822,7 +9544,7 @@ class ActionsClient:
|
|
|
8822
9544
|
*,
|
|
8823
9545
|
per_page: Missing[int] = UNSET,
|
|
8824
9546
|
page: Missing[int] = UNSET,
|
|
8825
|
-
headers: Optional[
|
|
9547
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8826
9548
|
) -> Response[
|
|
8827
9549
|
ReposOwnerRepoActionsWorkflowsGetResponse200,
|
|
8828
9550
|
ReposOwnerRepoActionsWorkflowsGetResponse200Type,
|
|
@@ -8855,7 +9577,7 @@ class ActionsClient:
|
|
|
8855
9577
|
*,
|
|
8856
9578
|
per_page: Missing[int] = UNSET,
|
|
8857
9579
|
page: Missing[int] = UNSET,
|
|
8858
|
-
headers: Optional[
|
|
9580
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8859
9581
|
) -> Response[
|
|
8860
9582
|
ReposOwnerRepoActionsWorkflowsGetResponse200,
|
|
8861
9583
|
ReposOwnerRepoActionsWorkflowsGetResponse200Type,
|
|
@@ -8887,7 +9609,7 @@ class ActionsClient:
|
|
|
8887
9609
|
repo: str,
|
|
8888
9610
|
workflow_id: Union[int, str],
|
|
8889
9611
|
*,
|
|
8890
|
-
headers: Optional[
|
|
9612
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8891
9613
|
) -> Response[Workflow, WorkflowType]:
|
|
8892
9614
|
"""See also: https://docs.github.com/rest/actions/workflows#get-a-workflow"""
|
|
8893
9615
|
|
|
@@ -8910,7 +9632,7 @@ class ActionsClient:
|
|
|
8910
9632
|
repo: str,
|
|
8911
9633
|
workflow_id: Union[int, str],
|
|
8912
9634
|
*,
|
|
8913
|
-
headers: Optional[
|
|
9635
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8914
9636
|
) -> Response[Workflow, WorkflowType]:
|
|
8915
9637
|
"""See also: https://docs.github.com/rest/actions/workflows#get-a-workflow"""
|
|
8916
9638
|
|
|
@@ -8933,7 +9655,7 @@ class ActionsClient:
|
|
|
8933
9655
|
repo: str,
|
|
8934
9656
|
workflow_id: Union[int, str],
|
|
8935
9657
|
*,
|
|
8936
|
-
headers: Optional[
|
|
9658
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8937
9659
|
) -> Response:
|
|
8938
9660
|
"""See also: https://docs.github.com/rest/actions/workflows#disable-a-workflow"""
|
|
8939
9661
|
|
|
@@ -8953,7 +9675,7 @@ class ActionsClient:
|
|
|
8953
9675
|
repo: str,
|
|
8954
9676
|
workflow_id: Union[int, str],
|
|
8955
9677
|
*,
|
|
8956
|
-
headers: Optional[
|
|
9678
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8957
9679
|
) -> Response:
|
|
8958
9680
|
"""See also: https://docs.github.com/rest/actions/workflows#disable-a-workflow"""
|
|
8959
9681
|
|
|
@@ -8974,7 +9696,7 @@ class ActionsClient:
|
|
|
8974
9696
|
repo: str,
|
|
8975
9697
|
workflow_id: Union[int, str],
|
|
8976
9698
|
*,
|
|
8977
|
-
headers: Optional[
|
|
9699
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8978
9700
|
data: ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType,
|
|
8979
9701
|
) -> Response: ...
|
|
8980
9702
|
|
|
@@ -8986,7 +9708,7 @@ class ActionsClient:
|
|
|
8986
9708
|
workflow_id: Union[int, str],
|
|
8987
9709
|
*,
|
|
8988
9710
|
data: UnsetType = UNSET,
|
|
8989
|
-
headers: Optional[
|
|
9711
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8990
9712
|
ref: str,
|
|
8991
9713
|
inputs: Missing[
|
|
8992
9714
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType
|
|
@@ -8999,7 +9721,7 @@ class ActionsClient:
|
|
|
8999
9721
|
repo: str,
|
|
9000
9722
|
workflow_id: Union[int, str],
|
|
9001
9723
|
*,
|
|
9002
|
-
headers: Optional[
|
|
9724
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9003
9725
|
data: Missing[
|
|
9004
9726
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType
|
|
9005
9727
|
] = UNSET,
|
|
@@ -9038,7 +9760,7 @@ class ActionsClient:
|
|
|
9038
9760
|
repo: str,
|
|
9039
9761
|
workflow_id: Union[int, str],
|
|
9040
9762
|
*,
|
|
9041
|
-
headers: Optional[
|
|
9763
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9042
9764
|
data: ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType,
|
|
9043
9765
|
) -> Response: ...
|
|
9044
9766
|
|
|
@@ -9050,7 +9772,7 @@ class ActionsClient:
|
|
|
9050
9772
|
workflow_id: Union[int, str],
|
|
9051
9773
|
*,
|
|
9052
9774
|
data: UnsetType = UNSET,
|
|
9053
|
-
headers: Optional[
|
|
9775
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9054
9776
|
ref: str,
|
|
9055
9777
|
inputs: Missing[
|
|
9056
9778
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType
|
|
@@ -9063,7 +9785,7 @@ class ActionsClient:
|
|
|
9063
9785
|
repo: str,
|
|
9064
9786
|
workflow_id: Union[int, str],
|
|
9065
9787
|
*,
|
|
9066
|
-
headers: Optional[
|
|
9788
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9067
9789
|
data: Missing[
|
|
9068
9790
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType
|
|
9069
9791
|
] = UNSET,
|
|
@@ -9101,7 +9823,7 @@ class ActionsClient:
|
|
|
9101
9823
|
repo: str,
|
|
9102
9824
|
workflow_id: Union[int, str],
|
|
9103
9825
|
*,
|
|
9104
|
-
headers: Optional[
|
|
9826
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9105
9827
|
) -> Response:
|
|
9106
9828
|
"""See also: https://docs.github.com/rest/actions/workflows#enable-a-workflow"""
|
|
9107
9829
|
|
|
@@ -9121,7 +9843,7 @@ class ActionsClient:
|
|
|
9121
9843
|
repo: str,
|
|
9122
9844
|
workflow_id: Union[int, str],
|
|
9123
9845
|
*,
|
|
9124
|
-
headers: Optional[
|
|
9846
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9125
9847
|
) -> Response:
|
|
9126
9848
|
"""See also: https://docs.github.com/rest/actions/workflows#enable-a-workflow"""
|
|
9127
9849
|
|
|
@@ -9168,7 +9890,7 @@ class ActionsClient:
|
|
|
9168
9890
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
9169
9891
|
check_suite_id: Missing[int] = UNSET,
|
|
9170
9892
|
head_sha: Missing[str] = UNSET,
|
|
9171
|
-
headers: Optional[
|
|
9893
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9172
9894
|
) -> Response[
|
|
9173
9895
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200,
|
|
9174
9896
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type,
|
|
@@ -9235,7 +9957,7 @@ class ActionsClient:
|
|
|
9235
9957
|
exclude_pull_requests: Missing[bool] = UNSET,
|
|
9236
9958
|
check_suite_id: Missing[int] = UNSET,
|
|
9237
9959
|
head_sha: Missing[str] = UNSET,
|
|
9238
|
-
headers: Optional[
|
|
9960
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9239
9961
|
) -> Response[
|
|
9240
9962
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200,
|
|
9241
9963
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type,
|
|
@@ -9275,7 +9997,7 @@ class ActionsClient:
|
|
|
9275
9997
|
repo: str,
|
|
9276
9998
|
workflow_id: Union[int, str],
|
|
9277
9999
|
*,
|
|
9278
|
-
headers: Optional[
|
|
10000
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9279
10001
|
) -> Response[WorkflowUsage, WorkflowUsageType]:
|
|
9280
10002
|
"""See also: https://docs.github.com/rest/actions/workflows#get-workflow-usage"""
|
|
9281
10003
|
|
|
@@ -9298,7 +10020,7 @@ class ActionsClient:
|
|
|
9298
10020
|
repo: str,
|
|
9299
10021
|
workflow_id: Union[int, str],
|
|
9300
10022
|
*,
|
|
9301
|
-
headers: Optional[
|
|
10023
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9302
10024
|
) -> Response[WorkflowUsage, WorkflowUsageType]:
|
|
9303
10025
|
"""See also: https://docs.github.com/rest/actions/workflows#get-workflow-usage"""
|
|
9304
10026
|
|
|
@@ -9323,7 +10045,7 @@ class ActionsClient:
|
|
|
9323
10045
|
*,
|
|
9324
10046
|
per_page: Missing[int] = UNSET,
|
|
9325
10047
|
page: Missing[int] = UNSET,
|
|
9326
|
-
headers: Optional[
|
|
10048
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9327
10049
|
) -> Response[
|
|
9328
10050
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
9329
10051
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
@@ -9359,7 +10081,7 @@ class ActionsClient:
|
|
|
9359
10081
|
*,
|
|
9360
10082
|
per_page: Missing[int] = UNSET,
|
|
9361
10083
|
page: Missing[int] = UNSET,
|
|
9362
|
-
headers: Optional[
|
|
10084
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9363
10085
|
) -> Response[
|
|
9364
10086
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
9365
10087
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
@@ -9393,7 +10115,7 @@ class ActionsClient:
|
|
|
9393
10115
|
repo: str,
|
|
9394
10116
|
environment_name: str,
|
|
9395
10117
|
*,
|
|
9396
|
-
headers: Optional[
|
|
10118
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9397
10119
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
9398
10120
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key"""
|
|
9399
10121
|
|
|
@@ -9418,7 +10140,7 @@ class ActionsClient:
|
|
|
9418
10140
|
repo: str,
|
|
9419
10141
|
environment_name: str,
|
|
9420
10142
|
*,
|
|
9421
|
-
headers: Optional[
|
|
10143
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9422
10144
|
) -> Response[ActionsPublicKey, ActionsPublicKeyType]:
|
|
9423
10145
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key"""
|
|
9424
10146
|
|
|
@@ -9444,7 +10166,7 @@ class ActionsClient:
|
|
|
9444
10166
|
environment_name: str,
|
|
9445
10167
|
secret_name: str,
|
|
9446
10168
|
*,
|
|
9447
|
-
headers: Optional[
|
|
10169
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9448
10170
|
) -> Response[ActionsSecret, ActionsSecretType]:
|
|
9449
10171
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-secret"""
|
|
9450
10172
|
|
|
@@ -9468,7 +10190,7 @@ class ActionsClient:
|
|
|
9468
10190
|
environment_name: str,
|
|
9469
10191
|
secret_name: str,
|
|
9470
10192
|
*,
|
|
9471
|
-
headers: Optional[
|
|
10193
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9472
10194
|
) -> Response[ActionsSecret, ActionsSecretType]:
|
|
9473
10195
|
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-secret"""
|
|
9474
10196
|
|
|
@@ -9493,7 +10215,7 @@ class ActionsClient:
|
|
|
9493
10215
|
environment_name: str,
|
|
9494
10216
|
secret_name: str,
|
|
9495
10217
|
*,
|
|
9496
|
-
headers: Optional[
|
|
10218
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9497
10219
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
9498
10220
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
9499
10221
|
|
|
@@ -9506,7 +10228,7 @@ class ActionsClient:
|
|
|
9506
10228
|
secret_name: str,
|
|
9507
10229
|
*,
|
|
9508
10230
|
data: UnsetType = UNSET,
|
|
9509
|
-
headers: Optional[
|
|
10231
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9510
10232
|
encrypted_value: str,
|
|
9511
10233
|
key_id: str,
|
|
9512
10234
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -9518,7 +10240,7 @@ class ActionsClient:
|
|
|
9518
10240
|
environment_name: str,
|
|
9519
10241
|
secret_name: str,
|
|
9520
10242
|
*,
|
|
9521
|
-
headers: Optional[
|
|
10243
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9522
10244
|
data: Missing[
|
|
9523
10245
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType
|
|
9524
10246
|
] = UNSET,
|
|
@@ -9562,7 +10284,7 @@ class ActionsClient:
|
|
|
9562
10284
|
environment_name: str,
|
|
9563
10285
|
secret_name: str,
|
|
9564
10286
|
*,
|
|
9565
|
-
headers: Optional[
|
|
10287
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9566
10288
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
9567
10289
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
9568
10290
|
|
|
@@ -9575,7 +10297,7 @@ class ActionsClient:
|
|
|
9575
10297
|
secret_name: str,
|
|
9576
10298
|
*,
|
|
9577
10299
|
data: UnsetType = UNSET,
|
|
9578
|
-
headers: Optional[
|
|
10300
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9579
10301
|
encrypted_value: str,
|
|
9580
10302
|
key_id: str,
|
|
9581
10303
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -9587,7 +10309,7 @@ class ActionsClient:
|
|
|
9587
10309
|
environment_name: str,
|
|
9588
10310
|
secret_name: str,
|
|
9589
10311
|
*,
|
|
9590
|
-
headers: Optional[
|
|
10312
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9591
10313
|
data: Missing[
|
|
9592
10314
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType
|
|
9593
10315
|
] = UNSET,
|
|
@@ -9630,7 +10352,7 @@ class ActionsClient:
|
|
|
9630
10352
|
environment_name: str,
|
|
9631
10353
|
secret_name: str,
|
|
9632
10354
|
*,
|
|
9633
|
-
headers: Optional[
|
|
10355
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9634
10356
|
) -> Response:
|
|
9635
10357
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret"""
|
|
9636
10358
|
|
|
@@ -9651,7 +10373,7 @@ class ActionsClient:
|
|
|
9651
10373
|
environment_name: str,
|
|
9652
10374
|
secret_name: str,
|
|
9653
10375
|
*,
|
|
9654
|
-
headers: Optional[
|
|
10376
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9655
10377
|
) -> Response:
|
|
9656
10378
|
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret"""
|
|
9657
10379
|
|
|
@@ -9673,7 +10395,7 @@ class ActionsClient:
|
|
|
9673
10395
|
*,
|
|
9674
10396
|
per_page: Missing[int] = UNSET,
|
|
9675
10397
|
page: Missing[int] = UNSET,
|
|
9676
|
-
headers: Optional[
|
|
10398
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9677
10399
|
) -> Response[
|
|
9678
10400
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
9679
10401
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
@@ -9709,7 +10431,7 @@ class ActionsClient:
|
|
|
9709
10431
|
*,
|
|
9710
10432
|
per_page: Missing[int] = UNSET,
|
|
9711
10433
|
page: Missing[int] = UNSET,
|
|
9712
|
-
headers: Optional[
|
|
10434
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9713
10435
|
) -> Response[
|
|
9714
10436
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
9715
10437
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
@@ -9744,7 +10466,7 @@ class ActionsClient:
|
|
|
9744
10466
|
repo: str,
|
|
9745
10467
|
environment_name: str,
|
|
9746
10468
|
*,
|
|
9747
|
-
headers: Optional[
|
|
10469
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9748
10470
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
9749
10471
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
9750
10472
|
|
|
@@ -9756,7 +10478,7 @@ class ActionsClient:
|
|
|
9756
10478
|
environment_name: str,
|
|
9757
10479
|
*,
|
|
9758
10480
|
data: UnsetType = UNSET,
|
|
9759
|
-
headers: Optional[
|
|
10481
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9760
10482
|
name: str,
|
|
9761
10483
|
value: str,
|
|
9762
10484
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -9767,7 +10489,7 @@ class ActionsClient:
|
|
|
9767
10489
|
repo: str,
|
|
9768
10490
|
environment_name: str,
|
|
9769
10491
|
*,
|
|
9770
|
-
headers: Optional[
|
|
10492
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9771
10493
|
data: Missing[
|
|
9772
10494
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType
|
|
9773
10495
|
] = UNSET,
|
|
@@ -9810,7 +10532,7 @@ class ActionsClient:
|
|
|
9810
10532
|
repo: str,
|
|
9811
10533
|
environment_name: str,
|
|
9812
10534
|
*,
|
|
9813
|
-
headers: Optional[
|
|
10535
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9814
10536
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
9815
10537
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
9816
10538
|
|
|
@@ -9822,7 +10544,7 @@ class ActionsClient:
|
|
|
9822
10544
|
environment_name: str,
|
|
9823
10545
|
*,
|
|
9824
10546
|
data: UnsetType = UNSET,
|
|
9825
|
-
headers: Optional[
|
|
10547
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9826
10548
|
name: str,
|
|
9827
10549
|
value: str,
|
|
9828
10550
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -9833,7 +10555,7 @@ class ActionsClient:
|
|
|
9833
10555
|
repo: str,
|
|
9834
10556
|
environment_name: str,
|
|
9835
10557
|
*,
|
|
9836
|
-
headers: Optional[
|
|
10558
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9837
10559
|
data: Missing[
|
|
9838
10560
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType
|
|
9839
10561
|
] = UNSET,
|
|
@@ -9876,7 +10598,7 @@ class ActionsClient:
|
|
|
9876
10598
|
environment_name: str,
|
|
9877
10599
|
name: str,
|
|
9878
10600
|
*,
|
|
9879
|
-
headers: Optional[
|
|
10601
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9880
10602
|
) -> Response[ActionsVariable, ActionsVariableType]:
|
|
9881
10603
|
"""See also: https://docs.github.com/rest/actions/variables#get-an-environment-variable"""
|
|
9882
10604
|
|
|
@@ -9900,7 +10622,7 @@ class ActionsClient:
|
|
|
9900
10622
|
environment_name: str,
|
|
9901
10623
|
name: str,
|
|
9902
10624
|
*,
|
|
9903
|
-
headers: Optional[
|
|
10625
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9904
10626
|
) -> Response[ActionsVariable, ActionsVariableType]:
|
|
9905
10627
|
"""See also: https://docs.github.com/rest/actions/variables#get-an-environment-variable"""
|
|
9906
10628
|
|
|
@@ -9924,7 +10646,7 @@ class ActionsClient:
|
|
|
9924
10646
|
name: str,
|
|
9925
10647
|
environment_name: str,
|
|
9926
10648
|
*,
|
|
9927
|
-
headers: Optional[
|
|
10649
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9928
10650
|
) -> Response:
|
|
9929
10651
|
"""See also: https://docs.github.com/rest/actions/variables#delete-an-environment-variable"""
|
|
9930
10652
|
|
|
@@ -9945,7 +10667,7 @@ class ActionsClient:
|
|
|
9945
10667
|
name: str,
|
|
9946
10668
|
environment_name: str,
|
|
9947
10669
|
*,
|
|
9948
|
-
headers: Optional[
|
|
10670
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9949
10671
|
) -> Response:
|
|
9950
10672
|
"""See also: https://docs.github.com/rest/actions/variables#delete-an-environment-variable"""
|
|
9951
10673
|
|
|
@@ -9967,7 +10689,7 @@ class ActionsClient:
|
|
|
9967
10689
|
name: str,
|
|
9968
10690
|
environment_name: str,
|
|
9969
10691
|
*,
|
|
9970
|
-
headers: Optional[
|
|
10692
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9971
10693
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
9972
10694
|
) -> Response: ...
|
|
9973
10695
|
|
|
@@ -9980,7 +10702,7 @@ class ActionsClient:
|
|
|
9980
10702
|
environment_name: str,
|
|
9981
10703
|
*,
|
|
9982
10704
|
data: UnsetType = UNSET,
|
|
9983
|
-
headers: Optional[
|
|
10705
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9984
10706
|
value: Missing[str] = UNSET,
|
|
9985
10707
|
) -> Response: ...
|
|
9986
10708
|
|
|
@@ -9991,7 +10713,7 @@ class ActionsClient:
|
|
|
9991
10713
|
name: str,
|
|
9992
10714
|
environment_name: str,
|
|
9993
10715
|
*,
|
|
9994
|
-
headers: Optional[
|
|
10716
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
9995
10717
|
data: Missing[
|
|
9996
10718
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType
|
|
9997
10719
|
] = UNSET,
|
|
@@ -10033,7 +10755,7 @@ class ActionsClient:
|
|
|
10033
10755
|
name: str,
|
|
10034
10756
|
environment_name: str,
|
|
10035
10757
|
*,
|
|
10036
|
-
headers: Optional[
|
|
10758
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
10037
10759
|
data: ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
10038
10760
|
) -> Response: ...
|
|
10039
10761
|
|
|
@@ -10046,7 +10768,7 @@ class ActionsClient:
|
|
|
10046
10768
|
environment_name: str,
|
|
10047
10769
|
*,
|
|
10048
10770
|
data: UnsetType = UNSET,
|
|
10049
|
-
headers: Optional[
|
|
10771
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
10050
10772
|
value: Missing[str] = UNSET,
|
|
10051
10773
|
) -> Response: ...
|
|
10052
10774
|
|
|
@@ -10057,7 +10779,7 @@ class ActionsClient:
|
|
|
10057
10779
|
name: str,
|
|
10058
10780
|
environment_name: str,
|
|
10059
10781
|
*,
|
|
10060
|
-
headers: Optional[
|
|
10782
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
10061
10783
|
data: Missing[
|
|
10062
10784
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType
|
|
10063
10785
|
] = UNSET,
|