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
|
|
|
@@ -153,7 +154,7 @@ class OrgsClient:
|
|
|
153
154
|
*,
|
|
154
155
|
since: Missing[int] = UNSET,
|
|
155
156
|
per_page: Missing[int] = UNSET,
|
|
156
|
-
headers: Optional[
|
|
157
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
157
158
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
158
159
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations"""
|
|
159
160
|
|
|
@@ -181,7 +182,7 @@ class OrgsClient:
|
|
|
181
182
|
*,
|
|
182
183
|
since: Missing[int] = UNSET,
|
|
183
184
|
per_page: Missing[int] = UNSET,
|
|
184
|
-
headers: Optional[
|
|
185
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
185
186
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
186
187
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations"""
|
|
187
188
|
|
|
@@ -208,7 +209,7 @@ class OrgsClient:
|
|
|
208
209
|
self,
|
|
209
210
|
organization_id: str,
|
|
210
211
|
*,
|
|
211
|
-
headers: Optional[
|
|
212
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
212
213
|
) -> Response[
|
|
213
214
|
OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
214
215
|
OrganizationsOrganizationIdCustomRolesGetResponse200Type,
|
|
@@ -232,7 +233,7 @@ class OrgsClient:
|
|
|
232
233
|
self,
|
|
233
234
|
organization_id: str,
|
|
234
235
|
*,
|
|
235
|
-
headers: Optional[
|
|
236
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
236
237
|
) -> Response[
|
|
237
238
|
OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
238
239
|
OrganizationsOrganizationIdCustomRolesGetResponse200Type,
|
|
@@ -256,7 +257,7 @@ class OrgsClient:
|
|
|
256
257
|
self,
|
|
257
258
|
org: str,
|
|
258
259
|
*,
|
|
259
|
-
headers: Optional[
|
|
260
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
260
261
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
261
262
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization"""
|
|
262
263
|
|
|
@@ -280,7 +281,7 @@ class OrgsClient:
|
|
|
280
281
|
self,
|
|
281
282
|
org: str,
|
|
282
283
|
*,
|
|
283
|
-
headers: Optional[
|
|
284
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
284
285
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
285
286
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization"""
|
|
286
287
|
|
|
@@ -304,7 +305,7 @@ class OrgsClient:
|
|
|
304
305
|
self,
|
|
305
306
|
org: str,
|
|
306
307
|
*,
|
|
307
|
-
headers: Optional[
|
|
308
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
308
309
|
) -> Response[
|
|
309
310
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
310
311
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -335,7 +336,7 @@ class OrgsClient:
|
|
|
335
336
|
self,
|
|
336
337
|
org: str,
|
|
337
338
|
*,
|
|
338
|
-
headers: Optional[
|
|
339
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
339
340
|
) -> Response[
|
|
340
341
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
341
342
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -367,7 +368,7 @@ class OrgsClient:
|
|
|
367
368
|
self,
|
|
368
369
|
org: str,
|
|
369
370
|
*,
|
|
370
|
-
headers: Optional[
|
|
371
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
371
372
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
372
373
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
373
374
|
|
|
@@ -377,7 +378,7 @@ class OrgsClient:
|
|
|
377
378
|
org: str,
|
|
378
379
|
*,
|
|
379
380
|
data: UnsetType = UNSET,
|
|
380
|
-
headers: Optional[
|
|
381
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
381
382
|
billing_email: Missing[str] = UNSET,
|
|
382
383
|
company: Missing[str] = UNSET,
|
|
383
384
|
email: Missing[str] = UNSET,
|
|
@@ -421,7 +422,7 @@ class OrgsClient:
|
|
|
421
422
|
self,
|
|
422
423
|
org: str,
|
|
423
424
|
*,
|
|
424
|
-
headers: Optional[
|
|
425
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
425
426
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
426
427
|
**kwargs,
|
|
427
428
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -467,7 +468,7 @@ class OrgsClient:
|
|
|
467
468
|
self,
|
|
468
469
|
org: str,
|
|
469
470
|
*,
|
|
470
|
-
headers: Optional[
|
|
471
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
471
472
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
472
473
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
473
474
|
|
|
@@ -477,7 +478,7 @@ class OrgsClient:
|
|
|
477
478
|
org: str,
|
|
478
479
|
*,
|
|
479
480
|
data: UnsetType = UNSET,
|
|
480
|
-
headers: Optional[
|
|
481
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
481
482
|
billing_email: Missing[str] = UNSET,
|
|
482
483
|
company: Missing[str] = UNSET,
|
|
483
484
|
email: Missing[str] = UNSET,
|
|
@@ -521,7 +522,7 @@ class OrgsClient:
|
|
|
521
522
|
self,
|
|
522
523
|
org: str,
|
|
523
524
|
*,
|
|
524
|
-
headers: Optional[
|
|
525
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
525
526
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
526
527
|
**kwargs,
|
|
527
528
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -566,7 +567,7 @@ class OrgsClient:
|
|
|
566
567
|
self,
|
|
567
568
|
org: str,
|
|
568
569
|
*,
|
|
569
|
-
headers: Optional[
|
|
570
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
570
571
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
571
572
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization"""
|
|
572
573
|
|
|
@@ -587,7 +588,7 @@ class OrgsClient:
|
|
|
587
588
|
self,
|
|
588
589
|
org: str,
|
|
589
590
|
*,
|
|
590
|
-
headers: Optional[
|
|
591
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
591
592
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
592
593
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization"""
|
|
593
594
|
|
|
@@ -608,7 +609,7 @@ class OrgsClient:
|
|
|
608
609
|
self,
|
|
609
610
|
org: str,
|
|
610
611
|
*,
|
|
611
|
-
headers: Optional[
|
|
612
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
612
613
|
) -> Response:
|
|
613
614
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization"""
|
|
614
615
|
|
|
@@ -626,7 +627,7 @@ class OrgsClient:
|
|
|
626
627
|
self,
|
|
627
628
|
org: str,
|
|
628
629
|
*,
|
|
629
|
-
headers: Optional[
|
|
630
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
630
631
|
) -> Response:
|
|
631
632
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization"""
|
|
632
633
|
|
|
@@ -645,7 +646,7 @@ class OrgsClient:
|
|
|
645
646
|
self,
|
|
646
647
|
org: str,
|
|
647
648
|
*,
|
|
648
|
-
headers: Optional[
|
|
649
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
649
650
|
data: AnnouncementType,
|
|
650
651
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
651
652
|
|
|
@@ -655,7 +656,7 @@ class OrgsClient:
|
|
|
655
656
|
org: str,
|
|
656
657
|
*,
|
|
657
658
|
data: UnsetType = UNSET,
|
|
658
|
-
headers: Optional[
|
|
659
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
659
660
|
announcement: Union[str, None],
|
|
660
661
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
661
662
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
@@ -664,7 +665,7 @@ class OrgsClient:
|
|
|
664
665
|
self,
|
|
665
666
|
org: str,
|
|
666
667
|
*,
|
|
667
|
-
headers: Optional[
|
|
668
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
668
669
|
data: Missing[AnnouncementType] = UNSET,
|
|
669
670
|
**kwargs,
|
|
670
671
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -698,7 +699,7 @@ class OrgsClient:
|
|
|
698
699
|
self,
|
|
699
700
|
org: str,
|
|
700
701
|
*,
|
|
701
|
-
headers: Optional[
|
|
702
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
702
703
|
data: AnnouncementType,
|
|
703
704
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
704
705
|
|
|
@@ -708,7 +709,7 @@ class OrgsClient:
|
|
|
708
709
|
org: str,
|
|
709
710
|
*,
|
|
710
711
|
data: UnsetType = UNSET,
|
|
711
|
-
headers: Optional[
|
|
712
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
712
713
|
announcement: Union[str, None],
|
|
713
714
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
714
715
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
@@ -717,7 +718,7 @@ class OrgsClient:
|
|
|
717
718
|
self,
|
|
718
719
|
org: str,
|
|
719
720
|
*,
|
|
720
|
-
headers: Optional[
|
|
721
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
721
722
|
data: Missing[AnnouncementType] = UNSET,
|
|
722
723
|
**kwargs,
|
|
723
724
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -754,7 +755,7 @@ class OrgsClient:
|
|
|
754
755
|
per_page: Missing[int] = UNSET,
|
|
755
756
|
before: Missing[str] = UNSET,
|
|
756
757
|
after: Missing[str] = UNSET,
|
|
757
|
-
headers: Optional[
|
|
758
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
758
759
|
) -> Response[
|
|
759
760
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
760
761
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -789,7 +790,7 @@ class OrgsClient:
|
|
|
789
790
|
per_page: Missing[int] = UNSET,
|
|
790
791
|
before: Missing[str] = UNSET,
|
|
791
792
|
after: Missing[str] = UNSET,
|
|
792
|
-
headers: Optional[
|
|
793
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
793
794
|
) -> Response[
|
|
794
795
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
795
796
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -826,7 +827,7 @@ class OrgsClient:
|
|
|
826
827
|
before: Missing[str] = UNSET,
|
|
827
828
|
order: Missing[Literal["desc", "asc"]] = UNSET,
|
|
828
829
|
per_page: Missing[int] = UNSET,
|
|
829
|
-
headers: Optional[
|
|
830
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
830
831
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
831
832
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization"""
|
|
832
833
|
|
|
@@ -863,7 +864,7 @@ class OrgsClient:
|
|
|
863
864
|
before: Missing[str] = UNSET,
|
|
864
865
|
order: Missing[Literal["desc", "asc"]] = UNSET,
|
|
865
866
|
per_page: Missing[int] = UNSET,
|
|
866
|
-
headers: Optional[
|
|
867
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
867
868
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
868
869
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization"""
|
|
869
870
|
|
|
@@ -896,7 +897,7 @@ class OrgsClient:
|
|
|
896
897
|
*,
|
|
897
898
|
per_page: Missing[int] = UNSET,
|
|
898
899
|
page: Missing[int] = UNSET,
|
|
899
|
-
headers: Optional[
|
|
900
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
900
901
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
901
902
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization"""
|
|
902
903
|
|
|
@@ -925,7 +926,7 @@ class OrgsClient:
|
|
|
925
926
|
*,
|
|
926
927
|
per_page: Missing[int] = UNSET,
|
|
927
928
|
page: Missing[int] = UNSET,
|
|
928
|
-
headers: Optional[
|
|
929
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
929
930
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
930
931
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization"""
|
|
931
932
|
|
|
@@ -953,7 +954,7 @@ class OrgsClient:
|
|
|
953
954
|
org: str,
|
|
954
955
|
username: str,
|
|
955
956
|
*,
|
|
956
|
-
headers: Optional[
|
|
957
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
957
958
|
) -> Response:
|
|
958
959
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization"""
|
|
959
960
|
|
|
@@ -977,7 +978,7 @@ class OrgsClient:
|
|
|
977
978
|
org: str,
|
|
978
979
|
username: str,
|
|
979
980
|
*,
|
|
980
|
-
headers: Optional[
|
|
981
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
981
982
|
) -> Response:
|
|
982
983
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization"""
|
|
983
984
|
|
|
@@ -1001,7 +1002,7 @@ class OrgsClient:
|
|
|
1001
1002
|
org: str,
|
|
1002
1003
|
username: str,
|
|
1003
1004
|
*,
|
|
1004
|
-
headers: Optional[
|
|
1005
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1005
1006
|
) -> Response:
|
|
1006
1007
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization"""
|
|
1007
1008
|
|
|
@@ -1025,7 +1026,7 @@ class OrgsClient:
|
|
|
1025
1026
|
org: str,
|
|
1026
1027
|
username: str,
|
|
1027
1028
|
*,
|
|
1028
|
-
headers: Optional[
|
|
1029
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1029
1030
|
) -> Response:
|
|
1030
1031
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization"""
|
|
1031
1032
|
|
|
@@ -1049,7 +1050,7 @@ class OrgsClient:
|
|
|
1049
1050
|
org: str,
|
|
1050
1051
|
username: str,
|
|
1051
1052
|
*,
|
|
1052
|
-
headers: Optional[
|
|
1053
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1053
1054
|
) -> Response:
|
|
1054
1055
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization"""
|
|
1055
1056
|
|
|
@@ -1068,7 +1069,7 @@ class OrgsClient:
|
|
|
1068
1069
|
org: str,
|
|
1069
1070
|
username: str,
|
|
1070
1071
|
*,
|
|
1071
|
-
headers: Optional[
|
|
1072
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1072
1073
|
) -> Response:
|
|
1073
1074
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization"""
|
|
1074
1075
|
|
|
@@ -1095,7 +1096,7 @@ class OrgsClient:
|
|
|
1095
1096
|
] = UNSET,
|
|
1096
1097
|
per_page: Missing[int] = UNSET,
|
|
1097
1098
|
page: Missing[int] = UNSET,
|
|
1098
|
-
headers: Optional[
|
|
1099
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1099
1100
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
1100
1101
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/bypass-requests#list-push-rule-bypass-requests-within-an-organization"""
|
|
1101
1102
|
|
|
@@ -1140,7 +1141,7 @@ class OrgsClient:
|
|
|
1140
1141
|
] = UNSET,
|
|
1141
1142
|
per_page: Missing[int] = UNSET,
|
|
1142
1143
|
page: Missing[int] = UNSET,
|
|
1143
|
-
headers: Optional[
|
|
1144
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1144
1145
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
1145
1146
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/bypass-requests#list-push-rule-bypass-requests-within-an-organization"""
|
|
1146
1147
|
|
|
@@ -1179,7 +1180,7 @@ class OrgsClient:
|
|
|
1179
1180
|
per_page: Missing[int] = UNSET,
|
|
1180
1181
|
page: Missing[int] = UNSET,
|
|
1181
1182
|
login: Missing[str] = UNSET,
|
|
1182
|
-
headers: Optional[
|
|
1183
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1183
1184
|
) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
|
|
1184
1185
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization"""
|
|
1185
1186
|
|
|
@@ -1210,7 +1211,7 @@ class OrgsClient:
|
|
|
1210
1211
|
per_page: Missing[int] = UNSET,
|
|
1211
1212
|
page: Missing[int] = UNSET,
|
|
1212
1213
|
login: Missing[str] = UNSET,
|
|
1213
|
-
headers: Optional[
|
|
1214
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1214
1215
|
) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
|
|
1215
1216
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization"""
|
|
1216
1217
|
|
|
@@ -1239,7 +1240,7 @@ class OrgsClient:
|
|
|
1239
1240
|
org: str,
|
|
1240
1241
|
credential_id: int,
|
|
1241
1242
|
*,
|
|
1242
|
-
headers: Optional[
|
|
1243
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1243
1244
|
) -> Response:
|
|
1244
1245
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization"""
|
|
1245
1246
|
|
|
@@ -1263,7 +1264,7 @@ class OrgsClient:
|
|
|
1263
1264
|
org: str,
|
|
1264
1265
|
credential_id: int,
|
|
1265
1266
|
*,
|
|
1266
|
-
headers: Optional[
|
|
1267
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1267
1268
|
) -> Response:
|
|
1268
1269
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization"""
|
|
1269
1270
|
|
|
@@ -1286,7 +1287,7 @@ class OrgsClient:
|
|
|
1286
1287
|
self,
|
|
1287
1288
|
org: str,
|
|
1288
1289
|
*,
|
|
1289
|
-
headers: Optional[
|
|
1290
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1290
1291
|
) -> Response[
|
|
1291
1292
|
OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1292
1293
|
OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
@@ -1310,7 +1311,7 @@ class OrgsClient:
|
|
|
1310
1311
|
self,
|
|
1311
1312
|
org: str,
|
|
1312
1313
|
*,
|
|
1313
|
-
headers: Optional[
|
|
1314
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1314
1315
|
) -> Response[
|
|
1315
1316
|
OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1316
1317
|
OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
@@ -1335,7 +1336,7 @@ class OrgsClient:
|
|
|
1335
1336
|
self,
|
|
1336
1337
|
org: str,
|
|
1337
1338
|
*,
|
|
1338
|
-
headers: Optional[
|
|
1339
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1339
1340
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1340
1341
|
) -> Response[
|
|
1341
1342
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1347,7 +1348,7 @@ class OrgsClient:
|
|
|
1347
1348
|
org: str,
|
|
1348
1349
|
*,
|
|
1349
1350
|
data: UnsetType = UNSET,
|
|
1350
|
-
headers: Optional[
|
|
1351
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1351
1352
|
name: str,
|
|
1352
1353
|
description: Missing[Union[str, None]] = UNSET,
|
|
1353
1354
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1360,7 +1361,7 @@ class OrgsClient:
|
|
|
1360
1361
|
self,
|
|
1361
1362
|
org: str,
|
|
1362
1363
|
*,
|
|
1363
|
-
headers: Optional[
|
|
1364
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1364
1365
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1365
1366
|
**kwargs,
|
|
1366
1367
|
) -> Response[
|
|
@@ -1407,7 +1408,7 @@ class OrgsClient:
|
|
|
1407
1408
|
self,
|
|
1408
1409
|
org: str,
|
|
1409
1410
|
*,
|
|
1410
|
-
headers: Optional[
|
|
1411
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1411
1412
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1412
1413
|
) -> Response[
|
|
1413
1414
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1419,7 +1420,7 @@ class OrgsClient:
|
|
|
1419
1420
|
org: str,
|
|
1420
1421
|
*,
|
|
1421
1422
|
data: UnsetType = UNSET,
|
|
1422
|
-
headers: Optional[
|
|
1423
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1423
1424
|
name: str,
|
|
1424
1425
|
description: Missing[Union[str, None]] = UNSET,
|
|
1425
1426
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1432,7 +1433,7 @@ class OrgsClient:
|
|
|
1432
1433
|
self,
|
|
1433
1434
|
org: str,
|
|
1434
1435
|
*,
|
|
1435
|
-
headers: Optional[
|
|
1436
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1436
1437
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1437
1438
|
**kwargs,
|
|
1438
1439
|
) -> Response[
|
|
@@ -1479,7 +1480,7 @@ class OrgsClient:
|
|
|
1479
1480
|
org: str,
|
|
1480
1481
|
role_id: int,
|
|
1481
1482
|
*,
|
|
1482
|
-
headers: Optional[
|
|
1483
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1483
1484
|
) -> Response[
|
|
1484
1485
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1485
1486
|
]:
|
|
@@ -1506,7 +1507,7 @@ class OrgsClient:
|
|
|
1506
1507
|
org: str,
|
|
1507
1508
|
role_id: int,
|
|
1508
1509
|
*,
|
|
1509
|
-
headers: Optional[
|
|
1510
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1510
1511
|
) -> Response[
|
|
1511
1512
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1512
1513
|
]:
|
|
@@ -1533,7 +1534,7 @@ class OrgsClient:
|
|
|
1533
1534
|
org: str,
|
|
1534
1535
|
role_id: int,
|
|
1535
1536
|
*,
|
|
1536
|
-
headers: Optional[
|
|
1537
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1537
1538
|
) -> Response:
|
|
1538
1539
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role"""
|
|
1539
1540
|
|
|
@@ -1552,7 +1553,7 @@ class OrgsClient:
|
|
|
1552
1553
|
org: str,
|
|
1553
1554
|
role_id: int,
|
|
1554
1555
|
*,
|
|
1555
|
-
headers: Optional[
|
|
1556
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1556
1557
|
) -> Response:
|
|
1557
1558
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role"""
|
|
1558
1559
|
|
|
@@ -1572,7 +1573,7 @@ class OrgsClient:
|
|
|
1572
1573
|
org: str,
|
|
1573
1574
|
role_id: int,
|
|
1574
1575
|
*,
|
|
1575
|
-
headers: Optional[
|
|
1576
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1576
1577
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
1577
1578
|
) -> Response[
|
|
1578
1579
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1585,7 +1586,7 @@ class OrgsClient:
|
|
|
1585
1586
|
role_id: int,
|
|
1586
1587
|
*,
|
|
1587
1588
|
data: UnsetType = UNSET,
|
|
1588
|
-
headers: Optional[
|
|
1589
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1589
1590
|
name: Missing[str] = UNSET,
|
|
1590
1591
|
description: Missing[Union[str, None]] = UNSET,
|
|
1591
1592
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -1599,7 +1600,7 @@ class OrgsClient:
|
|
|
1599
1600
|
org: str,
|
|
1600
1601
|
role_id: int,
|
|
1601
1602
|
*,
|
|
1602
|
-
headers: Optional[
|
|
1603
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1603
1604
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
1604
1605
|
**kwargs,
|
|
1605
1606
|
) -> Response[
|
|
@@ -1647,7 +1648,7 @@ class OrgsClient:
|
|
|
1647
1648
|
org: str,
|
|
1648
1649
|
role_id: int,
|
|
1649
1650
|
*,
|
|
1650
|
-
headers: Optional[
|
|
1651
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1651
1652
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
1652
1653
|
) -> Response[
|
|
1653
1654
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1660,7 +1661,7 @@ class OrgsClient:
|
|
|
1660
1661
|
role_id: int,
|
|
1661
1662
|
*,
|
|
1662
1663
|
data: UnsetType = UNSET,
|
|
1663
|
-
headers: Optional[
|
|
1664
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1664
1665
|
name: Missing[str] = UNSET,
|
|
1665
1666
|
description: Missing[Union[str, None]] = UNSET,
|
|
1666
1667
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -1674,7 +1675,7 @@ class OrgsClient:
|
|
|
1674
1675
|
org: str,
|
|
1675
1676
|
role_id: int,
|
|
1676
1677
|
*,
|
|
1677
|
-
headers: Optional[
|
|
1678
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1678
1679
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
1679
1680
|
**kwargs,
|
|
1680
1681
|
) -> Response[
|
|
@@ -1721,7 +1722,7 @@ class OrgsClient:
|
|
|
1721
1722
|
self,
|
|
1722
1723
|
org: str,
|
|
1723
1724
|
*,
|
|
1724
|
-
headers: Optional[
|
|
1725
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1725
1726
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1726
1727
|
) -> Response[
|
|
1727
1728
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1733,7 +1734,7 @@ class OrgsClient:
|
|
|
1733
1734
|
org: str,
|
|
1734
1735
|
*,
|
|
1735
1736
|
data: UnsetType = UNSET,
|
|
1736
|
-
headers: Optional[
|
|
1737
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1737
1738
|
name: str,
|
|
1738
1739
|
description: Missing[Union[str, None]] = UNSET,
|
|
1739
1740
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1746,7 +1747,7 @@ class OrgsClient:
|
|
|
1746
1747
|
self,
|
|
1747
1748
|
org: str,
|
|
1748
1749
|
*,
|
|
1749
|
-
headers: Optional[
|
|
1750
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1750
1751
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1751
1752
|
**kwargs,
|
|
1752
1753
|
) -> Response[
|
|
@@ -1793,7 +1794,7 @@ class OrgsClient:
|
|
|
1793
1794
|
self,
|
|
1794
1795
|
org: str,
|
|
1795
1796
|
*,
|
|
1796
|
-
headers: Optional[
|
|
1797
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1797
1798
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1798
1799
|
) -> Response[
|
|
1799
1800
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1805,7 +1806,7 @@ class OrgsClient:
|
|
|
1805
1806
|
org: str,
|
|
1806
1807
|
*,
|
|
1807
1808
|
data: UnsetType = UNSET,
|
|
1808
|
-
headers: Optional[
|
|
1809
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1809
1810
|
name: str,
|
|
1810
1811
|
description: Missing[Union[str, None]] = UNSET,
|
|
1811
1812
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1818,7 +1819,7 @@ class OrgsClient:
|
|
|
1818
1819
|
self,
|
|
1819
1820
|
org: str,
|
|
1820
1821
|
*,
|
|
1821
|
-
headers: Optional[
|
|
1822
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1822
1823
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1823
1824
|
**kwargs,
|
|
1824
1825
|
) -> Response[
|
|
@@ -1865,7 +1866,7 @@ class OrgsClient:
|
|
|
1865
1866
|
org: str,
|
|
1866
1867
|
role_id: int,
|
|
1867
1868
|
*,
|
|
1868
|
-
headers: Optional[
|
|
1869
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1869
1870
|
) -> Response[
|
|
1870
1871
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1871
1872
|
]:
|
|
@@ -1892,7 +1893,7 @@ class OrgsClient:
|
|
|
1892
1893
|
org: str,
|
|
1893
1894
|
role_id: int,
|
|
1894
1895
|
*,
|
|
1895
|
-
headers: Optional[
|
|
1896
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1896
1897
|
) -> Response[
|
|
1897
1898
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1898
1899
|
]:
|
|
@@ -1919,7 +1920,7 @@ class OrgsClient:
|
|
|
1919
1920
|
org: str,
|
|
1920
1921
|
role_id: int,
|
|
1921
1922
|
*,
|
|
1922
|
-
headers: Optional[
|
|
1923
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1923
1924
|
) -> Response:
|
|
1924
1925
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role"""
|
|
1925
1926
|
|
|
@@ -1938,7 +1939,7 @@ class OrgsClient:
|
|
|
1938
1939
|
org: str,
|
|
1939
1940
|
role_id: int,
|
|
1940
1941
|
*,
|
|
1941
|
-
headers: Optional[
|
|
1942
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1942
1943
|
) -> Response:
|
|
1943
1944
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role"""
|
|
1944
1945
|
|
|
@@ -1958,7 +1959,7 @@ class OrgsClient:
|
|
|
1958
1959
|
org: str,
|
|
1959
1960
|
role_id: int,
|
|
1960
1961
|
*,
|
|
1961
|
-
headers: Optional[
|
|
1962
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1962
1963
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
1963
1964
|
) -> Response[
|
|
1964
1965
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1971,7 +1972,7 @@ class OrgsClient:
|
|
|
1971
1972
|
role_id: int,
|
|
1972
1973
|
*,
|
|
1973
1974
|
data: UnsetType = UNSET,
|
|
1974
|
-
headers: Optional[
|
|
1975
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1975
1976
|
name: Missing[str] = UNSET,
|
|
1976
1977
|
description: Missing[Union[str, None]] = UNSET,
|
|
1977
1978
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -1985,7 +1986,7 @@ class OrgsClient:
|
|
|
1985
1986
|
org: str,
|
|
1986
1987
|
role_id: int,
|
|
1987
1988
|
*,
|
|
1988
|
-
headers: Optional[
|
|
1989
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1989
1990
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
1990
1991
|
**kwargs,
|
|
1991
1992
|
) -> Response[
|
|
@@ -2033,7 +2034,7 @@ class OrgsClient:
|
|
|
2033
2034
|
org: str,
|
|
2034
2035
|
role_id: int,
|
|
2035
2036
|
*,
|
|
2036
|
-
headers: Optional[
|
|
2037
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2037
2038
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
2038
2039
|
) -> Response[
|
|
2039
2040
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2046,7 +2047,7 @@ class OrgsClient:
|
|
|
2046
2047
|
role_id: int,
|
|
2047
2048
|
*,
|
|
2048
2049
|
data: UnsetType = UNSET,
|
|
2049
|
-
headers: Optional[
|
|
2050
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2050
2051
|
name: Missing[str] = UNSET,
|
|
2051
2052
|
description: Missing[Union[str, None]] = UNSET,
|
|
2052
2053
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -2060,7 +2061,7 @@ class OrgsClient:
|
|
|
2060
2061
|
org: str,
|
|
2061
2062
|
role_id: int,
|
|
2062
2063
|
*,
|
|
2063
|
-
headers: Optional[
|
|
2064
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2064
2065
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
2065
2066
|
**kwargs,
|
|
2066
2067
|
) -> Response[
|
|
@@ -2108,7 +2109,7 @@ class OrgsClient:
|
|
|
2108
2109
|
*,
|
|
2109
2110
|
per_page: Missing[int] = UNSET,
|
|
2110
2111
|
page: Missing[int] = UNSET,
|
|
2111
|
-
headers: Optional[
|
|
2112
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2112
2113
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2113
2114
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations"""
|
|
2114
2115
|
|
|
@@ -2140,7 +2141,7 @@ class OrgsClient:
|
|
|
2140
2141
|
*,
|
|
2141
2142
|
per_page: Missing[int] = UNSET,
|
|
2142
2143
|
page: Missing[int] = UNSET,
|
|
2143
|
-
headers: Optional[
|
|
2144
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2144
2145
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2145
2146
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations"""
|
|
2146
2147
|
|
|
@@ -2170,7 +2171,7 @@ class OrgsClient:
|
|
|
2170
2171
|
self,
|
|
2171
2172
|
org: str,
|
|
2172
2173
|
*,
|
|
2173
|
-
headers: Optional[
|
|
2174
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2174
2175
|
) -> Response[
|
|
2175
2176
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
2176
2177
|
]:
|
|
@@ -2193,7 +2194,7 @@ class OrgsClient:
|
|
|
2193
2194
|
self,
|
|
2194
2195
|
org: str,
|
|
2195
2196
|
*,
|
|
2196
|
-
headers: Optional[
|
|
2197
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2197
2198
|
) -> Response[
|
|
2198
2199
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
2199
2200
|
]:
|
|
@@ -2218,7 +2219,7 @@ class OrgsClient:
|
|
|
2218
2219
|
*,
|
|
2219
2220
|
per_page: Missing[int] = UNSET,
|
|
2220
2221
|
page: Missing[int] = UNSET,
|
|
2221
|
-
headers: Optional[
|
|
2222
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2222
2223
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
2223
2224
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks"""
|
|
2224
2225
|
|
|
@@ -2250,7 +2251,7 @@ class OrgsClient:
|
|
|
2250
2251
|
*,
|
|
2251
2252
|
per_page: Missing[int] = UNSET,
|
|
2252
2253
|
page: Missing[int] = UNSET,
|
|
2253
|
-
headers: Optional[
|
|
2254
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2254
2255
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
2255
2256
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks"""
|
|
2256
2257
|
|
|
@@ -2281,7 +2282,7 @@ class OrgsClient:
|
|
|
2281
2282
|
self,
|
|
2282
2283
|
org: str,
|
|
2283
2284
|
*,
|
|
2284
|
-
headers: Optional[
|
|
2285
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2285
2286
|
data: OrgsOrgHooksPostBodyType,
|
|
2286
2287
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
2287
2288
|
|
|
@@ -2291,7 +2292,7 @@ class OrgsClient:
|
|
|
2291
2292
|
org: str,
|
|
2292
2293
|
*,
|
|
2293
2294
|
data: UnsetType = UNSET,
|
|
2294
|
-
headers: Optional[
|
|
2295
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2295
2296
|
name: str,
|
|
2296
2297
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
2297
2298
|
events: Missing[list[str]] = UNSET,
|
|
@@ -2302,7 +2303,7 @@ class OrgsClient:
|
|
|
2302
2303
|
self,
|
|
2303
2304
|
org: str,
|
|
2304
2305
|
*,
|
|
2305
|
-
headers: Optional[
|
|
2306
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2306
2307
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
2307
2308
|
**kwargs,
|
|
2308
2309
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -2340,7 +2341,7 @@ class OrgsClient:
|
|
|
2340
2341
|
self,
|
|
2341
2342
|
org: str,
|
|
2342
2343
|
*,
|
|
2343
|
-
headers: Optional[
|
|
2344
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2344
2345
|
data: OrgsOrgHooksPostBodyType,
|
|
2345
2346
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
2346
2347
|
|
|
@@ -2350,7 +2351,7 @@ class OrgsClient:
|
|
|
2350
2351
|
org: str,
|
|
2351
2352
|
*,
|
|
2352
2353
|
data: UnsetType = UNSET,
|
|
2353
|
-
headers: Optional[
|
|
2354
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2354
2355
|
name: str,
|
|
2355
2356
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
2356
2357
|
events: Missing[list[str]] = UNSET,
|
|
@@ -2361,7 +2362,7 @@ class OrgsClient:
|
|
|
2361
2362
|
self,
|
|
2362
2363
|
org: str,
|
|
2363
2364
|
*,
|
|
2364
|
-
headers: Optional[
|
|
2365
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2365
2366
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
2366
2367
|
**kwargs,
|
|
2367
2368
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -2399,7 +2400,7 @@ class OrgsClient:
|
|
|
2399
2400
|
org: str,
|
|
2400
2401
|
hook_id: int,
|
|
2401
2402
|
*,
|
|
2402
|
-
headers: Optional[
|
|
2403
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2403
2404
|
) -> Response[OrgHook, OrgHookType]:
|
|
2404
2405
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook"""
|
|
2405
2406
|
|
|
@@ -2424,7 +2425,7 @@ class OrgsClient:
|
|
|
2424
2425
|
org: str,
|
|
2425
2426
|
hook_id: int,
|
|
2426
2427
|
*,
|
|
2427
|
-
headers: Optional[
|
|
2428
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2428
2429
|
) -> Response[OrgHook, OrgHookType]:
|
|
2429
2430
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook"""
|
|
2430
2431
|
|
|
@@ -2449,7 +2450,7 @@ class OrgsClient:
|
|
|
2449
2450
|
org: str,
|
|
2450
2451
|
hook_id: int,
|
|
2451
2452
|
*,
|
|
2452
|
-
headers: Optional[
|
|
2453
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2453
2454
|
) -> Response:
|
|
2454
2455
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook"""
|
|
2455
2456
|
|
|
@@ -2473,7 +2474,7 @@ class OrgsClient:
|
|
|
2473
2474
|
org: str,
|
|
2474
2475
|
hook_id: int,
|
|
2475
2476
|
*,
|
|
2476
|
-
headers: Optional[
|
|
2477
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2477
2478
|
) -> Response:
|
|
2478
2479
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook"""
|
|
2479
2480
|
|
|
@@ -2498,7 +2499,7 @@ class OrgsClient:
|
|
|
2498
2499
|
org: str,
|
|
2499
2500
|
hook_id: int,
|
|
2500
2501
|
*,
|
|
2501
|
-
headers: Optional[
|
|
2502
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2502
2503
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
2503
2504
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
2504
2505
|
|
|
@@ -2509,7 +2510,7 @@ class OrgsClient:
|
|
|
2509
2510
|
hook_id: int,
|
|
2510
2511
|
*,
|
|
2511
2512
|
data: UnsetType = UNSET,
|
|
2512
|
-
headers: Optional[
|
|
2513
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2513
2514
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
2514
2515
|
events: Missing[list[str]] = UNSET,
|
|
2515
2516
|
active: Missing[bool] = UNSET,
|
|
@@ -2521,7 +2522,7 @@ class OrgsClient:
|
|
|
2521
2522
|
org: str,
|
|
2522
2523
|
hook_id: int,
|
|
2523
2524
|
*,
|
|
2524
|
-
headers: Optional[
|
|
2525
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2525
2526
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
2526
2527
|
**kwargs,
|
|
2527
2528
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -2565,7 +2566,7 @@ class OrgsClient:
|
|
|
2565
2566
|
org: str,
|
|
2566
2567
|
hook_id: int,
|
|
2567
2568
|
*,
|
|
2568
|
-
headers: Optional[
|
|
2569
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2569
2570
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
2570
2571
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
2571
2572
|
|
|
@@ -2576,7 +2577,7 @@ class OrgsClient:
|
|
|
2576
2577
|
hook_id: int,
|
|
2577
2578
|
*,
|
|
2578
2579
|
data: UnsetType = UNSET,
|
|
2579
|
-
headers: Optional[
|
|
2580
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2580
2581
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
2581
2582
|
events: Missing[list[str]] = UNSET,
|
|
2582
2583
|
active: Missing[bool] = UNSET,
|
|
@@ -2588,7 +2589,7 @@ class OrgsClient:
|
|
|
2588
2589
|
org: str,
|
|
2589
2590
|
hook_id: int,
|
|
2590
2591
|
*,
|
|
2591
|
-
headers: Optional[
|
|
2592
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2592
2593
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
2593
2594
|
**kwargs,
|
|
2594
2595
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -2631,7 +2632,7 @@ class OrgsClient:
|
|
|
2631
2632
|
org: str,
|
|
2632
2633
|
hook_id: int,
|
|
2633
2634
|
*,
|
|
2634
|
-
headers: Optional[
|
|
2635
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2635
2636
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
2636
2637
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization"""
|
|
2637
2638
|
|
|
@@ -2653,7 +2654,7 @@ class OrgsClient:
|
|
|
2653
2654
|
org: str,
|
|
2654
2655
|
hook_id: int,
|
|
2655
2656
|
*,
|
|
2656
|
-
headers: Optional[
|
|
2657
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2657
2658
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
2658
2659
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization"""
|
|
2659
2660
|
|
|
@@ -2676,7 +2677,7 @@ class OrgsClient:
|
|
|
2676
2677
|
org: str,
|
|
2677
2678
|
hook_id: int,
|
|
2678
2679
|
*,
|
|
2679
|
-
headers: Optional[
|
|
2680
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2680
2681
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
2681
2682
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
2682
2683
|
|
|
@@ -2687,7 +2688,7 @@ class OrgsClient:
|
|
|
2687
2688
|
hook_id: int,
|
|
2688
2689
|
*,
|
|
2689
2690
|
data: UnsetType = UNSET,
|
|
2690
|
-
headers: Optional[
|
|
2691
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2691
2692
|
url: Missing[str] = UNSET,
|
|
2692
2693
|
content_type: Missing[str] = UNSET,
|
|
2693
2694
|
secret: Missing[str] = UNSET,
|
|
@@ -2699,7 +2700,7 @@ class OrgsClient:
|
|
|
2699
2700
|
org: str,
|
|
2700
2701
|
hook_id: int,
|
|
2701
2702
|
*,
|
|
2702
|
-
headers: Optional[
|
|
2703
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2703
2704
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
2704
2705
|
**kwargs,
|
|
2705
2706
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -2734,7 +2735,7 @@ class OrgsClient:
|
|
|
2734
2735
|
org: str,
|
|
2735
2736
|
hook_id: int,
|
|
2736
2737
|
*,
|
|
2737
|
-
headers: Optional[
|
|
2738
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2738
2739
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
2739
2740
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
2740
2741
|
|
|
@@ -2745,7 +2746,7 @@ class OrgsClient:
|
|
|
2745
2746
|
hook_id: int,
|
|
2746
2747
|
*,
|
|
2747
2748
|
data: UnsetType = UNSET,
|
|
2748
|
-
headers: Optional[
|
|
2749
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2749
2750
|
url: Missing[str] = UNSET,
|
|
2750
2751
|
content_type: Missing[str] = UNSET,
|
|
2751
2752
|
secret: Missing[str] = UNSET,
|
|
@@ -2757,7 +2758,7 @@ class OrgsClient:
|
|
|
2757
2758
|
org: str,
|
|
2758
2759
|
hook_id: int,
|
|
2759
2760
|
*,
|
|
2760
|
-
headers: Optional[
|
|
2761
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2761
2762
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
2762
2763
|
**kwargs,
|
|
2763
2764
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -2793,7 +2794,7 @@ class OrgsClient:
|
|
|
2793
2794
|
*,
|
|
2794
2795
|
per_page: Missing[int] = UNSET,
|
|
2795
2796
|
cursor: Missing[str] = UNSET,
|
|
2796
|
-
headers: Optional[
|
|
2797
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2797
2798
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
2798
2799
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook"""
|
|
2799
2800
|
|
|
@@ -2827,7 +2828,7 @@ class OrgsClient:
|
|
|
2827
2828
|
*,
|
|
2828
2829
|
per_page: Missing[int] = UNSET,
|
|
2829
2830
|
cursor: Missing[str] = UNSET,
|
|
2830
|
-
headers: Optional[
|
|
2831
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2831
2832
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
2832
2833
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook"""
|
|
2833
2834
|
|
|
@@ -2860,7 +2861,7 @@ class OrgsClient:
|
|
|
2860
2861
|
hook_id: int,
|
|
2861
2862
|
delivery_id: int,
|
|
2862
2863
|
*,
|
|
2863
|
-
headers: Optional[
|
|
2864
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2864
2865
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
2865
2866
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook"""
|
|
2866
2867
|
|
|
@@ -2887,7 +2888,7 @@ class OrgsClient:
|
|
|
2887
2888
|
hook_id: int,
|
|
2888
2889
|
delivery_id: int,
|
|
2889
2890
|
*,
|
|
2890
|
-
headers: Optional[
|
|
2891
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2891
2892
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
2892
2893
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook"""
|
|
2893
2894
|
|
|
@@ -2914,7 +2915,7 @@ class OrgsClient:
|
|
|
2914
2915
|
hook_id: int,
|
|
2915
2916
|
delivery_id: int,
|
|
2916
2917
|
*,
|
|
2917
|
-
headers: Optional[
|
|
2918
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2918
2919
|
) -> Response[
|
|
2919
2920
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2920
2921
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -2948,7 +2949,7 @@ class OrgsClient:
|
|
|
2948
2949
|
hook_id: int,
|
|
2949
2950
|
delivery_id: int,
|
|
2950
2951
|
*,
|
|
2951
|
-
headers: Optional[
|
|
2952
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2952
2953
|
) -> Response[
|
|
2953
2954
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2954
2955
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -2981,7 +2982,7 @@ class OrgsClient:
|
|
|
2981
2982
|
org: str,
|
|
2982
2983
|
hook_id: int,
|
|
2983
2984
|
*,
|
|
2984
|
-
headers: Optional[
|
|
2985
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2985
2986
|
) -> Response:
|
|
2986
2987
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook"""
|
|
2987
2988
|
|
|
@@ -3005,7 +3006,7 @@ class OrgsClient:
|
|
|
3005
3006
|
org: str,
|
|
3006
3007
|
hook_id: int,
|
|
3007
3008
|
*,
|
|
3008
|
-
headers: Optional[
|
|
3009
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3009
3010
|
) -> Response:
|
|
3010
3011
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook"""
|
|
3011
3012
|
|
|
@@ -3054,7 +3055,7 @@ class OrgsClient:
|
|
|
3054
3055
|
]
|
|
3055
3056
|
] = UNSET,
|
|
3056
3057
|
api_route_substring: Missing[str] = UNSET,
|
|
3057
|
-
headers: Optional[
|
|
3058
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3058
3059
|
) -> Response[
|
|
3059
3060
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
3060
3061
|
]:
|
|
@@ -3114,7 +3115,7 @@ class OrgsClient:
|
|
|
3114
3115
|
]
|
|
3115
3116
|
] = UNSET,
|
|
3116
3117
|
api_route_substring: Missing[str] = UNSET,
|
|
3117
|
-
headers: Optional[
|
|
3118
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3118
3119
|
) -> Response[
|
|
3119
3120
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
3120
3121
|
]:
|
|
@@ -3165,7 +3166,7 @@ class OrgsClient:
|
|
|
3165
3166
|
]
|
|
3166
3167
|
] = UNSET,
|
|
3167
3168
|
subject_name_substring: Missing[str] = UNSET,
|
|
3168
|
-
headers: Optional[
|
|
3169
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3169
3170
|
) -> Response[
|
|
3170
3171
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
3171
3172
|
]:
|
|
@@ -3216,7 +3217,7 @@ class OrgsClient:
|
|
|
3216
3217
|
]
|
|
3217
3218
|
] = UNSET,
|
|
3218
3219
|
subject_name_substring: Missing[str] = UNSET,
|
|
3219
|
-
headers: Optional[
|
|
3220
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3220
3221
|
) -> Response[
|
|
3221
3222
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
3222
3223
|
]:
|
|
@@ -3252,7 +3253,7 @@ class OrgsClient:
|
|
|
3252
3253
|
*,
|
|
3253
3254
|
min_timestamp: str,
|
|
3254
3255
|
max_timestamp: Missing[str] = UNSET,
|
|
3255
|
-
headers: Optional[
|
|
3256
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3256
3257
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3257
3258
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats"""
|
|
3258
3259
|
|
|
@@ -3281,7 +3282,7 @@ class OrgsClient:
|
|
|
3281
3282
|
*,
|
|
3282
3283
|
min_timestamp: str,
|
|
3283
3284
|
max_timestamp: Missing[str] = UNSET,
|
|
3284
|
-
headers: Optional[
|
|
3285
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3285
3286
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3286
3287
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats"""
|
|
3287
3288
|
|
|
@@ -3311,7 +3312,7 @@ class OrgsClient:
|
|
|
3311
3312
|
*,
|
|
3312
3313
|
min_timestamp: str,
|
|
3313
3314
|
max_timestamp: Missing[str] = UNSET,
|
|
3314
|
-
headers: Optional[
|
|
3315
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3315
3316
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3316
3317
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user"""
|
|
3317
3318
|
|
|
@@ -3341,7 +3342,7 @@ class OrgsClient:
|
|
|
3341
3342
|
*,
|
|
3342
3343
|
min_timestamp: str,
|
|
3343
3344
|
max_timestamp: Missing[str] = UNSET,
|
|
3344
|
-
headers: Optional[
|
|
3345
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3345
3346
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3346
3347
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user"""
|
|
3347
3348
|
|
|
@@ -3378,7 +3379,7 @@ class OrgsClient:
|
|
|
3378
3379
|
*,
|
|
3379
3380
|
min_timestamp: str,
|
|
3380
3381
|
max_timestamp: Missing[str] = UNSET,
|
|
3381
|
-
headers: Optional[
|
|
3382
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3382
3383
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3383
3384
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor"""
|
|
3384
3385
|
|
|
@@ -3415,7 +3416,7 @@ class OrgsClient:
|
|
|
3415
3416
|
*,
|
|
3416
3417
|
min_timestamp: str,
|
|
3417
3418
|
max_timestamp: Missing[str] = UNSET,
|
|
3418
|
-
headers: Optional[
|
|
3419
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3419
3420
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
3420
3421
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor"""
|
|
3421
3422
|
|
|
@@ -3445,7 +3446,7 @@ class OrgsClient:
|
|
|
3445
3446
|
min_timestamp: str,
|
|
3446
3447
|
max_timestamp: Missing[str] = UNSET,
|
|
3447
3448
|
timestamp_increment: str,
|
|
3448
|
-
headers: Optional[
|
|
3449
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3449
3450
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3450
3451
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats"""
|
|
3451
3452
|
|
|
@@ -3476,7 +3477,7 @@ class OrgsClient:
|
|
|
3476
3477
|
min_timestamp: str,
|
|
3477
3478
|
max_timestamp: Missing[str] = UNSET,
|
|
3478
3479
|
timestamp_increment: str,
|
|
3479
|
-
headers: Optional[
|
|
3480
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3480
3481
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3481
3482
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats"""
|
|
3482
3483
|
|
|
@@ -3508,7 +3509,7 @@ class OrgsClient:
|
|
|
3508
3509
|
min_timestamp: str,
|
|
3509
3510
|
max_timestamp: Missing[str] = UNSET,
|
|
3510
3511
|
timestamp_increment: str,
|
|
3511
|
-
headers: Optional[
|
|
3512
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3512
3513
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3513
3514
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user"""
|
|
3514
3515
|
|
|
@@ -3540,7 +3541,7 @@ class OrgsClient:
|
|
|
3540
3541
|
min_timestamp: str,
|
|
3541
3542
|
max_timestamp: Missing[str] = UNSET,
|
|
3542
3543
|
timestamp_increment: str,
|
|
3543
|
-
headers: Optional[
|
|
3544
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3544
3545
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3545
3546
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user"""
|
|
3546
3547
|
|
|
@@ -3579,7 +3580,7 @@ class OrgsClient:
|
|
|
3579
3580
|
min_timestamp: str,
|
|
3580
3581
|
max_timestamp: Missing[str] = UNSET,
|
|
3581
3582
|
timestamp_increment: str,
|
|
3582
|
-
headers: Optional[
|
|
3583
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3583
3584
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3584
3585
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor"""
|
|
3585
3586
|
|
|
@@ -3618,7 +3619,7 @@ class OrgsClient:
|
|
|
3618
3619
|
min_timestamp: str,
|
|
3619
3620
|
max_timestamp: Missing[str] = UNSET,
|
|
3620
3621
|
timestamp_increment: str,
|
|
3621
|
-
headers: Optional[
|
|
3622
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3622
3623
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3623
3624
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor"""
|
|
3624
3625
|
|
|
@@ -3664,7 +3665,7 @@ class OrgsClient:
|
|
|
3664
3665
|
]
|
|
3665
3666
|
] = UNSET,
|
|
3666
3667
|
actor_name_substring: Missing[str] = UNSET,
|
|
3667
|
-
headers: Optional[
|
|
3668
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3668
3669
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
3669
3670
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats"""
|
|
3670
3671
|
|
|
@@ -3714,7 +3715,7 @@ class OrgsClient:
|
|
|
3714
3715
|
]
|
|
3715
3716
|
] = UNSET,
|
|
3716
3717
|
actor_name_substring: Missing[str] = UNSET,
|
|
3717
|
-
headers: Optional[
|
|
3718
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3718
3719
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
3719
3720
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats"""
|
|
3720
3721
|
|
|
@@ -3748,7 +3749,7 @@ class OrgsClient:
|
|
|
3748
3749
|
*,
|
|
3749
3750
|
per_page: Missing[int] = UNSET,
|
|
3750
3751
|
page: Missing[int] = UNSET,
|
|
3751
|
-
headers: Optional[
|
|
3752
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3752
3753
|
) -> Response[
|
|
3753
3754
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
3754
3755
|
]:
|
|
@@ -3779,7 +3780,7 @@ class OrgsClient:
|
|
|
3779
3780
|
*,
|
|
3780
3781
|
per_page: Missing[int] = UNSET,
|
|
3781
3782
|
page: Missing[int] = UNSET,
|
|
3782
|
-
headers: Optional[
|
|
3783
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3783
3784
|
) -> Response[
|
|
3784
3785
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
3785
3786
|
]:
|
|
@@ -3816,7 +3817,7 @@ class OrgsClient:
|
|
|
3816
3817
|
]
|
|
3817
3818
|
] = UNSET,
|
|
3818
3819
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3819
|
-
headers: Optional[
|
|
3820
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3820
3821
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3821
3822
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations"""
|
|
3822
3823
|
|
|
@@ -3856,7 +3857,7 @@ class OrgsClient:
|
|
|
3856
3857
|
]
|
|
3857
3858
|
] = UNSET,
|
|
3858
3859
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3859
|
-
headers: Optional[
|
|
3860
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3860
3861
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3861
3862
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations"""
|
|
3862
3863
|
|
|
@@ -3889,7 +3890,7 @@ class OrgsClient:
|
|
|
3889
3890
|
self,
|
|
3890
3891
|
org: str,
|
|
3891
3892
|
*,
|
|
3892
|
-
headers: Optional[
|
|
3893
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3893
3894
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3894
3895
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3895
3896
|
|
|
@@ -3899,7 +3900,7 @@ class OrgsClient:
|
|
|
3899
3900
|
org: str,
|
|
3900
3901
|
*,
|
|
3901
3902
|
data: UnsetType = UNSET,
|
|
3902
|
-
headers: Optional[
|
|
3903
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3903
3904
|
invitee_id: Missing[int] = UNSET,
|
|
3904
3905
|
email: Missing[str] = UNSET,
|
|
3905
3906
|
role: Missing[
|
|
@@ -3912,7 +3913,7 @@ class OrgsClient:
|
|
|
3912
3913
|
self,
|
|
3913
3914
|
org: str,
|
|
3914
3915
|
*,
|
|
3915
|
-
headers: Optional[
|
|
3916
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3916
3917
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3917
3918
|
**kwargs,
|
|
3918
3919
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -3955,7 +3956,7 @@ class OrgsClient:
|
|
|
3955
3956
|
self,
|
|
3956
3957
|
org: str,
|
|
3957
3958
|
*,
|
|
3958
|
-
headers: Optional[
|
|
3959
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3959
3960
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3960
3961
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3961
3962
|
|
|
@@ -3965,7 +3966,7 @@ class OrgsClient:
|
|
|
3965
3966
|
org: str,
|
|
3966
3967
|
*,
|
|
3967
3968
|
data: UnsetType = UNSET,
|
|
3968
|
-
headers: Optional[
|
|
3969
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3969
3970
|
invitee_id: Missing[int] = UNSET,
|
|
3970
3971
|
email: Missing[str] = UNSET,
|
|
3971
3972
|
role: Missing[
|
|
@@ -3978,7 +3979,7 @@ class OrgsClient:
|
|
|
3978
3979
|
self,
|
|
3979
3980
|
org: str,
|
|
3980
3981
|
*,
|
|
3981
|
-
headers: Optional[
|
|
3982
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3982
3983
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3983
3984
|
**kwargs,
|
|
3984
3985
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -4021,7 +4022,7 @@ class OrgsClient:
|
|
|
4021
4022
|
org: str,
|
|
4022
4023
|
invitation_id: int,
|
|
4023
4024
|
*,
|
|
4024
|
-
headers: Optional[
|
|
4025
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4025
4026
|
) -> Response:
|
|
4026
4027
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation"""
|
|
4027
4028
|
|
|
@@ -4046,7 +4047,7 @@ class OrgsClient:
|
|
|
4046
4047
|
org: str,
|
|
4047
4048
|
invitation_id: int,
|
|
4048
4049
|
*,
|
|
4049
|
-
headers: Optional[
|
|
4050
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4050
4051
|
) -> Response:
|
|
4051
4052
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation"""
|
|
4052
4053
|
|
|
@@ -4073,7 +4074,7 @@ class OrgsClient:
|
|
|
4073
4074
|
*,
|
|
4074
4075
|
per_page: Missing[int] = UNSET,
|
|
4075
4076
|
page: Missing[int] = UNSET,
|
|
4076
|
-
headers: Optional[
|
|
4077
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4077
4078
|
) -> Response[list[Team], list[TeamType]]:
|
|
4078
4079
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams"""
|
|
4079
4080
|
|
|
@@ -4106,7 +4107,7 @@ class OrgsClient:
|
|
|
4106
4107
|
*,
|
|
4107
4108
|
per_page: Missing[int] = UNSET,
|
|
4108
4109
|
page: Missing[int] = UNSET,
|
|
4109
|
-
headers: Optional[
|
|
4110
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4110
4111
|
) -> Response[list[Team], list[TeamType]]:
|
|
4111
4112
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams"""
|
|
4112
4113
|
|
|
@@ -4140,7 +4141,7 @@ class OrgsClient:
|
|
|
4140
4141
|
role: Missing[Literal["all", "admin", "member"]] = UNSET,
|
|
4141
4142
|
per_page: Missing[int] = UNSET,
|
|
4142
4143
|
page: Missing[int] = UNSET,
|
|
4143
|
-
headers: Optional[
|
|
4144
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4144
4145
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4145
4146
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members"""
|
|
4146
4147
|
|
|
@@ -4176,7 +4177,7 @@ class OrgsClient:
|
|
|
4176
4177
|
role: Missing[Literal["all", "admin", "member"]] = UNSET,
|
|
4177
4178
|
per_page: Missing[int] = UNSET,
|
|
4178
4179
|
page: Missing[int] = UNSET,
|
|
4179
|
-
headers: Optional[
|
|
4180
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4180
4181
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4181
4182
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members"""
|
|
4182
4183
|
|
|
@@ -4209,7 +4210,7 @@ class OrgsClient:
|
|
|
4209
4210
|
org: str,
|
|
4210
4211
|
username: str,
|
|
4211
4212
|
*,
|
|
4212
|
-
headers: Optional[
|
|
4213
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4213
4214
|
) -> Response:
|
|
4214
4215
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user"""
|
|
4215
4216
|
|
|
@@ -4229,7 +4230,7 @@ class OrgsClient:
|
|
|
4229
4230
|
org: str,
|
|
4230
4231
|
username: str,
|
|
4231
4232
|
*,
|
|
4232
|
-
headers: Optional[
|
|
4233
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4233
4234
|
) -> Response:
|
|
4234
4235
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user"""
|
|
4235
4236
|
|
|
@@ -4249,7 +4250,7 @@ class OrgsClient:
|
|
|
4249
4250
|
org: str,
|
|
4250
4251
|
username: str,
|
|
4251
4252
|
*,
|
|
4252
|
-
headers: Optional[
|
|
4253
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4253
4254
|
) -> Response:
|
|
4254
4255
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member"""
|
|
4255
4256
|
|
|
@@ -4273,7 +4274,7 @@ class OrgsClient:
|
|
|
4273
4274
|
org: str,
|
|
4274
4275
|
username: str,
|
|
4275
4276
|
*,
|
|
4276
|
-
headers: Optional[
|
|
4277
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4277
4278
|
) -> Response:
|
|
4278
4279
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member"""
|
|
4279
4280
|
|
|
@@ -4297,7 +4298,7 @@ class OrgsClient:
|
|
|
4297
4298
|
org: str,
|
|
4298
4299
|
username: str,
|
|
4299
4300
|
*,
|
|
4300
|
-
headers: Optional[
|
|
4301
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4301
4302
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4302
4303
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user"""
|
|
4303
4304
|
|
|
@@ -4323,7 +4324,7 @@ class OrgsClient:
|
|
|
4323
4324
|
org: str,
|
|
4324
4325
|
username: str,
|
|
4325
4326
|
*,
|
|
4326
|
-
headers: Optional[
|
|
4327
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4327
4328
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4328
4329
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user"""
|
|
4329
4330
|
|
|
@@ -4350,7 +4351,7 @@ class OrgsClient:
|
|
|
4350
4351
|
org: str,
|
|
4351
4352
|
username: str,
|
|
4352
4353
|
*,
|
|
4353
|
-
headers: Optional[
|
|
4354
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4354
4355
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4355
4356
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4356
4357
|
|
|
@@ -4361,7 +4362,7 @@ class OrgsClient:
|
|
|
4361
4362
|
username: str,
|
|
4362
4363
|
*,
|
|
4363
4364
|
data: UnsetType = UNSET,
|
|
4364
|
-
headers: Optional[
|
|
4365
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4365
4366
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4366
4367
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4367
4368
|
|
|
@@ -4370,7 +4371,7 @@ class OrgsClient:
|
|
|
4370
4371
|
org: str,
|
|
4371
4372
|
username: str,
|
|
4372
4373
|
*,
|
|
4373
|
-
headers: Optional[
|
|
4374
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4374
4375
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4375
4376
|
**kwargs,
|
|
4376
4377
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4414,7 +4415,7 @@ class OrgsClient:
|
|
|
4414
4415
|
org: str,
|
|
4415
4416
|
username: str,
|
|
4416
4417
|
*,
|
|
4417
|
-
headers: Optional[
|
|
4418
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4418
4419
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4419
4420
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4420
4421
|
|
|
@@ -4425,7 +4426,7 @@ class OrgsClient:
|
|
|
4425
4426
|
username: str,
|
|
4426
4427
|
*,
|
|
4427
4428
|
data: UnsetType = UNSET,
|
|
4428
|
-
headers: Optional[
|
|
4429
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4429
4430
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4430
4431
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4431
4432
|
|
|
@@ -4434,7 +4435,7 @@ class OrgsClient:
|
|
|
4434
4435
|
org: str,
|
|
4435
4436
|
username: str,
|
|
4436
4437
|
*,
|
|
4437
|
-
headers: Optional[
|
|
4438
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4438
4439
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4439
4440
|
**kwargs,
|
|
4440
4441
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4477,7 +4478,7 @@ class OrgsClient:
|
|
|
4477
4478
|
org: str,
|
|
4478
4479
|
username: str,
|
|
4479
4480
|
*,
|
|
4480
|
-
headers: Optional[
|
|
4481
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4481
4482
|
) -> Response:
|
|
4482
4483
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user"""
|
|
4483
4484
|
|
|
@@ -4502,7 +4503,7 @@ class OrgsClient:
|
|
|
4502
4503
|
org: str,
|
|
4503
4504
|
username: str,
|
|
4504
4505
|
*,
|
|
4505
|
-
headers: Optional[
|
|
4506
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4506
4507
|
) -> Response:
|
|
4507
4508
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user"""
|
|
4508
4509
|
|
|
@@ -4526,7 +4527,7 @@ class OrgsClient:
|
|
|
4526
4527
|
self,
|
|
4527
4528
|
org: str,
|
|
4528
4529
|
*,
|
|
4529
|
-
headers: Optional[
|
|
4530
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4530
4531
|
) -> Response[
|
|
4531
4532
|
list[OrganizationFineGrainedPermission],
|
|
4532
4533
|
list[OrganizationFineGrainedPermissionType],
|
|
@@ -4558,7 +4559,7 @@ class OrgsClient:
|
|
|
4558
4559
|
self,
|
|
4559
4560
|
org: str,
|
|
4560
4561
|
*,
|
|
4561
|
-
headers: Optional[
|
|
4562
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4562
4563
|
) -> Response[
|
|
4563
4564
|
list[OrganizationFineGrainedPermission],
|
|
4564
4565
|
list[OrganizationFineGrainedPermissionType],
|
|
@@ -4590,7 +4591,7 @@ class OrgsClient:
|
|
|
4590
4591
|
self,
|
|
4591
4592
|
org: str,
|
|
4592
4593
|
*,
|
|
4593
|
-
headers: Optional[
|
|
4594
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4594
4595
|
) -> Response[
|
|
4595
4596
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4596
4597
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4622,7 +4623,7 @@ class OrgsClient:
|
|
|
4622
4623
|
self,
|
|
4623
4624
|
org: str,
|
|
4624
4625
|
*,
|
|
4625
|
-
headers: Optional[
|
|
4626
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4626
4627
|
) -> Response[
|
|
4627
4628
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4628
4629
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4655,7 +4656,7 @@ class OrgsClient:
|
|
|
4655
4656
|
self,
|
|
4656
4657
|
org: str,
|
|
4657
4658
|
*,
|
|
4658
|
-
headers: Optional[
|
|
4659
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4659
4660
|
data: OrganizationCustomOrganizationRoleCreateSchemaType,
|
|
4660
4661
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
4661
4662
|
|
|
@@ -4665,7 +4666,7 @@ class OrgsClient:
|
|
|
4665
4666
|
org: str,
|
|
4666
4667
|
*,
|
|
4667
4668
|
data: UnsetType = UNSET,
|
|
4668
|
-
headers: Optional[
|
|
4669
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4669
4670
|
name: str,
|
|
4670
4671
|
description: Missing[str] = UNSET,
|
|
4671
4672
|
permissions: list[str],
|
|
@@ -4678,7 +4679,7 @@ class OrgsClient:
|
|
|
4678
4679
|
self,
|
|
4679
4680
|
org: str,
|
|
4680
4681
|
*,
|
|
4681
|
-
headers: Optional[
|
|
4682
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4682
4683
|
data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
|
|
4683
4684
|
**kwargs,
|
|
4684
4685
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -4724,7 +4725,7 @@ class OrgsClient:
|
|
|
4724
4725
|
self,
|
|
4725
4726
|
org: str,
|
|
4726
4727
|
*,
|
|
4727
|
-
headers: Optional[
|
|
4728
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4728
4729
|
data: OrganizationCustomOrganizationRoleCreateSchemaType,
|
|
4729
4730
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
4730
4731
|
|
|
@@ -4734,7 +4735,7 @@ class OrgsClient:
|
|
|
4734
4735
|
org: str,
|
|
4735
4736
|
*,
|
|
4736
4737
|
data: UnsetType = UNSET,
|
|
4737
|
-
headers: Optional[
|
|
4738
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4738
4739
|
name: str,
|
|
4739
4740
|
description: Missing[str] = UNSET,
|
|
4740
4741
|
permissions: list[str],
|
|
@@ -4747,7 +4748,7 @@ class OrgsClient:
|
|
|
4747
4748
|
self,
|
|
4748
4749
|
org: str,
|
|
4749
4750
|
*,
|
|
4750
|
-
headers: Optional[
|
|
4751
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4751
4752
|
data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
|
|
4752
4753
|
**kwargs,
|
|
4753
4754
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -4793,7 +4794,7 @@ class OrgsClient:
|
|
|
4793
4794
|
org: str,
|
|
4794
4795
|
team_slug: str,
|
|
4795
4796
|
*,
|
|
4796
|
-
headers: Optional[
|
|
4797
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4797
4798
|
) -> Response:
|
|
4798
4799
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team"""
|
|
4799
4800
|
|
|
@@ -4812,7 +4813,7 @@ class OrgsClient:
|
|
|
4812
4813
|
org: str,
|
|
4813
4814
|
team_slug: str,
|
|
4814
4815
|
*,
|
|
4815
|
-
headers: Optional[
|
|
4816
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4816
4817
|
) -> Response:
|
|
4817
4818
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team"""
|
|
4818
4819
|
|
|
@@ -4832,7 +4833,7 @@ class OrgsClient:
|
|
|
4832
4833
|
team_slug: str,
|
|
4833
4834
|
role_id: int,
|
|
4834
4835
|
*,
|
|
4835
|
-
headers: Optional[
|
|
4836
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4836
4837
|
) -> Response:
|
|
4837
4838
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team"""
|
|
4838
4839
|
|
|
@@ -4853,7 +4854,7 @@ class OrgsClient:
|
|
|
4853
4854
|
team_slug: str,
|
|
4854
4855
|
role_id: int,
|
|
4855
4856
|
*,
|
|
4856
|
-
headers: Optional[
|
|
4857
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4857
4858
|
) -> Response:
|
|
4858
4859
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team"""
|
|
4859
4860
|
|
|
@@ -4874,7 +4875,7 @@ class OrgsClient:
|
|
|
4874
4875
|
team_slug: str,
|
|
4875
4876
|
role_id: int,
|
|
4876
4877
|
*,
|
|
4877
|
-
headers: Optional[
|
|
4878
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4878
4879
|
) -> Response:
|
|
4879
4880
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team"""
|
|
4880
4881
|
|
|
@@ -4894,7 +4895,7 @@ class OrgsClient:
|
|
|
4894
4895
|
team_slug: str,
|
|
4895
4896
|
role_id: int,
|
|
4896
4897
|
*,
|
|
4897
|
-
headers: Optional[
|
|
4898
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4898
4899
|
) -> Response:
|
|
4899
4900
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team"""
|
|
4900
4901
|
|
|
@@ -4913,7 +4914,7 @@ class OrgsClient:
|
|
|
4913
4914
|
org: str,
|
|
4914
4915
|
username: str,
|
|
4915
4916
|
*,
|
|
4916
|
-
headers: Optional[
|
|
4917
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4917
4918
|
) -> Response:
|
|
4918
4919
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user"""
|
|
4919
4920
|
|
|
@@ -4932,7 +4933,7 @@ class OrgsClient:
|
|
|
4932
4933
|
org: str,
|
|
4933
4934
|
username: str,
|
|
4934
4935
|
*,
|
|
4935
|
-
headers: Optional[
|
|
4936
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4936
4937
|
) -> Response:
|
|
4937
4938
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user"""
|
|
4938
4939
|
|
|
@@ -4952,7 +4953,7 @@ class OrgsClient:
|
|
|
4952
4953
|
username: str,
|
|
4953
4954
|
role_id: int,
|
|
4954
4955
|
*,
|
|
4955
|
-
headers: Optional[
|
|
4956
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4956
4957
|
) -> Response:
|
|
4957
4958
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user"""
|
|
4958
4959
|
|
|
@@ -4973,7 +4974,7 @@ class OrgsClient:
|
|
|
4973
4974
|
username: str,
|
|
4974
4975
|
role_id: int,
|
|
4975
4976
|
*,
|
|
4976
|
-
headers: Optional[
|
|
4977
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4977
4978
|
) -> Response:
|
|
4978
4979
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user"""
|
|
4979
4980
|
|
|
@@ -4994,7 +4995,7 @@ class OrgsClient:
|
|
|
4994
4995
|
username: str,
|
|
4995
4996
|
role_id: int,
|
|
4996
4997
|
*,
|
|
4997
|
-
headers: Optional[
|
|
4998
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
4998
4999
|
) -> Response:
|
|
4999
5000
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user"""
|
|
5000
5001
|
|
|
@@ -5014,7 +5015,7 @@ class OrgsClient:
|
|
|
5014
5015
|
username: str,
|
|
5015
5016
|
role_id: int,
|
|
5016
5017
|
*,
|
|
5017
|
-
headers: Optional[
|
|
5018
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5018
5019
|
) -> Response:
|
|
5019
5020
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user"""
|
|
5020
5021
|
|
|
@@ -5033,7 +5034,7 @@ class OrgsClient:
|
|
|
5033
5034
|
org: str,
|
|
5034
5035
|
role_id: int,
|
|
5035
5036
|
*,
|
|
5036
|
-
headers: Optional[
|
|
5037
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5037
5038
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
5038
5039
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role"""
|
|
5039
5040
|
|
|
@@ -5059,7 +5060,7 @@ class OrgsClient:
|
|
|
5059
5060
|
org: str,
|
|
5060
5061
|
role_id: int,
|
|
5061
5062
|
*,
|
|
5062
|
-
headers: Optional[
|
|
5063
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5063
5064
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
5064
5065
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role"""
|
|
5065
5066
|
|
|
@@ -5085,7 +5086,7 @@ class OrgsClient:
|
|
|
5085
5086
|
org: str,
|
|
5086
5087
|
role_id: int,
|
|
5087
5088
|
*,
|
|
5088
|
-
headers: Optional[
|
|
5089
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5089
5090
|
) -> Response:
|
|
5090
5091
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role"""
|
|
5091
5092
|
|
|
@@ -5104,7 +5105,7 @@ class OrgsClient:
|
|
|
5104
5105
|
org: str,
|
|
5105
5106
|
role_id: int,
|
|
5106
5107
|
*,
|
|
5107
|
-
headers: Optional[
|
|
5108
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5108
5109
|
) -> Response:
|
|
5109
5110
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role"""
|
|
5110
5111
|
|
|
@@ -5124,7 +5125,7 @@ class OrgsClient:
|
|
|
5124
5125
|
org: str,
|
|
5125
5126
|
role_id: int,
|
|
5126
5127
|
*,
|
|
5127
|
-
headers: Optional[
|
|
5128
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5128
5129
|
data: OrganizationCustomOrganizationRoleUpdateSchemaType,
|
|
5129
5130
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
5130
5131
|
|
|
@@ -5135,7 +5136,7 @@ class OrgsClient:
|
|
|
5135
5136
|
role_id: int,
|
|
5136
5137
|
*,
|
|
5137
5138
|
data: UnsetType = UNSET,
|
|
5138
|
-
headers: Optional[
|
|
5139
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5139
5140
|
name: Missing[str] = UNSET,
|
|
5140
5141
|
description: Missing[str] = UNSET,
|
|
5141
5142
|
permissions: Missing[list[str]] = UNSET,
|
|
@@ -5149,7 +5150,7 @@ class OrgsClient:
|
|
|
5149
5150
|
org: str,
|
|
5150
5151
|
role_id: int,
|
|
5151
5152
|
*,
|
|
5152
|
-
headers: Optional[
|
|
5153
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5153
5154
|
data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
|
|
5154
5155
|
**kwargs,
|
|
5155
5156
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -5196,7 +5197,7 @@ class OrgsClient:
|
|
|
5196
5197
|
org: str,
|
|
5197
5198
|
role_id: int,
|
|
5198
5199
|
*,
|
|
5199
|
-
headers: Optional[
|
|
5200
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5200
5201
|
data: OrganizationCustomOrganizationRoleUpdateSchemaType,
|
|
5201
5202
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
5202
5203
|
|
|
@@ -5207,7 +5208,7 @@ class OrgsClient:
|
|
|
5207
5208
|
role_id: int,
|
|
5208
5209
|
*,
|
|
5209
5210
|
data: UnsetType = UNSET,
|
|
5210
|
-
headers: Optional[
|
|
5211
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5211
5212
|
name: Missing[str] = UNSET,
|
|
5212
5213
|
description: Missing[str] = UNSET,
|
|
5213
5214
|
permissions: Missing[list[str]] = UNSET,
|
|
@@ -5221,7 +5222,7 @@ class OrgsClient:
|
|
|
5221
5222
|
org: str,
|
|
5222
5223
|
role_id: int,
|
|
5223
5224
|
*,
|
|
5224
|
-
headers: Optional[
|
|
5225
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5225
5226
|
data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
|
|
5226
5227
|
**kwargs,
|
|
5227
5228
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -5269,7 +5270,7 @@ class OrgsClient:
|
|
|
5269
5270
|
*,
|
|
5270
5271
|
per_page: Missing[int] = UNSET,
|
|
5271
5272
|
page: Missing[int] = UNSET,
|
|
5272
|
-
headers: Optional[
|
|
5273
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5273
5274
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
5274
5275
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role"""
|
|
5275
5276
|
|
|
@@ -5300,7 +5301,7 @@ class OrgsClient:
|
|
|
5300
5301
|
*,
|
|
5301
5302
|
per_page: Missing[int] = UNSET,
|
|
5302
5303
|
page: Missing[int] = UNSET,
|
|
5303
|
-
headers: Optional[
|
|
5304
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5304
5305
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
5305
5306
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role"""
|
|
5306
5307
|
|
|
@@ -5331,7 +5332,7 @@ class OrgsClient:
|
|
|
5331
5332
|
*,
|
|
5332
5333
|
per_page: Missing[int] = UNSET,
|
|
5333
5334
|
page: Missing[int] = UNSET,
|
|
5334
|
-
headers: Optional[
|
|
5335
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5335
5336
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5336
5337
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role"""
|
|
5337
5338
|
|
|
@@ -5362,7 +5363,7 @@ class OrgsClient:
|
|
|
5362
5363
|
*,
|
|
5363
5364
|
per_page: Missing[int] = UNSET,
|
|
5364
5365
|
page: Missing[int] = UNSET,
|
|
5365
|
-
headers: Optional[
|
|
5366
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5366
5367
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5367
5368
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role"""
|
|
5368
5369
|
|
|
@@ -5393,7 +5394,7 @@ class OrgsClient:
|
|
|
5393
5394
|
filter_: Missing[Literal["2fa_disabled", "all"]] = UNSET,
|
|
5394
5395
|
per_page: Missing[int] = UNSET,
|
|
5395
5396
|
page: Missing[int] = UNSET,
|
|
5396
|
-
headers: Optional[
|
|
5397
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5397
5398
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5398
5399
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization"""
|
|
5399
5400
|
|
|
@@ -5424,7 +5425,7 @@ class OrgsClient:
|
|
|
5424
5425
|
filter_: Missing[Literal["2fa_disabled", "all"]] = UNSET,
|
|
5425
5426
|
per_page: Missing[int] = UNSET,
|
|
5426
5427
|
page: Missing[int] = UNSET,
|
|
5427
|
-
headers: Optional[
|
|
5428
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5428
5429
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5429
5430
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization"""
|
|
5430
5431
|
|
|
@@ -5454,7 +5455,7 @@ class OrgsClient:
|
|
|
5454
5455
|
org: str,
|
|
5455
5456
|
username: str,
|
|
5456
5457
|
*,
|
|
5457
|
-
headers: Optional[
|
|
5458
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5458
5459
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5459
5460
|
) -> Response[
|
|
5460
5461
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5468,7 +5469,7 @@ class OrgsClient:
|
|
|
5468
5469
|
username: str,
|
|
5469
5470
|
*,
|
|
5470
5471
|
data: UnsetType = UNSET,
|
|
5471
|
-
headers: Optional[
|
|
5472
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5472
5473
|
async_: Missing[bool] = UNSET,
|
|
5473
5474
|
) -> Response[
|
|
5474
5475
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5480,7 +5481,7 @@ class OrgsClient:
|
|
|
5480
5481
|
org: str,
|
|
5481
5482
|
username: str,
|
|
5482
5483
|
*,
|
|
5483
|
-
headers: Optional[
|
|
5484
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5484
5485
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5485
5486
|
**kwargs,
|
|
5486
5487
|
) -> Response[
|
|
@@ -5527,7 +5528,7 @@ class OrgsClient:
|
|
|
5527
5528
|
org: str,
|
|
5528
5529
|
username: str,
|
|
5529
5530
|
*,
|
|
5530
|
-
headers: Optional[
|
|
5531
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5531
5532
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5532
5533
|
) -> Response[
|
|
5533
5534
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5541,7 +5542,7 @@ class OrgsClient:
|
|
|
5541
5542
|
username: str,
|
|
5542
5543
|
*,
|
|
5543
5544
|
data: UnsetType = UNSET,
|
|
5544
|
-
headers: Optional[
|
|
5545
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5545
5546
|
async_: Missing[bool] = UNSET,
|
|
5546
5547
|
) -> Response[
|
|
5547
5548
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5553,7 +5554,7 @@ class OrgsClient:
|
|
|
5553
5554
|
org: str,
|
|
5554
5555
|
username: str,
|
|
5555
5556
|
*,
|
|
5556
|
-
headers: Optional[
|
|
5557
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5557
5558
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5558
5559
|
**kwargs,
|
|
5559
5560
|
) -> Response[
|
|
@@ -5599,7 +5600,7 @@ class OrgsClient:
|
|
|
5599
5600
|
org: str,
|
|
5600
5601
|
username: str,
|
|
5601
5602
|
*,
|
|
5602
|
-
headers: Optional[
|
|
5603
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5603
5604
|
) -> Response:
|
|
5604
5605
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization"""
|
|
5605
5606
|
|
|
@@ -5623,7 +5624,7 @@ class OrgsClient:
|
|
|
5623
5624
|
org: str,
|
|
5624
5625
|
username: str,
|
|
5625
5626
|
*,
|
|
5626
|
-
headers: Optional[
|
|
5627
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5627
5628
|
) -> Response:
|
|
5628
5629
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization"""
|
|
5629
5630
|
|
|
@@ -5655,7 +5656,7 @@ class OrgsClient:
|
|
|
5655
5656
|
permission: Missing[str] = UNSET,
|
|
5656
5657
|
last_used_before: Missing[datetime] = UNSET,
|
|
5657
5658
|
last_used_after: Missing[datetime] = UNSET,
|
|
5658
|
-
headers: Optional[
|
|
5659
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5659
5660
|
) -> Response[
|
|
5660
5661
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5661
5662
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5711,7 +5712,7 @@ class OrgsClient:
|
|
|
5711
5712
|
permission: Missing[str] = UNSET,
|
|
5712
5713
|
last_used_before: Missing[datetime] = UNSET,
|
|
5713
5714
|
last_used_after: Missing[datetime] = UNSET,
|
|
5714
|
-
headers: Optional[
|
|
5715
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5715
5716
|
) -> Response[
|
|
5716
5717
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5717
5718
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5759,7 +5760,7 @@ class OrgsClient:
|
|
|
5759
5760
|
self,
|
|
5760
5761
|
org: str,
|
|
5761
5762
|
*,
|
|
5762
|
-
headers: Optional[
|
|
5763
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5763
5764
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5764
5765
|
) -> Response[
|
|
5765
5766
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5772,7 +5773,7 @@ class OrgsClient:
|
|
|
5772
5773
|
org: str,
|
|
5773
5774
|
*,
|
|
5774
5775
|
data: UnsetType = UNSET,
|
|
5775
|
-
headers: Optional[
|
|
5776
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5776
5777
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5777
5778
|
action: Literal["approve", "deny"],
|
|
5778
5779
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5785,7 +5786,7 @@ class OrgsClient:
|
|
|
5785
5786
|
self,
|
|
5786
5787
|
org: str,
|
|
5787
5788
|
*,
|
|
5788
|
-
headers: Optional[
|
|
5789
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5789
5790
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5790
5791
|
**kwargs,
|
|
5791
5792
|
) -> Response[
|
|
@@ -5835,7 +5836,7 @@ class OrgsClient:
|
|
|
5835
5836
|
self,
|
|
5836
5837
|
org: str,
|
|
5837
5838
|
*,
|
|
5838
|
-
headers: Optional[
|
|
5839
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5839
5840
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5840
5841
|
) -> Response[
|
|
5841
5842
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5848,7 +5849,7 @@ class OrgsClient:
|
|
|
5848
5849
|
org: str,
|
|
5849
5850
|
*,
|
|
5850
5851
|
data: UnsetType = UNSET,
|
|
5851
|
-
headers: Optional[
|
|
5852
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5852
5853
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5853
5854
|
action: Literal["approve", "deny"],
|
|
5854
5855
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5861,7 +5862,7 @@ class OrgsClient:
|
|
|
5861
5862
|
self,
|
|
5862
5863
|
org: str,
|
|
5863
5864
|
*,
|
|
5864
|
-
headers: Optional[
|
|
5865
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5865
5866
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5866
5867
|
**kwargs,
|
|
5867
5868
|
) -> Response[
|
|
@@ -5912,7 +5913,7 @@ class OrgsClient:
|
|
|
5912
5913
|
org: str,
|
|
5913
5914
|
pat_request_id: int,
|
|
5914
5915
|
*,
|
|
5915
|
-
headers: Optional[
|
|
5916
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5916
5917
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
5917
5918
|
) -> Response: ...
|
|
5918
5919
|
|
|
@@ -5923,7 +5924,7 @@ class OrgsClient:
|
|
|
5923
5924
|
pat_request_id: int,
|
|
5924
5925
|
*,
|
|
5925
5926
|
data: UnsetType = UNSET,
|
|
5926
|
-
headers: Optional[
|
|
5927
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5927
5928
|
action: Literal["approve", "deny"],
|
|
5928
5929
|
reason: Missing[Union[str, None]] = UNSET,
|
|
5929
5930
|
) -> Response: ...
|
|
@@ -5933,7 +5934,7 @@ class OrgsClient:
|
|
|
5933
5934
|
org: str,
|
|
5934
5935
|
pat_request_id: int,
|
|
5935
5936
|
*,
|
|
5936
|
-
headers: Optional[
|
|
5937
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5937
5938
|
data: Missing[
|
|
5938
5939
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
5939
5940
|
] = UNSET,
|
|
@@ -5981,7 +5982,7 @@ class OrgsClient:
|
|
|
5981
5982
|
org: str,
|
|
5982
5983
|
pat_request_id: int,
|
|
5983
5984
|
*,
|
|
5984
|
-
headers: Optional[
|
|
5985
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5985
5986
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
5986
5987
|
) -> Response: ...
|
|
5987
5988
|
|
|
@@ -5992,7 +5993,7 @@ class OrgsClient:
|
|
|
5992
5993
|
pat_request_id: int,
|
|
5993
5994
|
*,
|
|
5994
5995
|
data: UnsetType = UNSET,
|
|
5995
|
-
headers: Optional[
|
|
5996
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
5996
5997
|
action: Literal["approve", "deny"],
|
|
5997
5998
|
reason: Missing[Union[str, None]] = UNSET,
|
|
5998
5999
|
) -> Response: ...
|
|
@@ -6002,7 +6003,7 @@ class OrgsClient:
|
|
|
6002
6003
|
org: str,
|
|
6003
6004
|
pat_request_id: int,
|
|
6004
6005
|
*,
|
|
6005
|
-
headers: Optional[
|
|
6006
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6006
6007
|
data: Missing[
|
|
6007
6008
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
6008
6009
|
] = UNSET,
|
|
@@ -6051,7 +6052,7 @@ class OrgsClient:
|
|
|
6051
6052
|
*,
|
|
6052
6053
|
per_page: Missing[int] = UNSET,
|
|
6053
6054
|
page: Missing[int] = UNSET,
|
|
6054
|
-
headers: Optional[
|
|
6055
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6055
6056
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6056
6057
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token"""
|
|
6057
6058
|
|
|
@@ -6088,7 +6089,7 @@ class OrgsClient:
|
|
|
6088
6089
|
*,
|
|
6089
6090
|
per_page: Missing[int] = UNSET,
|
|
6090
6091
|
page: Missing[int] = UNSET,
|
|
6091
|
-
headers: Optional[
|
|
6092
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6092
6093
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6093
6094
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token"""
|
|
6094
6095
|
|
|
@@ -6131,7 +6132,7 @@ class OrgsClient:
|
|
|
6131
6132
|
permission: Missing[str] = UNSET,
|
|
6132
6133
|
last_used_before: Missing[datetime] = UNSET,
|
|
6133
6134
|
last_used_after: Missing[datetime] = UNSET,
|
|
6134
|
-
headers: Optional[
|
|
6135
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6135
6136
|
) -> Response[
|
|
6136
6137
|
list[OrganizationProgrammaticAccessGrant],
|
|
6137
6138
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6187,7 +6188,7 @@ class OrgsClient:
|
|
|
6187
6188
|
permission: Missing[str] = UNSET,
|
|
6188
6189
|
last_used_before: Missing[datetime] = UNSET,
|
|
6189
6190
|
last_used_after: Missing[datetime] = UNSET,
|
|
6190
|
-
headers: Optional[
|
|
6191
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6191
6192
|
) -> Response[
|
|
6192
6193
|
list[OrganizationProgrammaticAccessGrant],
|
|
6193
6194
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6235,7 +6236,7 @@ class OrgsClient:
|
|
|
6235
6236
|
self,
|
|
6236
6237
|
org: str,
|
|
6237
6238
|
*,
|
|
6238
|
-
headers: Optional[
|
|
6239
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6239
6240
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6240
6241
|
) -> Response[
|
|
6241
6242
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6248,7 +6249,7 @@ class OrgsClient:
|
|
|
6248
6249
|
org: str,
|
|
6249
6250
|
*,
|
|
6250
6251
|
data: UnsetType = UNSET,
|
|
6251
|
-
headers: Optional[
|
|
6252
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6252
6253
|
action: Literal["revoke"],
|
|
6253
6254
|
pat_ids: list[int],
|
|
6254
6255
|
) -> Response[
|
|
@@ -6260,7 +6261,7 @@ class OrgsClient:
|
|
|
6260
6261
|
self,
|
|
6261
6262
|
org: str,
|
|
6262
6263
|
*,
|
|
6263
|
-
headers: Optional[
|
|
6264
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6264
6265
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6265
6266
|
**kwargs,
|
|
6266
6267
|
) -> Response[
|
|
@@ -6308,7 +6309,7 @@ class OrgsClient:
|
|
|
6308
6309
|
self,
|
|
6309
6310
|
org: str,
|
|
6310
6311
|
*,
|
|
6311
|
-
headers: Optional[
|
|
6312
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6312
6313
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6313
6314
|
) -> Response[
|
|
6314
6315
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6321,7 +6322,7 @@ class OrgsClient:
|
|
|
6321
6322
|
org: str,
|
|
6322
6323
|
*,
|
|
6323
6324
|
data: UnsetType = UNSET,
|
|
6324
|
-
headers: Optional[
|
|
6325
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6325
6326
|
action: Literal["revoke"],
|
|
6326
6327
|
pat_ids: list[int],
|
|
6327
6328
|
) -> Response[
|
|
@@ -6333,7 +6334,7 @@ class OrgsClient:
|
|
|
6333
6334
|
self,
|
|
6334
6335
|
org: str,
|
|
6335
6336
|
*,
|
|
6336
|
-
headers: Optional[
|
|
6337
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6337
6338
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6338
6339
|
**kwargs,
|
|
6339
6340
|
) -> Response[
|
|
@@ -6382,7 +6383,7 @@ class OrgsClient:
|
|
|
6382
6383
|
org: str,
|
|
6383
6384
|
pat_id: int,
|
|
6384
6385
|
*,
|
|
6385
|
-
headers: Optional[
|
|
6386
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6386
6387
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6387
6388
|
) -> Response: ...
|
|
6388
6389
|
|
|
@@ -6393,7 +6394,7 @@ class OrgsClient:
|
|
|
6393
6394
|
pat_id: int,
|
|
6394
6395
|
*,
|
|
6395
6396
|
data: UnsetType = UNSET,
|
|
6396
|
-
headers: Optional[
|
|
6397
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6397
6398
|
action: Literal["revoke"],
|
|
6398
6399
|
) -> Response: ...
|
|
6399
6400
|
|
|
@@ -6402,7 +6403,7 @@ class OrgsClient:
|
|
|
6402
6403
|
org: str,
|
|
6403
6404
|
pat_id: int,
|
|
6404
6405
|
*,
|
|
6405
|
-
headers: Optional[
|
|
6406
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6406
6407
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6407
6408
|
**kwargs,
|
|
6408
6409
|
) -> Response:
|
|
@@ -6446,7 +6447,7 @@ class OrgsClient:
|
|
|
6446
6447
|
org: str,
|
|
6447
6448
|
pat_id: int,
|
|
6448
6449
|
*,
|
|
6449
|
-
headers: Optional[
|
|
6450
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6450
6451
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6451
6452
|
) -> Response: ...
|
|
6452
6453
|
|
|
@@ -6457,7 +6458,7 @@ class OrgsClient:
|
|
|
6457
6458
|
pat_id: int,
|
|
6458
6459
|
*,
|
|
6459
6460
|
data: UnsetType = UNSET,
|
|
6460
|
-
headers: Optional[
|
|
6461
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6461
6462
|
action: Literal["revoke"],
|
|
6462
6463
|
) -> Response: ...
|
|
6463
6464
|
|
|
@@ -6466,7 +6467,7 @@ class OrgsClient:
|
|
|
6466
6467
|
org: str,
|
|
6467
6468
|
pat_id: int,
|
|
6468
6469
|
*,
|
|
6469
|
-
headers: Optional[
|
|
6470
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6470
6471
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6471
6472
|
**kwargs,
|
|
6472
6473
|
) -> Response:
|
|
@@ -6511,7 +6512,7 @@ class OrgsClient:
|
|
|
6511
6512
|
*,
|
|
6512
6513
|
per_page: Missing[int] = UNSET,
|
|
6513
6514
|
page: Missing[int] = UNSET,
|
|
6514
|
-
headers: Optional[
|
|
6515
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6515
6516
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6516
6517
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to"""
|
|
6517
6518
|
|
|
@@ -6546,7 +6547,7 @@ class OrgsClient:
|
|
|
6546
6547
|
*,
|
|
6547
6548
|
per_page: Missing[int] = UNSET,
|
|
6548
6549
|
page: Missing[int] = UNSET,
|
|
6549
|
-
headers: Optional[
|
|
6550
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6550
6551
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6551
6552
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to"""
|
|
6552
6553
|
|
|
@@ -6578,7 +6579,7 @@ class OrgsClient:
|
|
|
6578
6579
|
self,
|
|
6579
6580
|
org: str,
|
|
6580
6581
|
*,
|
|
6581
|
-
headers: Optional[
|
|
6582
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6582
6583
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6583
6584
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization"""
|
|
6584
6585
|
|
|
@@ -6603,7 +6604,7 @@ class OrgsClient:
|
|
|
6603
6604
|
self,
|
|
6604
6605
|
org: str,
|
|
6605
6606
|
*,
|
|
6606
|
-
headers: Optional[
|
|
6607
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6607
6608
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6608
6609
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization"""
|
|
6609
6610
|
|
|
@@ -6629,7 +6630,7 @@ class OrgsClient:
|
|
|
6629
6630
|
self,
|
|
6630
6631
|
org: str,
|
|
6631
6632
|
*,
|
|
6632
|
-
headers: Optional[
|
|
6633
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6633
6634
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6634
6635
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6635
6636
|
|
|
@@ -6639,7 +6640,7 @@ class OrgsClient:
|
|
|
6639
6640
|
org: str,
|
|
6640
6641
|
*,
|
|
6641
6642
|
data: UnsetType = UNSET,
|
|
6642
|
-
headers: Optional[
|
|
6643
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6643
6644
|
properties: list[CustomPropertyType],
|
|
6644
6645
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6645
6646
|
|
|
@@ -6647,7 +6648,7 @@ class OrgsClient:
|
|
|
6647
6648
|
self,
|
|
6648
6649
|
org: str,
|
|
6649
6650
|
*,
|
|
6650
|
-
headers: Optional[
|
|
6651
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6651
6652
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6652
6653
|
**kwargs,
|
|
6653
6654
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6689,7 +6690,7 @@ class OrgsClient:
|
|
|
6689
6690
|
self,
|
|
6690
6691
|
org: str,
|
|
6691
6692
|
*,
|
|
6692
|
-
headers: Optional[
|
|
6693
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6693
6694
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6694
6695
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6695
6696
|
|
|
@@ -6699,7 +6700,7 @@ class OrgsClient:
|
|
|
6699
6700
|
org: str,
|
|
6700
6701
|
*,
|
|
6701
6702
|
data: UnsetType = UNSET,
|
|
6702
|
-
headers: Optional[
|
|
6703
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6703
6704
|
properties: list[CustomPropertyType],
|
|
6704
6705
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6705
6706
|
|
|
@@ -6707,7 +6708,7 @@ class OrgsClient:
|
|
|
6707
6708
|
self,
|
|
6708
6709
|
org: str,
|
|
6709
6710
|
*,
|
|
6710
|
-
headers: Optional[
|
|
6711
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6711
6712
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6712
6713
|
**kwargs,
|
|
6713
6714
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6749,7 +6750,7 @@ class OrgsClient:
|
|
|
6749
6750
|
org: str,
|
|
6750
6751
|
custom_property_name: str,
|
|
6751
6752
|
*,
|
|
6752
|
-
headers: Optional[
|
|
6753
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6753
6754
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6754
6755
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization"""
|
|
6755
6756
|
|
|
@@ -6775,7 +6776,7 @@ class OrgsClient:
|
|
|
6775
6776
|
org: str,
|
|
6776
6777
|
custom_property_name: str,
|
|
6777
6778
|
*,
|
|
6778
|
-
headers: Optional[
|
|
6779
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6779
6780
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6780
6781
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization"""
|
|
6781
6782
|
|
|
@@ -6802,7 +6803,7 @@ class OrgsClient:
|
|
|
6802
6803
|
org: str,
|
|
6803
6804
|
custom_property_name: str,
|
|
6804
6805
|
*,
|
|
6805
|
-
headers: Optional[
|
|
6806
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6806
6807
|
data: CustomPropertySetPayloadType,
|
|
6807
6808
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
6808
6809
|
|
|
@@ -6813,7 +6814,7 @@ class OrgsClient:
|
|
|
6813
6814
|
custom_property_name: str,
|
|
6814
6815
|
*,
|
|
6815
6816
|
data: UnsetType = UNSET,
|
|
6816
|
-
headers: Optional[
|
|
6817
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6817
6818
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
6818
6819
|
required: Missing[bool] = UNSET,
|
|
6819
6820
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -6826,7 +6827,7 @@ class OrgsClient:
|
|
|
6826
6827
|
org: str,
|
|
6827
6828
|
custom_property_name: str,
|
|
6828
6829
|
*,
|
|
6829
|
-
headers: Optional[
|
|
6830
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6830
6831
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
6831
6832
|
**kwargs,
|
|
6832
6833
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -6865,7 +6866,7 @@ class OrgsClient:
|
|
|
6865
6866
|
org: str,
|
|
6866
6867
|
custom_property_name: str,
|
|
6867
6868
|
*,
|
|
6868
|
-
headers: Optional[
|
|
6869
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6869
6870
|
data: CustomPropertySetPayloadType,
|
|
6870
6871
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
6871
6872
|
|
|
@@ -6876,7 +6877,7 @@ class OrgsClient:
|
|
|
6876
6877
|
custom_property_name: str,
|
|
6877
6878
|
*,
|
|
6878
6879
|
data: UnsetType = UNSET,
|
|
6879
|
-
headers: Optional[
|
|
6880
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6880
6881
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
6881
6882
|
required: Missing[bool] = UNSET,
|
|
6882
6883
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -6889,7 +6890,7 @@ class OrgsClient:
|
|
|
6889
6890
|
org: str,
|
|
6890
6891
|
custom_property_name: str,
|
|
6891
6892
|
*,
|
|
6892
|
-
headers: Optional[
|
|
6893
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6893
6894
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
6894
6895
|
**kwargs,
|
|
6895
6896
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -6927,7 +6928,7 @@ class OrgsClient:
|
|
|
6927
6928
|
org: str,
|
|
6928
6929
|
custom_property_name: str,
|
|
6929
6930
|
*,
|
|
6930
|
-
headers: Optional[
|
|
6931
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6931
6932
|
) -> Response:
|
|
6932
6933
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization"""
|
|
6933
6934
|
|
|
@@ -6952,7 +6953,7 @@ class OrgsClient:
|
|
|
6952
6953
|
org: str,
|
|
6953
6954
|
custom_property_name: str,
|
|
6954
6955
|
*,
|
|
6955
|
-
headers: Optional[
|
|
6956
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6956
6957
|
) -> Response:
|
|
6957
6958
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization"""
|
|
6958
6959
|
|
|
@@ -6979,7 +6980,7 @@ class OrgsClient:
|
|
|
6979
6980
|
per_page: Missing[int] = UNSET,
|
|
6980
6981
|
page: Missing[int] = UNSET,
|
|
6981
6982
|
repository_query: Missing[str] = UNSET,
|
|
6982
|
-
headers: Optional[
|
|
6983
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
6983
6984
|
) -> Response[
|
|
6984
6985
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
6985
6986
|
]:
|
|
@@ -7016,7 +7017,7 @@ class OrgsClient:
|
|
|
7016
7017
|
per_page: Missing[int] = UNSET,
|
|
7017
7018
|
page: Missing[int] = UNSET,
|
|
7018
7019
|
repository_query: Missing[str] = UNSET,
|
|
7019
|
-
headers: Optional[
|
|
7020
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7020
7021
|
) -> Response[
|
|
7021
7022
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
7022
7023
|
]:
|
|
@@ -7051,7 +7052,7 @@ class OrgsClient:
|
|
|
7051
7052
|
self,
|
|
7052
7053
|
org: str,
|
|
7053
7054
|
*,
|
|
7054
|
-
headers: Optional[
|
|
7055
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7055
7056
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7056
7057
|
) -> Response: ...
|
|
7057
7058
|
|
|
@@ -7061,7 +7062,7 @@ class OrgsClient:
|
|
|
7061
7062
|
org: str,
|
|
7062
7063
|
*,
|
|
7063
7064
|
data: UnsetType = UNSET,
|
|
7064
|
-
headers: Optional[
|
|
7065
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7065
7066
|
repository_names: list[str],
|
|
7066
7067
|
properties: list[CustomPropertyValueType],
|
|
7067
7068
|
) -> Response: ...
|
|
@@ -7070,7 +7071,7 @@ class OrgsClient:
|
|
|
7070
7071
|
self,
|
|
7071
7072
|
org: str,
|
|
7072
7073
|
*,
|
|
7073
|
-
headers: Optional[
|
|
7074
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7074
7075
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7075
7076
|
**kwargs,
|
|
7076
7077
|
) -> Response:
|
|
@@ -7112,7 +7113,7 @@ class OrgsClient:
|
|
|
7112
7113
|
self,
|
|
7113
7114
|
org: str,
|
|
7114
7115
|
*,
|
|
7115
|
-
headers: Optional[
|
|
7116
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7116
7117
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7117
7118
|
) -> Response: ...
|
|
7118
7119
|
|
|
@@ -7122,7 +7123,7 @@ class OrgsClient:
|
|
|
7122
7123
|
org: str,
|
|
7123
7124
|
*,
|
|
7124
7125
|
data: UnsetType = UNSET,
|
|
7125
|
-
headers: Optional[
|
|
7126
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7126
7127
|
repository_names: list[str],
|
|
7127
7128
|
properties: list[CustomPropertyValueType],
|
|
7128
7129
|
) -> Response: ...
|
|
@@ -7131,7 +7132,7 @@ class OrgsClient:
|
|
|
7131
7132
|
self,
|
|
7132
7133
|
org: str,
|
|
7133
7134
|
*,
|
|
7134
|
-
headers: Optional[
|
|
7135
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7135
7136
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7136
7137
|
**kwargs,
|
|
7137
7138
|
) -> Response:
|
|
@@ -7174,7 +7175,7 @@ class OrgsClient:
|
|
|
7174
7175
|
*,
|
|
7175
7176
|
per_page: Missing[int] = UNSET,
|
|
7176
7177
|
page: Missing[int] = UNSET,
|
|
7177
|
-
headers: Optional[
|
|
7178
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7178
7179
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7179
7180
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members"""
|
|
7180
7181
|
|
|
@@ -7203,7 +7204,7 @@ class OrgsClient:
|
|
|
7203
7204
|
*,
|
|
7204
7205
|
per_page: Missing[int] = UNSET,
|
|
7205
7206
|
page: Missing[int] = UNSET,
|
|
7206
|
-
headers: Optional[
|
|
7207
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7207
7208
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7208
7209
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members"""
|
|
7209
7210
|
|
|
@@ -7231,7 +7232,7 @@ class OrgsClient:
|
|
|
7231
7232
|
org: str,
|
|
7232
7233
|
username: str,
|
|
7233
7234
|
*,
|
|
7234
|
-
headers: Optional[
|
|
7235
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7235
7236
|
) -> Response:
|
|
7236
7237
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user"""
|
|
7237
7238
|
|
|
@@ -7251,7 +7252,7 @@ class OrgsClient:
|
|
|
7251
7252
|
org: str,
|
|
7252
7253
|
username: str,
|
|
7253
7254
|
*,
|
|
7254
|
-
headers: Optional[
|
|
7255
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7255
7256
|
) -> Response:
|
|
7256
7257
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user"""
|
|
7257
7258
|
|
|
@@ -7271,7 +7272,7 @@ class OrgsClient:
|
|
|
7271
7272
|
org: str,
|
|
7272
7273
|
username: str,
|
|
7273
7274
|
*,
|
|
7274
|
-
headers: Optional[
|
|
7275
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7275
7276
|
) -> Response:
|
|
7276
7277
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user"""
|
|
7277
7278
|
|
|
@@ -7295,7 +7296,7 @@ class OrgsClient:
|
|
|
7295
7296
|
org: str,
|
|
7296
7297
|
username: str,
|
|
7297
7298
|
*,
|
|
7298
|
-
headers: Optional[
|
|
7299
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7299
7300
|
) -> Response:
|
|
7300
7301
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user"""
|
|
7301
7302
|
|
|
@@ -7319,7 +7320,7 @@ class OrgsClient:
|
|
|
7319
7320
|
org: str,
|
|
7320
7321
|
username: str,
|
|
7321
7322
|
*,
|
|
7322
|
-
headers: Optional[
|
|
7323
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7323
7324
|
) -> Response:
|
|
7324
7325
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user"""
|
|
7325
7326
|
|
|
@@ -7338,7 +7339,7 @@ class OrgsClient:
|
|
|
7338
7339
|
org: str,
|
|
7339
7340
|
username: str,
|
|
7340
7341
|
*,
|
|
7341
|
-
headers: Optional[
|
|
7342
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7342
7343
|
) -> Response:
|
|
7343
7344
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user"""
|
|
7344
7345
|
|
|
@@ -7356,7 +7357,7 @@ class OrgsClient:
|
|
|
7356
7357
|
self,
|
|
7357
7358
|
org: str,
|
|
7358
7359
|
*,
|
|
7359
|
-
headers: Optional[
|
|
7360
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7360
7361
|
) -> Response[
|
|
7361
7362
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
7362
7363
|
]:
|
|
@@ -7379,7 +7380,7 @@ class OrgsClient:
|
|
|
7379
7380
|
self,
|
|
7380
7381
|
org: str,
|
|
7381
7382
|
*,
|
|
7382
|
-
headers: Optional[
|
|
7383
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7383
7384
|
) -> Response[
|
|
7384
7385
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
7385
7386
|
]:
|
|
@@ -7402,7 +7403,7 @@ class OrgsClient:
|
|
|
7402
7403
|
self,
|
|
7403
7404
|
org: str,
|
|
7404
7405
|
*,
|
|
7405
|
-
headers: Optional[
|
|
7406
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7406
7407
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7407
7408
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams"""
|
|
7408
7409
|
|
|
@@ -7423,7 +7424,7 @@ class OrgsClient:
|
|
|
7423
7424
|
self,
|
|
7424
7425
|
org: str,
|
|
7425
7426
|
*,
|
|
7426
|
-
headers: Optional[
|
|
7427
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7427
7428
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7428
7429
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams"""
|
|
7429
7430
|
|
|
@@ -7445,7 +7446,7 @@ class OrgsClient:
|
|
|
7445
7446
|
org: str,
|
|
7446
7447
|
team_slug: str,
|
|
7447
7448
|
*,
|
|
7448
|
-
headers: Optional[
|
|
7449
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7449
7450
|
) -> Response:
|
|
7450
7451
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team"""
|
|
7451
7452
|
|
|
@@ -7464,7 +7465,7 @@ class OrgsClient:
|
|
|
7464
7465
|
org: str,
|
|
7465
7466
|
team_slug: str,
|
|
7466
7467
|
*,
|
|
7467
|
-
headers: Optional[
|
|
7468
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7468
7469
|
) -> Response:
|
|
7469
7470
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team"""
|
|
7470
7471
|
|
|
@@ -7483,7 +7484,7 @@ class OrgsClient:
|
|
|
7483
7484
|
org: str,
|
|
7484
7485
|
team_slug: str,
|
|
7485
7486
|
*,
|
|
7486
|
-
headers: Optional[
|
|
7487
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7487
7488
|
) -> Response:
|
|
7488
7489
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team"""
|
|
7489
7490
|
|
|
@@ -7502,7 +7503,7 @@ class OrgsClient:
|
|
|
7502
7503
|
org: str,
|
|
7503
7504
|
team_slug: str,
|
|
7504
7505
|
*,
|
|
7505
|
-
headers: Optional[
|
|
7506
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7506
7507
|
) -> Response:
|
|
7507
7508
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team"""
|
|
7508
7509
|
|
|
@@ -7531,7 +7532,7 @@ class OrgsClient:
|
|
|
7531
7532
|
],
|
|
7532
7533
|
enablement: Literal["enable_all", "disable_all"],
|
|
7533
7534
|
*,
|
|
7534
|
-
headers: Optional[
|
|
7535
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7535
7536
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7536
7537
|
) -> Response: ...
|
|
7537
7538
|
|
|
@@ -7551,7 +7552,7 @@ class OrgsClient:
|
|
|
7551
7552
|
enablement: Literal["enable_all", "disable_all"],
|
|
7552
7553
|
*,
|
|
7553
7554
|
data: UnsetType = UNSET,
|
|
7554
|
-
headers: Optional[
|
|
7555
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7555
7556
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
7556
7557
|
) -> Response: ...
|
|
7557
7558
|
|
|
@@ -7569,7 +7570,7 @@ class OrgsClient:
|
|
|
7569
7570
|
],
|
|
7570
7571
|
enablement: Literal["enable_all", "disable_all"],
|
|
7571
7572
|
*,
|
|
7572
|
-
headers: Optional[
|
|
7573
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7573
7574
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7574
7575
|
**kwargs,
|
|
7575
7576
|
) -> Response:
|
|
@@ -7613,7 +7614,7 @@ class OrgsClient:
|
|
|
7613
7614
|
],
|
|
7614
7615
|
enablement: Literal["enable_all", "disable_all"],
|
|
7615
7616
|
*,
|
|
7616
|
-
headers: Optional[
|
|
7617
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7617
7618
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7618
7619
|
) -> Response: ...
|
|
7619
7620
|
|
|
@@ -7633,7 +7634,7 @@ class OrgsClient:
|
|
|
7633
7634
|
enablement: Literal["enable_all", "disable_all"],
|
|
7634
7635
|
*,
|
|
7635
7636
|
data: UnsetType = UNSET,
|
|
7636
|
-
headers: Optional[
|
|
7637
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7637
7638
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
7638
7639
|
) -> Response: ...
|
|
7639
7640
|
|
|
@@ -7651,7 +7652,7 @@ class OrgsClient:
|
|
|
7651
7652
|
],
|
|
7652
7653
|
enablement: Literal["enable_all", "disable_all"],
|
|
7653
7654
|
*,
|
|
7654
|
-
headers: Optional[
|
|
7655
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7655
7656
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7656
7657
|
**kwargs,
|
|
7657
7658
|
) -> Response:
|
|
@@ -7686,7 +7687,7 @@ class OrgsClient:
|
|
|
7686
7687
|
state: Missing[Literal["active", "pending"]] = UNSET,
|
|
7687
7688
|
per_page: Missing[int] = UNSET,
|
|
7688
7689
|
page: Missing[int] = UNSET,
|
|
7689
|
-
headers: Optional[
|
|
7690
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7690
7691
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
7691
7692
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-memberships-for-the-authenticated-user"""
|
|
7692
7693
|
|
|
@@ -7721,7 +7722,7 @@ class OrgsClient:
|
|
|
7721
7722
|
state: Missing[Literal["active", "pending"]] = UNSET,
|
|
7722
7723
|
per_page: Missing[int] = UNSET,
|
|
7723
7724
|
page: Missing[int] = UNSET,
|
|
7724
|
-
headers: Optional[
|
|
7725
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7725
7726
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
7726
7727
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-memberships-for-the-authenticated-user"""
|
|
7727
7728
|
|
|
@@ -7754,7 +7755,7 @@ class OrgsClient:
|
|
|
7754
7755
|
self,
|
|
7755
7756
|
org: str,
|
|
7756
7757
|
*,
|
|
7757
|
-
headers: Optional[
|
|
7758
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7758
7759
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
7759
7760
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user"""
|
|
7760
7761
|
|
|
@@ -7779,7 +7780,7 @@ class OrgsClient:
|
|
|
7779
7780
|
self,
|
|
7780
7781
|
org: str,
|
|
7781
7782
|
*,
|
|
7782
|
-
headers: Optional[
|
|
7783
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7783
7784
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
7784
7785
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user"""
|
|
7785
7786
|
|
|
@@ -7805,7 +7806,7 @@ class OrgsClient:
|
|
|
7805
7806
|
self,
|
|
7806
7807
|
org: str,
|
|
7807
7808
|
*,
|
|
7808
|
-
headers: Optional[
|
|
7809
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7809
7810
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
7810
7811
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
7811
7812
|
|
|
@@ -7815,7 +7816,7 @@ class OrgsClient:
|
|
|
7815
7816
|
org: str,
|
|
7816
7817
|
*,
|
|
7817
7818
|
data: UnsetType = UNSET,
|
|
7818
|
-
headers: Optional[
|
|
7819
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7819
7820
|
state: Literal["active"],
|
|
7820
7821
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
7821
7822
|
|
|
@@ -7823,7 +7824,7 @@ class OrgsClient:
|
|
|
7823
7824
|
self,
|
|
7824
7825
|
org: str,
|
|
7825
7826
|
*,
|
|
7826
|
-
headers: Optional[
|
|
7827
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7827
7828
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
7828
7829
|
**kwargs,
|
|
7829
7830
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -7867,7 +7868,7 @@ class OrgsClient:
|
|
|
7867
7868
|
self,
|
|
7868
7869
|
org: str,
|
|
7869
7870
|
*,
|
|
7870
|
-
headers: Optional[
|
|
7871
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7871
7872
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
7872
7873
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
7873
7874
|
|
|
@@ -7877,7 +7878,7 @@ class OrgsClient:
|
|
|
7877
7878
|
org: str,
|
|
7878
7879
|
*,
|
|
7879
7880
|
data: UnsetType = UNSET,
|
|
7880
|
-
headers: Optional[
|
|
7881
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7881
7882
|
state: Literal["active"],
|
|
7882
7883
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
7883
7884
|
|
|
@@ -7885,7 +7886,7 @@ class OrgsClient:
|
|
|
7885
7886
|
self,
|
|
7886
7887
|
org: str,
|
|
7887
7888
|
*,
|
|
7888
|
-
headers: Optional[
|
|
7889
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7889
7890
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
7890
7891
|
**kwargs,
|
|
7891
7892
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -7929,7 +7930,7 @@ class OrgsClient:
|
|
|
7929
7930
|
*,
|
|
7930
7931
|
per_page: Missing[int] = UNSET,
|
|
7931
7932
|
page: Missing[int] = UNSET,
|
|
7932
|
-
headers: Optional[
|
|
7933
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7933
7934
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
7934
7935
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user"""
|
|
7935
7936
|
|
|
@@ -7961,7 +7962,7 @@ class OrgsClient:
|
|
|
7961
7962
|
*,
|
|
7962
7963
|
per_page: Missing[int] = UNSET,
|
|
7963
7964
|
page: Missing[int] = UNSET,
|
|
7964
|
-
headers: Optional[
|
|
7965
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7965
7966
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
7966
7967
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user"""
|
|
7967
7968
|
|
|
@@ -7994,7 +7995,7 @@ class OrgsClient:
|
|
|
7994
7995
|
*,
|
|
7995
7996
|
per_page: Missing[int] = UNSET,
|
|
7996
7997
|
page: Missing[int] = UNSET,
|
|
7997
|
-
headers: Optional[
|
|
7998
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
7998
7999
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
7999
8000
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user"""
|
|
8000
8001
|
|
|
@@ -8023,7 +8024,7 @@ class OrgsClient:
|
|
|
8023
8024
|
*,
|
|
8024
8025
|
per_page: Missing[int] = UNSET,
|
|
8025
8026
|
page: Missing[int] = UNSET,
|
|
8026
|
-
headers: Optional[
|
|
8027
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
8027
8028
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8028
8029
|
"""See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user"""
|
|
8029
8030
|
|