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
|
@@ -92,6 +92,9 @@ if TYPE_CHECKING:
|
|
|
92
92
|
from .group_0028 import (
|
|
93
93
|
CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType as CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType,
|
|
94
94
|
)
|
|
95
|
+
from .group_0028 import (
|
|
96
|
+
CodeSecurityConfigurationPropCodeScanningOptionsType as CodeSecurityConfigurationPropCodeScanningOptionsType,
|
|
97
|
+
)
|
|
95
98
|
from .group_0028 import (
|
|
96
99
|
CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType as CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType,
|
|
97
100
|
)
|
|
@@ -7950,1132 +7953,1150 @@ if TYPE_CHECKING:
|
|
|
7950
7953
|
OrgsOrgAttestationsBulkListPostResponse200Type as OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
7951
7954
|
)
|
|
7952
7955
|
from .group_0897 import (
|
|
7956
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
7957
|
+
)
|
|
7958
|
+
from .group_0898 import (
|
|
7959
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
7960
|
+
)
|
|
7961
|
+
from .group_0899 import (
|
|
7953
7962
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
7954
7963
|
)
|
|
7955
|
-
from .
|
|
7964
|
+
from .group_0899 import (
|
|
7956
7965
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
7957
7966
|
)
|
|
7958
|
-
from .
|
|
7967
|
+
from .group_0899 import (
|
|
7959
7968
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
7960
7969
|
)
|
|
7961
|
-
from .
|
|
7970
|
+
from .group_0899 import (
|
|
7962
7971
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
7963
7972
|
)
|
|
7964
|
-
from .
|
|
7973
|
+
from .group_0899 import (
|
|
7965
7974
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type as OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
7966
7975
|
)
|
|
7967
|
-
from .
|
|
7976
|
+
from .group_0900 import (
|
|
7968
7977
|
OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType,
|
|
7969
7978
|
)
|
|
7970
|
-
from .
|
|
7971
|
-
from .
|
|
7979
|
+
from .group_0900 import OrgsOrgCampaignsPostBodyType as OrgsOrgCampaignsPostBodyType
|
|
7980
|
+
from .group_0901 import (
|
|
7972
7981
|
OrgsOrgCampaignsCampaignNumberPatchBodyType as OrgsOrgCampaignsCampaignNumberPatchBodyType,
|
|
7973
7982
|
)
|
|
7974
|
-
from .
|
|
7983
|
+
from .group_0902 import (
|
|
7975
7984
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType,
|
|
7976
7985
|
)
|
|
7977
|
-
from .
|
|
7986
|
+
from .group_0902 import (
|
|
7978
7987
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
|
|
7979
7988
|
)
|
|
7980
|
-
from .
|
|
7989
|
+
from .group_0902 import (
|
|
7981
7990
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType,
|
|
7982
7991
|
)
|
|
7983
|
-
from .
|
|
7992
|
+
from .group_0902 import (
|
|
7984
7993
|
OrgsOrgCodeSecurityConfigurationsPostBodyType as OrgsOrgCodeSecurityConfigurationsPostBodyType,
|
|
7985
7994
|
)
|
|
7986
|
-
from .
|
|
7995
|
+
from .group_0903 import (
|
|
7987
7996
|
OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType as OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType,
|
|
7988
7997
|
)
|
|
7989
|
-
from .
|
|
7998
|
+
from .group_0904 import (
|
|
7990
7999
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType,
|
|
7991
8000
|
)
|
|
7992
|
-
from .
|
|
8001
|
+
from .group_0904 import (
|
|
7993
8002
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
|
|
7994
8003
|
)
|
|
7995
|
-
from .
|
|
8004
|
+
from .group_0904 import (
|
|
7996
8005
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType,
|
|
7997
8006
|
)
|
|
7998
|
-
from .
|
|
8007
|
+
from .group_0904 import (
|
|
7999
8008
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
8000
8009
|
)
|
|
8001
|
-
from .
|
|
8010
|
+
from .group_0905 import (
|
|
8002
8011
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
8003
8012
|
)
|
|
8004
|
-
from .
|
|
8013
|
+
from .group_0906 import (
|
|
8005
8014
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
8006
8015
|
)
|
|
8007
|
-
from .
|
|
8016
|
+
from .group_0907 import (
|
|
8008
8017
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type,
|
|
8009
8018
|
)
|
|
8010
|
-
from .
|
|
8019
|
+
from .group_0908 import (
|
|
8011
8020
|
OrgsOrgCodespacesGetResponse200Type as OrgsOrgCodespacesGetResponse200Type,
|
|
8012
8021
|
)
|
|
8013
|
-
from .
|
|
8022
|
+
from .group_0909 import (
|
|
8014
8023
|
OrgsOrgCodespacesAccessPutBodyType as OrgsOrgCodespacesAccessPutBodyType,
|
|
8015
8024
|
)
|
|
8016
|
-
from .
|
|
8025
|
+
from .group_0910 import (
|
|
8017
8026
|
OrgsOrgCodespacesAccessSelectedUsersPostBodyType as OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
8018
8027
|
)
|
|
8019
|
-
from .
|
|
8028
|
+
from .group_0911 import (
|
|
8020
8029
|
OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType as OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
8021
8030
|
)
|
|
8022
|
-
from .
|
|
8023
|
-
from .
|
|
8031
|
+
from .group_0912 import CodespacesOrgSecretType as CodespacesOrgSecretType
|
|
8032
|
+
from .group_0912 import (
|
|
8024
8033
|
OrgsOrgCodespacesSecretsGetResponse200Type as OrgsOrgCodespacesSecretsGetResponse200Type,
|
|
8025
8034
|
)
|
|
8026
|
-
from .
|
|
8035
|
+
from .group_0913 import (
|
|
8027
8036
|
OrgsOrgCodespacesSecretsSecretNamePutBodyType as OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
8028
8037
|
)
|
|
8029
|
-
from .
|
|
8038
|
+
from .group_0914 import (
|
|
8030
8039
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
8031
8040
|
)
|
|
8032
|
-
from .
|
|
8041
|
+
from .group_0915 import (
|
|
8033
8042
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType as OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
8034
8043
|
)
|
|
8035
|
-
from .
|
|
8044
|
+
from .group_0916 import (
|
|
8036
8045
|
OrgsOrgCopilotBillingSelectedTeamsPostBodyType as OrgsOrgCopilotBillingSelectedTeamsPostBodyType,
|
|
8037
8046
|
)
|
|
8038
|
-
from .
|
|
8047
|
+
from .group_0917 import (
|
|
8039
8048
|
OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type as OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type,
|
|
8040
8049
|
)
|
|
8041
|
-
from .
|
|
8050
|
+
from .group_0918 import (
|
|
8042
8051
|
OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType as OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType,
|
|
8043
8052
|
)
|
|
8044
|
-
from .
|
|
8053
|
+
from .group_0919 import (
|
|
8045
8054
|
OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type as OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type,
|
|
8046
8055
|
)
|
|
8047
|
-
from .
|
|
8056
|
+
from .group_0920 import (
|
|
8048
8057
|
OrgsOrgCopilotBillingSelectedUsersPostBodyType as OrgsOrgCopilotBillingSelectedUsersPostBodyType,
|
|
8049
8058
|
)
|
|
8050
|
-
from .
|
|
8059
|
+
from .group_0921 import (
|
|
8051
8060
|
OrgsOrgCopilotBillingSelectedUsersPostResponse201Type as OrgsOrgCopilotBillingSelectedUsersPostResponse201Type,
|
|
8052
8061
|
)
|
|
8053
|
-
from .
|
|
8062
|
+
from .group_0922 import (
|
|
8054
8063
|
OrgsOrgCopilotBillingSelectedUsersDeleteBodyType as OrgsOrgCopilotBillingSelectedUsersDeleteBodyType,
|
|
8055
8064
|
)
|
|
8056
|
-
from .
|
|
8065
|
+
from .group_0923 import (
|
|
8057
8066
|
OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type as OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type,
|
|
8058
8067
|
)
|
|
8059
|
-
from .
|
|
8068
|
+
from .group_0924 import (
|
|
8060
8069
|
OrganizationDependabotSecretType as OrganizationDependabotSecretType,
|
|
8061
8070
|
)
|
|
8062
|
-
from .
|
|
8071
|
+
from .group_0924 import (
|
|
8063
8072
|
OrgsOrgDependabotSecretsGetResponse200Type as OrgsOrgDependabotSecretsGetResponse200Type,
|
|
8064
8073
|
)
|
|
8065
|
-
from .
|
|
8074
|
+
from .group_0925 import (
|
|
8066
8075
|
OrgsOrgDependabotSecretsSecretNamePutBodyType as OrgsOrgDependabotSecretsSecretNamePutBodyType,
|
|
8067
8076
|
)
|
|
8068
|
-
from .
|
|
8077
|
+
from .group_0926 import (
|
|
8069
8078
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type,
|
|
8070
8079
|
)
|
|
8071
|
-
from .
|
|
8080
|
+
from .group_0927 import (
|
|
8072
8081
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType as OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType,
|
|
8073
8082
|
)
|
|
8074
|
-
from .
|
|
8083
|
+
from .group_0928 import (
|
|
8075
8084
|
OrgsOrgHooksPostBodyPropConfigType as OrgsOrgHooksPostBodyPropConfigType,
|
|
8076
8085
|
)
|
|
8077
|
-
from .
|
|
8078
|
-
from .
|
|
8086
|
+
from .group_0928 import OrgsOrgHooksPostBodyType as OrgsOrgHooksPostBodyType
|
|
8087
|
+
from .group_0929 import (
|
|
8079
8088
|
OrgsOrgHooksHookIdPatchBodyPropConfigType as OrgsOrgHooksHookIdPatchBodyPropConfigType,
|
|
8080
8089
|
)
|
|
8081
|
-
from .
|
|
8090
|
+
from .group_0929 import (
|
|
8082
8091
|
OrgsOrgHooksHookIdPatchBodyType as OrgsOrgHooksHookIdPatchBodyType,
|
|
8083
8092
|
)
|
|
8084
|
-
from .
|
|
8093
|
+
from .group_0930 import (
|
|
8085
8094
|
OrgsOrgHooksHookIdConfigPatchBodyType as OrgsOrgHooksHookIdConfigPatchBodyType,
|
|
8086
8095
|
)
|
|
8087
|
-
from .
|
|
8096
|
+
from .group_0931 import (
|
|
8088
8097
|
OrgsOrgInstallationsGetResponse200Type as OrgsOrgInstallationsGetResponse200Type,
|
|
8089
8098
|
)
|
|
8090
|
-
from .
|
|
8099
|
+
from .group_0932 import (
|
|
8091
8100
|
OrgsOrgInteractionLimitsGetResponse200Anyof1Type as OrgsOrgInteractionLimitsGetResponse200Anyof1Type,
|
|
8092
8101
|
)
|
|
8093
|
-
from .
|
|
8102
|
+
from .group_0933 import (
|
|
8094
8103
|
OrgsOrgInvitationsPostBodyType as OrgsOrgInvitationsPostBodyType,
|
|
8095
8104
|
)
|
|
8096
|
-
from .
|
|
8105
|
+
from .group_0934 import (
|
|
8097
8106
|
OrgsOrgMembersUsernameCodespacesGetResponse200Type as OrgsOrgMembersUsernameCodespacesGetResponse200Type,
|
|
8098
8107
|
)
|
|
8099
|
-
from .
|
|
8108
|
+
from .group_0935 import (
|
|
8100
8109
|
OrgsOrgMembershipsUsernamePutBodyType as OrgsOrgMembershipsUsernamePutBodyType,
|
|
8101
8110
|
)
|
|
8102
|
-
from .
|
|
8111
|
+
from .group_0936 import (
|
|
8103
8112
|
OrgsOrgMigrationsPostBodyType as OrgsOrgMigrationsPostBodyType,
|
|
8104
8113
|
)
|
|
8105
|
-
from .
|
|
8114
|
+
from .group_0937 import (
|
|
8106
8115
|
OrgsOrgOutsideCollaboratorsUsernamePutBodyType as OrgsOrgOutsideCollaboratorsUsernamePutBodyType,
|
|
8107
8116
|
)
|
|
8108
|
-
from .
|
|
8117
|
+
from .group_0938 import (
|
|
8109
8118
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type as OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type,
|
|
8110
8119
|
)
|
|
8111
|
-
from .
|
|
8120
|
+
from .group_0939 import (
|
|
8112
8121
|
OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type as OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type,
|
|
8113
8122
|
)
|
|
8114
|
-
from .
|
|
8123
|
+
from .group_0940 import (
|
|
8115
8124
|
OrgsOrgPersonalAccessTokenRequestsPostBodyType as OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
8116
8125
|
)
|
|
8117
|
-
from .
|
|
8126
|
+
from .group_0941 import (
|
|
8118
8127
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType as OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
8119
8128
|
)
|
|
8120
|
-
from .
|
|
8129
|
+
from .group_0942 import (
|
|
8121
8130
|
OrgsOrgPersonalAccessTokensPostBodyType as OrgsOrgPersonalAccessTokensPostBodyType,
|
|
8122
8131
|
)
|
|
8123
|
-
from .
|
|
8132
|
+
from .group_0943 import (
|
|
8124
8133
|
OrgsOrgPersonalAccessTokensPatIdPostBodyType as OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
8125
8134
|
)
|
|
8126
|
-
from .
|
|
8135
|
+
from .group_0944 import (
|
|
8127
8136
|
OrgPrivateRegistryConfigurationType as OrgPrivateRegistryConfigurationType,
|
|
8128
8137
|
)
|
|
8129
|
-
from .
|
|
8138
|
+
from .group_0944 import (
|
|
8130
8139
|
OrgsOrgPrivateRegistriesGetResponse200Type as OrgsOrgPrivateRegistriesGetResponse200Type,
|
|
8131
8140
|
)
|
|
8132
|
-
from .
|
|
8141
|
+
from .group_0945 import (
|
|
8133
8142
|
OrgsOrgPrivateRegistriesPostBodyType as OrgsOrgPrivateRegistriesPostBodyType,
|
|
8134
8143
|
)
|
|
8135
|
-
from .
|
|
8144
|
+
from .group_0946 import (
|
|
8136
8145
|
OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type as OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type,
|
|
8137
8146
|
)
|
|
8138
|
-
from .
|
|
8147
|
+
from .group_0947 import (
|
|
8139
8148
|
OrgsOrgPrivateRegistriesSecretNamePatchBodyType as OrgsOrgPrivateRegistriesSecretNamePatchBodyType,
|
|
8140
8149
|
)
|
|
8141
|
-
from .
|
|
8142
|
-
from .
|
|
8150
|
+
from .group_0948 import OrgsOrgProjectsPostBodyType as OrgsOrgProjectsPostBodyType
|
|
8151
|
+
from .group_0949 import (
|
|
8143
8152
|
OrgsOrgPropertiesSchemaPatchBodyType as OrgsOrgPropertiesSchemaPatchBodyType,
|
|
8144
8153
|
)
|
|
8145
|
-
from .
|
|
8154
|
+
from .group_0950 import (
|
|
8146
8155
|
OrgsOrgPropertiesValuesPatchBodyType as OrgsOrgPropertiesValuesPatchBodyType,
|
|
8147
8156
|
)
|
|
8148
|
-
from .
|
|
8157
|
+
from .group_0951 import (
|
|
8149
8158
|
OrgsOrgReposPostBodyPropCustomPropertiesType as OrgsOrgReposPostBodyPropCustomPropertiesType,
|
|
8150
8159
|
)
|
|
8151
|
-
from .
|
|
8152
|
-
from .
|
|
8153
|
-
from .
|
|
8160
|
+
from .group_0951 import OrgsOrgReposPostBodyType as OrgsOrgReposPostBodyType
|
|
8161
|
+
from .group_0952 import OrgsOrgRulesetsPostBodyType as OrgsOrgRulesetsPostBodyType
|
|
8162
|
+
from .group_0953 import (
|
|
8154
8163
|
OrgsOrgRulesetsRulesetIdPutBodyType as OrgsOrgRulesetsRulesetIdPutBodyType,
|
|
8155
8164
|
)
|
|
8156
|
-
from .
|
|
8157
|
-
from .
|
|
8165
|
+
from .group_0954 import NetworkConfigurationType as NetworkConfigurationType
|
|
8166
|
+
from .group_0954 import (
|
|
8158
8167
|
OrgsOrgSettingsNetworkConfigurationsGetResponse200Type as OrgsOrgSettingsNetworkConfigurationsGetResponse200Type,
|
|
8159
8168
|
)
|
|
8160
|
-
from .
|
|
8169
|
+
from .group_0955 import (
|
|
8161
8170
|
OrgsOrgSettingsNetworkConfigurationsPostBodyType as OrgsOrgSettingsNetworkConfigurationsPostBodyType,
|
|
8162
8171
|
)
|
|
8163
|
-
from .
|
|
8172
|
+
from .group_0956 import (
|
|
8164
8173
|
OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType as OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType,
|
|
8165
8174
|
)
|
|
8166
|
-
from .
|
|
8167
|
-
from .
|
|
8175
|
+
from .group_0957 import OrgsOrgTeamsPostBodyType as OrgsOrgTeamsPostBodyType
|
|
8176
|
+
from .group_0958 import (
|
|
8168
8177
|
OrgsOrgTeamsTeamSlugPatchBodyType as OrgsOrgTeamsTeamSlugPatchBodyType,
|
|
8169
8178
|
)
|
|
8170
|
-
from .
|
|
8179
|
+
from .group_0959 import (
|
|
8171
8180
|
OrgsOrgTeamsTeamSlugDiscussionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
8172
8181
|
)
|
|
8173
|
-
from .
|
|
8182
|
+
from .group_0960 import (
|
|
8174
8183
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType,
|
|
8175
8184
|
)
|
|
8176
|
-
from .
|
|
8185
|
+
from .group_0961 import (
|
|
8177
8186
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
8178
8187
|
)
|
|
8179
|
-
from .
|
|
8188
|
+
from .group_0962 import (
|
|
8180
8189
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
8181
8190
|
)
|
|
8182
|
-
from .
|
|
8191
|
+
from .group_0963 import (
|
|
8183
8192
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
8184
8193
|
)
|
|
8185
|
-
from .
|
|
8194
|
+
from .group_0964 import (
|
|
8186
8195
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
8187
8196
|
)
|
|
8188
|
-
from .
|
|
8197
|
+
from .group_0965 import (
|
|
8189
8198
|
OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType as OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType,
|
|
8190
8199
|
)
|
|
8191
|
-
from .
|
|
8200
|
+
from .group_0966 import (
|
|
8192
8201
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType as OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType,
|
|
8193
8202
|
)
|
|
8194
|
-
from .
|
|
8203
|
+
from .group_0967 import (
|
|
8195
8204
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type as OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type,
|
|
8196
8205
|
)
|
|
8197
|
-
from .
|
|
8206
|
+
from .group_0968 import (
|
|
8198
8207
|
OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType,
|
|
8199
8208
|
)
|
|
8200
|
-
from .
|
|
8209
|
+
from .group_0969 import (
|
|
8201
8210
|
OrgsOrgSecurityProductEnablementPostBodyType as OrgsOrgSecurityProductEnablementPostBodyType,
|
|
8202
8211
|
)
|
|
8203
|
-
from .
|
|
8212
|
+
from .group_0970 import (
|
|
8204
8213
|
ProjectsColumnsCardsCardIdDeleteResponse403Type as ProjectsColumnsCardsCardIdDeleteResponse403Type,
|
|
8205
8214
|
)
|
|
8206
|
-
from .
|
|
8215
|
+
from .group_0971 import (
|
|
8207
8216
|
ProjectsColumnsCardsCardIdPatchBodyType as ProjectsColumnsCardsCardIdPatchBodyType,
|
|
8208
8217
|
)
|
|
8209
|
-
from .
|
|
8218
|
+
from .group_0972 import (
|
|
8210
8219
|
ProjectsColumnsCardsCardIdMovesPostBodyType as ProjectsColumnsCardsCardIdMovesPostBodyType,
|
|
8211
8220
|
)
|
|
8212
|
-
from .
|
|
8221
|
+
from .group_0973 import (
|
|
8213
8222
|
ProjectsColumnsCardsCardIdMovesPostResponse201Type as ProjectsColumnsCardsCardIdMovesPostResponse201Type,
|
|
8214
8223
|
)
|
|
8215
|
-
from .
|
|
8224
|
+
from .group_0974 import (
|
|
8216
8225
|
ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType,
|
|
8217
8226
|
)
|
|
8218
|
-
from .
|
|
8227
|
+
from .group_0974 import (
|
|
8219
8228
|
ProjectsColumnsCardsCardIdMovesPostResponse403Type as ProjectsColumnsCardsCardIdMovesPostResponse403Type,
|
|
8220
8229
|
)
|
|
8221
|
-
from .
|
|
8230
|
+
from .group_0975 import (
|
|
8222
8231
|
ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType,
|
|
8223
8232
|
)
|
|
8224
|
-
from .
|
|
8233
|
+
from .group_0975 import (
|
|
8225
8234
|
ProjectsColumnsCardsCardIdMovesPostResponse503Type as ProjectsColumnsCardsCardIdMovesPostResponse503Type,
|
|
8226
8235
|
)
|
|
8227
|
-
from .
|
|
8236
|
+
from .group_0976 import (
|
|
8228
8237
|
ProjectsColumnsColumnIdPatchBodyType as ProjectsColumnsColumnIdPatchBodyType,
|
|
8229
8238
|
)
|
|
8230
|
-
from .
|
|
8239
|
+
from .group_0977 import (
|
|
8231
8240
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type as ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
8232
8241
|
)
|
|
8233
|
-
from .
|
|
8242
|
+
from .group_0978 import (
|
|
8234
8243
|
ProjectsColumnsColumnIdCardsPostBodyOneof1Type as ProjectsColumnsColumnIdCardsPostBodyOneof1Type,
|
|
8235
8244
|
)
|
|
8236
|
-
from .
|
|
8245
|
+
from .group_0979 import (
|
|
8237
8246
|
ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType as ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType,
|
|
8238
8247
|
)
|
|
8239
|
-
from .
|
|
8248
|
+
from .group_0979 import (
|
|
8240
8249
|
ProjectsColumnsColumnIdCardsPostResponse503Type as ProjectsColumnsColumnIdCardsPostResponse503Type,
|
|
8241
8250
|
)
|
|
8242
|
-
from .
|
|
8251
|
+
from .group_0980 import (
|
|
8243
8252
|
ProjectsColumnsColumnIdMovesPostBodyType as ProjectsColumnsColumnIdMovesPostBodyType,
|
|
8244
8253
|
)
|
|
8245
|
-
from .
|
|
8254
|
+
from .group_0981 import (
|
|
8246
8255
|
ProjectsColumnsColumnIdMovesPostResponse201Type as ProjectsColumnsColumnIdMovesPostResponse201Type,
|
|
8247
8256
|
)
|
|
8248
|
-
from .
|
|
8257
|
+
from .group_0982 import (
|
|
8249
8258
|
ProjectsProjectIdDeleteResponse403Type as ProjectsProjectIdDeleteResponse403Type,
|
|
8250
8259
|
)
|
|
8251
|
-
from .
|
|
8260
|
+
from .group_0983 import (
|
|
8252
8261
|
ProjectsProjectIdPatchBodyType as ProjectsProjectIdPatchBodyType,
|
|
8253
8262
|
)
|
|
8254
|
-
from .
|
|
8263
|
+
from .group_0984 import (
|
|
8255
8264
|
ProjectsProjectIdPatchResponse403Type as ProjectsProjectIdPatchResponse403Type,
|
|
8256
8265
|
)
|
|
8257
|
-
from .
|
|
8266
|
+
from .group_0985 import (
|
|
8258
8267
|
ProjectsProjectIdCollaboratorsUsernamePutBodyType as ProjectsProjectIdCollaboratorsUsernamePutBodyType,
|
|
8259
8268
|
)
|
|
8260
|
-
from .
|
|
8269
|
+
from .group_0986 import (
|
|
8261
8270
|
ProjectsProjectIdColumnsPostBodyType as ProjectsProjectIdColumnsPostBodyType,
|
|
8262
8271
|
)
|
|
8263
|
-
from .
|
|
8272
|
+
from .group_0987 import (
|
|
8264
8273
|
ReposOwnerRepoDeleteResponse403Type as ReposOwnerRepoDeleteResponse403Type,
|
|
8265
8274
|
)
|
|
8266
|
-
from .
|
|
8275
|
+
from .group_0988 import (
|
|
8267
8276
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType,
|
|
8268
8277
|
)
|
|
8269
|
-
from .
|
|
8278
|
+
from .group_0988 import (
|
|
8270
8279
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType,
|
|
8271
8280
|
)
|
|
8272
|
-
from .
|
|
8281
|
+
from .group_0988 import (
|
|
8273
8282
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType,
|
|
8274
8283
|
)
|
|
8275
|
-
from .
|
|
8284
|
+
from .group_0988 import (
|
|
8276
8285
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType,
|
|
8277
8286
|
)
|
|
8278
|
-
from .
|
|
8287
|
+
from .group_0988 import (
|
|
8279
8288
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType,
|
|
8280
8289
|
)
|
|
8281
|
-
from .
|
|
8290
|
+
from .group_0988 import (
|
|
8282
8291
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType,
|
|
8283
8292
|
)
|
|
8284
|
-
from .
|
|
8293
|
+
from .group_0988 import (
|
|
8285
8294
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType,
|
|
8286
8295
|
)
|
|
8287
|
-
from .
|
|
8288
|
-
from .
|
|
8296
|
+
from .group_0988 import ReposOwnerRepoPatchBodyType as ReposOwnerRepoPatchBodyType
|
|
8297
|
+
from .group_0989 import (
|
|
8289
8298
|
ReposOwnerRepoActionsArtifactsGetResponse200Type as ReposOwnerRepoActionsArtifactsGetResponse200Type,
|
|
8290
8299
|
)
|
|
8291
|
-
from .
|
|
8300
|
+
from .group_0990 import (
|
|
8292
8301
|
ReposOwnerRepoActionsJobsJobIdRerunPostBodyType as ReposOwnerRepoActionsJobsJobIdRerunPostBodyType,
|
|
8293
8302
|
)
|
|
8294
|
-
from .
|
|
8303
|
+
from .group_0991 import (
|
|
8295
8304
|
ReposOwnerRepoActionsOidcCustomizationSubPutBodyType as ReposOwnerRepoActionsOidcCustomizationSubPutBodyType,
|
|
8296
8305
|
)
|
|
8297
|
-
from .
|
|
8306
|
+
from .group_0992 import (
|
|
8298
8307
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type as ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type,
|
|
8299
8308
|
)
|
|
8300
|
-
from .
|
|
8309
|
+
from .group_0993 import (
|
|
8301
8310
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type as ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type,
|
|
8302
8311
|
)
|
|
8303
|
-
from .
|
|
8312
|
+
from .group_0994 import (
|
|
8304
8313
|
ReposOwnerRepoActionsPermissionsPutBodyType as ReposOwnerRepoActionsPermissionsPutBodyType,
|
|
8305
8314
|
)
|
|
8306
|
-
from .
|
|
8315
|
+
from .group_0995 import (
|
|
8307
8316
|
ReposOwnerRepoActionsRunnersGetResponse200Type as ReposOwnerRepoActionsRunnersGetResponse200Type,
|
|
8308
8317
|
)
|
|
8309
|
-
from .
|
|
8318
|
+
from .group_0996 import (
|
|
8310
8319
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType as ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType,
|
|
8311
8320
|
)
|
|
8312
|
-
from .
|
|
8321
|
+
from .group_0997 import (
|
|
8313
8322
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType,
|
|
8314
8323
|
)
|
|
8315
|
-
from .
|
|
8324
|
+
from .group_0998 import (
|
|
8316
8325
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType,
|
|
8317
8326
|
)
|
|
8318
|
-
from .
|
|
8327
|
+
from .group_0999 import (
|
|
8319
8328
|
ReposOwnerRepoActionsRunsGetResponse200Type as ReposOwnerRepoActionsRunsGetResponse200Type,
|
|
8320
8329
|
)
|
|
8321
|
-
from .
|
|
8330
|
+
from .group_1000 import (
|
|
8322
8331
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type,
|
|
8323
8332
|
)
|
|
8324
|
-
from .
|
|
8333
|
+
from .group_1001 import (
|
|
8325
8334
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type,
|
|
8326
8335
|
)
|
|
8327
|
-
from .
|
|
8336
|
+
from .group_1002 import (
|
|
8328
8337
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type,
|
|
8329
8338
|
)
|
|
8330
|
-
from .
|
|
8339
|
+
from .group_1003 import (
|
|
8331
8340
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType as ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType,
|
|
8332
8341
|
)
|
|
8333
|
-
from .
|
|
8342
|
+
from .group_1004 import (
|
|
8334
8343
|
ReposOwnerRepoActionsRunsRunIdRerunPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunPostBodyType,
|
|
8335
8344
|
)
|
|
8336
|
-
from .
|
|
8345
|
+
from .group_1005 import (
|
|
8337
8346
|
ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType,
|
|
8338
8347
|
)
|
|
8339
|
-
from .
|
|
8348
|
+
from .group_1006 import (
|
|
8340
8349
|
ReposOwnerRepoActionsSecretsGetResponse200Type as ReposOwnerRepoActionsSecretsGetResponse200Type,
|
|
8341
8350
|
)
|
|
8342
|
-
from .
|
|
8351
|
+
from .group_1007 import (
|
|
8343
8352
|
ReposOwnerRepoActionsSecretsSecretNamePutBodyType as ReposOwnerRepoActionsSecretsSecretNamePutBodyType,
|
|
8344
8353
|
)
|
|
8345
|
-
from .
|
|
8354
|
+
from .group_1008 import (
|
|
8346
8355
|
ReposOwnerRepoActionsVariablesGetResponse200Type as ReposOwnerRepoActionsVariablesGetResponse200Type,
|
|
8347
8356
|
)
|
|
8348
|
-
from .
|
|
8357
|
+
from .group_1009 import (
|
|
8349
8358
|
ReposOwnerRepoActionsVariablesPostBodyType as ReposOwnerRepoActionsVariablesPostBodyType,
|
|
8350
8359
|
)
|
|
8351
|
-
from .
|
|
8360
|
+
from .group_1010 import (
|
|
8352
8361
|
ReposOwnerRepoActionsVariablesNamePatchBodyType as ReposOwnerRepoActionsVariablesNamePatchBodyType,
|
|
8353
8362
|
)
|
|
8354
|
-
from .
|
|
8363
|
+
from .group_1011 import (
|
|
8355
8364
|
ReposOwnerRepoActionsWorkflowsGetResponse200Type as ReposOwnerRepoActionsWorkflowsGetResponse200Type,
|
|
8356
8365
|
)
|
|
8357
|
-
from .
|
|
8358
|
-
from .
|
|
8366
|
+
from .group_1011 import WorkflowType as WorkflowType
|
|
8367
|
+
from .group_1012 import (
|
|
8359
8368
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType,
|
|
8360
8369
|
)
|
|
8361
|
-
from .
|
|
8370
|
+
from .group_1012 import (
|
|
8362
8371
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType,
|
|
8363
8372
|
)
|
|
8364
|
-
from .
|
|
8373
|
+
from .group_1013 import (
|
|
8365
8374
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type as ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type,
|
|
8366
8375
|
)
|
|
8367
|
-
from .
|
|
8376
|
+
from .group_1014 import (
|
|
8368
8377
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType,
|
|
8369
8378
|
)
|
|
8370
|
-
from .
|
|
8379
|
+
from .group_1014 import (
|
|
8371
8380
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType,
|
|
8372
8381
|
)
|
|
8373
|
-
from .
|
|
8382
|
+
from .group_1014 import (
|
|
8374
8383
|
ReposOwnerRepoAttestationsPostBodyPropBundleType as ReposOwnerRepoAttestationsPostBodyPropBundleType,
|
|
8375
8384
|
)
|
|
8376
|
-
from .
|
|
8385
|
+
from .group_1014 import (
|
|
8377
8386
|
ReposOwnerRepoAttestationsPostBodyType as ReposOwnerRepoAttestationsPostBodyType,
|
|
8378
8387
|
)
|
|
8379
|
-
from .
|
|
8388
|
+
from .group_1015 import (
|
|
8380
8389
|
ReposOwnerRepoAttestationsPostResponse201Type as ReposOwnerRepoAttestationsPostResponse201Type,
|
|
8381
8390
|
)
|
|
8382
|
-
from .
|
|
8391
|
+
from .group_1016 import (
|
|
8383
8392
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
8384
8393
|
)
|
|
8385
|
-
from .
|
|
8394
|
+
from .group_1016 import (
|
|
8386
8395
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
8387
8396
|
)
|
|
8388
|
-
from .
|
|
8397
|
+
from .group_1016 import (
|
|
8389
8398
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
8390
8399
|
)
|
|
8391
|
-
from .
|
|
8400
|
+
from .group_1016 import (
|
|
8392
8401
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
8393
8402
|
)
|
|
8394
|
-
from .
|
|
8403
|
+
from .group_1016 import (
|
|
8395
8404
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type as ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type,
|
|
8396
8405
|
)
|
|
8397
|
-
from .
|
|
8406
|
+
from .group_1017 import (
|
|
8398
8407
|
ReposOwnerRepoAutolinksPostBodyType as ReposOwnerRepoAutolinksPostBodyType,
|
|
8399
8408
|
)
|
|
8400
|
-
from .
|
|
8409
|
+
from .group_1018 import (
|
|
8401
8410
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType,
|
|
8402
8411
|
)
|
|
8403
|
-
from .
|
|
8412
|
+
from .group_1018 import (
|
|
8404
8413
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType,
|
|
8405
8414
|
)
|
|
8406
|
-
from .
|
|
8415
|
+
from .group_1018 import (
|
|
8407
8416
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
|
|
8408
8417
|
)
|
|
8409
|
-
from .
|
|
8418
|
+
from .group_1018 import (
|
|
8410
8419
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType,
|
|
8411
8420
|
)
|
|
8412
|
-
from .
|
|
8421
|
+
from .group_1018 import (
|
|
8413
8422
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType,
|
|
8414
8423
|
)
|
|
8415
|
-
from .
|
|
8424
|
+
from .group_1018 import (
|
|
8416
8425
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType,
|
|
8417
8426
|
)
|
|
8418
|
-
from .
|
|
8427
|
+
from .group_1018 import (
|
|
8419
8428
|
ReposOwnerRepoBranchesBranchProtectionPutBodyType as ReposOwnerRepoBranchesBranchProtectionPutBodyType,
|
|
8420
8429
|
)
|
|
8421
|
-
from .
|
|
8430
|
+
from .group_1019 import (
|
|
8422
8431
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType,
|
|
8423
8432
|
)
|
|
8424
|
-
from .
|
|
8433
|
+
from .group_1019 import (
|
|
8425
8434
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
|
|
8426
8435
|
)
|
|
8427
|
-
from .
|
|
8436
|
+
from .group_1019 import (
|
|
8428
8437
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType,
|
|
8429
8438
|
)
|
|
8430
|
-
from .
|
|
8439
|
+
from .group_1020 import (
|
|
8431
8440
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType,
|
|
8432
8441
|
)
|
|
8433
|
-
from .
|
|
8442
|
+
from .group_1020 import (
|
|
8434
8443
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType,
|
|
8435
8444
|
)
|
|
8436
|
-
from .
|
|
8445
|
+
from .group_1021 import (
|
|
8437
8446
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type,
|
|
8438
8447
|
)
|
|
8439
|
-
from .
|
|
8448
|
+
from .group_1022 import (
|
|
8440
8449
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type,
|
|
8441
8450
|
)
|
|
8442
|
-
from .
|
|
8451
|
+
from .group_1023 import (
|
|
8443
8452
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type,
|
|
8444
8453
|
)
|
|
8445
|
-
from .
|
|
8454
|
+
from .group_1024 import (
|
|
8446
8455
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType,
|
|
8447
8456
|
)
|
|
8448
|
-
from .
|
|
8457
|
+
from .group_1025 import (
|
|
8449
8458
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType,
|
|
8450
8459
|
)
|
|
8451
|
-
from .
|
|
8460
|
+
from .group_1026 import (
|
|
8452
8461
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType,
|
|
8453
8462
|
)
|
|
8454
|
-
from .
|
|
8463
|
+
from .group_1027 import (
|
|
8455
8464
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type,
|
|
8456
8465
|
)
|
|
8457
|
-
from .
|
|
8466
|
+
from .group_1028 import (
|
|
8458
8467
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type,
|
|
8459
8468
|
)
|
|
8460
|
-
from .
|
|
8469
|
+
from .group_1029 import (
|
|
8461
8470
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type,
|
|
8462
8471
|
)
|
|
8463
|
-
from .
|
|
8472
|
+
from .group_1030 import (
|
|
8464
8473
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType,
|
|
8465
8474
|
)
|
|
8466
|
-
from .
|
|
8475
|
+
from .group_1031 import (
|
|
8467
8476
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType,
|
|
8468
8477
|
)
|
|
8469
|
-
from .
|
|
8478
|
+
from .group_1032 import (
|
|
8470
8479
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType,
|
|
8471
8480
|
)
|
|
8472
|
-
from .
|
|
8481
|
+
from .group_1033 import (
|
|
8473
8482
|
ReposOwnerRepoBranchesBranchRenamePostBodyType as ReposOwnerRepoBranchesBranchRenamePostBodyType,
|
|
8474
8483
|
)
|
|
8475
|
-
from .
|
|
8484
|
+
from .group_1034 import (
|
|
8476
8485
|
ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType as ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType,
|
|
8477
8486
|
)
|
|
8478
|
-
from .
|
|
8487
|
+
from .group_1034 import (
|
|
8479
8488
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
|
|
8480
8489
|
)
|
|
8481
|
-
from .
|
|
8490
|
+
from .group_1034 import (
|
|
8482
8491
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType,
|
|
8483
8492
|
)
|
|
8484
|
-
from .
|
|
8493
|
+
from .group_1034 import (
|
|
8485
8494
|
ReposOwnerRepoCheckRunsPostBodyPropOutputType as ReposOwnerRepoCheckRunsPostBodyPropOutputType,
|
|
8486
8495
|
)
|
|
8487
|
-
from .
|
|
8496
|
+
from .group_1035 import (
|
|
8488
8497
|
ReposOwnerRepoCheckRunsPostBodyOneof0Type as ReposOwnerRepoCheckRunsPostBodyOneof0Type,
|
|
8489
8498
|
)
|
|
8490
|
-
from .
|
|
8499
|
+
from .group_1036 import (
|
|
8491
8500
|
ReposOwnerRepoCheckRunsPostBodyOneof1Type as ReposOwnerRepoCheckRunsPostBodyOneof1Type,
|
|
8492
8501
|
)
|
|
8493
|
-
from .
|
|
8502
|
+
from .group_1037 import (
|
|
8494
8503
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType,
|
|
8495
8504
|
)
|
|
8496
|
-
from .
|
|
8505
|
+
from .group_1037 import (
|
|
8497
8506
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
|
|
8498
8507
|
)
|
|
8499
|
-
from .
|
|
8508
|
+
from .group_1037 import (
|
|
8500
8509
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType,
|
|
8501
8510
|
)
|
|
8502
|
-
from .
|
|
8511
|
+
from .group_1037 import (
|
|
8503
8512
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType,
|
|
8504
8513
|
)
|
|
8505
|
-
from .
|
|
8514
|
+
from .group_1038 import (
|
|
8506
8515
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type,
|
|
8507
8516
|
)
|
|
8508
|
-
from .
|
|
8517
|
+
from .group_1039 import (
|
|
8509
8518
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type,
|
|
8510
8519
|
)
|
|
8511
|
-
from .
|
|
8520
|
+
from .group_1040 import (
|
|
8512
8521
|
ReposOwnerRepoCheckSuitesPostBodyType as ReposOwnerRepoCheckSuitesPostBodyType,
|
|
8513
8522
|
)
|
|
8514
|
-
from .
|
|
8523
|
+
from .group_1041 import (
|
|
8515
8524
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType,
|
|
8516
8525
|
)
|
|
8517
|
-
from .
|
|
8526
|
+
from .group_1041 import (
|
|
8518
8527
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyType,
|
|
8519
8528
|
)
|
|
8520
|
-
from .
|
|
8529
|
+
from .group_1042 import (
|
|
8521
8530
|
ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type as ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type,
|
|
8522
8531
|
)
|
|
8523
|
-
from .
|
|
8532
|
+
from .group_1043 import (
|
|
8524
8533
|
ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
8525
8534
|
)
|
|
8526
|
-
from .
|
|
8535
|
+
from .group_1044 import (
|
|
8527
8536
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
8528
8537
|
)
|
|
8529
|
-
from .
|
|
8538
|
+
from .group_1045 import (
|
|
8530
8539
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
8531
8540
|
)
|
|
8532
|
-
from .
|
|
8541
|
+
from .group_1046 import (
|
|
8533
8542
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
|
|
8534
8543
|
)
|
|
8535
|
-
from .
|
|
8544
|
+
from .group_1047 import (
|
|
8536
8545
|
ReposOwnerRepoCodeScanningSarifsPostBodyType as ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
8537
8546
|
)
|
|
8538
|
-
from .
|
|
8547
|
+
from .group_1048 import (
|
|
8539
8548
|
ReposOwnerRepoCodespacesGetResponse200Type as ReposOwnerRepoCodespacesGetResponse200Type,
|
|
8540
8549
|
)
|
|
8541
|
-
from .
|
|
8550
|
+
from .group_1049 import (
|
|
8542
8551
|
ReposOwnerRepoCodespacesPostBodyType as ReposOwnerRepoCodespacesPostBodyType,
|
|
8543
8552
|
)
|
|
8544
|
-
from .
|
|
8553
|
+
from .group_1050 import (
|
|
8545
8554
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType,
|
|
8546
8555
|
)
|
|
8547
|
-
from .
|
|
8556
|
+
from .group_1050 import (
|
|
8548
8557
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200Type as ReposOwnerRepoCodespacesDevcontainersGetResponse200Type,
|
|
8549
8558
|
)
|
|
8550
|
-
from .
|
|
8559
|
+
from .group_1051 import (
|
|
8551
8560
|
ReposOwnerRepoCodespacesMachinesGetResponse200Type as ReposOwnerRepoCodespacesMachinesGetResponse200Type,
|
|
8552
8561
|
)
|
|
8553
|
-
from .
|
|
8562
|
+
from .group_1052 import (
|
|
8554
8563
|
ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType as ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType,
|
|
8555
8564
|
)
|
|
8556
|
-
from .
|
|
8565
|
+
from .group_1052 import (
|
|
8557
8566
|
ReposOwnerRepoCodespacesNewGetResponse200Type as ReposOwnerRepoCodespacesNewGetResponse200Type,
|
|
8558
8567
|
)
|
|
8559
|
-
from .
|
|
8560
|
-
from .
|
|
8568
|
+
from .group_1053 import RepoCodespacesSecretType as RepoCodespacesSecretType
|
|
8569
|
+
from .group_1053 import (
|
|
8561
8570
|
ReposOwnerRepoCodespacesSecretsGetResponse200Type as ReposOwnerRepoCodespacesSecretsGetResponse200Type,
|
|
8562
8571
|
)
|
|
8563
|
-
from .
|
|
8572
|
+
from .group_1054 import (
|
|
8564
8573
|
ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType as ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
8565
8574
|
)
|
|
8566
|
-
from .
|
|
8575
|
+
from .group_1055 import (
|
|
8567
8576
|
ReposOwnerRepoCollaboratorsUsernamePutBodyType as ReposOwnerRepoCollaboratorsUsernamePutBodyType,
|
|
8568
8577
|
)
|
|
8569
|
-
from .
|
|
8578
|
+
from .group_1056 import (
|
|
8570
8579
|
ReposOwnerRepoCommentsCommentIdPatchBodyType as ReposOwnerRepoCommentsCommentIdPatchBodyType,
|
|
8571
8580
|
)
|
|
8572
|
-
from .
|
|
8581
|
+
from .group_1057 import (
|
|
8573
8582
|
ReposOwnerRepoCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoCommentsCommentIdReactionsPostBodyType,
|
|
8574
8583
|
)
|
|
8575
|
-
from .
|
|
8584
|
+
from .group_1058 import (
|
|
8576
8585
|
ReposOwnerRepoCommitsCommitShaCommentsPostBodyType as ReposOwnerRepoCommitsCommitShaCommentsPostBodyType,
|
|
8577
8586
|
)
|
|
8578
|
-
from .
|
|
8587
|
+
from .group_1059 import (
|
|
8579
8588
|
ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type as ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type,
|
|
8580
8589
|
)
|
|
8581
|
-
from .
|
|
8590
|
+
from .group_1060 import (
|
|
8582
8591
|
ReposOwnerRepoContentsPathPutBodyPropAuthorType as ReposOwnerRepoContentsPathPutBodyPropAuthorType,
|
|
8583
8592
|
)
|
|
8584
|
-
from .
|
|
8593
|
+
from .group_1060 import (
|
|
8585
8594
|
ReposOwnerRepoContentsPathPutBodyPropCommitterType as ReposOwnerRepoContentsPathPutBodyPropCommitterType,
|
|
8586
8595
|
)
|
|
8587
|
-
from .
|
|
8596
|
+
from .group_1060 import (
|
|
8588
8597
|
ReposOwnerRepoContentsPathPutBodyType as ReposOwnerRepoContentsPathPutBodyType,
|
|
8589
8598
|
)
|
|
8590
|
-
from .
|
|
8599
|
+
from .group_1061 import (
|
|
8591
8600
|
ReposOwnerRepoContentsPathDeleteBodyPropAuthorType as ReposOwnerRepoContentsPathDeleteBodyPropAuthorType,
|
|
8592
8601
|
)
|
|
8593
|
-
from .
|
|
8602
|
+
from .group_1061 import (
|
|
8594
8603
|
ReposOwnerRepoContentsPathDeleteBodyPropCommitterType as ReposOwnerRepoContentsPathDeleteBodyPropCommitterType,
|
|
8595
8604
|
)
|
|
8596
|
-
from .
|
|
8605
|
+
from .group_1061 import (
|
|
8597
8606
|
ReposOwnerRepoContentsPathDeleteBodyType as ReposOwnerRepoContentsPathDeleteBodyType,
|
|
8598
8607
|
)
|
|
8599
|
-
from .
|
|
8608
|
+
from .group_1062 import (
|
|
8600
8609
|
ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType as ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType,
|
|
8601
8610
|
)
|
|
8602
|
-
from .
|
|
8603
|
-
from .
|
|
8611
|
+
from .group_1063 import DependabotSecretType as DependabotSecretType
|
|
8612
|
+
from .group_1063 import (
|
|
8604
8613
|
ReposOwnerRepoDependabotSecretsGetResponse200Type as ReposOwnerRepoDependabotSecretsGetResponse200Type,
|
|
8605
8614
|
)
|
|
8606
|
-
from .
|
|
8615
|
+
from .group_1064 import (
|
|
8607
8616
|
ReposOwnerRepoDependabotSecretsSecretNamePutBodyType as ReposOwnerRepoDependabotSecretsSecretNamePutBodyType,
|
|
8608
8617
|
)
|
|
8609
|
-
from .
|
|
8618
|
+
from .group_1065 import (
|
|
8610
8619
|
ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type as ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type,
|
|
8611
8620
|
)
|
|
8612
|
-
from .
|
|
8621
|
+
from .group_1066 import (
|
|
8613
8622
|
ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type as ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type,
|
|
8614
8623
|
)
|
|
8615
|
-
from .
|
|
8624
|
+
from .group_1066 import (
|
|
8616
8625
|
ReposOwnerRepoDeploymentsPostBodyType as ReposOwnerRepoDeploymentsPostBodyType,
|
|
8617
8626
|
)
|
|
8618
|
-
from .
|
|
8627
|
+
from .group_1067 import (
|
|
8619
8628
|
ReposOwnerRepoDeploymentsPostResponse202Type as ReposOwnerRepoDeploymentsPostResponse202Type,
|
|
8620
8629
|
)
|
|
8621
|
-
from .
|
|
8630
|
+
from .group_1068 import (
|
|
8622
8631
|
ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType as ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType,
|
|
8623
8632
|
)
|
|
8624
|
-
from .
|
|
8633
|
+
from .group_1069 import (
|
|
8625
8634
|
ReposOwnerRepoDispatchesPostBodyPropClientPayloadType as ReposOwnerRepoDispatchesPostBodyPropClientPayloadType,
|
|
8626
8635
|
)
|
|
8627
|
-
from .
|
|
8636
|
+
from .group_1069 import (
|
|
8628
8637
|
ReposOwnerRepoDispatchesPostBodyType as ReposOwnerRepoDispatchesPostBodyType,
|
|
8629
8638
|
)
|
|
8630
|
-
from .
|
|
8639
|
+
from .group_1070 import (
|
|
8631
8640
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType,
|
|
8632
8641
|
)
|
|
8633
|
-
from .
|
|
8642
|
+
from .group_1070 import (
|
|
8634
8643
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType,
|
|
8635
8644
|
)
|
|
8636
|
-
from .
|
|
8637
|
-
from .
|
|
8645
|
+
from .group_1071 import DeploymentBranchPolicyType as DeploymentBranchPolicyType
|
|
8646
|
+
from .group_1071 import (
|
|
8638
8647
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type,
|
|
8639
8648
|
)
|
|
8640
|
-
from .
|
|
8649
|
+
from .group_1072 import (
|
|
8641
8650
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType,
|
|
8642
8651
|
)
|
|
8643
|
-
from .
|
|
8652
|
+
from .group_1073 import (
|
|
8644
8653
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type,
|
|
8645
8654
|
)
|
|
8646
|
-
from .
|
|
8655
|
+
from .group_1074 import (
|
|
8647
8656
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
8648
8657
|
)
|
|
8649
|
-
from .
|
|
8658
|
+
from .group_1075 import (
|
|
8650
8659
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
8651
8660
|
)
|
|
8652
|
-
from .
|
|
8661
|
+
from .group_1076 import (
|
|
8653
8662
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
8654
8663
|
)
|
|
8655
|
-
from .
|
|
8664
|
+
from .group_1077 import (
|
|
8656
8665
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
8657
8666
|
)
|
|
8658
|
-
from .
|
|
8667
|
+
from .group_1078 import (
|
|
8659
8668
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
8660
8669
|
)
|
|
8661
|
-
from .
|
|
8670
|
+
from .group_1079 import (
|
|
8662
8671
|
ReposOwnerRepoForksPostBodyType as ReposOwnerRepoForksPostBodyType,
|
|
8663
8672
|
)
|
|
8664
|
-
from .
|
|
8673
|
+
from .group_1080 import (
|
|
8665
8674
|
ReposOwnerRepoGitBlobsPostBodyType as ReposOwnerRepoGitBlobsPostBodyType,
|
|
8666
8675
|
)
|
|
8667
|
-
from .
|
|
8676
|
+
from .group_1081 import (
|
|
8668
8677
|
ReposOwnerRepoGitCommitsPostBodyPropAuthorType as ReposOwnerRepoGitCommitsPostBodyPropAuthorType,
|
|
8669
8678
|
)
|
|
8670
|
-
from .
|
|
8679
|
+
from .group_1081 import (
|
|
8671
8680
|
ReposOwnerRepoGitCommitsPostBodyPropCommitterType as ReposOwnerRepoGitCommitsPostBodyPropCommitterType,
|
|
8672
8681
|
)
|
|
8673
|
-
from .
|
|
8682
|
+
from .group_1081 import (
|
|
8674
8683
|
ReposOwnerRepoGitCommitsPostBodyType as ReposOwnerRepoGitCommitsPostBodyType,
|
|
8675
8684
|
)
|
|
8676
|
-
from .
|
|
8685
|
+
from .group_1082 import (
|
|
8677
8686
|
ReposOwnerRepoGitRefsPostBodyType as ReposOwnerRepoGitRefsPostBodyType,
|
|
8678
8687
|
)
|
|
8679
|
-
from .
|
|
8688
|
+
from .group_1083 import (
|
|
8680
8689
|
ReposOwnerRepoGitRefsRefPatchBodyType as ReposOwnerRepoGitRefsRefPatchBodyType,
|
|
8681
8690
|
)
|
|
8682
|
-
from .
|
|
8691
|
+
from .group_1084 import (
|
|
8683
8692
|
ReposOwnerRepoGitTagsPostBodyPropTaggerType as ReposOwnerRepoGitTagsPostBodyPropTaggerType,
|
|
8684
8693
|
)
|
|
8685
|
-
from .
|
|
8694
|
+
from .group_1084 import (
|
|
8686
8695
|
ReposOwnerRepoGitTagsPostBodyType as ReposOwnerRepoGitTagsPostBodyType,
|
|
8687
8696
|
)
|
|
8688
|
-
from .
|
|
8697
|
+
from .group_1085 import (
|
|
8689
8698
|
ReposOwnerRepoGitTreesPostBodyPropTreeItemsType as ReposOwnerRepoGitTreesPostBodyPropTreeItemsType,
|
|
8690
8699
|
)
|
|
8691
|
-
from .
|
|
8700
|
+
from .group_1085 import (
|
|
8692
8701
|
ReposOwnerRepoGitTreesPostBodyType as ReposOwnerRepoGitTreesPostBodyType,
|
|
8693
8702
|
)
|
|
8694
|
-
from .
|
|
8703
|
+
from .group_1086 import (
|
|
8695
8704
|
ReposOwnerRepoHooksPostBodyPropConfigType as ReposOwnerRepoHooksPostBodyPropConfigType,
|
|
8696
8705
|
)
|
|
8697
|
-
from .
|
|
8706
|
+
from .group_1086 import (
|
|
8698
8707
|
ReposOwnerRepoHooksPostBodyType as ReposOwnerRepoHooksPostBodyType,
|
|
8699
8708
|
)
|
|
8700
|
-
from .
|
|
8709
|
+
from .group_1087 import (
|
|
8701
8710
|
ReposOwnerRepoHooksHookIdPatchBodyType as ReposOwnerRepoHooksHookIdPatchBodyType,
|
|
8702
8711
|
)
|
|
8703
|
-
from .
|
|
8712
|
+
from .group_1088 import (
|
|
8704
8713
|
ReposOwnerRepoHooksHookIdConfigPatchBodyType as ReposOwnerRepoHooksHookIdConfigPatchBodyType,
|
|
8705
8714
|
)
|
|
8706
|
-
from .
|
|
8715
|
+
from .group_1089 import (
|
|
8707
8716
|
ReposOwnerRepoImportPutBodyType as ReposOwnerRepoImportPutBodyType,
|
|
8708
8717
|
)
|
|
8709
|
-
from .
|
|
8718
|
+
from .group_1090 import (
|
|
8710
8719
|
ReposOwnerRepoImportPatchBodyType as ReposOwnerRepoImportPatchBodyType,
|
|
8711
8720
|
)
|
|
8712
|
-
from .
|
|
8721
|
+
from .group_1091 import (
|
|
8713
8722
|
ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType as ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType,
|
|
8714
8723
|
)
|
|
8715
|
-
from .
|
|
8724
|
+
from .group_1092 import (
|
|
8716
8725
|
ReposOwnerRepoImportLfsPatchBodyType as ReposOwnerRepoImportLfsPatchBodyType,
|
|
8717
8726
|
)
|
|
8718
|
-
from .
|
|
8727
|
+
from .group_1093 import (
|
|
8719
8728
|
ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type as ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type,
|
|
8720
8729
|
)
|
|
8721
|
-
from .
|
|
8730
|
+
from .group_1094 import (
|
|
8722
8731
|
ReposOwnerRepoInvitationsInvitationIdPatchBodyType as ReposOwnerRepoInvitationsInvitationIdPatchBodyType,
|
|
8723
8732
|
)
|
|
8724
|
-
from .
|
|
8733
|
+
from .group_1095 import (
|
|
8725
8734
|
ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type,
|
|
8726
8735
|
)
|
|
8727
|
-
from .
|
|
8736
|
+
from .group_1095 import (
|
|
8728
8737
|
ReposOwnerRepoIssuesPostBodyType as ReposOwnerRepoIssuesPostBodyType,
|
|
8729
8738
|
)
|
|
8730
|
-
from .
|
|
8739
|
+
from .group_1096 import (
|
|
8731
8740
|
ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType as ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType,
|
|
8732
8741
|
)
|
|
8733
|
-
from .
|
|
8742
|
+
from .group_1097 import (
|
|
8734
8743
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType,
|
|
8735
8744
|
)
|
|
8736
|
-
from .
|
|
8745
|
+
from .group_1098 import (
|
|
8737
8746
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
|
|
8738
8747
|
)
|
|
8739
|
-
from .
|
|
8748
|
+
from .group_1098 import (
|
|
8740
8749
|
ReposOwnerRepoIssuesIssueNumberPatchBodyType as ReposOwnerRepoIssuesIssueNumberPatchBodyType,
|
|
8741
8750
|
)
|
|
8742
|
-
from .
|
|
8751
|
+
from .group_1099 import (
|
|
8743
8752
|
ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType,
|
|
8744
8753
|
)
|
|
8745
|
-
from .
|
|
8754
|
+
from .group_1100 import (
|
|
8746
8755
|
ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType,
|
|
8747
8756
|
)
|
|
8748
|
-
from .
|
|
8757
|
+
from .group_1101 import (
|
|
8749
8758
|
ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType as ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType,
|
|
8750
8759
|
)
|
|
8751
|
-
from .
|
|
8760
|
+
from .group_1102 import (
|
|
8752
8761
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
8753
8762
|
)
|
|
8754
|
-
from .
|
|
8763
|
+
from .group_1103 import (
|
|
8755
8764
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType,
|
|
8756
8765
|
)
|
|
8757
|
-
from .
|
|
8766
|
+
from .group_1103 import (
|
|
8758
8767
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type,
|
|
8759
8768
|
)
|
|
8760
|
-
from .
|
|
8769
|
+
from .group_1104 import (
|
|
8761
8770
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType,
|
|
8762
8771
|
)
|
|
8763
|
-
from .
|
|
8772
|
+
from .group_1105 import (
|
|
8764
8773
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
8765
8774
|
)
|
|
8766
|
-
from .
|
|
8775
|
+
from .group_1106 import (
|
|
8767
8776
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType,
|
|
8768
8777
|
)
|
|
8769
|
-
from .
|
|
8778
|
+
from .group_1106 import (
|
|
8770
8779
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type,
|
|
8771
8780
|
)
|
|
8772
|
-
from .
|
|
8781
|
+
from .group_1107 import (
|
|
8773
8782
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType,
|
|
8774
8783
|
)
|
|
8775
|
-
from .
|
|
8784
|
+
from .group_1108 import (
|
|
8776
8785
|
ReposOwnerRepoIssuesIssueNumberLockPutBodyType as ReposOwnerRepoIssuesIssueNumberLockPutBodyType,
|
|
8777
8786
|
)
|
|
8778
|
-
from .
|
|
8787
|
+
from .group_1109 import (
|
|
8779
8788
|
ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType as ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType,
|
|
8780
8789
|
)
|
|
8781
|
-
from .
|
|
8790
|
+
from .group_1110 import (
|
|
8782
8791
|
ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType as ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType,
|
|
8783
8792
|
)
|
|
8784
|
-
from .
|
|
8793
|
+
from .group_1111 import (
|
|
8785
8794
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType,
|
|
8786
8795
|
)
|
|
8787
|
-
from .
|
|
8796
|
+
from .group_1112 import (
|
|
8788
8797
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType,
|
|
8789
8798
|
)
|
|
8790
|
-
from .
|
|
8799
|
+
from .group_1113 import (
|
|
8791
8800
|
ReposOwnerRepoKeysPostBodyType as ReposOwnerRepoKeysPostBodyType,
|
|
8792
8801
|
)
|
|
8793
|
-
from .
|
|
8802
|
+
from .group_1114 import (
|
|
8794
8803
|
ReposOwnerRepoLabelsPostBodyType as ReposOwnerRepoLabelsPostBodyType,
|
|
8795
8804
|
)
|
|
8796
|
-
from .
|
|
8805
|
+
from .group_1115 import (
|
|
8797
8806
|
ReposOwnerRepoLabelsNamePatchBodyType as ReposOwnerRepoLabelsNamePatchBodyType,
|
|
8798
8807
|
)
|
|
8799
|
-
from .
|
|
8808
|
+
from .group_1116 import (
|
|
8800
8809
|
ReposOwnerRepoMergeUpstreamPostBodyType as ReposOwnerRepoMergeUpstreamPostBodyType,
|
|
8801
8810
|
)
|
|
8802
|
-
from .
|
|
8811
|
+
from .group_1117 import (
|
|
8803
8812
|
ReposOwnerRepoMergesPostBodyType as ReposOwnerRepoMergesPostBodyType,
|
|
8804
8813
|
)
|
|
8805
|
-
from .
|
|
8814
|
+
from .group_1118 import (
|
|
8806
8815
|
ReposOwnerRepoMilestonesPostBodyType as ReposOwnerRepoMilestonesPostBodyType,
|
|
8807
8816
|
)
|
|
8808
|
-
from .
|
|
8817
|
+
from .group_1119 import (
|
|
8809
8818
|
ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType as ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType,
|
|
8810
8819
|
)
|
|
8811
|
-
from .
|
|
8820
|
+
from .group_1120 import (
|
|
8812
8821
|
ReposOwnerRepoNotificationsPutBodyType as ReposOwnerRepoNotificationsPutBodyType,
|
|
8813
8822
|
)
|
|
8814
|
-
from .
|
|
8823
|
+
from .group_1121 import (
|
|
8815
8824
|
ReposOwnerRepoNotificationsPutResponse202Type as ReposOwnerRepoNotificationsPutResponse202Type,
|
|
8816
8825
|
)
|
|
8817
|
-
from .
|
|
8826
|
+
from .group_1122 import (
|
|
8818
8827
|
ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type as ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type,
|
|
8819
8828
|
)
|
|
8820
|
-
from .
|
|
8829
|
+
from .group_1123 import (
|
|
8821
8830
|
ReposOwnerRepoPagesPutBodyAnyof0Type as ReposOwnerRepoPagesPutBodyAnyof0Type,
|
|
8822
8831
|
)
|
|
8823
|
-
from .
|
|
8832
|
+
from .group_1124 import (
|
|
8824
8833
|
ReposOwnerRepoPagesPutBodyAnyof1Type as ReposOwnerRepoPagesPutBodyAnyof1Type,
|
|
8825
8834
|
)
|
|
8826
|
-
from .
|
|
8835
|
+
from .group_1125 import (
|
|
8827
8836
|
ReposOwnerRepoPagesPutBodyAnyof2Type as ReposOwnerRepoPagesPutBodyAnyof2Type,
|
|
8828
8837
|
)
|
|
8829
|
-
from .
|
|
8838
|
+
from .group_1126 import (
|
|
8830
8839
|
ReposOwnerRepoPagesPutBodyAnyof3Type as ReposOwnerRepoPagesPutBodyAnyof3Type,
|
|
8831
8840
|
)
|
|
8832
|
-
from .
|
|
8841
|
+
from .group_1127 import (
|
|
8833
8842
|
ReposOwnerRepoPagesPutBodyAnyof4Type as ReposOwnerRepoPagesPutBodyAnyof4Type,
|
|
8834
8843
|
)
|
|
8835
|
-
from .
|
|
8844
|
+
from .group_1128 import (
|
|
8836
8845
|
ReposOwnerRepoPagesPostBodyPropSourceType as ReposOwnerRepoPagesPostBodyPropSourceType,
|
|
8837
8846
|
)
|
|
8838
|
-
from .
|
|
8847
|
+
from .group_1129 import (
|
|
8839
8848
|
ReposOwnerRepoPagesPostBodyAnyof0Type as ReposOwnerRepoPagesPostBodyAnyof0Type,
|
|
8840
8849
|
)
|
|
8841
|
-
from .
|
|
8850
|
+
from .group_1130 import (
|
|
8842
8851
|
ReposOwnerRepoPagesPostBodyAnyof1Type as ReposOwnerRepoPagesPostBodyAnyof1Type,
|
|
8843
8852
|
)
|
|
8844
|
-
from .
|
|
8853
|
+
from .group_1131 import (
|
|
8845
8854
|
ReposOwnerRepoPagesDeploymentsPostBodyType as ReposOwnerRepoPagesDeploymentsPostBodyType,
|
|
8846
8855
|
)
|
|
8847
|
-
from .
|
|
8856
|
+
from .group_1132 import (
|
|
8848
8857
|
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type,
|
|
8849
8858
|
)
|
|
8850
|
-
from .
|
|
8859
|
+
from .group_1133 import (
|
|
8851
8860
|
ReposOwnerRepoProjectsPostBodyType as ReposOwnerRepoProjectsPostBodyType,
|
|
8852
8861
|
)
|
|
8853
|
-
from .
|
|
8862
|
+
from .group_1134 import (
|
|
8854
8863
|
ReposOwnerRepoPropertiesValuesPatchBodyType as ReposOwnerRepoPropertiesValuesPatchBodyType,
|
|
8855
8864
|
)
|
|
8856
|
-
from .
|
|
8865
|
+
from .group_1135 import (
|
|
8857
8866
|
ReposOwnerRepoPullsPostBodyType as ReposOwnerRepoPullsPostBodyType,
|
|
8858
8867
|
)
|
|
8859
|
-
from .
|
|
8868
|
+
from .group_1136 import (
|
|
8860
8869
|
ReposOwnerRepoPullsCommentsCommentIdPatchBodyType as ReposOwnerRepoPullsCommentsCommentIdPatchBodyType,
|
|
8861
8870
|
)
|
|
8862
|
-
from .
|
|
8871
|
+
from .group_1137 import (
|
|
8863
8872
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType,
|
|
8864
8873
|
)
|
|
8865
|
-
from .
|
|
8874
|
+
from .group_1138 import (
|
|
8866
8875
|
ReposOwnerRepoPullsPullNumberPatchBodyType as ReposOwnerRepoPullsPullNumberPatchBodyType,
|
|
8867
8876
|
)
|
|
8868
|
-
from .
|
|
8877
|
+
from .group_1139 import (
|
|
8869
8878
|
ReposOwnerRepoPullsPullNumberCodespacesPostBodyType as ReposOwnerRepoPullsPullNumberCodespacesPostBodyType,
|
|
8870
8879
|
)
|
|
8871
|
-
from .
|
|
8880
|
+
from .group_1140 import (
|
|
8872
8881
|
ReposOwnerRepoPullsPullNumberCommentsPostBodyType as ReposOwnerRepoPullsPullNumberCommentsPostBodyType,
|
|
8873
8882
|
)
|
|
8874
|
-
from .
|
|
8883
|
+
from .group_1141 import (
|
|
8875
8884
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType as ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType,
|
|
8876
8885
|
)
|
|
8877
|
-
from .
|
|
8886
|
+
from .group_1142 import (
|
|
8878
8887
|
ReposOwnerRepoPullsPullNumberMergePutBodyType as ReposOwnerRepoPullsPullNumberMergePutBodyType,
|
|
8879
8888
|
)
|
|
8880
|
-
from .
|
|
8889
|
+
from .group_1143 import (
|
|
8881
8890
|
ReposOwnerRepoPullsPullNumberMergePutResponse405Type as ReposOwnerRepoPullsPullNumberMergePutResponse405Type,
|
|
8882
8891
|
)
|
|
8883
|
-
from .
|
|
8892
|
+
from .group_1144 import (
|
|
8884
8893
|
ReposOwnerRepoPullsPullNumberMergePutResponse409Type as ReposOwnerRepoPullsPullNumberMergePutResponse409Type,
|
|
8885
8894
|
)
|
|
8886
|
-
from .
|
|
8895
|
+
from .group_1145 import (
|
|
8887
8896
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
8888
8897
|
)
|
|
8889
|
-
from .
|
|
8898
|
+
from .group_1146 import (
|
|
8890
8899
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type,
|
|
8891
8900
|
)
|
|
8892
|
-
from .
|
|
8901
|
+
from .group_1147 import (
|
|
8893
8902
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
|
|
8894
8903
|
)
|
|
8895
|
-
from .
|
|
8904
|
+
from .group_1148 import (
|
|
8896
8905
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType as ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType,
|
|
8897
8906
|
)
|
|
8898
|
-
from .
|
|
8907
|
+
from .group_1148 import (
|
|
8899
8908
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsPostBodyType,
|
|
8900
8909
|
)
|
|
8901
|
-
from .
|
|
8910
|
+
from .group_1149 import (
|
|
8902
8911
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
|
|
8903
8912
|
)
|
|
8904
|
-
from .
|
|
8913
|
+
from .group_1150 import (
|
|
8905
8914
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType,
|
|
8906
8915
|
)
|
|
8907
|
-
from .
|
|
8916
|
+
from .group_1151 import (
|
|
8908
8917
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
|
|
8909
8918
|
)
|
|
8910
|
-
from .
|
|
8919
|
+
from .group_1152 import (
|
|
8911
8920
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType as ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType,
|
|
8912
8921
|
)
|
|
8913
|
-
from .
|
|
8922
|
+
from .group_1153 import (
|
|
8914
8923
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type as ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type,
|
|
8915
8924
|
)
|
|
8916
|
-
from .
|
|
8925
|
+
from .group_1154 import (
|
|
8917
8926
|
ReposOwnerRepoReleasesPostBodyType as ReposOwnerRepoReleasesPostBodyType,
|
|
8918
8927
|
)
|
|
8919
|
-
from .
|
|
8928
|
+
from .group_1155 import (
|
|
8920
8929
|
ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType as ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType,
|
|
8921
8930
|
)
|
|
8922
|
-
from .
|
|
8931
|
+
from .group_1156 import (
|
|
8923
8932
|
ReposOwnerRepoReleasesGenerateNotesPostBodyType as ReposOwnerRepoReleasesGenerateNotesPostBodyType,
|
|
8924
8933
|
)
|
|
8925
|
-
from .
|
|
8934
|
+
from .group_1157 import (
|
|
8926
8935
|
ReposOwnerRepoReleasesReleaseIdPatchBodyType as ReposOwnerRepoReleasesReleaseIdPatchBodyType,
|
|
8927
8936
|
)
|
|
8928
|
-
from .
|
|
8937
|
+
from .group_1158 import (
|
|
8929
8938
|
ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType as ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType,
|
|
8930
8939
|
)
|
|
8931
|
-
from .
|
|
8940
|
+
from .group_1159 import (
|
|
8932
8941
|
ReposOwnerRepoRulesetsPostBodyType as ReposOwnerRepoRulesetsPostBodyType,
|
|
8933
8942
|
)
|
|
8934
|
-
from .
|
|
8943
|
+
from .group_1160 import (
|
|
8935
8944
|
ReposOwnerRepoRulesetsRulesetIdPutBodyType as ReposOwnerRepoRulesetsRulesetIdPutBodyType,
|
|
8936
8945
|
)
|
|
8937
|
-
from .
|
|
8946
|
+
from .group_1161 import (
|
|
8938
8947
|
ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType,
|
|
8939
8948
|
)
|
|
8940
|
-
from .
|
|
8949
|
+
from .group_1162 import (
|
|
8941
8950
|
ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType,
|
|
8942
8951
|
)
|
|
8943
|
-
from .
|
|
8952
|
+
from .group_1163 import (
|
|
8944
8953
|
ReposOwnerRepoStatusesShaPostBodyType as ReposOwnerRepoStatusesShaPostBodyType,
|
|
8945
8954
|
)
|
|
8946
|
-
from .
|
|
8955
|
+
from .group_1164 import (
|
|
8947
8956
|
ReposOwnerRepoSubscriptionPutBodyType as ReposOwnerRepoSubscriptionPutBodyType,
|
|
8948
8957
|
)
|
|
8949
|
-
from .
|
|
8958
|
+
from .group_1165 import (
|
|
8950
8959
|
ReposOwnerRepoTagsProtectionPostBodyType as ReposOwnerRepoTagsProtectionPostBodyType,
|
|
8951
8960
|
)
|
|
8952
|
-
from .
|
|
8961
|
+
from .group_1166 import (
|
|
8953
8962
|
ReposOwnerRepoTopicsPutBodyType as ReposOwnerRepoTopicsPutBodyType,
|
|
8954
8963
|
)
|
|
8955
|
-
from .
|
|
8964
|
+
from .group_1167 import (
|
|
8956
8965
|
ReposOwnerRepoTransferPostBodyType as ReposOwnerRepoTransferPostBodyType,
|
|
8957
8966
|
)
|
|
8958
|
-
from .
|
|
8967
|
+
from .group_1168 import (
|
|
8959
8968
|
ReposTemplateOwnerTemplateRepoGeneratePostBodyType as ReposTemplateOwnerTemplateRepoGeneratePostBodyType,
|
|
8960
8969
|
)
|
|
8961
|
-
from .
|
|
8962
|
-
from .
|
|
8970
|
+
from .group_1169 import TeamsTeamIdPatchBodyType as TeamsTeamIdPatchBodyType
|
|
8971
|
+
from .group_1170 import (
|
|
8963
8972
|
TeamsTeamIdDiscussionsPostBodyType as TeamsTeamIdDiscussionsPostBodyType,
|
|
8964
8973
|
)
|
|
8965
|
-
from .
|
|
8974
|
+
from .group_1171 import (
|
|
8966
8975
|
TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType,
|
|
8967
8976
|
)
|
|
8968
|
-
from .
|
|
8977
|
+
from .group_1172 import (
|
|
8969
8978
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
8970
8979
|
)
|
|
8971
|
-
from .
|
|
8980
|
+
from .group_1173 import (
|
|
8972
8981
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
8973
8982
|
)
|
|
8974
|
-
from .
|
|
8983
|
+
from .group_1174 import (
|
|
8975
8984
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
8976
8985
|
)
|
|
8977
|
-
from .
|
|
8986
|
+
from .group_1175 import (
|
|
8978
8987
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
8979
8988
|
)
|
|
8980
|
-
from .
|
|
8989
|
+
from .group_1176 import (
|
|
8981
8990
|
TeamsTeamIdMembershipsUsernamePutBodyType as TeamsTeamIdMembershipsUsernamePutBodyType,
|
|
8982
8991
|
)
|
|
8983
|
-
from .
|
|
8992
|
+
from .group_1177 import (
|
|
8984
8993
|
TeamsTeamIdProjectsProjectIdPutBodyType as TeamsTeamIdProjectsProjectIdPutBodyType,
|
|
8985
8994
|
)
|
|
8986
|
-
from .
|
|
8995
|
+
from .group_1178 import (
|
|
8987
8996
|
TeamsTeamIdProjectsProjectIdPutResponse403Type as TeamsTeamIdProjectsProjectIdPutResponse403Type,
|
|
8988
8997
|
)
|
|
8989
|
-
from .
|
|
8998
|
+
from .group_1179 import (
|
|
8990
8999
|
TeamsTeamIdReposOwnerRepoPutBodyType as TeamsTeamIdReposOwnerRepoPutBodyType,
|
|
8991
9000
|
)
|
|
8992
|
-
from .
|
|
8993
|
-
from .
|
|
9001
|
+
from .group_1180 import UserPatchBodyType as UserPatchBodyType
|
|
9002
|
+
from .group_1181 import (
|
|
8994
9003
|
UserCodespacesGetResponse200Type as UserCodespacesGetResponse200Type,
|
|
8995
9004
|
)
|
|
8996
|
-
from .
|
|
9005
|
+
from .group_1182 import (
|
|
8997
9006
|
UserCodespacesPostBodyOneof0Type as UserCodespacesPostBodyOneof0Type,
|
|
8998
9007
|
)
|
|
8999
|
-
from .
|
|
9008
|
+
from .group_1183 import (
|
|
9000
9009
|
UserCodespacesPostBodyOneof1PropPullRequestType as UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
9001
9010
|
)
|
|
9002
|
-
from .
|
|
9011
|
+
from .group_1183 import (
|
|
9003
9012
|
UserCodespacesPostBodyOneof1Type as UserCodespacesPostBodyOneof1Type,
|
|
9004
9013
|
)
|
|
9005
|
-
from .
|
|
9006
|
-
from .
|
|
9014
|
+
from .group_1184 import CodespacesSecretType as CodespacesSecretType
|
|
9015
|
+
from .group_1184 import (
|
|
9007
9016
|
UserCodespacesSecretsGetResponse200Type as UserCodespacesSecretsGetResponse200Type,
|
|
9008
9017
|
)
|
|
9009
|
-
from .
|
|
9018
|
+
from .group_1185 import (
|
|
9010
9019
|
UserCodespacesSecretsSecretNamePutBodyType as UserCodespacesSecretsSecretNamePutBodyType,
|
|
9011
9020
|
)
|
|
9012
|
-
from .
|
|
9021
|
+
from .group_1186 import (
|
|
9013
9022
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type as UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
9014
9023
|
)
|
|
9015
|
-
from .
|
|
9024
|
+
from .group_1187 import (
|
|
9016
9025
|
UserCodespacesSecretsSecretNameRepositoriesPutBodyType as UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
9017
9026
|
)
|
|
9018
|
-
from .
|
|
9027
|
+
from .group_1188 import (
|
|
9019
9028
|
UserCodespacesCodespaceNamePatchBodyType as UserCodespacesCodespaceNamePatchBodyType,
|
|
9020
9029
|
)
|
|
9021
|
-
from .
|
|
9030
|
+
from .group_1189 import (
|
|
9022
9031
|
UserCodespacesCodespaceNameMachinesGetResponse200Type as UserCodespacesCodespaceNameMachinesGetResponse200Type,
|
|
9023
9032
|
)
|
|
9024
|
-
from .
|
|
9033
|
+
from .group_1190 import (
|
|
9025
9034
|
UserCodespacesCodespaceNamePublishPostBodyType as UserCodespacesCodespaceNamePublishPostBodyType,
|
|
9026
9035
|
)
|
|
9027
|
-
from .
|
|
9036
|
+
from .group_1191 import (
|
|
9028
9037
|
UserEmailVisibilityPatchBodyType as UserEmailVisibilityPatchBodyType,
|
|
9029
9038
|
)
|
|
9030
|
-
from .
|
|
9031
|
-
from .
|
|
9039
|
+
from .group_1192 import UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type
|
|
9040
|
+
from .group_1193 import (
|
|
9032
9041
|
UserEmailsDeleteBodyOneof0Type as UserEmailsDeleteBodyOneof0Type,
|
|
9033
9042
|
)
|
|
9034
|
-
from .
|
|
9035
|
-
from .
|
|
9043
|
+
from .group_1194 import UserGpgKeysPostBodyType as UserGpgKeysPostBodyType
|
|
9044
|
+
from .group_1195 import (
|
|
9036
9045
|
UserInstallationsGetResponse200Type as UserInstallationsGetResponse200Type,
|
|
9037
9046
|
)
|
|
9038
|
-
from .
|
|
9047
|
+
from .group_1196 import (
|
|
9039
9048
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type as UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
9040
9049
|
)
|
|
9041
|
-
from .
|
|
9050
|
+
from .group_1197 import (
|
|
9042
9051
|
UserInteractionLimitsGetResponse200Anyof1Type as UserInteractionLimitsGetResponse200Anyof1Type,
|
|
9043
9052
|
)
|
|
9044
|
-
from .
|
|
9045
|
-
from .
|
|
9053
|
+
from .group_1198 import UserKeysPostBodyType as UserKeysPostBodyType
|
|
9054
|
+
from .group_1199 import (
|
|
9046
9055
|
UserMembershipsOrgsOrgPatchBodyType as UserMembershipsOrgsOrgPatchBodyType,
|
|
9047
9056
|
)
|
|
9048
|
-
from .
|
|
9049
|
-
from .
|
|
9050
|
-
from .
|
|
9051
|
-
from .
|
|
9057
|
+
from .group_1200 import UserMigrationsPostBodyType as UserMigrationsPostBodyType
|
|
9058
|
+
from .group_1201 import UserProjectsPostBodyType as UserProjectsPostBodyType
|
|
9059
|
+
from .group_1202 import UserReposPostBodyType as UserReposPostBodyType
|
|
9060
|
+
from .group_1203 import (
|
|
9052
9061
|
UserSocialAccountsPostBodyType as UserSocialAccountsPostBodyType,
|
|
9053
9062
|
)
|
|
9054
|
-
from .
|
|
9063
|
+
from .group_1204 import (
|
|
9055
9064
|
UserSocialAccountsDeleteBodyType as UserSocialAccountsDeleteBodyType,
|
|
9056
9065
|
)
|
|
9057
|
-
from .
|
|
9066
|
+
from .group_1205 import (
|
|
9058
9067
|
UserSshSigningKeysPostBodyType as UserSshSigningKeysPostBodyType,
|
|
9059
9068
|
)
|
|
9060
|
-
from .
|
|
9069
|
+
from .group_1206 import (
|
|
9070
|
+
UsersUsernameAttestationsBulkListPostBodyType as UsersUsernameAttestationsBulkListPostBodyType,
|
|
9071
|
+
)
|
|
9072
|
+
from .group_1207 import (
|
|
9073
|
+
UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType as UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType,
|
|
9074
|
+
)
|
|
9075
|
+
from .group_1207 import (
|
|
9076
|
+
UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType as UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType,
|
|
9077
|
+
)
|
|
9078
|
+
from .group_1207 import (
|
|
9079
|
+
UsersUsernameAttestationsBulkListPostResponse200Type as UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
9080
|
+
)
|
|
9081
|
+
from .group_1208 import (
|
|
9061
9082
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
9062
9083
|
)
|
|
9063
|
-
from .
|
|
9084
|
+
from .group_1209 import (
|
|
9064
9085
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
9065
9086
|
)
|
|
9066
|
-
from .
|
|
9087
|
+
from .group_1210 import (
|
|
9067
9088
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
9068
9089
|
)
|
|
9069
|
-
from .
|
|
9090
|
+
from .group_1210 import (
|
|
9070
9091
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
9071
9092
|
)
|
|
9072
|
-
from .
|
|
9093
|
+
from .group_1210 import (
|
|
9073
9094
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
9074
9095
|
)
|
|
9075
|
-
from .
|
|
9096
|
+
from .group_1210 import (
|
|
9076
9097
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
9077
9098
|
)
|
|
9078
|
-
from .
|
|
9099
|
+
from .group_1210 import (
|
|
9079
9100
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type as UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
9080
9101
|
)
|
|
9081
9102
|
else:
|
|
@@ -9148,6 +9169,7 @@ else:
|
|
|
9148
9169
|
".group_0028": (
|
|
9149
9170
|
"CodeSecurityConfigurationType",
|
|
9150
9171
|
"CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType",
|
|
9172
|
+
"CodeSecurityConfigurationPropCodeScanningOptionsType",
|
|
9151
9173
|
"CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType",
|
|
9152
9174
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsType",
|
|
9153
9175
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
@@ -12817,167 +12839,169 @@ else:
|
|
|
12817
12839
|
"OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
|
|
12818
12840
|
"OrgsOrgAttestationsBulkListPostResponse200PropPageInfoType",
|
|
12819
12841
|
),
|
|
12820
|
-
".group_0897": (
|
|
12842
|
+
".group_0897": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type",),
|
|
12843
|
+
".group_0898": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type",),
|
|
12844
|
+
".group_0899": (
|
|
12821
12845
|
"OrgsOrgAttestationsSubjectDigestGetResponse200Type",
|
|
12822
12846
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
12823
12847
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|
|
12824
12848
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
|
|
12825
12849
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
|
|
12826
12850
|
),
|
|
12827
|
-
".
|
|
12851
|
+
".group_0900": (
|
|
12828
12852
|
"OrgsOrgCampaignsPostBodyType",
|
|
12829
12853
|
"OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType",
|
|
12830
12854
|
),
|
|
12831
|
-
".
|
|
12832
|
-
".
|
|
12855
|
+
".group_0901": ("OrgsOrgCampaignsCampaignNumberPatchBodyType",),
|
|
12856
|
+
".group_0902": (
|
|
12833
12857
|
"OrgsOrgCodeSecurityConfigurationsPostBodyType",
|
|
12834
12858
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType",
|
|
12835
12859
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType",
|
|
12836
12860
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
12837
12861
|
),
|
|
12838
|
-
".
|
|
12839
|
-
".
|
|
12862
|
+
".group_0903": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType",),
|
|
12863
|
+
".group_0904": (
|
|
12840
12864
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType",
|
|
12841
12865
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType",
|
|
12842
12866
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType",
|
|
12843
12867
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
12844
12868
|
),
|
|
12845
|
-
".
|
|
12869
|
+
".group_0905": (
|
|
12846
12870
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType",
|
|
12847
12871
|
),
|
|
12848
|
-
".
|
|
12872
|
+
".group_0906": (
|
|
12849
12873
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType",
|
|
12850
12874
|
),
|
|
12851
|
-
".
|
|
12875
|
+
".group_0907": (
|
|
12852
12876
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type",
|
|
12853
12877
|
),
|
|
12854
|
-
".
|
|
12855
|
-
".
|
|
12856
|
-
".
|
|
12857
|
-
".
|
|
12858
|
-
".
|
|
12878
|
+
".group_0908": ("OrgsOrgCodespacesGetResponse200Type",),
|
|
12879
|
+
".group_0909": ("OrgsOrgCodespacesAccessPutBodyType",),
|
|
12880
|
+
".group_0910": ("OrgsOrgCodespacesAccessSelectedUsersPostBodyType",),
|
|
12881
|
+
".group_0911": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType",),
|
|
12882
|
+
".group_0912": (
|
|
12859
12883
|
"OrgsOrgCodespacesSecretsGetResponse200Type",
|
|
12860
12884
|
"CodespacesOrgSecretType",
|
|
12861
12885
|
),
|
|
12862
|
-
".
|
|
12863
|
-
".
|
|
12886
|
+
".group_0913": ("OrgsOrgCodespacesSecretsSecretNamePutBodyType",),
|
|
12887
|
+
".group_0914": (
|
|
12864
12888
|
"OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
|
|
12865
12889
|
),
|
|
12866
|
-
".
|
|
12867
|
-
".
|
|
12868
|
-
".
|
|
12869
|
-
".
|
|
12870
|
-
".
|
|
12871
|
-
".
|
|
12872
|
-
".
|
|
12873
|
-
".
|
|
12874
|
-
".
|
|
12875
|
-
".
|
|
12890
|
+
".group_0915": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType",),
|
|
12891
|
+
".group_0916": ("OrgsOrgCopilotBillingSelectedTeamsPostBodyType",),
|
|
12892
|
+
".group_0917": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type",),
|
|
12893
|
+
".group_0918": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType",),
|
|
12894
|
+
".group_0919": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type",),
|
|
12895
|
+
".group_0920": ("OrgsOrgCopilotBillingSelectedUsersPostBodyType",),
|
|
12896
|
+
".group_0921": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201Type",),
|
|
12897
|
+
".group_0922": ("OrgsOrgCopilotBillingSelectedUsersDeleteBodyType",),
|
|
12898
|
+
".group_0923": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type",),
|
|
12899
|
+
".group_0924": (
|
|
12876
12900
|
"OrgsOrgDependabotSecretsGetResponse200Type",
|
|
12877
12901
|
"OrganizationDependabotSecretType",
|
|
12878
12902
|
),
|
|
12879
|
-
".
|
|
12880
|
-
".
|
|
12903
|
+
".group_0925": ("OrgsOrgDependabotSecretsSecretNamePutBodyType",),
|
|
12904
|
+
".group_0926": (
|
|
12881
12905
|
"OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type",
|
|
12882
12906
|
),
|
|
12883
|
-
".
|
|
12884
|
-
".
|
|
12907
|
+
".group_0927": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType",),
|
|
12908
|
+
".group_0928": (
|
|
12885
12909
|
"OrgsOrgHooksPostBodyType",
|
|
12886
12910
|
"OrgsOrgHooksPostBodyPropConfigType",
|
|
12887
12911
|
),
|
|
12888
|
-
".
|
|
12912
|
+
".group_0929": (
|
|
12889
12913
|
"OrgsOrgHooksHookIdPatchBodyType",
|
|
12890
12914
|
"OrgsOrgHooksHookIdPatchBodyPropConfigType",
|
|
12891
12915
|
),
|
|
12892
|
-
".
|
|
12893
|
-
".
|
|
12894
|
-
".
|
|
12895
|
-
".
|
|
12896
|
-
".
|
|
12897
|
-
".
|
|
12898
|
-
".
|
|
12899
|
-
".
|
|
12900
|
-
".
|
|
12901
|
-
".
|
|
12902
|
-
".
|
|
12903
|
-
".
|
|
12904
|
-
".
|
|
12905
|
-
".
|
|
12906
|
-
".
|
|
12916
|
+
".group_0930": ("OrgsOrgHooksHookIdConfigPatchBodyType",),
|
|
12917
|
+
".group_0931": ("OrgsOrgInstallationsGetResponse200Type",),
|
|
12918
|
+
".group_0932": ("OrgsOrgInteractionLimitsGetResponse200Anyof1Type",),
|
|
12919
|
+
".group_0933": ("OrgsOrgInvitationsPostBodyType",),
|
|
12920
|
+
".group_0934": ("OrgsOrgMembersUsernameCodespacesGetResponse200Type",),
|
|
12921
|
+
".group_0935": ("OrgsOrgMembershipsUsernamePutBodyType",),
|
|
12922
|
+
".group_0936": ("OrgsOrgMigrationsPostBodyType",),
|
|
12923
|
+
".group_0937": ("OrgsOrgOutsideCollaboratorsUsernamePutBodyType",),
|
|
12924
|
+
".group_0938": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type",),
|
|
12925
|
+
".group_0939": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type",),
|
|
12926
|
+
".group_0940": ("OrgsOrgPersonalAccessTokenRequestsPostBodyType",),
|
|
12927
|
+
".group_0941": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType",),
|
|
12928
|
+
".group_0942": ("OrgsOrgPersonalAccessTokensPostBodyType",),
|
|
12929
|
+
".group_0943": ("OrgsOrgPersonalAccessTokensPatIdPostBodyType",),
|
|
12930
|
+
".group_0944": (
|
|
12907
12931
|
"OrgsOrgPrivateRegistriesGetResponse200Type",
|
|
12908
12932
|
"OrgPrivateRegistryConfigurationType",
|
|
12909
12933
|
),
|
|
12910
|
-
".
|
|
12911
|
-
".
|
|
12912
|
-
".
|
|
12913
|
-
".
|
|
12914
|
-
".
|
|
12915
|
-
".
|
|
12916
|
-
".
|
|
12934
|
+
".group_0945": ("OrgsOrgPrivateRegistriesPostBodyType",),
|
|
12935
|
+
".group_0946": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type",),
|
|
12936
|
+
".group_0947": ("OrgsOrgPrivateRegistriesSecretNamePatchBodyType",),
|
|
12937
|
+
".group_0948": ("OrgsOrgProjectsPostBodyType",),
|
|
12938
|
+
".group_0949": ("OrgsOrgPropertiesSchemaPatchBodyType",),
|
|
12939
|
+
".group_0950": ("OrgsOrgPropertiesValuesPatchBodyType",),
|
|
12940
|
+
".group_0951": (
|
|
12917
12941
|
"OrgsOrgReposPostBodyType",
|
|
12918
12942
|
"OrgsOrgReposPostBodyPropCustomPropertiesType",
|
|
12919
12943
|
),
|
|
12920
|
-
".
|
|
12921
|
-
".
|
|
12922
|
-
".
|
|
12944
|
+
".group_0952": ("OrgsOrgRulesetsPostBodyType",),
|
|
12945
|
+
".group_0953": ("OrgsOrgRulesetsRulesetIdPutBodyType",),
|
|
12946
|
+
".group_0954": (
|
|
12923
12947
|
"OrgsOrgSettingsNetworkConfigurationsGetResponse200Type",
|
|
12924
12948
|
"NetworkConfigurationType",
|
|
12925
12949
|
),
|
|
12926
|
-
".
|
|
12927
|
-
".
|
|
12950
|
+
".group_0955": ("OrgsOrgSettingsNetworkConfigurationsPostBodyType",),
|
|
12951
|
+
".group_0956": (
|
|
12928
12952
|
"OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType",
|
|
12929
12953
|
),
|
|
12930
|
-
".
|
|
12931
|
-
".
|
|
12932
|
-
".
|
|
12933
|
-
".
|
|
12954
|
+
".group_0957": ("OrgsOrgTeamsPostBodyType",),
|
|
12955
|
+
".group_0958": ("OrgsOrgTeamsTeamSlugPatchBodyType",),
|
|
12956
|
+
".group_0959": ("OrgsOrgTeamsTeamSlugDiscussionsPostBodyType",),
|
|
12957
|
+
".group_0960": (
|
|
12934
12958
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType",
|
|
12935
12959
|
),
|
|
12936
|
-
".
|
|
12960
|
+
".group_0961": (
|
|
12937
12961
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType",
|
|
12938
12962
|
),
|
|
12939
|
-
".
|
|
12963
|
+
".group_0962": (
|
|
12940
12964
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
|
|
12941
12965
|
),
|
|
12942
|
-
".
|
|
12966
|
+
".group_0963": (
|
|
12943
12967
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
|
|
12944
12968
|
),
|
|
12945
|
-
".
|
|
12969
|
+
".group_0964": (
|
|
12946
12970
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType",
|
|
12947
12971
|
),
|
|
12948
|
-
".
|
|
12949
|
-
".
|
|
12950
|
-
".
|
|
12951
|
-
".
|
|
12952
|
-
".
|
|
12953
|
-
".
|
|
12954
|
-
".
|
|
12955
|
-
".
|
|
12956
|
-
".
|
|
12957
|
-
".
|
|
12972
|
+
".group_0965": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType",),
|
|
12973
|
+
".group_0966": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType",),
|
|
12974
|
+
".group_0967": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type",),
|
|
12975
|
+
".group_0968": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType",),
|
|
12976
|
+
".group_0969": ("OrgsOrgSecurityProductEnablementPostBodyType",),
|
|
12977
|
+
".group_0970": ("ProjectsColumnsCardsCardIdDeleteResponse403Type",),
|
|
12978
|
+
".group_0971": ("ProjectsColumnsCardsCardIdPatchBodyType",),
|
|
12979
|
+
".group_0972": ("ProjectsColumnsCardsCardIdMovesPostBodyType",),
|
|
12980
|
+
".group_0973": ("ProjectsColumnsCardsCardIdMovesPostResponse201Type",),
|
|
12981
|
+
".group_0974": (
|
|
12958
12982
|
"ProjectsColumnsCardsCardIdMovesPostResponse403Type",
|
|
12959
12983
|
"ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType",
|
|
12960
12984
|
),
|
|
12961
|
-
".
|
|
12985
|
+
".group_0975": (
|
|
12962
12986
|
"ProjectsColumnsCardsCardIdMovesPostResponse503Type",
|
|
12963
12987
|
"ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType",
|
|
12964
12988
|
),
|
|
12965
|
-
".
|
|
12966
|
-
".
|
|
12967
|
-
".
|
|
12968
|
-
".
|
|
12989
|
+
".group_0976": ("ProjectsColumnsColumnIdPatchBodyType",),
|
|
12990
|
+
".group_0977": ("ProjectsColumnsColumnIdCardsPostBodyOneof0Type",),
|
|
12991
|
+
".group_0978": ("ProjectsColumnsColumnIdCardsPostBodyOneof1Type",),
|
|
12992
|
+
".group_0979": (
|
|
12969
12993
|
"ProjectsColumnsColumnIdCardsPostResponse503Type",
|
|
12970
12994
|
"ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType",
|
|
12971
12995
|
),
|
|
12972
|
-
".
|
|
12973
|
-
".
|
|
12974
|
-
".
|
|
12975
|
-
".
|
|
12976
|
-
".
|
|
12977
|
-
".
|
|
12978
|
-
".
|
|
12979
|
-
".
|
|
12980
|
-
".
|
|
12996
|
+
".group_0980": ("ProjectsColumnsColumnIdMovesPostBodyType",),
|
|
12997
|
+
".group_0981": ("ProjectsColumnsColumnIdMovesPostResponse201Type",),
|
|
12998
|
+
".group_0982": ("ProjectsProjectIdDeleteResponse403Type",),
|
|
12999
|
+
".group_0983": ("ProjectsProjectIdPatchBodyType",),
|
|
13000
|
+
".group_0984": ("ProjectsProjectIdPatchResponse403Type",),
|
|
13001
|
+
".group_0985": ("ProjectsProjectIdCollaboratorsUsernamePutBodyType",),
|
|
13002
|
+
".group_0986": ("ProjectsProjectIdColumnsPostBodyType",),
|
|
13003
|
+
".group_0987": ("ReposOwnerRepoDeleteResponse403Type",),
|
|
13004
|
+
".group_0988": (
|
|
12981
13005
|
"ReposOwnerRepoPatchBodyType",
|
|
12982
13006
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType",
|
|
12983
13007
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType",
|
|
@@ -12987,61 +13011,61 @@ else:
|
|
|
12987
13011
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType",
|
|
12988
13012
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType",
|
|
12989
13013
|
),
|
|
12990
|
-
".
|
|
12991
|
-
".
|
|
12992
|
-
".
|
|
12993
|
-
".
|
|
12994
|
-
".
|
|
13014
|
+
".group_0989": ("ReposOwnerRepoActionsArtifactsGetResponse200Type",),
|
|
13015
|
+
".group_0990": ("ReposOwnerRepoActionsJobsJobIdRerunPostBodyType",),
|
|
13016
|
+
".group_0991": ("ReposOwnerRepoActionsOidcCustomizationSubPutBodyType",),
|
|
13017
|
+
".group_0992": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type",),
|
|
13018
|
+
".group_0993": (
|
|
12995
13019
|
"ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type",
|
|
12996
13020
|
),
|
|
12997
|
-
".
|
|
12998
|
-
".
|
|
12999
|
-
".
|
|
13000
|
-
".
|
|
13001
|
-
".
|
|
13002
|
-
".
|
|
13003
|
-
".
|
|
13004
|
-
".
|
|
13021
|
+
".group_0994": ("ReposOwnerRepoActionsPermissionsPutBodyType",),
|
|
13022
|
+
".group_0995": ("ReposOwnerRepoActionsRunnersGetResponse200Type",),
|
|
13023
|
+
".group_0996": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType",),
|
|
13024
|
+
".group_0997": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType",),
|
|
13025
|
+
".group_0998": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType",),
|
|
13026
|
+
".group_0999": ("ReposOwnerRepoActionsRunsGetResponse200Type",),
|
|
13027
|
+
".group_1000": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type",),
|
|
13028
|
+
".group_1001": (
|
|
13005
13029
|
"ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type",
|
|
13006
13030
|
),
|
|
13007
|
-
".
|
|
13008
|
-
".
|
|
13031
|
+
".group_1002": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type",),
|
|
13032
|
+
".group_1003": (
|
|
13009
13033
|
"ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType",
|
|
13010
13034
|
),
|
|
13011
|
-
".
|
|
13012
|
-
".
|
|
13013
|
-
".
|
|
13014
|
-
".
|
|
13015
|
-
".
|
|
13016
|
-
".
|
|
13017
|
-
".
|
|
13018
|
-
".
|
|
13035
|
+
".group_1004": ("ReposOwnerRepoActionsRunsRunIdRerunPostBodyType",),
|
|
13036
|
+
".group_1005": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType",),
|
|
13037
|
+
".group_1006": ("ReposOwnerRepoActionsSecretsGetResponse200Type",),
|
|
13038
|
+
".group_1007": ("ReposOwnerRepoActionsSecretsSecretNamePutBodyType",),
|
|
13039
|
+
".group_1008": ("ReposOwnerRepoActionsVariablesGetResponse200Type",),
|
|
13040
|
+
".group_1009": ("ReposOwnerRepoActionsVariablesPostBodyType",),
|
|
13041
|
+
".group_1010": ("ReposOwnerRepoActionsVariablesNamePatchBodyType",),
|
|
13042
|
+
".group_1011": (
|
|
13019
13043
|
"ReposOwnerRepoActionsWorkflowsGetResponse200Type",
|
|
13020
13044
|
"WorkflowType",
|
|
13021
13045
|
),
|
|
13022
|
-
".
|
|
13046
|
+
".group_1012": (
|
|
13023
13047
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType",
|
|
13024
13048
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType",
|
|
13025
13049
|
),
|
|
13026
|
-
".
|
|
13050
|
+
".group_1013": (
|
|
13027
13051
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type",
|
|
13028
13052
|
),
|
|
13029
|
-
".
|
|
13053
|
+
".group_1014": (
|
|
13030
13054
|
"ReposOwnerRepoAttestationsPostBodyType",
|
|
13031
13055
|
"ReposOwnerRepoAttestationsPostBodyPropBundleType",
|
|
13032
13056
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType",
|
|
13033
13057
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType",
|
|
13034
13058
|
),
|
|
13035
|
-
".
|
|
13036
|
-
".
|
|
13059
|
+
".group_1015": ("ReposOwnerRepoAttestationsPostResponse201Type",),
|
|
13060
|
+
".group_1016": (
|
|
13037
13061
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type",
|
|
13038
13062
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
13039
13063
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|
|
13040
13064
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
|
|
13041
13065
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
|
|
13042
13066
|
),
|
|
13043
|
-
".
|
|
13044
|
-
".
|
|
13067
|
+
".group_1017": ("ReposOwnerRepoAutolinksPostBodyType",),
|
|
13068
|
+
".group_1018": (
|
|
13045
13069
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyType",
|
|
13046
13070
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType",
|
|
13047
13071
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType",
|
|
@@ -13050,356 +13074,362 @@ else:
|
|
|
13050
13074
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType",
|
|
13051
13075
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType",
|
|
13052
13076
|
),
|
|
13053
|
-
".
|
|
13077
|
+
".group_1019": (
|
|
13054
13078
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType",
|
|
13055
13079
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType",
|
|
13056
13080
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType",
|
|
13057
13081
|
),
|
|
13058
|
-
".
|
|
13082
|
+
".group_1020": (
|
|
13059
13083
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType",
|
|
13060
13084
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType",
|
|
13061
13085
|
),
|
|
13062
|
-
".
|
|
13086
|
+
".group_1021": (
|
|
13063
13087
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type",
|
|
13064
13088
|
),
|
|
13065
|
-
".
|
|
13089
|
+
".group_1022": (
|
|
13066
13090
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type",
|
|
13067
13091
|
),
|
|
13068
|
-
".
|
|
13092
|
+
".group_1023": (
|
|
13069
13093
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type",
|
|
13070
13094
|
),
|
|
13071
|
-
".
|
|
13095
|
+
".group_1024": (
|
|
13072
13096
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType",
|
|
13073
13097
|
),
|
|
13074
|
-
".
|
|
13098
|
+
".group_1025": (
|
|
13075
13099
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType",
|
|
13076
13100
|
),
|
|
13077
|
-
".
|
|
13101
|
+
".group_1026": (
|
|
13078
13102
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType",
|
|
13079
13103
|
),
|
|
13080
|
-
".
|
|
13104
|
+
".group_1027": (
|
|
13081
13105
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type",
|
|
13082
13106
|
),
|
|
13083
|
-
".
|
|
13107
|
+
".group_1028": (
|
|
13084
13108
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type",
|
|
13085
13109
|
),
|
|
13086
|
-
".
|
|
13110
|
+
".group_1029": (
|
|
13087
13111
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type",
|
|
13088
13112
|
),
|
|
13089
|
-
".
|
|
13113
|
+
".group_1030": (
|
|
13090
13114
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType",
|
|
13091
13115
|
),
|
|
13092
|
-
".
|
|
13116
|
+
".group_1031": (
|
|
13093
13117
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType",
|
|
13094
13118
|
),
|
|
13095
|
-
".
|
|
13119
|
+
".group_1032": (
|
|
13096
13120
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType",
|
|
13097
13121
|
),
|
|
13098
|
-
".
|
|
13099
|
-
".
|
|
13122
|
+
".group_1033": ("ReposOwnerRepoBranchesBranchRenamePostBodyType",),
|
|
13123
|
+
".group_1034": (
|
|
13100
13124
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputType",
|
|
13101
13125
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType",
|
|
13102
13126
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType",
|
|
13103
13127
|
"ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType",
|
|
13104
13128
|
),
|
|
13105
|
-
".
|
|
13106
|
-
".
|
|
13107
|
-
".
|
|
13129
|
+
".group_1035": ("ReposOwnerRepoCheckRunsPostBodyOneof0Type",),
|
|
13130
|
+
".group_1036": ("ReposOwnerRepoCheckRunsPostBodyOneof1Type",),
|
|
13131
|
+
".group_1037": (
|
|
13108
13132
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType",
|
|
13109
13133
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType",
|
|
13110
13134
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType",
|
|
13111
13135
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType",
|
|
13112
13136
|
),
|
|
13113
|
-
".
|
|
13114
|
-
".
|
|
13115
|
-
".
|
|
13116
|
-
".
|
|
13137
|
+
".group_1038": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type",),
|
|
13138
|
+
".group_1039": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type",),
|
|
13139
|
+
".group_1040": ("ReposOwnerRepoCheckSuitesPostBodyType",),
|
|
13140
|
+
".group_1041": (
|
|
13117
13141
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyType",
|
|
13118
13142
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
|
|
13119
13143
|
),
|
|
13120
|
-
".
|
|
13144
|
+
".group_1042": (
|
|
13121
13145
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
|
|
13122
13146
|
),
|
|
13123
|
-
".
|
|
13124
|
-
".
|
|
13147
|
+
".group_1043": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",),
|
|
13148
|
+
".group_1044": (
|
|
13125
13149
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
|
|
13126
13150
|
),
|
|
13127
|
-
".
|
|
13151
|
+
".group_1045": (
|
|
13128
13152
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
|
|
13129
13153
|
),
|
|
13130
|
-
".
|
|
13154
|
+
".group_1046": (
|
|
13131
13155
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
|
|
13132
13156
|
),
|
|
13133
|
-
".
|
|
13134
|
-
".
|
|
13135
|
-
".
|
|
13136
|
-
".
|
|
13157
|
+
".group_1047": ("ReposOwnerRepoCodeScanningSarifsPostBodyType",),
|
|
13158
|
+
".group_1048": ("ReposOwnerRepoCodespacesGetResponse200Type",),
|
|
13159
|
+
".group_1049": ("ReposOwnerRepoCodespacesPostBodyType",),
|
|
13160
|
+
".group_1050": (
|
|
13137
13161
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200Type",
|
|
13138
13162
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType",
|
|
13139
13163
|
),
|
|
13140
|
-
".
|
|
13141
|
-
".
|
|
13164
|
+
".group_1051": ("ReposOwnerRepoCodespacesMachinesGetResponse200Type",),
|
|
13165
|
+
".group_1052": (
|
|
13142
13166
|
"ReposOwnerRepoCodespacesNewGetResponse200Type",
|
|
13143
13167
|
"ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType",
|
|
13144
13168
|
),
|
|
13145
|
-
".
|
|
13169
|
+
".group_1053": (
|
|
13146
13170
|
"ReposOwnerRepoCodespacesSecretsGetResponse200Type",
|
|
13147
13171
|
"RepoCodespacesSecretType",
|
|
13148
13172
|
),
|
|
13149
|
-
".
|
|
13150
|
-
".
|
|
13151
|
-
".
|
|
13152
|
-
".
|
|
13153
|
-
".
|
|
13154
|
-
".
|
|
13155
|
-
".
|
|
13173
|
+
".group_1054": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType",),
|
|
13174
|
+
".group_1055": ("ReposOwnerRepoCollaboratorsUsernamePutBodyType",),
|
|
13175
|
+
".group_1056": ("ReposOwnerRepoCommentsCommentIdPatchBodyType",),
|
|
13176
|
+
".group_1057": ("ReposOwnerRepoCommentsCommentIdReactionsPostBodyType",),
|
|
13177
|
+
".group_1058": ("ReposOwnerRepoCommitsCommitShaCommentsPostBodyType",),
|
|
13178
|
+
".group_1059": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type",),
|
|
13179
|
+
".group_1060": (
|
|
13156
13180
|
"ReposOwnerRepoContentsPathPutBodyType",
|
|
13157
13181
|
"ReposOwnerRepoContentsPathPutBodyPropCommitterType",
|
|
13158
13182
|
"ReposOwnerRepoContentsPathPutBodyPropAuthorType",
|
|
13159
13183
|
),
|
|
13160
|
-
".
|
|
13184
|
+
".group_1061": (
|
|
13161
13185
|
"ReposOwnerRepoContentsPathDeleteBodyType",
|
|
13162
13186
|
"ReposOwnerRepoContentsPathDeleteBodyPropCommitterType",
|
|
13163
13187
|
"ReposOwnerRepoContentsPathDeleteBodyPropAuthorType",
|
|
13164
13188
|
),
|
|
13165
|
-
".
|
|
13166
|
-
".
|
|
13189
|
+
".group_1062": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType",),
|
|
13190
|
+
".group_1063": (
|
|
13167
13191
|
"ReposOwnerRepoDependabotSecretsGetResponse200Type",
|
|
13168
13192
|
"DependabotSecretType",
|
|
13169
13193
|
),
|
|
13170
|
-
".
|
|
13171
|
-
".
|
|
13172
|
-
".
|
|
13194
|
+
".group_1064": ("ReposOwnerRepoDependabotSecretsSecretNamePutBodyType",),
|
|
13195
|
+
".group_1065": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type",),
|
|
13196
|
+
".group_1066": (
|
|
13173
13197
|
"ReposOwnerRepoDeploymentsPostBodyType",
|
|
13174
13198
|
"ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type",
|
|
13175
13199
|
),
|
|
13176
|
-
".
|
|
13177
|
-
".
|
|
13178
|
-
".
|
|
13200
|
+
".group_1067": ("ReposOwnerRepoDeploymentsPostResponse202Type",),
|
|
13201
|
+
".group_1068": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType",),
|
|
13202
|
+
".group_1069": (
|
|
13179
13203
|
"ReposOwnerRepoDispatchesPostBodyType",
|
|
13180
13204
|
"ReposOwnerRepoDispatchesPostBodyPropClientPayloadType",
|
|
13181
13205
|
),
|
|
13182
|
-
".
|
|
13206
|
+
".group_1070": (
|
|
13183
13207
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType",
|
|
13184
13208
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType",
|
|
13185
13209
|
),
|
|
13186
|
-
".
|
|
13210
|
+
".group_1071": (
|
|
13187
13211
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type",
|
|
13188
13212
|
"DeploymentBranchPolicyType",
|
|
13189
13213
|
),
|
|
13190
|
-
".
|
|
13214
|
+
".group_1072": (
|
|
13191
13215
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType",
|
|
13192
13216
|
),
|
|
13193
|
-
".
|
|
13217
|
+
".group_1073": (
|
|
13194
13218
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type",
|
|
13195
13219
|
),
|
|
13196
|
-
".
|
|
13220
|
+
".group_1074": (
|
|
13197
13221
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type",
|
|
13198
13222
|
),
|
|
13199
|
-
".
|
|
13223
|
+
".group_1075": (
|
|
13200
13224
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
|
|
13201
13225
|
),
|
|
13202
|
-
".
|
|
13226
|
+
".group_1076": (
|
|
13203
13227
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type",
|
|
13204
13228
|
),
|
|
13205
|
-
".
|
|
13229
|
+
".group_1077": (
|
|
13206
13230
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType",
|
|
13207
13231
|
),
|
|
13208
|
-
".
|
|
13232
|
+
".group_1078": (
|
|
13209
13233
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
|
|
13210
13234
|
),
|
|
13211
|
-
".
|
|
13212
|
-
".
|
|
13213
|
-
".
|
|
13235
|
+
".group_1079": ("ReposOwnerRepoForksPostBodyType",),
|
|
13236
|
+
".group_1080": ("ReposOwnerRepoGitBlobsPostBodyType",),
|
|
13237
|
+
".group_1081": (
|
|
13214
13238
|
"ReposOwnerRepoGitCommitsPostBodyType",
|
|
13215
13239
|
"ReposOwnerRepoGitCommitsPostBodyPropAuthorType",
|
|
13216
13240
|
"ReposOwnerRepoGitCommitsPostBodyPropCommitterType",
|
|
13217
13241
|
),
|
|
13218
|
-
".
|
|
13219
|
-
".
|
|
13220
|
-
".
|
|
13242
|
+
".group_1082": ("ReposOwnerRepoGitRefsPostBodyType",),
|
|
13243
|
+
".group_1083": ("ReposOwnerRepoGitRefsRefPatchBodyType",),
|
|
13244
|
+
".group_1084": (
|
|
13221
13245
|
"ReposOwnerRepoGitTagsPostBodyType",
|
|
13222
13246
|
"ReposOwnerRepoGitTagsPostBodyPropTaggerType",
|
|
13223
13247
|
),
|
|
13224
|
-
".
|
|
13248
|
+
".group_1085": (
|
|
13225
13249
|
"ReposOwnerRepoGitTreesPostBodyType",
|
|
13226
13250
|
"ReposOwnerRepoGitTreesPostBodyPropTreeItemsType",
|
|
13227
13251
|
),
|
|
13228
|
-
".
|
|
13252
|
+
".group_1086": (
|
|
13229
13253
|
"ReposOwnerRepoHooksPostBodyType",
|
|
13230
13254
|
"ReposOwnerRepoHooksPostBodyPropConfigType",
|
|
13231
13255
|
),
|
|
13232
|
-
".
|
|
13233
|
-
".
|
|
13234
|
-
".
|
|
13235
|
-
".
|
|
13236
|
-
".
|
|
13237
|
-
".
|
|
13238
|
-
".
|
|
13239
|
-
".
|
|
13240
|
-
".
|
|
13256
|
+
".group_1087": ("ReposOwnerRepoHooksHookIdPatchBodyType",),
|
|
13257
|
+
".group_1088": ("ReposOwnerRepoHooksHookIdConfigPatchBodyType",),
|
|
13258
|
+
".group_1089": ("ReposOwnerRepoImportPutBodyType",),
|
|
13259
|
+
".group_1090": ("ReposOwnerRepoImportPatchBodyType",),
|
|
13260
|
+
".group_1091": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType",),
|
|
13261
|
+
".group_1092": ("ReposOwnerRepoImportLfsPatchBodyType",),
|
|
13262
|
+
".group_1093": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type",),
|
|
13263
|
+
".group_1094": ("ReposOwnerRepoInvitationsInvitationIdPatchBodyType",),
|
|
13264
|
+
".group_1095": (
|
|
13241
13265
|
"ReposOwnerRepoIssuesPostBodyType",
|
|
13242
13266
|
"ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type",
|
|
13243
13267
|
),
|
|
13244
|
-
".
|
|
13245
|
-
".
|
|
13246
|
-
".
|
|
13268
|
+
".group_1096": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType",),
|
|
13269
|
+
".group_1097": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType",),
|
|
13270
|
+
".group_1098": (
|
|
13247
13271
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyType",
|
|
13248
13272
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type",
|
|
13249
13273
|
),
|
|
13250
|
-
".
|
|
13251
|
-
".
|
|
13252
|
-
".
|
|
13253
|
-
".
|
|
13254
|
-
".
|
|
13274
|
+
".group_1099": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType",),
|
|
13275
|
+
".group_1100": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType",),
|
|
13276
|
+
".group_1101": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType",),
|
|
13277
|
+
".group_1102": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type",),
|
|
13278
|
+
".group_1103": (
|
|
13255
13279
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type",
|
|
13256
13280
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType",
|
|
13257
13281
|
),
|
|
13258
|
-
".
|
|
13259
|
-
".
|
|
13260
|
-
".
|
|
13282
|
+
".group_1104": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType",),
|
|
13283
|
+
".group_1105": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type",),
|
|
13284
|
+
".group_1106": (
|
|
13261
13285
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type",
|
|
13262
13286
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType",
|
|
13263
13287
|
),
|
|
13264
|
-
".
|
|
13288
|
+
".group_1107": (
|
|
13265
13289
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType",
|
|
13266
13290
|
),
|
|
13267
|
-
".
|
|
13268
|
-
".
|
|
13269
|
-
".
|
|
13270
|
-
".
|
|
13271
|
-
".
|
|
13291
|
+
".group_1108": ("ReposOwnerRepoIssuesIssueNumberLockPutBodyType",),
|
|
13292
|
+
".group_1109": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType",),
|
|
13293
|
+
".group_1110": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType",),
|
|
13294
|
+
".group_1111": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType",),
|
|
13295
|
+
".group_1112": (
|
|
13272
13296
|
"ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType",
|
|
13273
13297
|
),
|
|
13274
|
-
".
|
|
13275
|
-
".
|
|
13276
|
-
".
|
|
13277
|
-
".
|
|
13278
|
-
".
|
|
13279
|
-
".
|
|
13280
|
-
".
|
|
13281
|
-
".
|
|
13282
|
-
".
|
|
13283
|
-
".
|
|
13284
|
-
".
|
|
13285
|
-
".
|
|
13286
|
-
".
|
|
13287
|
-
".
|
|
13288
|
-
".
|
|
13289
|
-
".
|
|
13290
|
-
".
|
|
13291
|
-
".
|
|
13292
|
-
".
|
|
13293
|
-
".
|
|
13298
|
+
".group_1113": ("ReposOwnerRepoKeysPostBodyType",),
|
|
13299
|
+
".group_1114": ("ReposOwnerRepoLabelsPostBodyType",),
|
|
13300
|
+
".group_1115": ("ReposOwnerRepoLabelsNamePatchBodyType",),
|
|
13301
|
+
".group_1116": ("ReposOwnerRepoMergeUpstreamPostBodyType",),
|
|
13302
|
+
".group_1117": ("ReposOwnerRepoMergesPostBodyType",),
|
|
13303
|
+
".group_1118": ("ReposOwnerRepoMilestonesPostBodyType",),
|
|
13304
|
+
".group_1119": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType",),
|
|
13305
|
+
".group_1120": ("ReposOwnerRepoNotificationsPutBodyType",),
|
|
13306
|
+
".group_1121": ("ReposOwnerRepoNotificationsPutResponse202Type",),
|
|
13307
|
+
".group_1122": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type",),
|
|
13308
|
+
".group_1123": ("ReposOwnerRepoPagesPutBodyAnyof0Type",),
|
|
13309
|
+
".group_1124": ("ReposOwnerRepoPagesPutBodyAnyof1Type",),
|
|
13310
|
+
".group_1125": ("ReposOwnerRepoPagesPutBodyAnyof2Type",),
|
|
13311
|
+
".group_1126": ("ReposOwnerRepoPagesPutBodyAnyof3Type",),
|
|
13312
|
+
".group_1127": ("ReposOwnerRepoPagesPutBodyAnyof4Type",),
|
|
13313
|
+
".group_1128": ("ReposOwnerRepoPagesPostBodyPropSourceType",),
|
|
13314
|
+
".group_1129": ("ReposOwnerRepoPagesPostBodyAnyof0Type",),
|
|
13315
|
+
".group_1130": ("ReposOwnerRepoPagesPostBodyAnyof1Type",),
|
|
13316
|
+
".group_1131": ("ReposOwnerRepoPagesDeploymentsPostBodyType",),
|
|
13317
|
+
".group_1132": (
|
|
13294
13318
|
"ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type",
|
|
13295
13319
|
),
|
|
13296
|
-
".
|
|
13297
|
-
".
|
|
13298
|
-
".
|
|
13299
|
-
".
|
|
13300
|
-
".
|
|
13301
|
-
".
|
|
13302
|
-
".
|
|
13303
|
-
".
|
|
13304
|
-
".
|
|
13320
|
+
".group_1133": ("ReposOwnerRepoProjectsPostBodyType",),
|
|
13321
|
+
".group_1134": ("ReposOwnerRepoPropertiesValuesPatchBodyType",),
|
|
13322
|
+
".group_1135": ("ReposOwnerRepoPullsPostBodyType",),
|
|
13323
|
+
".group_1136": ("ReposOwnerRepoPullsCommentsCommentIdPatchBodyType",),
|
|
13324
|
+
".group_1137": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType",),
|
|
13325
|
+
".group_1138": ("ReposOwnerRepoPullsPullNumberPatchBodyType",),
|
|
13326
|
+
".group_1139": ("ReposOwnerRepoPullsPullNumberCodespacesPostBodyType",),
|
|
13327
|
+
".group_1140": ("ReposOwnerRepoPullsPullNumberCommentsPostBodyType",),
|
|
13328
|
+
".group_1141": (
|
|
13305
13329
|
"ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType",
|
|
13306
13330
|
),
|
|
13307
|
-
".
|
|
13308
|
-
".
|
|
13309
|
-
".
|
|
13310
|
-
".
|
|
13331
|
+
".group_1142": ("ReposOwnerRepoPullsPullNumberMergePutBodyType",),
|
|
13332
|
+
".group_1143": ("ReposOwnerRepoPullsPullNumberMergePutResponse405Type",),
|
|
13333
|
+
".group_1144": ("ReposOwnerRepoPullsPullNumberMergePutResponse409Type",),
|
|
13334
|
+
".group_1145": (
|
|
13311
13335
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type",
|
|
13312
13336
|
),
|
|
13313
|
-
".
|
|
13337
|
+
".group_1146": (
|
|
13314
13338
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type",
|
|
13315
13339
|
),
|
|
13316
|
-
".
|
|
13340
|
+
".group_1147": (
|
|
13317
13341
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType",
|
|
13318
13342
|
),
|
|
13319
|
-
".
|
|
13343
|
+
".group_1148": (
|
|
13320
13344
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyType",
|
|
13321
13345
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType",
|
|
13322
13346
|
),
|
|
13323
|
-
".
|
|
13324
|
-
".
|
|
13347
|
+
".group_1149": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType",),
|
|
13348
|
+
".group_1150": (
|
|
13325
13349
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType",
|
|
13326
13350
|
),
|
|
13327
|
-
".
|
|
13351
|
+
".group_1151": (
|
|
13328
13352
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType",
|
|
13329
13353
|
),
|
|
13330
|
-
".
|
|
13331
|
-
".
|
|
13332
|
-
".
|
|
13333
|
-
".
|
|
13334
|
-
".
|
|
13335
|
-
".
|
|
13336
|
-
".
|
|
13337
|
-
".
|
|
13338
|
-
".
|
|
13339
|
-
".
|
|
13340
|
-
".
|
|
13354
|
+
".group_1152": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType",),
|
|
13355
|
+
".group_1153": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type",),
|
|
13356
|
+
".group_1154": ("ReposOwnerRepoReleasesPostBodyType",),
|
|
13357
|
+
".group_1155": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType",),
|
|
13358
|
+
".group_1156": ("ReposOwnerRepoReleasesGenerateNotesPostBodyType",),
|
|
13359
|
+
".group_1157": ("ReposOwnerRepoReleasesReleaseIdPatchBodyType",),
|
|
13360
|
+
".group_1158": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType",),
|
|
13361
|
+
".group_1159": ("ReposOwnerRepoRulesetsPostBodyType",),
|
|
13362
|
+
".group_1160": ("ReposOwnerRepoRulesetsRulesetIdPutBodyType",),
|
|
13363
|
+
".group_1161": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType",),
|
|
13364
|
+
".group_1162": (
|
|
13341
13365
|
"ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType",
|
|
13342
13366
|
),
|
|
13343
|
-
".
|
|
13344
|
-
".
|
|
13345
|
-
".
|
|
13346
|
-
".
|
|
13347
|
-
".
|
|
13348
|
-
".
|
|
13349
|
-
".
|
|
13350
|
-
".
|
|
13351
|
-
".
|
|
13352
|
-
".
|
|
13353
|
-
".
|
|
13367
|
+
".group_1163": ("ReposOwnerRepoStatusesShaPostBodyType",),
|
|
13368
|
+
".group_1164": ("ReposOwnerRepoSubscriptionPutBodyType",),
|
|
13369
|
+
".group_1165": ("ReposOwnerRepoTagsProtectionPostBodyType",),
|
|
13370
|
+
".group_1166": ("ReposOwnerRepoTopicsPutBodyType",),
|
|
13371
|
+
".group_1167": ("ReposOwnerRepoTransferPostBodyType",),
|
|
13372
|
+
".group_1168": ("ReposTemplateOwnerTemplateRepoGeneratePostBodyType",),
|
|
13373
|
+
".group_1169": ("TeamsTeamIdPatchBodyType",),
|
|
13374
|
+
".group_1170": ("TeamsTeamIdDiscussionsPostBodyType",),
|
|
13375
|
+
".group_1171": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",),
|
|
13376
|
+
".group_1172": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType",),
|
|
13377
|
+
".group_1173": (
|
|
13354
13378
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
|
|
13355
13379
|
),
|
|
13356
|
-
".
|
|
13380
|
+
".group_1174": (
|
|
13357
13381
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
|
|
13358
13382
|
),
|
|
13359
|
-
".
|
|
13360
|
-
".
|
|
13361
|
-
".
|
|
13362
|
-
".
|
|
13363
|
-
".
|
|
13364
|
-
".
|
|
13365
|
-
".
|
|
13366
|
-
".
|
|
13367
|
-
".
|
|
13383
|
+
".group_1175": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType",),
|
|
13384
|
+
".group_1176": ("TeamsTeamIdMembershipsUsernamePutBodyType",),
|
|
13385
|
+
".group_1177": ("TeamsTeamIdProjectsProjectIdPutBodyType",),
|
|
13386
|
+
".group_1178": ("TeamsTeamIdProjectsProjectIdPutResponse403Type",),
|
|
13387
|
+
".group_1179": ("TeamsTeamIdReposOwnerRepoPutBodyType",),
|
|
13388
|
+
".group_1180": ("UserPatchBodyType",),
|
|
13389
|
+
".group_1181": ("UserCodespacesGetResponse200Type",),
|
|
13390
|
+
".group_1182": ("UserCodespacesPostBodyOneof0Type",),
|
|
13391
|
+
".group_1183": (
|
|
13368
13392
|
"UserCodespacesPostBodyOneof1Type",
|
|
13369
13393
|
"UserCodespacesPostBodyOneof1PropPullRequestType",
|
|
13370
13394
|
),
|
|
13371
|
-
".
|
|
13395
|
+
".group_1184": (
|
|
13372
13396
|
"UserCodespacesSecretsGetResponse200Type",
|
|
13373
13397
|
"CodespacesSecretType",
|
|
13374
13398
|
),
|
|
13375
|
-
".
|
|
13376
|
-
".
|
|
13399
|
+
".group_1185": ("UserCodespacesSecretsSecretNamePutBodyType",),
|
|
13400
|
+
".group_1186": (
|
|
13377
13401
|
"UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
|
|
13378
13402
|
),
|
|
13379
|
-
".
|
|
13380
|
-
".
|
|
13381
|
-
".
|
|
13382
|
-
".
|
|
13383
|
-
".
|
|
13384
|
-
".
|
|
13385
|
-
".
|
|
13386
|
-
".
|
|
13387
|
-
".
|
|
13388
|
-
".
|
|
13403
|
+
".group_1187": ("UserCodespacesSecretsSecretNameRepositoriesPutBodyType",),
|
|
13404
|
+
".group_1188": ("UserCodespacesCodespaceNamePatchBodyType",),
|
|
13405
|
+
".group_1189": ("UserCodespacesCodespaceNameMachinesGetResponse200Type",),
|
|
13406
|
+
".group_1190": ("UserCodespacesCodespaceNamePublishPostBodyType",),
|
|
13407
|
+
".group_1191": ("UserEmailVisibilityPatchBodyType",),
|
|
13408
|
+
".group_1192": ("UserEmailsPostBodyOneof0Type",),
|
|
13409
|
+
".group_1193": ("UserEmailsDeleteBodyOneof0Type",),
|
|
13410
|
+
".group_1194": ("UserGpgKeysPostBodyType",),
|
|
13411
|
+
".group_1195": ("UserInstallationsGetResponse200Type",),
|
|
13412
|
+
".group_1196": (
|
|
13389
13413
|
"UserInstallationsInstallationIdRepositoriesGetResponse200Type",
|
|
13390
13414
|
),
|
|
13391
|
-
".
|
|
13392
|
-
".
|
|
13393
|
-
".
|
|
13394
|
-
".
|
|
13395
|
-
".
|
|
13396
|
-
".
|
|
13397
|
-
".
|
|
13398
|
-
".
|
|
13399
|
-
".
|
|
13400
|
-
".
|
|
13401
|
-
".
|
|
13402
|
-
|
|
13415
|
+
".group_1197": ("UserInteractionLimitsGetResponse200Anyof1Type",),
|
|
13416
|
+
".group_1198": ("UserKeysPostBodyType",),
|
|
13417
|
+
".group_1199": ("UserMembershipsOrgsOrgPatchBodyType",),
|
|
13418
|
+
".group_1200": ("UserMigrationsPostBodyType",),
|
|
13419
|
+
".group_1201": ("UserProjectsPostBodyType",),
|
|
13420
|
+
".group_1202": ("UserReposPostBodyType",),
|
|
13421
|
+
".group_1203": ("UserSocialAccountsPostBodyType",),
|
|
13422
|
+
".group_1204": ("UserSocialAccountsDeleteBodyType",),
|
|
13423
|
+
".group_1205": ("UserSshSigningKeysPostBodyType",),
|
|
13424
|
+
".group_1206": ("UsersUsernameAttestationsBulkListPostBodyType",),
|
|
13425
|
+
".group_1207": (
|
|
13426
|
+
"UsersUsernameAttestationsBulkListPostResponse200Type",
|
|
13427
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
|
|
13428
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType",
|
|
13429
|
+
),
|
|
13430
|
+
".group_1208": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type",),
|
|
13431
|
+
".group_1209": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type",),
|
|
13432
|
+
".group_1210": (
|
|
13403
13433
|
"UsersUsernameAttestationsSubjectDigestGetResponse200Type",
|
|
13404
13434
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
13405
13435
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|