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
|
@@ -38,6 +38,7 @@ if TYPE_CHECKING:
|
|
|
38
38
|
SimpleUser,
|
|
39
39
|
SocialAccount,
|
|
40
40
|
SshSigningKey,
|
|
41
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
41
42
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
42
43
|
)
|
|
43
44
|
from ..types import (
|
|
@@ -60,6 +61,8 @@ if TYPE_CHECKING:
|
|
|
60
61
|
UserSocialAccountsDeleteBodyType,
|
|
61
62
|
UserSocialAccountsPostBodyType,
|
|
62
63
|
UserSshSigningKeysPostBodyType,
|
|
64
|
+
UsersUsernameAttestationsBulkListPostBodyType,
|
|
65
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
63
66
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
64
67
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
65
68
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -85,6 +88,7 @@ class UsersClient:
|
|
|
85
88
|
self,
|
|
86
89
|
*,
|
|
87
90
|
headers: Optional[Mapping[str, str]] = None,
|
|
91
|
+
stream: bool = False,
|
|
88
92
|
) -> Response[
|
|
89
93
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
90
94
|
]:
|
|
@@ -109,6 +113,7 @@ class UsersClient:
|
|
|
109
113
|
"GET",
|
|
110
114
|
url,
|
|
111
115
|
headers=exclude_unset(headers),
|
|
116
|
+
stream=stream,
|
|
112
117
|
response_model=Union[PrivateUser, PublicUser],
|
|
113
118
|
error_models={
|
|
114
119
|
"403": BasicError,
|
|
@@ -120,6 +125,7 @@ class UsersClient:
|
|
|
120
125
|
self,
|
|
121
126
|
*,
|
|
122
127
|
headers: Optional[Mapping[str, str]] = None,
|
|
128
|
+
stream: bool = False,
|
|
123
129
|
) -> Response[
|
|
124
130
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
125
131
|
]:
|
|
@@ -144,6 +150,7 @@ class UsersClient:
|
|
|
144
150
|
"GET",
|
|
145
151
|
url,
|
|
146
152
|
headers=exclude_unset(headers),
|
|
153
|
+
stream=stream,
|
|
147
154
|
response_model=Union[PrivateUser, PublicUser],
|
|
148
155
|
error_models={
|
|
149
156
|
"403": BasicError,
|
|
@@ -156,6 +163,7 @@ class UsersClient:
|
|
|
156
163
|
self,
|
|
157
164
|
*,
|
|
158
165
|
headers: Optional[Mapping[str, str]] = None,
|
|
166
|
+
stream: bool = False,
|
|
159
167
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
160
168
|
) -> Response[PrivateUser, PrivateUserType]: ...
|
|
161
169
|
|
|
@@ -165,6 +173,7 @@ class UsersClient:
|
|
|
165
173
|
*,
|
|
166
174
|
data: UnsetType = UNSET,
|
|
167
175
|
headers: Optional[Mapping[str, str]] = None,
|
|
176
|
+
stream: bool = False,
|
|
168
177
|
name: Missing[str] = UNSET,
|
|
169
178
|
email: Missing[str] = UNSET,
|
|
170
179
|
blog: Missing[str] = UNSET,
|
|
@@ -179,6 +188,7 @@ class UsersClient:
|
|
|
179
188
|
self,
|
|
180
189
|
*,
|
|
181
190
|
headers: Optional[Mapping[str, str]] = None,
|
|
191
|
+
stream: bool = False,
|
|
182
192
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
183
193
|
**kwargs,
|
|
184
194
|
) -> Response[PrivateUser, PrivateUserType]:
|
|
@@ -211,6 +221,7 @@ class UsersClient:
|
|
|
211
221
|
url,
|
|
212
222
|
json=exclude_unset(json),
|
|
213
223
|
headers=exclude_unset(headers),
|
|
224
|
+
stream=stream,
|
|
214
225
|
response_model=PrivateUser,
|
|
215
226
|
error_models={
|
|
216
227
|
"404": BasicError,
|
|
@@ -225,6 +236,7 @@ class UsersClient:
|
|
|
225
236
|
self,
|
|
226
237
|
*,
|
|
227
238
|
headers: Optional[Mapping[str, str]] = None,
|
|
239
|
+
stream: bool = False,
|
|
228
240
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
229
241
|
) -> Response[PrivateUser, PrivateUserType]: ...
|
|
230
242
|
|
|
@@ -234,6 +246,7 @@ class UsersClient:
|
|
|
234
246
|
*,
|
|
235
247
|
data: UnsetType = UNSET,
|
|
236
248
|
headers: Optional[Mapping[str, str]] = None,
|
|
249
|
+
stream: bool = False,
|
|
237
250
|
name: Missing[str] = UNSET,
|
|
238
251
|
email: Missing[str] = UNSET,
|
|
239
252
|
blog: Missing[str] = UNSET,
|
|
@@ -248,6 +261,7 @@ class UsersClient:
|
|
|
248
261
|
self,
|
|
249
262
|
*,
|
|
250
263
|
headers: Optional[Mapping[str, str]] = None,
|
|
264
|
+
stream: bool = False,
|
|
251
265
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
252
266
|
**kwargs,
|
|
253
267
|
) -> Response[PrivateUser, PrivateUserType]:
|
|
@@ -280,6 +294,7 @@ class UsersClient:
|
|
|
280
294
|
url,
|
|
281
295
|
json=exclude_unset(json),
|
|
282
296
|
headers=exclude_unset(headers),
|
|
297
|
+
stream=stream,
|
|
283
298
|
response_model=PrivateUser,
|
|
284
299
|
error_models={
|
|
285
300
|
"404": BasicError,
|
|
@@ -295,6 +310,7 @@ class UsersClient:
|
|
|
295
310
|
per_page: Missing[int] = UNSET,
|
|
296
311
|
page: Missing[int] = UNSET,
|
|
297
312
|
headers: Optional[Mapping[str, str]] = None,
|
|
313
|
+
stream: bool = False,
|
|
298
314
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
299
315
|
"""users/list-blocked-by-authenticated-user
|
|
300
316
|
|
|
@@ -321,6 +337,7 @@ class UsersClient:
|
|
|
321
337
|
url,
|
|
322
338
|
params=exclude_unset(params),
|
|
323
339
|
headers=exclude_unset(headers),
|
|
340
|
+
stream=stream,
|
|
324
341
|
response_model=list[SimpleUser],
|
|
325
342
|
error_models={
|
|
326
343
|
"404": BasicError,
|
|
@@ -335,6 +352,7 @@ class UsersClient:
|
|
|
335
352
|
per_page: Missing[int] = UNSET,
|
|
336
353
|
page: Missing[int] = UNSET,
|
|
337
354
|
headers: Optional[Mapping[str, str]] = None,
|
|
355
|
+
stream: bool = False,
|
|
338
356
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
339
357
|
"""users/list-blocked-by-authenticated-user
|
|
340
358
|
|
|
@@ -361,6 +379,7 @@ class UsersClient:
|
|
|
361
379
|
url,
|
|
362
380
|
params=exclude_unset(params),
|
|
363
381
|
headers=exclude_unset(headers),
|
|
382
|
+
stream=stream,
|
|
364
383
|
response_model=list[SimpleUser],
|
|
365
384
|
error_models={
|
|
366
385
|
"404": BasicError,
|
|
@@ -374,6 +393,7 @@ class UsersClient:
|
|
|
374
393
|
username: str,
|
|
375
394
|
*,
|
|
376
395
|
headers: Optional[Mapping[str, str]] = None,
|
|
396
|
+
stream: bool = False,
|
|
377
397
|
) -> Response:
|
|
378
398
|
"""users/check-blocked
|
|
379
399
|
|
|
@@ -394,6 +414,7 @@ class UsersClient:
|
|
|
394
414
|
"GET",
|
|
395
415
|
url,
|
|
396
416
|
headers=exclude_unset(headers),
|
|
417
|
+
stream=stream,
|
|
397
418
|
error_models={
|
|
398
419
|
"404": BasicError,
|
|
399
420
|
"403": BasicError,
|
|
@@ -406,6 +427,7 @@ class UsersClient:
|
|
|
406
427
|
username: str,
|
|
407
428
|
*,
|
|
408
429
|
headers: Optional[Mapping[str, str]] = None,
|
|
430
|
+
stream: bool = False,
|
|
409
431
|
) -> Response:
|
|
410
432
|
"""users/check-blocked
|
|
411
433
|
|
|
@@ -426,6 +448,7 @@ class UsersClient:
|
|
|
426
448
|
"GET",
|
|
427
449
|
url,
|
|
428
450
|
headers=exclude_unset(headers),
|
|
451
|
+
stream=stream,
|
|
429
452
|
error_models={
|
|
430
453
|
"404": BasicError,
|
|
431
454
|
"403": BasicError,
|
|
@@ -438,6 +461,7 @@ class UsersClient:
|
|
|
438
461
|
username: str,
|
|
439
462
|
*,
|
|
440
463
|
headers: Optional[Mapping[str, str]] = None,
|
|
464
|
+
stream: bool = False,
|
|
441
465
|
) -> Response:
|
|
442
466
|
"""users/block
|
|
443
467
|
|
|
@@ -458,6 +482,7 @@ class UsersClient:
|
|
|
458
482
|
"PUT",
|
|
459
483
|
url,
|
|
460
484
|
headers=exclude_unset(headers),
|
|
485
|
+
stream=stream,
|
|
461
486
|
error_models={
|
|
462
487
|
"404": BasicError,
|
|
463
488
|
"403": BasicError,
|
|
@@ -471,6 +496,7 @@ class UsersClient:
|
|
|
471
496
|
username: str,
|
|
472
497
|
*,
|
|
473
498
|
headers: Optional[Mapping[str, str]] = None,
|
|
499
|
+
stream: bool = False,
|
|
474
500
|
) -> Response:
|
|
475
501
|
"""users/block
|
|
476
502
|
|
|
@@ -491,6 +517,7 @@ class UsersClient:
|
|
|
491
517
|
"PUT",
|
|
492
518
|
url,
|
|
493
519
|
headers=exclude_unset(headers),
|
|
520
|
+
stream=stream,
|
|
494
521
|
error_models={
|
|
495
522
|
"404": BasicError,
|
|
496
523
|
"403": BasicError,
|
|
@@ -504,6 +531,7 @@ class UsersClient:
|
|
|
504
531
|
username: str,
|
|
505
532
|
*,
|
|
506
533
|
headers: Optional[Mapping[str, str]] = None,
|
|
534
|
+
stream: bool = False,
|
|
507
535
|
) -> Response:
|
|
508
536
|
"""users/unblock
|
|
509
537
|
|
|
@@ -524,6 +552,7 @@ class UsersClient:
|
|
|
524
552
|
"DELETE",
|
|
525
553
|
url,
|
|
526
554
|
headers=exclude_unset(headers),
|
|
555
|
+
stream=stream,
|
|
527
556
|
error_models={
|
|
528
557
|
"403": BasicError,
|
|
529
558
|
"401": BasicError,
|
|
@@ -536,6 +565,7 @@ class UsersClient:
|
|
|
536
565
|
username: str,
|
|
537
566
|
*,
|
|
538
567
|
headers: Optional[Mapping[str, str]] = None,
|
|
568
|
+
stream: bool = False,
|
|
539
569
|
) -> Response:
|
|
540
570
|
"""users/unblock
|
|
541
571
|
|
|
@@ -556,6 +586,7 @@ class UsersClient:
|
|
|
556
586
|
"DELETE",
|
|
557
587
|
url,
|
|
558
588
|
headers=exclude_unset(headers),
|
|
589
|
+
stream=stream,
|
|
559
590
|
error_models={
|
|
560
591
|
"403": BasicError,
|
|
561
592
|
"401": BasicError,
|
|
@@ -568,6 +599,7 @@ class UsersClient:
|
|
|
568
599
|
self,
|
|
569
600
|
*,
|
|
570
601
|
headers: Optional[Mapping[str, str]] = None,
|
|
602
|
+
stream: bool = False,
|
|
571
603
|
data: UserEmailVisibilityPatchBodyType,
|
|
572
604
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
573
605
|
|
|
@@ -577,6 +609,7 @@ class UsersClient:
|
|
|
577
609
|
*,
|
|
578
610
|
data: UnsetType = UNSET,
|
|
579
611
|
headers: Optional[Mapping[str, str]] = None,
|
|
612
|
+
stream: bool = False,
|
|
580
613
|
visibility: Literal["public", "private"],
|
|
581
614
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
582
615
|
|
|
@@ -584,6 +617,7 @@ class UsersClient:
|
|
|
584
617
|
self,
|
|
585
618
|
*,
|
|
586
619
|
headers: Optional[Mapping[str, str]] = None,
|
|
620
|
+
stream: bool = False,
|
|
587
621
|
data: Missing[UserEmailVisibilityPatchBodyType] = UNSET,
|
|
588
622
|
**kwargs,
|
|
589
623
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -621,6 +655,7 @@ class UsersClient:
|
|
|
621
655
|
url,
|
|
622
656
|
json=exclude_unset(json),
|
|
623
657
|
headers=exclude_unset(headers),
|
|
658
|
+
stream=stream,
|
|
624
659
|
response_model=list[Email],
|
|
625
660
|
error_models={
|
|
626
661
|
"404": BasicError,
|
|
@@ -635,6 +670,7 @@ class UsersClient:
|
|
|
635
670
|
self,
|
|
636
671
|
*,
|
|
637
672
|
headers: Optional[Mapping[str, str]] = None,
|
|
673
|
+
stream: bool = False,
|
|
638
674
|
data: UserEmailVisibilityPatchBodyType,
|
|
639
675
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
640
676
|
|
|
@@ -644,6 +680,7 @@ class UsersClient:
|
|
|
644
680
|
*,
|
|
645
681
|
data: UnsetType = UNSET,
|
|
646
682
|
headers: Optional[Mapping[str, str]] = None,
|
|
683
|
+
stream: bool = False,
|
|
647
684
|
visibility: Literal["public", "private"],
|
|
648
685
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
649
686
|
|
|
@@ -651,6 +688,7 @@ class UsersClient:
|
|
|
651
688
|
self,
|
|
652
689
|
*,
|
|
653
690
|
headers: Optional[Mapping[str, str]] = None,
|
|
691
|
+
stream: bool = False,
|
|
654
692
|
data: Missing[UserEmailVisibilityPatchBodyType] = UNSET,
|
|
655
693
|
**kwargs,
|
|
656
694
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -688,6 +726,7 @@ class UsersClient:
|
|
|
688
726
|
url,
|
|
689
727
|
json=exclude_unset(json),
|
|
690
728
|
headers=exclude_unset(headers),
|
|
729
|
+
stream=stream,
|
|
691
730
|
response_model=list[Email],
|
|
692
731
|
error_models={
|
|
693
732
|
"404": BasicError,
|
|
@@ -703,6 +742,7 @@ class UsersClient:
|
|
|
703
742
|
per_page: Missing[int] = UNSET,
|
|
704
743
|
page: Missing[int] = UNSET,
|
|
705
744
|
headers: Optional[Mapping[str, str]] = None,
|
|
745
|
+
stream: bool = False,
|
|
706
746
|
) -> Response[list[Email], list[EmailType]]:
|
|
707
747
|
"""users/list-emails-for-authenticated-user
|
|
708
748
|
|
|
@@ -732,6 +772,7 @@ class UsersClient:
|
|
|
732
772
|
url,
|
|
733
773
|
params=exclude_unset(params),
|
|
734
774
|
headers=exclude_unset(headers),
|
|
775
|
+
stream=stream,
|
|
735
776
|
response_model=list[Email],
|
|
736
777
|
error_models={
|
|
737
778
|
"404": BasicError,
|
|
@@ -746,6 +787,7 @@ class UsersClient:
|
|
|
746
787
|
per_page: Missing[int] = UNSET,
|
|
747
788
|
page: Missing[int] = UNSET,
|
|
748
789
|
headers: Optional[Mapping[str, str]] = None,
|
|
790
|
+
stream: bool = False,
|
|
749
791
|
) -> Response[list[Email], list[EmailType]]:
|
|
750
792
|
"""users/list-emails-for-authenticated-user
|
|
751
793
|
|
|
@@ -775,6 +817,7 @@ class UsersClient:
|
|
|
775
817
|
url,
|
|
776
818
|
params=exclude_unset(params),
|
|
777
819
|
headers=exclude_unset(headers),
|
|
820
|
+
stream=stream,
|
|
778
821
|
response_model=list[Email],
|
|
779
822
|
error_models={
|
|
780
823
|
"404": BasicError,
|
|
@@ -788,6 +831,7 @@ class UsersClient:
|
|
|
788
831
|
self,
|
|
789
832
|
*,
|
|
790
833
|
headers: Optional[Mapping[str, str]] = None,
|
|
834
|
+
stream: bool = False,
|
|
791
835
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
792
836
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
793
837
|
|
|
@@ -797,6 +841,7 @@ class UsersClient:
|
|
|
797
841
|
*,
|
|
798
842
|
data: UnsetType = UNSET,
|
|
799
843
|
headers: Optional[Mapping[str, str]] = None,
|
|
844
|
+
stream: bool = False,
|
|
800
845
|
emails: list[str],
|
|
801
846
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
802
847
|
|
|
@@ -804,6 +849,7 @@ class UsersClient:
|
|
|
804
849
|
self,
|
|
805
850
|
*,
|
|
806
851
|
headers: Optional[Mapping[str, str]] = None,
|
|
852
|
+
stream: bool = False,
|
|
807
853
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
808
854
|
**kwargs,
|
|
809
855
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -852,6 +898,7 @@ class UsersClient:
|
|
|
852
898
|
url,
|
|
853
899
|
json=exclude_unset(json),
|
|
854
900
|
headers=exclude_unset(headers),
|
|
901
|
+
stream=stream,
|
|
855
902
|
response_model=list[Email],
|
|
856
903
|
error_models={
|
|
857
904
|
"422": ValidationError,
|
|
@@ -866,6 +913,7 @@ class UsersClient:
|
|
|
866
913
|
self,
|
|
867
914
|
*,
|
|
868
915
|
headers: Optional[Mapping[str, str]] = None,
|
|
916
|
+
stream: bool = False,
|
|
869
917
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
870
918
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
871
919
|
|
|
@@ -875,6 +923,7 @@ class UsersClient:
|
|
|
875
923
|
*,
|
|
876
924
|
data: UnsetType = UNSET,
|
|
877
925
|
headers: Optional[Mapping[str, str]] = None,
|
|
926
|
+
stream: bool = False,
|
|
878
927
|
emails: list[str],
|
|
879
928
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
880
929
|
|
|
@@ -882,6 +931,7 @@ class UsersClient:
|
|
|
882
931
|
self,
|
|
883
932
|
*,
|
|
884
933
|
headers: Optional[Mapping[str, str]] = None,
|
|
934
|
+
stream: bool = False,
|
|
885
935
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
886
936
|
**kwargs,
|
|
887
937
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -930,6 +980,7 @@ class UsersClient:
|
|
|
930
980
|
url,
|
|
931
981
|
json=exclude_unset(json),
|
|
932
982
|
headers=exclude_unset(headers),
|
|
983
|
+
stream=stream,
|
|
933
984
|
response_model=list[Email],
|
|
934
985
|
error_models={
|
|
935
986
|
"422": ValidationError,
|
|
@@ -944,6 +995,7 @@ class UsersClient:
|
|
|
944
995
|
self,
|
|
945
996
|
*,
|
|
946
997
|
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
947
999
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
948
1000
|
) -> Response: ...
|
|
949
1001
|
|
|
@@ -953,6 +1005,7 @@ class UsersClient:
|
|
|
953
1005
|
*,
|
|
954
1006
|
data: UnsetType = UNSET,
|
|
955
1007
|
headers: Optional[Mapping[str, str]] = None,
|
|
1008
|
+
stream: bool = False,
|
|
956
1009
|
emails: list[str],
|
|
957
1010
|
) -> Response: ...
|
|
958
1011
|
|
|
@@ -960,6 +1013,7 @@ class UsersClient:
|
|
|
960
1013
|
self,
|
|
961
1014
|
*,
|
|
962
1015
|
headers: Optional[Mapping[str, str]] = None,
|
|
1016
|
+
stream: bool = False,
|
|
963
1017
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
964
1018
|
**kwargs,
|
|
965
1019
|
) -> Response:
|
|
@@ -1003,6 +1057,7 @@ class UsersClient:
|
|
|
1003
1057
|
url,
|
|
1004
1058
|
json=exclude_unset(json),
|
|
1005
1059
|
headers=exclude_unset(headers),
|
|
1060
|
+
stream=stream,
|
|
1006
1061
|
error_models={
|
|
1007
1062
|
"404": BasicError,
|
|
1008
1063
|
"403": BasicError,
|
|
@@ -1016,6 +1071,7 @@ class UsersClient:
|
|
|
1016
1071
|
self,
|
|
1017
1072
|
*,
|
|
1018
1073
|
headers: Optional[Mapping[str, str]] = None,
|
|
1074
|
+
stream: bool = False,
|
|
1019
1075
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
1020
1076
|
) -> Response: ...
|
|
1021
1077
|
|
|
@@ -1025,6 +1081,7 @@ class UsersClient:
|
|
|
1025
1081
|
*,
|
|
1026
1082
|
data: UnsetType = UNSET,
|
|
1027
1083
|
headers: Optional[Mapping[str, str]] = None,
|
|
1084
|
+
stream: bool = False,
|
|
1028
1085
|
emails: list[str],
|
|
1029
1086
|
) -> Response: ...
|
|
1030
1087
|
|
|
@@ -1032,6 +1089,7 @@ class UsersClient:
|
|
|
1032
1089
|
self,
|
|
1033
1090
|
*,
|
|
1034
1091
|
headers: Optional[Mapping[str, str]] = None,
|
|
1092
|
+
stream: bool = False,
|
|
1035
1093
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
1036
1094
|
**kwargs,
|
|
1037
1095
|
) -> Response:
|
|
@@ -1075,6 +1133,7 @@ class UsersClient:
|
|
|
1075
1133
|
url,
|
|
1076
1134
|
json=exclude_unset(json),
|
|
1077
1135
|
headers=exclude_unset(headers),
|
|
1136
|
+
stream=stream,
|
|
1078
1137
|
error_models={
|
|
1079
1138
|
"404": BasicError,
|
|
1080
1139
|
"403": BasicError,
|
|
@@ -1089,6 +1148,7 @@ class UsersClient:
|
|
|
1089
1148
|
per_page: Missing[int] = UNSET,
|
|
1090
1149
|
page: Missing[int] = UNSET,
|
|
1091
1150
|
headers: Optional[Mapping[str, str]] = None,
|
|
1151
|
+
stream: bool = False,
|
|
1092
1152
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1093
1153
|
"""users/list-followers-for-authenticated-user
|
|
1094
1154
|
|
|
@@ -1115,6 +1175,7 @@ class UsersClient:
|
|
|
1115
1175
|
url,
|
|
1116
1176
|
params=exclude_unset(params),
|
|
1117
1177
|
headers=exclude_unset(headers),
|
|
1178
|
+
stream=stream,
|
|
1118
1179
|
response_model=list[SimpleUser],
|
|
1119
1180
|
error_models={
|
|
1120
1181
|
"403": BasicError,
|
|
@@ -1128,6 +1189,7 @@ class UsersClient:
|
|
|
1128
1189
|
per_page: Missing[int] = UNSET,
|
|
1129
1190
|
page: Missing[int] = UNSET,
|
|
1130
1191
|
headers: Optional[Mapping[str, str]] = None,
|
|
1192
|
+
stream: bool = False,
|
|
1131
1193
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1132
1194
|
"""users/list-followers-for-authenticated-user
|
|
1133
1195
|
|
|
@@ -1154,6 +1216,7 @@ class UsersClient:
|
|
|
1154
1216
|
url,
|
|
1155
1217
|
params=exclude_unset(params),
|
|
1156
1218
|
headers=exclude_unset(headers),
|
|
1219
|
+
stream=stream,
|
|
1157
1220
|
response_model=list[SimpleUser],
|
|
1158
1221
|
error_models={
|
|
1159
1222
|
"403": BasicError,
|
|
@@ -1167,6 +1230,7 @@ class UsersClient:
|
|
|
1167
1230
|
per_page: Missing[int] = UNSET,
|
|
1168
1231
|
page: Missing[int] = UNSET,
|
|
1169
1232
|
headers: Optional[Mapping[str, str]] = None,
|
|
1233
|
+
stream: bool = False,
|
|
1170
1234
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1171
1235
|
"""users/list-followed-by-authenticated-user
|
|
1172
1236
|
|
|
@@ -1193,6 +1257,7 @@ class UsersClient:
|
|
|
1193
1257
|
url,
|
|
1194
1258
|
params=exclude_unset(params),
|
|
1195
1259
|
headers=exclude_unset(headers),
|
|
1260
|
+
stream=stream,
|
|
1196
1261
|
response_model=list[SimpleUser],
|
|
1197
1262
|
error_models={
|
|
1198
1263
|
"403": BasicError,
|
|
@@ -1206,6 +1271,7 @@ class UsersClient:
|
|
|
1206
1271
|
per_page: Missing[int] = UNSET,
|
|
1207
1272
|
page: Missing[int] = UNSET,
|
|
1208
1273
|
headers: Optional[Mapping[str, str]] = None,
|
|
1274
|
+
stream: bool = False,
|
|
1209
1275
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1210
1276
|
"""users/list-followed-by-authenticated-user
|
|
1211
1277
|
|
|
@@ -1232,6 +1298,7 @@ class UsersClient:
|
|
|
1232
1298
|
url,
|
|
1233
1299
|
params=exclude_unset(params),
|
|
1234
1300
|
headers=exclude_unset(headers),
|
|
1301
|
+
stream=stream,
|
|
1235
1302
|
response_model=list[SimpleUser],
|
|
1236
1303
|
error_models={
|
|
1237
1304
|
"403": BasicError,
|
|
@@ -1244,6 +1311,7 @@ class UsersClient:
|
|
|
1244
1311
|
username: str,
|
|
1245
1312
|
*,
|
|
1246
1313
|
headers: Optional[Mapping[str, str]] = None,
|
|
1314
|
+
stream: bool = False,
|
|
1247
1315
|
) -> Response:
|
|
1248
1316
|
"""users/check-person-is-followed-by-authenticated
|
|
1249
1317
|
|
|
@@ -1262,6 +1330,7 @@ class UsersClient:
|
|
|
1262
1330
|
"GET",
|
|
1263
1331
|
url,
|
|
1264
1332
|
headers=exclude_unset(headers),
|
|
1333
|
+
stream=stream,
|
|
1265
1334
|
error_models={
|
|
1266
1335
|
"404": BasicError,
|
|
1267
1336
|
"403": BasicError,
|
|
@@ -1274,6 +1343,7 @@ class UsersClient:
|
|
|
1274
1343
|
username: str,
|
|
1275
1344
|
*,
|
|
1276
1345
|
headers: Optional[Mapping[str, str]] = None,
|
|
1346
|
+
stream: bool = False,
|
|
1277
1347
|
) -> Response:
|
|
1278
1348
|
"""users/check-person-is-followed-by-authenticated
|
|
1279
1349
|
|
|
@@ -1292,6 +1362,7 @@ class UsersClient:
|
|
|
1292
1362
|
"GET",
|
|
1293
1363
|
url,
|
|
1294
1364
|
headers=exclude_unset(headers),
|
|
1365
|
+
stream=stream,
|
|
1295
1366
|
error_models={
|
|
1296
1367
|
"404": BasicError,
|
|
1297
1368
|
"403": BasicError,
|
|
@@ -1304,6 +1375,7 @@ class UsersClient:
|
|
|
1304
1375
|
username: str,
|
|
1305
1376
|
*,
|
|
1306
1377
|
headers: Optional[Mapping[str, str]] = None,
|
|
1378
|
+
stream: bool = False,
|
|
1307
1379
|
) -> Response:
|
|
1308
1380
|
"""users/follow
|
|
1309
1381
|
|
|
@@ -1326,6 +1398,7 @@ class UsersClient:
|
|
|
1326
1398
|
"PUT",
|
|
1327
1399
|
url,
|
|
1328
1400
|
headers=exclude_unset(headers),
|
|
1401
|
+
stream=stream,
|
|
1329
1402
|
error_models={
|
|
1330
1403
|
"404": BasicError,
|
|
1331
1404
|
"403": BasicError,
|
|
@@ -1339,6 +1412,7 @@ class UsersClient:
|
|
|
1339
1412
|
username: str,
|
|
1340
1413
|
*,
|
|
1341
1414
|
headers: Optional[Mapping[str, str]] = None,
|
|
1415
|
+
stream: bool = False,
|
|
1342
1416
|
) -> Response:
|
|
1343
1417
|
"""users/follow
|
|
1344
1418
|
|
|
@@ -1361,6 +1435,7 @@ class UsersClient:
|
|
|
1361
1435
|
"PUT",
|
|
1362
1436
|
url,
|
|
1363
1437
|
headers=exclude_unset(headers),
|
|
1438
|
+
stream=stream,
|
|
1364
1439
|
error_models={
|
|
1365
1440
|
"404": BasicError,
|
|
1366
1441
|
"403": BasicError,
|
|
@@ -1374,6 +1449,7 @@ class UsersClient:
|
|
|
1374
1449
|
username: str,
|
|
1375
1450
|
*,
|
|
1376
1451
|
headers: Optional[Mapping[str, str]] = None,
|
|
1452
|
+
stream: bool = False,
|
|
1377
1453
|
) -> Response:
|
|
1378
1454
|
"""users/unfollow
|
|
1379
1455
|
|
|
@@ -1394,6 +1470,7 @@ class UsersClient:
|
|
|
1394
1470
|
"DELETE",
|
|
1395
1471
|
url,
|
|
1396
1472
|
headers=exclude_unset(headers),
|
|
1473
|
+
stream=stream,
|
|
1397
1474
|
error_models={
|
|
1398
1475
|
"404": BasicError,
|
|
1399
1476
|
"403": BasicError,
|
|
@@ -1406,6 +1483,7 @@ class UsersClient:
|
|
|
1406
1483
|
username: str,
|
|
1407
1484
|
*,
|
|
1408
1485
|
headers: Optional[Mapping[str, str]] = None,
|
|
1486
|
+
stream: bool = False,
|
|
1409
1487
|
) -> Response:
|
|
1410
1488
|
"""users/unfollow
|
|
1411
1489
|
|
|
@@ -1426,6 +1504,7 @@ class UsersClient:
|
|
|
1426
1504
|
"DELETE",
|
|
1427
1505
|
url,
|
|
1428
1506
|
headers=exclude_unset(headers),
|
|
1507
|
+
stream=stream,
|
|
1429
1508
|
error_models={
|
|
1430
1509
|
"404": BasicError,
|
|
1431
1510
|
"403": BasicError,
|
|
@@ -1439,6 +1518,7 @@ class UsersClient:
|
|
|
1439
1518
|
per_page: Missing[int] = UNSET,
|
|
1440
1519
|
page: Missing[int] = UNSET,
|
|
1441
1520
|
headers: Optional[Mapping[str, str]] = None,
|
|
1521
|
+
stream: bool = False,
|
|
1442
1522
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
1443
1523
|
"""users/list-gpg-keys-for-authenticated-user
|
|
1444
1524
|
|
|
@@ -1467,6 +1547,7 @@ class UsersClient:
|
|
|
1467
1547
|
url,
|
|
1468
1548
|
params=exclude_unset(params),
|
|
1469
1549
|
headers=exclude_unset(headers),
|
|
1550
|
+
stream=stream,
|
|
1470
1551
|
response_model=list[GpgKey],
|
|
1471
1552
|
error_models={
|
|
1472
1553
|
"404": BasicError,
|
|
@@ -1481,6 +1562,7 @@ class UsersClient:
|
|
|
1481
1562
|
per_page: Missing[int] = UNSET,
|
|
1482
1563
|
page: Missing[int] = UNSET,
|
|
1483
1564
|
headers: Optional[Mapping[str, str]] = None,
|
|
1565
|
+
stream: bool = False,
|
|
1484
1566
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
1485
1567
|
"""users/list-gpg-keys-for-authenticated-user
|
|
1486
1568
|
|
|
@@ -1509,6 +1591,7 @@ class UsersClient:
|
|
|
1509
1591
|
url,
|
|
1510
1592
|
params=exclude_unset(params),
|
|
1511
1593
|
headers=exclude_unset(headers),
|
|
1594
|
+
stream=stream,
|
|
1512
1595
|
response_model=list[GpgKey],
|
|
1513
1596
|
error_models={
|
|
1514
1597
|
"404": BasicError,
|
|
@@ -1522,6 +1605,7 @@ class UsersClient:
|
|
|
1522
1605
|
self,
|
|
1523
1606
|
*,
|
|
1524
1607
|
headers: Optional[Mapping[str, str]] = None,
|
|
1608
|
+
stream: bool = False,
|
|
1525
1609
|
data: UserGpgKeysPostBodyType,
|
|
1526
1610
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
1527
1611
|
|
|
@@ -1531,6 +1615,7 @@ class UsersClient:
|
|
|
1531
1615
|
*,
|
|
1532
1616
|
data: UnsetType = UNSET,
|
|
1533
1617
|
headers: Optional[Mapping[str, str]] = None,
|
|
1618
|
+
stream: bool = False,
|
|
1534
1619
|
name: Missing[str] = UNSET,
|
|
1535
1620
|
armored_public_key: str,
|
|
1536
1621
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
@@ -1539,6 +1624,7 @@ class UsersClient:
|
|
|
1539
1624
|
self,
|
|
1540
1625
|
*,
|
|
1541
1626
|
headers: Optional[Mapping[str, str]] = None,
|
|
1627
|
+
stream: bool = False,
|
|
1542
1628
|
data: Missing[UserGpgKeysPostBodyType] = UNSET,
|
|
1543
1629
|
**kwargs,
|
|
1544
1630
|
) -> Response[GpgKey, GpgKeyType]:
|
|
@@ -1573,6 +1659,7 @@ class UsersClient:
|
|
|
1573
1659
|
url,
|
|
1574
1660
|
json=exclude_unset(json),
|
|
1575
1661
|
headers=exclude_unset(headers),
|
|
1662
|
+
stream=stream,
|
|
1576
1663
|
response_model=GpgKey,
|
|
1577
1664
|
error_models={
|
|
1578
1665
|
"422": ValidationError,
|
|
@@ -1587,6 +1674,7 @@ class UsersClient:
|
|
|
1587
1674
|
self,
|
|
1588
1675
|
*,
|
|
1589
1676
|
headers: Optional[Mapping[str, str]] = None,
|
|
1677
|
+
stream: bool = False,
|
|
1590
1678
|
data: UserGpgKeysPostBodyType,
|
|
1591
1679
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
1592
1680
|
|
|
@@ -1596,6 +1684,7 @@ class UsersClient:
|
|
|
1596
1684
|
*,
|
|
1597
1685
|
data: UnsetType = UNSET,
|
|
1598
1686
|
headers: Optional[Mapping[str, str]] = None,
|
|
1687
|
+
stream: bool = False,
|
|
1599
1688
|
name: Missing[str] = UNSET,
|
|
1600
1689
|
armored_public_key: str,
|
|
1601
1690
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
@@ -1604,6 +1693,7 @@ class UsersClient:
|
|
|
1604
1693
|
self,
|
|
1605
1694
|
*,
|
|
1606
1695
|
headers: Optional[Mapping[str, str]] = None,
|
|
1696
|
+
stream: bool = False,
|
|
1607
1697
|
data: Missing[UserGpgKeysPostBodyType] = UNSET,
|
|
1608
1698
|
**kwargs,
|
|
1609
1699
|
) -> Response[GpgKey, GpgKeyType]:
|
|
@@ -1638,6 +1728,7 @@ class UsersClient:
|
|
|
1638
1728
|
url,
|
|
1639
1729
|
json=exclude_unset(json),
|
|
1640
1730
|
headers=exclude_unset(headers),
|
|
1731
|
+
stream=stream,
|
|
1641
1732
|
response_model=GpgKey,
|
|
1642
1733
|
error_models={
|
|
1643
1734
|
"422": ValidationError,
|
|
@@ -1652,6 +1743,7 @@ class UsersClient:
|
|
|
1652
1743
|
gpg_key_id: int,
|
|
1653
1744
|
*,
|
|
1654
1745
|
headers: Optional[Mapping[str, str]] = None,
|
|
1746
|
+
stream: bool = False,
|
|
1655
1747
|
) -> Response[GpgKey, GpgKeyType]:
|
|
1656
1748
|
"""users/get-gpg-key-for-authenticated-user
|
|
1657
1749
|
|
|
@@ -1674,6 +1766,7 @@ class UsersClient:
|
|
|
1674
1766
|
"GET",
|
|
1675
1767
|
url,
|
|
1676
1768
|
headers=exclude_unset(headers),
|
|
1769
|
+
stream=stream,
|
|
1677
1770
|
response_model=GpgKey,
|
|
1678
1771
|
error_models={
|
|
1679
1772
|
"404": BasicError,
|
|
@@ -1687,6 +1780,7 @@ class UsersClient:
|
|
|
1687
1780
|
gpg_key_id: int,
|
|
1688
1781
|
*,
|
|
1689
1782
|
headers: Optional[Mapping[str, str]] = None,
|
|
1783
|
+
stream: bool = False,
|
|
1690
1784
|
) -> Response[GpgKey, GpgKeyType]:
|
|
1691
1785
|
"""users/get-gpg-key-for-authenticated-user
|
|
1692
1786
|
|
|
@@ -1709,6 +1803,7 @@ class UsersClient:
|
|
|
1709
1803
|
"GET",
|
|
1710
1804
|
url,
|
|
1711
1805
|
headers=exclude_unset(headers),
|
|
1806
|
+
stream=stream,
|
|
1712
1807
|
response_model=GpgKey,
|
|
1713
1808
|
error_models={
|
|
1714
1809
|
"404": BasicError,
|
|
@@ -1722,6 +1817,7 @@ class UsersClient:
|
|
|
1722
1817
|
gpg_key_id: int,
|
|
1723
1818
|
*,
|
|
1724
1819
|
headers: Optional[Mapping[str, str]] = None,
|
|
1820
|
+
stream: bool = False,
|
|
1725
1821
|
) -> Response:
|
|
1726
1822
|
"""users/delete-gpg-key-for-authenticated-user
|
|
1727
1823
|
|
|
@@ -1744,6 +1840,7 @@ class UsersClient:
|
|
|
1744
1840
|
"DELETE",
|
|
1745
1841
|
url,
|
|
1746
1842
|
headers=exclude_unset(headers),
|
|
1843
|
+
stream=stream,
|
|
1747
1844
|
error_models={
|
|
1748
1845
|
"404": BasicError,
|
|
1749
1846
|
"422": ValidationError,
|
|
@@ -1757,6 +1854,7 @@ class UsersClient:
|
|
|
1757
1854
|
gpg_key_id: int,
|
|
1758
1855
|
*,
|
|
1759
1856
|
headers: Optional[Mapping[str, str]] = None,
|
|
1857
|
+
stream: bool = False,
|
|
1760
1858
|
) -> Response:
|
|
1761
1859
|
"""users/delete-gpg-key-for-authenticated-user
|
|
1762
1860
|
|
|
@@ -1779,6 +1877,7 @@ class UsersClient:
|
|
|
1779
1877
|
"DELETE",
|
|
1780
1878
|
url,
|
|
1781
1879
|
headers=exclude_unset(headers),
|
|
1880
|
+
stream=stream,
|
|
1782
1881
|
error_models={
|
|
1783
1882
|
"404": BasicError,
|
|
1784
1883
|
"422": ValidationError,
|
|
@@ -1793,6 +1892,7 @@ class UsersClient:
|
|
|
1793
1892
|
per_page: Missing[int] = UNSET,
|
|
1794
1893
|
page: Missing[int] = UNSET,
|
|
1795
1894
|
headers: Optional[Mapping[str, str]] = None,
|
|
1895
|
+
stream: bool = False,
|
|
1796
1896
|
) -> Response[list[Key], list[KeyType]]:
|
|
1797
1897
|
"""users/list-public-ssh-keys-for-authenticated-user
|
|
1798
1898
|
|
|
@@ -1821,6 +1921,7 @@ class UsersClient:
|
|
|
1821
1921
|
url,
|
|
1822
1922
|
params=exclude_unset(params),
|
|
1823
1923
|
headers=exclude_unset(headers),
|
|
1924
|
+
stream=stream,
|
|
1824
1925
|
response_model=list[Key],
|
|
1825
1926
|
error_models={
|
|
1826
1927
|
"404": BasicError,
|
|
@@ -1835,6 +1936,7 @@ class UsersClient:
|
|
|
1835
1936
|
per_page: Missing[int] = UNSET,
|
|
1836
1937
|
page: Missing[int] = UNSET,
|
|
1837
1938
|
headers: Optional[Mapping[str, str]] = None,
|
|
1939
|
+
stream: bool = False,
|
|
1838
1940
|
) -> Response[list[Key], list[KeyType]]:
|
|
1839
1941
|
"""users/list-public-ssh-keys-for-authenticated-user
|
|
1840
1942
|
|
|
@@ -1863,6 +1965,7 @@ class UsersClient:
|
|
|
1863
1965
|
url,
|
|
1864
1966
|
params=exclude_unset(params),
|
|
1865
1967
|
headers=exclude_unset(headers),
|
|
1968
|
+
stream=stream,
|
|
1866
1969
|
response_model=list[Key],
|
|
1867
1970
|
error_models={
|
|
1868
1971
|
"404": BasicError,
|
|
@@ -1873,7 +1976,11 @@ class UsersClient:
|
|
|
1873
1976
|
|
|
1874
1977
|
@overload
|
|
1875
1978
|
def create_public_ssh_key_for_authenticated_user(
|
|
1876
|
-
self,
|
|
1979
|
+
self,
|
|
1980
|
+
*,
|
|
1981
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1982
|
+
stream: bool = False,
|
|
1983
|
+
data: UserKeysPostBodyType,
|
|
1877
1984
|
) -> Response[Key, KeyType]: ...
|
|
1878
1985
|
|
|
1879
1986
|
@overload
|
|
@@ -1882,6 +1989,7 @@ class UsersClient:
|
|
|
1882
1989
|
*,
|
|
1883
1990
|
data: UnsetType = UNSET,
|
|
1884
1991
|
headers: Optional[Mapping[str, str]] = None,
|
|
1992
|
+
stream: bool = False,
|
|
1885
1993
|
title: Missing[str] = UNSET,
|
|
1886
1994
|
key: str,
|
|
1887
1995
|
) -> Response[Key, KeyType]: ...
|
|
@@ -1890,6 +1998,7 @@ class UsersClient:
|
|
|
1890
1998
|
self,
|
|
1891
1999
|
*,
|
|
1892
2000
|
headers: Optional[Mapping[str, str]] = None,
|
|
2001
|
+
stream: bool = False,
|
|
1893
2002
|
data: Missing[UserKeysPostBodyType] = UNSET,
|
|
1894
2003
|
**kwargs,
|
|
1895
2004
|
) -> Response[Key, KeyType]:
|
|
@@ -1924,6 +2033,7 @@ class UsersClient:
|
|
|
1924
2033
|
url,
|
|
1925
2034
|
json=exclude_unset(json),
|
|
1926
2035
|
headers=exclude_unset(headers),
|
|
2036
|
+
stream=stream,
|
|
1927
2037
|
response_model=Key,
|
|
1928
2038
|
error_models={
|
|
1929
2039
|
"422": ValidationError,
|
|
@@ -1935,7 +2045,11 @@ class UsersClient:
|
|
|
1935
2045
|
|
|
1936
2046
|
@overload
|
|
1937
2047
|
async def async_create_public_ssh_key_for_authenticated_user(
|
|
1938
|
-
self,
|
|
2048
|
+
self,
|
|
2049
|
+
*,
|
|
2050
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2051
|
+
stream: bool = False,
|
|
2052
|
+
data: UserKeysPostBodyType,
|
|
1939
2053
|
) -> Response[Key, KeyType]: ...
|
|
1940
2054
|
|
|
1941
2055
|
@overload
|
|
@@ -1944,6 +2058,7 @@ class UsersClient:
|
|
|
1944
2058
|
*,
|
|
1945
2059
|
data: UnsetType = UNSET,
|
|
1946
2060
|
headers: Optional[Mapping[str, str]] = None,
|
|
2061
|
+
stream: bool = False,
|
|
1947
2062
|
title: Missing[str] = UNSET,
|
|
1948
2063
|
key: str,
|
|
1949
2064
|
) -> Response[Key, KeyType]: ...
|
|
@@ -1952,6 +2067,7 @@ class UsersClient:
|
|
|
1952
2067
|
self,
|
|
1953
2068
|
*,
|
|
1954
2069
|
headers: Optional[Mapping[str, str]] = None,
|
|
2070
|
+
stream: bool = False,
|
|
1955
2071
|
data: Missing[UserKeysPostBodyType] = UNSET,
|
|
1956
2072
|
**kwargs,
|
|
1957
2073
|
) -> Response[Key, KeyType]:
|
|
@@ -1986,6 +2102,7 @@ class UsersClient:
|
|
|
1986
2102
|
url,
|
|
1987
2103
|
json=exclude_unset(json),
|
|
1988
2104
|
headers=exclude_unset(headers),
|
|
2105
|
+
stream=stream,
|
|
1989
2106
|
response_model=Key,
|
|
1990
2107
|
error_models={
|
|
1991
2108
|
"422": ValidationError,
|
|
@@ -2000,6 +2117,7 @@ class UsersClient:
|
|
|
2000
2117
|
key_id: int,
|
|
2001
2118
|
*,
|
|
2002
2119
|
headers: Optional[Mapping[str, str]] = None,
|
|
2120
|
+
stream: bool = False,
|
|
2003
2121
|
) -> Response[Key, KeyType]:
|
|
2004
2122
|
"""users/get-public-ssh-key-for-authenticated-user
|
|
2005
2123
|
|
|
@@ -2022,6 +2140,7 @@ class UsersClient:
|
|
|
2022
2140
|
"GET",
|
|
2023
2141
|
url,
|
|
2024
2142
|
headers=exclude_unset(headers),
|
|
2143
|
+
stream=stream,
|
|
2025
2144
|
response_model=Key,
|
|
2026
2145
|
error_models={
|
|
2027
2146
|
"404": BasicError,
|
|
@@ -2035,6 +2154,7 @@ class UsersClient:
|
|
|
2035
2154
|
key_id: int,
|
|
2036
2155
|
*,
|
|
2037
2156
|
headers: Optional[Mapping[str, str]] = None,
|
|
2157
|
+
stream: bool = False,
|
|
2038
2158
|
) -> Response[Key, KeyType]:
|
|
2039
2159
|
"""users/get-public-ssh-key-for-authenticated-user
|
|
2040
2160
|
|
|
@@ -2057,6 +2177,7 @@ class UsersClient:
|
|
|
2057
2177
|
"GET",
|
|
2058
2178
|
url,
|
|
2059
2179
|
headers=exclude_unset(headers),
|
|
2180
|
+
stream=stream,
|
|
2060
2181
|
response_model=Key,
|
|
2061
2182
|
error_models={
|
|
2062
2183
|
"404": BasicError,
|
|
@@ -2070,6 +2191,7 @@ class UsersClient:
|
|
|
2070
2191
|
key_id: int,
|
|
2071
2192
|
*,
|
|
2072
2193
|
headers: Optional[Mapping[str, str]] = None,
|
|
2194
|
+
stream: bool = False,
|
|
2073
2195
|
) -> Response:
|
|
2074
2196
|
"""users/delete-public-ssh-key-for-authenticated-user
|
|
2075
2197
|
|
|
@@ -2092,6 +2214,7 @@ class UsersClient:
|
|
|
2092
2214
|
"DELETE",
|
|
2093
2215
|
url,
|
|
2094
2216
|
headers=exclude_unset(headers),
|
|
2217
|
+
stream=stream,
|
|
2095
2218
|
error_models={
|
|
2096
2219
|
"404": BasicError,
|
|
2097
2220
|
"403": BasicError,
|
|
@@ -2104,6 +2227,7 @@ class UsersClient:
|
|
|
2104
2227
|
key_id: int,
|
|
2105
2228
|
*,
|
|
2106
2229
|
headers: Optional[Mapping[str, str]] = None,
|
|
2230
|
+
stream: bool = False,
|
|
2107
2231
|
) -> Response:
|
|
2108
2232
|
"""users/delete-public-ssh-key-for-authenticated-user
|
|
2109
2233
|
|
|
@@ -2126,6 +2250,7 @@ class UsersClient:
|
|
|
2126
2250
|
"DELETE",
|
|
2127
2251
|
url,
|
|
2128
2252
|
headers=exclude_unset(headers),
|
|
2253
|
+
stream=stream,
|
|
2129
2254
|
error_models={
|
|
2130
2255
|
"404": BasicError,
|
|
2131
2256
|
"403": BasicError,
|
|
@@ -2139,6 +2264,7 @@ class UsersClient:
|
|
|
2139
2264
|
per_page: Missing[int] = UNSET,
|
|
2140
2265
|
page: Missing[int] = UNSET,
|
|
2141
2266
|
headers: Optional[Mapping[str, str]] = None,
|
|
2267
|
+
stream: bool = False,
|
|
2142
2268
|
) -> Response[list[Email], list[EmailType]]:
|
|
2143
2269
|
"""users/list-public-emails-for-authenticated-user
|
|
2144
2270
|
|
|
@@ -2169,6 +2295,7 @@ class UsersClient:
|
|
|
2169
2295
|
url,
|
|
2170
2296
|
params=exclude_unset(params),
|
|
2171
2297
|
headers=exclude_unset(headers),
|
|
2298
|
+
stream=stream,
|
|
2172
2299
|
response_model=list[Email],
|
|
2173
2300
|
error_models={
|
|
2174
2301
|
"404": BasicError,
|
|
@@ -2183,6 +2310,7 @@ class UsersClient:
|
|
|
2183
2310
|
per_page: Missing[int] = UNSET,
|
|
2184
2311
|
page: Missing[int] = UNSET,
|
|
2185
2312
|
headers: Optional[Mapping[str, str]] = None,
|
|
2313
|
+
stream: bool = False,
|
|
2186
2314
|
) -> Response[list[Email], list[EmailType]]:
|
|
2187
2315
|
"""users/list-public-emails-for-authenticated-user
|
|
2188
2316
|
|
|
@@ -2213,6 +2341,7 @@ class UsersClient:
|
|
|
2213
2341
|
url,
|
|
2214
2342
|
params=exclude_unset(params),
|
|
2215
2343
|
headers=exclude_unset(headers),
|
|
2344
|
+
stream=stream,
|
|
2216
2345
|
response_model=list[Email],
|
|
2217
2346
|
error_models={
|
|
2218
2347
|
"404": BasicError,
|
|
@@ -2227,6 +2356,7 @@ class UsersClient:
|
|
|
2227
2356
|
per_page: Missing[int] = UNSET,
|
|
2228
2357
|
page: Missing[int] = UNSET,
|
|
2229
2358
|
headers: Optional[Mapping[str, str]] = None,
|
|
2359
|
+
stream: bool = False,
|
|
2230
2360
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
2231
2361
|
"""users/list-social-accounts-for-authenticated-user
|
|
2232
2362
|
|
|
@@ -2253,6 +2383,7 @@ class UsersClient:
|
|
|
2253
2383
|
url,
|
|
2254
2384
|
params=exclude_unset(params),
|
|
2255
2385
|
headers=exclude_unset(headers),
|
|
2386
|
+
stream=stream,
|
|
2256
2387
|
response_model=list[SocialAccount],
|
|
2257
2388
|
error_models={
|
|
2258
2389
|
"404": BasicError,
|
|
@@ -2267,6 +2398,7 @@ class UsersClient:
|
|
|
2267
2398
|
per_page: Missing[int] = UNSET,
|
|
2268
2399
|
page: Missing[int] = UNSET,
|
|
2269
2400
|
headers: Optional[Mapping[str, str]] = None,
|
|
2401
|
+
stream: bool = False,
|
|
2270
2402
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
2271
2403
|
"""users/list-social-accounts-for-authenticated-user
|
|
2272
2404
|
|
|
@@ -2293,6 +2425,7 @@ class UsersClient:
|
|
|
2293
2425
|
url,
|
|
2294
2426
|
params=exclude_unset(params),
|
|
2295
2427
|
headers=exclude_unset(headers),
|
|
2428
|
+
stream=stream,
|
|
2296
2429
|
response_model=list[SocialAccount],
|
|
2297
2430
|
error_models={
|
|
2298
2431
|
"404": BasicError,
|
|
@@ -2306,6 +2439,7 @@ class UsersClient:
|
|
|
2306
2439
|
self,
|
|
2307
2440
|
*,
|
|
2308
2441
|
headers: Optional[Mapping[str, str]] = None,
|
|
2442
|
+
stream: bool = False,
|
|
2309
2443
|
data: UserSocialAccountsPostBodyType,
|
|
2310
2444
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2311
2445
|
|
|
@@ -2315,6 +2449,7 @@ class UsersClient:
|
|
|
2315
2449
|
*,
|
|
2316
2450
|
data: UnsetType = UNSET,
|
|
2317
2451
|
headers: Optional[Mapping[str, str]] = None,
|
|
2452
|
+
stream: bool = False,
|
|
2318
2453
|
account_urls: list[str],
|
|
2319
2454
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2320
2455
|
|
|
@@ -2322,6 +2457,7 @@ class UsersClient:
|
|
|
2322
2457
|
self,
|
|
2323
2458
|
*,
|
|
2324
2459
|
headers: Optional[Mapping[str, str]] = None,
|
|
2460
|
+
stream: bool = False,
|
|
2325
2461
|
data: Missing[UserSocialAccountsPostBodyType] = UNSET,
|
|
2326
2462
|
**kwargs,
|
|
2327
2463
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
@@ -2361,6 +2497,7 @@ class UsersClient:
|
|
|
2361
2497
|
url,
|
|
2362
2498
|
json=exclude_unset(json),
|
|
2363
2499
|
headers=exclude_unset(headers),
|
|
2500
|
+
stream=stream,
|
|
2364
2501
|
response_model=list[SocialAccount],
|
|
2365
2502
|
error_models={
|
|
2366
2503
|
"422": ValidationError,
|
|
@@ -2375,6 +2512,7 @@ class UsersClient:
|
|
|
2375
2512
|
self,
|
|
2376
2513
|
*,
|
|
2377
2514
|
headers: Optional[Mapping[str, str]] = None,
|
|
2515
|
+
stream: bool = False,
|
|
2378
2516
|
data: UserSocialAccountsPostBodyType,
|
|
2379
2517
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2380
2518
|
|
|
@@ -2384,6 +2522,7 @@ class UsersClient:
|
|
|
2384
2522
|
*,
|
|
2385
2523
|
data: UnsetType = UNSET,
|
|
2386
2524
|
headers: Optional[Mapping[str, str]] = None,
|
|
2525
|
+
stream: bool = False,
|
|
2387
2526
|
account_urls: list[str],
|
|
2388
2527
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2389
2528
|
|
|
@@ -2391,6 +2530,7 @@ class UsersClient:
|
|
|
2391
2530
|
self,
|
|
2392
2531
|
*,
|
|
2393
2532
|
headers: Optional[Mapping[str, str]] = None,
|
|
2533
|
+
stream: bool = False,
|
|
2394
2534
|
data: Missing[UserSocialAccountsPostBodyType] = UNSET,
|
|
2395
2535
|
**kwargs,
|
|
2396
2536
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
@@ -2430,6 +2570,7 @@ class UsersClient:
|
|
|
2430
2570
|
url,
|
|
2431
2571
|
json=exclude_unset(json),
|
|
2432
2572
|
headers=exclude_unset(headers),
|
|
2573
|
+
stream=stream,
|
|
2433
2574
|
response_model=list[SocialAccount],
|
|
2434
2575
|
error_models={
|
|
2435
2576
|
"422": ValidationError,
|
|
@@ -2444,6 +2585,7 @@ class UsersClient:
|
|
|
2444
2585
|
self,
|
|
2445
2586
|
*,
|
|
2446
2587
|
headers: Optional[Mapping[str, str]] = None,
|
|
2588
|
+
stream: bool = False,
|
|
2447
2589
|
data: UserSocialAccountsDeleteBodyType,
|
|
2448
2590
|
) -> Response: ...
|
|
2449
2591
|
|
|
@@ -2453,6 +2595,7 @@ class UsersClient:
|
|
|
2453
2595
|
*,
|
|
2454
2596
|
data: UnsetType = UNSET,
|
|
2455
2597
|
headers: Optional[Mapping[str, str]] = None,
|
|
2598
|
+
stream: bool = False,
|
|
2456
2599
|
account_urls: list[str],
|
|
2457
2600
|
) -> Response: ...
|
|
2458
2601
|
|
|
@@ -2460,6 +2603,7 @@ class UsersClient:
|
|
|
2460
2603
|
self,
|
|
2461
2604
|
*,
|
|
2462
2605
|
headers: Optional[Mapping[str, str]] = None,
|
|
2606
|
+
stream: bool = False,
|
|
2463
2607
|
data: Missing[UserSocialAccountsDeleteBodyType] = UNSET,
|
|
2464
2608
|
**kwargs,
|
|
2465
2609
|
) -> Response:
|
|
@@ -2494,6 +2638,7 @@ class UsersClient:
|
|
|
2494
2638
|
url,
|
|
2495
2639
|
json=exclude_unset(json),
|
|
2496
2640
|
headers=exclude_unset(headers),
|
|
2641
|
+
stream=stream,
|
|
2497
2642
|
error_models={
|
|
2498
2643
|
"422": ValidationError,
|
|
2499
2644
|
"404": BasicError,
|
|
@@ -2507,6 +2652,7 @@ class UsersClient:
|
|
|
2507
2652
|
self,
|
|
2508
2653
|
*,
|
|
2509
2654
|
headers: Optional[Mapping[str, str]] = None,
|
|
2655
|
+
stream: bool = False,
|
|
2510
2656
|
data: UserSocialAccountsDeleteBodyType,
|
|
2511
2657
|
) -> Response: ...
|
|
2512
2658
|
|
|
@@ -2516,6 +2662,7 @@ class UsersClient:
|
|
|
2516
2662
|
*,
|
|
2517
2663
|
data: UnsetType = UNSET,
|
|
2518
2664
|
headers: Optional[Mapping[str, str]] = None,
|
|
2665
|
+
stream: bool = False,
|
|
2519
2666
|
account_urls: list[str],
|
|
2520
2667
|
) -> Response: ...
|
|
2521
2668
|
|
|
@@ -2523,6 +2670,7 @@ class UsersClient:
|
|
|
2523
2670
|
self,
|
|
2524
2671
|
*,
|
|
2525
2672
|
headers: Optional[Mapping[str, str]] = None,
|
|
2673
|
+
stream: bool = False,
|
|
2526
2674
|
data: Missing[UserSocialAccountsDeleteBodyType] = UNSET,
|
|
2527
2675
|
**kwargs,
|
|
2528
2676
|
) -> Response:
|
|
@@ -2557,6 +2705,7 @@ class UsersClient:
|
|
|
2557
2705
|
url,
|
|
2558
2706
|
json=exclude_unset(json),
|
|
2559
2707
|
headers=exclude_unset(headers),
|
|
2708
|
+
stream=stream,
|
|
2560
2709
|
error_models={
|
|
2561
2710
|
"422": ValidationError,
|
|
2562
2711
|
"404": BasicError,
|
|
@@ -2571,6 +2720,7 @@ class UsersClient:
|
|
|
2571
2720
|
per_page: Missing[int] = UNSET,
|
|
2572
2721
|
page: Missing[int] = UNSET,
|
|
2573
2722
|
headers: Optional[Mapping[str, str]] = None,
|
|
2723
|
+
stream: bool = False,
|
|
2574
2724
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
2575
2725
|
"""users/list-ssh-signing-keys-for-authenticated-user
|
|
2576
2726
|
|
|
@@ -2599,6 +2749,7 @@ class UsersClient:
|
|
|
2599
2749
|
url,
|
|
2600
2750
|
params=exclude_unset(params),
|
|
2601
2751
|
headers=exclude_unset(headers),
|
|
2752
|
+
stream=stream,
|
|
2602
2753
|
response_model=list[SshSigningKey],
|
|
2603
2754
|
error_models={
|
|
2604
2755
|
"404": BasicError,
|
|
@@ -2613,6 +2764,7 @@ class UsersClient:
|
|
|
2613
2764
|
per_page: Missing[int] = UNSET,
|
|
2614
2765
|
page: Missing[int] = UNSET,
|
|
2615
2766
|
headers: Optional[Mapping[str, str]] = None,
|
|
2767
|
+
stream: bool = False,
|
|
2616
2768
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
2617
2769
|
"""users/list-ssh-signing-keys-for-authenticated-user
|
|
2618
2770
|
|
|
@@ -2641,6 +2793,7 @@ class UsersClient:
|
|
|
2641
2793
|
url,
|
|
2642
2794
|
params=exclude_unset(params),
|
|
2643
2795
|
headers=exclude_unset(headers),
|
|
2796
|
+
stream=stream,
|
|
2644
2797
|
response_model=list[SshSigningKey],
|
|
2645
2798
|
error_models={
|
|
2646
2799
|
"404": BasicError,
|
|
@@ -2654,6 +2807,7 @@ class UsersClient:
|
|
|
2654
2807
|
self,
|
|
2655
2808
|
*,
|
|
2656
2809
|
headers: Optional[Mapping[str, str]] = None,
|
|
2810
|
+
stream: bool = False,
|
|
2657
2811
|
data: UserSshSigningKeysPostBodyType,
|
|
2658
2812
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
2659
2813
|
|
|
@@ -2663,6 +2817,7 @@ class UsersClient:
|
|
|
2663
2817
|
*,
|
|
2664
2818
|
data: UnsetType = UNSET,
|
|
2665
2819
|
headers: Optional[Mapping[str, str]] = None,
|
|
2820
|
+
stream: bool = False,
|
|
2666
2821
|
title: Missing[str] = UNSET,
|
|
2667
2822
|
key: str,
|
|
2668
2823
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
@@ -2671,6 +2826,7 @@ class UsersClient:
|
|
|
2671
2826
|
self,
|
|
2672
2827
|
*,
|
|
2673
2828
|
headers: Optional[Mapping[str, str]] = None,
|
|
2829
|
+
stream: bool = False,
|
|
2674
2830
|
data: Missing[UserSshSigningKeysPostBodyType] = UNSET,
|
|
2675
2831
|
**kwargs,
|
|
2676
2832
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
@@ -2710,6 +2866,7 @@ class UsersClient:
|
|
|
2710
2866
|
url,
|
|
2711
2867
|
json=exclude_unset(json),
|
|
2712
2868
|
headers=exclude_unset(headers),
|
|
2869
|
+
stream=stream,
|
|
2713
2870
|
response_model=SshSigningKey,
|
|
2714
2871
|
error_models={
|
|
2715
2872
|
"422": ValidationError,
|
|
@@ -2724,6 +2881,7 @@ class UsersClient:
|
|
|
2724
2881
|
self,
|
|
2725
2882
|
*,
|
|
2726
2883
|
headers: Optional[Mapping[str, str]] = None,
|
|
2884
|
+
stream: bool = False,
|
|
2727
2885
|
data: UserSshSigningKeysPostBodyType,
|
|
2728
2886
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
2729
2887
|
|
|
@@ -2733,6 +2891,7 @@ class UsersClient:
|
|
|
2733
2891
|
*,
|
|
2734
2892
|
data: UnsetType = UNSET,
|
|
2735
2893
|
headers: Optional[Mapping[str, str]] = None,
|
|
2894
|
+
stream: bool = False,
|
|
2736
2895
|
title: Missing[str] = UNSET,
|
|
2737
2896
|
key: str,
|
|
2738
2897
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
@@ -2741,6 +2900,7 @@ class UsersClient:
|
|
|
2741
2900
|
self,
|
|
2742
2901
|
*,
|
|
2743
2902
|
headers: Optional[Mapping[str, str]] = None,
|
|
2903
|
+
stream: bool = False,
|
|
2744
2904
|
data: Missing[UserSshSigningKeysPostBodyType] = UNSET,
|
|
2745
2905
|
**kwargs,
|
|
2746
2906
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
@@ -2780,6 +2940,7 @@ class UsersClient:
|
|
|
2780
2940
|
url,
|
|
2781
2941
|
json=exclude_unset(json),
|
|
2782
2942
|
headers=exclude_unset(headers),
|
|
2943
|
+
stream=stream,
|
|
2783
2944
|
response_model=SshSigningKey,
|
|
2784
2945
|
error_models={
|
|
2785
2946
|
"422": ValidationError,
|
|
@@ -2794,6 +2955,7 @@ class UsersClient:
|
|
|
2794
2955
|
ssh_signing_key_id: int,
|
|
2795
2956
|
*,
|
|
2796
2957
|
headers: Optional[Mapping[str, str]] = None,
|
|
2958
|
+
stream: bool = False,
|
|
2797
2959
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
2798
2960
|
"""users/get-ssh-signing-key-for-authenticated-user
|
|
2799
2961
|
|
|
@@ -2816,6 +2978,7 @@ class UsersClient:
|
|
|
2816
2978
|
"GET",
|
|
2817
2979
|
url,
|
|
2818
2980
|
headers=exclude_unset(headers),
|
|
2981
|
+
stream=stream,
|
|
2819
2982
|
response_model=SshSigningKey,
|
|
2820
2983
|
error_models={
|
|
2821
2984
|
"404": BasicError,
|
|
@@ -2829,6 +2992,7 @@ class UsersClient:
|
|
|
2829
2992
|
ssh_signing_key_id: int,
|
|
2830
2993
|
*,
|
|
2831
2994
|
headers: Optional[Mapping[str, str]] = None,
|
|
2995
|
+
stream: bool = False,
|
|
2832
2996
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
2833
2997
|
"""users/get-ssh-signing-key-for-authenticated-user
|
|
2834
2998
|
|
|
@@ -2851,6 +3015,7 @@ class UsersClient:
|
|
|
2851
3015
|
"GET",
|
|
2852
3016
|
url,
|
|
2853
3017
|
headers=exclude_unset(headers),
|
|
3018
|
+
stream=stream,
|
|
2854
3019
|
response_model=SshSigningKey,
|
|
2855
3020
|
error_models={
|
|
2856
3021
|
"404": BasicError,
|
|
@@ -2864,6 +3029,7 @@ class UsersClient:
|
|
|
2864
3029
|
ssh_signing_key_id: int,
|
|
2865
3030
|
*,
|
|
2866
3031
|
headers: Optional[Mapping[str, str]] = None,
|
|
3032
|
+
stream: bool = False,
|
|
2867
3033
|
) -> Response:
|
|
2868
3034
|
"""users/delete-ssh-signing-key-for-authenticated-user
|
|
2869
3035
|
|
|
@@ -2886,6 +3052,7 @@ class UsersClient:
|
|
|
2886
3052
|
"DELETE",
|
|
2887
3053
|
url,
|
|
2888
3054
|
headers=exclude_unset(headers),
|
|
3055
|
+
stream=stream,
|
|
2889
3056
|
error_models={
|
|
2890
3057
|
"404": BasicError,
|
|
2891
3058
|
"403": BasicError,
|
|
@@ -2898,6 +3065,7 @@ class UsersClient:
|
|
|
2898
3065
|
ssh_signing_key_id: int,
|
|
2899
3066
|
*,
|
|
2900
3067
|
headers: Optional[Mapping[str, str]] = None,
|
|
3068
|
+
stream: bool = False,
|
|
2901
3069
|
) -> Response:
|
|
2902
3070
|
"""users/delete-ssh-signing-key-for-authenticated-user
|
|
2903
3071
|
|
|
@@ -2920,6 +3088,7 @@ class UsersClient:
|
|
|
2920
3088
|
"DELETE",
|
|
2921
3089
|
url,
|
|
2922
3090
|
headers=exclude_unset(headers),
|
|
3091
|
+
stream=stream,
|
|
2923
3092
|
error_models={
|
|
2924
3093
|
"404": BasicError,
|
|
2925
3094
|
"403": BasicError,
|
|
@@ -2932,6 +3101,7 @@ class UsersClient:
|
|
|
2932
3101
|
account_id: int,
|
|
2933
3102
|
*,
|
|
2934
3103
|
headers: Optional[Mapping[str, str]] = None,
|
|
3104
|
+
stream: bool = False,
|
|
2935
3105
|
) -> Response[
|
|
2936
3106
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
2937
3107
|
]:
|
|
@@ -2962,6 +3132,7 @@ class UsersClient:
|
|
|
2962
3132
|
"GET",
|
|
2963
3133
|
url,
|
|
2964
3134
|
headers=exclude_unset(headers),
|
|
3135
|
+
stream=stream,
|
|
2965
3136
|
response_model=Union[PrivateUser, PublicUser],
|
|
2966
3137
|
error_models={
|
|
2967
3138
|
"404": BasicError,
|
|
@@ -2973,6 +3144,7 @@ class UsersClient:
|
|
|
2973
3144
|
account_id: int,
|
|
2974
3145
|
*,
|
|
2975
3146
|
headers: Optional[Mapping[str, str]] = None,
|
|
3147
|
+
stream: bool = False,
|
|
2976
3148
|
) -> Response[
|
|
2977
3149
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
2978
3150
|
]:
|
|
@@ -3003,6 +3175,7 @@ class UsersClient:
|
|
|
3003
3175
|
"GET",
|
|
3004
3176
|
url,
|
|
3005
3177
|
headers=exclude_unset(headers),
|
|
3178
|
+
stream=stream,
|
|
3006
3179
|
response_model=Union[PrivateUser, PublicUser],
|
|
3007
3180
|
error_models={
|
|
3008
3181
|
"404": BasicError,
|
|
@@ -3015,6 +3188,7 @@ class UsersClient:
|
|
|
3015
3188
|
since: Missing[int] = UNSET,
|
|
3016
3189
|
per_page: Missing[int] = UNSET,
|
|
3017
3190
|
headers: Optional[Mapping[str, str]] = None,
|
|
3191
|
+
stream: bool = False,
|
|
3018
3192
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3019
3193
|
"""users/list
|
|
3020
3194
|
|
|
@@ -3043,6 +3217,7 @@ class UsersClient:
|
|
|
3043
3217
|
url,
|
|
3044
3218
|
params=exclude_unset(params),
|
|
3045
3219
|
headers=exclude_unset(headers),
|
|
3220
|
+
stream=stream,
|
|
3046
3221
|
response_model=list[SimpleUser],
|
|
3047
3222
|
)
|
|
3048
3223
|
|
|
@@ -3052,6 +3227,7 @@ class UsersClient:
|
|
|
3052
3227
|
since: Missing[int] = UNSET,
|
|
3053
3228
|
per_page: Missing[int] = UNSET,
|
|
3054
3229
|
headers: Optional[Mapping[str, str]] = None,
|
|
3230
|
+
stream: bool = False,
|
|
3055
3231
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3056
3232
|
"""users/list
|
|
3057
3233
|
|
|
@@ -3080,6 +3256,7 @@ class UsersClient:
|
|
|
3080
3256
|
url,
|
|
3081
3257
|
params=exclude_unset(params),
|
|
3082
3258
|
headers=exclude_unset(headers),
|
|
3259
|
+
stream=stream,
|
|
3083
3260
|
response_model=list[SimpleUser],
|
|
3084
3261
|
)
|
|
3085
3262
|
|
|
@@ -3088,6 +3265,7 @@ class UsersClient:
|
|
|
3088
3265
|
username: str,
|
|
3089
3266
|
*,
|
|
3090
3267
|
headers: Optional[Mapping[str, str]] = None,
|
|
3268
|
+
stream: bool = False,
|
|
3091
3269
|
) -> Response[
|
|
3092
3270
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
3093
3271
|
]:
|
|
@@ -3118,6 +3296,7 @@ class UsersClient:
|
|
|
3118
3296
|
"GET",
|
|
3119
3297
|
url,
|
|
3120
3298
|
headers=exclude_unset(headers),
|
|
3299
|
+
stream=stream,
|
|
3121
3300
|
response_model=Union[PrivateUser, PublicUser],
|
|
3122
3301
|
error_models={
|
|
3123
3302
|
"404": BasicError,
|
|
@@ -3129,6 +3308,7 @@ class UsersClient:
|
|
|
3129
3308
|
username: str,
|
|
3130
3309
|
*,
|
|
3131
3310
|
headers: Optional[Mapping[str, str]] = None,
|
|
3311
|
+
stream: bool = False,
|
|
3132
3312
|
) -> Response[
|
|
3133
3313
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
3134
3314
|
]:
|
|
@@ -3159,18 +3339,212 @@ class UsersClient:
|
|
|
3159
3339
|
"GET",
|
|
3160
3340
|
url,
|
|
3161
3341
|
headers=exclude_unset(headers),
|
|
3342
|
+
stream=stream,
|
|
3162
3343
|
response_model=Union[PrivateUser, PublicUser],
|
|
3163
3344
|
error_models={
|
|
3164
3345
|
"404": BasicError,
|
|
3165
3346
|
},
|
|
3166
3347
|
)
|
|
3167
3348
|
|
|
3349
|
+
@overload
|
|
3350
|
+
def list_attestations_bulk(
|
|
3351
|
+
self,
|
|
3352
|
+
username: str,
|
|
3353
|
+
*,
|
|
3354
|
+
per_page: Missing[int] = UNSET,
|
|
3355
|
+
before: Missing[str] = UNSET,
|
|
3356
|
+
after: Missing[str] = UNSET,
|
|
3357
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3358
|
+
stream: bool = False,
|
|
3359
|
+
data: UsersUsernameAttestationsBulkListPostBodyType,
|
|
3360
|
+
) -> Response[
|
|
3361
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3362
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3363
|
+
]: ...
|
|
3364
|
+
|
|
3365
|
+
@overload
|
|
3366
|
+
def list_attestations_bulk(
|
|
3367
|
+
self,
|
|
3368
|
+
username: str,
|
|
3369
|
+
*,
|
|
3370
|
+
per_page: Missing[int] = UNSET,
|
|
3371
|
+
before: Missing[str] = UNSET,
|
|
3372
|
+
after: Missing[str] = UNSET,
|
|
3373
|
+
data: UnsetType = UNSET,
|
|
3374
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3375
|
+
stream: bool = False,
|
|
3376
|
+
subject_digests: list[str],
|
|
3377
|
+
predicate_type: Missing[str] = UNSET,
|
|
3378
|
+
) -> Response[
|
|
3379
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3380
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3381
|
+
]: ...
|
|
3382
|
+
|
|
3383
|
+
def list_attestations_bulk(
|
|
3384
|
+
self,
|
|
3385
|
+
username: str,
|
|
3386
|
+
*,
|
|
3387
|
+
per_page: Missing[int] = UNSET,
|
|
3388
|
+
before: Missing[str] = UNSET,
|
|
3389
|
+
after: Missing[str] = UNSET,
|
|
3390
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3391
|
+
stream: bool = False,
|
|
3392
|
+
data: Missing[UsersUsernameAttestationsBulkListPostBodyType] = UNSET,
|
|
3393
|
+
**kwargs,
|
|
3394
|
+
) -> Response[
|
|
3395
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3396
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3397
|
+
]:
|
|
3398
|
+
"""users/list-attestations-bulk
|
|
3399
|
+
|
|
3400
|
+
POST /users/{username}/attestations/bulk-list
|
|
3401
|
+
|
|
3402
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by a user.
|
|
3403
|
+
|
|
3404
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
3405
|
+
|
|
3406
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
3407
|
+
|
|
3408
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests
|
|
3409
|
+
"""
|
|
3410
|
+
|
|
3411
|
+
from ..models import (
|
|
3412
|
+
UsersUsernameAttestationsBulkListPostBody,
|
|
3413
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3414
|
+
)
|
|
3415
|
+
|
|
3416
|
+
url = f"/users/{username}/attestations/bulk-list"
|
|
3417
|
+
|
|
3418
|
+
params = {
|
|
3419
|
+
"per_page": per_page,
|
|
3420
|
+
"before": before,
|
|
3421
|
+
"after": after,
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
headers = {
|
|
3425
|
+
"Content-Type": "application/json",
|
|
3426
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3427
|
+
**(headers or {}),
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
json = kwargs if data is UNSET else data
|
|
3431
|
+
if self._github.config.rest_api_validate_body:
|
|
3432
|
+
json = type_validate_python(UsersUsernameAttestationsBulkListPostBody, json)
|
|
3433
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3434
|
+
|
|
3435
|
+
return self._github.request(
|
|
3436
|
+
"POST",
|
|
3437
|
+
url,
|
|
3438
|
+
params=exclude_unset(params),
|
|
3439
|
+
json=exclude_unset(json),
|
|
3440
|
+
headers=exclude_unset(headers),
|
|
3441
|
+
stream=stream,
|
|
3442
|
+
response_model=UsersUsernameAttestationsBulkListPostResponse200,
|
|
3443
|
+
)
|
|
3444
|
+
|
|
3445
|
+
@overload
|
|
3446
|
+
async def async_list_attestations_bulk(
|
|
3447
|
+
self,
|
|
3448
|
+
username: str,
|
|
3449
|
+
*,
|
|
3450
|
+
per_page: Missing[int] = UNSET,
|
|
3451
|
+
before: Missing[str] = UNSET,
|
|
3452
|
+
after: Missing[str] = UNSET,
|
|
3453
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3454
|
+
stream: bool = False,
|
|
3455
|
+
data: UsersUsernameAttestationsBulkListPostBodyType,
|
|
3456
|
+
) -> Response[
|
|
3457
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3458
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3459
|
+
]: ...
|
|
3460
|
+
|
|
3461
|
+
@overload
|
|
3462
|
+
async def async_list_attestations_bulk(
|
|
3463
|
+
self,
|
|
3464
|
+
username: str,
|
|
3465
|
+
*,
|
|
3466
|
+
per_page: Missing[int] = UNSET,
|
|
3467
|
+
before: Missing[str] = UNSET,
|
|
3468
|
+
after: Missing[str] = UNSET,
|
|
3469
|
+
data: UnsetType = UNSET,
|
|
3470
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3471
|
+
stream: bool = False,
|
|
3472
|
+
subject_digests: list[str],
|
|
3473
|
+
predicate_type: Missing[str] = UNSET,
|
|
3474
|
+
) -> Response[
|
|
3475
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3476
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3477
|
+
]: ...
|
|
3478
|
+
|
|
3479
|
+
async def async_list_attestations_bulk(
|
|
3480
|
+
self,
|
|
3481
|
+
username: str,
|
|
3482
|
+
*,
|
|
3483
|
+
per_page: Missing[int] = UNSET,
|
|
3484
|
+
before: Missing[str] = UNSET,
|
|
3485
|
+
after: Missing[str] = UNSET,
|
|
3486
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3487
|
+
stream: bool = False,
|
|
3488
|
+
data: Missing[UsersUsernameAttestationsBulkListPostBodyType] = UNSET,
|
|
3489
|
+
**kwargs,
|
|
3490
|
+
) -> Response[
|
|
3491
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3492
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3493
|
+
]:
|
|
3494
|
+
"""users/list-attestations-bulk
|
|
3495
|
+
|
|
3496
|
+
POST /users/{username}/attestations/bulk-list
|
|
3497
|
+
|
|
3498
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by a user.
|
|
3499
|
+
|
|
3500
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
3501
|
+
|
|
3502
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
3503
|
+
|
|
3504
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#list-attestations-by-bulk-subject-digests
|
|
3505
|
+
"""
|
|
3506
|
+
|
|
3507
|
+
from ..models import (
|
|
3508
|
+
UsersUsernameAttestationsBulkListPostBody,
|
|
3509
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3510
|
+
)
|
|
3511
|
+
|
|
3512
|
+
url = f"/users/{username}/attestations/bulk-list"
|
|
3513
|
+
|
|
3514
|
+
params = {
|
|
3515
|
+
"per_page": per_page,
|
|
3516
|
+
"before": before,
|
|
3517
|
+
"after": after,
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
headers = {
|
|
3521
|
+
"Content-Type": "application/json",
|
|
3522
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3523
|
+
**(headers or {}),
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
json = kwargs if data is UNSET else data
|
|
3527
|
+
if self._github.config.rest_api_validate_body:
|
|
3528
|
+
json = type_validate_python(UsersUsernameAttestationsBulkListPostBody, json)
|
|
3529
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3530
|
+
|
|
3531
|
+
return await self._github.arequest(
|
|
3532
|
+
"POST",
|
|
3533
|
+
url,
|
|
3534
|
+
params=exclude_unset(params),
|
|
3535
|
+
json=exclude_unset(json),
|
|
3536
|
+
headers=exclude_unset(headers),
|
|
3537
|
+
stream=stream,
|
|
3538
|
+
response_model=UsersUsernameAttestationsBulkListPostResponse200,
|
|
3539
|
+
)
|
|
3540
|
+
|
|
3168
3541
|
@overload
|
|
3169
3542
|
def delete_attestations_bulk(
|
|
3170
3543
|
self,
|
|
3171
3544
|
username: str,
|
|
3172
3545
|
*,
|
|
3173
3546
|
headers: Optional[Mapping[str, str]] = None,
|
|
3547
|
+
stream: bool = False,
|
|
3174
3548
|
data: Union[
|
|
3175
3549
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
3176
3550
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
@@ -3184,6 +3558,7 @@ class UsersClient:
|
|
|
3184
3558
|
*,
|
|
3185
3559
|
data: UnsetType = UNSET,
|
|
3186
3560
|
headers: Optional[Mapping[str, str]] = None,
|
|
3561
|
+
stream: bool = False,
|
|
3187
3562
|
subject_digests: list[str],
|
|
3188
3563
|
) -> Response: ...
|
|
3189
3564
|
|
|
@@ -3194,6 +3569,7 @@ class UsersClient:
|
|
|
3194
3569
|
*,
|
|
3195
3570
|
data: UnsetType = UNSET,
|
|
3196
3571
|
headers: Optional[Mapping[str, str]] = None,
|
|
3572
|
+
stream: bool = False,
|
|
3197
3573
|
attestation_ids: list[int],
|
|
3198
3574
|
) -> Response: ...
|
|
3199
3575
|
|
|
@@ -3202,6 +3578,7 @@ class UsersClient:
|
|
|
3202
3578
|
username: str,
|
|
3203
3579
|
*,
|
|
3204
3580
|
headers: Optional[Mapping[str, str]] = None,
|
|
3581
|
+
stream: bool = False,
|
|
3205
3582
|
data: Missing[
|
|
3206
3583
|
Union[
|
|
3207
3584
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
@@ -3251,6 +3628,7 @@ class UsersClient:
|
|
|
3251
3628
|
url,
|
|
3252
3629
|
json=exclude_unset(json),
|
|
3253
3630
|
headers=exclude_unset(headers),
|
|
3631
|
+
stream=stream,
|
|
3254
3632
|
error_models={
|
|
3255
3633
|
"404": BasicError,
|
|
3256
3634
|
},
|
|
@@ -3262,6 +3640,7 @@ class UsersClient:
|
|
|
3262
3640
|
username: str,
|
|
3263
3641
|
*,
|
|
3264
3642
|
headers: Optional[Mapping[str, str]] = None,
|
|
3643
|
+
stream: bool = False,
|
|
3265
3644
|
data: Union[
|
|
3266
3645
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
3267
3646
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
@@ -3275,6 +3654,7 @@ class UsersClient:
|
|
|
3275
3654
|
*,
|
|
3276
3655
|
data: UnsetType = UNSET,
|
|
3277
3656
|
headers: Optional[Mapping[str, str]] = None,
|
|
3657
|
+
stream: bool = False,
|
|
3278
3658
|
subject_digests: list[str],
|
|
3279
3659
|
) -> Response: ...
|
|
3280
3660
|
|
|
@@ -3285,6 +3665,7 @@ class UsersClient:
|
|
|
3285
3665
|
*,
|
|
3286
3666
|
data: UnsetType = UNSET,
|
|
3287
3667
|
headers: Optional[Mapping[str, str]] = None,
|
|
3668
|
+
stream: bool = False,
|
|
3288
3669
|
attestation_ids: list[int],
|
|
3289
3670
|
) -> Response: ...
|
|
3290
3671
|
|
|
@@ -3293,6 +3674,7 @@ class UsersClient:
|
|
|
3293
3674
|
username: str,
|
|
3294
3675
|
*,
|
|
3295
3676
|
headers: Optional[Mapping[str, str]] = None,
|
|
3677
|
+
stream: bool = False,
|
|
3296
3678
|
data: Missing[
|
|
3297
3679
|
Union[
|
|
3298
3680
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
@@ -3342,6 +3724,7 @@ class UsersClient:
|
|
|
3342
3724
|
url,
|
|
3343
3725
|
json=exclude_unset(json),
|
|
3344
3726
|
headers=exclude_unset(headers),
|
|
3727
|
+
stream=stream,
|
|
3345
3728
|
error_models={
|
|
3346
3729
|
"404": BasicError,
|
|
3347
3730
|
},
|
|
@@ -3353,6 +3736,7 @@ class UsersClient:
|
|
|
3353
3736
|
subject_digest: str,
|
|
3354
3737
|
*,
|
|
3355
3738
|
headers: Optional[Mapping[str, str]] = None,
|
|
3739
|
+
stream: bool = False,
|
|
3356
3740
|
) -> Response:
|
|
3357
3741
|
"""users/delete-attestations-by-subject-digest
|
|
3358
3742
|
|
|
@@ -3373,6 +3757,7 @@ class UsersClient:
|
|
|
3373
3757
|
"DELETE",
|
|
3374
3758
|
url,
|
|
3375
3759
|
headers=exclude_unset(headers),
|
|
3760
|
+
stream=stream,
|
|
3376
3761
|
error_models={
|
|
3377
3762
|
"404": BasicError,
|
|
3378
3763
|
},
|
|
@@ -3384,6 +3769,7 @@ class UsersClient:
|
|
|
3384
3769
|
subject_digest: str,
|
|
3385
3770
|
*,
|
|
3386
3771
|
headers: Optional[Mapping[str, str]] = None,
|
|
3772
|
+
stream: bool = False,
|
|
3387
3773
|
) -> Response:
|
|
3388
3774
|
"""users/delete-attestations-by-subject-digest
|
|
3389
3775
|
|
|
@@ -3404,6 +3790,7 @@ class UsersClient:
|
|
|
3404
3790
|
"DELETE",
|
|
3405
3791
|
url,
|
|
3406
3792
|
headers=exclude_unset(headers),
|
|
3793
|
+
stream=stream,
|
|
3407
3794
|
error_models={
|
|
3408
3795
|
"404": BasicError,
|
|
3409
3796
|
},
|
|
@@ -3415,6 +3802,7 @@ class UsersClient:
|
|
|
3415
3802
|
attestation_id: int,
|
|
3416
3803
|
*,
|
|
3417
3804
|
headers: Optional[Mapping[str, str]] = None,
|
|
3805
|
+
stream: bool = False,
|
|
3418
3806
|
) -> Response:
|
|
3419
3807
|
"""users/delete-attestations-by-id
|
|
3420
3808
|
|
|
@@ -3435,6 +3823,7 @@ class UsersClient:
|
|
|
3435
3823
|
"DELETE",
|
|
3436
3824
|
url,
|
|
3437
3825
|
headers=exclude_unset(headers),
|
|
3826
|
+
stream=stream,
|
|
3438
3827
|
error_models={
|
|
3439
3828
|
"403": BasicError,
|
|
3440
3829
|
"404": BasicError,
|
|
@@ -3447,6 +3836,7 @@ class UsersClient:
|
|
|
3447
3836
|
attestation_id: int,
|
|
3448
3837
|
*,
|
|
3449
3838
|
headers: Optional[Mapping[str, str]] = None,
|
|
3839
|
+
stream: bool = False,
|
|
3450
3840
|
) -> Response:
|
|
3451
3841
|
"""users/delete-attestations-by-id
|
|
3452
3842
|
|
|
@@ -3467,6 +3857,7 @@ class UsersClient:
|
|
|
3467
3857
|
"DELETE",
|
|
3468
3858
|
url,
|
|
3469
3859
|
headers=exclude_unset(headers),
|
|
3860
|
+
stream=stream,
|
|
3470
3861
|
error_models={
|
|
3471
3862
|
"403": BasicError,
|
|
3472
3863
|
"404": BasicError,
|
|
@@ -3483,6 +3874,7 @@ class UsersClient:
|
|
|
3483
3874
|
after: Missing[str] = UNSET,
|
|
3484
3875
|
predicate_type: Missing[str] = UNSET,
|
|
3485
3876
|
headers: Optional[Mapping[str, str]] = None,
|
|
3877
|
+
stream: bool = False,
|
|
3486
3878
|
) -> Response[
|
|
3487
3879
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3488
3880
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -3521,6 +3913,7 @@ class UsersClient:
|
|
|
3521
3913
|
url,
|
|
3522
3914
|
params=exclude_unset(params),
|
|
3523
3915
|
headers=exclude_unset(headers),
|
|
3916
|
+
stream=stream,
|
|
3524
3917
|
response_model=UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3525
3918
|
error_models={
|
|
3526
3919
|
"404": BasicError,
|
|
@@ -3537,6 +3930,7 @@ class UsersClient:
|
|
|
3537
3930
|
after: Missing[str] = UNSET,
|
|
3538
3931
|
predicate_type: Missing[str] = UNSET,
|
|
3539
3932
|
headers: Optional[Mapping[str, str]] = None,
|
|
3933
|
+
stream: bool = False,
|
|
3540
3934
|
) -> Response[
|
|
3541
3935
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3542
3936
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -3575,6 +3969,7 @@ class UsersClient:
|
|
|
3575
3969
|
url,
|
|
3576
3970
|
params=exclude_unset(params),
|
|
3577
3971
|
headers=exclude_unset(headers),
|
|
3972
|
+
stream=stream,
|
|
3578
3973
|
response_model=UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3579
3974
|
error_models={
|
|
3580
3975
|
"404": BasicError,
|
|
@@ -3588,6 +3983,7 @@ class UsersClient:
|
|
|
3588
3983
|
per_page: Missing[int] = UNSET,
|
|
3589
3984
|
page: Missing[int] = UNSET,
|
|
3590
3985
|
headers: Optional[Mapping[str, str]] = None,
|
|
3986
|
+
stream: bool = False,
|
|
3591
3987
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3592
3988
|
"""users/list-followers-for-user
|
|
3593
3989
|
|
|
@@ -3614,6 +4010,7 @@ class UsersClient:
|
|
|
3614
4010
|
url,
|
|
3615
4011
|
params=exclude_unset(params),
|
|
3616
4012
|
headers=exclude_unset(headers),
|
|
4013
|
+
stream=stream,
|
|
3617
4014
|
response_model=list[SimpleUser],
|
|
3618
4015
|
)
|
|
3619
4016
|
|
|
@@ -3624,6 +4021,7 @@ class UsersClient:
|
|
|
3624
4021
|
per_page: Missing[int] = UNSET,
|
|
3625
4022
|
page: Missing[int] = UNSET,
|
|
3626
4023
|
headers: Optional[Mapping[str, str]] = None,
|
|
4024
|
+
stream: bool = False,
|
|
3627
4025
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3628
4026
|
"""users/list-followers-for-user
|
|
3629
4027
|
|
|
@@ -3650,6 +4048,7 @@ class UsersClient:
|
|
|
3650
4048
|
url,
|
|
3651
4049
|
params=exclude_unset(params),
|
|
3652
4050
|
headers=exclude_unset(headers),
|
|
4051
|
+
stream=stream,
|
|
3653
4052
|
response_model=list[SimpleUser],
|
|
3654
4053
|
)
|
|
3655
4054
|
|
|
@@ -3660,6 +4059,7 @@ class UsersClient:
|
|
|
3660
4059
|
per_page: Missing[int] = UNSET,
|
|
3661
4060
|
page: Missing[int] = UNSET,
|
|
3662
4061
|
headers: Optional[Mapping[str, str]] = None,
|
|
4062
|
+
stream: bool = False,
|
|
3663
4063
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3664
4064
|
"""users/list-following-for-user
|
|
3665
4065
|
|
|
@@ -3686,6 +4086,7 @@ class UsersClient:
|
|
|
3686
4086
|
url,
|
|
3687
4087
|
params=exclude_unset(params),
|
|
3688
4088
|
headers=exclude_unset(headers),
|
|
4089
|
+
stream=stream,
|
|
3689
4090
|
response_model=list[SimpleUser],
|
|
3690
4091
|
)
|
|
3691
4092
|
|
|
@@ -3696,6 +4097,7 @@ class UsersClient:
|
|
|
3696
4097
|
per_page: Missing[int] = UNSET,
|
|
3697
4098
|
page: Missing[int] = UNSET,
|
|
3698
4099
|
headers: Optional[Mapping[str, str]] = None,
|
|
4100
|
+
stream: bool = False,
|
|
3699
4101
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3700
4102
|
"""users/list-following-for-user
|
|
3701
4103
|
|
|
@@ -3722,6 +4124,7 @@ class UsersClient:
|
|
|
3722
4124
|
url,
|
|
3723
4125
|
params=exclude_unset(params),
|
|
3724
4126
|
headers=exclude_unset(headers),
|
|
4127
|
+
stream=stream,
|
|
3725
4128
|
response_model=list[SimpleUser],
|
|
3726
4129
|
)
|
|
3727
4130
|
|
|
@@ -3731,6 +4134,7 @@ class UsersClient:
|
|
|
3731
4134
|
target_user: str,
|
|
3732
4135
|
*,
|
|
3733
4136
|
headers: Optional[Mapping[str, str]] = None,
|
|
4137
|
+
stream: bool = False,
|
|
3734
4138
|
) -> Response:
|
|
3735
4139
|
"""users/check-following-for-user
|
|
3736
4140
|
|
|
@@ -3747,6 +4151,7 @@ class UsersClient:
|
|
|
3747
4151
|
"GET",
|
|
3748
4152
|
url,
|
|
3749
4153
|
headers=exclude_unset(headers),
|
|
4154
|
+
stream=stream,
|
|
3750
4155
|
error_models={},
|
|
3751
4156
|
)
|
|
3752
4157
|
|
|
@@ -3756,6 +4161,7 @@ class UsersClient:
|
|
|
3756
4161
|
target_user: str,
|
|
3757
4162
|
*,
|
|
3758
4163
|
headers: Optional[Mapping[str, str]] = None,
|
|
4164
|
+
stream: bool = False,
|
|
3759
4165
|
) -> Response:
|
|
3760
4166
|
"""users/check-following-for-user
|
|
3761
4167
|
|
|
@@ -3772,6 +4178,7 @@ class UsersClient:
|
|
|
3772
4178
|
"GET",
|
|
3773
4179
|
url,
|
|
3774
4180
|
headers=exclude_unset(headers),
|
|
4181
|
+
stream=stream,
|
|
3775
4182
|
error_models={},
|
|
3776
4183
|
)
|
|
3777
4184
|
|
|
@@ -3782,6 +4189,7 @@ class UsersClient:
|
|
|
3782
4189
|
per_page: Missing[int] = UNSET,
|
|
3783
4190
|
page: Missing[int] = UNSET,
|
|
3784
4191
|
headers: Optional[Mapping[str, str]] = None,
|
|
4192
|
+
stream: bool = False,
|
|
3785
4193
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
3786
4194
|
"""users/list-gpg-keys-for-user
|
|
3787
4195
|
|
|
@@ -3808,6 +4216,7 @@ class UsersClient:
|
|
|
3808
4216
|
url,
|
|
3809
4217
|
params=exclude_unset(params),
|
|
3810
4218
|
headers=exclude_unset(headers),
|
|
4219
|
+
stream=stream,
|
|
3811
4220
|
response_model=list[GpgKey],
|
|
3812
4221
|
)
|
|
3813
4222
|
|
|
@@ -3818,6 +4227,7 @@ class UsersClient:
|
|
|
3818
4227
|
per_page: Missing[int] = UNSET,
|
|
3819
4228
|
page: Missing[int] = UNSET,
|
|
3820
4229
|
headers: Optional[Mapping[str, str]] = None,
|
|
4230
|
+
stream: bool = False,
|
|
3821
4231
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
3822
4232
|
"""users/list-gpg-keys-for-user
|
|
3823
4233
|
|
|
@@ -3844,6 +4254,7 @@ class UsersClient:
|
|
|
3844
4254
|
url,
|
|
3845
4255
|
params=exclude_unset(params),
|
|
3846
4256
|
headers=exclude_unset(headers),
|
|
4257
|
+
stream=stream,
|
|
3847
4258
|
response_model=list[GpgKey],
|
|
3848
4259
|
)
|
|
3849
4260
|
|
|
@@ -3856,6 +4267,7 @@ class UsersClient:
|
|
|
3856
4267
|
] = UNSET,
|
|
3857
4268
|
subject_id: Missing[str] = UNSET,
|
|
3858
4269
|
headers: Optional[Mapping[str, str]] = None,
|
|
4270
|
+
stream: bool = False,
|
|
3859
4271
|
) -> Response[Hovercard, HovercardType]:
|
|
3860
4272
|
"""users/get-context-for-user
|
|
3861
4273
|
|
|
@@ -3886,6 +4298,7 @@ class UsersClient:
|
|
|
3886
4298
|
url,
|
|
3887
4299
|
params=exclude_unset(params),
|
|
3888
4300
|
headers=exclude_unset(headers),
|
|
4301
|
+
stream=stream,
|
|
3889
4302
|
response_model=Hovercard,
|
|
3890
4303
|
error_models={
|
|
3891
4304
|
"404": BasicError,
|
|
@@ -3902,6 +4315,7 @@ class UsersClient:
|
|
|
3902
4315
|
] = UNSET,
|
|
3903
4316
|
subject_id: Missing[str] = UNSET,
|
|
3904
4317
|
headers: Optional[Mapping[str, str]] = None,
|
|
4318
|
+
stream: bool = False,
|
|
3905
4319
|
) -> Response[Hovercard, HovercardType]:
|
|
3906
4320
|
"""users/get-context-for-user
|
|
3907
4321
|
|
|
@@ -3932,6 +4346,7 @@ class UsersClient:
|
|
|
3932
4346
|
url,
|
|
3933
4347
|
params=exclude_unset(params),
|
|
3934
4348
|
headers=exclude_unset(headers),
|
|
4349
|
+
stream=stream,
|
|
3935
4350
|
response_model=Hovercard,
|
|
3936
4351
|
error_models={
|
|
3937
4352
|
"404": BasicError,
|
|
@@ -3946,6 +4361,7 @@ class UsersClient:
|
|
|
3946
4361
|
per_page: Missing[int] = UNSET,
|
|
3947
4362
|
page: Missing[int] = UNSET,
|
|
3948
4363
|
headers: Optional[Mapping[str, str]] = None,
|
|
4364
|
+
stream: bool = False,
|
|
3949
4365
|
) -> Response[list[KeySimple], list[KeySimpleType]]:
|
|
3950
4366
|
"""users/list-public-keys-for-user
|
|
3951
4367
|
|
|
@@ -3972,6 +4388,7 @@ class UsersClient:
|
|
|
3972
4388
|
url,
|
|
3973
4389
|
params=exclude_unset(params),
|
|
3974
4390
|
headers=exclude_unset(headers),
|
|
4391
|
+
stream=stream,
|
|
3975
4392
|
response_model=list[KeySimple],
|
|
3976
4393
|
)
|
|
3977
4394
|
|
|
@@ -3982,6 +4399,7 @@ class UsersClient:
|
|
|
3982
4399
|
per_page: Missing[int] = UNSET,
|
|
3983
4400
|
page: Missing[int] = UNSET,
|
|
3984
4401
|
headers: Optional[Mapping[str, str]] = None,
|
|
4402
|
+
stream: bool = False,
|
|
3985
4403
|
) -> Response[list[KeySimple], list[KeySimpleType]]:
|
|
3986
4404
|
"""users/list-public-keys-for-user
|
|
3987
4405
|
|
|
@@ -4008,6 +4426,7 @@ class UsersClient:
|
|
|
4008
4426
|
url,
|
|
4009
4427
|
params=exclude_unset(params),
|
|
4010
4428
|
headers=exclude_unset(headers),
|
|
4429
|
+
stream=stream,
|
|
4011
4430
|
response_model=list[KeySimple],
|
|
4012
4431
|
)
|
|
4013
4432
|
|
|
@@ -4018,6 +4437,7 @@ class UsersClient:
|
|
|
4018
4437
|
per_page: Missing[int] = UNSET,
|
|
4019
4438
|
page: Missing[int] = UNSET,
|
|
4020
4439
|
headers: Optional[Mapping[str, str]] = None,
|
|
4440
|
+
stream: bool = False,
|
|
4021
4441
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
4022
4442
|
"""users/list-social-accounts-for-user
|
|
4023
4443
|
|
|
@@ -4044,6 +4464,7 @@ class UsersClient:
|
|
|
4044
4464
|
url,
|
|
4045
4465
|
params=exclude_unset(params),
|
|
4046
4466
|
headers=exclude_unset(headers),
|
|
4467
|
+
stream=stream,
|
|
4047
4468
|
response_model=list[SocialAccount],
|
|
4048
4469
|
)
|
|
4049
4470
|
|
|
@@ -4054,6 +4475,7 @@ class UsersClient:
|
|
|
4054
4475
|
per_page: Missing[int] = UNSET,
|
|
4055
4476
|
page: Missing[int] = UNSET,
|
|
4056
4477
|
headers: Optional[Mapping[str, str]] = None,
|
|
4478
|
+
stream: bool = False,
|
|
4057
4479
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
4058
4480
|
"""users/list-social-accounts-for-user
|
|
4059
4481
|
|
|
@@ -4080,6 +4502,7 @@ class UsersClient:
|
|
|
4080
4502
|
url,
|
|
4081
4503
|
params=exclude_unset(params),
|
|
4082
4504
|
headers=exclude_unset(headers),
|
|
4505
|
+
stream=stream,
|
|
4083
4506
|
response_model=list[SocialAccount],
|
|
4084
4507
|
)
|
|
4085
4508
|
|
|
@@ -4090,6 +4513,7 @@ class UsersClient:
|
|
|
4090
4513
|
per_page: Missing[int] = UNSET,
|
|
4091
4514
|
page: Missing[int] = UNSET,
|
|
4092
4515
|
headers: Optional[Mapping[str, str]] = None,
|
|
4516
|
+
stream: bool = False,
|
|
4093
4517
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
4094
4518
|
"""users/list-ssh-signing-keys-for-user
|
|
4095
4519
|
|
|
@@ -4116,6 +4540,7 @@ class UsersClient:
|
|
|
4116
4540
|
url,
|
|
4117
4541
|
params=exclude_unset(params),
|
|
4118
4542
|
headers=exclude_unset(headers),
|
|
4543
|
+
stream=stream,
|
|
4119
4544
|
response_model=list[SshSigningKey],
|
|
4120
4545
|
)
|
|
4121
4546
|
|
|
@@ -4126,6 +4551,7 @@ class UsersClient:
|
|
|
4126
4551
|
per_page: Missing[int] = UNSET,
|
|
4127
4552
|
page: Missing[int] = UNSET,
|
|
4128
4553
|
headers: Optional[Mapping[str, str]] = None,
|
|
4554
|
+
stream: bool = False,
|
|
4129
4555
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
4130
4556
|
"""users/list-ssh-signing-keys-for-user
|
|
4131
4557
|
|
|
@@ -4152,5 +4578,6 @@ class UsersClient:
|
|
|
4152
4578
|
url,
|
|
4153
4579
|
params=exclude_unset(params),
|
|
4154
4580
|
headers=exclude_unset(headers),
|
|
4581
|
+
stream=stream,
|
|
4155
4582
|
response_model=list[SshSigningKey],
|
|
4156
4583
|
)
|