GitHubKit 0.12.14__py3-none-any.whl → 0.12.16__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/cache/base.py +11 -3
- githubkit/cache/redis.py +9 -6
- githubkit/config.py +7 -1
- githubkit/core.py +48 -18
- githubkit/github.py +7 -1
- githubkit/response.py +64 -1
- githubkit/rest/__init__.py +28 -0
- githubkit/typing.py +22 -0
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +4894 -4768
- githubkit/versions/ghec_v2022_11_28/models/group_0018.py +2 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0021.py +1 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0046.py +10 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0047.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0048.py +24 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0049.py +107 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0050.py +7 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0051.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0052.py +86 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0053.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0054.py +9 -147
- githubkit/versions/ghec_v2022_11_28/models/group_0055.py +20 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0056.py +37 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0057.py +126 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0058.py +31 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0059.py +12 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +41 -175
- githubkit/versions/ghec_v2022_11_28/models/group_0061.py +128 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0062.py +48 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0063.py +203 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0064.py +12 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0065.py +15 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0066.py +24 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0067.py +40 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +35 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0069.py +23 -328
- githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0071.py +55 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0072.py +295 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0073.py +8 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0074.py +30 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0075.py +97 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0076.py +52 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0077.py +20 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0078.py +31 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0079.py +18 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0080.py +16 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0081.py +45 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0082.py +34 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0083.py +28 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0084.py +12 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0085.py +14 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0086.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0087.py +18 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0088.py +7 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0089.py +14 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0090.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0091.py +33 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0092.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0093.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0094.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0095.py +17 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0096.py +15 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0097.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0098.py +41 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0099.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0100.py +6 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0102.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0103.py +27 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0104.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0105.py +6 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0107.py +11 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0108.py +27 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0109.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0110.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0111.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0112.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0113.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0114.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0115.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0116.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0117.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0118.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0119.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0120.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0122.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0123.py +17 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0124.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0125.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0126.py +7 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0128.py +8 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0129.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0131.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0132.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0133.py +27 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0135.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0136.py +10 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0137.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0138.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0139.py +129 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0140.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0141.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0142.py +14 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0143.py +7 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0144.py +5 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0145.py +114 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0146.py +47 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0147.py +20 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +137 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0149.py +84 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0150.py +39 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +26 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +16 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +12 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +10 -119
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +36 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +23 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +27 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +14 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +107 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +35 -113
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +76 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +67 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +44 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +64 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +120 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +30 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +21 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +7 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +19 -102
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +18 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +19 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +35 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +70 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +97 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +141 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +32 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +16 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +28 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +11 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +118 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +13 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +109 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +43 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +19 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +143 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +41 -111
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +45 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +14 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +19 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +176 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +132 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +25 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +40 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +9 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +16 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +13 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +7 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +18 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +11 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +18 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +24 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +33 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +7 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +40 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +15 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +15 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +36 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +56 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +89 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +60 -156
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +18 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +24 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +11 -184
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +9 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +159 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +37 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +80 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +25 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +183 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +20 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +98 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +29 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +26 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +44 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +147 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +20 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +13 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +10 -87
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +36 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +29 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +86 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +12 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +6 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +10 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +41 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +36 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +89 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +34 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +9 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +49 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +43 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +78 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +47 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +24 -167
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +12 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +37 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +43 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +122 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +161 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +16 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +9 -152
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +11 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +20 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +51 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +31 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +143 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +20 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +37 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +26 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +71 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +17 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +68 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +32 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +49 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +81 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +11 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +7 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +35 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +11 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +24 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +13 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +12 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +52 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +26 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +27 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +36 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +44 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +43 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +11 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +9 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +15 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +32 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +33 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +18 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +62 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +56 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +6 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +17 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +78 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +18 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +31 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +18 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +38 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +22 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +48 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +32 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +35 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +31 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +24 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +90 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +57 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +35 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +52 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +19 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0332.py +27 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0333.py +144 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0334.py +7 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +25 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +37 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +72 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +45 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +10 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +65 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0342.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0343.py +11 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0344.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0345.py +17 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +36 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +73 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +20 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +39 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +20 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +8 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +30 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +62 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +10 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +9 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +120 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +21 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +17 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +17 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +17 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +30 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +17 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +37 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +26 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +26 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +29 -132
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +40 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +17 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +11 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +79 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +69 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +140 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +18 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +17 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +18 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +6 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +35 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +9 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +68 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +27 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +8 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +20 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +89 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +69 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +10 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +27 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +13 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +61 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +70 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +8 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +26 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +41 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +9 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +14 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +19 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +18 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +14 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +14 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +113 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +63 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +17 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +65 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +11 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +116 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +85 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +128 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +28 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +18 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +14 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +8 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +10 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +9 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +10 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +31 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +21 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +58 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +18 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +28 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +25 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +15 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +24 -136
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +31 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +60 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +12 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +7 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +48 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +126 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -127
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +24 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +35 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +30 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +125 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +29 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +114 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +86 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +55 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +61 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +10 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +33 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +146 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +66 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +13 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +32 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +10 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +10 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +13 -354
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +7 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +31 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +23 -268
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +12 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +19 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +355 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +63 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +28 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +276 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +50 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +63 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +14 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +11 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +65 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +36 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +20 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +166 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +19 -336
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +11 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +8 -387
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +15 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +91 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +12 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +378 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +58 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +336 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +34 -175
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +39 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +49 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +52 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +46 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +175 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +47 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +45 -113
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +19 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +17 -1051
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +18 -166
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +20 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +19 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +110 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +39 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +1025 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +147 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +51 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +134 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +125 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +56 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +78 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +98 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +121 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +30 -193
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +51 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +184 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +20 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +44 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +13 -320
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +7 -337
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +24 -312
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +7 -213
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +13 -229
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +7 -183
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +251 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +270 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +271 -112
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +154 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +222 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +163 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +187 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +171 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +160 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +115 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +16 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +26 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +27 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +21 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +18 -581
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +21 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +19 -437
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +19 -437
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +16 -470
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +15 -841
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +575 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +33 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +432 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +432 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +470 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +832 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +49 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +10 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +31 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +61 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +23 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +17 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +11 -171
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +22 -166
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +44 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +35 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +37 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +15 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +163 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +165 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +14 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +113 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +6 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +34 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +18 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +18 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +50 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +50 -152
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +29 -172
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +87 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +35 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +42 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +62 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +150 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +181 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +14 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +35 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +25 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +86 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +29 -150
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +7 -181
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +109 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +28 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +38 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +150 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +181 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +14 -110
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +35 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +25 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +84 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +29 -150
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +7 -181
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +110 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +32 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +29 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +39 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +150 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +181 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +14 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +35 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +24 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +86 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +34 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +7 -209
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +81 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +30 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +28 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +37 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +33 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +200 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +176 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +32 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +24 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +80 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +10 -368
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +28 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +73 -361
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +27 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +11 -382
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +61 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +85 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +46 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +71 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +345 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +29 -407
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +59 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +16 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +390 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +32 -396
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +214 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +355 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +71 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +396 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +162 -335
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +409 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +20 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +16 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +14 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +387 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +15 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +18 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +16 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +52 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +21 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +71 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +72 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +72 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +23 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +61 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +46 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +16 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +19 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +50 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +16 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +16 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +64 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +16 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +12 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +35 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +35 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +67 -523
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +17 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +61 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +39 -164
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +67 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +555 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +23 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +70 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +162 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +81 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +18 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +17 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +20 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +15 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +41 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +8 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +55 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +67 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +35 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +80 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +52 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +51 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +16 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +15 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +44 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +22 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +22 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +21 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +65 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +23 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +11 -92
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +57 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +33 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +71 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +37 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +14 -1142
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +12 -1195
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +13 -1187
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +12 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +77 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +211 -219
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +1161 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +244 -193
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +12 -1124
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +12 -1116
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +1140 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +78 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +1126 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +246 -464
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +257 -300
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -1155
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +13 -1216
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +13 -1060
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +12 -1268
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +407 -357
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +225 -316
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +213 -335
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +256 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +205 -467
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +352 -407
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +347 -201
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +317 -217
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +364 -225
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +261 -259
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +1115 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +1326 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +1148 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +1049 -469
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +1136 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +1124 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +371 -157
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +13 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +70 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +596 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +15 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +62 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +186 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +15 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +73 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +161 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +15 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +16 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +33 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +63 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +10 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +28 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +38 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +46 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +43 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +43 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +19 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +32 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +19 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +91 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +94 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +121 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +95 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +14 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +39 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +77 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +75 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +17 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +6 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +34 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +61 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +37 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +110 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +15 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +7 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +8 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +34 -203
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +44 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +42 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +17 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +209 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +12 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +19 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +7 -236
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +31 -218
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +30 -219
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +30 -322
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +31 -222
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +215 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +200 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +219 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +329 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +198 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +29 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +35 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +56 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +45 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +43 -471
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +56 -423
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +44 -460
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +47 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +90 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +84 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +488 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +465 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +481 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +38 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +9 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +21 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +38 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +40 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +14 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +12 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +40 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +38 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +24 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +15 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +22 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +13 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +16 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +39 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +39 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +8 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +116 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +128 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +13 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +14 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +17 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +40 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +18 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +19 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +87 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +91 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +7 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +30 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +24 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +28 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +24 -125
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +29 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +5 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +8 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +107 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +24 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +46 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +16 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +6 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +40 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +42 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +28 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +7 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +15 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +8 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +26 -39
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +13 -171
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +6 -180
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +47 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +9 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +74 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +54 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +40 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +178 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +181 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +17 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +22 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +27 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +23 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +6 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +8 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +8 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +15 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +15 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +28 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +16 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +30 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +12 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +8 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +23 -96
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +7 -81
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +4 -89
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +11 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +7 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +32 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +24 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +40 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +9 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +112 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +80 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +84 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +17 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +16 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +39 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +24 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +15 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +19 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +10 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +9 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +20 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +4 -304
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +21 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +5 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +298 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +18 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +8 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +8 -77
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +10 -212
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +6 -89
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +6 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +9 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +35 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +44 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +78 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +16 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +215 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +88 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +33 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +12 -102
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +15 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +16 -60
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +9 -100
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +10 -56
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +10 -59
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +9 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +15 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +16 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +16 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +12 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +11 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +85 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +53 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +60 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +92 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +59 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +56 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +28 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +21 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +34 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +20 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +21 -48
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +30 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +7 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +44 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +24 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +8 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +25 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +28 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +6 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +54 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +53 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +23 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +22 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +14 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +42 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +21 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +8 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +19 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +31 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +32 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +14 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +9 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +10 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +69 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +7 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1206.py +37 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1207.py +48 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1208.py +45 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1209.py +33 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1210.py +20 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1211.py +22 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1212.py +23 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1213.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1214.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1215.py +4 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1217.py +37 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1219.py +10 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1220.py +48 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1221.py +6 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1222.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1223.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1224.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1225.py +18 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1226.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1227.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1228.py +19 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1230.py +10 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1231.py +9 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1232.py +11 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1233.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1234.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1235.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1236.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1237.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1238.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1239.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1240.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1241.py +14 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1242.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1243.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1245.py +23 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1246.py +19 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1247.py +37 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1248.py +23 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1249.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1250.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1251.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1252.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1253.py +24 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1254.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1255.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1256.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1257.py +30 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1258.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1259.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1260.py +13 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1261.py +41 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1262.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1263.py +11 -39
- githubkit/versions/ghec_v2022_11_28/models/group_1264.py +18 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1265.py +6 -75
- githubkit/versions/ghec_v2022_11_28/models/group_1266.py +6 -76
- githubkit/versions/ghec_v2022_11_28/models/group_1267.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1268.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1269.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1270.py +41 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1271.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1272.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1273.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1275.py +7 -48
- githubkit/versions/ghec_v2022_11_28/models/group_1276.py +32 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1277.py +10 -65
- githubkit/versions/ghec_v2022_11_28/models/group_1278.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1279.py +29 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1280.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1281.py +77 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1282.py +78 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1283.py +18 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1284.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1285.py +18 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1286.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1287.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1289.py +13 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1290.py +16 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1291.py +49 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1292.py +44 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1293.py +57 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1294.py +24 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1295.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1296.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1297.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1298.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1299.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1300.py +10 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1304.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1305.py +24 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1306.py +32 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1308.py +46 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1309.py +44 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1310.py +28 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1311.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1312.py +8 -90
- githubkit/versions/ghec_v2022_11_28/models/group_1313.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1314.py +15 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1315.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1317.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1318.py +11 -76
- githubkit/versions/ghec_v2022_11_28/models/group_1319.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1320.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1321.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1322.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1323.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1324.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1325.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1326.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1327.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1328.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1329.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1330.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1331.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1332.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1333.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1334.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1335.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1336.py +97 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +1248 -6
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +610 -12
- githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +625 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +126 -8
- githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
- githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
- githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/orgs.py +892 -0
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
- githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
- githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
- githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +4899 -4773
- githubkit/versions/ghec_v2022_11_28/types/group_0018.py +1 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0021.py +1 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0046.py +9 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0047.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0048.py +18 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0049.py +76 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0050.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0051.py +13 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0052.py +64 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0053.py +19 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0054.py +8 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0055.py +15 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0056.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0057.py +70 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0058.py +16 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0059.py +11 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +31 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0061.py +54 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0062.py +34 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0063.py +118 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0064.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0065.py +11 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0066.py +22 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0067.py +13 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +32 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0069.py +17 -180
- githubkit/versions/ghec_v2022_11_28/types/group_0070.py +36 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0071.py +36 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0072.py +161 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0073.py +9 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0074.py +23 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0075.py +62 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0076.py +33 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0077.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0078.py +26 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0079.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0080.py +9 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0081.py +17 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0082.py +15 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0083.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0084.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0085.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0086.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0087.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0088.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0089.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0090.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0091.py +19 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0092.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0093.py +4 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0094.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0095.py +19 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0096.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0097.py +22 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0098.py +37 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0099.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0100.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0101.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0102.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0103.py +10 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0104.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0105.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0106.py +21 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0107.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0108.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0109.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0110.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0111.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0112.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0113.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0114.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0115.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0116.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0117.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0118.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0119.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0120.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0121.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0122.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0123.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0124.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0125.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0127.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0128.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0129.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0130.py +9 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0131.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0132.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0133.py +19 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0134.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0135.py +4 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0136.py +11 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0137.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0138.py +13 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0139.py +110 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0141.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -91
- githubkit/versions/ghec_v2022_11_28/types/group_0143.py +5 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0144.py +4 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0145.py +96 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0146.py +40 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0147.py +15 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +76 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0149.py +36 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0150.py +31 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +20 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +14 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +10 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +7 -99
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +27 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +23 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +23 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +86 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +27 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +64 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +41 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +38 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +59 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +108 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +23 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +19 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +7 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +21 -84
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +17 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +17 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +25 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +64 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +80 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +134 -84
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +28 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +15 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +16 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +8 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +86 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +8 -85
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +66 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +34 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +84 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +24 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +19 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +8 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +8 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +94 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +67 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +22 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +31 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +28 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +8 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +16 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +8 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +16 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +26 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +6 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +22 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +9 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +30 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +34 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +43 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +65 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +52 -131
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +16 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +23 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +9 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +10 -131
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +9 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +128 -88
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +19 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +41 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +18 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +131 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +13 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +85 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +22 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +20 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +13 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +36 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +112 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +19 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +13 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +10 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +33 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +25 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +52 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +7 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +6 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +8 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +37 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +33 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +58 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +22 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +36 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +35 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +69 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +35 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +22 -126
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +9 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +23 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +28 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +109 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +120 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +8 -122
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +9 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +19 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +46 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +17 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +26 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +114 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +17 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +24 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +61 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +60 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +28 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +34 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +43 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +7 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +9 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +20 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +19 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0295.py +14 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0296.py +13 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0297.py +34 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +28 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +16 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +32 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +28 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +5 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +6 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +23 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +49 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +49 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +12 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +5 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +11 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +68 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +17 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +13 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +27 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +19 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +34 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +23 -98
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +43 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +29 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +30 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +27 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +22 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +78 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +46 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +32 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +11 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0332.py +31 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0333.py +71 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0334.py +8 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0336.py +27 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0337.py +50 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0338.py +34 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +47 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0342.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0343.py +6 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0344.py +4 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0345.py +8 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0346.py +21 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0347.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +64 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +35 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +17 -98
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +7 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +19 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +56 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +8 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +89 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +17 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +9 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +12 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +9 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +10 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +25 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +17 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +33 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +23 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +22 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +22 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +31 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +69 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +59 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +86 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +17 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +15 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +7 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +39 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +8 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +52 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +25 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +25 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +78 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +59 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +10 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +10 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +54 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +50 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +25 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +39 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +10 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +10 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +10 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +10 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +69 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +55 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +37 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +72 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +51 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +70 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +25 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +10 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +10 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +8 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +10 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +18 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +13 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +35 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +13 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +10 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +16 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +27 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +8 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +6 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -106
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +95 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +13 -117
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +20 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +30 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +27 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +105 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +26 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +112 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +73 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +46 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +58 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +7 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +15 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +82 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +55 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +28 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +11 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +11 -266
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +8 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +21 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +20 -167
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +14 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +269 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +42 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +12 -58
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +171 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +42 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +48 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +13 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +11 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +60 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +31 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +14 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +140 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +16 -284
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +8 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +6 -338
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +13 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +76 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +10 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +321 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +53 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +291 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +3 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +31 -146
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +33 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +34 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +49 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +42 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +151 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +45 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +41 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +17 -854
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +10 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +14 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +16 -119
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +75 -120
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +14 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +857 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +100 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +43 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +118 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +110 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +53 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +42 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +85 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +113 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +23 -154
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +46 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +158 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +14 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +10 -253
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +6 -255
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +16 -242
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +6 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +10 -177
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +6 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +193 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +214 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +215 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +101 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +174 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +107 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +131 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +112 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +106 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +92 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +19 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +14 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +13 -536
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +17 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +13 -405
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +13 -403
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +12 -438
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +12 -750
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +535 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +20 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +404 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +402 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +438 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +742 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +43 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +9 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +28 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +43 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +8 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +15 -140
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +140 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +140 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +106 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +7 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +25 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +14 -80
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +13 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +30 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +31 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +18 -153
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +62 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +22 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +26 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +52 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +139 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +155 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +11 -97
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +27 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +25 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +76 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +24 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -155
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +97 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +22 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +19 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +139 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +155 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +11 -98
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +27 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +25 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +76 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +24 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +7 -153
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +98 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +22 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +137 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +153 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +11 -97
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +27 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +25 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +74 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +37 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +7 -180
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +71 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +25 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +18 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +22 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +171 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +141 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +27 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +22 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +75 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +9 -325
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +20 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +63 -308
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +29 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +10 -331
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +48 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +54 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +40 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +46 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +294 -127
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +17 -376
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +47 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +347 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +19 -347
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +180 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +321 -128
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +43 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +347 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +129 -295
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +375 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +14 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +10 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +349 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +12 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +13 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +13 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +34 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +15 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +62 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +62 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +62 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +15 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +51 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +31 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +11 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +12 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +43 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +42 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +11 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +18 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +17 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +40 -455
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +35 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +26 -150
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +12 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +63 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +486 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +61 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +159 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +62 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +11 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +12 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +10 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +23 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +7 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +34 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +62 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +29 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +74 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +47 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +10 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +31 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +14 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +42 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +14 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +9 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +46 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +29 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +72 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +32 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +12 -937
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +10 -984
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +10 -974
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +64 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +165 -176
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +959 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +174 -134
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +11 -928
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +11 -920
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +944 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +61 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +930 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +175 -325
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +183 -217
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +14 -960
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +12 -1008
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +12 -902
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +11 -1051
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +294 -283
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +177 -254
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +170 -257
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +206 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +145 -329
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +260 -304
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +263 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +250 -159
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +273 -165
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +179 -184
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +916 -111
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +1098 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +932 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +819 -381
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +938 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +919 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +263 -138
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +61 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +493 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +13 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +55 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +163 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +51 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +140 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +14 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +12 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +8 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +25 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +51 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +9 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +15 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +15 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +28 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +17 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +17 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +14 -90
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +27 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +14 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +71 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +87 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +100 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +90 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +71 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +71 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +17 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +17 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +30 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +95 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +5 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +12 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +26 -184
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +18 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +19 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +15 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +192 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +6 -185
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +22 -182
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +21 -181
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +22 -250
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +22 -186
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +176 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +165 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +168 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +244 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +170 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +22 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +28 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +35 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +25 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +37 -406
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +37 -390
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +31 -403
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +42 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +64 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +63 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +419 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +414 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +418 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +32 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +9 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +26 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +13 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +5 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +7 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +40 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +40 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +58 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +64 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +10 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +10 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +13 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +10 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +73 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +74 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +22 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +21 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +21 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +6 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +41 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +20 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +27 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +8 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +22 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +8 -97
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +5 -98
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +7 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +34 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +61 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +98 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +98 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +5 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +5 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +26 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +16 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +17 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +4 -70
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +4 -72
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +46 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +70 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +70 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +7 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +17 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +4 -178
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +19 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +177 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +7 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +5 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +7 -42
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +7 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +8 -124
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +4 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +31 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +22 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +39 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +63 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +124 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +47 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +9 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +15 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +16 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +7 -58
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +14 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +14 -38
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +9 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +55 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +28 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +39 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +53 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +32 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +36 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +11 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +11 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +21 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +18 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +21 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +32 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +32 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +23 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +22 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +15 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +6 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +41 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +11 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +24 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1207.py +20 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1208.py +23 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1209.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1210.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1211.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1212.py +8 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1213.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1214.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1215.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1217.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1218.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1219.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1220.py +36 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1221.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1222.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1223.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1225.py +15 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1226.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1227.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1228.py +15 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1230.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1231.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1232.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1233.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1234.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1235.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1236.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1237.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1238.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1239.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1240.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1241.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1243.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1244.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1245.py +16 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1246.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1247.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1249.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1250.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1251.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1252.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1253.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1256.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1257.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1258.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1259.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1260.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1261.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1262.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1265.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1266.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1267.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1268.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1269.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1270.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1271.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1272.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1273.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1274.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1275.py +5 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1276.py +13 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1277.py +6 -52
- githubkit/versions/ghec_v2022_11_28/types/group_1278.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1279.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1280.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1281.py +63 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1282.py +63 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1283.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1284.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1285.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1286.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1288.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1289.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1290.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1291.py +35 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1292.py +34 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1293.py +45 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1294.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1295.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1296.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1297.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1298.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1299.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1300.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1301.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1303.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1304.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1305.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1306.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1308.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1309.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1310.py +23 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1312.py +13 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1313.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1314.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1315.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1316.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1317.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1318.py +7 -63
- githubkit/versions/ghec_v2022_11_28/types/group_1319.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1320.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1321.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1322.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1323.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1324.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1325.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1326.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1327.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1328.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1329.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1330.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1331.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1332.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1333.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1334.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1335.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1336.py +81 -0
- githubkit/versions/latest/models.py +28 -0
- githubkit/versions/latest/types.py +28 -0
- githubkit/versions/v2022_11_28/models/__init__.py +730 -700
- githubkit/versions/v2022_11_28/models/group_0018.py +1 -0
- githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
- githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/models/group_0227.py +3 -1
- githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
- githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
- githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
- githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
- githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
- githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
- githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
- githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
- githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
- githubkit/versions/v2022_11_28/models/group_0903.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
- githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
- githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
- githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
- githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
- githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
- githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
- githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
- githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
- githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
- githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
- githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
- githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
- githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
- githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
- githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
- githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
- githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
- githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
- githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
- githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
- githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
- githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
- githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
- githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
- githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
- githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
- githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
- githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
- githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
- githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
- githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
- githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
- githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
- githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
- githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
- githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
- githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
- githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
- githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
- githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
- githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
- githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
- githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
- githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
- githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
- githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
- githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
- githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
- githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
- githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
- githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
- githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
- githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
- githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
- githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
- githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
- githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
- githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
- githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
- githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
- githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
- githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
- githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
- githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
- githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
- githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
- githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
- githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
- githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
- githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
- githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
- githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
- githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
- githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
- githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
- githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
- githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
- githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
- githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
- githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
- githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
- githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
- githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
- githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
- githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
- githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
- githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
- githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
- githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
- githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
- githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
- githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
- githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
- githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
- githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
- githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
- githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
- githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
- githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
- githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
- githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
- githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
- githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
- githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
- githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
- githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
- githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
- githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
- githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
- githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
- githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
- githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
- githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
- githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
- githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
- githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
- githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
- githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
- githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
- githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
- githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
- githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
- githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
- githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
- githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
- githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
- githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
- githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
- githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
- githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
- githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
- githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
- githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
- githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
- githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
- githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
- githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
- githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
- githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
- githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
- githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
- githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
- githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
- githubkit/versions/v2022_11_28/rest/actions.py +746 -0
- githubkit/versions/v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/v2022_11_28/rest/apps.py +180 -4
- githubkit/versions/v2022_11_28/rest/billing.py +32 -0
- githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/v2022_11_28/rest/code_scanning.py +110 -0
- githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
- githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/v2022_11_28/rest/dependabot.py +126 -8
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/v2022_11_28/rest/git.py +76 -0
- githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/v2022_11_28/rest/orgs.py +772 -0
- githubkit/versions/v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
- githubkit/versions/v2022_11_28/rest/search.py +28 -0
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
- githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/v2022_11_28/rest/teams.py +308 -0
- githubkit/versions/v2022_11_28/rest/users.py +429 -2
- githubkit/versions/v2022_11_28/types/__init__.py +730 -700
- githubkit/versions/v2022_11_28/types/group_0018.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
- githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0227.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
- githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
- githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
- githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
- githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
- githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
- githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
- githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
- githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
- githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
- githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
- githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
- githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
- githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
- githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
- githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
- githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
- githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
- githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
- githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
- githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
- githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
- githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
- githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
- githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
- githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
- githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
- githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
- githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
- githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
- githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
- githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
- githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
- githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
- githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
- githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
- githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
- githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
- githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
- githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
- githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
- githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
- githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
- githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
- githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
- githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
- githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
- githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
- githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
- githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
- githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
- githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
- githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
- githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
- githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
- githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
- githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
- githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
- githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
- githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
- githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
- githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
- githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
- githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
- githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
- githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
- githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
- githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
- githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
- githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
- githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
- githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
- githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
- githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
- githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
- githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
- githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
- githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
- githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
- githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
- githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
- githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
- githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
- githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
- githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
- githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
- githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
- githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
- githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
- githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
- githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
- githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
- githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
- githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
- githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
- githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
- githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
- githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
- githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/METADATA +1 -1
- {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/RECORD +3332 -3288
- {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/LICENSE +0 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/WHEEL +0 -0
|
@@ -29,11 +29,14 @@ if TYPE_CHECKING:
|
|
|
29
29
|
from githubkit.utils import UNSET
|
|
30
30
|
|
|
31
31
|
from ..models import (
|
|
32
|
+
AccessibleRepository,
|
|
32
33
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
33
34
|
AppManifestsCodeConversionsPostResponse201,
|
|
34
35
|
Authorization,
|
|
36
|
+
EnterpriseOrganizationInstallation,
|
|
35
37
|
HookDelivery,
|
|
36
38
|
HookDeliveryItem,
|
|
39
|
+
InstallableOrganization,
|
|
37
40
|
Installation,
|
|
38
41
|
InstallationRepositoriesGetResponse200,
|
|
39
42
|
InstallationToken,
|
|
@@ -47,6 +50,7 @@ if TYPE_CHECKING:
|
|
|
47
50
|
WebhookConfig,
|
|
48
51
|
)
|
|
49
52
|
from ..types import (
|
|
53
|
+
AccessibleRepositoryType,
|
|
50
54
|
AppHookConfigPatchBodyType,
|
|
51
55
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
52
56
|
AppInstallationsInstallationIdAccessTokensPostBodyType,
|
|
@@ -58,8 +62,14 @@ if TYPE_CHECKING:
|
|
|
58
62
|
AppManifestsCodeConversionsPostResponse201Type,
|
|
59
63
|
AppPermissionsType,
|
|
60
64
|
AuthorizationType,
|
|
65
|
+
EnterpriseOrganizationInstallationType,
|
|
66
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
|
|
67
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
|
|
68
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
|
|
69
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
|
|
61
70
|
HookDeliveryItemType,
|
|
62
71
|
HookDeliveryType,
|
|
72
|
+
InstallableOrganizationType,
|
|
63
73
|
InstallationRepositoriesGetResponse200Type,
|
|
64
74
|
InstallationTokenType,
|
|
65
75
|
InstallationType,
|
|
@@ -93,6 +103,7 @@ class AppsClient:
|
|
|
93
103
|
self,
|
|
94
104
|
*,
|
|
95
105
|
headers: Optional[Mapping[str, str]] = None,
|
|
106
|
+
stream: bool = False,
|
|
96
107
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
97
108
|
"""apps/get-authenticated
|
|
98
109
|
|
|
@@ -117,6 +128,7 @@ class AppsClient:
|
|
|
117
128
|
"GET",
|
|
118
129
|
url,
|
|
119
130
|
headers=exclude_unset(headers),
|
|
131
|
+
stream=stream,
|
|
120
132
|
response_model=Union[Integration, None],
|
|
121
133
|
)
|
|
122
134
|
|
|
@@ -124,6 +136,7 @@ class AppsClient:
|
|
|
124
136
|
self,
|
|
125
137
|
*,
|
|
126
138
|
headers: Optional[Mapping[str, str]] = None,
|
|
139
|
+
stream: bool = False,
|
|
127
140
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
128
141
|
"""apps/get-authenticated
|
|
129
142
|
|
|
@@ -148,6 +161,7 @@ class AppsClient:
|
|
|
148
161
|
"GET",
|
|
149
162
|
url,
|
|
150
163
|
headers=exclude_unset(headers),
|
|
164
|
+
stream=stream,
|
|
151
165
|
response_model=Union[Integration, None],
|
|
152
166
|
)
|
|
153
167
|
|
|
@@ -156,6 +170,7 @@ class AppsClient:
|
|
|
156
170
|
code: str,
|
|
157
171
|
*,
|
|
158
172
|
headers: Optional[Mapping[str, str]] = None,
|
|
173
|
+
stream: bool = False,
|
|
159
174
|
) -> Response[
|
|
160
175
|
AppManifestsCodeConversionsPostResponse201,
|
|
161
176
|
AppManifestsCodeConversionsPostResponse201Type,
|
|
@@ -183,6 +198,7 @@ class AppsClient:
|
|
|
183
198
|
"POST",
|
|
184
199
|
url,
|
|
185
200
|
headers=exclude_unset(headers),
|
|
201
|
+
stream=stream,
|
|
186
202
|
response_model=AppManifestsCodeConversionsPostResponse201,
|
|
187
203
|
error_models={
|
|
188
204
|
"404": BasicError,
|
|
@@ -195,6 +211,7 @@ class AppsClient:
|
|
|
195
211
|
code: str,
|
|
196
212
|
*,
|
|
197
213
|
headers: Optional[Mapping[str, str]] = None,
|
|
214
|
+
stream: bool = False,
|
|
198
215
|
) -> Response[
|
|
199
216
|
AppManifestsCodeConversionsPostResponse201,
|
|
200
217
|
AppManifestsCodeConversionsPostResponse201Type,
|
|
@@ -222,6 +239,7 @@ class AppsClient:
|
|
|
222
239
|
"POST",
|
|
223
240
|
url,
|
|
224
241
|
headers=exclude_unset(headers),
|
|
242
|
+
stream=stream,
|
|
225
243
|
response_model=AppManifestsCodeConversionsPostResponse201,
|
|
226
244
|
error_models={
|
|
227
245
|
"404": BasicError,
|
|
@@ -233,6 +251,7 @@ class AppsClient:
|
|
|
233
251
|
self,
|
|
234
252
|
*,
|
|
235
253
|
headers: Optional[Mapping[str, str]] = None,
|
|
254
|
+
stream: bool = False,
|
|
236
255
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
237
256
|
"""apps/get-webhook-config-for-app
|
|
238
257
|
|
|
@@ -255,6 +274,7 @@ class AppsClient:
|
|
|
255
274
|
"GET",
|
|
256
275
|
url,
|
|
257
276
|
headers=exclude_unset(headers),
|
|
277
|
+
stream=stream,
|
|
258
278
|
response_model=WebhookConfig,
|
|
259
279
|
)
|
|
260
280
|
|
|
@@ -262,6 +282,7 @@ class AppsClient:
|
|
|
262
282
|
self,
|
|
263
283
|
*,
|
|
264
284
|
headers: Optional[Mapping[str, str]] = None,
|
|
285
|
+
stream: bool = False,
|
|
265
286
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
266
287
|
"""apps/get-webhook-config-for-app
|
|
267
288
|
|
|
@@ -284,6 +305,7 @@ class AppsClient:
|
|
|
284
305
|
"GET",
|
|
285
306
|
url,
|
|
286
307
|
headers=exclude_unset(headers),
|
|
308
|
+
stream=stream,
|
|
287
309
|
response_model=WebhookConfig,
|
|
288
310
|
)
|
|
289
311
|
|
|
@@ -292,6 +314,7 @@ class AppsClient:
|
|
|
292
314
|
self,
|
|
293
315
|
*,
|
|
294
316
|
headers: Optional[Mapping[str, str]] = None,
|
|
317
|
+
stream: bool = False,
|
|
295
318
|
data: AppHookConfigPatchBodyType,
|
|
296
319
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
297
320
|
|
|
@@ -301,6 +324,7 @@ class AppsClient:
|
|
|
301
324
|
*,
|
|
302
325
|
data: UnsetType = UNSET,
|
|
303
326
|
headers: Optional[Mapping[str, str]] = None,
|
|
327
|
+
stream: bool = False,
|
|
304
328
|
url: Missing[str] = UNSET,
|
|
305
329
|
content_type: Missing[str] = UNSET,
|
|
306
330
|
secret: Missing[str] = UNSET,
|
|
@@ -311,6 +335,7 @@ class AppsClient:
|
|
|
311
335
|
self,
|
|
312
336
|
*,
|
|
313
337
|
headers: Optional[Mapping[str, str]] = None,
|
|
338
|
+
stream: bool = False,
|
|
314
339
|
data: Missing[AppHookConfigPatchBodyType] = UNSET,
|
|
315
340
|
**kwargs,
|
|
316
341
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -345,6 +370,7 @@ class AppsClient:
|
|
|
345
370
|
url,
|
|
346
371
|
json=exclude_unset(json),
|
|
347
372
|
headers=exclude_unset(headers),
|
|
373
|
+
stream=stream,
|
|
348
374
|
response_model=WebhookConfig,
|
|
349
375
|
)
|
|
350
376
|
|
|
@@ -353,6 +379,7 @@ class AppsClient:
|
|
|
353
379
|
self,
|
|
354
380
|
*,
|
|
355
381
|
headers: Optional[Mapping[str, str]] = None,
|
|
382
|
+
stream: bool = False,
|
|
356
383
|
data: AppHookConfigPatchBodyType,
|
|
357
384
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
358
385
|
|
|
@@ -362,6 +389,7 @@ class AppsClient:
|
|
|
362
389
|
*,
|
|
363
390
|
data: UnsetType = UNSET,
|
|
364
391
|
headers: Optional[Mapping[str, str]] = None,
|
|
392
|
+
stream: bool = False,
|
|
365
393
|
url: Missing[str] = UNSET,
|
|
366
394
|
content_type: Missing[str] = UNSET,
|
|
367
395
|
secret: Missing[str] = UNSET,
|
|
@@ -372,6 +400,7 @@ class AppsClient:
|
|
|
372
400
|
self,
|
|
373
401
|
*,
|
|
374
402
|
headers: Optional[Mapping[str, str]] = None,
|
|
403
|
+
stream: bool = False,
|
|
375
404
|
data: Missing[AppHookConfigPatchBodyType] = UNSET,
|
|
376
405
|
**kwargs,
|
|
377
406
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -406,6 +435,7 @@ class AppsClient:
|
|
|
406
435
|
url,
|
|
407
436
|
json=exclude_unset(json),
|
|
408
437
|
headers=exclude_unset(headers),
|
|
438
|
+
stream=stream,
|
|
409
439
|
response_model=WebhookConfig,
|
|
410
440
|
)
|
|
411
441
|
|
|
@@ -415,6 +445,7 @@ class AppsClient:
|
|
|
415
445
|
per_page: Missing[int] = UNSET,
|
|
416
446
|
cursor: Missing[str] = UNSET,
|
|
417
447
|
headers: Optional[Mapping[str, str]] = None,
|
|
448
|
+
stream: bool = False,
|
|
418
449
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
419
450
|
"""apps/list-webhook-deliveries
|
|
420
451
|
|
|
@@ -443,6 +474,7 @@ class AppsClient:
|
|
|
443
474
|
url,
|
|
444
475
|
params=exclude_unset(params),
|
|
445
476
|
headers=exclude_unset(headers),
|
|
477
|
+
stream=stream,
|
|
446
478
|
response_model=list[HookDeliveryItem],
|
|
447
479
|
error_models={
|
|
448
480
|
"400": BasicError,
|
|
@@ -456,6 +488,7 @@ class AppsClient:
|
|
|
456
488
|
per_page: Missing[int] = UNSET,
|
|
457
489
|
cursor: Missing[str] = UNSET,
|
|
458
490
|
headers: Optional[Mapping[str, str]] = None,
|
|
491
|
+
stream: bool = False,
|
|
459
492
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
460
493
|
"""apps/list-webhook-deliveries
|
|
461
494
|
|
|
@@ -484,6 +517,7 @@ class AppsClient:
|
|
|
484
517
|
url,
|
|
485
518
|
params=exclude_unset(params),
|
|
486
519
|
headers=exclude_unset(headers),
|
|
520
|
+
stream=stream,
|
|
487
521
|
response_model=list[HookDeliveryItem],
|
|
488
522
|
error_models={
|
|
489
523
|
"400": BasicError,
|
|
@@ -496,6 +530,7 @@ class AppsClient:
|
|
|
496
530
|
delivery_id: int,
|
|
497
531
|
*,
|
|
498
532
|
headers: Optional[Mapping[str, str]] = None,
|
|
533
|
+
stream: bool = False,
|
|
499
534
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
500
535
|
"""apps/get-webhook-delivery
|
|
501
536
|
|
|
@@ -518,6 +553,7 @@ class AppsClient:
|
|
|
518
553
|
"GET",
|
|
519
554
|
url,
|
|
520
555
|
headers=exclude_unset(headers),
|
|
556
|
+
stream=stream,
|
|
521
557
|
response_model=HookDelivery,
|
|
522
558
|
error_models={
|
|
523
559
|
"400": BasicError,
|
|
@@ -530,6 +566,7 @@ class AppsClient:
|
|
|
530
566
|
delivery_id: int,
|
|
531
567
|
*,
|
|
532
568
|
headers: Optional[Mapping[str, str]] = None,
|
|
569
|
+
stream: bool = False,
|
|
533
570
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
534
571
|
"""apps/get-webhook-delivery
|
|
535
572
|
|
|
@@ -552,6 +589,7 @@ class AppsClient:
|
|
|
552
589
|
"GET",
|
|
553
590
|
url,
|
|
554
591
|
headers=exclude_unset(headers),
|
|
592
|
+
stream=stream,
|
|
555
593
|
response_model=HookDelivery,
|
|
556
594
|
error_models={
|
|
557
595
|
"400": BasicError,
|
|
@@ -564,6 +602,7 @@ class AppsClient:
|
|
|
564
602
|
delivery_id: int,
|
|
565
603
|
*,
|
|
566
604
|
headers: Optional[Mapping[str, str]] = None,
|
|
605
|
+
stream: bool = False,
|
|
567
606
|
) -> Response[
|
|
568
607
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
569
608
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -593,6 +632,7 @@ class AppsClient:
|
|
|
593
632
|
"POST",
|
|
594
633
|
url,
|
|
595
634
|
headers=exclude_unset(headers),
|
|
635
|
+
stream=stream,
|
|
596
636
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
597
637
|
error_models={
|
|
598
638
|
"400": BasicError,
|
|
@@ -605,6 +645,7 @@ class AppsClient:
|
|
|
605
645
|
delivery_id: int,
|
|
606
646
|
*,
|
|
607
647
|
headers: Optional[Mapping[str, str]] = None,
|
|
648
|
+
stream: bool = False,
|
|
608
649
|
) -> Response[
|
|
609
650
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
610
651
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -634,6 +675,7 @@ class AppsClient:
|
|
|
634
675
|
"POST",
|
|
635
676
|
url,
|
|
636
677
|
headers=exclude_unset(headers),
|
|
678
|
+
stream=stream,
|
|
637
679
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
638
680
|
error_models={
|
|
639
681
|
"400": BasicError,
|
|
@@ -647,6 +689,7 @@ class AppsClient:
|
|
|
647
689
|
per_page: Missing[int] = UNSET,
|
|
648
690
|
page: Missing[int] = UNSET,
|
|
649
691
|
headers: Optional[Mapping[str, str]] = None,
|
|
692
|
+
stream: bool = False,
|
|
650
693
|
) -> Response[
|
|
651
694
|
list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
|
|
652
695
|
]:
|
|
@@ -675,6 +718,7 @@ class AppsClient:
|
|
|
675
718
|
url,
|
|
676
719
|
params=exclude_unset(params),
|
|
677
720
|
headers=exclude_unset(headers),
|
|
721
|
+
stream=stream,
|
|
678
722
|
response_model=list[IntegrationInstallationRequest],
|
|
679
723
|
error_models={
|
|
680
724
|
"401": BasicError,
|
|
@@ -687,6 +731,7 @@ class AppsClient:
|
|
|
687
731
|
per_page: Missing[int] = UNSET,
|
|
688
732
|
page: Missing[int] = UNSET,
|
|
689
733
|
headers: Optional[Mapping[str, str]] = None,
|
|
734
|
+
stream: bool = False,
|
|
690
735
|
) -> Response[
|
|
691
736
|
list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
|
|
692
737
|
]:
|
|
@@ -715,6 +760,7 @@ class AppsClient:
|
|
|
715
760
|
url,
|
|
716
761
|
params=exclude_unset(params),
|
|
717
762
|
headers=exclude_unset(headers),
|
|
763
|
+
stream=stream,
|
|
718
764
|
response_model=list[IntegrationInstallationRequest],
|
|
719
765
|
error_models={
|
|
720
766
|
"401": BasicError,
|
|
@@ -729,6 +775,7 @@ class AppsClient:
|
|
|
729
775
|
since: Missing[datetime] = UNSET,
|
|
730
776
|
outdated: Missing[str] = UNSET,
|
|
731
777
|
headers: Optional[Mapping[str, str]] = None,
|
|
778
|
+
stream: bool = False,
|
|
732
779
|
) -> Response[list[Installation], list[InstallationType]]:
|
|
733
780
|
"""apps/list-installations
|
|
734
781
|
|
|
@@ -759,6 +806,7 @@ class AppsClient:
|
|
|
759
806
|
url,
|
|
760
807
|
params=exclude_unset(params),
|
|
761
808
|
headers=exclude_unset(headers),
|
|
809
|
+
stream=stream,
|
|
762
810
|
response_model=list[Installation],
|
|
763
811
|
)
|
|
764
812
|
|
|
@@ -770,6 +818,7 @@ class AppsClient:
|
|
|
770
818
|
since: Missing[datetime] = UNSET,
|
|
771
819
|
outdated: Missing[str] = UNSET,
|
|
772
820
|
headers: Optional[Mapping[str, str]] = None,
|
|
821
|
+
stream: bool = False,
|
|
773
822
|
) -> Response[list[Installation], list[InstallationType]]:
|
|
774
823
|
"""apps/list-installations
|
|
775
824
|
|
|
@@ -800,6 +849,7 @@ class AppsClient:
|
|
|
800
849
|
url,
|
|
801
850
|
params=exclude_unset(params),
|
|
802
851
|
headers=exclude_unset(headers),
|
|
852
|
+
stream=stream,
|
|
803
853
|
response_model=list[Installation],
|
|
804
854
|
)
|
|
805
855
|
|
|
@@ -808,6 +858,7 @@ class AppsClient:
|
|
|
808
858
|
installation_id: int,
|
|
809
859
|
*,
|
|
810
860
|
headers: Optional[Mapping[str, str]] = None,
|
|
861
|
+
stream: bool = False,
|
|
811
862
|
) -> Response[Installation, InstallationType]:
|
|
812
863
|
"""apps/get-installation
|
|
813
864
|
|
|
@@ -830,6 +881,7 @@ class AppsClient:
|
|
|
830
881
|
"GET",
|
|
831
882
|
url,
|
|
832
883
|
headers=exclude_unset(headers),
|
|
884
|
+
stream=stream,
|
|
833
885
|
response_model=Installation,
|
|
834
886
|
error_models={
|
|
835
887
|
"404": BasicError,
|
|
@@ -841,6 +893,7 @@ class AppsClient:
|
|
|
841
893
|
installation_id: int,
|
|
842
894
|
*,
|
|
843
895
|
headers: Optional[Mapping[str, str]] = None,
|
|
896
|
+
stream: bool = False,
|
|
844
897
|
) -> Response[Installation, InstallationType]:
|
|
845
898
|
"""apps/get-installation
|
|
846
899
|
|
|
@@ -863,6 +916,7 @@ class AppsClient:
|
|
|
863
916
|
"GET",
|
|
864
917
|
url,
|
|
865
918
|
headers=exclude_unset(headers),
|
|
919
|
+
stream=stream,
|
|
866
920
|
response_model=Installation,
|
|
867
921
|
error_models={
|
|
868
922
|
"404": BasicError,
|
|
@@ -874,12 +928,13 @@ class AppsClient:
|
|
|
874
928
|
installation_id: int,
|
|
875
929
|
*,
|
|
876
930
|
headers: Optional[Mapping[str, str]] = None,
|
|
931
|
+
stream: bool = False,
|
|
877
932
|
) -> Response:
|
|
878
933
|
"""apps/delete-installation
|
|
879
934
|
|
|
880
935
|
DELETE /app/installations/{installation_id}
|
|
881
936
|
|
|
882
|
-
Uninstalls a GitHub App on a user, organization, or
|
|
937
|
+
Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
|
|
883
938
|
|
|
884
939
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
885
940
|
|
|
@@ -896,6 +951,7 @@ class AppsClient:
|
|
|
896
951
|
"DELETE",
|
|
897
952
|
url,
|
|
898
953
|
headers=exclude_unset(headers),
|
|
954
|
+
stream=stream,
|
|
899
955
|
error_models={
|
|
900
956
|
"404": BasicError,
|
|
901
957
|
},
|
|
@@ -906,12 +962,13 @@ class AppsClient:
|
|
|
906
962
|
installation_id: int,
|
|
907
963
|
*,
|
|
908
964
|
headers: Optional[Mapping[str, str]] = None,
|
|
965
|
+
stream: bool = False,
|
|
909
966
|
) -> Response:
|
|
910
967
|
"""apps/delete-installation
|
|
911
968
|
|
|
912
969
|
DELETE /app/installations/{installation_id}
|
|
913
970
|
|
|
914
|
-
Uninstalls a GitHub App on a user, organization, or
|
|
971
|
+
Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
|
|
915
972
|
|
|
916
973
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
917
974
|
|
|
@@ -928,6 +985,7 @@ class AppsClient:
|
|
|
928
985
|
"DELETE",
|
|
929
986
|
url,
|
|
930
987
|
headers=exclude_unset(headers),
|
|
988
|
+
stream=stream,
|
|
931
989
|
error_models={
|
|
932
990
|
"404": BasicError,
|
|
933
991
|
},
|
|
@@ -939,6 +997,7 @@ class AppsClient:
|
|
|
939
997
|
installation_id: int,
|
|
940
998
|
*,
|
|
941
999
|
headers: Optional[Mapping[str, str]] = None,
|
|
1000
|
+
stream: bool = False,
|
|
942
1001
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
943
1002
|
) -> Response[InstallationToken, InstallationTokenType]: ...
|
|
944
1003
|
|
|
@@ -949,6 +1008,7 @@ class AppsClient:
|
|
|
949
1008
|
*,
|
|
950
1009
|
data: UnsetType = UNSET,
|
|
951
1010
|
headers: Optional[Mapping[str, str]] = None,
|
|
1011
|
+
stream: bool = False,
|
|
952
1012
|
repositories: Missing[list[str]] = UNSET,
|
|
953
1013
|
repository_ids: Missing[list[int]] = UNSET,
|
|
954
1014
|
permissions: Missing[AppPermissionsType] = UNSET,
|
|
@@ -959,6 +1019,7 @@ class AppsClient:
|
|
|
959
1019
|
installation_id: int,
|
|
960
1020
|
*,
|
|
961
1021
|
headers: Optional[Mapping[str, str]] = None,
|
|
1022
|
+
stream: bool = False,
|
|
962
1023
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
963
1024
|
**kwargs,
|
|
964
1025
|
) -> Response[InstallationToken, InstallationTokenType]:
|
|
@@ -966,12 +1027,14 @@ class AppsClient:
|
|
|
966
1027
|
|
|
967
1028
|
POST /app/installations/{installation_id}/access_tokens
|
|
968
1029
|
|
|
969
|
-
Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
|
|
1030
|
+
Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an enterprise, organization, or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
|
|
970
1031
|
|
|
971
1032
|
Optionally, you can use the `repositories` or `repository_ids` body parameters to specify individual repositories that the installation access token can access. If you don't use `repositories` or `repository_ids` to grant access to specific repositories, the installation access token will have access to all repositories that the installation was granted access to. The installation access token cannot be granted access to repositories that the installation was not granted access to. Up to 500 repositories can be listed in this manner.
|
|
972
1033
|
|
|
973
1034
|
Optionally, use the `permissions` body parameter to specify the permissions that the installation access token should have. If `permissions` is not specified, the installation access token will have all of the permissions that were granted to the app. The installation access token cannot be granted permissions that the app was not granted.
|
|
974
1035
|
|
|
1036
|
+
Enterprise account installations do not have access to repositories and cannot be scoped down using the `permissions` parameter.
|
|
1037
|
+
|
|
975
1038
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
976
1039
|
|
|
977
1040
|
See also: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app
|
|
@@ -1004,6 +1067,7 @@ class AppsClient:
|
|
|
1004
1067
|
url,
|
|
1005
1068
|
json=exclude_unset(json),
|
|
1006
1069
|
headers=exclude_unset(headers),
|
|
1070
|
+
stream=stream,
|
|
1007
1071
|
response_model=InstallationToken,
|
|
1008
1072
|
error_models={
|
|
1009
1073
|
"403": BasicError,
|
|
@@ -1019,6 +1083,7 @@ class AppsClient:
|
|
|
1019
1083
|
installation_id: int,
|
|
1020
1084
|
*,
|
|
1021
1085
|
headers: Optional[Mapping[str, str]] = None,
|
|
1086
|
+
stream: bool = False,
|
|
1022
1087
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
1023
1088
|
) -> Response[InstallationToken, InstallationTokenType]: ...
|
|
1024
1089
|
|
|
@@ -1029,6 +1094,7 @@ class AppsClient:
|
|
|
1029
1094
|
*,
|
|
1030
1095
|
data: UnsetType = UNSET,
|
|
1031
1096
|
headers: Optional[Mapping[str, str]] = None,
|
|
1097
|
+
stream: bool = False,
|
|
1032
1098
|
repositories: Missing[list[str]] = UNSET,
|
|
1033
1099
|
repository_ids: Missing[list[int]] = UNSET,
|
|
1034
1100
|
permissions: Missing[AppPermissionsType] = UNSET,
|
|
@@ -1039,6 +1105,7 @@ class AppsClient:
|
|
|
1039
1105
|
installation_id: int,
|
|
1040
1106
|
*,
|
|
1041
1107
|
headers: Optional[Mapping[str, str]] = None,
|
|
1108
|
+
stream: bool = False,
|
|
1042
1109
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
1043
1110
|
**kwargs,
|
|
1044
1111
|
) -> Response[InstallationToken, InstallationTokenType]:
|
|
@@ -1046,12 +1113,14 @@ class AppsClient:
|
|
|
1046
1113
|
|
|
1047
1114
|
POST /app/installations/{installation_id}/access_tokens
|
|
1048
1115
|
|
|
1049
|
-
Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
|
|
1116
|
+
Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an enterprise, organization, or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
|
|
1050
1117
|
|
|
1051
1118
|
Optionally, you can use the `repositories` or `repository_ids` body parameters to specify individual repositories that the installation access token can access. If you don't use `repositories` or `repository_ids` to grant access to specific repositories, the installation access token will have access to all repositories that the installation was granted access to. The installation access token cannot be granted access to repositories that the installation was not granted access to. Up to 500 repositories can be listed in this manner.
|
|
1052
1119
|
|
|
1053
1120
|
Optionally, use the `permissions` body parameter to specify the permissions that the installation access token should have. If `permissions` is not specified, the installation access token will have all of the permissions that were granted to the app. The installation access token cannot be granted permissions that the app was not granted.
|
|
1054
1121
|
|
|
1122
|
+
Enterprise account installations do not have access to repositories and cannot be scoped down using the `permissions` parameter.
|
|
1123
|
+
|
|
1055
1124
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
1056
1125
|
|
|
1057
1126
|
See also: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app
|
|
@@ -1084,6 +1153,7 @@ class AppsClient:
|
|
|
1084
1153
|
url,
|
|
1085
1154
|
json=exclude_unset(json),
|
|
1086
1155
|
headers=exclude_unset(headers),
|
|
1156
|
+
stream=stream,
|
|
1087
1157
|
response_model=InstallationToken,
|
|
1088
1158
|
error_models={
|
|
1089
1159
|
"403": BasicError,
|
|
@@ -1098,12 +1168,13 @@ class AppsClient:
|
|
|
1098
1168
|
installation_id: int,
|
|
1099
1169
|
*,
|
|
1100
1170
|
headers: Optional[Mapping[str, str]] = None,
|
|
1171
|
+
stream: bool = False,
|
|
1101
1172
|
) -> Response:
|
|
1102
1173
|
"""apps/suspend-installation
|
|
1103
1174
|
|
|
1104
1175
|
PUT /app/installations/{installation_id}/suspended
|
|
1105
1176
|
|
|
1106
|
-
Suspends a GitHub App on a user, organization, or
|
|
1177
|
+
Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
|
|
1107
1178
|
|
|
1108
1179
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
1109
1180
|
|
|
@@ -1120,6 +1191,7 @@ class AppsClient:
|
|
|
1120
1191
|
"PUT",
|
|
1121
1192
|
url,
|
|
1122
1193
|
headers=exclude_unset(headers),
|
|
1194
|
+
stream=stream,
|
|
1123
1195
|
error_models={
|
|
1124
1196
|
"404": BasicError,
|
|
1125
1197
|
},
|
|
@@ -1130,12 +1202,13 @@ class AppsClient:
|
|
|
1130
1202
|
installation_id: int,
|
|
1131
1203
|
*,
|
|
1132
1204
|
headers: Optional[Mapping[str, str]] = None,
|
|
1205
|
+
stream: bool = False,
|
|
1133
1206
|
) -> Response:
|
|
1134
1207
|
"""apps/suspend-installation
|
|
1135
1208
|
|
|
1136
1209
|
PUT /app/installations/{installation_id}/suspended
|
|
1137
1210
|
|
|
1138
|
-
Suspends a GitHub App on a user, organization, or
|
|
1211
|
+
Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
|
|
1139
1212
|
|
|
1140
1213
|
You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
|
|
1141
1214
|
|
|
@@ -1152,6 +1225,7 @@ class AppsClient:
|
|
|
1152
1225
|
"PUT",
|
|
1153
1226
|
url,
|
|
1154
1227
|
headers=exclude_unset(headers),
|
|
1228
|
+
stream=stream,
|
|
1155
1229
|
error_models={
|
|
1156
1230
|
"404": BasicError,
|
|
1157
1231
|
},
|
|
@@ -1162,6 +1236,7 @@ class AppsClient:
|
|
|
1162
1236
|
installation_id: int,
|
|
1163
1237
|
*,
|
|
1164
1238
|
headers: Optional[Mapping[str, str]] = None,
|
|
1239
|
+
stream: bool = False,
|
|
1165
1240
|
) -> Response:
|
|
1166
1241
|
"""apps/unsuspend-installation
|
|
1167
1242
|
|
|
@@ -1184,6 +1259,7 @@ class AppsClient:
|
|
|
1184
1259
|
"DELETE",
|
|
1185
1260
|
url,
|
|
1186
1261
|
headers=exclude_unset(headers),
|
|
1262
|
+
stream=stream,
|
|
1187
1263
|
error_models={
|
|
1188
1264
|
"404": BasicError,
|
|
1189
1265
|
},
|
|
@@ -1194,6 +1270,7 @@ class AppsClient:
|
|
|
1194
1270
|
installation_id: int,
|
|
1195
1271
|
*,
|
|
1196
1272
|
headers: Optional[Mapping[str, str]] = None,
|
|
1273
|
+
stream: bool = False,
|
|
1197
1274
|
) -> Response:
|
|
1198
1275
|
"""apps/unsuspend-installation
|
|
1199
1276
|
|
|
@@ -1216,6 +1293,7 @@ class AppsClient:
|
|
|
1216
1293
|
"DELETE",
|
|
1217
1294
|
url,
|
|
1218
1295
|
headers=exclude_unset(headers),
|
|
1296
|
+
stream=stream,
|
|
1219
1297
|
error_models={
|
|
1220
1298
|
"404": BasicError,
|
|
1221
1299
|
},
|
|
@@ -1227,6 +1305,7 @@ class AppsClient:
|
|
|
1227
1305
|
client_id: str,
|
|
1228
1306
|
*,
|
|
1229
1307
|
headers: Optional[Mapping[str, str]] = None,
|
|
1308
|
+
stream: bool = False,
|
|
1230
1309
|
data: ApplicationsClientIdGrantDeleteBodyType,
|
|
1231
1310
|
) -> Response: ...
|
|
1232
1311
|
|
|
@@ -1237,6 +1316,7 @@ class AppsClient:
|
|
|
1237
1316
|
*,
|
|
1238
1317
|
data: UnsetType = UNSET,
|
|
1239
1318
|
headers: Optional[Mapping[str, str]] = None,
|
|
1319
|
+
stream: bool = False,
|
|
1240
1320
|
access_token: str,
|
|
1241
1321
|
) -> Response: ...
|
|
1242
1322
|
|
|
@@ -1245,6 +1325,7 @@ class AppsClient:
|
|
|
1245
1325
|
client_id: str,
|
|
1246
1326
|
*,
|
|
1247
1327
|
headers: Optional[Mapping[str, str]] = None,
|
|
1328
|
+
stream: bool = False,
|
|
1248
1329
|
data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
|
|
1249
1330
|
**kwargs,
|
|
1250
1331
|
) -> Response:
|
|
@@ -1278,6 +1359,7 @@ class AppsClient:
|
|
|
1278
1359
|
url,
|
|
1279
1360
|
json=exclude_unset(json),
|
|
1280
1361
|
headers=exclude_unset(headers),
|
|
1362
|
+
stream=stream,
|
|
1281
1363
|
error_models={
|
|
1282
1364
|
"422": ValidationError,
|
|
1283
1365
|
},
|
|
@@ -1289,6 +1371,7 @@ class AppsClient:
|
|
|
1289
1371
|
client_id: str,
|
|
1290
1372
|
*,
|
|
1291
1373
|
headers: Optional[Mapping[str, str]] = None,
|
|
1374
|
+
stream: bool = False,
|
|
1292
1375
|
data: ApplicationsClientIdGrantDeleteBodyType,
|
|
1293
1376
|
) -> Response: ...
|
|
1294
1377
|
|
|
@@ -1299,6 +1382,7 @@ class AppsClient:
|
|
|
1299
1382
|
*,
|
|
1300
1383
|
data: UnsetType = UNSET,
|
|
1301
1384
|
headers: Optional[Mapping[str, str]] = None,
|
|
1385
|
+
stream: bool = False,
|
|
1302
1386
|
access_token: str,
|
|
1303
1387
|
) -> Response: ...
|
|
1304
1388
|
|
|
@@ -1307,6 +1391,7 @@ class AppsClient:
|
|
|
1307
1391
|
client_id: str,
|
|
1308
1392
|
*,
|
|
1309
1393
|
headers: Optional[Mapping[str, str]] = None,
|
|
1394
|
+
stream: bool = False,
|
|
1310
1395
|
data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
|
|
1311
1396
|
**kwargs,
|
|
1312
1397
|
) -> Response:
|
|
@@ -1340,6 +1425,7 @@ class AppsClient:
|
|
|
1340
1425
|
url,
|
|
1341
1426
|
json=exclude_unset(json),
|
|
1342
1427
|
headers=exclude_unset(headers),
|
|
1428
|
+
stream=stream,
|
|
1343
1429
|
error_models={
|
|
1344
1430
|
"422": ValidationError,
|
|
1345
1431
|
},
|
|
@@ -1351,6 +1437,7 @@ class AppsClient:
|
|
|
1351
1437
|
client_id: str,
|
|
1352
1438
|
*,
|
|
1353
1439
|
headers: Optional[Mapping[str, str]] = None,
|
|
1440
|
+
stream: bool = False,
|
|
1354
1441
|
data: ApplicationsClientIdTokenPostBodyType,
|
|
1355
1442
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1356
1443
|
|
|
@@ -1361,6 +1448,7 @@ class AppsClient:
|
|
|
1361
1448
|
*,
|
|
1362
1449
|
data: UnsetType = UNSET,
|
|
1363
1450
|
headers: Optional[Mapping[str, str]] = None,
|
|
1451
|
+
stream: bool = False,
|
|
1364
1452
|
access_token: str,
|
|
1365
1453
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1366
1454
|
|
|
@@ -1369,6 +1457,7 @@ class AppsClient:
|
|
|
1369
1457
|
client_id: str,
|
|
1370
1458
|
*,
|
|
1371
1459
|
headers: Optional[Mapping[str, str]] = None,
|
|
1460
|
+
stream: bool = False,
|
|
1372
1461
|
data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
|
|
1373
1462
|
**kwargs,
|
|
1374
1463
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1406,6 +1495,7 @@ class AppsClient:
|
|
|
1406
1495
|
url,
|
|
1407
1496
|
json=exclude_unset(json),
|
|
1408
1497
|
headers=exclude_unset(headers),
|
|
1498
|
+
stream=stream,
|
|
1409
1499
|
response_model=Authorization,
|
|
1410
1500
|
error_models={
|
|
1411
1501
|
"422": ValidationError,
|
|
@@ -1419,6 +1509,7 @@ class AppsClient:
|
|
|
1419
1509
|
client_id: str,
|
|
1420
1510
|
*,
|
|
1421
1511
|
headers: Optional[Mapping[str, str]] = None,
|
|
1512
|
+
stream: bool = False,
|
|
1422
1513
|
data: ApplicationsClientIdTokenPostBodyType,
|
|
1423
1514
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1424
1515
|
|
|
@@ -1429,6 +1520,7 @@ class AppsClient:
|
|
|
1429
1520
|
*,
|
|
1430
1521
|
data: UnsetType = UNSET,
|
|
1431
1522
|
headers: Optional[Mapping[str, str]] = None,
|
|
1523
|
+
stream: bool = False,
|
|
1432
1524
|
access_token: str,
|
|
1433
1525
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1434
1526
|
|
|
@@ -1437,6 +1529,7 @@ class AppsClient:
|
|
|
1437
1529
|
client_id: str,
|
|
1438
1530
|
*,
|
|
1439
1531
|
headers: Optional[Mapping[str, str]] = None,
|
|
1532
|
+
stream: bool = False,
|
|
1440
1533
|
data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
|
|
1441
1534
|
**kwargs,
|
|
1442
1535
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1474,6 +1567,7 @@ class AppsClient:
|
|
|
1474
1567
|
url,
|
|
1475
1568
|
json=exclude_unset(json),
|
|
1476
1569
|
headers=exclude_unset(headers),
|
|
1570
|
+
stream=stream,
|
|
1477
1571
|
response_model=Authorization,
|
|
1478
1572
|
error_models={
|
|
1479
1573
|
"422": ValidationError,
|
|
@@ -1487,6 +1581,7 @@ class AppsClient:
|
|
|
1487
1581
|
client_id: str,
|
|
1488
1582
|
*,
|
|
1489
1583
|
headers: Optional[Mapping[str, str]] = None,
|
|
1584
|
+
stream: bool = False,
|
|
1490
1585
|
data: ApplicationsClientIdTokenDeleteBodyType,
|
|
1491
1586
|
) -> Response: ...
|
|
1492
1587
|
|
|
@@ -1497,6 +1592,7 @@ class AppsClient:
|
|
|
1497
1592
|
*,
|
|
1498
1593
|
data: UnsetType = UNSET,
|
|
1499
1594
|
headers: Optional[Mapping[str, str]] = None,
|
|
1595
|
+
stream: bool = False,
|
|
1500
1596
|
access_token: str,
|
|
1501
1597
|
) -> Response: ...
|
|
1502
1598
|
|
|
@@ -1505,6 +1601,7 @@ class AppsClient:
|
|
|
1505
1601
|
client_id: str,
|
|
1506
1602
|
*,
|
|
1507
1603
|
headers: Optional[Mapping[str, str]] = None,
|
|
1604
|
+
stream: bool = False,
|
|
1508
1605
|
data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
|
|
1509
1606
|
**kwargs,
|
|
1510
1607
|
) -> Response:
|
|
@@ -1537,6 +1634,7 @@ class AppsClient:
|
|
|
1537
1634
|
url,
|
|
1538
1635
|
json=exclude_unset(json),
|
|
1539
1636
|
headers=exclude_unset(headers),
|
|
1637
|
+
stream=stream,
|
|
1540
1638
|
error_models={
|
|
1541
1639
|
"422": ValidationError,
|
|
1542
1640
|
},
|
|
@@ -1548,6 +1646,7 @@ class AppsClient:
|
|
|
1548
1646
|
client_id: str,
|
|
1549
1647
|
*,
|
|
1550
1648
|
headers: Optional[Mapping[str, str]] = None,
|
|
1649
|
+
stream: bool = False,
|
|
1551
1650
|
data: ApplicationsClientIdTokenDeleteBodyType,
|
|
1552
1651
|
) -> Response: ...
|
|
1553
1652
|
|
|
@@ -1558,6 +1657,7 @@ class AppsClient:
|
|
|
1558
1657
|
*,
|
|
1559
1658
|
data: UnsetType = UNSET,
|
|
1560
1659
|
headers: Optional[Mapping[str, str]] = None,
|
|
1660
|
+
stream: bool = False,
|
|
1561
1661
|
access_token: str,
|
|
1562
1662
|
) -> Response: ...
|
|
1563
1663
|
|
|
@@ -1566,6 +1666,7 @@ class AppsClient:
|
|
|
1566
1666
|
client_id: str,
|
|
1567
1667
|
*,
|
|
1568
1668
|
headers: Optional[Mapping[str, str]] = None,
|
|
1669
|
+
stream: bool = False,
|
|
1569
1670
|
data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
|
|
1570
1671
|
**kwargs,
|
|
1571
1672
|
) -> Response:
|
|
@@ -1598,6 +1699,7 @@ class AppsClient:
|
|
|
1598
1699
|
url,
|
|
1599
1700
|
json=exclude_unset(json),
|
|
1600
1701
|
headers=exclude_unset(headers),
|
|
1702
|
+
stream=stream,
|
|
1601
1703
|
error_models={
|
|
1602
1704
|
"422": ValidationError,
|
|
1603
1705
|
},
|
|
@@ -1609,6 +1711,7 @@ class AppsClient:
|
|
|
1609
1711
|
client_id: str,
|
|
1610
1712
|
*,
|
|
1611
1713
|
headers: Optional[Mapping[str, str]] = None,
|
|
1714
|
+
stream: bool = False,
|
|
1612
1715
|
data: ApplicationsClientIdTokenPatchBodyType,
|
|
1613
1716
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1614
1717
|
|
|
@@ -1619,6 +1722,7 @@ class AppsClient:
|
|
|
1619
1722
|
*,
|
|
1620
1723
|
data: UnsetType = UNSET,
|
|
1621
1724
|
headers: Optional[Mapping[str, str]] = None,
|
|
1725
|
+
stream: bool = False,
|
|
1622
1726
|
access_token: str,
|
|
1623
1727
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1624
1728
|
|
|
@@ -1627,6 +1731,7 @@ class AppsClient:
|
|
|
1627
1731
|
client_id: str,
|
|
1628
1732
|
*,
|
|
1629
1733
|
headers: Optional[Mapping[str, str]] = None,
|
|
1734
|
+
stream: bool = False,
|
|
1630
1735
|
data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
|
|
1631
1736
|
**kwargs,
|
|
1632
1737
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1663,6 +1768,7 @@ class AppsClient:
|
|
|
1663
1768
|
url,
|
|
1664
1769
|
json=exclude_unset(json),
|
|
1665
1770
|
headers=exclude_unset(headers),
|
|
1771
|
+
stream=stream,
|
|
1666
1772
|
response_model=Authorization,
|
|
1667
1773
|
error_models={
|
|
1668
1774
|
"422": ValidationError,
|
|
@@ -1675,6 +1781,7 @@ class AppsClient:
|
|
|
1675
1781
|
client_id: str,
|
|
1676
1782
|
*,
|
|
1677
1783
|
headers: Optional[Mapping[str, str]] = None,
|
|
1784
|
+
stream: bool = False,
|
|
1678
1785
|
data: ApplicationsClientIdTokenPatchBodyType,
|
|
1679
1786
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1680
1787
|
|
|
@@ -1685,6 +1792,7 @@ class AppsClient:
|
|
|
1685
1792
|
*,
|
|
1686
1793
|
data: UnsetType = UNSET,
|
|
1687
1794
|
headers: Optional[Mapping[str, str]] = None,
|
|
1795
|
+
stream: bool = False,
|
|
1688
1796
|
access_token: str,
|
|
1689
1797
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1690
1798
|
|
|
@@ -1693,6 +1801,7 @@ class AppsClient:
|
|
|
1693
1801
|
client_id: str,
|
|
1694
1802
|
*,
|
|
1695
1803
|
headers: Optional[Mapping[str, str]] = None,
|
|
1804
|
+
stream: bool = False,
|
|
1696
1805
|
data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
|
|
1697
1806
|
**kwargs,
|
|
1698
1807
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1729,6 +1838,7 @@ class AppsClient:
|
|
|
1729
1838
|
url,
|
|
1730
1839
|
json=exclude_unset(json),
|
|
1731
1840
|
headers=exclude_unset(headers),
|
|
1841
|
+
stream=stream,
|
|
1732
1842
|
response_model=Authorization,
|
|
1733
1843
|
error_models={
|
|
1734
1844
|
"422": ValidationError,
|
|
@@ -1741,6 +1851,7 @@ class AppsClient:
|
|
|
1741
1851
|
client_id: str,
|
|
1742
1852
|
*,
|
|
1743
1853
|
headers: Optional[Mapping[str, str]] = None,
|
|
1854
|
+
stream: bool = False,
|
|
1744
1855
|
data: ApplicationsClientIdTokenScopedPostBodyType,
|
|
1745
1856
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1746
1857
|
|
|
@@ -1751,6 +1862,7 @@ class AppsClient:
|
|
|
1751
1862
|
*,
|
|
1752
1863
|
data: UnsetType = UNSET,
|
|
1753
1864
|
headers: Optional[Mapping[str, str]] = None,
|
|
1865
|
+
stream: bool = False,
|
|
1754
1866
|
access_token: str,
|
|
1755
1867
|
target: Missing[str] = UNSET,
|
|
1756
1868
|
target_id: Missing[int] = UNSET,
|
|
@@ -1764,6 +1876,7 @@ class AppsClient:
|
|
|
1764
1876
|
client_id: str,
|
|
1765
1877
|
*,
|
|
1766
1878
|
headers: Optional[Mapping[str, str]] = None,
|
|
1879
|
+
stream: bool = False,
|
|
1767
1880
|
data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
|
|
1768
1881
|
**kwargs,
|
|
1769
1882
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1805,6 +1918,7 @@ class AppsClient:
|
|
|
1805
1918
|
url,
|
|
1806
1919
|
json=exclude_unset(json),
|
|
1807
1920
|
headers=exclude_unset(headers),
|
|
1921
|
+
stream=stream,
|
|
1808
1922
|
response_model=Authorization,
|
|
1809
1923
|
error_models={
|
|
1810
1924
|
"401": BasicError,
|
|
@@ -1820,6 +1934,7 @@ class AppsClient:
|
|
|
1820
1934
|
client_id: str,
|
|
1821
1935
|
*,
|
|
1822
1936
|
headers: Optional[Mapping[str, str]] = None,
|
|
1937
|
+
stream: bool = False,
|
|
1823
1938
|
data: ApplicationsClientIdTokenScopedPostBodyType,
|
|
1824
1939
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1825
1940
|
|
|
@@ -1830,6 +1945,7 @@ class AppsClient:
|
|
|
1830
1945
|
*,
|
|
1831
1946
|
data: UnsetType = UNSET,
|
|
1832
1947
|
headers: Optional[Mapping[str, str]] = None,
|
|
1948
|
+
stream: bool = False,
|
|
1833
1949
|
access_token: str,
|
|
1834
1950
|
target: Missing[str] = UNSET,
|
|
1835
1951
|
target_id: Missing[int] = UNSET,
|
|
@@ -1843,6 +1959,7 @@ class AppsClient:
|
|
|
1843
1959
|
client_id: str,
|
|
1844
1960
|
*,
|
|
1845
1961
|
headers: Optional[Mapping[str, str]] = None,
|
|
1962
|
+
stream: bool = False,
|
|
1846
1963
|
data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
|
|
1847
1964
|
**kwargs,
|
|
1848
1965
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1884,6 +2001,7 @@ class AppsClient:
|
|
|
1884
2001
|
url,
|
|
1885
2002
|
json=exclude_unset(json),
|
|
1886
2003
|
headers=exclude_unset(headers),
|
|
2004
|
+
stream=stream,
|
|
1887
2005
|
response_model=Authorization,
|
|
1888
2006
|
error_models={
|
|
1889
2007
|
"401": BasicError,
|
|
@@ -1898,6 +2016,7 @@ class AppsClient:
|
|
|
1898
2016
|
app_slug: str,
|
|
1899
2017
|
*,
|
|
1900
2018
|
headers: Optional[Mapping[str, str]] = None,
|
|
2019
|
+
stream: bool = False,
|
|
1901
2020
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
1902
2021
|
"""apps/get-by-slug
|
|
1903
2022
|
|
|
@@ -1921,6 +2040,7 @@ class AppsClient:
|
|
|
1921
2040
|
"GET",
|
|
1922
2041
|
url,
|
|
1923
2042
|
headers=exclude_unset(headers),
|
|
2043
|
+
stream=stream,
|
|
1924
2044
|
response_model=Union[Integration, None],
|
|
1925
2045
|
error_models={
|
|
1926
2046
|
"403": BasicError,
|
|
@@ -1933,6 +2053,7 @@ class AppsClient:
|
|
|
1933
2053
|
app_slug: str,
|
|
1934
2054
|
*,
|
|
1935
2055
|
headers: Optional[Mapping[str, str]] = None,
|
|
2056
|
+
stream: bool = False,
|
|
1936
2057
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
1937
2058
|
"""apps/get-by-slug
|
|
1938
2059
|
|
|
@@ -1956,6 +2077,7 @@ class AppsClient:
|
|
|
1956
2077
|
"GET",
|
|
1957
2078
|
url,
|
|
1958
2079
|
headers=exclude_unset(headers),
|
|
2080
|
+
stream=stream,
|
|
1959
2081
|
response_model=Union[Integration, None],
|
|
1960
2082
|
error_models={
|
|
1961
2083
|
"403": BasicError,
|
|
@@ -1963,12 +2085,1065 @@ class AppsClient:
|
|
|
1963
2085
|
},
|
|
1964
2086
|
)
|
|
1965
2087
|
|
|
2088
|
+
def installable_organizations(
|
|
2089
|
+
self,
|
|
2090
|
+
enterprise: str,
|
|
2091
|
+
*,
|
|
2092
|
+
per_page: Missing[int] = UNSET,
|
|
2093
|
+
page: Missing[int] = UNSET,
|
|
2094
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2095
|
+
stream: bool = False,
|
|
2096
|
+
) -> Response[list[InstallableOrganization], list[InstallableOrganizationType]]:
|
|
2097
|
+
"""enterprise-apps/installable-organizations
|
|
2098
|
+
|
|
2099
|
+
GET /enterprises/{enterprise}/apps/installable_organizations
|
|
2100
|
+
|
|
2101
|
+
List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.
|
|
2102
|
+
|
|
2103
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2104
|
+
|
|
2105
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed
|
|
2106
|
+
"""
|
|
2107
|
+
|
|
2108
|
+
from ..models import InstallableOrganization
|
|
2109
|
+
|
|
2110
|
+
url = f"/enterprises/{enterprise}/apps/installable_organizations"
|
|
2111
|
+
|
|
2112
|
+
params = {
|
|
2113
|
+
"per_page": per_page,
|
|
2114
|
+
"page": page,
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2118
|
+
|
|
2119
|
+
return self._github.request(
|
|
2120
|
+
"GET",
|
|
2121
|
+
url,
|
|
2122
|
+
params=exclude_unset(params),
|
|
2123
|
+
headers=exclude_unset(headers),
|
|
2124
|
+
stream=stream,
|
|
2125
|
+
response_model=list[InstallableOrganization],
|
|
2126
|
+
)
|
|
2127
|
+
|
|
2128
|
+
async def async_installable_organizations(
|
|
2129
|
+
self,
|
|
2130
|
+
enterprise: str,
|
|
2131
|
+
*,
|
|
2132
|
+
per_page: Missing[int] = UNSET,
|
|
2133
|
+
page: Missing[int] = UNSET,
|
|
2134
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2135
|
+
stream: bool = False,
|
|
2136
|
+
) -> Response[list[InstallableOrganization], list[InstallableOrganizationType]]:
|
|
2137
|
+
"""enterprise-apps/installable-organizations
|
|
2138
|
+
|
|
2139
|
+
GET /enterprises/{enterprise}/apps/installable_organizations
|
|
2140
|
+
|
|
2141
|
+
List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.
|
|
2142
|
+
|
|
2143
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2144
|
+
|
|
2145
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed
|
|
2146
|
+
"""
|
|
2147
|
+
|
|
2148
|
+
from ..models import InstallableOrganization
|
|
2149
|
+
|
|
2150
|
+
url = f"/enterprises/{enterprise}/apps/installable_organizations"
|
|
2151
|
+
|
|
2152
|
+
params = {
|
|
2153
|
+
"per_page": per_page,
|
|
2154
|
+
"page": page,
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2158
|
+
|
|
2159
|
+
return await self._github.arequest(
|
|
2160
|
+
"GET",
|
|
2161
|
+
url,
|
|
2162
|
+
params=exclude_unset(params),
|
|
2163
|
+
headers=exclude_unset(headers),
|
|
2164
|
+
stream=stream,
|
|
2165
|
+
response_model=list[InstallableOrganization],
|
|
2166
|
+
)
|
|
2167
|
+
|
|
2168
|
+
def installable_organization_accessible_repositories(
|
|
2169
|
+
self,
|
|
2170
|
+
enterprise: str,
|
|
2171
|
+
org: str,
|
|
2172
|
+
*,
|
|
2173
|
+
per_page: Missing[int] = UNSET,
|
|
2174
|
+
page: Missing[int] = UNSET,
|
|
2175
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2176
|
+
stream: bool = False,
|
|
2177
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2178
|
+
"""enterprise-apps/installable-organization-accessible-repositories
|
|
2179
|
+
|
|
2180
|
+
GET /enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories
|
|
2181
|
+
|
|
2182
|
+
List the repositories belonging to an enterprise-owned organization that can be made accessible to a GitHub App installed on that organization. This API provides a shallow list of repositories in the organization, allowing the caller to then add or remove those repositories to an installation in that organization.
|
|
2183
|
+
|
|
2184
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2185
|
+
|
|
2186
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization
|
|
2187
|
+
"""
|
|
2188
|
+
|
|
2189
|
+
from ..models import AccessibleRepository
|
|
2190
|
+
|
|
2191
|
+
url = f"/enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories"
|
|
2192
|
+
|
|
2193
|
+
params = {
|
|
2194
|
+
"per_page": per_page,
|
|
2195
|
+
"page": page,
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2199
|
+
|
|
2200
|
+
return self._github.request(
|
|
2201
|
+
"GET",
|
|
2202
|
+
url,
|
|
2203
|
+
params=exclude_unset(params),
|
|
2204
|
+
headers=exclude_unset(headers),
|
|
2205
|
+
stream=stream,
|
|
2206
|
+
response_model=list[AccessibleRepository],
|
|
2207
|
+
)
|
|
2208
|
+
|
|
2209
|
+
async def async_installable_organization_accessible_repositories(
|
|
2210
|
+
self,
|
|
2211
|
+
enterprise: str,
|
|
2212
|
+
org: str,
|
|
2213
|
+
*,
|
|
2214
|
+
per_page: Missing[int] = UNSET,
|
|
2215
|
+
page: Missing[int] = UNSET,
|
|
2216
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2217
|
+
stream: bool = False,
|
|
2218
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2219
|
+
"""enterprise-apps/installable-organization-accessible-repositories
|
|
2220
|
+
|
|
2221
|
+
GET /enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories
|
|
2222
|
+
|
|
2223
|
+
List the repositories belonging to an enterprise-owned organization that can be made accessible to a GitHub App installed on that organization. This API provides a shallow list of repositories in the organization, allowing the caller to then add or remove those repositories to an installation in that organization.
|
|
2224
|
+
|
|
2225
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2226
|
+
|
|
2227
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization
|
|
2228
|
+
"""
|
|
2229
|
+
|
|
2230
|
+
from ..models import AccessibleRepository
|
|
2231
|
+
|
|
2232
|
+
url = f"/enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories"
|
|
2233
|
+
|
|
2234
|
+
params = {
|
|
2235
|
+
"per_page": per_page,
|
|
2236
|
+
"page": page,
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2240
|
+
|
|
2241
|
+
return await self._github.arequest(
|
|
2242
|
+
"GET",
|
|
2243
|
+
url,
|
|
2244
|
+
params=exclude_unset(params),
|
|
2245
|
+
headers=exclude_unset(headers),
|
|
2246
|
+
stream=stream,
|
|
2247
|
+
response_model=list[AccessibleRepository],
|
|
2248
|
+
)
|
|
2249
|
+
|
|
2250
|
+
def organization_installations(
|
|
2251
|
+
self,
|
|
2252
|
+
enterprise: str,
|
|
2253
|
+
org: str,
|
|
2254
|
+
*,
|
|
2255
|
+
per_page: Missing[int] = UNSET,
|
|
2256
|
+
page: Missing[int] = UNSET,
|
|
2257
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2258
|
+
stream: bool = False,
|
|
2259
|
+
) -> Response[
|
|
2260
|
+
list[EnterpriseOrganizationInstallation],
|
|
2261
|
+
list[EnterpriseOrganizationInstallationType],
|
|
2262
|
+
]:
|
|
2263
|
+
"""enterprise-apps/organization-installations
|
|
2264
|
+
|
|
2265
|
+
GET /enterprises/{enterprise}/apps/organizations/{org}/installations
|
|
2266
|
+
|
|
2267
|
+
Lists the GitHub App installations associated with the given enterprise-owned organization. This lists all GitHub Apps that have been installed on the organization, regardless of who owns the application.
|
|
2268
|
+
|
|
2269
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2270
|
+
|
|
2271
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization
|
|
2272
|
+
"""
|
|
2273
|
+
|
|
2274
|
+
from ..models import EnterpriseOrganizationInstallation
|
|
2275
|
+
|
|
2276
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
|
|
2277
|
+
|
|
2278
|
+
params = {
|
|
2279
|
+
"per_page": per_page,
|
|
2280
|
+
"page": page,
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2284
|
+
|
|
2285
|
+
return self._github.request(
|
|
2286
|
+
"GET",
|
|
2287
|
+
url,
|
|
2288
|
+
params=exclude_unset(params),
|
|
2289
|
+
headers=exclude_unset(headers),
|
|
2290
|
+
stream=stream,
|
|
2291
|
+
response_model=list[EnterpriseOrganizationInstallation],
|
|
2292
|
+
)
|
|
2293
|
+
|
|
2294
|
+
async def async_organization_installations(
|
|
2295
|
+
self,
|
|
2296
|
+
enterprise: str,
|
|
2297
|
+
org: str,
|
|
2298
|
+
*,
|
|
2299
|
+
per_page: Missing[int] = UNSET,
|
|
2300
|
+
page: Missing[int] = UNSET,
|
|
2301
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2302
|
+
stream: bool = False,
|
|
2303
|
+
) -> Response[
|
|
2304
|
+
list[EnterpriseOrganizationInstallation],
|
|
2305
|
+
list[EnterpriseOrganizationInstallationType],
|
|
2306
|
+
]:
|
|
2307
|
+
"""enterprise-apps/organization-installations
|
|
2308
|
+
|
|
2309
|
+
GET /enterprises/{enterprise}/apps/organizations/{org}/installations
|
|
2310
|
+
|
|
2311
|
+
Lists the GitHub App installations associated with the given enterprise-owned organization. This lists all GitHub Apps that have been installed on the organization, regardless of who owns the application.
|
|
2312
|
+
|
|
2313
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2314
|
+
|
|
2315
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization
|
|
2316
|
+
"""
|
|
2317
|
+
|
|
2318
|
+
from ..models import EnterpriseOrganizationInstallation
|
|
2319
|
+
|
|
2320
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
|
|
2321
|
+
|
|
2322
|
+
params = {
|
|
2323
|
+
"per_page": per_page,
|
|
2324
|
+
"page": page,
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2328
|
+
|
|
2329
|
+
return await self._github.arequest(
|
|
2330
|
+
"GET",
|
|
2331
|
+
url,
|
|
2332
|
+
params=exclude_unset(params),
|
|
2333
|
+
headers=exclude_unset(headers),
|
|
2334
|
+
stream=stream,
|
|
2335
|
+
response_model=list[EnterpriseOrganizationInstallation],
|
|
2336
|
+
)
|
|
2337
|
+
|
|
2338
|
+
@overload
|
|
2339
|
+
def create_installation(
|
|
2340
|
+
self,
|
|
2341
|
+
enterprise: str,
|
|
2342
|
+
org: str,
|
|
2343
|
+
*,
|
|
2344
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2345
|
+
stream: bool = False,
|
|
2346
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
|
|
2347
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2348
|
+
|
|
2349
|
+
@overload
|
|
2350
|
+
def create_installation(
|
|
2351
|
+
self,
|
|
2352
|
+
enterprise: str,
|
|
2353
|
+
org: str,
|
|
2354
|
+
*,
|
|
2355
|
+
data: UnsetType = UNSET,
|
|
2356
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2357
|
+
stream: bool = False,
|
|
2358
|
+
client_id: str,
|
|
2359
|
+
repository_selection: Literal["all", "selected", "none"],
|
|
2360
|
+
repositories: Missing[list[str]] = UNSET,
|
|
2361
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2362
|
+
|
|
2363
|
+
def create_installation(
|
|
2364
|
+
self,
|
|
2365
|
+
enterprise: str,
|
|
2366
|
+
org: str,
|
|
2367
|
+
*,
|
|
2368
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2369
|
+
stream: bool = False,
|
|
2370
|
+
data: Missing[
|
|
2371
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType
|
|
2372
|
+
] = UNSET,
|
|
2373
|
+
**kwargs,
|
|
2374
|
+
) -> Response[Installation, InstallationType]:
|
|
2375
|
+
"""enterprise-apps/create-installation
|
|
2376
|
+
|
|
2377
|
+
POST /enterprises/{enterprise}/apps/organizations/{org}/installations
|
|
2378
|
+
|
|
2379
|
+
Installs any valid GitHub App on the specified organization owned by the enterprise. If the app is already installed on the organization, and is suspended, it will be unsuspended.
|
|
2380
|
+
If the app has a pending installation request, they will all be approved.
|
|
2381
|
+
|
|
2382
|
+
If the app is already installed and has a pending update request, it will be updated to the latest version. If the app is now requesting repository permissions, it will be given access to the repositories listed in the request or fail if no `repository_selection` is provided.
|
|
2383
|
+
|
|
2384
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2385
|
+
|
|
2386
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization
|
|
2387
|
+
"""
|
|
2388
|
+
|
|
2389
|
+
from ..models import (
|
|
2390
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody,
|
|
2391
|
+
Installation,
|
|
2392
|
+
)
|
|
2393
|
+
|
|
2394
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
|
|
2395
|
+
|
|
2396
|
+
headers = {
|
|
2397
|
+
"Content-Type": "application/json",
|
|
2398
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2399
|
+
**(headers or {}),
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
json = kwargs if data is UNSET else data
|
|
2403
|
+
if self._github.config.rest_api_validate_body:
|
|
2404
|
+
json = type_validate_python(
|
|
2405
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody, json
|
|
2406
|
+
)
|
|
2407
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2408
|
+
|
|
2409
|
+
return self._github.request(
|
|
2410
|
+
"POST",
|
|
2411
|
+
url,
|
|
2412
|
+
json=exclude_unset(json),
|
|
2413
|
+
headers=exclude_unset(headers),
|
|
2414
|
+
stream=stream,
|
|
2415
|
+
response_model=Installation,
|
|
2416
|
+
)
|
|
2417
|
+
|
|
2418
|
+
@overload
|
|
2419
|
+
async def async_create_installation(
|
|
2420
|
+
self,
|
|
2421
|
+
enterprise: str,
|
|
2422
|
+
org: str,
|
|
2423
|
+
*,
|
|
2424
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2425
|
+
stream: bool = False,
|
|
2426
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
|
|
2427
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2428
|
+
|
|
2429
|
+
@overload
|
|
2430
|
+
async def async_create_installation(
|
|
2431
|
+
self,
|
|
2432
|
+
enterprise: str,
|
|
2433
|
+
org: str,
|
|
2434
|
+
*,
|
|
2435
|
+
data: UnsetType = UNSET,
|
|
2436
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2437
|
+
stream: bool = False,
|
|
2438
|
+
client_id: str,
|
|
2439
|
+
repository_selection: Literal["all", "selected", "none"],
|
|
2440
|
+
repositories: Missing[list[str]] = UNSET,
|
|
2441
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2442
|
+
|
|
2443
|
+
async def async_create_installation(
|
|
2444
|
+
self,
|
|
2445
|
+
enterprise: str,
|
|
2446
|
+
org: str,
|
|
2447
|
+
*,
|
|
2448
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2449
|
+
stream: bool = False,
|
|
2450
|
+
data: Missing[
|
|
2451
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType
|
|
2452
|
+
] = UNSET,
|
|
2453
|
+
**kwargs,
|
|
2454
|
+
) -> Response[Installation, InstallationType]:
|
|
2455
|
+
"""enterprise-apps/create-installation
|
|
2456
|
+
|
|
2457
|
+
POST /enterprises/{enterprise}/apps/organizations/{org}/installations
|
|
2458
|
+
|
|
2459
|
+
Installs any valid GitHub App on the specified organization owned by the enterprise. If the app is already installed on the organization, and is suspended, it will be unsuspended.
|
|
2460
|
+
If the app has a pending installation request, they will all be approved.
|
|
2461
|
+
|
|
2462
|
+
If the app is already installed and has a pending update request, it will be updated to the latest version. If the app is now requesting repository permissions, it will be given access to the repositories listed in the request or fail if no `repository_selection` is provided.
|
|
2463
|
+
|
|
2464
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2465
|
+
|
|
2466
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization
|
|
2467
|
+
"""
|
|
2468
|
+
|
|
2469
|
+
from ..models import (
|
|
2470
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody,
|
|
2471
|
+
Installation,
|
|
2472
|
+
)
|
|
2473
|
+
|
|
2474
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
|
|
2475
|
+
|
|
2476
|
+
headers = {
|
|
2477
|
+
"Content-Type": "application/json",
|
|
2478
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2479
|
+
**(headers or {}),
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
json = kwargs if data is UNSET else data
|
|
2483
|
+
if self._github.config.rest_api_validate_body:
|
|
2484
|
+
json = type_validate_python(
|
|
2485
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody, json
|
|
2486
|
+
)
|
|
2487
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2488
|
+
|
|
2489
|
+
return await self._github.arequest(
|
|
2490
|
+
"POST",
|
|
2491
|
+
url,
|
|
2492
|
+
json=exclude_unset(json),
|
|
2493
|
+
headers=exclude_unset(headers),
|
|
2494
|
+
stream=stream,
|
|
2495
|
+
response_model=Installation,
|
|
2496
|
+
)
|
|
2497
|
+
|
|
2498
|
+
def enterprise_delete_installation(
|
|
2499
|
+
self,
|
|
2500
|
+
enterprise: str,
|
|
2501
|
+
org: str,
|
|
2502
|
+
installation_id: int,
|
|
2503
|
+
*,
|
|
2504
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2505
|
+
stream: bool = False,
|
|
2506
|
+
) -> Response:
|
|
2507
|
+
"""enterprise-apps/enterprise-delete-installation
|
|
2508
|
+
|
|
2509
|
+
DELETE /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}
|
|
2510
|
+
|
|
2511
|
+
Uninstall a GitHub App from an organization. Any app installed on the organization can be removed.
|
|
2512
|
+
|
|
2513
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2514
|
+
|
|
2515
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization
|
|
2516
|
+
"""
|
|
2517
|
+
|
|
2518
|
+
from ..models import BasicError
|
|
2519
|
+
|
|
2520
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}"
|
|
2521
|
+
|
|
2522
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2523
|
+
|
|
2524
|
+
return self._github.request(
|
|
2525
|
+
"DELETE",
|
|
2526
|
+
url,
|
|
2527
|
+
headers=exclude_unset(headers),
|
|
2528
|
+
stream=stream,
|
|
2529
|
+
error_models={
|
|
2530
|
+
"404": BasicError,
|
|
2531
|
+
"403": BasicError,
|
|
2532
|
+
},
|
|
2533
|
+
)
|
|
2534
|
+
|
|
2535
|
+
async def async_enterprise_delete_installation(
|
|
2536
|
+
self,
|
|
2537
|
+
enterprise: str,
|
|
2538
|
+
org: str,
|
|
2539
|
+
installation_id: int,
|
|
2540
|
+
*,
|
|
2541
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2542
|
+
stream: bool = False,
|
|
2543
|
+
) -> Response:
|
|
2544
|
+
"""enterprise-apps/enterprise-delete-installation
|
|
2545
|
+
|
|
2546
|
+
DELETE /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}
|
|
2547
|
+
|
|
2548
|
+
Uninstall a GitHub App from an organization. Any app installed on the organization can be removed.
|
|
2549
|
+
|
|
2550
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2551
|
+
|
|
2552
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization
|
|
2553
|
+
"""
|
|
2554
|
+
|
|
2555
|
+
from ..models import BasicError
|
|
2556
|
+
|
|
2557
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}"
|
|
2558
|
+
|
|
2559
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2560
|
+
|
|
2561
|
+
return await self._github.arequest(
|
|
2562
|
+
"DELETE",
|
|
2563
|
+
url,
|
|
2564
|
+
headers=exclude_unset(headers),
|
|
2565
|
+
stream=stream,
|
|
2566
|
+
error_models={
|
|
2567
|
+
"404": BasicError,
|
|
2568
|
+
"403": BasicError,
|
|
2569
|
+
},
|
|
2570
|
+
)
|
|
2571
|
+
|
|
2572
|
+
def organization_installation_repositories(
|
|
2573
|
+
self,
|
|
2574
|
+
enterprise: str,
|
|
2575
|
+
org: str,
|
|
2576
|
+
installation_id: int,
|
|
2577
|
+
*,
|
|
2578
|
+
per_page: Missing[int] = UNSET,
|
|
2579
|
+
page: Missing[int] = UNSET,
|
|
2580
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2581
|
+
stream: bool = False,
|
|
2582
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2583
|
+
"""enterprise-apps/organization-installation-repositories
|
|
2584
|
+
|
|
2585
|
+
GET /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
|
|
2586
|
+
|
|
2587
|
+
Lists the repositories accessible to a given GitHub App installation on an enterprise-owned organization.
|
|
2588
|
+
|
|
2589
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2590
|
+
|
|
2591
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation
|
|
2592
|
+
"""
|
|
2593
|
+
|
|
2594
|
+
from ..models import AccessibleRepository
|
|
2595
|
+
|
|
2596
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
|
|
2597
|
+
|
|
2598
|
+
params = {
|
|
2599
|
+
"per_page": per_page,
|
|
2600
|
+
"page": page,
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2604
|
+
|
|
2605
|
+
return self._github.request(
|
|
2606
|
+
"GET",
|
|
2607
|
+
url,
|
|
2608
|
+
params=exclude_unset(params),
|
|
2609
|
+
headers=exclude_unset(headers),
|
|
2610
|
+
stream=stream,
|
|
2611
|
+
response_model=list[AccessibleRepository],
|
|
2612
|
+
)
|
|
2613
|
+
|
|
2614
|
+
async def async_organization_installation_repositories(
|
|
2615
|
+
self,
|
|
2616
|
+
enterprise: str,
|
|
2617
|
+
org: str,
|
|
2618
|
+
installation_id: int,
|
|
2619
|
+
*,
|
|
2620
|
+
per_page: Missing[int] = UNSET,
|
|
2621
|
+
page: Missing[int] = UNSET,
|
|
2622
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2623
|
+
stream: bool = False,
|
|
2624
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2625
|
+
"""enterprise-apps/organization-installation-repositories
|
|
2626
|
+
|
|
2627
|
+
GET /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
|
|
2628
|
+
|
|
2629
|
+
Lists the repositories accessible to a given GitHub App installation on an enterprise-owned organization.
|
|
2630
|
+
|
|
2631
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2632
|
+
|
|
2633
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation
|
|
2634
|
+
"""
|
|
2635
|
+
|
|
2636
|
+
from ..models import AccessibleRepository
|
|
2637
|
+
|
|
2638
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
|
|
2639
|
+
|
|
2640
|
+
params = {
|
|
2641
|
+
"per_page": per_page,
|
|
2642
|
+
"page": page,
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
2646
|
+
|
|
2647
|
+
return await self._github.arequest(
|
|
2648
|
+
"GET",
|
|
2649
|
+
url,
|
|
2650
|
+
params=exclude_unset(params),
|
|
2651
|
+
headers=exclude_unset(headers),
|
|
2652
|
+
stream=stream,
|
|
2653
|
+
response_model=list[AccessibleRepository],
|
|
2654
|
+
)
|
|
2655
|
+
|
|
2656
|
+
@overload
|
|
2657
|
+
def change_installation_repository_access_selection(
|
|
2658
|
+
self,
|
|
2659
|
+
enterprise: str,
|
|
2660
|
+
org: str,
|
|
2661
|
+
installation_id: int,
|
|
2662
|
+
*,
|
|
2663
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2664
|
+
stream: bool = False,
|
|
2665
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
|
|
2666
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2667
|
+
|
|
2668
|
+
@overload
|
|
2669
|
+
def change_installation_repository_access_selection(
|
|
2670
|
+
self,
|
|
2671
|
+
enterprise: str,
|
|
2672
|
+
org: str,
|
|
2673
|
+
installation_id: int,
|
|
2674
|
+
*,
|
|
2675
|
+
data: UnsetType = UNSET,
|
|
2676
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2677
|
+
stream: bool = False,
|
|
2678
|
+
repository_selection: Literal["all", "selected"],
|
|
2679
|
+
repositories: Missing[list[str]] = UNSET,
|
|
2680
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2681
|
+
|
|
2682
|
+
def change_installation_repository_access_selection(
|
|
2683
|
+
self,
|
|
2684
|
+
enterprise: str,
|
|
2685
|
+
org: str,
|
|
2686
|
+
installation_id: int,
|
|
2687
|
+
*,
|
|
2688
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2689
|
+
stream: bool = False,
|
|
2690
|
+
data: Missing[
|
|
2691
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType
|
|
2692
|
+
] = UNSET,
|
|
2693
|
+
**kwargs,
|
|
2694
|
+
) -> Response[Installation, InstallationType]:
|
|
2695
|
+
"""enterprise-apps/change-installation-repository-access-selection
|
|
2696
|
+
|
|
2697
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
|
|
2698
|
+
|
|
2699
|
+
Toggle repository access for a GitHub App installation between all repositories and selected repositories. You must provide at least one repository when changing the access to 'selected'. If you change the access to 'all', the repositories list must not be provided.
|
|
2700
|
+
|
|
2701
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2702
|
+
|
|
2703
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories
|
|
2704
|
+
"""
|
|
2705
|
+
|
|
2706
|
+
from ..models import (
|
|
2707
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
|
|
2708
|
+
Installation,
|
|
2709
|
+
)
|
|
2710
|
+
|
|
2711
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
|
|
2712
|
+
|
|
2713
|
+
headers = {
|
|
2714
|
+
"Content-Type": "application/json",
|
|
2715
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2716
|
+
**(headers or {}),
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
json = kwargs if data is UNSET else data
|
|
2720
|
+
if self._github.config.rest_api_validate_body:
|
|
2721
|
+
json = type_validate_python(
|
|
2722
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
|
|
2723
|
+
json,
|
|
2724
|
+
)
|
|
2725
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2726
|
+
|
|
2727
|
+
return self._github.request(
|
|
2728
|
+
"PATCH",
|
|
2729
|
+
url,
|
|
2730
|
+
json=exclude_unset(json),
|
|
2731
|
+
headers=exclude_unset(headers),
|
|
2732
|
+
stream=stream,
|
|
2733
|
+
response_model=Installation,
|
|
2734
|
+
)
|
|
2735
|
+
|
|
2736
|
+
@overload
|
|
2737
|
+
async def async_change_installation_repository_access_selection(
|
|
2738
|
+
self,
|
|
2739
|
+
enterprise: str,
|
|
2740
|
+
org: str,
|
|
2741
|
+
installation_id: int,
|
|
2742
|
+
*,
|
|
2743
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2744
|
+
stream: bool = False,
|
|
2745
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
|
|
2746
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2747
|
+
|
|
2748
|
+
@overload
|
|
2749
|
+
async def async_change_installation_repository_access_selection(
|
|
2750
|
+
self,
|
|
2751
|
+
enterprise: str,
|
|
2752
|
+
org: str,
|
|
2753
|
+
installation_id: int,
|
|
2754
|
+
*,
|
|
2755
|
+
data: UnsetType = UNSET,
|
|
2756
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2757
|
+
stream: bool = False,
|
|
2758
|
+
repository_selection: Literal["all", "selected"],
|
|
2759
|
+
repositories: Missing[list[str]] = UNSET,
|
|
2760
|
+
) -> Response[Installation, InstallationType]: ...
|
|
2761
|
+
|
|
2762
|
+
async def async_change_installation_repository_access_selection(
|
|
2763
|
+
self,
|
|
2764
|
+
enterprise: str,
|
|
2765
|
+
org: str,
|
|
2766
|
+
installation_id: int,
|
|
2767
|
+
*,
|
|
2768
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2769
|
+
stream: bool = False,
|
|
2770
|
+
data: Missing[
|
|
2771
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType
|
|
2772
|
+
] = UNSET,
|
|
2773
|
+
**kwargs,
|
|
2774
|
+
) -> Response[Installation, InstallationType]:
|
|
2775
|
+
"""enterprise-apps/change-installation-repository-access-selection
|
|
2776
|
+
|
|
2777
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
|
|
2778
|
+
|
|
2779
|
+
Toggle repository access for a GitHub App installation between all repositories and selected repositories. You must provide at least one repository when changing the access to 'selected'. If you change the access to 'all', the repositories list must not be provided.
|
|
2780
|
+
|
|
2781
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2782
|
+
|
|
2783
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories
|
|
2784
|
+
"""
|
|
2785
|
+
|
|
2786
|
+
from ..models import (
|
|
2787
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
|
|
2788
|
+
Installation,
|
|
2789
|
+
)
|
|
2790
|
+
|
|
2791
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
|
|
2792
|
+
|
|
2793
|
+
headers = {
|
|
2794
|
+
"Content-Type": "application/json",
|
|
2795
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2796
|
+
**(headers or {}),
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
json = kwargs if data is UNSET else data
|
|
2800
|
+
if self._github.config.rest_api_validate_body:
|
|
2801
|
+
json = type_validate_python(
|
|
2802
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
|
|
2803
|
+
json,
|
|
2804
|
+
)
|
|
2805
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2806
|
+
|
|
2807
|
+
return await self._github.arequest(
|
|
2808
|
+
"PATCH",
|
|
2809
|
+
url,
|
|
2810
|
+
json=exclude_unset(json),
|
|
2811
|
+
headers=exclude_unset(headers),
|
|
2812
|
+
stream=stream,
|
|
2813
|
+
response_model=Installation,
|
|
2814
|
+
)
|
|
2815
|
+
|
|
2816
|
+
@overload
|
|
2817
|
+
def grant_repository_access_to_installation(
|
|
2818
|
+
self,
|
|
2819
|
+
enterprise: str,
|
|
2820
|
+
org: str,
|
|
2821
|
+
installation_id: int,
|
|
2822
|
+
*,
|
|
2823
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2824
|
+
stream: bool = False,
|
|
2825
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
|
|
2826
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2827
|
+
|
|
2828
|
+
@overload
|
|
2829
|
+
def grant_repository_access_to_installation(
|
|
2830
|
+
self,
|
|
2831
|
+
enterprise: str,
|
|
2832
|
+
org: str,
|
|
2833
|
+
installation_id: int,
|
|
2834
|
+
*,
|
|
2835
|
+
data: UnsetType = UNSET,
|
|
2836
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2837
|
+
stream: bool = False,
|
|
2838
|
+
repositories: list[str],
|
|
2839
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2840
|
+
|
|
2841
|
+
def grant_repository_access_to_installation(
|
|
2842
|
+
self,
|
|
2843
|
+
enterprise: str,
|
|
2844
|
+
org: str,
|
|
2845
|
+
installation_id: int,
|
|
2846
|
+
*,
|
|
2847
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2848
|
+
stream: bool = False,
|
|
2849
|
+
data: Missing[
|
|
2850
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType
|
|
2851
|
+
] = UNSET,
|
|
2852
|
+
**kwargs,
|
|
2853
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2854
|
+
"""enterprise-apps/grant-repository-access-to-installation
|
|
2855
|
+
|
|
2856
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add
|
|
2857
|
+
|
|
2858
|
+
Grant repository access to an organization installation. You can add up to 50 repositories at a time. If the installation already has access to the repository, it will not be added again.
|
|
2859
|
+
|
|
2860
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2861
|
+
|
|
2862
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation
|
|
2863
|
+
"""
|
|
2864
|
+
|
|
2865
|
+
from ..models import (
|
|
2866
|
+
AccessibleRepository,
|
|
2867
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
|
|
2868
|
+
)
|
|
2869
|
+
|
|
2870
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add"
|
|
2871
|
+
|
|
2872
|
+
headers = {
|
|
2873
|
+
"Content-Type": "application/json",
|
|
2874
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2875
|
+
**(headers or {}),
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
json = kwargs if data is UNSET else data
|
|
2879
|
+
if self._github.config.rest_api_validate_body:
|
|
2880
|
+
json = type_validate_python(
|
|
2881
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
|
|
2882
|
+
json,
|
|
2883
|
+
)
|
|
2884
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2885
|
+
|
|
2886
|
+
return self._github.request(
|
|
2887
|
+
"PATCH",
|
|
2888
|
+
url,
|
|
2889
|
+
json=exclude_unset(json),
|
|
2890
|
+
headers=exclude_unset(headers),
|
|
2891
|
+
stream=stream,
|
|
2892
|
+
response_model=list[AccessibleRepository],
|
|
2893
|
+
)
|
|
2894
|
+
|
|
2895
|
+
@overload
|
|
2896
|
+
async def async_grant_repository_access_to_installation(
|
|
2897
|
+
self,
|
|
2898
|
+
enterprise: str,
|
|
2899
|
+
org: str,
|
|
2900
|
+
installation_id: int,
|
|
2901
|
+
*,
|
|
2902
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2903
|
+
stream: bool = False,
|
|
2904
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
|
|
2905
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2906
|
+
|
|
2907
|
+
@overload
|
|
2908
|
+
async def async_grant_repository_access_to_installation(
|
|
2909
|
+
self,
|
|
2910
|
+
enterprise: str,
|
|
2911
|
+
org: str,
|
|
2912
|
+
installation_id: int,
|
|
2913
|
+
*,
|
|
2914
|
+
data: UnsetType = UNSET,
|
|
2915
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2916
|
+
stream: bool = False,
|
|
2917
|
+
repositories: list[str],
|
|
2918
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2919
|
+
|
|
2920
|
+
async def async_grant_repository_access_to_installation(
|
|
2921
|
+
self,
|
|
2922
|
+
enterprise: str,
|
|
2923
|
+
org: str,
|
|
2924
|
+
installation_id: int,
|
|
2925
|
+
*,
|
|
2926
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2927
|
+
stream: bool = False,
|
|
2928
|
+
data: Missing[
|
|
2929
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType
|
|
2930
|
+
] = UNSET,
|
|
2931
|
+
**kwargs,
|
|
2932
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
2933
|
+
"""enterprise-apps/grant-repository-access-to-installation
|
|
2934
|
+
|
|
2935
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add
|
|
2936
|
+
|
|
2937
|
+
Grant repository access to an organization installation. You can add up to 50 repositories at a time. If the installation already has access to the repository, it will not be added again.
|
|
2938
|
+
|
|
2939
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
2940
|
+
|
|
2941
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation
|
|
2942
|
+
"""
|
|
2943
|
+
|
|
2944
|
+
from ..models import (
|
|
2945
|
+
AccessibleRepository,
|
|
2946
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
|
|
2947
|
+
)
|
|
2948
|
+
|
|
2949
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add"
|
|
2950
|
+
|
|
2951
|
+
headers = {
|
|
2952
|
+
"Content-Type": "application/json",
|
|
2953
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
2954
|
+
**(headers or {}),
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
json = kwargs if data is UNSET else data
|
|
2958
|
+
if self._github.config.rest_api_validate_body:
|
|
2959
|
+
json = type_validate_python(
|
|
2960
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
|
|
2961
|
+
json,
|
|
2962
|
+
)
|
|
2963
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
2964
|
+
|
|
2965
|
+
return await self._github.arequest(
|
|
2966
|
+
"PATCH",
|
|
2967
|
+
url,
|
|
2968
|
+
json=exclude_unset(json),
|
|
2969
|
+
headers=exclude_unset(headers),
|
|
2970
|
+
stream=stream,
|
|
2971
|
+
response_model=list[AccessibleRepository],
|
|
2972
|
+
)
|
|
2973
|
+
|
|
2974
|
+
@overload
|
|
2975
|
+
def remove_repository_access_to_installation(
|
|
2976
|
+
self,
|
|
2977
|
+
enterprise: str,
|
|
2978
|
+
org: str,
|
|
2979
|
+
installation_id: int,
|
|
2980
|
+
*,
|
|
2981
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2982
|
+
stream: bool = False,
|
|
2983
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
|
|
2984
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2985
|
+
|
|
2986
|
+
@overload
|
|
2987
|
+
def remove_repository_access_to_installation(
|
|
2988
|
+
self,
|
|
2989
|
+
enterprise: str,
|
|
2990
|
+
org: str,
|
|
2991
|
+
installation_id: int,
|
|
2992
|
+
*,
|
|
2993
|
+
data: UnsetType = UNSET,
|
|
2994
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2995
|
+
stream: bool = False,
|
|
2996
|
+
repositories: list[str],
|
|
2997
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
2998
|
+
|
|
2999
|
+
def remove_repository_access_to_installation(
|
|
3000
|
+
self,
|
|
3001
|
+
enterprise: str,
|
|
3002
|
+
org: str,
|
|
3003
|
+
installation_id: int,
|
|
3004
|
+
*,
|
|
3005
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3006
|
+
stream: bool = False,
|
|
3007
|
+
data: Missing[
|
|
3008
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType
|
|
3009
|
+
] = UNSET,
|
|
3010
|
+
**kwargs,
|
|
3011
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
3012
|
+
"""enterprise-apps/remove-repository-access-to-installation
|
|
3013
|
+
|
|
3014
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove
|
|
3015
|
+
|
|
3016
|
+
Remove repository access from a GitHub App installed on an organization. You can remove up to 50 repositories at a time. You cannot remove repositories from an app installed on `all` repositories, nor can you remove the last repository for an app. If you attempt to do so, the API will return a 422 Unprocessable Entity error.
|
|
3017
|
+
|
|
3018
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
3019
|
+
|
|
3020
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation
|
|
3021
|
+
"""
|
|
3022
|
+
|
|
3023
|
+
from ..models import (
|
|
3024
|
+
AccessibleRepository,
|
|
3025
|
+
BasicError,
|
|
3026
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
|
|
3027
|
+
)
|
|
3028
|
+
|
|
3029
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove"
|
|
3030
|
+
|
|
3031
|
+
headers = {
|
|
3032
|
+
"Content-Type": "application/json",
|
|
3033
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3034
|
+
**(headers or {}),
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
json = kwargs if data is UNSET else data
|
|
3038
|
+
if self._github.config.rest_api_validate_body:
|
|
3039
|
+
json = type_validate_python(
|
|
3040
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
|
|
3041
|
+
json,
|
|
3042
|
+
)
|
|
3043
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3044
|
+
|
|
3045
|
+
return self._github.request(
|
|
3046
|
+
"PATCH",
|
|
3047
|
+
url,
|
|
3048
|
+
json=exclude_unset(json),
|
|
3049
|
+
headers=exclude_unset(headers),
|
|
3050
|
+
stream=stream,
|
|
3051
|
+
response_model=list[AccessibleRepository],
|
|
3052
|
+
error_models={
|
|
3053
|
+
"422": BasicError,
|
|
3054
|
+
},
|
|
3055
|
+
)
|
|
3056
|
+
|
|
3057
|
+
@overload
|
|
3058
|
+
async def async_remove_repository_access_to_installation(
|
|
3059
|
+
self,
|
|
3060
|
+
enterprise: str,
|
|
3061
|
+
org: str,
|
|
3062
|
+
installation_id: int,
|
|
3063
|
+
*,
|
|
3064
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3065
|
+
stream: bool = False,
|
|
3066
|
+
data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
|
|
3067
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
3068
|
+
|
|
3069
|
+
@overload
|
|
3070
|
+
async def async_remove_repository_access_to_installation(
|
|
3071
|
+
self,
|
|
3072
|
+
enterprise: str,
|
|
3073
|
+
org: str,
|
|
3074
|
+
installation_id: int,
|
|
3075
|
+
*,
|
|
3076
|
+
data: UnsetType = UNSET,
|
|
3077
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3078
|
+
stream: bool = False,
|
|
3079
|
+
repositories: list[str],
|
|
3080
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
|
|
3081
|
+
|
|
3082
|
+
async def async_remove_repository_access_to_installation(
|
|
3083
|
+
self,
|
|
3084
|
+
enterprise: str,
|
|
3085
|
+
org: str,
|
|
3086
|
+
installation_id: int,
|
|
3087
|
+
*,
|
|
3088
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3089
|
+
stream: bool = False,
|
|
3090
|
+
data: Missing[
|
|
3091
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType
|
|
3092
|
+
] = UNSET,
|
|
3093
|
+
**kwargs,
|
|
3094
|
+
) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
|
|
3095
|
+
"""enterprise-apps/remove-repository-access-to-installation
|
|
3096
|
+
|
|
3097
|
+
PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove
|
|
3098
|
+
|
|
3099
|
+
Remove repository access from a GitHub App installed on an organization. You can remove up to 50 repositories at a time. You cannot remove repositories from an app installed on `all` repositories, nor can you remove the last repository for an app. If you attempt to do so, the API will return a 422 Unprocessable Entity error.
|
|
3100
|
+
|
|
3101
|
+
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
|
|
3102
|
+
|
|
3103
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation
|
|
3104
|
+
"""
|
|
3105
|
+
|
|
3106
|
+
from ..models import (
|
|
3107
|
+
AccessibleRepository,
|
|
3108
|
+
BasicError,
|
|
3109
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
|
|
3110
|
+
)
|
|
3111
|
+
|
|
3112
|
+
url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove"
|
|
3113
|
+
|
|
3114
|
+
headers = {
|
|
3115
|
+
"Content-Type": "application/json",
|
|
3116
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3117
|
+
**(headers or {}),
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
json = kwargs if data is UNSET else data
|
|
3121
|
+
if self._github.config.rest_api_validate_body:
|
|
3122
|
+
json = type_validate_python(
|
|
3123
|
+
EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
|
|
3124
|
+
json,
|
|
3125
|
+
)
|
|
3126
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3127
|
+
|
|
3128
|
+
return await self._github.arequest(
|
|
3129
|
+
"PATCH",
|
|
3130
|
+
url,
|
|
3131
|
+
json=exclude_unset(json),
|
|
3132
|
+
headers=exclude_unset(headers),
|
|
3133
|
+
stream=stream,
|
|
3134
|
+
response_model=list[AccessibleRepository],
|
|
3135
|
+
error_models={
|
|
3136
|
+
"422": BasicError,
|
|
3137
|
+
},
|
|
3138
|
+
)
|
|
3139
|
+
|
|
1966
3140
|
def list_repos_accessible_to_installation(
|
|
1967
3141
|
self,
|
|
1968
3142
|
*,
|
|
1969
3143
|
per_page: Missing[int] = UNSET,
|
|
1970
3144
|
page: Missing[int] = UNSET,
|
|
1971
3145
|
headers: Optional[Mapping[str, str]] = None,
|
|
3146
|
+
stream: bool = False,
|
|
1972
3147
|
) -> Response[
|
|
1973
3148
|
InstallationRepositoriesGetResponse200,
|
|
1974
3149
|
InstallationRepositoriesGetResponse200Type,
|
|
@@ -1998,6 +3173,7 @@ class AppsClient:
|
|
|
1998
3173
|
url,
|
|
1999
3174
|
params=exclude_unset(params),
|
|
2000
3175
|
headers=exclude_unset(headers),
|
|
3176
|
+
stream=stream,
|
|
2001
3177
|
response_model=InstallationRepositoriesGetResponse200,
|
|
2002
3178
|
error_models={
|
|
2003
3179
|
"403": BasicError,
|
|
@@ -2011,6 +3187,7 @@ class AppsClient:
|
|
|
2011
3187
|
per_page: Missing[int] = UNSET,
|
|
2012
3188
|
page: Missing[int] = UNSET,
|
|
2013
3189
|
headers: Optional[Mapping[str, str]] = None,
|
|
3190
|
+
stream: bool = False,
|
|
2014
3191
|
) -> Response[
|
|
2015
3192
|
InstallationRepositoriesGetResponse200,
|
|
2016
3193
|
InstallationRepositoriesGetResponse200Type,
|
|
@@ -2040,6 +3217,7 @@ class AppsClient:
|
|
|
2040
3217
|
url,
|
|
2041
3218
|
params=exclude_unset(params),
|
|
2042
3219
|
headers=exclude_unset(headers),
|
|
3220
|
+
stream=stream,
|
|
2043
3221
|
response_model=InstallationRepositoriesGetResponse200,
|
|
2044
3222
|
error_models={
|
|
2045
3223
|
"403": BasicError,
|
|
@@ -2051,6 +3229,7 @@ class AppsClient:
|
|
|
2051
3229
|
self,
|
|
2052
3230
|
*,
|
|
2053
3231
|
headers: Optional[Mapping[str, str]] = None,
|
|
3232
|
+
stream: bool = False,
|
|
2054
3233
|
) -> Response:
|
|
2055
3234
|
"""apps/revoke-installation-access-token
|
|
2056
3235
|
|
|
@@ -2071,12 +3250,14 @@ class AppsClient:
|
|
|
2071
3250
|
"DELETE",
|
|
2072
3251
|
url,
|
|
2073
3252
|
headers=exclude_unset(headers),
|
|
3253
|
+
stream=stream,
|
|
2074
3254
|
)
|
|
2075
3255
|
|
|
2076
3256
|
async def async_revoke_installation_access_token(
|
|
2077
3257
|
self,
|
|
2078
3258
|
*,
|
|
2079
3259
|
headers: Optional[Mapping[str, str]] = None,
|
|
3260
|
+
stream: bool = False,
|
|
2080
3261
|
) -> Response:
|
|
2081
3262
|
"""apps/revoke-installation-access-token
|
|
2082
3263
|
|
|
@@ -2097,6 +3278,7 @@ class AppsClient:
|
|
|
2097
3278
|
"DELETE",
|
|
2098
3279
|
url,
|
|
2099
3280
|
headers=exclude_unset(headers),
|
|
3281
|
+
stream=stream,
|
|
2100
3282
|
)
|
|
2101
3283
|
|
|
2102
3284
|
def get_subscription_plan_for_account(
|
|
@@ -2104,6 +3286,7 @@ class AppsClient:
|
|
|
2104
3286
|
account_id: int,
|
|
2105
3287
|
*,
|
|
2106
3288
|
headers: Optional[Mapping[str, str]] = None,
|
|
3289
|
+
stream: bool = False,
|
|
2107
3290
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2108
3291
|
"""apps/get-subscription-plan-for-account
|
|
2109
3292
|
|
|
@@ -2126,6 +3309,7 @@ class AppsClient:
|
|
|
2126
3309
|
"GET",
|
|
2127
3310
|
url,
|
|
2128
3311
|
headers=exclude_unset(headers),
|
|
3312
|
+
stream=stream,
|
|
2129
3313
|
response_model=MarketplacePurchase,
|
|
2130
3314
|
error_models={
|
|
2131
3315
|
"404": BasicError,
|
|
@@ -2138,6 +3322,7 @@ class AppsClient:
|
|
|
2138
3322
|
account_id: int,
|
|
2139
3323
|
*,
|
|
2140
3324
|
headers: Optional[Mapping[str, str]] = None,
|
|
3325
|
+
stream: bool = False,
|
|
2141
3326
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2142
3327
|
"""apps/get-subscription-plan-for-account
|
|
2143
3328
|
|
|
@@ -2160,6 +3345,7 @@ class AppsClient:
|
|
|
2160
3345
|
"GET",
|
|
2161
3346
|
url,
|
|
2162
3347
|
headers=exclude_unset(headers),
|
|
3348
|
+
stream=stream,
|
|
2163
3349
|
response_model=MarketplacePurchase,
|
|
2164
3350
|
error_models={
|
|
2165
3351
|
"404": BasicError,
|
|
@@ -2173,6 +3359,7 @@ class AppsClient:
|
|
|
2173
3359
|
per_page: Missing[int] = UNSET,
|
|
2174
3360
|
page: Missing[int] = UNSET,
|
|
2175
3361
|
headers: Optional[Mapping[str, str]] = None,
|
|
3362
|
+
stream: bool = False,
|
|
2176
3363
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2177
3364
|
"""apps/list-plans
|
|
2178
3365
|
|
|
@@ -2201,6 +3388,7 @@ class AppsClient:
|
|
|
2201
3388
|
url,
|
|
2202
3389
|
params=exclude_unset(params),
|
|
2203
3390
|
headers=exclude_unset(headers),
|
|
3391
|
+
stream=stream,
|
|
2204
3392
|
response_model=list[MarketplaceListingPlan],
|
|
2205
3393
|
error_models={
|
|
2206
3394
|
"404": BasicError,
|
|
@@ -2214,6 +3402,7 @@ class AppsClient:
|
|
|
2214
3402
|
per_page: Missing[int] = UNSET,
|
|
2215
3403
|
page: Missing[int] = UNSET,
|
|
2216
3404
|
headers: Optional[Mapping[str, str]] = None,
|
|
3405
|
+
stream: bool = False,
|
|
2217
3406
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2218
3407
|
"""apps/list-plans
|
|
2219
3408
|
|
|
@@ -2242,6 +3431,7 @@ class AppsClient:
|
|
|
2242
3431
|
url,
|
|
2243
3432
|
params=exclude_unset(params),
|
|
2244
3433
|
headers=exclude_unset(headers),
|
|
3434
|
+
stream=stream,
|
|
2245
3435
|
response_model=list[MarketplaceListingPlan],
|
|
2246
3436
|
error_models={
|
|
2247
3437
|
"404": BasicError,
|
|
@@ -2258,6 +3448,7 @@ class AppsClient:
|
|
|
2258
3448
|
per_page: Missing[int] = UNSET,
|
|
2259
3449
|
page: Missing[int] = UNSET,
|
|
2260
3450
|
headers: Optional[Mapping[str, str]] = None,
|
|
3451
|
+
stream: bool = False,
|
|
2261
3452
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2262
3453
|
"""apps/list-accounts-for-plan
|
|
2263
3454
|
|
|
@@ -2288,6 +3479,7 @@ class AppsClient:
|
|
|
2288
3479
|
url,
|
|
2289
3480
|
params=exclude_unset(params),
|
|
2290
3481
|
headers=exclude_unset(headers),
|
|
3482
|
+
stream=stream,
|
|
2291
3483
|
response_model=list[MarketplacePurchase],
|
|
2292
3484
|
error_models={
|
|
2293
3485
|
"404": BasicError,
|
|
@@ -2305,6 +3497,7 @@ class AppsClient:
|
|
|
2305
3497
|
per_page: Missing[int] = UNSET,
|
|
2306
3498
|
page: Missing[int] = UNSET,
|
|
2307
3499
|
headers: Optional[Mapping[str, str]] = None,
|
|
3500
|
+
stream: bool = False,
|
|
2308
3501
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2309
3502
|
"""apps/list-accounts-for-plan
|
|
2310
3503
|
|
|
@@ -2335,6 +3528,7 @@ class AppsClient:
|
|
|
2335
3528
|
url,
|
|
2336
3529
|
params=exclude_unset(params),
|
|
2337
3530
|
headers=exclude_unset(headers),
|
|
3531
|
+
stream=stream,
|
|
2338
3532
|
response_model=list[MarketplacePurchase],
|
|
2339
3533
|
error_models={
|
|
2340
3534
|
"404": BasicError,
|
|
@@ -2348,6 +3542,7 @@ class AppsClient:
|
|
|
2348
3542
|
account_id: int,
|
|
2349
3543
|
*,
|
|
2350
3544
|
headers: Optional[Mapping[str, str]] = None,
|
|
3545
|
+
stream: bool = False,
|
|
2351
3546
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2352
3547
|
"""apps/get-subscription-plan-for-account-stubbed
|
|
2353
3548
|
|
|
@@ -2370,6 +3565,7 @@ class AppsClient:
|
|
|
2370
3565
|
"GET",
|
|
2371
3566
|
url,
|
|
2372
3567
|
headers=exclude_unset(headers),
|
|
3568
|
+
stream=stream,
|
|
2373
3569
|
response_model=MarketplacePurchase,
|
|
2374
3570
|
error_models={
|
|
2375
3571
|
"401": BasicError,
|
|
@@ -2381,6 +3577,7 @@ class AppsClient:
|
|
|
2381
3577
|
account_id: int,
|
|
2382
3578
|
*,
|
|
2383
3579
|
headers: Optional[Mapping[str, str]] = None,
|
|
3580
|
+
stream: bool = False,
|
|
2384
3581
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2385
3582
|
"""apps/get-subscription-plan-for-account-stubbed
|
|
2386
3583
|
|
|
@@ -2403,6 +3600,7 @@ class AppsClient:
|
|
|
2403
3600
|
"GET",
|
|
2404
3601
|
url,
|
|
2405
3602
|
headers=exclude_unset(headers),
|
|
3603
|
+
stream=stream,
|
|
2406
3604
|
response_model=MarketplacePurchase,
|
|
2407
3605
|
error_models={
|
|
2408
3606
|
"401": BasicError,
|
|
@@ -2415,6 +3613,7 @@ class AppsClient:
|
|
|
2415
3613
|
per_page: Missing[int] = UNSET,
|
|
2416
3614
|
page: Missing[int] = UNSET,
|
|
2417
3615
|
headers: Optional[Mapping[str, str]] = None,
|
|
3616
|
+
stream: bool = False,
|
|
2418
3617
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2419
3618
|
"""apps/list-plans-stubbed
|
|
2420
3619
|
|
|
@@ -2443,6 +3642,7 @@ class AppsClient:
|
|
|
2443
3642
|
url,
|
|
2444
3643
|
params=exclude_unset(params),
|
|
2445
3644
|
headers=exclude_unset(headers),
|
|
3645
|
+
stream=stream,
|
|
2446
3646
|
response_model=list[MarketplaceListingPlan],
|
|
2447
3647
|
error_models={
|
|
2448
3648
|
"401": BasicError,
|
|
@@ -2455,6 +3655,7 @@ class AppsClient:
|
|
|
2455
3655
|
per_page: Missing[int] = UNSET,
|
|
2456
3656
|
page: Missing[int] = UNSET,
|
|
2457
3657
|
headers: Optional[Mapping[str, str]] = None,
|
|
3658
|
+
stream: bool = False,
|
|
2458
3659
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2459
3660
|
"""apps/list-plans-stubbed
|
|
2460
3661
|
|
|
@@ -2483,6 +3684,7 @@ class AppsClient:
|
|
|
2483
3684
|
url,
|
|
2484
3685
|
params=exclude_unset(params),
|
|
2485
3686
|
headers=exclude_unset(headers),
|
|
3687
|
+
stream=stream,
|
|
2486
3688
|
response_model=list[MarketplaceListingPlan],
|
|
2487
3689
|
error_models={
|
|
2488
3690
|
"401": BasicError,
|
|
@@ -2498,6 +3700,7 @@ class AppsClient:
|
|
|
2498
3700
|
per_page: Missing[int] = UNSET,
|
|
2499
3701
|
page: Missing[int] = UNSET,
|
|
2500
3702
|
headers: Optional[Mapping[str, str]] = None,
|
|
3703
|
+
stream: bool = False,
|
|
2501
3704
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2502
3705
|
"""apps/list-accounts-for-plan-stubbed
|
|
2503
3706
|
|
|
@@ -2528,6 +3731,7 @@ class AppsClient:
|
|
|
2528
3731
|
url,
|
|
2529
3732
|
params=exclude_unset(params),
|
|
2530
3733
|
headers=exclude_unset(headers),
|
|
3734
|
+
stream=stream,
|
|
2531
3735
|
response_model=list[MarketplacePurchase],
|
|
2532
3736
|
error_models={
|
|
2533
3737
|
"401": BasicError,
|
|
@@ -2543,6 +3747,7 @@ class AppsClient:
|
|
|
2543
3747
|
per_page: Missing[int] = UNSET,
|
|
2544
3748
|
page: Missing[int] = UNSET,
|
|
2545
3749
|
headers: Optional[Mapping[str, str]] = None,
|
|
3750
|
+
stream: bool = False,
|
|
2546
3751
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2547
3752
|
"""apps/list-accounts-for-plan-stubbed
|
|
2548
3753
|
|
|
@@ -2573,6 +3778,7 @@ class AppsClient:
|
|
|
2573
3778
|
url,
|
|
2574
3779
|
params=exclude_unset(params),
|
|
2575
3780
|
headers=exclude_unset(headers),
|
|
3781
|
+
stream=stream,
|
|
2576
3782
|
response_model=list[MarketplacePurchase],
|
|
2577
3783
|
error_models={
|
|
2578
3784
|
"401": BasicError,
|
|
@@ -2584,6 +3790,7 @@ class AppsClient:
|
|
|
2584
3790
|
org: str,
|
|
2585
3791
|
*,
|
|
2586
3792
|
headers: Optional[Mapping[str, str]] = None,
|
|
3793
|
+
stream: bool = False,
|
|
2587
3794
|
) -> Response[Installation, InstallationType]:
|
|
2588
3795
|
"""apps/get-org-installation
|
|
2589
3796
|
|
|
@@ -2606,6 +3813,7 @@ class AppsClient:
|
|
|
2606
3813
|
"GET",
|
|
2607
3814
|
url,
|
|
2608
3815
|
headers=exclude_unset(headers),
|
|
3816
|
+
stream=stream,
|
|
2609
3817
|
response_model=Installation,
|
|
2610
3818
|
)
|
|
2611
3819
|
|
|
@@ -2614,6 +3822,7 @@ class AppsClient:
|
|
|
2614
3822
|
org: str,
|
|
2615
3823
|
*,
|
|
2616
3824
|
headers: Optional[Mapping[str, str]] = None,
|
|
3825
|
+
stream: bool = False,
|
|
2617
3826
|
) -> Response[Installation, InstallationType]:
|
|
2618
3827
|
"""apps/get-org-installation
|
|
2619
3828
|
|
|
@@ -2636,6 +3845,7 @@ class AppsClient:
|
|
|
2636
3845
|
"GET",
|
|
2637
3846
|
url,
|
|
2638
3847
|
headers=exclude_unset(headers),
|
|
3848
|
+
stream=stream,
|
|
2639
3849
|
response_model=Installation,
|
|
2640
3850
|
)
|
|
2641
3851
|
|
|
@@ -2645,6 +3855,7 @@ class AppsClient:
|
|
|
2645
3855
|
repo: str,
|
|
2646
3856
|
*,
|
|
2647
3857
|
headers: Optional[Mapping[str, str]] = None,
|
|
3858
|
+
stream: bool = False,
|
|
2648
3859
|
) -> Response[Installation, InstallationType]:
|
|
2649
3860
|
"""apps/get-repo-installation
|
|
2650
3861
|
|
|
@@ -2667,6 +3878,7 @@ class AppsClient:
|
|
|
2667
3878
|
"GET",
|
|
2668
3879
|
url,
|
|
2669
3880
|
headers=exclude_unset(headers),
|
|
3881
|
+
stream=stream,
|
|
2670
3882
|
response_model=Installation,
|
|
2671
3883
|
error_models={
|
|
2672
3884
|
"404": BasicError,
|
|
@@ -2679,6 +3891,7 @@ class AppsClient:
|
|
|
2679
3891
|
repo: str,
|
|
2680
3892
|
*,
|
|
2681
3893
|
headers: Optional[Mapping[str, str]] = None,
|
|
3894
|
+
stream: bool = False,
|
|
2682
3895
|
) -> Response[Installation, InstallationType]:
|
|
2683
3896
|
"""apps/get-repo-installation
|
|
2684
3897
|
|
|
@@ -2701,6 +3914,7 @@ class AppsClient:
|
|
|
2701
3914
|
"GET",
|
|
2702
3915
|
url,
|
|
2703
3916
|
headers=exclude_unset(headers),
|
|
3917
|
+
stream=stream,
|
|
2704
3918
|
response_model=Installation,
|
|
2705
3919
|
error_models={
|
|
2706
3920
|
"404": BasicError,
|
|
@@ -2713,6 +3927,7 @@ class AppsClient:
|
|
|
2713
3927
|
per_page: Missing[int] = UNSET,
|
|
2714
3928
|
page: Missing[int] = UNSET,
|
|
2715
3929
|
headers: Optional[Mapping[str, str]] = None,
|
|
3930
|
+
stream: bool = False,
|
|
2716
3931
|
) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
|
|
2717
3932
|
"""apps/list-installations-for-authenticated-user
|
|
2718
3933
|
|
|
@@ -2743,6 +3958,7 @@ class AppsClient:
|
|
|
2743
3958
|
url,
|
|
2744
3959
|
params=exclude_unset(params),
|
|
2745
3960
|
headers=exclude_unset(headers),
|
|
3961
|
+
stream=stream,
|
|
2746
3962
|
response_model=UserInstallationsGetResponse200,
|
|
2747
3963
|
error_models={
|
|
2748
3964
|
"403": BasicError,
|
|
@@ -2756,6 +3972,7 @@ class AppsClient:
|
|
|
2756
3972
|
per_page: Missing[int] = UNSET,
|
|
2757
3973
|
page: Missing[int] = UNSET,
|
|
2758
3974
|
headers: Optional[Mapping[str, str]] = None,
|
|
3975
|
+
stream: bool = False,
|
|
2759
3976
|
) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
|
|
2760
3977
|
"""apps/list-installations-for-authenticated-user
|
|
2761
3978
|
|
|
@@ -2786,6 +4003,7 @@ class AppsClient:
|
|
|
2786
4003
|
url,
|
|
2787
4004
|
params=exclude_unset(params),
|
|
2788
4005
|
headers=exclude_unset(headers),
|
|
4006
|
+
stream=stream,
|
|
2789
4007
|
response_model=UserInstallationsGetResponse200,
|
|
2790
4008
|
error_models={
|
|
2791
4009
|
"403": BasicError,
|
|
@@ -2800,6 +4018,7 @@ class AppsClient:
|
|
|
2800
4018
|
per_page: Missing[int] = UNSET,
|
|
2801
4019
|
page: Missing[int] = UNSET,
|
|
2802
4020
|
headers: Optional[Mapping[str, str]] = None,
|
|
4021
|
+
stream: bool = False,
|
|
2803
4022
|
) -> Response[
|
|
2804
4023
|
UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2805
4024
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
@@ -2836,6 +4055,7 @@ class AppsClient:
|
|
|
2836
4055
|
url,
|
|
2837
4056
|
params=exclude_unset(params),
|
|
2838
4057
|
headers=exclude_unset(headers),
|
|
4058
|
+
stream=stream,
|
|
2839
4059
|
response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2840
4060
|
error_models={
|
|
2841
4061
|
"404": BasicError,
|
|
@@ -2850,6 +4070,7 @@ class AppsClient:
|
|
|
2850
4070
|
per_page: Missing[int] = UNSET,
|
|
2851
4071
|
page: Missing[int] = UNSET,
|
|
2852
4072
|
headers: Optional[Mapping[str, str]] = None,
|
|
4073
|
+
stream: bool = False,
|
|
2853
4074
|
) -> Response[
|
|
2854
4075
|
UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2855
4076
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
@@ -2886,6 +4107,7 @@ class AppsClient:
|
|
|
2886
4107
|
url,
|
|
2887
4108
|
params=exclude_unset(params),
|
|
2888
4109
|
headers=exclude_unset(headers),
|
|
4110
|
+
stream=stream,
|
|
2889
4111
|
response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2890
4112
|
error_models={
|
|
2891
4113
|
"404": BasicError,
|
|
@@ -2899,6 +4121,7 @@ class AppsClient:
|
|
|
2899
4121
|
repository_id: int,
|
|
2900
4122
|
*,
|
|
2901
4123
|
headers: Optional[Mapping[str, str]] = None,
|
|
4124
|
+
stream: bool = False,
|
|
2902
4125
|
) -> Response:
|
|
2903
4126
|
"""apps/add-repo-to-installation-for-authenticated-user
|
|
2904
4127
|
|
|
@@ -2921,6 +4144,7 @@ class AppsClient:
|
|
|
2921
4144
|
"PUT",
|
|
2922
4145
|
url,
|
|
2923
4146
|
headers=exclude_unset(headers),
|
|
4147
|
+
stream=stream,
|
|
2924
4148
|
error_models={
|
|
2925
4149
|
"403": BasicError,
|
|
2926
4150
|
"404": BasicError,
|
|
@@ -2933,6 +4157,7 @@ class AppsClient:
|
|
|
2933
4157
|
repository_id: int,
|
|
2934
4158
|
*,
|
|
2935
4159
|
headers: Optional[Mapping[str, str]] = None,
|
|
4160
|
+
stream: bool = False,
|
|
2936
4161
|
) -> Response:
|
|
2937
4162
|
"""apps/add-repo-to-installation-for-authenticated-user
|
|
2938
4163
|
|
|
@@ -2955,6 +4180,7 @@ class AppsClient:
|
|
|
2955
4180
|
"PUT",
|
|
2956
4181
|
url,
|
|
2957
4182
|
headers=exclude_unset(headers),
|
|
4183
|
+
stream=stream,
|
|
2958
4184
|
error_models={
|
|
2959
4185
|
"403": BasicError,
|
|
2960
4186
|
"404": BasicError,
|
|
@@ -2967,6 +4193,7 @@ class AppsClient:
|
|
|
2967
4193
|
repository_id: int,
|
|
2968
4194
|
*,
|
|
2969
4195
|
headers: Optional[Mapping[str, str]] = None,
|
|
4196
|
+
stream: bool = False,
|
|
2970
4197
|
) -> Response:
|
|
2971
4198
|
"""apps/remove-repo-from-installation-for-authenticated-user
|
|
2972
4199
|
|
|
@@ -2989,6 +4216,7 @@ class AppsClient:
|
|
|
2989
4216
|
"DELETE",
|
|
2990
4217
|
url,
|
|
2991
4218
|
headers=exclude_unset(headers),
|
|
4219
|
+
stream=stream,
|
|
2992
4220
|
error_models={
|
|
2993
4221
|
"403": BasicError,
|
|
2994
4222
|
"404": BasicError,
|
|
@@ -3001,6 +4229,7 @@ class AppsClient:
|
|
|
3001
4229
|
repository_id: int,
|
|
3002
4230
|
*,
|
|
3003
4231
|
headers: Optional[Mapping[str, str]] = None,
|
|
4232
|
+
stream: bool = False,
|
|
3004
4233
|
) -> Response:
|
|
3005
4234
|
"""apps/remove-repo-from-installation-for-authenticated-user
|
|
3006
4235
|
|
|
@@ -3023,6 +4252,7 @@ class AppsClient:
|
|
|
3023
4252
|
"DELETE",
|
|
3024
4253
|
url,
|
|
3025
4254
|
headers=exclude_unset(headers),
|
|
4255
|
+
stream=stream,
|
|
3026
4256
|
error_models={
|
|
3027
4257
|
"403": BasicError,
|
|
3028
4258
|
"404": BasicError,
|
|
@@ -3035,6 +4265,7 @@ class AppsClient:
|
|
|
3035
4265
|
per_page: Missing[int] = UNSET,
|
|
3036
4266
|
page: Missing[int] = UNSET,
|
|
3037
4267
|
headers: Optional[Mapping[str, str]] = None,
|
|
4268
|
+
stream: bool = False,
|
|
3038
4269
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3039
4270
|
"""apps/list-subscriptions-for-authenticated-user
|
|
3040
4271
|
|
|
@@ -3061,6 +4292,7 @@ class AppsClient:
|
|
|
3061
4292
|
url,
|
|
3062
4293
|
params=exclude_unset(params),
|
|
3063
4294
|
headers=exclude_unset(headers),
|
|
4295
|
+
stream=stream,
|
|
3064
4296
|
response_model=list[UserMarketplacePurchase],
|
|
3065
4297
|
error_models={
|
|
3066
4298
|
"401": BasicError,
|
|
@@ -3074,6 +4306,7 @@ class AppsClient:
|
|
|
3074
4306
|
per_page: Missing[int] = UNSET,
|
|
3075
4307
|
page: Missing[int] = UNSET,
|
|
3076
4308
|
headers: Optional[Mapping[str, str]] = None,
|
|
4309
|
+
stream: bool = False,
|
|
3077
4310
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3078
4311
|
"""apps/list-subscriptions-for-authenticated-user
|
|
3079
4312
|
|
|
@@ -3100,6 +4333,7 @@ class AppsClient:
|
|
|
3100
4333
|
url,
|
|
3101
4334
|
params=exclude_unset(params),
|
|
3102
4335
|
headers=exclude_unset(headers),
|
|
4336
|
+
stream=stream,
|
|
3103
4337
|
response_model=list[UserMarketplacePurchase],
|
|
3104
4338
|
error_models={
|
|
3105
4339
|
"401": BasicError,
|
|
@@ -3113,6 +4347,7 @@ class AppsClient:
|
|
|
3113
4347
|
per_page: Missing[int] = UNSET,
|
|
3114
4348
|
page: Missing[int] = UNSET,
|
|
3115
4349
|
headers: Optional[Mapping[str, str]] = None,
|
|
4350
|
+
stream: bool = False,
|
|
3116
4351
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3117
4352
|
"""apps/list-subscriptions-for-authenticated-user-stubbed
|
|
3118
4353
|
|
|
@@ -3139,6 +4374,7 @@ class AppsClient:
|
|
|
3139
4374
|
url,
|
|
3140
4375
|
params=exclude_unset(params),
|
|
3141
4376
|
headers=exclude_unset(headers),
|
|
4377
|
+
stream=stream,
|
|
3142
4378
|
response_model=list[UserMarketplacePurchase],
|
|
3143
4379
|
error_models={
|
|
3144
4380
|
"401": BasicError,
|
|
@@ -3151,6 +4387,7 @@ class AppsClient:
|
|
|
3151
4387
|
per_page: Missing[int] = UNSET,
|
|
3152
4388
|
page: Missing[int] = UNSET,
|
|
3153
4389
|
headers: Optional[Mapping[str, str]] = None,
|
|
4390
|
+
stream: bool = False,
|
|
3154
4391
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3155
4392
|
"""apps/list-subscriptions-for-authenticated-user-stubbed
|
|
3156
4393
|
|
|
@@ -3177,6 +4414,7 @@ class AppsClient:
|
|
|
3177
4414
|
url,
|
|
3178
4415
|
params=exclude_unset(params),
|
|
3179
4416
|
headers=exclude_unset(headers),
|
|
4417
|
+
stream=stream,
|
|
3180
4418
|
response_model=list[UserMarketplacePurchase],
|
|
3181
4419
|
error_models={
|
|
3182
4420
|
"401": BasicError,
|
|
@@ -3188,6 +4426,7 @@ class AppsClient:
|
|
|
3188
4426
|
username: str,
|
|
3189
4427
|
*,
|
|
3190
4428
|
headers: Optional[Mapping[str, str]] = None,
|
|
4429
|
+
stream: bool = False,
|
|
3191
4430
|
) -> Response[Installation, InstallationType]:
|
|
3192
4431
|
"""apps/get-user-installation
|
|
3193
4432
|
|
|
@@ -3210,6 +4449,7 @@ class AppsClient:
|
|
|
3210
4449
|
"GET",
|
|
3211
4450
|
url,
|
|
3212
4451
|
headers=exclude_unset(headers),
|
|
4452
|
+
stream=stream,
|
|
3213
4453
|
response_model=Installation,
|
|
3214
4454
|
)
|
|
3215
4455
|
|
|
@@ -3218,6 +4458,7 @@ class AppsClient:
|
|
|
3218
4458
|
username: str,
|
|
3219
4459
|
*,
|
|
3220
4460
|
headers: Optional[Mapping[str, str]] = None,
|
|
4461
|
+
stream: bool = False,
|
|
3221
4462
|
) -> Response[Installation, InstallationType]:
|
|
3222
4463
|
"""apps/get-user-installation
|
|
3223
4464
|
|
|
@@ -3240,5 +4481,6 @@ class AppsClient:
|
|
|
3240
4481
|
"GET",
|
|
3241
4482
|
url,
|
|
3242
4483
|
headers=exclude_unset(headers),
|
|
4484
|
+
stream=stream,
|
|
3243
4485
|
response_model=Installation,
|
|
3244
4486
|
)
|