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,7 @@ class TeamsClient:
|
|
|
92
92
|
per_page: Missing[int] = UNSET,
|
|
93
93
|
page: Missing[int] = UNSET,
|
|
94
94
|
headers: Optional[Mapping[str, str]] = None,
|
|
95
|
+
stream: bool = False,
|
|
95
96
|
) -> Response[list[Team], list[TeamType]]:
|
|
96
97
|
"""teams/list
|
|
97
98
|
|
|
@@ -118,6 +119,7 @@ class TeamsClient:
|
|
|
118
119
|
url,
|
|
119
120
|
params=exclude_unset(params),
|
|
120
121
|
headers=exclude_unset(headers),
|
|
122
|
+
stream=stream,
|
|
121
123
|
response_model=list[Team],
|
|
122
124
|
error_models={
|
|
123
125
|
"403": BasicError,
|
|
@@ -131,6 +133,7 @@ class TeamsClient:
|
|
|
131
133
|
per_page: Missing[int] = UNSET,
|
|
132
134
|
page: Missing[int] = UNSET,
|
|
133
135
|
headers: Optional[Mapping[str, str]] = None,
|
|
136
|
+
stream: bool = False,
|
|
134
137
|
) -> Response[list[Team], list[TeamType]]:
|
|
135
138
|
"""teams/list
|
|
136
139
|
|
|
@@ -157,6 +160,7 @@ class TeamsClient:
|
|
|
157
160
|
url,
|
|
158
161
|
params=exclude_unset(params),
|
|
159
162
|
headers=exclude_unset(headers),
|
|
163
|
+
stream=stream,
|
|
160
164
|
response_model=list[Team],
|
|
161
165
|
error_models={
|
|
162
166
|
"403": BasicError,
|
|
@@ -169,6 +173,7 @@ class TeamsClient:
|
|
|
169
173
|
org: str,
|
|
170
174
|
*,
|
|
171
175
|
headers: Optional[Mapping[str, str]] = None,
|
|
176
|
+
stream: bool = False,
|
|
172
177
|
data: OrgsOrgTeamsPostBodyType,
|
|
173
178
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
174
179
|
|
|
@@ -179,6 +184,7 @@ class TeamsClient:
|
|
|
179
184
|
*,
|
|
180
185
|
data: UnsetType = UNSET,
|
|
181
186
|
headers: Optional[Mapping[str, str]] = None,
|
|
187
|
+
stream: bool = False,
|
|
182
188
|
name: str,
|
|
183
189
|
description: Missing[str] = UNSET,
|
|
184
190
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -196,6 +202,7 @@ class TeamsClient:
|
|
|
196
202
|
org: str,
|
|
197
203
|
*,
|
|
198
204
|
headers: Optional[Mapping[str, str]] = None,
|
|
205
|
+
stream: bool = False,
|
|
199
206
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
200
207
|
**kwargs,
|
|
201
208
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -230,6 +237,7 @@ class TeamsClient:
|
|
|
230
237
|
url,
|
|
231
238
|
json=exclude_unset(json),
|
|
232
239
|
headers=exclude_unset(headers),
|
|
240
|
+
stream=stream,
|
|
233
241
|
response_model=TeamFull,
|
|
234
242
|
error_models={
|
|
235
243
|
"422": ValidationError,
|
|
@@ -243,6 +251,7 @@ class TeamsClient:
|
|
|
243
251
|
org: str,
|
|
244
252
|
*,
|
|
245
253
|
headers: Optional[Mapping[str, str]] = None,
|
|
254
|
+
stream: bool = False,
|
|
246
255
|
data: OrgsOrgTeamsPostBodyType,
|
|
247
256
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
248
257
|
|
|
@@ -253,6 +262,7 @@ class TeamsClient:
|
|
|
253
262
|
*,
|
|
254
263
|
data: UnsetType = UNSET,
|
|
255
264
|
headers: Optional[Mapping[str, str]] = None,
|
|
265
|
+
stream: bool = False,
|
|
256
266
|
name: str,
|
|
257
267
|
description: Missing[str] = UNSET,
|
|
258
268
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -270,6 +280,7 @@ class TeamsClient:
|
|
|
270
280
|
org: str,
|
|
271
281
|
*,
|
|
272
282
|
headers: Optional[Mapping[str, str]] = None,
|
|
283
|
+
stream: bool = False,
|
|
273
284
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
274
285
|
**kwargs,
|
|
275
286
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -304,6 +315,7 @@ class TeamsClient:
|
|
|
304
315
|
url,
|
|
305
316
|
json=exclude_unset(json),
|
|
306
317
|
headers=exclude_unset(headers),
|
|
318
|
+
stream=stream,
|
|
307
319
|
response_model=TeamFull,
|
|
308
320
|
error_models={
|
|
309
321
|
"422": ValidationError,
|
|
@@ -317,6 +329,7 @@ class TeamsClient:
|
|
|
317
329
|
team_slug: str,
|
|
318
330
|
*,
|
|
319
331
|
headers: Optional[Mapping[str, str]] = None,
|
|
332
|
+
stream: bool = False,
|
|
320
333
|
) -> Response[TeamFull, TeamFullType]:
|
|
321
334
|
"""teams/get-by-name
|
|
322
335
|
|
|
@@ -340,6 +353,7 @@ class TeamsClient:
|
|
|
340
353
|
"GET",
|
|
341
354
|
url,
|
|
342
355
|
headers=exclude_unset(headers),
|
|
356
|
+
stream=stream,
|
|
343
357
|
response_model=TeamFull,
|
|
344
358
|
error_models={
|
|
345
359
|
"404": BasicError,
|
|
@@ -352,6 +366,7 @@ class TeamsClient:
|
|
|
352
366
|
team_slug: str,
|
|
353
367
|
*,
|
|
354
368
|
headers: Optional[Mapping[str, str]] = None,
|
|
369
|
+
stream: bool = False,
|
|
355
370
|
) -> Response[TeamFull, TeamFullType]:
|
|
356
371
|
"""teams/get-by-name
|
|
357
372
|
|
|
@@ -375,6 +390,7 @@ class TeamsClient:
|
|
|
375
390
|
"GET",
|
|
376
391
|
url,
|
|
377
392
|
headers=exclude_unset(headers),
|
|
393
|
+
stream=stream,
|
|
378
394
|
response_model=TeamFull,
|
|
379
395
|
error_models={
|
|
380
396
|
"404": BasicError,
|
|
@@ -387,6 +403,7 @@ class TeamsClient:
|
|
|
387
403
|
team_slug: str,
|
|
388
404
|
*,
|
|
389
405
|
headers: Optional[Mapping[str, str]] = None,
|
|
406
|
+
stream: bool = False,
|
|
390
407
|
) -> Response:
|
|
391
408
|
"""teams/delete-in-org
|
|
392
409
|
|
|
@@ -410,6 +427,7 @@ class TeamsClient:
|
|
|
410
427
|
"DELETE",
|
|
411
428
|
url,
|
|
412
429
|
headers=exclude_unset(headers),
|
|
430
|
+
stream=stream,
|
|
413
431
|
)
|
|
414
432
|
|
|
415
433
|
async def async_delete_in_org(
|
|
@@ -418,6 +436,7 @@ class TeamsClient:
|
|
|
418
436
|
team_slug: str,
|
|
419
437
|
*,
|
|
420
438
|
headers: Optional[Mapping[str, str]] = None,
|
|
439
|
+
stream: bool = False,
|
|
421
440
|
) -> Response:
|
|
422
441
|
"""teams/delete-in-org
|
|
423
442
|
|
|
@@ -441,6 +460,7 @@ class TeamsClient:
|
|
|
441
460
|
"DELETE",
|
|
442
461
|
url,
|
|
443
462
|
headers=exclude_unset(headers),
|
|
463
|
+
stream=stream,
|
|
444
464
|
)
|
|
445
465
|
|
|
446
466
|
@overload
|
|
@@ -450,6 +470,7 @@ class TeamsClient:
|
|
|
450
470
|
team_slug: str,
|
|
451
471
|
*,
|
|
452
472
|
headers: Optional[Mapping[str, str]] = None,
|
|
473
|
+
stream: bool = False,
|
|
453
474
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
454
475
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
455
476
|
|
|
@@ -461,6 +482,7 @@ class TeamsClient:
|
|
|
461
482
|
*,
|
|
462
483
|
data: UnsetType = UNSET,
|
|
463
484
|
headers: Optional[Mapping[str, str]] = None,
|
|
485
|
+
stream: bool = False,
|
|
464
486
|
name: Missing[str] = UNSET,
|
|
465
487
|
description: Missing[str] = UNSET,
|
|
466
488
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -477,6 +499,7 @@ class TeamsClient:
|
|
|
477
499
|
team_slug: str,
|
|
478
500
|
*,
|
|
479
501
|
headers: Optional[Mapping[str, str]] = None,
|
|
502
|
+
stream: bool = False,
|
|
480
503
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
481
504
|
**kwargs,
|
|
482
505
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -517,6 +540,7 @@ class TeamsClient:
|
|
|
517
540
|
url,
|
|
518
541
|
json=exclude_unset(json),
|
|
519
542
|
headers=exclude_unset(headers),
|
|
543
|
+
stream=stream,
|
|
520
544
|
response_model=TeamFull,
|
|
521
545
|
error_models={
|
|
522
546
|
"404": BasicError,
|
|
@@ -532,6 +556,7 @@ class TeamsClient:
|
|
|
532
556
|
team_slug: str,
|
|
533
557
|
*,
|
|
534
558
|
headers: Optional[Mapping[str, str]] = None,
|
|
559
|
+
stream: bool = False,
|
|
535
560
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
536
561
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
537
562
|
|
|
@@ -543,6 +568,7 @@ class TeamsClient:
|
|
|
543
568
|
*,
|
|
544
569
|
data: UnsetType = UNSET,
|
|
545
570
|
headers: Optional[Mapping[str, str]] = None,
|
|
571
|
+
stream: bool = False,
|
|
546
572
|
name: Missing[str] = UNSET,
|
|
547
573
|
description: Missing[str] = UNSET,
|
|
548
574
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -559,6 +585,7 @@ class TeamsClient:
|
|
|
559
585
|
team_slug: str,
|
|
560
586
|
*,
|
|
561
587
|
headers: Optional[Mapping[str, str]] = None,
|
|
588
|
+
stream: bool = False,
|
|
562
589
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
563
590
|
**kwargs,
|
|
564
591
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -599,6 +626,7 @@ class TeamsClient:
|
|
|
599
626
|
url,
|
|
600
627
|
json=exclude_unset(json),
|
|
601
628
|
headers=exclude_unset(headers),
|
|
629
|
+
stream=stream,
|
|
602
630
|
response_model=TeamFull,
|
|
603
631
|
error_models={
|
|
604
632
|
"404": BasicError,
|
|
@@ -617,6 +645,7 @@ class TeamsClient:
|
|
|
617
645
|
page: Missing[int] = UNSET,
|
|
618
646
|
pinned: Missing[str] = UNSET,
|
|
619
647
|
headers: Optional[Mapping[str, str]] = None,
|
|
648
|
+
stream: bool = False,
|
|
620
649
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
621
650
|
"""teams/list-discussions-in-org
|
|
622
651
|
|
|
@@ -650,6 +679,7 @@ class TeamsClient:
|
|
|
650
679
|
url,
|
|
651
680
|
params=exclude_unset(params),
|
|
652
681
|
headers=exclude_unset(headers),
|
|
682
|
+
stream=stream,
|
|
653
683
|
response_model=list[TeamDiscussion],
|
|
654
684
|
)
|
|
655
685
|
|
|
@@ -663,6 +693,7 @@ class TeamsClient:
|
|
|
663
693
|
page: Missing[int] = UNSET,
|
|
664
694
|
pinned: Missing[str] = UNSET,
|
|
665
695
|
headers: Optional[Mapping[str, str]] = None,
|
|
696
|
+
stream: bool = False,
|
|
666
697
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
667
698
|
"""teams/list-discussions-in-org
|
|
668
699
|
|
|
@@ -696,6 +727,7 @@ class TeamsClient:
|
|
|
696
727
|
url,
|
|
697
728
|
params=exclude_unset(params),
|
|
698
729
|
headers=exclude_unset(headers),
|
|
730
|
+
stream=stream,
|
|
699
731
|
response_model=list[TeamDiscussion],
|
|
700
732
|
)
|
|
701
733
|
|
|
@@ -706,6 +738,7 @@ class TeamsClient:
|
|
|
706
738
|
team_slug: str,
|
|
707
739
|
*,
|
|
708
740
|
headers: Optional[Mapping[str, str]] = None,
|
|
741
|
+
stream: bool = False,
|
|
709
742
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
710
743
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
711
744
|
|
|
@@ -717,6 +750,7 @@ class TeamsClient:
|
|
|
717
750
|
*,
|
|
718
751
|
data: UnsetType = UNSET,
|
|
719
752
|
headers: Optional[Mapping[str, str]] = None,
|
|
753
|
+
stream: bool = False,
|
|
720
754
|
title: str,
|
|
721
755
|
body: str,
|
|
722
756
|
private: Missing[bool] = UNSET,
|
|
@@ -728,6 +762,7 @@ class TeamsClient:
|
|
|
728
762
|
team_slug: str,
|
|
729
763
|
*,
|
|
730
764
|
headers: Optional[Mapping[str, str]] = None,
|
|
765
|
+
stream: bool = False,
|
|
731
766
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
732
767
|
**kwargs,
|
|
733
768
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -767,6 +802,7 @@ class TeamsClient:
|
|
|
767
802
|
url,
|
|
768
803
|
json=exclude_unset(json),
|
|
769
804
|
headers=exclude_unset(headers),
|
|
805
|
+
stream=stream,
|
|
770
806
|
response_model=TeamDiscussion,
|
|
771
807
|
)
|
|
772
808
|
|
|
@@ -777,6 +813,7 @@ class TeamsClient:
|
|
|
777
813
|
team_slug: str,
|
|
778
814
|
*,
|
|
779
815
|
headers: Optional[Mapping[str, str]] = None,
|
|
816
|
+
stream: bool = False,
|
|
780
817
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
781
818
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
782
819
|
|
|
@@ -788,6 +825,7 @@ class TeamsClient:
|
|
|
788
825
|
*,
|
|
789
826
|
data: UnsetType = UNSET,
|
|
790
827
|
headers: Optional[Mapping[str, str]] = None,
|
|
828
|
+
stream: bool = False,
|
|
791
829
|
title: str,
|
|
792
830
|
body: str,
|
|
793
831
|
private: Missing[bool] = UNSET,
|
|
@@ -799,6 +837,7 @@ class TeamsClient:
|
|
|
799
837
|
team_slug: str,
|
|
800
838
|
*,
|
|
801
839
|
headers: Optional[Mapping[str, str]] = None,
|
|
840
|
+
stream: bool = False,
|
|
802
841
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
803
842
|
**kwargs,
|
|
804
843
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -838,6 +877,7 @@ class TeamsClient:
|
|
|
838
877
|
url,
|
|
839
878
|
json=exclude_unset(json),
|
|
840
879
|
headers=exclude_unset(headers),
|
|
880
|
+
stream=stream,
|
|
841
881
|
response_model=TeamDiscussion,
|
|
842
882
|
)
|
|
843
883
|
|
|
@@ -848,6 +888,7 @@ class TeamsClient:
|
|
|
848
888
|
discussion_number: int,
|
|
849
889
|
*,
|
|
850
890
|
headers: Optional[Mapping[str, str]] = None,
|
|
891
|
+
stream: bool = False,
|
|
851
892
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
852
893
|
"""teams/get-discussion-in-org
|
|
853
894
|
|
|
@@ -873,6 +914,7 @@ class TeamsClient:
|
|
|
873
914
|
"GET",
|
|
874
915
|
url,
|
|
875
916
|
headers=exclude_unset(headers),
|
|
917
|
+
stream=stream,
|
|
876
918
|
response_model=TeamDiscussion,
|
|
877
919
|
)
|
|
878
920
|
|
|
@@ -883,6 +925,7 @@ class TeamsClient:
|
|
|
883
925
|
discussion_number: int,
|
|
884
926
|
*,
|
|
885
927
|
headers: Optional[Mapping[str, str]] = None,
|
|
928
|
+
stream: bool = False,
|
|
886
929
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
887
930
|
"""teams/get-discussion-in-org
|
|
888
931
|
|
|
@@ -908,6 +951,7 @@ class TeamsClient:
|
|
|
908
951
|
"GET",
|
|
909
952
|
url,
|
|
910
953
|
headers=exclude_unset(headers),
|
|
954
|
+
stream=stream,
|
|
911
955
|
response_model=TeamDiscussion,
|
|
912
956
|
)
|
|
913
957
|
|
|
@@ -918,6 +962,7 @@ class TeamsClient:
|
|
|
918
962
|
discussion_number: int,
|
|
919
963
|
*,
|
|
920
964
|
headers: Optional[Mapping[str, str]] = None,
|
|
965
|
+
stream: bool = False,
|
|
921
966
|
) -> Response:
|
|
922
967
|
"""teams/delete-discussion-in-org
|
|
923
968
|
|
|
@@ -941,6 +986,7 @@ class TeamsClient:
|
|
|
941
986
|
"DELETE",
|
|
942
987
|
url,
|
|
943
988
|
headers=exclude_unset(headers),
|
|
989
|
+
stream=stream,
|
|
944
990
|
)
|
|
945
991
|
|
|
946
992
|
async def async_delete_discussion_in_org(
|
|
@@ -950,6 +996,7 @@ class TeamsClient:
|
|
|
950
996
|
discussion_number: int,
|
|
951
997
|
*,
|
|
952
998
|
headers: Optional[Mapping[str, str]] = None,
|
|
999
|
+
stream: bool = False,
|
|
953
1000
|
) -> Response:
|
|
954
1001
|
"""teams/delete-discussion-in-org
|
|
955
1002
|
|
|
@@ -973,6 +1020,7 @@ class TeamsClient:
|
|
|
973
1020
|
"DELETE",
|
|
974
1021
|
url,
|
|
975
1022
|
headers=exclude_unset(headers),
|
|
1023
|
+
stream=stream,
|
|
976
1024
|
)
|
|
977
1025
|
|
|
978
1026
|
@overload
|
|
@@ -983,6 +1031,7 @@ class TeamsClient:
|
|
|
983
1031
|
discussion_number: int,
|
|
984
1032
|
*,
|
|
985
1033
|
headers: Optional[Mapping[str, str]] = None,
|
|
1034
|
+
stream: bool = False,
|
|
986
1035
|
data: Missing[
|
|
987
1036
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
988
1037
|
] = UNSET,
|
|
@@ -997,6 +1046,7 @@ class TeamsClient:
|
|
|
997
1046
|
*,
|
|
998
1047
|
data: UnsetType = UNSET,
|
|
999
1048
|
headers: Optional[Mapping[str, str]] = None,
|
|
1049
|
+
stream: bool = False,
|
|
1000
1050
|
title: Missing[str] = UNSET,
|
|
1001
1051
|
body: Missing[str] = UNSET,
|
|
1002
1052
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1008,6 +1058,7 @@ class TeamsClient:
|
|
|
1008
1058
|
discussion_number: int,
|
|
1009
1059
|
*,
|
|
1010
1060
|
headers: Optional[Mapping[str, str]] = None,
|
|
1061
|
+
stream: bool = False,
|
|
1011
1062
|
data: Missing[
|
|
1012
1063
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1013
1064
|
] = UNSET,
|
|
@@ -1052,6 +1103,7 @@ class TeamsClient:
|
|
|
1052
1103
|
url,
|
|
1053
1104
|
json=exclude_unset(json),
|
|
1054
1105
|
headers=exclude_unset(headers),
|
|
1106
|
+
stream=stream,
|
|
1055
1107
|
response_model=TeamDiscussion,
|
|
1056
1108
|
)
|
|
1057
1109
|
|
|
@@ -1063,6 +1115,7 @@ class TeamsClient:
|
|
|
1063
1115
|
discussion_number: int,
|
|
1064
1116
|
*,
|
|
1065
1117
|
headers: Optional[Mapping[str, str]] = None,
|
|
1118
|
+
stream: bool = False,
|
|
1066
1119
|
data: Missing[
|
|
1067
1120
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1068
1121
|
] = UNSET,
|
|
@@ -1077,6 +1130,7 @@ class TeamsClient:
|
|
|
1077
1130
|
*,
|
|
1078
1131
|
data: UnsetType = UNSET,
|
|
1079
1132
|
headers: Optional[Mapping[str, str]] = None,
|
|
1133
|
+
stream: bool = False,
|
|
1080
1134
|
title: Missing[str] = UNSET,
|
|
1081
1135
|
body: Missing[str] = UNSET,
|
|
1082
1136
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1088,6 +1142,7 @@ class TeamsClient:
|
|
|
1088
1142
|
discussion_number: int,
|
|
1089
1143
|
*,
|
|
1090
1144
|
headers: Optional[Mapping[str, str]] = None,
|
|
1145
|
+
stream: bool = False,
|
|
1091
1146
|
data: Missing[
|
|
1092
1147
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1093
1148
|
] = UNSET,
|
|
@@ -1132,6 +1187,7 @@ class TeamsClient:
|
|
|
1132
1187
|
url,
|
|
1133
1188
|
json=exclude_unset(json),
|
|
1134
1189
|
headers=exclude_unset(headers),
|
|
1190
|
+
stream=stream,
|
|
1135
1191
|
response_model=TeamDiscussion,
|
|
1136
1192
|
)
|
|
1137
1193
|
|
|
@@ -1145,6 +1201,7 @@ class TeamsClient:
|
|
|
1145
1201
|
per_page: Missing[int] = UNSET,
|
|
1146
1202
|
page: Missing[int] = UNSET,
|
|
1147
1203
|
headers: Optional[Mapping[str, str]] = None,
|
|
1204
|
+
stream: bool = False,
|
|
1148
1205
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1149
1206
|
"""teams/list-discussion-comments-in-org
|
|
1150
1207
|
|
|
@@ -1177,6 +1234,7 @@ class TeamsClient:
|
|
|
1177
1234
|
url,
|
|
1178
1235
|
params=exclude_unset(params),
|
|
1179
1236
|
headers=exclude_unset(headers),
|
|
1237
|
+
stream=stream,
|
|
1180
1238
|
response_model=list[TeamDiscussionComment],
|
|
1181
1239
|
)
|
|
1182
1240
|
|
|
@@ -1190,6 +1248,7 @@ class TeamsClient:
|
|
|
1190
1248
|
per_page: Missing[int] = UNSET,
|
|
1191
1249
|
page: Missing[int] = UNSET,
|
|
1192
1250
|
headers: Optional[Mapping[str, str]] = None,
|
|
1251
|
+
stream: bool = False,
|
|
1193
1252
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1194
1253
|
"""teams/list-discussion-comments-in-org
|
|
1195
1254
|
|
|
@@ -1222,6 +1281,7 @@ class TeamsClient:
|
|
|
1222
1281
|
url,
|
|
1223
1282
|
params=exclude_unset(params),
|
|
1224
1283
|
headers=exclude_unset(headers),
|
|
1284
|
+
stream=stream,
|
|
1225
1285
|
response_model=list[TeamDiscussionComment],
|
|
1226
1286
|
)
|
|
1227
1287
|
|
|
@@ -1233,6 +1293,7 @@ class TeamsClient:
|
|
|
1233
1293
|
discussion_number: int,
|
|
1234
1294
|
*,
|
|
1235
1295
|
headers: Optional[Mapping[str, str]] = None,
|
|
1296
|
+
stream: bool = False,
|
|
1236
1297
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1237
1298
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1238
1299
|
|
|
@@ -1245,6 +1306,7 @@ class TeamsClient:
|
|
|
1245
1306
|
*,
|
|
1246
1307
|
data: UnsetType = UNSET,
|
|
1247
1308
|
headers: Optional[Mapping[str, str]] = None,
|
|
1309
|
+
stream: bool = False,
|
|
1248
1310
|
body: str,
|
|
1249
1311
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1250
1312
|
|
|
@@ -1255,6 +1317,7 @@ class TeamsClient:
|
|
|
1255
1317
|
discussion_number: int,
|
|
1256
1318
|
*,
|
|
1257
1319
|
headers: Optional[Mapping[str, str]] = None,
|
|
1320
|
+
stream: bool = False,
|
|
1258
1321
|
data: Missing[
|
|
1259
1322
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1260
1323
|
] = UNSET,
|
|
@@ -1301,6 +1364,7 @@ class TeamsClient:
|
|
|
1301
1364
|
url,
|
|
1302
1365
|
json=exclude_unset(json),
|
|
1303
1366
|
headers=exclude_unset(headers),
|
|
1367
|
+
stream=stream,
|
|
1304
1368
|
response_model=TeamDiscussionComment,
|
|
1305
1369
|
)
|
|
1306
1370
|
|
|
@@ -1312,6 +1376,7 @@ class TeamsClient:
|
|
|
1312
1376
|
discussion_number: int,
|
|
1313
1377
|
*,
|
|
1314
1378
|
headers: Optional[Mapping[str, str]] = None,
|
|
1379
|
+
stream: bool = False,
|
|
1315
1380
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1316
1381
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1317
1382
|
|
|
@@ -1324,6 +1389,7 @@ class TeamsClient:
|
|
|
1324
1389
|
*,
|
|
1325
1390
|
data: UnsetType = UNSET,
|
|
1326
1391
|
headers: Optional[Mapping[str, str]] = None,
|
|
1392
|
+
stream: bool = False,
|
|
1327
1393
|
body: str,
|
|
1328
1394
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1329
1395
|
|
|
@@ -1334,6 +1400,7 @@ class TeamsClient:
|
|
|
1334
1400
|
discussion_number: int,
|
|
1335
1401
|
*,
|
|
1336
1402
|
headers: Optional[Mapping[str, str]] = None,
|
|
1403
|
+
stream: bool = False,
|
|
1337
1404
|
data: Missing[
|
|
1338
1405
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1339
1406
|
] = UNSET,
|
|
@@ -1380,6 +1447,7 @@ class TeamsClient:
|
|
|
1380
1447
|
url,
|
|
1381
1448
|
json=exclude_unset(json),
|
|
1382
1449
|
headers=exclude_unset(headers),
|
|
1450
|
+
stream=stream,
|
|
1383
1451
|
response_model=TeamDiscussionComment,
|
|
1384
1452
|
)
|
|
1385
1453
|
|
|
@@ -1391,6 +1459,7 @@ class TeamsClient:
|
|
|
1391
1459
|
comment_number: int,
|
|
1392
1460
|
*,
|
|
1393
1461
|
headers: Optional[Mapping[str, str]] = None,
|
|
1462
|
+
stream: bool = False,
|
|
1394
1463
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1395
1464
|
"""teams/get-discussion-comment-in-org
|
|
1396
1465
|
|
|
@@ -1416,6 +1485,7 @@ class TeamsClient:
|
|
|
1416
1485
|
"GET",
|
|
1417
1486
|
url,
|
|
1418
1487
|
headers=exclude_unset(headers),
|
|
1488
|
+
stream=stream,
|
|
1419
1489
|
response_model=TeamDiscussionComment,
|
|
1420
1490
|
)
|
|
1421
1491
|
|
|
@@ -1427,6 +1497,7 @@ class TeamsClient:
|
|
|
1427
1497
|
comment_number: int,
|
|
1428
1498
|
*,
|
|
1429
1499
|
headers: Optional[Mapping[str, str]] = None,
|
|
1500
|
+
stream: bool = False,
|
|
1430
1501
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1431
1502
|
"""teams/get-discussion-comment-in-org
|
|
1432
1503
|
|
|
@@ -1452,6 +1523,7 @@ class TeamsClient:
|
|
|
1452
1523
|
"GET",
|
|
1453
1524
|
url,
|
|
1454
1525
|
headers=exclude_unset(headers),
|
|
1526
|
+
stream=stream,
|
|
1455
1527
|
response_model=TeamDiscussionComment,
|
|
1456
1528
|
)
|
|
1457
1529
|
|
|
@@ -1463,6 +1535,7 @@ class TeamsClient:
|
|
|
1463
1535
|
comment_number: int,
|
|
1464
1536
|
*,
|
|
1465
1537
|
headers: Optional[Mapping[str, str]] = None,
|
|
1538
|
+
stream: bool = False,
|
|
1466
1539
|
) -> Response:
|
|
1467
1540
|
"""teams/delete-discussion-comment-in-org
|
|
1468
1541
|
|
|
@@ -1486,6 +1559,7 @@ class TeamsClient:
|
|
|
1486
1559
|
"DELETE",
|
|
1487
1560
|
url,
|
|
1488
1561
|
headers=exclude_unset(headers),
|
|
1562
|
+
stream=stream,
|
|
1489
1563
|
)
|
|
1490
1564
|
|
|
1491
1565
|
async def async_delete_discussion_comment_in_org(
|
|
@@ -1496,6 +1570,7 @@ class TeamsClient:
|
|
|
1496
1570
|
comment_number: int,
|
|
1497
1571
|
*,
|
|
1498
1572
|
headers: Optional[Mapping[str, str]] = None,
|
|
1573
|
+
stream: bool = False,
|
|
1499
1574
|
) -> Response:
|
|
1500
1575
|
"""teams/delete-discussion-comment-in-org
|
|
1501
1576
|
|
|
@@ -1519,6 +1594,7 @@ class TeamsClient:
|
|
|
1519
1594
|
"DELETE",
|
|
1520
1595
|
url,
|
|
1521
1596
|
headers=exclude_unset(headers),
|
|
1597
|
+
stream=stream,
|
|
1522
1598
|
)
|
|
1523
1599
|
|
|
1524
1600
|
@overload
|
|
@@ -1530,6 +1606,7 @@ class TeamsClient:
|
|
|
1530
1606
|
comment_number: int,
|
|
1531
1607
|
*,
|
|
1532
1608
|
headers: Optional[Mapping[str, str]] = None,
|
|
1609
|
+
stream: bool = False,
|
|
1533
1610
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1534
1611
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1535
1612
|
|
|
@@ -1543,6 +1620,7 @@ class TeamsClient:
|
|
|
1543
1620
|
*,
|
|
1544
1621
|
data: UnsetType = UNSET,
|
|
1545
1622
|
headers: Optional[Mapping[str, str]] = None,
|
|
1623
|
+
stream: bool = False,
|
|
1546
1624
|
body: str,
|
|
1547
1625
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1548
1626
|
|
|
@@ -1554,6 +1632,7 @@ class TeamsClient:
|
|
|
1554
1632
|
comment_number: int,
|
|
1555
1633
|
*,
|
|
1556
1634
|
headers: Optional[Mapping[str, str]] = None,
|
|
1635
|
+
stream: bool = False,
|
|
1557
1636
|
data: Missing[
|
|
1558
1637
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1559
1638
|
] = UNSET,
|
|
@@ -1599,6 +1678,7 @@ class TeamsClient:
|
|
|
1599
1678
|
url,
|
|
1600
1679
|
json=exclude_unset(json),
|
|
1601
1680
|
headers=exclude_unset(headers),
|
|
1681
|
+
stream=stream,
|
|
1602
1682
|
response_model=TeamDiscussionComment,
|
|
1603
1683
|
)
|
|
1604
1684
|
|
|
@@ -1611,6 +1691,7 @@ class TeamsClient:
|
|
|
1611
1691
|
comment_number: int,
|
|
1612
1692
|
*,
|
|
1613
1693
|
headers: Optional[Mapping[str, str]] = None,
|
|
1694
|
+
stream: bool = False,
|
|
1614
1695
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1615
1696
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1616
1697
|
|
|
@@ -1624,6 +1705,7 @@ class TeamsClient:
|
|
|
1624
1705
|
*,
|
|
1625
1706
|
data: UnsetType = UNSET,
|
|
1626
1707
|
headers: Optional[Mapping[str, str]] = None,
|
|
1708
|
+
stream: bool = False,
|
|
1627
1709
|
body: str,
|
|
1628
1710
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1629
1711
|
|
|
@@ -1635,6 +1717,7 @@ class TeamsClient:
|
|
|
1635
1717
|
comment_number: int,
|
|
1636
1718
|
*,
|
|
1637
1719
|
headers: Optional[Mapping[str, str]] = None,
|
|
1720
|
+
stream: bool = False,
|
|
1638
1721
|
data: Missing[
|
|
1639
1722
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1640
1723
|
] = UNSET,
|
|
@@ -1680,6 +1763,7 @@ class TeamsClient:
|
|
|
1680
1763
|
url,
|
|
1681
1764
|
json=exclude_unset(json),
|
|
1682
1765
|
headers=exclude_unset(headers),
|
|
1766
|
+
stream=stream,
|
|
1683
1767
|
response_model=TeamDiscussionComment,
|
|
1684
1768
|
)
|
|
1685
1769
|
|
|
@@ -1691,6 +1775,7 @@ class TeamsClient:
|
|
|
1691
1775
|
per_page: Missing[int] = UNSET,
|
|
1692
1776
|
page: Missing[int] = UNSET,
|
|
1693
1777
|
headers: Optional[Mapping[str, str]] = None,
|
|
1778
|
+
stream: bool = False,
|
|
1694
1779
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
1695
1780
|
"""teams/list-pending-invitations-in-org
|
|
1696
1781
|
|
|
@@ -1720,6 +1805,7 @@ class TeamsClient:
|
|
|
1720
1805
|
url,
|
|
1721
1806
|
params=exclude_unset(params),
|
|
1722
1807
|
headers=exclude_unset(headers),
|
|
1808
|
+
stream=stream,
|
|
1723
1809
|
response_model=list[OrganizationInvitation],
|
|
1724
1810
|
)
|
|
1725
1811
|
|
|
@@ -1731,6 +1817,7 @@ class TeamsClient:
|
|
|
1731
1817
|
per_page: Missing[int] = UNSET,
|
|
1732
1818
|
page: Missing[int] = UNSET,
|
|
1733
1819
|
headers: Optional[Mapping[str, str]] = None,
|
|
1820
|
+
stream: bool = False,
|
|
1734
1821
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
1735
1822
|
"""teams/list-pending-invitations-in-org
|
|
1736
1823
|
|
|
@@ -1760,6 +1847,7 @@ class TeamsClient:
|
|
|
1760
1847
|
url,
|
|
1761
1848
|
params=exclude_unset(params),
|
|
1762
1849
|
headers=exclude_unset(headers),
|
|
1850
|
+
stream=stream,
|
|
1763
1851
|
response_model=list[OrganizationInvitation],
|
|
1764
1852
|
)
|
|
1765
1853
|
|
|
@@ -1772,6 +1860,7 @@ class TeamsClient:
|
|
|
1772
1860
|
per_page: Missing[int] = UNSET,
|
|
1773
1861
|
page: Missing[int] = UNSET,
|
|
1774
1862
|
headers: Optional[Mapping[str, str]] = None,
|
|
1863
|
+
stream: bool = False,
|
|
1775
1864
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1776
1865
|
"""teams/list-members-in-org
|
|
1777
1866
|
|
|
@@ -1801,6 +1890,7 @@ class TeamsClient:
|
|
|
1801
1890
|
url,
|
|
1802
1891
|
params=exclude_unset(params),
|
|
1803
1892
|
headers=exclude_unset(headers),
|
|
1893
|
+
stream=stream,
|
|
1804
1894
|
response_model=list[SimpleUser],
|
|
1805
1895
|
)
|
|
1806
1896
|
|
|
@@ -1813,6 +1903,7 @@ class TeamsClient:
|
|
|
1813
1903
|
per_page: Missing[int] = UNSET,
|
|
1814
1904
|
page: Missing[int] = UNSET,
|
|
1815
1905
|
headers: Optional[Mapping[str, str]] = None,
|
|
1906
|
+
stream: bool = False,
|
|
1816
1907
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1817
1908
|
"""teams/list-members-in-org
|
|
1818
1909
|
|
|
@@ -1842,6 +1933,7 @@ class TeamsClient:
|
|
|
1842
1933
|
url,
|
|
1843
1934
|
params=exclude_unset(params),
|
|
1844
1935
|
headers=exclude_unset(headers),
|
|
1936
|
+
stream=stream,
|
|
1845
1937
|
response_model=list[SimpleUser],
|
|
1846
1938
|
)
|
|
1847
1939
|
|
|
@@ -1852,6 +1944,7 @@ class TeamsClient:
|
|
|
1852
1944
|
username: str,
|
|
1853
1945
|
*,
|
|
1854
1946
|
headers: Optional[Mapping[str, str]] = None,
|
|
1947
|
+
stream: bool = False,
|
|
1855
1948
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
1856
1949
|
"""teams/get-membership-for-user-in-org
|
|
1857
1950
|
|
|
@@ -1882,6 +1975,7 @@ class TeamsClient:
|
|
|
1882
1975
|
"GET",
|
|
1883
1976
|
url,
|
|
1884
1977
|
headers=exclude_unset(headers),
|
|
1978
|
+
stream=stream,
|
|
1885
1979
|
response_model=TeamMembership,
|
|
1886
1980
|
error_models={},
|
|
1887
1981
|
)
|
|
@@ -1893,6 +1987,7 @@ class TeamsClient:
|
|
|
1893
1987
|
username: str,
|
|
1894
1988
|
*,
|
|
1895
1989
|
headers: Optional[Mapping[str, str]] = None,
|
|
1990
|
+
stream: bool = False,
|
|
1896
1991
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
1897
1992
|
"""teams/get-membership-for-user-in-org
|
|
1898
1993
|
|
|
@@ -1923,6 +2018,7 @@ class TeamsClient:
|
|
|
1923
2018
|
"GET",
|
|
1924
2019
|
url,
|
|
1925
2020
|
headers=exclude_unset(headers),
|
|
2021
|
+
stream=stream,
|
|
1926
2022
|
response_model=TeamMembership,
|
|
1927
2023
|
error_models={},
|
|
1928
2024
|
)
|
|
@@ -1935,6 +2031,7 @@ class TeamsClient:
|
|
|
1935
2031
|
username: str,
|
|
1936
2032
|
*,
|
|
1937
2033
|
headers: Optional[Mapping[str, str]] = None,
|
|
2034
|
+
stream: bool = False,
|
|
1938
2035
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
1939
2036
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
1940
2037
|
|
|
@@ -1947,6 +2044,7 @@ class TeamsClient:
|
|
|
1947
2044
|
*,
|
|
1948
2045
|
data: UnsetType = UNSET,
|
|
1949
2046
|
headers: Optional[Mapping[str, str]] = None,
|
|
2047
|
+
stream: bool = False,
|
|
1950
2048
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
1951
2049
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
1952
2050
|
|
|
@@ -1957,6 +2055,7 @@ class TeamsClient:
|
|
|
1957
2055
|
username: str,
|
|
1958
2056
|
*,
|
|
1959
2057
|
headers: Optional[Mapping[str, str]] = None,
|
|
2058
|
+
stream: bool = False,
|
|
1960
2059
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
1961
2060
|
**kwargs,
|
|
1962
2061
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2006,6 +2105,7 @@ class TeamsClient:
|
|
|
2006
2105
|
url,
|
|
2007
2106
|
json=exclude_unset(json),
|
|
2008
2107
|
headers=exclude_unset(headers),
|
|
2108
|
+
stream=stream,
|
|
2009
2109
|
response_model=TeamMembership,
|
|
2010
2110
|
error_models={},
|
|
2011
2111
|
)
|
|
@@ -2018,6 +2118,7 @@ class TeamsClient:
|
|
|
2018
2118
|
username: str,
|
|
2019
2119
|
*,
|
|
2020
2120
|
headers: Optional[Mapping[str, str]] = None,
|
|
2121
|
+
stream: bool = False,
|
|
2021
2122
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2022
2123
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2023
2124
|
|
|
@@ -2030,6 +2131,7 @@ class TeamsClient:
|
|
|
2030
2131
|
*,
|
|
2031
2132
|
data: UnsetType = UNSET,
|
|
2032
2133
|
headers: Optional[Mapping[str, str]] = None,
|
|
2134
|
+
stream: bool = False,
|
|
2033
2135
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
2034
2136
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2035
2137
|
|
|
@@ -2040,6 +2142,7 @@ class TeamsClient:
|
|
|
2040
2142
|
username: str,
|
|
2041
2143
|
*,
|
|
2042
2144
|
headers: Optional[Mapping[str, str]] = None,
|
|
2145
|
+
stream: bool = False,
|
|
2043
2146
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2044
2147
|
**kwargs,
|
|
2045
2148
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2089,6 +2192,7 @@ class TeamsClient:
|
|
|
2089
2192
|
url,
|
|
2090
2193
|
json=exclude_unset(json),
|
|
2091
2194
|
headers=exclude_unset(headers),
|
|
2195
|
+
stream=stream,
|
|
2092
2196
|
response_model=TeamMembership,
|
|
2093
2197
|
error_models={},
|
|
2094
2198
|
)
|
|
@@ -2100,6 +2204,7 @@ class TeamsClient:
|
|
|
2100
2204
|
username: str,
|
|
2101
2205
|
*,
|
|
2102
2206
|
headers: Optional[Mapping[str, str]] = None,
|
|
2207
|
+
stream: bool = False,
|
|
2103
2208
|
) -> Response:
|
|
2104
2209
|
"""teams/remove-membership-for-user-in-org
|
|
2105
2210
|
|
|
@@ -2126,6 +2231,7 @@ class TeamsClient:
|
|
|
2126
2231
|
"DELETE",
|
|
2127
2232
|
url,
|
|
2128
2233
|
headers=exclude_unset(headers),
|
|
2234
|
+
stream=stream,
|
|
2129
2235
|
error_models={},
|
|
2130
2236
|
)
|
|
2131
2237
|
|
|
@@ -2136,6 +2242,7 @@ class TeamsClient:
|
|
|
2136
2242
|
username: str,
|
|
2137
2243
|
*,
|
|
2138
2244
|
headers: Optional[Mapping[str, str]] = None,
|
|
2245
|
+
stream: bool = False,
|
|
2139
2246
|
) -> Response:
|
|
2140
2247
|
"""teams/remove-membership-for-user-in-org
|
|
2141
2248
|
|
|
@@ -2162,6 +2269,7 @@ class TeamsClient:
|
|
|
2162
2269
|
"DELETE",
|
|
2163
2270
|
url,
|
|
2164
2271
|
headers=exclude_unset(headers),
|
|
2272
|
+
stream=stream,
|
|
2165
2273
|
error_models={},
|
|
2166
2274
|
)
|
|
2167
2275
|
|
|
@@ -2173,6 +2281,7 @@ class TeamsClient:
|
|
|
2173
2281
|
per_page: Missing[int] = UNSET,
|
|
2174
2282
|
page: Missing[int] = UNSET,
|
|
2175
2283
|
headers: Optional[Mapping[str, str]] = None,
|
|
2284
|
+
stream: bool = False,
|
|
2176
2285
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2177
2286
|
"""DEPRECATED teams/list-projects-in-org
|
|
2178
2287
|
|
|
@@ -2201,6 +2310,7 @@ class TeamsClient:
|
|
|
2201
2310
|
url,
|
|
2202
2311
|
params=exclude_unset(params),
|
|
2203
2312
|
headers=exclude_unset(headers),
|
|
2313
|
+
stream=stream,
|
|
2204
2314
|
response_model=list[TeamProject],
|
|
2205
2315
|
)
|
|
2206
2316
|
|
|
@@ -2212,6 +2322,7 @@ class TeamsClient:
|
|
|
2212
2322
|
per_page: Missing[int] = UNSET,
|
|
2213
2323
|
page: Missing[int] = UNSET,
|
|
2214
2324
|
headers: Optional[Mapping[str, str]] = None,
|
|
2325
|
+
stream: bool = False,
|
|
2215
2326
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2216
2327
|
"""DEPRECATED teams/list-projects-in-org
|
|
2217
2328
|
|
|
@@ -2240,6 +2351,7 @@ class TeamsClient:
|
|
|
2240
2351
|
url,
|
|
2241
2352
|
params=exclude_unset(params),
|
|
2242
2353
|
headers=exclude_unset(headers),
|
|
2354
|
+
stream=stream,
|
|
2243
2355
|
response_model=list[TeamProject],
|
|
2244
2356
|
)
|
|
2245
2357
|
|
|
@@ -2250,6 +2362,7 @@ class TeamsClient:
|
|
|
2250
2362
|
project_id: int,
|
|
2251
2363
|
*,
|
|
2252
2364
|
headers: Optional[Mapping[str, str]] = None,
|
|
2365
|
+
stream: bool = False,
|
|
2253
2366
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2254
2367
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2255
2368
|
|
|
@@ -2272,6 +2385,7 @@ class TeamsClient:
|
|
|
2272
2385
|
"GET",
|
|
2273
2386
|
url,
|
|
2274
2387
|
headers=exclude_unset(headers),
|
|
2388
|
+
stream=stream,
|
|
2275
2389
|
response_model=TeamProject,
|
|
2276
2390
|
error_models={},
|
|
2277
2391
|
)
|
|
@@ -2283,6 +2397,7 @@ class TeamsClient:
|
|
|
2283
2397
|
project_id: int,
|
|
2284
2398
|
*,
|
|
2285
2399
|
headers: Optional[Mapping[str, str]] = None,
|
|
2400
|
+
stream: bool = False,
|
|
2286
2401
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2287
2402
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2288
2403
|
|
|
@@ -2305,6 +2420,7 @@ class TeamsClient:
|
|
|
2305
2420
|
"GET",
|
|
2306
2421
|
url,
|
|
2307
2422
|
headers=exclude_unset(headers),
|
|
2423
|
+
stream=stream,
|
|
2308
2424
|
response_model=TeamProject,
|
|
2309
2425
|
error_models={},
|
|
2310
2426
|
)
|
|
@@ -2317,6 +2433,7 @@ class TeamsClient:
|
|
|
2317
2433
|
project_id: int,
|
|
2318
2434
|
*,
|
|
2319
2435
|
headers: Optional[Mapping[str, str]] = None,
|
|
2436
|
+
stream: bool = False,
|
|
2320
2437
|
data: Missing[
|
|
2321
2438
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2322
2439
|
] = UNSET,
|
|
@@ -2331,6 +2448,7 @@ class TeamsClient:
|
|
|
2331
2448
|
*,
|
|
2332
2449
|
data: UnsetType = UNSET,
|
|
2333
2450
|
headers: Optional[Mapping[str, str]] = None,
|
|
2451
|
+
stream: bool = False,
|
|
2334
2452
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2335
2453
|
) -> Response: ...
|
|
2336
2454
|
|
|
@@ -2341,6 +2459,7 @@ class TeamsClient:
|
|
|
2341
2459
|
project_id: int,
|
|
2342
2460
|
*,
|
|
2343
2461
|
headers: Optional[Mapping[str, str]] = None,
|
|
2462
|
+
stream: bool = False,
|
|
2344
2463
|
data: Missing[
|
|
2345
2464
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2346
2465
|
] = UNSET,
|
|
@@ -2384,6 +2503,7 @@ class TeamsClient:
|
|
|
2384
2503
|
url,
|
|
2385
2504
|
json=exclude_unset(json),
|
|
2386
2505
|
headers=exclude_unset(headers),
|
|
2506
|
+
stream=stream,
|
|
2387
2507
|
error_models={
|
|
2388
2508
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2389
2509
|
},
|
|
@@ -2397,6 +2517,7 @@ class TeamsClient:
|
|
|
2397
2517
|
project_id: int,
|
|
2398
2518
|
*,
|
|
2399
2519
|
headers: Optional[Mapping[str, str]] = None,
|
|
2520
|
+
stream: bool = False,
|
|
2400
2521
|
data: Missing[
|
|
2401
2522
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2402
2523
|
] = UNSET,
|
|
@@ -2411,6 +2532,7 @@ class TeamsClient:
|
|
|
2411
2532
|
*,
|
|
2412
2533
|
data: UnsetType = UNSET,
|
|
2413
2534
|
headers: Optional[Mapping[str, str]] = None,
|
|
2535
|
+
stream: bool = False,
|
|
2414
2536
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2415
2537
|
) -> Response: ...
|
|
2416
2538
|
|
|
@@ -2421,6 +2543,7 @@ class TeamsClient:
|
|
|
2421
2543
|
project_id: int,
|
|
2422
2544
|
*,
|
|
2423
2545
|
headers: Optional[Mapping[str, str]] = None,
|
|
2546
|
+
stream: bool = False,
|
|
2424
2547
|
data: Missing[
|
|
2425
2548
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2426
2549
|
] = UNSET,
|
|
@@ -2464,6 +2587,7 @@ class TeamsClient:
|
|
|
2464
2587
|
url,
|
|
2465
2588
|
json=exclude_unset(json),
|
|
2466
2589
|
headers=exclude_unset(headers),
|
|
2590
|
+
stream=stream,
|
|
2467
2591
|
error_models={
|
|
2468
2592
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2469
2593
|
},
|
|
@@ -2476,6 +2600,7 @@ class TeamsClient:
|
|
|
2476
2600
|
project_id: int,
|
|
2477
2601
|
*,
|
|
2478
2602
|
headers: Optional[Mapping[str, str]] = None,
|
|
2603
|
+
stream: bool = False,
|
|
2479
2604
|
) -> Response:
|
|
2480
2605
|
"""DEPRECATED teams/remove-project-in-org
|
|
2481
2606
|
|
|
@@ -2496,6 +2621,7 @@ class TeamsClient:
|
|
|
2496
2621
|
"DELETE",
|
|
2497
2622
|
url,
|
|
2498
2623
|
headers=exclude_unset(headers),
|
|
2624
|
+
stream=stream,
|
|
2499
2625
|
)
|
|
2500
2626
|
|
|
2501
2627
|
async def async_remove_project_in_org(
|
|
@@ -2505,6 +2631,7 @@ class TeamsClient:
|
|
|
2505
2631
|
project_id: int,
|
|
2506
2632
|
*,
|
|
2507
2633
|
headers: Optional[Mapping[str, str]] = None,
|
|
2634
|
+
stream: bool = False,
|
|
2508
2635
|
) -> Response:
|
|
2509
2636
|
"""DEPRECATED teams/remove-project-in-org
|
|
2510
2637
|
|
|
@@ -2525,6 +2652,7 @@ class TeamsClient:
|
|
|
2525
2652
|
"DELETE",
|
|
2526
2653
|
url,
|
|
2527
2654
|
headers=exclude_unset(headers),
|
|
2655
|
+
stream=stream,
|
|
2528
2656
|
)
|
|
2529
2657
|
|
|
2530
2658
|
def list_repos_in_org(
|
|
@@ -2535,6 +2663,7 @@ class TeamsClient:
|
|
|
2535
2663
|
per_page: Missing[int] = UNSET,
|
|
2536
2664
|
page: Missing[int] = UNSET,
|
|
2537
2665
|
headers: Optional[Mapping[str, str]] = None,
|
|
2666
|
+
stream: bool = False,
|
|
2538
2667
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2539
2668
|
"""teams/list-repos-in-org
|
|
2540
2669
|
|
|
@@ -2564,6 +2693,7 @@ class TeamsClient:
|
|
|
2564
2693
|
url,
|
|
2565
2694
|
params=exclude_unset(params),
|
|
2566
2695
|
headers=exclude_unset(headers),
|
|
2696
|
+
stream=stream,
|
|
2567
2697
|
response_model=list[MinimalRepository],
|
|
2568
2698
|
)
|
|
2569
2699
|
|
|
@@ -2575,6 +2705,7 @@ class TeamsClient:
|
|
|
2575
2705
|
per_page: Missing[int] = UNSET,
|
|
2576
2706
|
page: Missing[int] = UNSET,
|
|
2577
2707
|
headers: Optional[Mapping[str, str]] = None,
|
|
2708
|
+
stream: bool = False,
|
|
2578
2709
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2579
2710
|
"""teams/list-repos-in-org
|
|
2580
2711
|
|
|
@@ -2604,6 +2735,7 @@ class TeamsClient:
|
|
|
2604
2735
|
url,
|
|
2605
2736
|
params=exclude_unset(params),
|
|
2606
2737
|
headers=exclude_unset(headers),
|
|
2738
|
+
stream=stream,
|
|
2607
2739
|
response_model=list[MinimalRepository],
|
|
2608
2740
|
)
|
|
2609
2741
|
|
|
@@ -2615,6 +2747,7 @@ class TeamsClient:
|
|
|
2615
2747
|
repo: str,
|
|
2616
2748
|
*,
|
|
2617
2749
|
headers: Optional[Mapping[str, str]] = None,
|
|
2750
|
+
stream: bool = False,
|
|
2618
2751
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
2619
2752
|
"""teams/check-permissions-for-repo-in-org
|
|
2620
2753
|
|
|
@@ -2644,6 +2777,7 @@ class TeamsClient:
|
|
|
2644
2777
|
"GET",
|
|
2645
2778
|
url,
|
|
2646
2779
|
headers=exclude_unset(headers),
|
|
2780
|
+
stream=stream,
|
|
2647
2781
|
response_model=TeamRepository,
|
|
2648
2782
|
error_models={},
|
|
2649
2783
|
)
|
|
@@ -2656,6 +2790,7 @@ class TeamsClient:
|
|
|
2656
2790
|
repo: str,
|
|
2657
2791
|
*,
|
|
2658
2792
|
headers: Optional[Mapping[str, str]] = None,
|
|
2793
|
+
stream: bool = False,
|
|
2659
2794
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
2660
2795
|
"""teams/check-permissions-for-repo-in-org
|
|
2661
2796
|
|
|
@@ -2685,6 +2820,7 @@ class TeamsClient:
|
|
|
2685
2820
|
"GET",
|
|
2686
2821
|
url,
|
|
2687
2822
|
headers=exclude_unset(headers),
|
|
2823
|
+
stream=stream,
|
|
2688
2824
|
response_model=TeamRepository,
|
|
2689
2825
|
error_models={},
|
|
2690
2826
|
)
|
|
@@ -2698,6 +2834,7 @@ class TeamsClient:
|
|
|
2698
2834
|
repo: str,
|
|
2699
2835
|
*,
|
|
2700
2836
|
headers: Optional[Mapping[str, str]] = None,
|
|
2837
|
+
stream: bool = False,
|
|
2701
2838
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
2702
2839
|
) -> Response: ...
|
|
2703
2840
|
|
|
@@ -2711,6 +2848,7 @@ class TeamsClient:
|
|
|
2711
2848
|
*,
|
|
2712
2849
|
data: UnsetType = UNSET,
|
|
2713
2850
|
headers: Optional[Mapping[str, str]] = None,
|
|
2851
|
+
stream: bool = False,
|
|
2714
2852
|
permission: Missing[str] = UNSET,
|
|
2715
2853
|
) -> Response: ...
|
|
2716
2854
|
|
|
@@ -2722,6 +2860,7 @@ class TeamsClient:
|
|
|
2722
2860
|
repo: str,
|
|
2723
2861
|
*,
|
|
2724
2862
|
headers: Optional[Mapping[str, str]] = None,
|
|
2863
|
+
stream: bool = False,
|
|
2725
2864
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
2726
2865
|
**kwargs,
|
|
2727
2866
|
) -> Response:
|
|
@@ -2759,6 +2898,7 @@ class TeamsClient:
|
|
|
2759
2898
|
url,
|
|
2760
2899
|
json=exclude_unset(json),
|
|
2761
2900
|
headers=exclude_unset(headers),
|
|
2901
|
+
stream=stream,
|
|
2762
2902
|
)
|
|
2763
2903
|
|
|
2764
2904
|
@overload
|
|
@@ -2770,6 +2910,7 @@ class TeamsClient:
|
|
|
2770
2910
|
repo: str,
|
|
2771
2911
|
*,
|
|
2772
2912
|
headers: Optional[Mapping[str, str]] = None,
|
|
2913
|
+
stream: bool = False,
|
|
2773
2914
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
2774
2915
|
) -> Response: ...
|
|
2775
2916
|
|
|
@@ -2783,6 +2924,7 @@ class TeamsClient:
|
|
|
2783
2924
|
*,
|
|
2784
2925
|
data: UnsetType = UNSET,
|
|
2785
2926
|
headers: Optional[Mapping[str, str]] = None,
|
|
2927
|
+
stream: bool = False,
|
|
2786
2928
|
permission: Missing[str] = UNSET,
|
|
2787
2929
|
) -> Response: ...
|
|
2788
2930
|
|
|
@@ -2794,6 +2936,7 @@ class TeamsClient:
|
|
|
2794
2936
|
repo: str,
|
|
2795
2937
|
*,
|
|
2796
2938
|
headers: Optional[Mapping[str, str]] = None,
|
|
2939
|
+
stream: bool = False,
|
|
2797
2940
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
2798
2941
|
**kwargs,
|
|
2799
2942
|
) -> Response:
|
|
@@ -2831,6 +2974,7 @@ class TeamsClient:
|
|
|
2831
2974
|
url,
|
|
2832
2975
|
json=exclude_unset(json),
|
|
2833
2976
|
headers=exclude_unset(headers),
|
|
2977
|
+
stream=stream,
|
|
2834
2978
|
)
|
|
2835
2979
|
|
|
2836
2980
|
def remove_repo_in_org(
|
|
@@ -2841,6 +2985,7 @@ class TeamsClient:
|
|
|
2841
2985
|
repo: str,
|
|
2842
2986
|
*,
|
|
2843
2987
|
headers: Optional[Mapping[str, str]] = None,
|
|
2988
|
+
stream: bool = False,
|
|
2844
2989
|
) -> Response:
|
|
2845
2990
|
"""teams/remove-repo-in-org
|
|
2846
2991
|
|
|
@@ -2862,6 +3007,7 @@ class TeamsClient:
|
|
|
2862
3007
|
"DELETE",
|
|
2863
3008
|
url,
|
|
2864
3009
|
headers=exclude_unset(headers),
|
|
3010
|
+
stream=stream,
|
|
2865
3011
|
)
|
|
2866
3012
|
|
|
2867
3013
|
async def async_remove_repo_in_org(
|
|
@@ -2872,6 +3018,7 @@ class TeamsClient:
|
|
|
2872
3018
|
repo: str,
|
|
2873
3019
|
*,
|
|
2874
3020
|
headers: Optional[Mapping[str, str]] = None,
|
|
3021
|
+
stream: bool = False,
|
|
2875
3022
|
) -> Response:
|
|
2876
3023
|
"""teams/remove-repo-in-org
|
|
2877
3024
|
|
|
@@ -2893,6 +3040,7 @@ class TeamsClient:
|
|
|
2893
3040
|
"DELETE",
|
|
2894
3041
|
url,
|
|
2895
3042
|
headers=exclude_unset(headers),
|
|
3043
|
+
stream=stream,
|
|
2896
3044
|
)
|
|
2897
3045
|
|
|
2898
3046
|
def list_child_in_org(
|
|
@@ -2903,6 +3051,7 @@ class TeamsClient:
|
|
|
2903
3051
|
per_page: Missing[int] = UNSET,
|
|
2904
3052
|
page: Missing[int] = UNSET,
|
|
2905
3053
|
headers: Optional[Mapping[str, str]] = None,
|
|
3054
|
+
stream: bool = False,
|
|
2906
3055
|
) -> Response[list[Team], list[TeamType]]:
|
|
2907
3056
|
"""teams/list-child-in-org
|
|
2908
3057
|
|
|
@@ -2932,6 +3081,7 @@ class TeamsClient:
|
|
|
2932
3081
|
url,
|
|
2933
3082
|
params=exclude_unset(params),
|
|
2934
3083
|
headers=exclude_unset(headers),
|
|
3084
|
+
stream=stream,
|
|
2935
3085
|
response_model=list[Team],
|
|
2936
3086
|
)
|
|
2937
3087
|
|
|
@@ -2943,6 +3093,7 @@ class TeamsClient:
|
|
|
2943
3093
|
per_page: Missing[int] = UNSET,
|
|
2944
3094
|
page: Missing[int] = UNSET,
|
|
2945
3095
|
headers: Optional[Mapping[str, str]] = None,
|
|
3096
|
+
stream: bool = False,
|
|
2946
3097
|
) -> Response[list[Team], list[TeamType]]:
|
|
2947
3098
|
"""teams/list-child-in-org
|
|
2948
3099
|
|
|
@@ -2972,6 +3123,7 @@ class TeamsClient:
|
|
|
2972
3123
|
url,
|
|
2973
3124
|
params=exclude_unset(params),
|
|
2974
3125
|
headers=exclude_unset(headers),
|
|
3126
|
+
stream=stream,
|
|
2975
3127
|
response_model=list[Team],
|
|
2976
3128
|
)
|
|
2977
3129
|
|
|
@@ -2980,6 +3132,7 @@ class TeamsClient:
|
|
|
2980
3132
|
team_id: int,
|
|
2981
3133
|
*,
|
|
2982
3134
|
headers: Optional[Mapping[str, str]] = None,
|
|
3135
|
+
stream: bool = False,
|
|
2983
3136
|
) -> Response[TeamFull, TeamFullType]:
|
|
2984
3137
|
"""DEPRECATED teams/get-legacy
|
|
2985
3138
|
|
|
@@ -3001,6 +3154,7 @@ class TeamsClient:
|
|
|
3001
3154
|
"GET",
|
|
3002
3155
|
url,
|
|
3003
3156
|
headers=exclude_unset(headers),
|
|
3157
|
+
stream=stream,
|
|
3004
3158
|
response_model=TeamFull,
|
|
3005
3159
|
error_models={
|
|
3006
3160
|
"404": BasicError,
|
|
@@ -3012,6 +3166,7 @@ class TeamsClient:
|
|
|
3012
3166
|
team_id: int,
|
|
3013
3167
|
*,
|
|
3014
3168
|
headers: Optional[Mapping[str, str]] = None,
|
|
3169
|
+
stream: bool = False,
|
|
3015
3170
|
) -> Response[TeamFull, TeamFullType]:
|
|
3016
3171
|
"""DEPRECATED teams/get-legacy
|
|
3017
3172
|
|
|
@@ -3033,6 +3188,7 @@ class TeamsClient:
|
|
|
3033
3188
|
"GET",
|
|
3034
3189
|
url,
|
|
3035
3190
|
headers=exclude_unset(headers),
|
|
3191
|
+
stream=stream,
|
|
3036
3192
|
response_model=TeamFull,
|
|
3037
3193
|
error_models={
|
|
3038
3194
|
"404": BasicError,
|
|
@@ -3044,6 +3200,7 @@ class TeamsClient:
|
|
|
3044
3200
|
team_id: int,
|
|
3045
3201
|
*,
|
|
3046
3202
|
headers: Optional[Mapping[str, str]] = None,
|
|
3203
|
+
stream: bool = False,
|
|
3047
3204
|
) -> Response:
|
|
3048
3205
|
"""DEPRECATED teams/delete-legacy
|
|
3049
3206
|
|
|
@@ -3069,6 +3226,7 @@ class TeamsClient:
|
|
|
3069
3226
|
"DELETE",
|
|
3070
3227
|
url,
|
|
3071
3228
|
headers=exclude_unset(headers),
|
|
3229
|
+
stream=stream,
|
|
3072
3230
|
error_models={
|
|
3073
3231
|
"404": BasicError,
|
|
3074
3232
|
"422": ValidationError,
|
|
@@ -3080,6 +3238,7 @@ class TeamsClient:
|
|
|
3080
3238
|
team_id: int,
|
|
3081
3239
|
*,
|
|
3082
3240
|
headers: Optional[Mapping[str, str]] = None,
|
|
3241
|
+
stream: bool = False,
|
|
3083
3242
|
) -> Response:
|
|
3084
3243
|
"""DEPRECATED teams/delete-legacy
|
|
3085
3244
|
|
|
@@ -3105,6 +3264,7 @@ class TeamsClient:
|
|
|
3105
3264
|
"DELETE",
|
|
3106
3265
|
url,
|
|
3107
3266
|
headers=exclude_unset(headers),
|
|
3267
|
+
stream=stream,
|
|
3108
3268
|
error_models={
|
|
3109
3269
|
"404": BasicError,
|
|
3110
3270
|
"422": ValidationError,
|
|
@@ -3117,6 +3277,7 @@ class TeamsClient:
|
|
|
3117
3277
|
team_id: int,
|
|
3118
3278
|
*,
|
|
3119
3279
|
headers: Optional[Mapping[str, str]] = None,
|
|
3280
|
+
stream: bool = False,
|
|
3120
3281
|
data: TeamsTeamIdPatchBodyType,
|
|
3121
3282
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3122
3283
|
|
|
@@ -3127,6 +3288,7 @@ class TeamsClient:
|
|
|
3127
3288
|
*,
|
|
3128
3289
|
data: UnsetType = UNSET,
|
|
3129
3290
|
headers: Optional[Mapping[str, str]] = None,
|
|
3291
|
+
stream: bool = False,
|
|
3130
3292
|
name: str,
|
|
3131
3293
|
description: Missing[str] = UNSET,
|
|
3132
3294
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3142,6 +3304,7 @@ class TeamsClient:
|
|
|
3142
3304
|
team_id: int,
|
|
3143
3305
|
*,
|
|
3144
3306
|
headers: Optional[Mapping[str, str]] = None,
|
|
3307
|
+
stream: bool = False,
|
|
3145
3308
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3146
3309
|
**kwargs,
|
|
3147
3310
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3180,6 +3343,7 @@ class TeamsClient:
|
|
|
3180
3343
|
url,
|
|
3181
3344
|
json=exclude_unset(json),
|
|
3182
3345
|
headers=exclude_unset(headers),
|
|
3346
|
+
stream=stream,
|
|
3183
3347
|
response_model=TeamFull,
|
|
3184
3348
|
error_models={
|
|
3185
3349
|
"404": BasicError,
|
|
@@ -3194,6 +3358,7 @@ class TeamsClient:
|
|
|
3194
3358
|
team_id: int,
|
|
3195
3359
|
*,
|
|
3196
3360
|
headers: Optional[Mapping[str, str]] = None,
|
|
3361
|
+
stream: bool = False,
|
|
3197
3362
|
data: TeamsTeamIdPatchBodyType,
|
|
3198
3363
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3199
3364
|
|
|
@@ -3204,6 +3369,7 @@ class TeamsClient:
|
|
|
3204
3369
|
*,
|
|
3205
3370
|
data: UnsetType = UNSET,
|
|
3206
3371
|
headers: Optional[Mapping[str, str]] = None,
|
|
3372
|
+
stream: bool = False,
|
|
3207
3373
|
name: str,
|
|
3208
3374
|
description: Missing[str] = UNSET,
|
|
3209
3375
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3219,6 +3385,7 @@ class TeamsClient:
|
|
|
3219
3385
|
team_id: int,
|
|
3220
3386
|
*,
|
|
3221
3387
|
headers: Optional[Mapping[str, str]] = None,
|
|
3388
|
+
stream: bool = False,
|
|
3222
3389
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3223
3390
|
**kwargs,
|
|
3224
3391
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3257,6 +3424,7 @@ class TeamsClient:
|
|
|
3257
3424
|
url,
|
|
3258
3425
|
json=exclude_unset(json),
|
|
3259
3426
|
headers=exclude_unset(headers),
|
|
3427
|
+
stream=stream,
|
|
3260
3428
|
response_model=TeamFull,
|
|
3261
3429
|
error_models={
|
|
3262
3430
|
"404": BasicError,
|
|
@@ -3273,6 +3441,7 @@ class TeamsClient:
|
|
|
3273
3441
|
per_page: Missing[int] = UNSET,
|
|
3274
3442
|
page: Missing[int] = UNSET,
|
|
3275
3443
|
headers: Optional[Mapping[str, str]] = None,
|
|
3444
|
+
stream: bool = False,
|
|
3276
3445
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
3277
3446
|
"""DEPRECATED teams/list-discussions-legacy
|
|
3278
3447
|
|
|
@@ -3305,6 +3474,7 @@ class TeamsClient:
|
|
|
3305
3474
|
url,
|
|
3306
3475
|
params=exclude_unset(params),
|
|
3307
3476
|
headers=exclude_unset(headers),
|
|
3477
|
+
stream=stream,
|
|
3308
3478
|
response_model=list[TeamDiscussion],
|
|
3309
3479
|
)
|
|
3310
3480
|
|
|
@@ -3316,6 +3486,7 @@ class TeamsClient:
|
|
|
3316
3486
|
per_page: Missing[int] = UNSET,
|
|
3317
3487
|
page: Missing[int] = UNSET,
|
|
3318
3488
|
headers: Optional[Mapping[str, str]] = None,
|
|
3489
|
+
stream: bool = False,
|
|
3319
3490
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
3320
3491
|
"""DEPRECATED teams/list-discussions-legacy
|
|
3321
3492
|
|
|
@@ -3348,6 +3519,7 @@ class TeamsClient:
|
|
|
3348
3519
|
url,
|
|
3349
3520
|
params=exclude_unset(params),
|
|
3350
3521
|
headers=exclude_unset(headers),
|
|
3522
|
+
stream=stream,
|
|
3351
3523
|
response_model=list[TeamDiscussion],
|
|
3352
3524
|
)
|
|
3353
3525
|
|
|
@@ -3357,6 +3529,7 @@ class TeamsClient:
|
|
|
3357
3529
|
team_id: int,
|
|
3358
3530
|
*,
|
|
3359
3531
|
headers: Optional[Mapping[str, str]] = None,
|
|
3532
|
+
stream: bool = False,
|
|
3360
3533
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
3361
3534
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
3362
3535
|
|
|
@@ -3367,6 +3540,7 @@ class TeamsClient:
|
|
|
3367
3540
|
*,
|
|
3368
3541
|
data: UnsetType = UNSET,
|
|
3369
3542
|
headers: Optional[Mapping[str, str]] = None,
|
|
3543
|
+
stream: bool = False,
|
|
3370
3544
|
title: str,
|
|
3371
3545
|
body: str,
|
|
3372
3546
|
private: Missing[bool] = UNSET,
|
|
@@ -3377,6 +3551,7 @@ class TeamsClient:
|
|
|
3377
3551
|
team_id: int,
|
|
3378
3552
|
*,
|
|
3379
3553
|
headers: Optional[Mapping[str, str]] = None,
|
|
3554
|
+
stream: bool = False,
|
|
3380
3555
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
3381
3556
|
**kwargs,
|
|
3382
3557
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -3416,6 +3591,7 @@ class TeamsClient:
|
|
|
3416
3591
|
url,
|
|
3417
3592
|
json=exclude_unset(json),
|
|
3418
3593
|
headers=exclude_unset(headers),
|
|
3594
|
+
stream=stream,
|
|
3419
3595
|
response_model=TeamDiscussion,
|
|
3420
3596
|
)
|
|
3421
3597
|
|
|
@@ -3425,6 +3601,7 @@ class TeamsClient:
|
|
|
3425
3601
|
team_id: int,
|
|
3426
3602
|
*,
|
|
3427
3603
|
headers: Optional[Mapping[str, str]] = None,
|
|
3604
|
+
stream: bool = False,
|
|
3428
3605
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
3429
3606
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
3430
3607
|
|
|
@@ -3435,6 +3612,7 @@ class TeamsClient:
|
|
|
3435
3612
|
*,
|
|
3436
3613
|
data: UnsetType = UNSET,
|
|
3437
3614
|
headers: Optional[Mapping[str, str]] = None,
|
|
3615
|
+
stream: bool = False,
|
|
3438
3616
|
title: str,
|
|
3439
3617
|
body: str,
|
|
3440
3618
|
private: Missing[bool] = UNSET,
|
|
@@ -3445,6 +3623,7 @@ class TeamsClient:
|
|
|
3445
3623
|
team_id: int,
|
|
3446
3624
|
*,
|
|
3447
3625
|
headers: Optional[Mapping[str, str]] = None,
|
|
3626
|
+
stream: bool = False,
|
|
3448
3627
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
3449
3628
|
**kwargs,
|
|
3450
3629
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -3484,6 +3663,7 @@ class TeamsClient:
|
|
|
3484
3663
|
url,
|
|
3485
3664
|
json=exclude_unset(json),
|
|
3486
3665
|
headers=exclude_unset(headers),
|
|
3666
|
+
stream=stream,
|
|
3487
3667
|
response_model=TeamDiscussion,
|
|
3488
3668
|
)
|
|
3489
3669
|
|
|
@@ -3493,6 +3673,7 @@ class TeamsClient:
|
|
|
3493
3673
|
discussion_number: int,
|
|
3494
3674
|
*,
|
|
3495
3675
|
headers: Optional[Mapping[str, str]] = None,
|
|
3676
|
+
stream: bool = False,
|
|
3496
3677
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
3497
3678
|
"""DEPRECATED teams/get-discussion-legacy
|
|
3498
3679
|
|
|
@@ -3518,6 +3699,7 @@ class TeamsClient:
|
|
|
3518
3699
|
"GET",
|
|
3519
3700
|
url,
|
|
3520
3701
|
headers=exclude_unset(headers),
|
|
3702
|
+
stream=stream,
|
|
3521
3703
|
response_model=TeamDiscussion,
|
|
3522
3704
|
)
|
|
3523
3705
|
|
|
@@ -3527,6 +3709,7 @@ class TeamsClient:
|
|
|
3527
3709
|
discussion_number: int,
|
|
3528
3710
|
*,
|
|
3529
3711
|
headers: Optional[Mapping[str, str]] = None,
|
|
3712
|
+
stream: bool = False,
|
|
3530
3713
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
3531
3714
|
"""DEPRECATED teams/get-discussion-legacy
|
|
3532
3715
|
|
|
@@ -3552,6 +3735,7 @@ class TeamsClient:
|
|
|
3552
3735
|
"GET",
|
|
3553
3736
|
url,
|
|
3554
3737
|
headers=exclude_unset(headers),
|
|
3738
|
+
stream=stream,
|
|
3555
3739
|
response_model=TeamDiscussion,
|
|
3556
3740
|
)
|
|
3557
3741
|
|
|
@@ -3561,6 +3745,7 @@ class TeamsClient:
|
|
|
3561
3745
|
discussion_number: int,
|
|
3562
3746
|
*,
|
|
3563
3747
|
headers: Optional[Mapping[str, str]] = None,
|
|
3748
|
+
stream: bool = False,
|
|
3564
3749
|
) -> Response:
|
|
3565
3750
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
3566
3751
|
|
|
@@ -3584,6 +3769,7 @@ class TeamsClient:
|
|
|
3584
3769
|
"DELETE",
|
|
3585
3770
|
url,
|
|
3586
3771
|
headers=exclude_unset(headers),
|
|
3772
|
+
stream=stream,
|
|
3587
3773
|
)
|
|
3588
3774
|
|
|
3589
3775
|
async def async_delete_discussion_legacy(
|
|
@@ -3592,6 +3778,7 @@ class TeamsClient:
|
|
|
3592
3778
|
discussion_number: int,
|
|
3593
3779
|
*,
|
|
3594
3780
|
headers: Optional[Mapping[str, str]] = None,
|
|
3781
|
+
stream: bool = False,
|
|
3595
3782
|
) -> Response:
|
|
3596
3783
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
3597
3784
|
|
|
@@ -3615,6 +3802,7 @@ class TeamsClient:
|
|
|
3615
3802
|
"DELETE",
|
|
3616
3803
|
url,
|
|
3617
3804
|
headers=exclude_unset(headers),
|
|
3805
|
+
stream=stream,
|
|
3618
3806
|
)
|
|
3619
3807
|
|
|
3620
3808
|
@overload
|
|
@@ -3624,6 +3812,7 @@ class TeamsClient:
|
|
|
3624
3812
|
discussion_number: int,
|
|
3625
3813
|
*,
|
|
3626
3814
|
headers: Optional[Mapping[str, str]] = None,
|
|
3815
|
+
stream: bool = False,
|
|
3627
3816
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
3628
3817
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
3629
3818
|
|
|
@@ -3635,6 +3824,7 @@ class TeamsClient:
|
|
|
3635
3824
|
*,
|
|
3636
3825
|
data: UnsetType = UNSET,
|
|
3637
3826
|
headers: Optional[Mapping[str, str]] = None,
|
|
3827
|
+
stream: bool = False,
|
|
3638
3828
|
title: Missing[str] = UNSET,
|
|
3639
3829
|
body: Missing[str] = UNSET,
|
|
3640
3830
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -3645,6 +3835,7 @@ class TeamsClient:
|
|
|
3645
3835
|
discussion_number: int,
|
|
3646
3836
|
*,
|
|
3647
3837
|
headers: Optional[Mapping[str, str]] = None,
|
|
3838
|
+
stream: bool = False,
|
|
3648
3839
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
3649
3840
|
**kwargs,
|
|
3650
3841
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -3687,6 +3878,7 @@ class TeamsClient:
|
|
|
3687
3878
|
url,
|
|
3688
3879
|
json=exclude_unset(json),
|
|
3689
3880
|
headers=exclude_unset(headers),
|
|
3881
|
+
stream=stream,
|
|
3690
3882
|
response_model=TeamDiscussion,
|
|
3691
3883
|
)
|
|
3692
3884
|
|
|
@@ -3697,6 +3889,7 @@ class TeamsClient:
|
|
|
3697
3889
|
discussion_number: int,
|
|
3698
3890
|
*,
|
|
3699
3891
|
headers: Optional[Mapping[str, str]] = None,
|
|
3892
|
+
stream: bool = False,
|
|
3700
3893
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
3701
3894
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
3702
3895
|
|
|
@@ -3708,6 +3901,7 @@ class TeamsClient:
|
|
|
3708
3901
|
*,
|
|
3709
3902
|
data: UnsetType = UNSET,
|
|
3710
3903
|
headers: Optional[Mapping[str, str]] = None,
|
|
3904
|
+
stream: bool = False,
|
|
3711
3905
|
title: Missing[str] = UNSET,
|
|
3712
3906
|
body: Missing[str] = UNSET,
|
|
3713
3907
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -3718,6 +3912,7 @@ class TeamsClient:
|
|
|
3718
3912
|
discussion_number: int,
|
|
3719
3913
|
*,
|
|
3720
3914
|
headers: Optional[Mapping[str, str]] = None,
|
|
3915
|
+
stream: bool = False,
|
|
3721
3916
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
3722
3917
|
**kwargs,
|
|
3723
3918
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -3760,6 +3955,7 @@ class TeamsClient:
|
|
|
3760
3955
|
url,
|
|
3761
3956
|
json=exclude_unset(json),
|
|
3762
3957
|
headers=exclude_unset(headers),
|
|
3958
|
+
stream=stream,
|
|
3763
3959
|
response_model=TeamDiscussion,
|
|
3764
3960
|
)
|
|
3765
3961
|
|
|
@@ -3772,6 +3968,7 @@ class TeamsClient:
|
|
|
3772
3968
|
per_page: Missing[int] = UNSET,
|
|
3773
3969
|
page: Missing[int] = UNSET,
|
|
3774
3970
|
headers: Optional[Mapping[str, str]] = None,
|
|
3971
|
+
stream: bool = False,
|
|
3775
3972
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
3776
3973
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
3777
3974
|
|
|
@@ -3804,6 +4001,7 @@ class TeamsClient:
|
|
|
3804
4001
|
url,
|
|
3805
4002
|
params=exclude_unset(params),
|
|
3806
4003
|
headers=exclude_unset(headers),
|
|
4004
|
+
stream=stream,
|
|
3807
4005
|
response_model=list[TeamDiscussionComment],
|
|
3808
4006
|
)
|
|
3809
4007
|
|
|
@@ -3816,6 +4014,7 @@ class TeamsClient:
|
|
|
3816
4014
|
per_page: Missing[int] = UNSET,
|
|
3817
4015
|
page: Missing[int] = UNSET,
|
|
3818
4016
|
headers: Optional[Mapping[str, str]] = None,
|
|
4017
|
+
stream: bool = False,
|
|
3819
4018
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
3820
4019
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
3821
4020
|
|
|
@@ -3848,6 +4047,7 @@ class TeamsClient:
|
|
|
3848
4047
|
url,
|
|
3849
4048
|
params=exclude_unset(params),
|
|
3850
4049
|
headers=exclude_unset(headers),
|
|
4050
|
+
stream=stream,
|
|
3851
4051
|
response_model=list[TeamDiscussionComment],
|
|
3852
4052
|
)
|
|
3853
4053
|
|
|
@@ -3858,6 +4058,7 @@ class TeamsClient:
|
|
|
3858
4058
|
discussion_number: int,
|
|
3859
4059
|
*,
|
|
3860
4060
|
headers: Optional[Mapping[str, str]] = None,
|
|
4061
|
+
stream: bool = False,
|
|
3861
4062
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
3862
4063
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
3863
4064
|
|
|
@@ -3869,6 +4070,7 @@ class TeamsClient:
|
|
|
3869
4070
|
*,
|
|
3870
4071
|
data: UnsetType = UNSET,
|
|
3871
4072
|
headers: Optional[Mapping[str, str]] = None,
|
|
4073
|
+
stream: bool = False,
|
|
3872
4074
|
body: str,
|
|
3873
4075
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
3874
4076
|
|
|
@@ -3878,6 +4080,7 @@ class TeamsClient:
|
|
|
3878
4080
|
discussion_number: int,
|
|
3879
4081
|
*,
|
|
3880
4082
|
headers: Optional[Mapping[str, str]] = None,
|
|
4083
|
+
stream: bool = False,
|
|
3881
4084
|
data: Missing[
|
|
3882
4085
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
3883
4086
|
] = UNSET,
|
|
@@ -3924,6 +4127,7 @@ class TeamsClient:
|
|
|
3924
4127
|
url,
|
|
3925
4128
|
json=exclude_unset(json),
|
|
3926
4129
|
headers=exclude_unset(headers),
|
|
4130
|
+
stream=stream,
|
|
3927
4131
|
response_model=TeamDiscussionComment,
|
|
3928
4132
|
)
|
|
3929
4133
|
|
|
@@ -3934,6 +4138,7 @@ class TeamsClient:
|
|
|
3934
4138
|
discussion_number: int,
|
|
3935
4139
|
*,
|
|
3936
4140
|
headers: Optional[Mapping[str, str]] = None,
|
|
4141
|
+
stream: bool = False,
|
|
3937
4142
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
3938
4143
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
3939
4144
|
|
|
@@ -3945,6 +4150,7 @@ class TeamsClient:
|
|
|
3945
4150
|
*,
|
|
3946
4151
|
data: UnsetType = UNSET,
|
|
3947
4152
|
headers: Optional[Mapping[str, str]] = None,
|
|
4153
|
+
stream: bool = False,
|
|
3948
4154
|
body: str,
|
|
3949
4155
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
3950
4156
|
|
|
@@ -3954,6 +4160,7 @@ class TeamsClient:
|
|
|
3954
4160
|
discussion_number: int,
|
|
3955
4161
|
*,
|
|
3956
4162
|
headers: Optional[Mapping[str, str]] = None,
|
|
4163
|
+
stream: bool = False,
|
|
3957
4164
|
data: Missing[
|
|
3958
4165
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
3959
4166
|
] = UNSET,
|
|
@@ -4000,6 +4207,7 @@ class TeamsClient:
|
|
|
4000
4207
|
url,
|
|
4001
4208
|
json=exclude_unset(json),
|
|
4002
4209
|
headers=exclude_unset(headers),
|
|
4210
|
+
stream=stream,
|
|
4003
4211
|
response_model=TeamDiscussionComment,
|
|
4004
4212
|
)
|
|
4005
4213
|
|
|
@@ -4010,6 +4218,7 @@ class TeamsClient:
|
|
|
4010
4218
|
comment_number: int,
|
|
4011
4219
|
*,
|
|
4012
4220
|
headers: Optional[Mapping[str, str]] = None,
|
|
4221
|
+
stream: bool = False,
|
|
4013
4222
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4014
4223
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4015
4224
|
|
|
@@ -4035,6 +4244,7 @@ class TeamsClient:
|
|
|
4035
4244
|
"GET",
|
|
4036
4245
|
url,
|
|
4037
4246
|
headers=exclude_unset(headers),
|
|
4247
|
+
stream=stream,
|
|
4038
4248
|
response_model=TeamDiscussionComment,
|
|
4039
4249
|
)
|
|
4040
4250
|
|
|
@@ -4045,6 +4255,7 @@ class TeamsClient:
|
|
|
4045
4255
|
comment_number: int,
|
|
4046
4256
|
*,
|
|
4047
4257
|
headers: Optional[Mapping[str, str]] = None,
|
|
4258
|
+
stream: bool = False,
|
|
4048
4259
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4049
4260
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4050
4261
|
|
|
@@ -4070,6 +4281,7 @@ class TeamsClient:
|
|
|
4070
4281
|
"GET",
|
|
4071
4282
|
url,
|
|
4072
4283
|
headers=exclude_unset(headers),
|
|
4284
|
+
stream=stream,
|
|
4073
4285
|
response_model=TeamDiscussionComment,
|
|
4074
4286
|
)
|
|
4075
4287
|
|
|
@@ -4080,6 +4292,7 @@ class TeamsClient:
|
|
|
4080
4292
|
comment_number: int,
|
|
4081
4293
|
*,
|
|
4082
4294
|
headers: Optional[Mapping[str, str]] = None,
|
|
4295
|
+
stream: bool = False,
|
|
4083
4296
|
) -> Response:
|
|
4084
4297
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4085
4298
|
|
|
@@ -4103,6 +4316,7 @@ class TeamsClient:
|
|
|
4103
4316
|
"DELETE",
|
|
4104
4317
|
url,
|
|
4105
4318
|
headers=exclude_unset(headers),
|
|
4319
|
+
stream=stream,
|
|
4106
4320
|
)
|
|
4107
4321
|
|
|
4108
4322
|
async def async_delete_discussion_comment_legacy(
|
|
@@ -4112,6 +4326,7 @@ class TeamsClient:
|
|
|
4112
4326
|
comment_number: int,
|
|
4113
4327
|
*,
|
|
4114
4328
|
headers: Optional[Mapping[str, str]] = None,
|
|
4329
|
+
stream: bool = False,
|
|
4115
4330
|
) -> Response:
|
|
4116
4331
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4117
4332
|
|
|
@@ -4135,6 +4350,7 @@ class TeamsClient:
|
|
|
4135
4350
|
"DELETE",
|
|
4136
4351
|
url,
|
|
4137
4352
|
headers=exclude_unset(headers),
|
|
4353
|
+
stream=stream,
|
|
4138
4354
|
)
|
|
4139
4355
|
|
|
4140
4356
|
@overload
|
|
@@ -4145,6 +4361,7 @@ class TeamsClient:
|
|
|
4145
4361
|
comment_number: int,
|
|
4146
4362
|
*,
|
|
4147
4363
|
headers: Optional[Mapping[str, str]] = None,
|
|
4364
|
+
stream: bool = False,
|
|
4148
4365
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4149
4366
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4150
4367
|
|
|
@@ -4157,6 +4374,7 @@ class TeamsClient:
|
|
|
4157
4374
|
*,
|
|
4158
4375
|
data: UnsetType = UNSET,
|
|
4159
4376
|
headers: Optional[Mapping[str, str]] = None,
|
|
4377
|
+
stream: bool = False,
|
|
4160
4378
|
body: str,
|
|
4161
4379
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4162
4380
|
|
|
@@ -4167,6 +4385,7 @@ class TeamsClient:
|
|
|
4167
4385
|
comment_number: int,
|
|
4168
4386
|
*,
|
|
4169
4387
|
headers: Optional[Mapping[str, str]] = None,
|
|
4388
|
+
stream: bool = False,
|
|
4170
4389
|
data: Missing[
|
|
4171
4390
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4172
4391
|
] = UNSET,
|
|
@@ -4212,6 +4431,7 @@ class TeamsClient:
|
|
|
4212
4431
|
url,
|
|
4213
4432
|
json=exclude_unset(json),
|
|
4214
4433
|
headers=exclude_unset(headers),
|
|
4434
|
+
stream=stream,
|
|
4215
4435
|
response_model=TeamDiscussionComment,
|
|
4216
4436
|
)
|
|
4217
4437
|
|
|
@@ -4223,6 +4443,7 @@ class TeamsClient:
|
|
|
4223
4443
|
comment_number: int,
|
|
4224
4444
|
*,
|
|
4225
4445
|
headers: Optional[Mapping[str, str]] = None,
|
|
4446
|
+
stream: bool = False,
|
|
4226
4447
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4227
4448
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4228
4449
|
|
|
@@ -4235,6 +4456,7 @@ class TeamsClient:
|
|
|
4235
4456
|
*,
|
|
4236
4457
|
data: UnsetType = UNSET,
|
|
4237
4458
|
headers: Optional[Mapping[str, str]] = None,
|
|
4459
|
+
stream: bool = False,
|
|
4238
4460
|
body: str,
|
|
4239
4461
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4240
4462
|
|
|
@@ -4245,6 +4467,7 @@ class TeamsClient:
|
|
|
4245
4467
|
comment_number: int,
|
|
4246
4468
|
*,
|
|
4247
4469
|
headers: Optional[Mapping[str, str]] = None,
|
|
4470
|
+
stream: bool = False,
|
|
4248
4471
|
data: Missing[
|
|
4249
4472
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4250
4473
|
] = UNSET,
|
|
@@ -4290,6 +4513,7 @@ class TeamsClient:
|
|
|
4290
4513
|
url,
|
|
4291
4514
|
json=exclude_unset(json),
|
|
4292
4515
|
headers=exclude_unset(headers),
|
|
4516
|
+
stream=stream,
|
|
4293
4517
|
response_model=TeamDiscussionComment,
|
|
4294
4518
|
)
|
|
4295
4519
|
|
|
@@ -4300,6 +4524,7 @@ class TeamsClient:
|
|
|
4300
4524
|
per_page: Missing[int] = UNSET,
|
|
4301
4525
|
page: Missing[int] = UNSET,
|
|
4302
4526
|
headers: Optional[Mapping[str, str]] = None,
|
|
4527
|
+
stream: bool = False,
|
|
4303
4528
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
4304
4529
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
4305
4530
|
|
|
@@ -4329,6 +4554,7 @@ class TeamsClient:
|
|
|
4329
4554
|
url,
|
|
4330
4555
|
params=exclude_unset(params),
|
|
4331
4556
|
headers=exclude_unset(headers),
|
|
4557
|
+
stream=stream,
|
|
4332
4558
|
response_model=list[OrganizationInvitation],
|
|
4333
4559
|
)
|
|
4334
4560
|
|
|
@@ -4339,6 +4565,7 @@ class TeamsClient:
|
|
|
4339
4565
|
per_page: Missing[int] = UNSET,
|
|
4340
4566
|
page: Missing[int] = UNSET,
|
|
4341
4567
|
headers: Optional[Mapping[str, str]] = None,
|
|
4568
|
+
stream: bool = False,
|
|
4342
4569
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
4343
4570
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
4344
4571
|
|
|
@@ -4368,6 +4595,7 @@ class TeamsClient:
|
|
|
4368
4595
|
url,
|
|
4369
4596
|
params=exclude_unset(params),
|
|
4370
4597
|
headers=exclude_unset(headers),
|
|
4598
|
+
stream=stream,
|
|
4371
4599
|
response_model=list[OrganizationInvitation],
|
|
4372
4600
|
)
|
|
4373
4601
|
|
|
@@ -4379,6 +4607,7 @@ class TeamsClient:
|
|
|
4379
4607
|
per_page: Missing[int] = UNSET,
|
|
4380
4608
|
page: Missing[int] = UNSET,
|
|
4381
4609
|
headers: Optional[Mapping[str, str]] = None,
|
|
4610
|
+
stream: bool = False,
|
|
4382
4611
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4383
4612
|
"""DEPRECATED teams/list-members-legacy
|
|
4384
4613
|
|
|
@@ -4409,6 +4638,7 @@ class TeamsClient:
|
|
|
4409
4638
|
url,
|
|
4410
4639
|
params=exclude_unset(params),
|
|
4411
4640
|
headers=exclude_unset(headers),
|
|
4641
|
+
stream=stream,
|
|
4412
4642
|
response_model=list[SimpleUser],
|
|
4413
4643
|
error_models={
|
|
4414
4644
|
"404": BasicError,
|
|
@@ -4423,6 +4653,7 @@ class TeamsClient:
|
|
|
4423
4653
|
per_page: Missing[int] = UNSET,
|
|
4424
4654
|
page: Missing[int] = UNSET,
|
|
4425
4655
|
headers: Optional[Mapping[str, str]] = None,
|
|
4656
|
+
stream: bool = False,
|
|
4426
4657
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4427
4658
|
"""DEPRECATED teams/list-members-legacy
|
|
4428
4659
|
|
|
@@ -4453,6 +4684,7 @@ class TeamsClient:
|
|
|
4453
4684
|
url,
|
|
4454
4685
|
params=exclude_unset(params),
|
|
4455
4686
|
headers=exclude_unset(headers),
|
|
4687
|
+
stream=stream,
|
|
4456
4688
|
response_model=list[SimpleUser],
|
|
4457
4689
|
error_models={
|
|
4458
4690
|
"404": BasicError,
|
|
@@ -4465,6 +4697,7 @@ class TeamsClient:
|
|
|
4465
4697
|
username: str,
|
|
4466
4698
|
*,
|
|
4467
4699
|
headers: Optional[Mapping[str, str]] = None,
|
|
4700
|
+
stream: bool = False,
|
|
4468
4701
|
) -> Response:
|
|
4469
4702
|
"""DEPRECATED teams/get-member-legacy
|
|
4470
4703
|
|
|
@@ -4487,6 +4720,7 @@ class TeamsClient:
|
|
|
4487
4720
|
"GET",
|
|
4488
4721
|
url,
|
|
4489
4722
|
headers=exclude_unset(headers),
|
|
4723
|
+
stream=stream,
|
|
4490
4724
|
error_models={},
|
|
4491
4725
|
)
|
|
4492
4726
|
|
|
@@ -4496,6 +4730,7 @@ class TeamsClient:
|
|
|
4496
4730
|
username: str,
|
|
4497
4731
|
*,
|
|
4498
4732
|
headers: Optional[Mapping[str, str]] = None,
|
|
4733
|
+
stream: bool = False,
|
|
4499
4734
|
) -> Response:
|
|
4500
4735
|
"""DEPRECATED teams/get-member-legacy
|
|
4501
4736
|
|
|
@@ -4518,6 +4753,7 @@ class TeamsClient:
|
|
|
4518
4753
|
"GET",
|
|
4519
4754
|
url,
|
|
4520
4755
|
headers=exclude_unset(headers),
|
|
4756
|
+
stream=stream,
|
|
4521
4757
|
error_models={},
|
|
4522
4758
|
)
|
|
4523
4759
|
|
|
@@ -4527,6 +4763,7 @@ class TeamsClient:
|
|
|
4527
4763
|
username: str,
|
|
4528
4764
|
*,
|
|
4529
4765
|
headers: Optional[Mapping[str, str]] = None,
|
|
4766
|
+
stream: bool = False,
|
|
4530
4767
|
) -> Response:
|
|
4531
4768
|
"""DEPRECATED teams/add-member-legacy
|
|
4532
4769
|
|
|
@@ -4558,6 +4795,7 @@ class TeamsClient:
|
|
|
4558
4795
|
"PUT",
|
|
4559
4796
|
url,
|
|
4560
4797
|
headers=exclude_unset(headers),
|
|
4798
|
+
stream=stream,
|
|
4561
4799
|
error_models={
|
|
4562
4800
|
"403": BasicError,
|
|
4563
4801
|
},
|
|
@@ -4569,6 +4807,7 @@ class TeamsClient:
|
|
|
4569
4807
|
username: str,
|
|
4570
4808
|
*,
|
|
4571
4809
|
headers: Optional[Mapping[str, str]] = None,
|
|
4810
|
+
stream: bool = False,
|
|
4572
4811
|
) -> Response:
|
|
4573
4812
|
"""DEPRECATED teams/add-member-legacy
|
|
4574
4813
|
|
|
@@ -4600,6 +4839,7 @@ class TeamsClient:
|
|
|
4600
4839
|
"PUT",
|
|
4601
4840
|
url,
|
|
4602
4841
|
headers=exclude_unset(headers),
|
|
4842
|
+
stream=stream,
|
|
4603
4843
|
error_models={
|
|
4604
4844
|
"403": BasicError,
|
|
4605
4845
|
},
|
|
@@ -4611,6 +4851,7 @@ class TeamsClient:
|
|
|
4611
4851
|
username: str,
|
|
4612
4852
|
*,
|
|
4613
4853
|
headers: Optional[Mapping[str, str]] = None,
|
|
4854
|
+
stream: bool = False,
|
|
4614
4855
|
) -> Response:
|
|
4615
4856
|
"""DEPRECATED teams/remove-member-legacy
|
|
4616
4857
|
|
|
@@ -4638,6 +4879,7 @@ class TeamsClient:
|
|
|
4638
4879
|
"DELETE",
|
|
4639
4880
|
url,
|
|
4640
4881
|
headers=exclude_unset(headers),
|
|
4882
|
+
stream=stream,
|
|
4641
4883
|
error_models={},
|
|
4642
4884
|
)
|
|
4643
4885
|
|
|
@@ -4647,6 +4889,7 @@ class TeamsClient:
|
|
|
4647
4889
|
username: str,
|
|
4648
4890
|
*,
|
|
4649
4891
|
headers: Optional[Mapping[str, str]] = None,
|
|
4892
|
+
stream: bool = False,
|
|
4650
4893
|
) -> Response:
|
|
4651
4894
|
"""DEPRECATED teams/remove-member-legacy
|
|
4652
4895
|
|
|
@@ -4674,6 +4917,7 @@ class TeamsClient:
|
|
|
4674
4917
|
"DELETE",
|
|
4675
4918
|
url,
|
|
4676
4919
|
headers=exclude_unset(headers),
|
|
4920
|
+
stream=stream,
|
|
4677
4921
|
error_models={},
|
|
4678
4922
|
)
|
|
4679
4923
|
|
|
@@ -4683,6 +4927,7 @@ class TeamsClient:
|
|
|
4683
4927
|
username: str,
|
|
4684
4928
|
*,
|
|
4685
4929
|
headers: Optional[Mapping[str, str]] = None,
|
|
4930
|
+
stream: bool = False,
|
|
4686
4931
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
4687
4932
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
4688
4933
|
|
|
@@ -4713,6 +4958,7 @@ class TeamsClient:
|
|
|
4713
4958
|
"GET",
|
|
4714
4959
|
url,
|
|
4715
4960
|
headers=exclude_unset(headers),
|
|
4961
|
+
stream=stream,
|
|
4716
4962
|
response_model=TeamMembership,
|
|
4717
4963
|
error_models={
|
|
4718
4964
|
"404": BasicError,
|
|
@@ -4725,6 +4971,7 @@ class TeamsClient:
|
|
|
4725
4971
|
username: str,
|
|
4726
4972
|
*,
|
|
4727
4973
|
headers: Optional[Mapping[str, str]] = None,
|
|
4974
|
+
stream: bool = False,
|
|
4728
4975
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
4729
4976
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
4730
4977
|
|
|
@@ -4755,6 +5002,7 @@ class TeamsClient:
|
|
|
4755
5002
|
"GET",
|
|
4756
5003
|
url,
|
|
4757
5004
|
headers=exclude_unset(headers),
|
|
5005
|
+
stream=stream,
|
|
4758
5006
|
response_model=TeamMembership,
|
|
4759
5007
|
error_models={
|
|
4760
5008
|
"404": BasicError,
|
|
@@ -4768,6 +5016,7 @@ class TeamsClient:
|
|
|
4768
5016
|
username: str,
|
|
4769
5017
|
*,
|
|
4770
5018
|
headers: Optional[Mapping[str, str]] = None,
|
|
5019
|
+
stream: bool = False,
|
|
4771
5020
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
4772
5021
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
4773
5022
|
|
|
@@ -4779,6 +5028,7 @@ class TeamsClient:
|
|
|
4779
5028
|
*,
|
|
4780
5029
|
data: UnsetType = UNSET,
|
|
4781
5030
|
headers: Optional[Mapping[str, str]] = None,
|
|
5031
|
+
stream: bool = False,
|
|
4782
5032
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
4783
5033
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
4784
5034
|
|
|
@@ -4788,6 +5038,7 @@ class TeamsClient:
|
|
|
4788
5038
|
username: str,
|
|
4789
5039
|
*,
|
|
4790
5040
|
headers: Optional[Mapping[str, str]] = None,
|
|
5041
|
+
stream: bool = False,
|
|
4791
5042
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
4792
5043
|
**kwargs,
|
|
4793
5044
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -4836,6 +5087,7 @@ class TeamsClient:
|
|
|
4836
5087
|
url,
|
|
4837
5088
|
json=exclude_unset(json),
|
|
4838
5089
|
headers=exclude_unset(headers),
|
|
5090
|
+
stream=stream,
|
|
4839
5091
|
response_model=TeamMembership,
|
|
4840
5092
|
error_models={
|
|
4841
5093
|
"404": BasicError,
|
|
@@ -4849,6 +5101,7 @@ class TeamsClient:
|
|
|
4849
5101
|
username: str,
|
|
4850
5102
|
*,
|
|
4851
5103
|
headers: Optional[Mapping[str, str]] = None,
|
|
5104
|
+
stream: bool = False,
|
|
4852
5105
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
4853
5106
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
4854
5107
|
|
|
@@ -4860,6 +5113,7 @@ class TeamsClient:
|
|
|
4860
5113
|
*,
|
|
4861
5114
|
data: UnsetType = UNSET,
|
|
4862
5115
|
headers: Optional[Mapping[str, str]] = None,
|
|
5116
|
+
stream: bool = False,
|
|
4863
5117
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
4864
5118
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
4865
5119
|
|
|
@@ -4869,6 +5123,7 @@ class TeamsClient:
|
|
|
4869
5123
|
username: str,
|
|
4870
5124
|
*,
|
|
4871
5125
|
headers: Optional[Mapping[str, str]] = None,
|
|
5126
|
+
stream: bool = False,
|
|
4872
5127
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
4873
5128
|
**kwargs,
|
|
4874
5129
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -4917,6 +5172,7 @@ class TeamsClient:
|
|
|
4917
5172
|
url,
|
|
4918
5173
|
json=exclude_unset(json),
|
|
4919
5174
|
headers=exclude_unset(headers),
|
|
5175
|
+
stream=stream,
|
|
4920
5176
|
response_model=TeamMembership,
|
|
4921
5177
|
error_models={
|
|
4922
5178
|
"404": BasicError,
|
|
@@ -4929,6 +5185,7 @@ class TeamsClient:
|
|
|
4929
5185
|
username: str,
|
|
4930
5186
|
*,
|
|
4931
5187
|
headers: Optional[Mapping[str, str]] = None,
|
|
5188
|
+
stream: bool = False,
|
|
4932
5189
|
) -> Response:
|
|
4933
5190
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
4934
5191
|
|
|
@@ -4955,6 +5212,7 @@ class TeamsClient:
|
|
|
4955
5212
|
"DELETE",
|
|
4956
5213
|
url,
|
|
4957
5214
|
headers=exclude_unset(headers),
|
|
5215
|
+
stream=stream,
|
|
4958
5216
|
error_models={},
|
|
4959
5217
|
)
|
|
4960
5218
|
|
|
@@ -4964,6 +5222,7 @@ class TeamsClient:
|
|
|
4964
5222
|
username: str,
|
|
4965
5223
|
*,
|
|
4966
5224
|
headers: Optional[Mapping[str, str]] = None,
|
|
5225
|
+
stream: bool = False,
|
|
4967
5226
|
) -> Response:
|
|
4968
5227
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
4969
5228
|
|
|
@@ -4990,6 +5249,7 @@ class TeamsClient:
|
|
|
4990
5249
|
"DELETE",
|
|
4991
5250
|
url,
|
|
4992
5251
|
headers=exclude_unset(headers),
|
|
5252
|
+
stream=stream,
|
|
4993
5253
|
error_models={},
|
|
4994
5254
|
)
|
|
4995
5255
|
|
|
@@ -5000,6 +5260,7 @@ class TeamsClient:
|
|
|
5000
5260
|
per_page: Missing[int] = UNSET,
|
|
5001
5261
|
page: Missing[int] = UNSET,
|
|
5002
5262
|
headers: Optional[Mapping[str, str]] = None,
|
|
5263
|
+
stream: bool = False,
|
|
5003
5264
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5004
5265
|
"""DEPRECATED teams/list-projects-legacy
|
|
5005
5266
|
|
|
@@ -5028,6 +5289,7 @@ class TeamsClient:
|
|
|
5028
5289
|
url,
|
|
5029
5290
|
params=exclude_unset(params),
|
|
5030
5291
|
headers=exclude_unset(headers),
|
|
5292
|
+
stream=stream,
|
|
5031
5293
|
response_model=list[TeamProject],
|
|
5032
5294
|
error_models={
|
|
5033
5295
|
"404": BasicError,
|
|
@@ -5041,6 +5303,7 @@ class TeamsClient:
|
|
|
5041
5303
|
per_page: Missing[int] = UNSET,
|
|
5042
5304
|
page: Missing[int] = UNSET,
|
|
5043
5305
|
headers: Optional[Mapping[str, str]] = None,
|
|
5306
|
+
stream: bool = False,
|
|
5044
5307
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5045
5308
|
"""DEPRECATED teams/list-projects-legacy
|
|
5046
5309
|
|
|
@@ -5069,6 +5332,7 @@ class TeamsClient:
|
|
|
5069
5332
|
url,
|
|
5070
5333
|
params=exclude_unset(params),
|
|
5071
5334
|
headers=exclude_unset(headers),
|
|
5335
|
+
stream=stream,
|
|
5072
5336
|
response_model=list[TeamProject],
|
|
5073
5337
|
error_models={
|
|
5074
5338
|
"404": BasicError,
|
|
@@ -5081,6 +5345,7 @@ class TeamsClient:
|
|
|
5081
5345
|
project_id: int,
|
|
5082
5346
|
*,
|
|
5083
5347
|
headers: Optional[Mapping[str, str]] = None,
|
|
5348
|
+
stream: bool = False,
|
|
5084
5349
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5085
5350
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5086
5351
|
|
|
@@ -5103,6 +5368,7 @@ class TeamsClient:
|
|
|
5103
5368
|
"GET",
|
|
5104
5369
|
url,
|
|
5105
5370
|
headers=exclude_unset(headers),
|
|
5371
|
+
stream=stream,
|
|
5106
5372
|
response_model=TeamProject,
|
|
5107
5373
|
error_models={},
|
|
5108
5374
|
)
|
|
@@ -5113,6 +5379,7 @@ class TeamsClient:
|
|
|
5113
5379
|
project_id: int,
|
|
5114
5380
|
*,
|
|
5115
5381
|
headers: Optional[Mapping[str, str]] = None,
|
|
5382
|
+
stream: bool = False,
|
|
5116
5383
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5117
5384
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5118
5385
|
|
|
@@ -5135,6 +5402,7 @@ class TeamsClient:
|
|
|
5135
5402
|
"GET",
|
|
5136
5403
|
url,
|
|
5137
5404
|
headers=exclude_unset(headers),
|
|
5405
|
+
stream=stream,
|
|
5138
5406
|
response_model=TeamProject,
|
|
5139
5407
|
error_models={},
|
|
5140
5408
|
)
|
|
@@ -5146,6 +5414,7 @@ class TeamsClient:
|
|
|
5146
5414
|
project_id: int,
|
|
5147
5415
|
*,
|
|
5148
5416
|
headers: Optional[Mapping[str, str]] = None,
|
|
5417
|
+
stream: bool = False,
|
|
5149
5418
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5150
5419
|
) -> Response: ...
|
|
5151
5420
|
|
|
@@ -5157,6 +5426,7 @@ class TeamsClient:
|
|
|
5157
5426
|
*,
|
|
5158
5427
|
data: UnsetType = UNSET,
|
|
5159
5428
|
headers: Optional[Mapping[str, str]] = None,
|
|
5429
|
+
stream: bool = False,
|
|
5160
5430
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5161
5431
|
) -> Response: ...
|
|
5162
5432
|
|
|
@@ -5166,6 +5436,7 @@ class TeamsClient:
|
|
|
5166
5436
|
project_id: int,
|
|
5167
5437
|
*,
|
|
5168
5438
|
headers: Optional[Mapping[str, str]] = None,
|
|
5439
|
+
stream: bool = False,
|
|
5169
5440
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5170
5441
|
**kwargs,
|
|
5171
5442
|
) -> Response:
|
|
@@ -5205,6 +5476,7 @@ class TeamsClient:
|
|
|
5205
5476
|
url,
|
|
5206
5477
|
json=exclude_unset(json),
|
|
5207
5478
|
headers=exclude_unset(headers),
|
|
5479
|
+
stream=stream,
|
|
5208
5480
|
error_models={
|
|
5209
5481
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5210
5482
|
"404": BasicError,
|
|
@@ -5219,6 +5491,7 @@ class TeamsClient:
|
|
|
5219
5491
|
project_id: int,
|
|
5220
5492
|
*,
|
|
5221
5493
|
headers: Optional[Mapping[str, str]] = None,
|
|
5494
|
+
stream: bool = False,
|
|
5222
5495
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5223
5496
|
) -> Response: ...
|
|
5224
5497
|
|
|
@@ -5230,6 +5503,7 @@ class TeamsClient:
|
|
|
5230
5503
|
*,
|
|
5231
5504
|
data: UnsetType = UNSET,
|
|
5232
5505
|
headers: Optional[Mapping[str, str]] = None,
|
|
5506
|
+
stream: bool = False,
|
|
5233
5507
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5234
5508
|
) -> Response: ...
|
|
5235
5509
|
|
|
@@ -5239,6 +5513,7 @@ class TeamsClient:
|
|
|
5239
5513
|
project_id: int,
|
|
5240
5514
|
*,
|
|
5241
5515
|
headers: Optional[Mapping[str, str]] = None,
|
|
5516
|
+
stream: bool = False,
|
|
5242
5517
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5243
5518
|
**kwargs,
|
|
5244
5519
|
) -> Response:
|
|
@@ -5278,6 +5553,7 @@ class TeamsClient:
|
|
|
5278
5553
|
url,
|
|
5279
5554
|
json=exclude_unset(json),
|
|
5280
5555
|
headers=exclude_unset(headers),
|
|
5556
|
+
stream=stream,
|
|
5281
5557
|
error_models={
|
|
5282
5558
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5283
5559
|
"404": BasicError,
|
|
@@ -5291,6 +5567,7 @@ class TeamsClient:
|
|
|
5291
5567
|
project_id: int,
|
|
5292
5568
|
*,
|
|
5293
5569
|
headers: Optional[Mapping[str, str]] = None,
|
|
5570
|
+
stream: bool = False,
|
|
5294
5571
|
) -> Response:
|
|
5295
5572
|
"""DEPRECATED teams/remove-project-legacy
|
|
5296
5573
|
|
|
@@ -5313,6 +5590,7 @@ class TeamsClient:
|
|
|
5313
5590
|
"DELETE",
|
|
5314
5591
|
url,
|
|
5315
5592
|
headers=exclude_unset(headers),
|
|
5593
|
+
stream=stream,
|
|
5316
5594
|
error_models={
|
|
5317
5595
|
"404": BasicError,
|
|
5318
5596
|
"422": ValidationError,
|
|
@@ -5325,6 +5603,7 @@ class TeamsClient:
|
|
|
5325
5603
|
project_id: int,
|
|
5326
5604
|
*,
|
|
5327
5605
|
headers: Optional[Mapping[str, str]] = None,
|
|
5606
|
+
stream: bool = False,
|
|
5328
5607
|
) -> Response:
|
|
5329
5608
|
"""DEPRECATED teams/remove-project-legacy
|
|
5330
5609
|
|
|
@@ -5347,6 +5626,7 @@ class TeamsClient:
|
|
|
5347
5626
|
"DELETE",
|
|
5348
5627
|
url,
|
|
5349
5628
|
headers=exclude_unset(headers),
|
|
5629
|
+
stream=stream,
|
|
5350
5630
|
error_models={
|
|
5351
5631
|
"404": BasicError,
|
|
5352
5632
|
"422": ValidationError,
|
|
@@ -5360,6 +5640,7 @@ class TeamsClient:
|
|
|
5360
5640
|
per_page: Missing[int] = UNSET,
|
|
5361
5641
|
page: Missing[int] = UNSET,
|
|
5362
5642
|
headers: Optional[Mapping[str, str]] = None,
|
|
5643
|
+
stream: bool = False,
|
|
5363
5644
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
5364
5645
|
"""DEPRECATED teams/list-repos-legacy
|
|
5365
5646
|
|
|
@@ -5387,6 +5668,7 @@ class TeamsClient:
|
|
|
5387
5668
|
url,
|
|
5388
5669
|
params=exclude_unset(params),
|
|
5389
5670
|
headers=exclude_unset(headers),
|
|
5671
|
+
stream=stream,
|
|
5390
5672
|
response_model=list[MinimalRepository],
|
|
5391
5673
|
error_models={
|
|
5392
5674
|
"404": BasicError,
|
|
@@ -5400,6 +5682,7 @@ class TeamsClient:
|
|
|
5400
5682
|
per_page: Missing[int] = UNSET,
|
|
5401
5683
|
page: Missing[int] = UNSET,
|
|
5402
5684
|
headers: Optional[Mapping[str, str]] = None,
|
|
5685
|
+
stream: bool = False,
|
|
5403
5686
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
5404
5687
|
"""DEPRECATED teams/list-repos-legacy
|
|
5405
5688
|
|
|
@@ -5427,6 +5710,7 @@ class TeamsClient:
|
|
|
5427
5710
|
url,
|
|
5428
5711
|
params=exclude_unset(params),
|
|
5429
5712
|
headers=exclude_unset(headers),
|
|
5713
|
+
stream=stream,
|
|
5430
5714
|
response_model=list[MinimalRepository],
|
|
5431
5715
|
error_models={
|
|
5432
5716
|
"404": BasicError,
|
|
@@ -5440,6 +5724,7 @@ class TeamsClient:
|
|
|
5440
5724
|
repo: str,
|
|
5441
5725
|
*,
|
|
5442
5726
|
headers: Optional[Mapping[str, str]] = None,
|
|
5727
|
+
stream: bool = False,
|
|
5443
5728
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
5444
5729
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
5445
5730
|
|
|
@@ -5466,6 +5751,7 @@ class TeamsClient:
|
|
|
5466
5751
|
"GET",
|
|
5467
5752
|
url,
|
|
5468
5753
|
headers=exclude_unset(headers),
|
|
5754
|
+
stream=stream,
|
|
5469
5755
|
response_model=TeamRepository,
|
|
5470
5756
|
error_models={},
|
|
5471
5757
|
)
|
|
@@ -5477,6 +5763,7 @@ class TeamsClient:
|
|
|
5477
5763
|
repo: str,
|
|
5478
5764
|
*,
|
|
5479
5765
|
headers: Optional[Mapping[str, str]] = None,
|
|
5766
|
+
stream: bool = False,
|
|
5480
5767
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
5481
5768
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
5482
5769
|
|
|
@@ -5503,6 +5790,7 @@ class TeamsClient:
|
|
|
5503
5790
|
"GET",
|
|
5504
5791
|
url,
|
|
5505
5792
|
headers=exclude_unset(headers),
|
|
5793
|
+
stream=stream,
|
|
5506
5794
|
response_model=TeamRepository,
|
|
5507
5795
|
error_models={},
|
|
5508
5796
|
)
|
|
@@ -5515,6 +5803,7 @@ class TeamsClient:
|
|
|
5515
5803
|
repo: str,
|
|
5516
5804
|
*,
|
|
5517
5805
|
headers: Optional[Mapping[str, str]] = None,
|
|
5806
|
+
stream: bool = False,
|
|
5518
5807
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
5519
5808
|
) -> Response: ...
|
|
5520
5809
|
|
|
@@ -5527,6 +5816,7 @@ class TeamsClient:
|
|
|
5527
5816
|
*,
|
|
5528
5817
|
data: UnsetType = UNSET,
|
|
5529
5818
|
headers: Optional[Mapping[str, str]] = None,
|
|
5819
|
+
stream: bool = False,
|
|
5530
5820
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
5531
5821
|
) -> Response: ...
|
|
5532
5822
|
|
|
@@ -5537,6 +5827,7 @@ class TeamsClient:
|
|
|
5537
5827
|
repo: str,
|
|
5538
5828
|
*,
|
|
5539
5829
|
headers: Optional[Mapping[str, str]] = None,
|
|
5830
|
+
stream: bool = False,
|
|
5540
5831
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
5541
5832
|
**kwargs,
|
|
5542
5833
|
) -> Response:
|
|
@@ -5578,6 +5869,7 @@ class TeamsClient:
|
|
|
5578
5869
|
url,
|
|
5579
5870
|
json=exclude_unset(json),
|
|
5580
5871
|
headers=exclude_unset(headers),
|
|
5872
|
+
stream=stream,
|
|
5581
5873
|
error_models={
|
|
5582
5874
|
"403": BasicError,
|
|
5583
5875
|
"422": ValidationError,
|
|
@@ -5592,6 +5884,7 @@ class TeamsClient:
|
|
|
5592
5884
|
repo: str,
|
|
5593
5885
|
*,
|
|
5594
5886
|
headers: Optional[Mapping[str, str]] = None,
|
|
5887
|
+
stream: bool = False,
|
|
5595
5888
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
5596
5889
|
) -> Response: ...
|
|
5597
5890
|
|
|
@@ -5604,6 +5897,7 @@ class TeamsClient:
|
|
|
5604
5897
|
*,
|
|
5605
5898
|
data: UnsetType = UNSET,
|
|
5606
5899
|
headers: Optional[Mapping[str, str]] = None,
|
|
5900
|
+
stream: bool = False,
|
|
5607
5901
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
5608
5902
|
) -> Response: ...
|
|
5609
5903
|
|
|
@@ -5614,6 +5908,7 @@ class TeamsClient:
|
|
|
5614
5908
|
repo: str,
|
|
5615
5909
|
*,
|
|
5616
5910
|
headers: Optional[Mapping[str, str]] = None,
|
|
5911
|
+
stream: bool = False,
|
|
5617
5912
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
5618
5913
|
**kwargs,
|
|
5619
5914
|
) -> Response:
|
|
@@ -5655,6 +5950,7 @@ class TeamsClient:
|
|
|
5655
5950
|
url,
|
|
5656
5951
|
json=exclude_unset(json),
|
|
5657
5952
|
headers=exclude_unset(headers),
|
|
5953
|
+
stream=stream,
|
|
5658
5954
|
error_models={
|
|
5659
5955
|
"403": BasicError,
|
|
5660
5956
|
"422": ValidationError,
|
|
@@ -5668,6 +5964,7 @@ class TeamsClient:
|
|
|
5668
5964
|
repo: str,
|
|
5669
5965
|
*,
|
|
5670
5966
|
headers: Optional[Mapping[str, str]] = None,
|
|
5967
|
+
stream: bool = False,
|
|
5671
5968
|
) -> Response:
|
|
5672
5969
|
"""DEPRECATED teams/remove-repo-legacy
|
|
5673
5970
|
|
|
@@ -5689,6 +5986,7 @@ class TeamsClient:
|
|
|
5689
5986
|
"DELETE",
|
|
5690
5987
|
url,
|
|
5691
5988
|
headers=exclude_unset(headers),
|
|
5989
|
+
stream=stream,
|
|
5692
5990
|
)
|
|
5693
5991
|
|
|
5694
5992
|
async def async_remove_repo_legacy(
|
|
@@ -5698,6 +5996,7 @@ class TeamsClient:
|
|
|
5698
5996
|
repo: str,
|
|
5699
5997
|
*,
|
|
5700
5998
|
headers: Optional[Mapping[str, str]] = None,
|
|
5999
|
+
stream: bool = False,
|
|
5701
6000
|
) -> Response:
|
|
5702
6001
|
"""DEPRECATED teams/remove-repo-legacy
|
|
5703
6002
|
|
|
@@ -5719,6 +6018,7 @@ class TeamsClient:
|
|
|
5719
6018
|
"DELETE",
|
|
5720
6019
|
url,
|
|
5721
6020
|
headers=exclude_unset(headers),
|
|
6021
|
+
stream=stream,
|
|
5722
6022
|
)
|
|
5723
6023
|
|
|
5724
6024
|
def list_child_legacy(
|
|
@@ -5728,6 +6028,7 @@ class TeamsClient:
|
|
|
5728
6028
|
per_page: Missing[int] = UNSET,
|
|
5729
6029
|
page: Missing[int] = UNSET,
|
|
5730
6030
|
headers: Optional[Mapping[str, str]] = None,
|
|
6031
|
+
stream: bool = False,
|
|
5731
6032
|
) -> Response[list[Team], list[TeamType]]:
|
|
5732
6033
|
"""DEPRECATED teams/list-child-legacy
|
|
5733
6034
|
|
|
@@ -5755,6 +6056,7 @@ class TeamsClient:
|
|
|
5755
6056
|
url,
|
|
5756
6057
|
params=exclude_unset(params),
|
|
5757
6058
|
headers=exclude_unset(headers),
|
|
6059
|
+
stream=stream,
|
|
5758
6060
|
response_model=list[Team],
|
|
5759
6061
|
error_models={
|
|
5760
6062
|
"404": BasicError,
|
|
@@ -5770,6 +6072,7 @@ class TeamsClient:
|
|
|
5770
6072
|
per_page: Missing[int] = UNSET,
|
|
5771
6073
|
page: Missing[int] = UNSET,
|
|
5772
6074
|
headers: Optional[Mapping[str, str]] = None,
|
|
6075
|
+
stream: bool = False,
|
|
5773
6076
|
) -> Response[list[Team], list[TeamType]]:
|
|
5774
6077
|
"""DEPRECATED teams/list-child-legacy
|
|
5775
6078
|
|
|
@@ -5797,6 +6100,7 @@ class TeamsClient:
|
|
|
5797
6100
|
url,
|
|
5798
6101
|
params=exclude_unset(params),
|
|
5799
6102
|
headers=exclude_unset(headers),
|
|
6103
|
+
stream=stream,
|
|
5800
6104
|
response_model=list[Team],
|
|
5801
6105
|
error_models={
|
|
5802
6106
|
"404": BasicError,
|
|
@@ -5811,6 +6115,7 @@ class TeamsClient:
|
|
|
5811
6115
|
per_page: Missing[int] = UNSET,
|
|
5812
6116
|
page: Missing[int] = UNSET,
|
|
5813
6117
|
headers: Optional[Mapping[str, str]] = None,
|
|
6118
|
+
stream: bool = False,
|
|
5814
6119
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
5815
6120
|
"""teams/list-for-authenticated-user
|
|
5816
6121
|
|
|
@@ -5842,6 +6147,7 @@ class TeamsClient:
|
|
|
5842
6147
|
url,
|
|
5843
6148
|
params=exclude_unset(params),
|
|
5844
6149
|
headers=exclude_unset(headers),
|
|
6150
|
+
stream=stream,
|
|
5845
6151
|
response_model=list[TeamFull],
|
|
5846
6152
|
error_models={
|
|
5847
6153
|
"404": BasicError,
|
|
@@ -5855,6 +6161,7 @@ class TeamsClient:
|
|
|
5855
6161
|
per_page: Missing[int] = UNSET,
|
|
5856
6162
|
page: Missing[int] = UNSET,
|
|
5857
6163
|
headers: Optional[Mapping[str, str]] = None,
|
|
6164
|
+
stream: bool = False,
|
|
5858
6165
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
5859
6166
|
"""teams/list-for-authenticated-user
|
|
5860
6167
|
|
|
@@ -5886,6 +6193,7 @@ class TeamsClient:
|
|
|
5886
6193
|
url,
|
|
5887
6194
|
params=exclude_unset(params),
|
|
5888
6195
|
headers=exclude_unset(headers),
|
|
6196
|
+
stream=stream,
|
|
5889
6197
|
response_model=list[TeamFull],
|
|
5890
6198
|
error_models={
|
|
5891
6199
|
"404": BasicError,
|