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
|
@@ -104,6 +104,7 @@ class TeamsClient:
|
|
|
104
104
|
per_page: Missing[int] = UNSET,
|
|
105
105
|
page: Missing[int] = UNSET,
|
|
106
106
|
headers: Optional[Mapping[str, str]] = None,
|
|
107
|
+
stream: bool = False,
|
|
107
108
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
108
109
|
"""teams/external-idp-group-info-for-org
|
|
109
110
|
|
|
@@ -132,6 +133,7 @@ class TeamsClient:
|
|
|
132
133
|
url,
|
|
133
134
|
params=exclude_unset(params),
|
|
134
135
|
headers=exclude_unset(headers),
|
|
136
|
+
stream=stream,
|
|
135
137
|
response_model=ExternalGroup,
|
|
136
138
|
)
|
|
137
139
|
|
|
@@ -143,6 +145,7 @@ class TeamsClient:
|
|
|
143
145
|
per_page: Missing[int] = UNSET,
|
|
144
146
|
page: Missing[int] = UNSET,
|
|
145
147
|
headers: Optional[Mapping[str, str]] = None,
|
|
148
|
+
stream: bool = False,
|
|
146
149
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
147
150
|
"""teams/external-idp-group-info-for-org
|
|
148
151
|
|
|
@@ -171,6 +174,7 @@ class TeamsClient:
|
|
|
171
174
|
url,
|
|
172
175
|
params=exclude_unset(params),
|
|
173
176
|
headers=exclude_unset(headers),
|
|
177
|
+
stream=stream,
|
|
174
178
|
response_model=ExternalGroup,
|
|
175
179
|
)
|
|
176
180
|
|
|
@@ -182,6 +186,7 @@ class TeamsClient:
|
|
|
182
186
|
page: Missing[int] = UNSET,
|
|
183
187
|
display_name: Missing[str] = UNSET,
|
|
184
188
|
headers: Optional[Mapping[str, str]] = None,
|
|
189
|
+
stream: bool = False,
|
|
185
190
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
186
191
|
"""teams/list-external-idp-groups-for-org
|
|
187
192
|
|
|
@@ -211,6 +216,7 @@ class TeamsClient:
|
|
|
211
216
|
url,
|
|
212
217
|
params=exclude_unset(params),
|
|
213
218
|
headers=exclude_unset(headers),
|
|
219
|
+
stream=stream,
|
|
214
220
|
response_model=ExternalGroups,
|
|
215
221
|
)
|
|
216
222
|
|
|
@@ -222,6 +228,7 @@ class TeamsClient:
|
|
|
222
228
|
page: Missing[int] = UNSET,
|
|
223
229
|
display_name: Missing[str] = UNSET,
|
|
224
230
|
headers: Optional[Mapping[str, str]] = None,
|
|
231
|
+
stream: bool = False,
|
|
225
232
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
226
233
|
"""teams/list-external-idp-groups-for-org
|
|
227
234
|
|
|
@@ -251,6 +258,7 @@ class TeamsClient:
|
|
|
251
258
|
url,
|
|
252
259
|
params=exclude_unset(params),
|
|
253
260
|
headers=exclude_unset(headers),
|
|
261
|
+
stream=stream,
|
|
254
262
|
response_model=ExternalGroups,
|
|
255
263
|
)
|
|
256
264
|
|
|
@@ -262,6 +270,7 @@ class TeamsClient:
|
|
|
262
270
|
page: Missing[str] = UNSET,
|
|
263
271
|
q: Missing[str] = UNSET,
|
|
264
272
|
headers: Optional[Mapping[str, str]] = None,
|
|
273
|
+
stream: bool = False,
|
|
265
274
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
266
275
|
"""teams/list-idp-groups-for-org
|
|
267
276
|
|
|
@@ -289,6 +298,7 @@ class TeamsClient:
|
|
|
289
298
|
url,
|
|
290
299
|
params=exclude_unset(params),
|
|
291
300
|
headers=exclude_unset(headers),
|
|
301
|
+
stream=stream,
|
|
292
302
|
response_model=GroupMapping,
|
|
293
303
|
)
|
|
294
304
|
|
|
@@ -300,6 +310,7 @@ class TeamsClient:
|
|
|
300
310
|
page: Missing[str] = UNSET,
|
|
301
311
|
q: Missing[str] = UNSET,
|
|
302
312
|
headers: Optional[Mapping[str, str]] = None,
|
|
313
|
+
stream: bool = False,
|
|
303
314
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
304
315
|
"""teams/list-idp-groups-for-org
|
|
305
316
|
|
|
@@ -327,6 +338,7 @@ class TeamsClient:
|
|
|
327
338
|
url,
|
|
328
339
|
params=exclude_unset(params),
|
|
329
340
|
headers=exclude_unset(headers),
|
|
341
|
+
stream=stream,
|
|
330
342
|
response_model=GroupMapping,
|
|
331
343
|
)
|
|
332
344
|
|
|
@@ -337,6 +349,7 @@ class TeamsClient:
|
|
|
337
349
|
per_page: Missing[int] = UNSET,
|
|
338
350
|
page: Missing[int] = UNSET,
|
|
339
351
|
headers: Optional[Mapping[str, str]] = None,
|
|
352
|
+
stream: bool = False,
|
|
340
353
|
) -> Response[list[Team], list[TeamType]]:
|
|
341
354
|
"""teams/list
|
|
342
355
|
|
|
@@ -363,6 +376,7 @@ class TeamsClient:
|
|
|
363
376
|
url,
|
|
364
377
|
params=exclude_unset(params),
|
|
365
378
|
headers=exclude_unset(headers),
|
|
379
|
+
stream=stream,
|
|
366
380
|
response_model=list[Team],
|
|
367
381
|
error_models={
|
|
368
382
|
"403": BasicError,
|
|
@@ -376,6 +390,7 @@ class TeamsClient:
|
|
|
376
390
|
per_page: Missing[int] = UNSET,
|
|
377
391
|
page: Missing[int] = UNSET,
|
|
378
392
|
headers: Optional[Mapping[str, str]] = None,
|
|
393
|
+
stream: bool = False,
|
|
379
394
|
) -> Response[list[Team], list[TeamType]]:
|
|
380
395
|
"""teams/list
|
|
381
396
|
|
|
@@ -402,6 +417,7 @@ class TeamsClient:
|
|
|
402
417
|
url,
|
|
403
418
|
params=exclude_unset(params),
|
|
404
419
|
headers=exclude_unset(headers),
|
|
420
|
+
stream=stream,
|
|
405
421
|
response_model=list[Team],
|
|
406
422
|
error_models={
|
|
407
423
|
"403": BasicError,
|
|
@@ -414,6 +430,7 @@ class TeamsClient:
|
|
|
414
430
|
org: str,
|
|
415
431
|
*,
|
|
416
432
|
headers: Optional[Mapping[str, str]] = None,
|
|
433
|
+
stream: bool = False,
|
|
417
434
|
data: OrgsOrgTeamsPostBodyType,
|
|
418
435
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
419
436
|
|
|
@@ -424,6 +441,7 @@ class TeamsClient:
|
|
|
424
441
|
*,
|
|
425
442
|
data: UnsetType = UNSET,
|
|
426
443
|
headers: Optional[Mapping[str, str]] = None,
|
|
444
|
+
stream: bool = False,
|
|
427
445
|
name: str,
|
|
428
446
|
description: Missing[str] = UNSET,
|
|
429
447
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -441,6 +459,7 @@ class TeamsClient:
|
|
|
441
459
|
org: str,
|
|
442
460
|
*,
|
|
443
461
|
headers: Optional[Mapping[str, str]] = None,
|
|
462
|
+
stream: bool = False,
|
|
444
463
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
445
464
|
**kwargs,
|
|
446
465
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -475,6 +494,7 @@ class TeamsClient:
|
|
|
475
494
|
url,
|
|
476
495
|
json=exclude_unset(json),
|
|
477
496
|
headers=exclude_unset(headers),
|
|
497
|
+
stream=stream,
|
|
478
498
|
response_model=TeamFull,
|
|
479
499
|
error_models={
|
|
480
500
|
"422": ValidationError,
|
|
@@ -488,6 +508,7 @@ class TeamsClient:
|
|
|
488
508
|
org: str,
|
|
489
509
|
*,
|
|
490
510
|
headers: Optional[Mapping[str, str]] = None,
|
|
511
|
+
stream: bool = False,
|
|
491
512
|
data: OrgsOrgTeamsPostBodyType,
|
|
492
513
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
493
514
|
|
|
@@ -498,6 +519,7 @@ class TeamsClient:
|
|
|
498
519
|
*,
|
|
499
520
|
data: UnsetType = UNSET,
|
|
500
521
|
headers: Optional[Mapping[str, str]] = None,
|
|
522
|
+
stream: bool = False,
|
|
501
523
|
name: str,
|
|
502
524
|
description: Missing[str] = UNSET,
|
|
503
525
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -515,6 +537,7 @@ class TeamsClient:
|
|
|
515
537
|
org: str,
|
|
516
538
|
*,
|
|
517
539
|
headers: Optional[Mapping[str, str]] = None,
|
|
540
|
+
stream: bool = False,
|
|
518
541
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
519
542
|
**kwargs,
|
|
520
543
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -549,6 +572,7 @@ class TeamsClient:
|
|
|
549
572
|
url,
|
|
550
573
|
json=exclude_unset(json),
|
|
551
574
|
headers=exclude_unset(headers),
|
|
575
|
+
stream=stream,
|
|
552
576
|
response_model=TeamFull,
|
|
553
577
|
error_models={
|
|
554
578
|
"422": ValidationError,
|
|
@@ -562,6 +586,7 @@ class TeamsClient:
|
|
|
562
586
|
team_slug: str,
|
|
563
587
|
*,
|
|
564
588
|
headers: Optional[Mapping[str, str]] = None,
|
|
589
|
+
stream: bool = False,
|
|
565
590
|
) -> Response[TeamFull, TeamFullType]:
|
|
566
591
|
"""teams/get-by-name
|
|
567
592
|
|
|
@@ -585,6 +610,7 @@ class TeamsClient:
|
|
|
585
610
|
"GET",
|
|
586
611
|
url,
|
|
587
612
|
headers=exclude_unset(headers),
|
|
613
|
+
stream=stream,
|
|
588
614
|
response_model=TeamFull,
|
|
589
615
|
error_models={
|
|
590
616
|
"404": BasicError,
|
|
@@ -597,6 +623,7 @@ class TeamsClient:
|
|
|
597
623
|
team_slug: str,
|
|
598
624
|
*,
|
|
599
625
|
headers: Optional[Mapping[str, str]] = None,
|
|
626
|
+
stream: bool = False,
|
|
600
627
|
) -> Response[TeamFull, TeamFullType]:
|
|
601
628
|
"""teams/get-by-name
|
|
602
629
|
|
|
@@ -620,6 +647,7 @@ class TeamsClient:
|
|
|
620
647
|
"GET",
|
|
621
648
|
url,
|
|
622
649
|
headers=exclude_unset(headers),
|
|
650
|
+
stream=stream,
|
|
623
651
|
response_model=TeamFull,
|
|
624
652
|
error_models={
|
|
625
653
|
"404": BasicError,
|
|
@@ -632,6 +660,7 @@ class TeamsClient:
|
|
|
632
660
|
team_slug: str,
|
|
633
661
|
*,
|
|
634
662
|
headers: Optional[Mapping[str, str]] = None,
|
|
663
|
+
stream: bool = False,
|
|
635
664
|
) -> Response:
|
|
636
665
|
"""teams/delete-in-org
|
|
637
666
|
|
|
@@ -655,6 +684,7 @@ class TeamsClient:
|
|
|
655
684
|
"DELETE",
|
|
656
685
|
url,
|
|
657
686
|
headers=exclude_unset(headers),
|
|
687
|
+
stream=stream,
|
|
658
688
|
)
|
|
659
689
|
|
|
660
690
|
async def async_delete_in_org(
|
|
@@ -663,6 +693,7 @@ class TeamsClient:
|
|
|
663
693
|
team_slug: str,
|
|
664
694
|
*,
|
|
665
695
|
headers: Optional[Mapping[str, str]] = None,
|
|
696
|
+
stream: bool = False,
|
|
666
697
|
) -> Response:
|
|
667
698
|
"""teams/delete-in-org
|
|
668
699
|
|
|
@@ -686,6 +717,7 @@ class TeamsClient:
|
|
|
686
717
|
"DELETE",
|
|
687
718
|
url,
|
|
688
719
|
headers=exclude_unset(headers),
|
|
720
|
+
stream=stream,
|
|
689
721
|
)
|
|
690
722
|
|
|
691
723
|
@overload
|
|
@@ -695,6 +727,7 @@ class TeamsClient:
|
|
|
695
727
|
team_slug: str,
|
|
696
728
|
*,
|
|
697
729
|
headers: Optional[Mapping[str, str]] = None,
|
|
730
|
+
stream: bool = False,
|
|
698
731
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
699
732
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
700
733
|
|
|
@@ -706,6 +739,7 @@ class TeamsClient:
|
|
|
706
739
|
*,
|
|
707
740
|
data: UnsetType = UNSET,
|
|
708
741
|
headers: Optional[Mapping[str, str]] = None,
|
|
742
|
+
stream: bool = False,
|
|
709
743
|
name: Missing[str] = UNSET,
|
|
710
744
|
description: Missing[str] = UNSET,
|
|
711
745
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -722,6 +756,7 @@ class TeamsClient:
|
|
|
722
756
|
team_slug: str,
|
|
723
757
|
*,
|
|
724
758
|
headers: Optional[Mapping[str, str]] = None,
|
|
759
|
+
stream: bool = False,
|
|
725
760
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
726
761
|
**kwargs,
|
|
727
762
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -762,6 +797,7 @@ class TeamsClient:
|
|
|
762
797
|
url,
|
|
763
798
|
json=exclude_unset(json),
|
|
764
799
|
headers=exclude_unset(headers),
|
|
800
|
+
stream=stream,
|
|
765
801
|
response_model=TeamFull,
|
|
766
802
|
error_models={
|
|
767
803
|
"404": BasicError,
|
|
@@ -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: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
781
818
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
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
|
name: Missing[str] = UNSET,
|
|
792
830
|
description: Missing[str] = UNSET,
|
|
793
831
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -804,6 +842,7 @@ class TeamsClient:
|
|
|
804
842
|
team_slug: str,
|
|
805
843
|
*,
|
|
806
844
|
headers: Optional[Mapping[str, str]] = None,
|
|
845
|
+
stream: bool = False,
|
|
807
846
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
808
847
|
**kwargs,
|
|
809
848
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -844,6 +883,7 @@ class TeamsClient:
|
|
|
844
883
|
url,
|
|
845
884
|
json=exclude_unset(json),
|
|
846
885
|
headers=exclude_unset(headers),
|
|
886
|
+
stream=stream,
|
|
847
887
|
response_model=TeamFull,
|
|
848
888
|
error_models={
|
|
849
889
|
"404": BasicError,
|
|
@@ -862,6 +902,7 @@ class TeamsClient:
|
|
|
862
902
|
page: Missing[int] = UNSET,
|
|
863
903
|
pinned: Missing[str] = UNSET,
|
|
864
904
|
headers: Optional[Mapping[str, str]] = None,
|
|
905
|
+
stream: bool = False,
|
|
865
906
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
866
907
|
"""teams/list-discussions-in-org
|
|
867
908
|
|
|
@@ -895,6 +936,7 @@ class TeamsClient:
|
|
|
895
936
|
url,
|
|
896
937
|
params=exclude_unset(params),
|
|
897
938
|
headers=exclude_unset(headers),
|
|
939
|
+
stream=stream,
|
|
898
940
|
response_model=list[TeamDiscussion],
|
|
899
941
|
)
|
|
900
942
|
|
|
@@ -908,6 +950,7 @@ class TeamsClient:
|
|
|
908
950
|
page: Missing[int] = UNSET,
|
|
909
951
|
pinned: Missing[str] = UNSET,
|
|
910
952
|
headers: Optional[Mapping[str, str]] = None,
|
|
953
|
+
stream: bool = False,
|
|
911
954
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
912
955
|
"""teams/list-discussions-in-org
|
|
913
956
|
|
|
@@ -941,6 +984,7 @@ class TeamsClient:
|
|
|
941
984
|
url,
|
|
942
985
|
params=exclude_unset(params),
|
|
943
986
|
headers=exclude_unset(headers),
|
|
987
|
+
stream=stream,
|
|
944
988
|
response_model=list[TeamDiscussion],
|
|
945
989
|
)
|
|
946
990
|
|
|
@@ -951,6 +995,7 @@ class TeamsClient:
|
|
|
951
995
|
team_slug: str,
|
|
952
996
|
*,
|
|
953
997
|
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
954
999
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
955
1000
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
956
1001
|
|
|
@@ -962,6 +1007,7 @@ class TeamsClient:
|
|
|
962
1007
|
*,
|
|
963
1008
|
data: UnsetType = UNSET,
|
|
964
1009
|
headers: Optional[Mapping[str, str]] = None,
|
|
1010
|
+
stream: bool = False,
|
|
965
1011
|
title: str,
|
|
966
1012
|
body: str,
|
|
967
1013
|
private: Missing[bool] = UNSET,
|
|
@@ -973,6 +1019,7 @@ class TeamsClient:
|
|
|
973
1019
|
team_slug: str,
|
|
974
1020
|
*,
|
|
975
1021
|
headers: Optional[Mapping[str, str]] = None,
|
|
1022
|
+
stream: bool = False,
|
|
976
1023
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
977
1024
|
**kwargs,
|
|
978
1025
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -1012,6 +1059,7 @@ class TeamsClient:
|
|
|
1012
1059
|
url,
|
|
1013
1060
|
json=exclude_unset(json),
|
|
1014
1061
|
headers=exclude_unset(headers),
|
|
1062
|
+
stream=stream,
|
|
1015
1063
|
response_model=TeamDiscussion,
|
|
1016
1064
|
)
|
|
1017
1065
|
|
|
@@ -1022,6 +1070,7 @@ class TeamsClient:
|
|
|
1022
1070
|
team_slug: str,
|
|
1023
1071
|
*,
|
|
1024
1072
|
headers: Optional[Mapping[str, str]] = None,
|
|
1073
|
+
stream: bool = False,
|
|
1025
1074
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
1026
1075
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
1027
1076
|
|
|
@@ -1033,6 +1082,7 @@ class TeamsClient:
|
|
|
1033
1082
|
*,
|
|
1034
1083
|
data: UnsetType = UNSET,
|
|
1035
1084
|
headers: Optional[Mapping[str, str]] = None,
|
|
1085
|
+
stream: bool = False,
|
|
1036
1086
|
title: str,
|
|
1037
1087
|
body: str,
|
|
1038
1088
|
private: Missing[bool] = UNSET,
|
|
@@ -1044,6 +1094,7 @@ class TeamsClient:
|
|
|
1044
1094
|
team_slug: str,
|
|
1045
1095
|
*,
|
|
1046
1096
|
headers: Optional[Mapping[str, str]] = None,
|
|
1097
|
+
stream: bool = False,
|
|
1047
1098
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
1048
1099
|
**kwargs,
|
|
1049
1100
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -1083,6 +1134,7 @@ class TeamsClient:
|
|
|
1083
1134
|
url,
|
|
1084
1135
|
json=exclude_unset(json),
|
|
1085
1136
|
headers=exclude_unset(headers),
|
|
1137
|
+
stream=stream,
|
|
1086
1138
|
response_model=TeamDiscussion,
|
|
1087
1139
|
)
|
|
1088
1140
|
|
|
@@ -1093,6 +1145,7 @@ class TeamsClient:
|
|
|
1093
1145
|
discussion_number: int,
|
|
1094
1146
|
*,
|
|
1095
1147
|
headers: Optional[Mapping[str, str]] = None,
|
|
1148
|
+
stream: bool = False,
|
|
1096
1149
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
1097
1150
|
"""teams/get-discussion-in-org
|
|
1098
1151
|
|
|
@@ -1118,6 +1171,7 @@ class TeamsClient:
|
|
|
1118
1171
|
"GET",
|
|
1119
1172
|
url,
|
|
1120
1173
|
headers=exclude_unset(headers),
|
|
1174
|
+
stream=stream,
|
|
1121
1175
|
response_model=TeamDiscussion,
|
|
1122
1176
|
)
|
|
1123
1177
|
|
|
@@ -1128,6 +1182,7 @@ class TeamsClient:
|
|
|
1128
1182
|
discussion_number: int,
|
|
1129
1183
|
*,
|
|
1130
1184
|
headers: Optional[Mapping[str, str]] = None,
|
|
1185
|
+
stream: bool = False,
|
|
1131
1186
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
1132
1187
|
"""teams/get-discussion-in-org
|
|
1133
1188
|
|
|
@@ -1153,6 +1208,7 @@ class TeamsClient:
|
|
|
1153
1208
|
"GET",
|
|
1154
1209
|
url,
|
|
1155
1210
|
headers=exclude_unset(headers),
|
|
1211
|
+
stream=stream,
|
|
1156
1212
|
response_model=TeamDiscussion,
|
|
1157
1213
|
)
|
|
1158
1214
|
|
|
@@ -1163,6 +1219,7 @@ class TeamsClient:
|
|
|
1163
1219
|
discussion_number: int,
|
|
1164
1220
|
*,
|
|
1165
1221
|
headers: Optional[Mapping[str, str]] = None,
|
|
1222
|
+
stream: bool = False,
|
|
1166
1223
|
) -> Response:
|
|
1167
1224
|
"""teams/delete-discussion-in-org
|
|
1168
1225
|
|
|
@@ -1186,6 +1243,7 @@ class TeamsClient:
|
|
|
1186
1243
|
"DELETE",
|
|
1187
1244
|
url,
|
|
1188
1245
|
headers=exclude_unset(headers),
|
|
1246
|
+
stream=stream,
|
|
1189
1247
|
)
|
|
1190
1248
|
|
|
1191
1249
|
async def async_delete_discussion_in_org(
|
|
@@ -1195,6 +1253,7 @@ class TeamsClient:
|
|
|
1195
1253
|
discussion_number: int,
|
|
1196
1254
|
*,
|
|
1197
1255
|
headers: Optional[Mapping[str, str]] = None,
|
|
1256
|
+
stream: bool = False,
|
|
1198
1257
|
) -> Response:
|
|
1199
1258
|
"""teams/delete-discussion-in-org
|
|
1200
1259
|
|
|
@@ -1218,6 +1277,7 @@ class TeamsClient:
|
|
|
1218
1277
|
"DELETE",
|
|
1219
1278
|
url,
|
|
1220
1279
|
headers=exclude_unset(headers),
|
|
1280
|
+
stream=stream,
|
|
1221
1281
|
)
|
|
1222
1282
|
|
|
1223
1283
|
@overload
|
|
@@ -1228,6 +1288,7 @@ class TeamsClient:
|
|
|
1228
1288
|
discussion_number: int,
|
|
1229
1289
|
*,
|
|
1230
1290
|
headers: Optional[Mapping[str, str]] = None,
|
|
1291
|
+
stream: bool = False,
|
|
1231
1292
|
data: Missing[
|
|
1232
1293
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1233
1294
|
] = UNSET,
|
|
@@ -1242,6 +1303,7 @@ class TeamsClient:
|
|
|
1242
1303
|
*,
|
|
1243
1304
|
data: UnsetType = UNSET,
|
|
1244
1305
|
headers: Optional[Mapping[str, str]] = None,
|
|
1306
|
+
stream: bool = False,
|
|
1245
1307
|
title: Missing[str] = UNSET,
|
|
1246
1308
|
body: Missing[str] = UNSET,
|
|
1247
1309
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1253,6 +1315,7 @@ class TeamsClient:
|
|
|
1253
1315
|
discussion_number: int,
|
|
1254
1316
|
*,
|
|
1255
1317
|
headers: Optional[Mapping[str, str]] = None,
|
|
1318
|
+
stream: bool = False,
|
|
1256
1319
|
data: Missing[
|
|
1257
1320
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1258
1321
|
] = UNSET,
|
|
@@ -1297,6 +1360,7 @@ class TeamsClient:
|
|
|
1297
1360
|
url,
|
|
1298
1361
|
json=exclude_unset(json),
|
|
1299
1362
|
headers=exclude_unset(headers),
|
|
1363
|
+
stream=stream,
|
|
1300
1364
|
response_model=TeamDiscussion,
|
|
1301
1365
|
)
|
|
1302
1366
|
|
|
@@ -1308,6 +1372,7 @@ class TeamsClient:
|
|
|
1308
1372
|
discussion_number: int,
|
|
1309
1373
|
*,
|
|
1310
1374
|
headers: Optional[Mapping[str, str]] = None,
|
|
1375
|
+
stream: bool = False,
|
|
1311
1376
|
data: Missing[
|
|
1312
1377
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1313
1378
|
] = UNSET,
|
|
@@ -1322,6 +1387,7 @@ class TeamsClient:
|
|
|
1322
1387
|
*,
|
|
1323
1388
|
data: UnsetType = UNSET,
|
|
1324
1389
|
headers: Optional[Mapping[str, str]] = None,
|
|
1390
|
+
stream: bool = False,
|
|
1325
1391
|
title: Missing[str] = UNSET,
|
|
1326
1392
|
body: Missing[str] = UNSET,
|
|
1327
1393
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1333,6 +1399,7 @@ class TeamsClient:
|
|
|
1333
1399
|
discussion_number: int,
|
|
1334
1400
|
*,
|
|
1335
1401
|
headers: Optional[Mapping[str, str]] = None,
|
|
1402
|
+
stream: bool = False,
|
|
1336
1403
|
data: Missing[
|
|
1337
1404
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1338
1405
|
] = UNSET,
|
|
@@ -1377,6 +1444,7 @@ class TeamsClient:
|
|
|
1377
1444
|
url,
|
|
1378
1445
|
json=exclude_unset(json),
|
|
1379
1446
|
headers=exclude_unset(headers),
|
|
1447
|
+
stream=stream,
|
|
1380
1448
|
response_model=TeamDiscussion,
|
|
1381
1449
|
)
|
|
1382
1450
|
|
|
@@ -1390,6 +1458,7 @@ class TeamsClient:
|
|
|
1390
1458
|
per_page: Missing[int] = UNSET,
|
|
1391
1459
|
page: Missing[int] = UNSET,
|
|
1392
1460
|
headers: Optional[Mapping[str, str]] = None,
|
|
1461
|
+
stream: bool = False,
|
|
1393
1462
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1394
1463
|
"""teams/list-discussion-comments-in-org
|
|
1395
1464
|
|
|
@@ -1422,6 +1491,7 @@ class TeamsClient:
|
|
|
1422
1491
|
url,
|
|
1423
1492
|
params=exclude_unset(params),
|
|
1424
1493
|
headers=exclude_unset(headers),
|
|
1494
|
+
stream=stream,
|
|
1425
1495
|
response_model=list[TeamDiscussionComment],
|
|
1426
1496
|
)
|
|
1427
1497
|
|
|
@@ -1435,6 +1505,7 @@ class TeamsClient:
|
|
|
1435
1505
|
per_page: Missing[int] = UNSET,
|
|
1436
1506
|
page: Missing[int] = UNSET,
|
|
1437
1507
|
headers: Optional[Mapping[str, str]] = None,
|
|
1508
|
+
stream: bool = False,
|
|
1438
1509
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1439
1510
|
"""teams/list-discussion-comments-in-org
|
|
1440
1511
|
|
|
@@ -1467,6 +1538,7 @@ class TeamsClient:
|
|
|
1467
1538
|
url,
|
|
1468
1539
|
params=exclude_unset(params),
|
|
1469
1540
|
headers=exclude_unset(headers),
|
|
1541
|
+
stream=stream,
|
|
1470
1542
|
response_model=list[TeamDiscussionComment],
|
|
1471
1543
|
)
|
|
1472
1544
|
|
|
@@ -1478,6 +1550,7 @@ class TeamsClient:
|
|
|
1478
1550
|
discussion_number: int,
|
|
1479
1551
|
*,
|
|
1480
1552
|
headers: Optional[Mapping[str, str]] = None,
|
|
1553
|
+
stream: bool = False,
|
|
1481
1554
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1482
1555
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1483
1556
|
|
|
@@ -1490,6 +1563,7 @@ class TeamsClient:
|
|
|
1490
1563
|
*,
|
|
1491
1564
|
data: UnsetType = UNSET,
|
|
1492
1565
|
headers: Optional[Mapping[str, str]] = None,
|
|
1566
|
+
stream: bool = False,
|
|
1493
1567
|
body: str,
|
|
1494
1568
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1495
1569
|
|
|
@@ -1500,6 +1574,7 @@ class TeamsClient:
|
|
|
1500
1574
|
discussion_number: int,
|
|
1501
1575
|
*,
|
|
1502
1576
|
headers: Optional[Mapping[str, str]] = None,
|
|
1577
|
+
stream: bool = False,
|
|
1503
1578
|
data: Missing[
|
|
1504
1579
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1505
1580
|
] = UNSET,
|
|
@@ -1546,6 +1621,7 @@ class TeamsClient:
|
|
|
1546
1621
|
url,
|
|
1547
1622
|
json=exclude_unset(json),
|
|
1548
1623
|
headers=exclude_unset(headers),
|
|
1624
|
+
stream=stream,
|
|
1549
1625
|
response_model=TeamDiscussionComment,
|
|
1550
1626
|
)
|
|
1551
1627
|
|
|
@@ -1557,6 +1633,7 @@ class TeamsClient:
|
|
|
1557
1633
|
discussion_number: int,
|
|
1558
1634
|
*,
|
|
1559
1635
|
headers: Optional[Mapping[str, str]] = None,
|
|
1636
|
+
stream: bool = False,
|
|
1560
1637
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1561
1638
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1562
1639
|
|
|
@@ -1569,6 +1646,7 @@ class TeamsClient:
|
|
|
1569
1646
|
*,
|
|
1570
1647
|
data: UnsetType = UNSET,
|
|
1571
1648
|
headers: Optional[Mapping[str, str]] = None,
|
|
1649
|
+
stream: bool = False,
|
|
1572
1650
|
body: str,
|
|
1573
1651
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1574
1652
|
|
|
@@ -1579,6 +1657,7 @@ class TeamsClient:
|
|
|
1579
1657
|
discussion_number: int,
|
|
1580
1658
|
*,
|
|
1581
1659
|
headers: Optional[Mapping[str, str]] = None,
|
|
1660
|
+
stream: bool = False,
|
|
1582
1661
|
data: Missing[
|
|
1583
1662
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1584
1663
|
] = UNSET,
|
|
@@ -1625,6 +1704,7 @@ class TeamsClient:
|
|
|
1625
1704
|
url,
|
|
1626
1705
|
json=exclude_unset(json),
|
|
1627
1706
|
headers=exclude_unset(headers),
|
|
1707
|
+
stream=stream,
|
|
1628
1708
|
response_model=TeamDiscussionComment,
|
|
1629
1709
|
)
|
|
1630
1710
|
|
|
@@ -1636,6 +1716,7 @@ class TeamsClient:
|
|
|
1636
1716
|
comment_number: int,
|
|
1637
1717
|
*,
|
|
1638
1718
|
headers: Optional[Mapping[str, str]] = None,
|
|
1719
|
+
stream: bool = False,
|
|
1639
1720
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1640
1721
|
"""teams/get-discussion-comment-in-org
|
|
1641
1722
|
|
|
@@ -1661,6 +1742,7 @@ class TeamsClient:
|
|
|
1661
1742
|
"GET",
|
|
1662
1743
|
url,
|
|
1663
1744
|
headers=exclude_unset(headers),
|
|
1745
|
+
stream=stream,
|
|
1664
1746
|
response_model=TeamDiscussionComment,
|
|
1665
1747
|
)
|
|
1666
1748
|
|
|
@@ -1672,6 +1754,7 @@ class TeamsClient:
|
|
|
1672
1754
|
comment_number: int,
|
|
1673
1755
|
*,
|
|
1674
1756
|
headers: Optional[Mapping[str, str]] = None,
|
|
1757
|
+
stream: bool = False,
|
|
1675
1758
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1676
1759
|
"""teams/get-discussion-comment-in-org
|
|
1677
1760
|
|
|
@@ -1697,6 +1780,7 @@ class TeamsClient:
|
|
|
1697
1780
|
"GET",
|
|
1698
1781
|
url,
|
|
1699
1782
|
headers=exclude_unset(headers),
|
|
1783
|
+
stream=stream,
|
|
1700
1784
|
response_model=TeamDiscussionComment,
|
|
1701
1785
|
)
|
|
1702
1786
|
|
|
@@ -1708,6 +1792,7 @@ class TeamsClient:
|
|
|
1708
1792
|
comment_number: int,
|
|
1709
1793
|
*,
|
|
1710
1794
|
headers: Optional[Mapping[str, str]] = None,
|
|
1795
|
+
stream: bool = False,
|
|
1711
1796
|
) -> Response:
|
|
1712
1797
|
"""teams/delete-discussion-comment-in-org
|
|
1713
1798
|
|
|
@@ -1731,6 +1816,7 @@ class TeamsClient:
|
|
|
1731
1816
|
"DELETE",
|
|
1732
1817
|
url,
|
|
1733
1818
|
headers=exclude_unset(headers),
|
|
1819
|
+
stream=stream,
|
|
1734
1820
|
)
|
|
1735
1821
|
|
|
1736
1822
|
async def async_delete_discussion_comment_in_org(
|
|
@@ -1741,6 +1827,7 @@ class TeamsClient:
|
|
|
1741
1827
|
comment_number: int,
|
|
1742
1828
|
*,
|
|
1743
1829
|
headers: Optional[Mapping[str, str]] = None,
|
|
1830
|
+
stream: bool = False,
|
|
1744
1831
|
) -> Response:
|
|
1745
1832
|
"""teams/delete-discussion-comment-in-org
|
|
1746
1833
|
|
|
@@ -1764,6 +1851,7 @@ class TeamsClient:
|
|
|
1764
1851
|
"DELETE",
|
|
1765
1852
|
url,
|
|
1766
1853
|
headers=exclude_unset(headers),
|
|
1854
|
+
stream=stream,
|
|
1767
1855
|
)
|
|
1768
1856
|
|
|
1769
1857
|
@overload
|
|
@@ -1775,6 +1863,7 @@ class TeamsClient:
|
|
|
1775
1863
|
comment_number: int,
|
|
1776
1864
|
*,
|
|
1777
1865
|
headers: Optional[Mapping[str, str]] = None,
|
|
1866
|
+
stream: bool = False,
|
|
1778
1867
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1779
1868
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1780
1869
|
|
|
@@ -1788,6 +1877,7 @@ class TeamsClient:
|
|
|
1788
1877
|
*,
|
|
1789
1878
|
data: UnsetType = UNSET,
|
|
1790
1879
|
headers: Optional[Mapping[str, str]] = None,
|
|
1880
|
+
stream: bool = False,
|
|
1791
1881
|
body: str,
|
|
1792
1882
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1793
1883
|
|
|
@@ -1799,6 +1889,7 @@ class TeamsClient:
|
|
|
1799
1889
|
comment_number: int,
|
|
1800
1890
|
*,
|
|
1801
1891
|
headers: Optional[Mapping[str, str]] = None,
|
|
1892
|
+
stream: bool = False,
|
|
1802
1893
|
data: Missing[
|
|
1803
1894
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1804
1895
|
] = UNSET,
|
|
@@ -1844,6 +1935,7 @@ class TeamsClient:
|
|
|
1844
1935
|
url,
|
|
1845
1936
|
json=exclude_unset(json),
|
|
1846
1937
|
headers=exclude_unset(headers),
|
|
1938
|
+
stream=stream,
|
|
1847
1939
|
response_model=TeamDiscussionComment,
|
|
1848
1940
|
)
|
|
1849
1941
|
|
|
@@ -1856,6 +1948,7 @@ class TeamsClient:
|
|
|
1856
1948
|
comment_number: int,
|
|
1857
1949
|
*,
|
|
1858
1950
|
headers: Optional[Mapping[str, str]] = None,
|
|
1951
|
+
stream: bool = False,
|
|
1859
1952
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1860
1953
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1861
1954
|
|
|
@@ -1869,6 +1962,7 @@ class TeamsClient:
|
|
|
1869
1962
|
*,
|
|
1870
1963
|
data: UnsetType = UNSET,
|
|
1871
1964
|
headers: Optional[Mapping[str, str]] = None,
|
|
1965
|
+
stream: bool = False,
|
|
1872
1966
|
body: str,
|
|
1873
1967
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1874
1968
|
|
|
@@ -1880,6 +1974,7 @@ class TeamsClient:
|
|
|
1880
1974
|
comment_number: int,
|
|
1881
1975
|
*,
|
|
1882
1976
|
headers: Optional[Mapping[str, str]] = None,
|
|
1977
|
+
stream: bool = False,
|
|
1883
1978
|
data: Missing[
|
|
1884
1979
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1885
1980
|
] = UNSET,
|
|
@@ -1925,6 +2020,7 @@ class TeamsClient:
|
|
|
1925
2020
|
url,
|
|
1926
2021
|
json=exclude_unset(json),
|
|
1927
2022
|
headers=exclude_unset(headers),
|
|
2023
|
+
stream=stream,
|
|
1928
2024
|
response_model=TeamDiscussionComment,
|
|
1929
2025
|
)
|
|
1930
2026
|
|
|
@@ -1934,6 +2030,7 @@ class TeamsClient:
|
|
|
1934
2030
|
team_slug: str,
|
|
1935
2031
|
*,
|
|
1936
2032
|
headers: Optional[Mapping[str, str]] = None,
|
|
2033
|
+
stream: bool = False,
|
|
1937
2034
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
1938
2035
|
"""teams/list-linked-external-idp-groups-to-team-for-org
|
|
1939
2036
|
|
|
@@ -1956,6 +2053,7 @@ class TeamsClient:
|
|
|
1956
2053
|
"GET",
|
|
1957
2054
|
url,
|
|
1958
2055
|
headers=exclude_unset(headers),
|
|
2056
|
+
stream=stream,
|
|
1959
2057
|
response_model=ExternalGroups,
|
|
1960
2058
|
)
|
|
1961
2059
|
|
|
@@ -1965,6 +2063,7 @@ class TeamsClient:
|
|
|
1965
2063
|
team_slug: str,
|
|
1966
2064
|
*,
|
|
1967
2065
|
headers: Optional[Mapping[str, str]] = None,
|
|
2066
|
+
stream: bool = False,
|
|
1968
2067
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
1969
2068
|
"""teams/list-linked-external-idp-groups-to-team-for-org
|
|
1970
2069
|
|
|
@@ -1987,6 +2086,7 @@ class TeamsClient:
|
|
|
1987
2086
|
"GET",
|
|
1988
2087
|
url,
|
|
1989
2088
|
headers=exclude_unset(headers),
|
|
2089
|
+
stream=stream,
|
|
1990
2090
|
response_model=ExternalGroups,
|
|
1991
2091
|
)
|
|
1992
2092
|
|
|
@@ -1996,6 +2096,7 @@ class TeamsClient:
|
|
|
1996
2096
|
team_slug: str,
|
|
1997
2097
|
*,
|
|
1998
2098
|
headers: Optional[Mapping[str, str]] = None,
|
|
2099
|
+
stream: bool = False,
|
|
1999
2100
|
) -> Response:
|
|
2000
2101
|
"""teams/unlink-external-idp-group-from-team-for-org
|
|
2001
2102
|
|
|
@@ -2016,6 +2117,7 @@ class TeamsClient:
|
|
|
2016
2117
|
"DELETE",
|
|
2017
2118
|
url,
|
|
2018
2119
|
headers=exclude_unset(headers),
|
|
2120
|
+
stream=stream,
|
|
2019
2121
|
)
|
|
2020
2122
|
|
|
2021
2123
|
async def async_unlink_external_idp_group_from_team_for_org(
|
|
@@ -2024,6 +2126,7 @@ class TeamsClient:
|
|
|
2024
2126
|
team_slug: str,
|
|
2025
2127
|
*,
|
|
2026
2128
|
headers: Optional[Mapping[str, str]] = None,
|
|
2129
|
+
stream: bool = False,
|
|
2027
2130
|
) -> Response:
|
|
2028
2131
|
"""teams/unlink-external-idp-group-from-team-for-org
|
|
2029
2132
|
|
|
@@ -2044,6 +2147,7 @@ class TeamsClient:
|
|
|
2044
2147
|
"DELETE",
|
|
2045
2148
|
url,
|
|
2046
2149
|
headers=exclude_unset(headers),
|
|
2150
|
+
stream=stream,
|
|
2047
2151
|
)
|
|
2048
2152
|
|
|
2049
2153
|
@overload
|
|
@@ -2053,6 +2157,7 @@ class TeamsClient:
|
|
|
2053
2157
|
team_slug: str,
|
|
2054
2158
|
*,
|
|
2055
2159
|
headers: Optional[Mapping[str, str]] = None,
|
|
2160
|
+
stream: bool = False,
|
|
2056
2161
|
data: OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType,
|
|
2057
2162
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2058
2163
|
|
|
@@ -2064,6 +2169,7 @@ class TeamsClient:
|
|
|
2064
2169
|
*,
|
|
2065
2170
|
data: UnsetType = UNSET,
|
|
2066
2171
|
headers: Optional[Mapping[str, str]] = None,
|
|
2172
|
+
stream: bool = False,
|
|
2067
2173
|
group_id: int,
|
|
2068
2174
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2069
2175
|
|
|
@@ -2073,6 +2179,7 @@ class TeamsClient:
|
|
|
2073
2179
|
team_slug: str,
|
|
2074
2180
|
*,
|
|
2075
2181
|
headers: Optional[Mapping[str, str]] = None,
|
|
2182
|
+
stream: bool = False,
|
|
2076
2183
|
data: Missing[OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType] = UNSET,
|
|
2077
2184
|
**kwargs,
|
|
2078
2185
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
@@ -2109,6 +2216,7 @@ class TeamsClient:
|
|
|
2109
2216
|
url,
|
|
2110
2217
|
json=exclude_unset(json),
|
|
2111
2218
|
headers=exclude_unset(headers),
|
|
2219
|
+
stream=stream,
|
|
2112
2220
|
response_model=ExternalGroup,
|
|
2113
2221
|
)
|
|
2114
2222
|
|
|
@@ -2119,6 +2227,7 @@ class TeamsClient:
|
|
|
2119
2227
|
team_slug: str,
|
|
2120
2228
|
*,
|
|
2121
2229
|
headers: Optional[Mapping[str, str]] = None,
|
|
2230
|
+
stream: bool = False,
|
|
2122
2231
|
data: OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType,
|
|
2123
2232
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2124
2233
|
|
|
@@ -2130,6 +2239,7 @@ class TeamsClient:
|
|
|
2130
2239
|
*,
|
|
2131
2240
|
data: UnsetType = UNSET,
|
|
2132
2241
|
headers: Optional[Mapping[str, str]] = None,
|
|
2242
|
+
stream: bool = False,
|
|
2133
2243
|
group_id: int,
|
|
2134
2244
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2135
2245
|
|
|
@@ -2139,6 +2249,7 @@ class TeamsClient:
|
|
|
2139
2249
|
team_slug: str,
|
|
2140
2250
|
*,
|
|
2141
2251
|
headers: Optional[Mapping[str, str]] = None,
|
|
2252
|
+
stream: bool = False,
|
|
2142
2253
|
data: Missing[OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType] = UNSET,
|
|
2143
2254
|
**kwargs,
|
|
2144
2255
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
@@ -2175,6 +2286,7 @@ class TeamsClient:
|
|
|
2175
2286
|
url,
|
|
2176
2287
|
json=exclude_unset(json),
|
|
2177
2288
|
headers=exclude_unset(headers),
|
|
2289
|
+
stream=stream,
|
|
2178
2290
|
response_model=ExternalGroup,
|
|
2179
2291
|
)
|
|
2180
2292
|
|
|
@@ -2186,6 +2298,7 @@ class TeamsClient:
|
|
|
2186
2298
|
per_page: Missing[int] = UNSET,
|
|
2187
2299
|
page: Missing[int] = UNSET,
|
|
2188
2300
|
headers: Optional[Mapping[str, str]] = None,
|
|
2301
|
+
stream: bool = False,
|
|
2189
2302
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2190
2303
|
"""teams/list-pending-invitations-in-org
|
|
2191
2304
|
|
|
@@ -2215,6 +2328,7 @@ class TeamsClient:
|
|
|
2215
2328
|
url,
|
|
2216
2329
|
params=exclude_unset(params),
|
|
2217
2330
|
headers=exclude_unset(headers),
|
|
2331
|
+
stream=stream,
|
|
2218
2332
|
response_model=list[OrganizationInvitation],
|
|
2219
2333
|
)
|
|
2220
2334
|
|
|
@@ -2226,6 +2340,7 @@ class TeamsClient:
|
|
|
2226
2340
|
per_page: Missing[int] = UNSET,
|
|
2227
2341
|
page: Missing[int] = UNSET,
|
|
2228
2342
|
headers: Optional[Mapping[str, str]] = None,
|
|
2343
|
+
stream: bool = False,
|
|
2229
2344
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2230
2345
|
"""teams/list-pending-invitations-in-org
|
|
2231
2346
|
|
|
@@ -2255,6 +2370,7 @@ class TeamsClient:
|
|
|
2255
2370
|
url,
|
|
2256
2371
|
params=exclude_unset(params),
|
|
2257
2372
|
headers=exclude_unset(headers),
|
|
2373
|
+
stream=stream,
|
|
2258
2374
|
response_model=list[OrganizationInvitation],
|
|
2259
2375
|
)
|
|
2260
2376
|
|
|
@@ -2267,6 +2383,7 @@ class TeamsClient:
|
|
|
2267
2383
|
per_page: Missing[int] = UNSET,
|
|
2268
2384
|
page: Missing[int] = UNSET,
|
|
2269
2385
|
headers: Optional[Mapping[str, str]] = None,
|
|
2386
|
+
stream: bool = False,
|
|
2270
2387
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
2271
2388
|
"""teams/list-members-in-org
|
|
2272
2389
|
|
|
@@ -2296,6 +2413,7 @@ class TeamsClient:
|
|
|
2296
2413
|
url,
|
|
2297
2414
|
params=exclude_unset(params),
|
|
2298
2415
|
headers=exclude_unset(headers),
|
|
2416
|
+
stream=stream,
|
|
2299
2417
|
response_model=list[SimpleUser],
|
|
2300
2418
|
)
|
|
2301
2419
|
|
|
@@ -2308,6 +2426,7 @@ class TeamsClient:
|
|
|
2308
2426
|
per_page: Missing[int] = UNSET,
|
|
2309
2427
|
page: Missing[int] = UNSET,
|
|
2310
2428
|
headers: Optional[Mapping[str, str]] = None,
|
|
2429
|
+
stream: bool = False,
|
|
2311
2430
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
2312
2431
|
"""teams/list-members-in-org
|
|
2313
2432
|
|
|
@@ -2337,6 +2456,7 @@ class TeamsClient:
|
|
|
2337
2456
|
url,
|
|
2338
2457
|
params=exclude_unset(params),
|
|
2339
2458
|
headers=exclude_unset(headers),
|
|
2459
|
+
stream=stream,
|
|
2340
2460
|
response_model=list[SimpleUser],
|
|
2341
2461
|
)
|
|
2342
2462
|
|
|
@@ -2347,6 +2467,7 @@ class TeamsClient:
|
|
|
2347
2467
|
username: str,
|
|
2348
2468
|
*,
|
|
2349
2469
|
headers: Optional[Mapping[str, str]] = None,
|
|
2470
|
+
stream: bool = False,
|
|
2350
2471
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
2351
2472
|
"""teams/get-membership-for-user-in-org
|
|
2352
2473
|
|
|
@@ -2377,6 +2498,7 @@ class TeamsClient:
|
|
|
2377
2498
|
"GET",
|
|
2378
2499
|
url,
|
|
2379
2500
|
headers=exclude_unset(headers),
|
|
2501
|
+
stream=stream,
|
|
2380
2502
|
response_model=TeamMembership,
|
|
2381
2503
|
error_models={},
|
|
2382
2504
|
)
|
|
@@ -2388,6 +2510,7 @@ class TeamsClient:
|
|
|
2388
2510
|
username: str,
|
|
2389
2511
|
*,
|
|
2390
2512
|
headers: Optional[Mapping[str, str]] = None,
|
|
2513
|
+
stream: bool = False,
|
|
2391
2514
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
2392
2515
|
"""teams/get-membership-for-user-in-org
|
|
2393
2516
|
|
|
@@ -2418,6 +2541,7 @@ class TeamsClient:
|
|
|
2418
2541
|
"GET",
|
|
2419
2542
|
url,
|
|
2420
2543
|
headers=exclude_unset(headers),
|
|
2544
|
+
stream=stream,
|
|
2421
2545
|
response_model=TeamMembership,
|
|
2422
2546
|
error_models={},
|
|
2423
2547
|
)
|
|
@@ -2430,6 +2554,7 @@ class TeamsClient:
|
|
|
2430
2554
|
username: str,
|
|
2431
2555
|
*,
|
|
2432
2556
|
headers: Optional[Mapping[str, str]] = None,
|
|
2557
|
+
stream: bool = False,
|
|
2433
2558
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2434
2559
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2435
2560
|
|
|
@@ -2442,6 +2567,7 @@ class TeamsClient:
|
|
|
2442
2567
|
*,
|
|
2443
2568
|
data: UnsetType = UNSET,
|
|
2444
2569
|
headers: Optional[Mapping[str, str]] = None,
|
|
2570
|
+
stream: bool = False,
|
|
2445
2571
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
2446
2572
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2447
2573
|
|
|
@@ -2452,6 +2578,7 @@ class TeamsClient:
|
|
|
2452
2578
|
username: str,
|
|
2453
2579
|
*,
|
|
2454
2580
|
headers: Optional[Mapping[str, str]] = None,
|
|
2581
|
+
stream: bool = False,
|
|
2455
2582
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2456
2583
|
**kwargs,
|
|
2457
2584
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2501,6 +2628,7 @@ class TeamsClient:
|
|
|
2501
2628
|
url,
|
|
2502
2629
|
json=exclude_unset(json),
|
|
2503
2630
|
headers=exclude_unset(headers),
|
|
2631
|
+
stream=stream,
|
|
2504
2632
|
response_model=TeamMembership,
|
|
2505
2633
|
error_models={},
|
|
2506
2634
|
)
|
|
@@ -2513,6 +2641,7 @@ class TeamsClient:
|
|
|
2513
2641
|
username: str,
|
|
2514
2642
|
*,
|
|
2515
2643
|
headers: Optional[Mapping[str, str]] = None,
|
|
2644
|
+
stream: bool = False,
|
|
2516
2645
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2517
2646
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2518
2647
|
|
|
@@ -2525,6 +2654,7 @@ class TeamsClient:
|
|
|
2525
2654
|
*,
|
|
2526
2655
|
data: UnsetType = UNSET,
|
|
2527
2656
|
headers: Optional[Mapping[str, str]] = None,
|
|
2657
|
+
stream: bool = False,
|
|
2528
2658
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
2529
2659
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2530
2660
|
|
|
@@ -2535,6 +2665,7 @@ class TeamsClient:
|
|
|
2535
2665
|
username: str,
|
|
2536
2666
|
*,
|
|
2537
2667
|
headers: Optional[Mapping[str, str]] = None,
|
|
2668
|
+
stream: bool = False,
|
|
2538
2669
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2539
2670
|
**kwargs,
|
|
2540
2671
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2584,6 +2715,7 @@ class TeamsClient:
|
|
|
2584
2715
|
url,
|
|
2585
2716
|
json=exclude_unset(json),
|
|
2586
2717
|
headers=exclude_unset(headers),
|
|
2718
|
+
stream=stream,
|
|
2587
2719
|
response_model=TeamMembership,
|
|
2588
2720
|
error_models={},
|
|
2589
2721
|
)
|
|
@@ -2595,6 +2727,7 @@ class TeamsClient:
|
|
|
2595
2727
|
username: str,
|
|
2596
2728
|
*,
|
|
2597
2729
|
headers: Optional[Mapping[str, str]] = None,
|
|
2730
|
+
stream: bool = False,
|
|
2598
2731
|
) -> Response:
|
|
2599
2732
|
"""teams/remove-membership-for-user-in-org
|
|
2600
2733
|
|
|
@@ -2621,6 +2754,7 @@ class TeamsClient:
|
|
|
2621
2754
|
"DELETE",
|
|
2622
2755
|
url,
|
|
2623
2756
|
headers=exclude_unset(headers),
|
|
2757
|
+
stream=stream,
|
|
2624
2758
|
error_models={},
|
|
2625
2759
|
)
|
|
2626
2760
|
|
|
@@ -2631,6 +2765,7 @@ class TeamsClient:
|
|
|
2631
2765
|
username: str,
|
|
2632
2766
|
*,
|
|
2633
2767
|
headers: Optional[Mapping[str, str]] = None,
|
|
2768
|
+
stream: bool = False,
|
|
2634
2769
|
) -> Response:
|
|
2635
2770
|
"""teams/remove-membership-for-user-in-org
|
|
2636
2771
|
|
|
@@ -2657,6 +2792,7 @@ class TeamsClient:
|
|
|
2657
2792
|
"DELETE",
|
|
2658
2793
|
url,
|
|
2659
2794
|
headers=exclude_unset(headers),
|
|
2795
|
+
stream=stream,
|
|
2660
2796
|
error_models={},
|
|
2661
2797
|
)
|
|
2662
2798
|
|
|
@@ -2668,6 +2804,7 @@ class TeamsClient:
|
|
|
2668
2804
|
per_page: Missing[int] = UNSET,
|
|
2669
2805
|
page: Missing[int] = UNSET,
|
|
2670
2806
|
headers: Optional[Mapping[str, str]] = None,
|
|
2807
|
+
stream: bool = False,
|
|
2671
2808
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2672
2809
|
"""DEPRECATED teams/list-projects-in-org
|
|
2673
2810
|
|
|
@@ -2696,6 +2833,7 @@ class TeamsClient:
|
|
|
2696
2833
|
url,
|
|
2697
2834
|
params=exclude_unset(params),
|
|
2698
2835
|
headers=exclude_unset(headers),
|
|
2836
|
+
stream=stream,
|
|
2699
2837
|
response_model=list[TeamProject],
|
|
2700
2838
|
)
|
|
2701
2839
|
|
|
@@ -2707,6 +2845,7 @@ class TeamsClient:
|
|
|
2707
2845
|
per_page: Missing[int] = UNSET,
|
|
2708
2846
|
page: Missing[int] = UNSET,
|
|
2709
2847
|
headers: Optional[Mapping[str, str]] = None,
|
|
2848
|
+
stream: bool = False,
|
|
2710
2849
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2711
2850
|
"""DEPRECATED teams/list-projects-in-org
|
|
2712
2851
|
|
|
@@ -2735,6 +2874,7 @@ class TeamsClient:
|
|
|
2735
2874
|
url,
|
|
2736
2875
|
params=exclude_unset(params),
|
|
2737
2876
|
headers=exclude_unset(headers),
|
|
2877
|
+
stream=stream,
|
|
2738
2878
|
response_model=list[TeamProject],
|
|
2739
2879
|
)
|
|
2740
2880
|
|
|
@@ -2745,6 +2885,7 @@ class TeamsClient:
|
|
|
2745
2885
|
project_id: int,
|
|
2746
2886
|
*,
|
|
2747
2887
|
headers: Optional[Mapping[str, str]] = None,
|
|
2888
|
+
stream: bool = False,
|
|
2748
2889
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2749
2890
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2750
2891
|
|
|
@@ -2767,6 +2908,7 @@ class TeamsClient:
|
|
|
2767
2908
|
"GET",
|
|
2768
2909
|
url,
|
|
2769
2910
|
headers=exclude_unset(headers),
|
|
2911
|
+
stream=stream,
|
|
2770
2912
|
response_model=TeamProject,
|
|
2771
2913
|
error_models={},
|
|
2772
2914
|
)
|
|
@@ -2778,6 +2920,7 @@ class TeamsClient:
|
|
|
2778
2920
|
project_id: int,
|
|
2779
2921
|
*,
|
|
2780
2922
|
headers: Optional[Mapping[str, str]] = None,
|
|
2923
|
+
stream: bool = False,
|
|
2781
2924
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2782
2925
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2783
2926
|
|
|
@@ -2800,6 +2943,7 @@ class TeamsClient:
|
|
|
2800
2943
|
"GET",
|
|
2801
2944
|
url,
|
|
2802
2945
|
headers=exclude_unset(headers),
|
|
2946
|
+
stream=stream,
|
|
2803
2947
|
response_model=TeamProject,
|
|
2804
2948
|
error_models={},
|
|
2805
2949
|
)
|
|
@@ -2812,6 +2956,7 @@ class TeamsClient:
|
|
|
2812
2956
|
project_id: int,
|
|
2813
2957
|
*,
|
|
2814
2958
|
headers: Optional[Mapping[str, str]] = None,
|
|
2959
|
+
stream: bool = False,
|
|
2815
2960
|
data: Missing[
|
|
2816
2961
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2817
2962
|
] = UNSET,
|
|
@@ -2826,6 +2971,7 @@ class TeamsClient:
|
|
|
2826
2971
|
*,
|
|
2827
2972
|
data: UnsetType = UNSET,
|
|
2828
2973
|
headers: Optional[Mapping[str, str]] = None,
|
|
2974
|
+
stream: bool = False,
|
|
2829
2975
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2830
2976
|
) -> Response: ...
|
|
2831
2977
|
|
|
@@ -2836,6 +2982,7 @@ class TeamsClient:
|
|
|
2836
2982
|
project_id: int,
|
|
2837
2983
|
*,
|
|
2838
2984
|
headers: Optional[Mapping[str, str]] = None,
|
|
2985
|
+
stream: bool = False,
|
|
2839
2986
|
data: Missing[
|
|
2840
2987
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2841
2988
|
] = UNSET,
|
|
@@ -2879,6 +3026,7 @@ class TeamsClient:
|
|
|
2879
3026
|
url,
|
|
2880
3027
|
json=exclude_unset(json),
|
|
2881
3028
|
headers=exclude_unset(headers),
|
|
3029
|
+
stream=stream,
|
|
2882
3030
|
error_models={
|
|
2883
3031
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2884
3032
|
},
|
|
@@ -2892,6 +3040,7 @@ class TeamsClient:
|
|
|
2892
3040
|
project_id: int,
|
|
2893
3041
|
*,
|
|
2894
3042
|
headers: Optional[Mapping[str, str]] = None,
|
|
3043
|
+
stream: bool = False,
|
|
2895
3044
|
data: Missing[
|
|
2896
3045
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2897
3046
|
] = UNSET,
|
|
@@ -2906,6 +3055,7 @@ class TeamsClient:
|
|
|
2906
3055
|
*,
|
|
2907
3056
|
data: UnsetType = UNSET,
|
|
2908
3057
|
headers: Optional[Mapping[str, str]] = None,
|
|
3058
|
+
stream: bool = False,
|
|
2909
3059
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2910
3060
|
) -> Response: ...
|
|
2911
3061
|
|
|
@@ -2916,6 +3066,7 @@ class TeamsClient:
|
|
|
2916
3066
|
project_id: int,
|
|
2917
3067
|
*,
|
|
2918
3068
|
headers: Optional[Mapping[str, str]] = None,
|
|
3069
|
+
stream: bool = False,
|
|
2919
3070
|
data: Missing[
|
|
2920
3071
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2921
3072
|
] = UNSET,
|
|
@@ -2959,6 +3110,7 @@ class TeamsClient:
|
|
|
2959
3110
|
url,
|
|
2960
3111
|
json=exclude_unset(json),
|
|
2961
3112
|
headers=exclude_unset(headers),
|
|
3113
|
+
stream=stream,
|
|
2962
3114
|
error_models={
|
|
2963
3115
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2964
3116
|
},
|
|
@@ -2971,6 +3123,7 @@ class TeamsClient:
|
|
|
2971
3123
|
project_id: int,
|
|
2972
3124
|
*,
|
|
2973
3125
|
headers: Optional[Mapping[str, str]] = None,
|
|
3126
|
+
stream: bool = False,
|
|
2974
3127
|
) -> Response:
|
|
2975
3128
|
"""DEPRECATED teams/remove-project-in-org
|
|
2976
3129
|
|
|
@@ -2991,6 +3144,7 @@ class TeamsClient:
|
|
|
2991
3144
|
"DELETE",
|
|
2992
3145
|
url,
|
|
2993
3146
|
headers=exclude_unset(headers),
|
|
3147
|
+
stream=stream,
|
|
2994
3148
|
)
|
|
2995
3149
|
|
|
2996
3150
|
async def async_remove_project_in_org(
|
|
@@ -3000,6 +3154,7 @@ class TeamsClient:
|
|
|
3000
3154
|
project_id: int,
|
|
3001
3155
|
*,
|
|
3002
3156
|
headers: Optional[Mapping[str, str]] = None,
|
|
3157
|
+
stream: bool = False,
|
|
3003
3158
|
) -> Response:
|
|
3004
3159
|
"""DEPRECATED teams/remove-project-in-org
|
|
3005
3160
|
|
|
@@ -3020,6 +3175,7 @@ class TeamsClient:
|
|
|
3020
3175
|
"DELETE",
|
|
3021
3176
|
url,
|
|
3022
3177
|
headers=exclude_unset(headers),
|
|
3178
|
+
stream=stream,
|
|
3023
3179
|
)
|
|
3024
3180
|
|
|
3025
3181
|
def list_repos_in_org(
|
|
@@ -3030,6 +3186,7 @@ class TeamsClient:
|
|
|
3030
3186
|
per_page: Missing[int] = UNSET,
|
|
3031
3187
|
page: Missing[int] = UNSET,
|
|
3032
3188
|
headers: Optional[Mapping[str, str]] = None,
|
|
3189
|
+
stream: bool = False,
|
|
3033
3190
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
3034
3191
|
"""teams/list-repos-in-org
|
|
3035
3192
|
|
|
@@ -3059,6 +3216,7 @@ class TeamsClient:
|
|
|
3059
3216
|
url,
|
|
3060
3217
|
params=exclude_unset(params),
|
|
3061
3218
|
headers=exclude_unset(headers),
|
|
3219
|
+
stream=stream,
|
|
3062
3220
|
response_model=list[MinimalRepository],
|
|
3063
3221
|
)
|
|
3064
3222
|
|
|
@@ -3070,6 +3228,7 @@ class TeamsClient:
|
|
|
3070
3228
|
per_page: Missing[int] = UNSET,
|
|
3071
3229
|
page: Missing[int] = UNSET,
|
|
3072
3230
|
headers: Optional[Mapping[str, str]] = None,
|
|
3231
|
+
stream: bool = False,
|
|
3073
3232
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
3074
3233
|
"""teams/list-repos-in-org
|
|
3075
3234
|
|
|
@@ -3099,6 +3258,7 @@ class TeamsClient:
|
|
|
3099
3258
|
url,
|
|
3100
3259
|
params=exclude_unset(params),
|
|
3101
3260
|
headers=exclude_unset(headers),
|
|
3261
|
+
stream=stream,
|
|
3102
3262
|
response_model=list[MinimalRepository],
|
|
3103
3263
|
)
|
|
3104
3264
|
|
|
@@ -3110,6 +3270,7 @@ class TeamsClient:
|
|
|
3110
3270
|
repo: str,
|
|
3111
3271
|
*,
|
|
3112
3272
|
headers: Optional[Mapping[str, str]] = None,
|
|
3273
|
+
stream: bool = False,
|
|
3113
3274
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
3114
3275
|
"""teams/check-permissions-for-repo-in-org
|
|
3115
3276
|
|
|
@@ -3139,6 +3300,7 @@ class TeamsClient:
|
|
|
3139
3300
|
"GET",
|
|
3140
3301
|
url,
|
|
3141
3302
|
headers=exclude_unset(headers),
|
|
3303
|
+
stream=stream,
|
|
3142
3304
|
response_model=TeamRepository,
|
|
3143
3305
|
error_models={},
|
|
3144
3306
|
)
|
|
@@ -3151,6 +3313,7 @@ class TeamsClient:
|
|
|
3151
3313
|
repo: str,
|
|
3152
3314
|
*,
|
|
3153
3315
|
headers: Optional[Mapping[str, str]] = None,
|
|
3316
|
+
stream: bool = False,
|
|
3154
3317
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
3155
3318
|
"""teams/check-permissions-for-repo-in-org
|
|
3156
3319
|
|
|
@@ -3180,6 +3343,7 @@ class TeamsClient:
|
|
|
3180
3343
|
"GET",
|
|
3181
3344
|
url,
|
|
3182
3345
|
headers=exclude_unset(headers),
|
|
3346
|
+
stream=stream,
|
|
3183
3347
|
response_model=TeamRepository,
|
|
3184
3348
|
error_models={},
|
|
3185
3349
|
)
|
|
@@ -3193,6 +3357,7 @@ class TeamsClient:
|
|
|
3193
3357
|
repo: str,
|
|
3194
3358
|
*,
|
|
3195
3359
|
headers: Optional[Mapping[str, str]] = None,
|
|
3360
|
+
stream: bool = False,
|
|
3196
3361
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3197
3362
|
) -> Response: ...
|
|
3198
3363
|
|
|
@@ -3206,6 +3371,7 @@ class TeamsClient:
|
|
|
3206
3371
|
*,
|
|
3207
3372
|
data: UnsetType = UNSET,
|
|
3208
3373
|
headers: Optional[Mapping[str, str]] = None,
|
|
3374
|
+
stream: bool = False,
|
|
3209
3375
|
permission: Missing[str] = UNSET,
|
|
3210
3376
|
) -> Response: ...
|
|
3211
3377
|
|
|
@@ -3217,6 +3383,7 @@ class TeamsClient:
|
|
|
3217
3383
|
repo: str,
|
|
3218
3384
|
*,
|
|
3219
3385
|
headers: Optional[Mapping[str, str]] = None,
|
|
3386
|
+
stream: bool = False,
|
|
3220
3387
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3221
3388
|
**kwargs,
|
|
3222
3389
|
) -> Response:
|
|
@@ -3254,6 +3421,7 @@ class TeamsClient:
|
|
|
3254
3421
|
url,
|
|
3255
3422
|
json=exclude_unset(json),
|
|
3256
3423
|
headers=exclude_unset(headers),
|
|
3424
|
+
stream=stream,
|
|
3257
3425
|
)
|
|
3258
3426
|
|
|
3259
3427
|
@overload
|
|
@@ -3265,6 +3433,7 @@ class TeamsClient:
|
|
|
3265
3433
|
repo: str,
|
|
3266
3434
|
*,
|
|
3267
3435
|
headers: Optional[Mapping[str, str]] = None,
|
|
3436
|
+
stream: bool = False,
|
|
3268
3437
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3269
3438
|
) -> Response: ...
|
|
3270
3439
|
|
|
@@ -3278,6 +3447,7 @@ class TeamsClient:
|
|
|
3278
3447
|
*,
|
|
3279
3448
|
data: UnsetType = UNSET,
|
|
3280
3449
|
headers: Optional[Mapping[str, str]] = None,
|
|
3450
|
+
stream: bool = False,
|
|
3281
3451
|
permission: Missing[str] = UNSET,
|
|
3282
3452
|
) -> Response: ...
|
|
3283
3453
|
|
|
@@ -3289,6 +3459,7 @@ class TeamsClient:
|
|
|
3289
3459
|
repo: str,
|
|
3290
3460
|
*,
|
|
3291
3461
|
headers: Optional[Mapping[str, str]] = None,
|
|
3462
|
+
stream: bool = False,
|
|
3292
3463
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3293
3464
|
**kwargs,
|
|
3294
3465
|
) -> Response:
|
|
@@ -3326,6 +3497,7 @@ class TeamsClient:
|
|
|
3326
3497
|
url,
|
|
3327
3498
|
json=exclude_unset(json),
|
|
3328
3499
|
headers=exclude_unset(headers),
|
|
3500
|
+
stream=stream,
|
|
3329
3501
|
)
|
|
3330
3502
|
|
|
3331
3503
|
def remove_repo_in_org(
|
|
@@ -3336,6 +3508,7 @@ class TeamsClient:
|
|
|
3336
3508
|
repo: str,
|
|
3337
3509
|
*,
|
|
3338
3510
|
headers: Optional[Mapping[str, str]] = None,
|
|
3511
|
+
stream: bool = False,
|
|
3339
3512
|
) -> Response:
|
|
3340
3513
|
"""teams/remove-repo-in-org
|
|
3341
3514
|
|
|
@@ -3357,6 +3530,7 @@ class TeamsClient:
|
|
|
3357
3530
|
"DELETE",
|
|
3358
3531
|
url,
|
|
3359
3532
|
headers=exclude_unset(headers),
|
|
3533
|
+
stream=stream,
|
|
3360
3534
|
)
|
|
3361
3535
|
|
|
3362
3536
|
async def async_remove_repo_in_org(
|
|
@@ -3367,6 +3541,7 @@ class TeamsClient:
|
|
|
3367
3541
|
repo: str,
|
|
3368
3542
|
*,
|
|
3369
3543
|
headers: Optional[Mapping[str, str]] = None,
|
|
3544
|
+
stream: bool = False,
|
|
3370
3545
|
) -> Response:
|
|
3371
3546
|
"""teams/remove-repo-in-org
|
|
3372
3547
|
|
|
@@ -3388,6 +3563,7 @@ class TeamsClient:
|
|
|
3388
3563
|
"DELETE",
|
|
3389
3564
|
url,
|
|
3390
3565
|
headers=exclude_unset(headers),
|
|
3566
|
+
stream=stream,
|
|
3391
3567
|
)
|
|
3392
3568
|
|
|
3393
3569
|
def list_idp_groups_in_org(
|
|
@@ -3396,6 +3572,7 @@ class TeamsClient:
|
|
|
3396
3572
|
team_slug: str,
|
|
3397
3573
|
*,
|
|
3398
3574
|
headers: Optional[Mapping[str, str]] = None,
|
|
3575
|
+
stream: bool = False,
|
|
3399
3576
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
3400
3577
|
"""teams/list-idp-groups-in-org
|
|
3401
3578
|
|
|
@@ -3421,6 +3598,7 @@ class TeamsClient:
|
|
|
3421
3598
|
"GET",
|
|
3422
3599
|
url,
|
|
3423
3600
|
headers=exclude_unset(headers),
|
|
3601
|
+
stream=stream,
|
|
3424
3602
|
response_model=GroupMapping,
|
|
3425
3603
|
)
|
|
3426
3604
|
|
|
@@ -3430,6 +3608,7 @@ class TeamsClient:
|
|
|
3430
3608
|
team_slug: str,
|
|
3431
3609
|
*,
|
|
3432
3610
|
headers: Optional[Mapping[str, str]] = None,
|
|
3611
|
+
stream: bool = False,
|
|
3433
3612
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
3434
3613
|
"""teams/list-idp-groups-in-org
|
|
3435
3614
|
|
|
@@ -3455,6 +3634,7 @@ class TeamsClient:
|
|
|
3455
3634
|
"GET",
|
|
3456
3635
|
url,
|
|
3457
3636
|
headers=exclude_unset(headers),
|
|
3637
|
+
stream=stream,
|
|
3458
3638
|
response_model=GroupMapping,
|
|
3459
3639
|
)
|
|
3460
3640
|
|
|
@@ -3465,6 +3645,7 @@ class TeamsClient:
|
|
|
3465
3645
|
team_slug: str,
|
|
3466
3646
|
*,
|
|
3467
3647
|
headers: Optional[Mapping[str, str]] = None,
|
|
3648
|
+
stream: bool = False,
|
|
3468
3649
|
data: OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType,
|
|
3469
3650
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
3470
3651
|
|
|
@@ -3476,6 +3657,7 @@ class TeamsClient:
|
|
|
3476
3657
|
*,
|
|
3477
3658
|
data: UnsetType = UNSET,
|
|
3478
3659
|
headers: Optional[Mapping[str, str]] = None,
|
|
3660
|
+
stream: bool = False,
|
|
3479
3661
|
groups: Missing[
|
|
3480
3662
|
list[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType]
|
|
3481
3663
|
] = UNSET,
|
|
@@ -3487,6 +3669,7 @@ class TeamsClient:
|
|
|
3487
3669
|
team_slug: str,
|
|
3488
3670
|
*,
|
|
3489
3671
|
headers: Optional[Mapping[str, str]] = None,
|
|
3672
|
+
stream: bool = False,
|
|
3490
3673
|
data: Missing[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
3491
3674
|
**kwargs,
|
|
3492
3675
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -3529,6 +3712,7 @@ class TeamsClient:
|
|
|
3529
3712
|
url,
|
|
3530
3713
|
json=exclude_unset(json),
|
|
3531
3714
|
headers=exclude_unset(headers),
|
|
3715
|
+
stream=stream,
|
|
3532
3716
|
response_model=GroupMapping,
|
|
3533
3717
|
)
|
|
3534
3718
|
|
|
@@ -3539,6 +3723,7 @@ class TeamsClient:
|
|
|
3539
3723
|
team_slug: str,
|
|
3540
3724
|
*,
|
|
3541
3725
|
headers: Optional[Mapping[str, str]] = None,
|
|
3726
|
+
stream: bool = False,
|
|
3542
3727
|
data: OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType,
|
|
3543
3728
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
3544
3729
|
|
|
@@ -3550,6 +3735,7 @@ class TeamsClient:
|
|
|
3550
3735
|
*,
|
|
3551
3736
|
data: UnsetType = UNSET,
|
|
3552
3737
|
headers: Optional[Mapping[str, str]] = None,
|
|
3738
|
+
stream: bool = False,
|
|
3553
3739
|
groups: Missing[
|
|
3554
3740
|
list[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType]
|
|
3555
3741
|
] = UNSET,
|
|
@@ -3561,6 +3747,7 @@ class TeamsClient:
|
|
|
3561
3747
|
team_slug: str,
|
|
3562
3748
|
*,
|
|
3563
3749
|
headers: Optional[Mapping[str, str]] = None,
|
|
3750
|
+
stream: bool = False,
|
|
3564
3751
|
data: Missing[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
3565
3752
|
**kwargs,
|
|
3566
3753
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -3603,6 +3790,7 @@ class TeamsClient:
|
|
|
3603
3790
|
url,
|
|
3604
3791
|
json=exclude_unset(json),
|
|
3605
3792
|
headers=exclude_unset(headers),
|
|
3793
|
+
stream=stream,
|
|
3606
3794
|
response_model=GroupMapping,
|
|
3607
3795
|
)
|
|
3608
3796
|
|
|
@@ -3614,6 +3802,7 @@ class TeamsClient:
|
|
|
3614
3802
|
per_page: Missing[int] = UNSET,
|
|
3615
3803
|
page: Missing[int] = UNSET,
|
|
3616
3804
|
headers: Optional[Mapping[str, str]] = None,
|
|
3805
|
+
stream: bool = False,
|
|
3617
3806
|
) -> Response[list[Team], list[TeamType]]:
|
|
3618
3807
|
"""teams/list-child-in-org
|
|
3619
3808
|
|
|
@@ -3643,6 +3832,7 @@ class TeamsClient:
|
|
|
3643
3832
|
url,
|
|
3644
3833
|
params=exclude_unset(params),
|
|
3645
3834
|
headers=exclude_unset(headers),
|
|
3835
|
+
stream=stream,
|
|
3646
3836
|
response_model=list[Team],
|
|
3647
3837
|
)
|
|
3648
3838
|
|
|
@@ -3654,6 +3844,7 @@ class TeamsClient:
|
|
|
3654
3844
|
per_page: Missing[int] = UNSET,
|
|
3655
3845
|
page: Missing[int] = UNSET,
|
|
3656
3846
|
headers: Optional[Mapping[str, str]] = None,
|
|
3847
|
+
stream: bool = False,
|
|
3657
3848
|
) -> Response[list[Team], list[TeamType]]:
|
|
3658
3849
|
"""teams/list-child-in-org
|
|
3659
3850
|
|
|
@@ -3683,6 +3874,7 @@ class TeamsClient:
|
|
|
3683
3874
|
url,
|
|
3684
3875
|
params=exclude_unset(params),
|
|
3685
3876
|
headers=exclude_unset(headers),
|
|
3877
|
+
stream=stream,
|
|
3686
3878
|
response_model=list[Team],
|
|
3687
3879
|
)
|
|
3688
3880
|
|
|
@@ -3691,6 +3883,7 @@ class TeamsClient:
|
|
|
3691
3883
|
team_id: int,
|
|
3692
3884
|
*,
|
|
3693
3885
|
headers: Optional[Mapping[str, str]] = None,
|
|
3886
|
+
stream: bool = False,
|
|
3694
3887
|
) -> Response[TeamFull, TeamFullType]:
|
|
3695
3888
|
"""DEPRECATED teams/get-legacy
|
|
3696
3889
|
|
|
@@ -3712,6 +3905,7 @@ class TeamsClient:
|
|
|
3712
3905
|
"GET",
|
|
3713
3906
|
url,
|
|
3714
3907
|
headers=exclude_unset(headers),
|
|
3908
|
+
stream=stream,
|
|
3715
3909
|
response_model=TeamFull,
|
|
3716
3910
|
error_models={
|
|
3717
3911
|
"404": BasicError,
|
|
@@ -3723,6 +3917,7 @@ class TeamsClient:
|
|
|
3723
3917
|
team_id: int,
|
|
3724
3918
|
*,
|
|
3725
3919
|
headers: Optional[Mapping[str, str]] = None,
|
|
3920
|
+
stream: bool = False,
|
|
3726
3921
|
) -> Response[TeamFull, TeamFullType]:
|
|
3727
3922
|
"""DEPRECATED teams/get-legacy
|
|
3728
3923
|
|
|
@@ -3744,6 +3939,7 @@ class TeamsClient:
|
|
|
3744
3939
|
"GET",
|
|
3745
3940
|
url,
|
|
3746
3941
|
headers=exclude_unset(headers),
|
|
3942
|
+
stream=stream,
|
|
3747
3943
|
response_model=TeamFull,
|
|
3748
3944
|
error_models={
|
|
3749
3945
|
"404": BasicError,
|
|
@@ -3755,6 +3951,7 @@ class TeamsClient:
|
|
|
3755
3951
|
team_id: int,
|
|
3756
3952
|
*,
|
|
3757
3953
|
headers: Optional[Mapping[str, str]] = None,
|
|
3954
|
+
stream: bool = False,
|
|
3758
3955
|
) -> Response:
|
|
3759
3956
|
"""DEPRECATED teams/delete-legacy
|
|
3760
3957
|
|
|
@@ -3780,6 +3977,7 @@ class TeamsClient:
|
|
|
3780
3977
|
"DELETE",
|
|
3781
3978
|
url,
|
|
3782
3979
|
headers=exclude_unset(headers),
|
|
3980
|
+
stream=stream,
|
|
3783
3981
|
error_models={
|
|
3784
3982
|
"404": BasicError,
|
|
3785
3983
|
"422": ValidationError,
|
|
@@ -3791,6 +3989,7 @@ class TeamsClient:
|
|
|
3791
3989
|
team_id: int,
|
|
3792
3990
|
*,
|
|
3793
3991
|
headers: Optional[Mapping[str, str]] = None,
|
|
3992
|
+
stream: bool = False,
|
|
3794
3993
|
) -> Response:
|
|
3795
3994
|
"""DEPRECATED teams/delete-legacy
|
|
3796
3995
|
|
|
@@ -3816,6 +4015,7 @@ class TeamsClient:
|
|
|
3816
4015
|
"DELETE",
|
|
3817
4016
|
url,
|
|
3818
4017
|
headers=exclude_unset(headers),
|
|
4018
|
+
stream=stream,
|
|
3819
4019
|
error_models={
|
|
3820
4020
|
"404": BasicError,
|
|
3821
4021
|
"422": ValidationError,
|
|
@@ -3828,6 +4028,7 @@ class TeamsClient:
|
|
|
3828
4028
|
team_id: int,
|
|
3829
4029
|
*,
|
|
3830
4030
|
headers: Optional[Mapping[str, str]] = None,
|
|
4031
|
+
stream: bool = False,
|
|
3831
4032
|
data: TeamsTeamIdPatchBodyType,
|
|
3832
4033
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3833
4034
|
|
|
@@ -3838,6 +4039,7 @@ class TeamsClient:
|
|
|
3838
4039
|
*,
|
|
3839
4040
|
data: UnsetType = UNSET,
|
|
3840
4041
|
headers: Optional[Mapping[str, str]] = None,
|
|
4042
|
+
stream: bool = False,
|
|
3841
4043
|
name: str,
|
|
3842
4044
|
description: Missing[str] = UNSET,
|
|
3843
4045
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3853,6 +4055,7 @@ class TeamsClient:
|
|
|
3853
4055
|
team_id: int,
|
|
3854
4056
|
*,
|
|
3855
4057
|
headers: Optional[Mapping[str, str]] = None,
|
|
4058
|
+
stream: bool = False,
|
|
3856
4059
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3857
4060
|
**kwargs,
|
|
3858
4061
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3891,6 +4094,7 @@ class TeamsClient:
|
|
|
3891
4094
|
url,
|
|
3892
4095
|
json=exclude_unset(json),
|
|
3893
4096
|
headers=exclude_unset(headers),
|
|
4097
|
+
stream=stream,
|
|
3894
4098
|
response_model=TeamFull,
|
|
3895
4099
|
error_models={
|
|
3896
4100
|
"404": BasicError,
|
|
@@ -3905,6 +4109,7 @@ class TeamsClient:
|
|
|
3905
4109
|
team_id: int,
|
|
3906
4110
|
*,
|
|
3907
4111
|
headers: Optional[Mapping[str, str]] = None,
|
|
4112
|
+
stream: bool = False,
|
|
3908
4113
|
data: TeamsTeamIdPatchBodyType,
|
|
3909
4114
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3910
4115
|
|
|
@@ -3915,6 +4120,7 @@ class TeamsClient:
|
|
|
3915
4120
|
*,
|
|
3916
4121
|
data: UnsetType = UNSET,
|
|
3917
4122
|
headers: Optional[Mapping[str, str]] = None,
|
|
4123
|
+
stream: bool = False,
|
|
3918
4124
|
name: str,
|
|
3919
4125
|
description: Missing[str] = UNSET,
|
|
3920
4126
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3930,6 +4136,7 @@ class TeamsClient:
|
|
|
3930
4136
|
team_id: int,
|
|
3931
4137
|
*,
|
|
3932
4138
|
headers: Optional[Mapping[str, str]] = None,
|
|
4139
|
+
stream: bool = False,
|
|
3933
4140
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3934
4141
|
**kwargs,
|
|
3935
4142
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3968,6 +4175,7 @@ class TeamsClient:
|
|
|
3968
4175
|
url,
|
|
3969
4176
|
json=exclude_unset(json),
|
|
3970
4177
|
headers=exclude_unset(headers),
|
|
4178
|
+
stream=stream,
|
|
3971
4179
|
response_model=TeamFull,
|
|
3972
4180
|
error_models={
|
|
3973
4181
|
"404": BasicError,
|
|
@@ -3984,6 +4192,7 @@ class TeamsClient:
|
|
|
3984
4192
|
per_page: Missing[int] = UNSET,
|
|
3985
4193
|
page: Missing[int] = UNSET,
|
|
3986
4194
|
headers: Optional[Mapping[str, str]] = None,
|
|
4195
|
+
stream: bool = False,
|
|
3987
4196
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
3988
4197
|
"""DEPRECATED teams/list-discussions-legacy
|
|
3989
4198
|
|
|
@@ -4016,6 +4225,7 @@ class TeamsClient:
|
|
|
4016
4225
|
url,
|
|
4017
4226
|
params=exclude_unset(params),
|
|
4018
4227
|
headers=exclude_unset(headers),
|
|
4228
|
+
stream=stream,
|
|
4019
4229
|
response_model=list[TeamDiscussion],
|
|
4020
4230
|
)
|
|
4021
4231
|
|
|
@@ -4027,6 +4237,7 @@ class TeamsClient:
|
|
|
4027
4237
|
per_page: Missing[int] = UNSET,
|
|
4028
4238
|
page: Missing[int] = UNSET,
|
|
4029
4239
|
headers: Optional[Mapping[str, str]] = None,
|
|
4240
|
+
stream: bool = False,
|
|
4030
4241
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
4031
4242
|
"""DEPRECATED teams/list-discussions-legacy
|
|
4032
4243
|
|
|
@@ -4059,6 +4270,7 @@ class TeamsClient:
|
|
|
4059
4270
|
url,
|
|
4060
4271
|
params=exclude_unset(params),
|
|
4061
4272
|
headers=exclude_unset(headers),
|
|
4273
|
+
stream=stream,
|
|
4062
4274
|
response_model=list[TeamDiscussion],
|
|
4063
4275
|
)
|
|
4064
4276
|
|
|
@@ -4068,6 +4280,7 @@ class TeamsClient:
|
|
|
4068
4280
|
team_id: int,
|
|
4069
4281
|
*,
|
|
4070
4282
|
headers: Optional[Mapping[str, str]] = None,
|
|
4283
|
+
stream: bool = False,
|
|
4071
4284
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
4072
4285
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4073
4286
|
|
|
@@ -4078,6 +4291,7 @@ class TeamsClient:
|
|
|
4078
4291
|
*,
|
|
4079
4292
|
data: UnsetType = UNSET,
|
|
4080
4293
|
headers: Optional[Mapping[str, str]] = None,
|
|
4294
|
+
stream: bool = False,
|
|
4081
4295
|
title: str,
|
|
4082
4296
|
body: str,
|
|
4083
4297
|
private: Missing[bool] = UNSET,
|
|
@@ -4088,6 +4302,7 @@ class TeamsClient:
|
|
|
4088
4302
|
team_id: int,
|
|
4089
4303
|
*,
|
|
4090
4304
|
headers: Optional[Mapping[str, str]] = None,
|
|
4305
|
+
stream: bool = False,
|
|
4091
4306
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
4092
4307
|
**kwargs,
|
|
4093
4308
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4127,6 +4342,7 @@ class TeamsClient:
|
|
|
4127
4342
|
url,
|
|
4128
4343
|
json=exclude_unset(json),
|
|
4129
4344
|
headers=exclude_unset(headers),
|
|
4345
|
+
stream=stream,
|
|
4130
4346
|
response_model=TeamDiscussion,
|
|
4131
4347
|
)
|
|
4132
4348
|
|
|
@@ -4136,6 +4352,7 @@ class TeamsClient:
|
|
|
4136
4352
|
team_id: int,
|
|
4137
4353
|
*,
|
|
4138
4354
|
headers: Optional[Mapping[str, str]] = None,
|
|
4355
|
+
stream: bool = False,
|
|
4139
4356
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
4140
4357
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4141
4358
|
|
|
@@ -4146,6 +4363,7 @@ class TeamsClient:
|
|
|
4146
4363
|
*,
|
|
4147
4364
|
data: UnsetType = UNSET,
|
|
4148
4365
|
headers: Optional[Mapping[str, str]] = None,
|
|
4366
|
+
stream: bool = False,
|
|
4149
4367
|
title: str,
|
|
4150
4368
|
body: str,
|
|
4151
4369
|
private: Missing[bool] = UNSET,
|
|
@@ -4156,6 +4374,7 @@ class TeamsClient:
|
|
|
4156
4374
|
team_id: int,
|
|
4157
4375
|
*,
|
|
4158
4376
|
headers: Optional[Mapping[str, str]] = None,
|
|
4377
|
+
stream: bool = False,
|
|
4159
4378
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
4160
4379
|
**kwargs,
|
|
4161
4380
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4195,6 +4414,7 @@ class TeamsClient:
|
|
|
4195
4414
|
url,
|
|
4196
4415
|
json=exclude_unset(json),
|
|
4197
4416
|
headers=exclude_unset(headers),
|
|
4417
|
+
stream=stream,
|
|
4198
4418
|
response_model=TeamDiscussion,
|
|
4199
4419
|
)
|
|
4200
4420
|
|
|
@@ -4204,6 +4424,7 @@ class TeamsClient:
|
|
|
4204
4424
|
discussion_number: int,
|
|
4205
4425
|
*,
|
|
4206
4426
|
headers: Optional[Mapping[str, str]] = None,
|
|
4427
|
+
stream: bool = False,
|
|
4207
4428
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
4208
4429
|
"""DEPRECATED teams/get-discussion-legacy
|
|
4209
4430
|
|
|
@@ -4229,6 +4450,7 @@ class TeamsClient:
|
|
|
4229
4450
|
"GET",
|
|
4230
4451
|
url,
|
|
4231
4452
|
headers=exclude_unset(headers),
|
|
4453
|
+
stream=stream,
|
|
4232
4454
|
response_model=TeamDiscussion,
|
|
4233
4455
|
)
|
|
4234
4456
|
|
|
@@ -4238,6 +4460,7 @@ class TeamsClient:
|
|
|
4238
4460
|
discussion_number: int,
|
|
4239
4461
|
*,
|
|
4240
4462
|
headers: Optional[Mapping[str, str]] = None,
|
|
4463
|
+
stream: bool = False,
|
|
4241
4464
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
4242
4465
|
"""DEPRECATED teams/get-discussion-legacy
|
|
4243
4466
|
|
|
@@ -4263,6 +4486,7 @@ class TeamsClient:
|
|
|
4263
4486
|
"GET",
|
|
4264
4487
|
url,
|
|
4265
4488
|
headers=exclude_unset(headers),
|
|
4489
|
+
stream=stream,
|
|
4266
4490
|
response_model=TeamDiscussion,
|
|
4267
4491
|
)
|
|
4268
4492
|
|
|
@@ -4272,6 +4496,7 @@ class TeamsClient:
|
|
|
4272
4496
|
discussion_number: int,
|
|
4273
4497
|
*,
|
|
4274
4498
|
headers: Optional[Mapping[str, str]] = None,
|
|
4499
|
+
stream: bool = False,
|
|
4275
4500
|
) -> Response:
|
|
4276
4501
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
4277
4502
|
|
|
@@ -4295,6 +4520,7 @@ class TeamsClient:
|
|
|
4295
4520
|
"DELETE",
|
|
4296
4521
|
url,
|
|
4297
4522
|
headers=exclude_unset(headers),
|
|
4523
|
+
stream=stream,
|
|
4298
4524
|
)
|
|
4299
4525
|
|
|
4300
4526
|
async def async_delete_discussion_legacy(
|
|
@@ -4303,6 +4529,7 @@ class TeamsClient:
|
|
|
4303
4529
|
discussion_number: int,
|
|
4304
4530
|
*,
|
|
4305
4531
|
headers: Optional[Mapping[str, str]] = None,
|
|
4532
|
+
stream: bool = False,
|
|
4306
4533
|
) -> Response:
|
|
4307
4534
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
4308
4535
|
|
|
@@ -4326,6 +4553,7 @@ class TeamsClient:
|
|
|
4326
4553
|
"DELETE",
|
|
4327
4554
|
url,
|
|
4328
4555
|
headers=exclude_unset(headers),
|
|
4556
|
+
stream=stream,
|
|
4329
4557
|
)
|
|
4330
4558
|
|
|
4331
4559
|
@overload
|
|
@@ -4335,6 +4563,7 @@ class TeamsClient:
|
|
|
4335
4563
|
discussion_number: int,
|
|
4336
4564
|
*,
|
|
4337
4565
|
headers: Optional[Mapping[str, str]] = None,
|
|
4566
|
+
stream: bool = False,
|
|
4338
4567
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4339
4568
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4340
4569
|
|
|
@@ -4346,6 +4575,7 @@ class TeamsClient:
|
|
|
4346
4575
|
*,
|
|
4347
4576
|
data: UnsetType = UNSET,
|
|
4348
4577
|
headers: Optional[Mapping[str, str]] = None,
|
|
4578
|
+
stream: bool = False,
|
|
4349
4579
|
title: Missing[str] = UNSET,
|
|
4350
4580
|
body: Missing[str] = UNSET,
|
|
4351
4581
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -4356,6 +4586,7 @@ class TeamsClient:
|
|
|
4356
4586
|
discussion_number: int,
|
|
4357
4587
|
*,
|
|
4358
4588
|
headers: Optional[Mapping[str, str]] = None,
|
|
4589
|
+
stream: bool = False,
|
|
4359
4590
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4360
4591
|
**kwargs,
|
|
4361
4592
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4398,6 +4629,7 @@ class TeamsClient:
|
|
|
4398
4629
|
url,
|
|
4399
4630
|
json=exclude_unset(json),
|
|
4400
4631
|
headers=exclude_unset(headers),
|
|
4632
|
+
stream=stream,
|
|
4401
4633
|
response_model=TeamDiscussion,
|
|
4402
4634
|
)
|
|
4403
4635
|
|
|
@@ -4408,6 +4640,7 @@ class TeamsClient:
|
|
|
4408
4640
|
discussion_number: int,
|
|
4409
4641
|
*,
|
|
4410
4642
|
headers: Optional[Mapping[str, str]] = None,
|
|
4643
|
+
stream: bool = False,
|
|
4411
4644
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4412
4645
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4413
4646
|
|
|
@@ -4419,6 +4652,7 @@ class TeamsClient:
|
|
|
4419
4652
|
*,
|
|
4420
4653
|
data: UnsetType = UNSET,
|
|
4421
4654
|
headers: Optional[Mapping[str, str]] = None,
|
|
4655
|
+
stream: bool = False,
|
|
4422
4656
|
title: Missing[str] = UNSET,
|
|
4423
4657
|
body: Missing[str] = UNSET,
|
|
4424
4658
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -4429,6 +4663,7 @@ class TeamsClient:
|
|
|
4429
4663
|
discussion_number: int,
|
|
4430
4664
|
*,
|
|
4431
4665
|
headers: Optional[Mapping[str, str]] = None,
|
|
4666
|
+
stream: bool = False,
|
|
4432
4667
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4433
4668
|
**kwargs,
|
|
4434
4669
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4471,6 +4706,7 @@ class TeamsClient:
|
|
|
4471
4706
|
url,
|
|
4472
4707
|
json=exclude_unset(json),
|
|
4473
4708
|
headers=exclude_unset(headers),
|
|
4709
|
+
stream=stream,
|
|
4474
4710
|
response_model=TeamDiscussion,
|
|
4475
4711
|
)
|
|
4476
4712
|
|
|
@@ -4483,6 +4719,7 @@ class TeamsClient:
|
|
|
4483
4719
|
per_page: Missing[int] = UNSET,
|
|
4484
4720
|
page: Missing[int] = UNSET,
|
|
4485
4721
|
headers: Optional[Mapping[str, str]] = None,
|
|
4722
|
+
stream: bool = False,
|
|
4486
4723
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
4487
4724
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
4488
4725
|
|
|
@@ -4515,6 +4752,7 @@ class TeamsClient:
|
|
|
4515
4752
|
url,
|
|
4516
4753
|
params=exclude_unset(params),
|
|
4517
4754
|
headers=exclude_unset(headers),
|
|
4755
|
+
stream=stream,
|
|
4518
4756
|
response_model=list[TeamDiscussionComment],
|
|
4519
4757
|
)
|
|
4520
4758
|
|
|
@@ -4527,6 +4765,7 @@ class TeamsClient:
|
|
|
4527
4765
|
per_page: Missing[int] = UNSET,
|
|
4528
4766
|
page: Missing[int] = UNSET,
|
|
4529
4767
|
headers: Optional[Mapping[str, str]] = None,
|
|
4768
|
+
stream: bool = False,
|
|
4530
4769
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
4531
4770
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
4532
4771
|
|
|
@@ -4559,6 +4798,7 @@ class TeamsClient:
|
|
|
4559
4798
|
url,
|
|
4560
4799
|
params=exclude_unset(params),
|
|
4561
4800
|
headers=exclude_unset(headers),
|
|
4801
|
+
stream=stream,
|
|
4562
4802
|
response_model=list[TeamDiscussionComment],
|
|
4563
4803
|
)
|
|
4564
4804
|
|
|
@@ -4569,6 +4809,7 @@ class TeamsClient:
|
|
|
4569
4809
|
discussion_number: int,
|
|
4570
4810
|
*,
|
|
4571
4811
|
headers: Optional[Mapping[str, str]] = None,
|
|
4812
|
+
stream: bool = False,
|
|
4572
4813
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
4573
4814
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4574
4815
|
|
|
@@ -4580,6 +4821,7 @@ class TeamsClient:
|
|
|
4580
4821
|
*,
|
|
4581
4822
|
data: UnsetType = UNSET,
|
|
4582
4823
|
headers: Optional[Mapping[str, str]] = None,
|
|
4824
|
+
stream: bool = False,
|
|
4583
4825
|
body: str,
|
|
4584
4826
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4585
4827
|
|
|
@@ -4589,6 +4831,7 @@ class TeamsClient:
|
|
|
4589
4831
|
discussion_number: int,
|
|
4590
4832
|
*,
|
|
4591
4833
|
headers: Optional[Mapping[str, str]] = None,
|
|
4834
|
+
stream: bool = False,
|
|
4592
4835
|
data: Missing[
|
|
4593
4836
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
4594
4837
|
] = UNSET,
|
|
@@ -4635,6 +4878,7 @@ class TeamsClient:
|
|
|
4635
4878
|
url,
|
|
4636
4879
|
json=exclude_unset(json),
|
|
4637
4880
|
headers=exclude_unset(headers),
|
|
4881
|
+
stream=stream,
|
|
4638
4882
|
response_model=TeamDiscussionComment,
|
|
4639
4883
|
)
|
|
4640
4884
|
|
|
@@ -4645,6 +4889,7 @@ class TeamsClient:
|
|
|
4645
4889
|
discussion_number: int,
|
|
4646
4890
|
*,
|
|
4647
4891
|
headers: Optional[Mapping[str, str]] = None,
|
|
4892
|
+
stream: bool = False,
|
|
4648
4893
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
4649
4894
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4650
4895
|
|
|
@@ -4656,6 +4901,7 @@ class TeamsClient:
|
|
|
4656
4901
|
*,
|
|
4657
4902
|
data: UnsetType = UNSET,
|
|
4658
4903
|
headers: Optional[Mapping[str, str]] = None,
|
|
4904
|
+
stream: bool = False,
|
|
4659
4905
|
body: str,
|
|
4660
4906
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4661
4907
|
|
|
@@ -4665,6 +4911,7 @@ class TeamsClient:
|
|
|
4665
4911
|
discussion_number: int,
|
|
4666
4912
|
*,
|
|
4667
4913
|
headers: Optional[Mapping[str, str]] = None,
|
|
4914
|
+
stream: bool = False,
|
|
4668
4915
|
data: Missing[
|
|
4669
4916
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
4670
4917
|
] = UNSET,
|
|
@@ -4711,6 +4958,7 @@ class TeamsClient:
|
|
|
4711
4958
|
url,
|
|
4712
4959
|
json=exclude_unset(json),
|
|
4713
4960
|
headers=exclude_unset(headers),
|
|
4961
|
+
stream=stream,
|
|
4714
4962
|
response_model=TeamDiscussionComment,
|
|
4715
4963
|
)
|
|
4716
4964
|
|
|
@@ -4721,6 +4969,7 @@ class TeamsClient:
|
|
|
4721
4969
|
comment_number: int,
|
|
4722
4970
|
*,
|
|
4723
4971
|
headers: Optional[Mapping[str, str]] = None,
|
|
4972
|
+
stream: bool = False,
|
|
4724
4973
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4725
4974
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4726
4975
|
|
|
@@ -4746,6 +4995,7 @@ class TeamsClient:
|
|
|
4746
4995
|
"GET",
|
|
4747
4996
|
url,
|
|
4748
4997
|
headers=exclude_unset(headers),
|
|
4998
|
+
stream=stream,
|
|
4749
4999
|
response_model=TeamDiscussionComment,
|
|
4750
5000
|
)
|
|
4751
5001
|
|
|
@@ -4756,6 +5006,7 @@ class TeamsClient:
|
|
|
4756
5006
|
comment_number: int,
|
|
4757
5007
|
*,
|
|
4758
5008
|
headers: Optional[Mapping[str, str]] = None,
|
|
5009
|
+
stream: bool = False,
|
|
4759
5010
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4760
5011
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4761
5012
|
|
|
@@ -4781,6 +5032,7 @@ class TeamsClient:
|
|
|
4781
5032
|
"GET",
|
|
4782
5033
|
url,
|
|
4783
5034
|
headers=exclude_unset(headers),
|
|
5035
|
+
stream=stream,
|
|
4784
5036
|
response_model=TeamDiscussionComment,
|
|
4785
5037
|
)
|
|
4786
5038
|
|
|
@@ -4791,6 +5043,7 @@ class TeamsClient:
|
|
|
4791
5043
|
comment_number: int,
|
|
4792
5044
|
*,
|
|
4793
5045
|
headers: Optional[Mapping[str, str]] = None,
|
|
5046
|
+
stream: bool = False,
|
|
4794
5047
|
) -> Response:
|
|
4795
5048
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4796
5049
|
|
|
@@ -4814,6 +5067,7 @@ class TeamsClient:
|
|
|
4814
5067
|
"DELETE",
|
|
4815
5068
|
url,
|
|
4816
5069
|
headers=exclude_unset(headers),
|
|
5070
|
+
stream=stream,
|
|
4817
5071
|
)
|
|
4818
5072
|
|
|
4819
5073
|
async def async_delete_discussion_comment_legacy(
|
|
@@ -4823,6 +5077,7 @@ class TeamsClient:
|
|
|
4823
5077
|
comment_number: int,
|
|
4824
5078
|
*,
|
|
4825
5079
|
headers: Optional[Mapping[str, str]] = None,
|
|
5080
|
+
stream: bool = False,
|
|
4826
5081
|
) -> Response:
|
|
4827
5082
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4828
5083
|
|
|
@@ -4846,6 +5101,7 @@ class TeamsClient:
|
|
|
4846
5101
|
"DELETE",
|
|
4847
5102
|
url,
|
|
4848
5103
|
headers=exclude_unset(headers),
|
|
5104
|
+
stream=stream,
|
|
4849
5105
|
)
|
|
4850
5106
|
|
|
4851
5107
|
@overload
|
|
@@ -4856,6 +5112,7 @@ class TeamsClient:
|
|
|
4856
5112
|
comment_number: int,
|
|
4857
5113
|
*,
|
|
4858
5114
|
headers: Optional[Mapping[str, str]] = None,
|
|
5115
|
+
stream: bool = False,
|
|
4859
5116
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4860
5117
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4861
5118
|
|
|
@@ -4868,6 +5125,7 @@ class TeamsClient:
|
|
|
4868
5125
|
*,
|
|
4869
5126
|
data: UnsetType = UNSET,
|
|
4870
5127
|
headers: Optional[Mapping[str, str]] = None,
|
|
5128
|
+
stream: bool = False,
|
|
4871
5129
|
body: str,
|
|
4872
5130
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4873
5131
|
|
|
@@ -4878,6 +5136,7 @@ class TeamsClient:
|
|
|
4878
5136
|
comment_number: int,
|
|
4879
5137
|
*,
|
|
4880
5138
|
headers: Optional[Mapping[str, str]] = None,
|
|
5139
|
+
stream: bool = False,
|
|
4881
5140
|
data: Missing[
|
|
4882
5141
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4883
5142
|
] = UNSET,
|
|
@@ -4923,6 +5182,7 @@ class TeamsClient:
|
|
|
4923
5182
|
url,
|
|
4924
5183
|
json=exclude_unset(json),
|
|
4925
5184
|
headers=exclude_unset(headers),
|
|
5185
|
+
stream=stream,
|
|
4926
5186
|
response_model=TeamDiscussionComment,
|
|
4927
5187
|
)
|
|
4928
5188
|
|
|
@@ -4934,6 +5194,7 @@ class TeamsClient:
|
|
|
4934
5194
|
comment_number: int,
|
|
4935
5195
|
*,
|
|
4936
5196
|
headers: Optional[Mapping[str, str]] = None,
|
|
5197
|
+
stream: bool = False,
|
|
4937
5198
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4938
5199
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4939
5200
|
|
|
@@ -4946,6 +5207,7 @@ class TeamsClient:
|
|
|
4946
5207
|
*,
|
|
4947
5208
|
data: UnsetType = UNSET,
|
|
4948
5209
|
headers: Optional[Mapping[str, str]] = None,
|
|
5210
|
+
stream: bool = False,
|
|
4949
5211
|
body: str,
|
|
4950
5212
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4951
5213
|
|
|
@@ -4956,6 +5218,7 @@ class TeamsClient:
|
|
|
4956
5218
|
comment_number: int,
|
|
4957
5219
|
*,
|
|
4958
5220
|
headers: Optional[Mapping[str, str]] = None,
|
|
5221
|
+
stream: bool = False,
|
|
4959
5222
|
data: Missing[
|
|
4960
5223
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4961
5224
|
] = UNSET,
|
|
@@ -5001,6 +5264,7 @@ class TeamsClient:
|
|
|
5001
5264
|
url,
|
|
5002
5265
|
json=exclude_unset(json),
|
|
5003
5266
|
headers=exclude_unset(headers),
|
|
5267
|
+
stream=stream,
|
|
5004
5268
|
response_model=TeamDiscussionComment,
|
|
5005
5269
|
)
|
|
5006
5270
|
|
|
@@ -5011,6 +5275,7 @@ class TeamsClient:
|
|
|
5011
5275
|
per_page: Missing[int] = UNSET,
|
|
5012
5276
|
page: Missing[int] = UNSET,
|
|
5013
5277
|
headers: Optional[Mapping[str, str]] = None,
|
|
5278
|
+
stream: bool = False,
|
|
5014
5279
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
5015
5280
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
5016
5281
|
|
|
@@ -5040,6 +5305,7 @@ class TeamsClient:
|
|
|
5040
5305
|
url,
|
|
5041
5306
|
params=exclude_unset(params),
|
|
5042
5307
|
headers=exclude_unset(headers),
|
|
5308
|
+
stream=stream,
|
|
5043
5309
|
response_model=list[OrganizationInvitation],
|
|
5044
5310
|
)
|
|
5045
5311
|
|
|
@@ -5050,6 +5316,7 @@ class TeamsClient:
|
|
|
5050
5316
|
per_page: Missing[int] = UNSET,
|
|
5051
5317
|
page: Missing[int] = UNSET,
|
|
5052
5318
|
headers: Optional[Mapping[str, str]] = None,
|
|
5319
|
+
stream: bool = False,
|
|
5053
5320
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
5054
5321
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
5055
5322
|
|
|
@@ -5079,6 +5346,7 @@ class TeamsClient:
|
|
|
5079
5346
|
url,
|
|
5080
5347
|
params=exclude_unset(params),
|
|
5081
5348
|
headers=exclude_unset(headers),
|
|
5349
|
+
stream=stream,
|
|
5082
5350
|
response_model=list[OrganizationInvitation],
|
|
5083
5351
|
)
|
|
5084
5352
|
|
|
@@ -5090,6 +5358,7 @@ class TeamsClient:
|
|
|
5090
5358
|
per_page: Missing[int] = UNSET,
|
|
5091
5359
|
page: Missing[int] = UNSET,
|
|
5092
5360
|
headers: Optional[Mapping[str, str]] = None,
|
|
5361
|
+
stream: bool = False,
|
|
5093
5362
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5094
5363
|
"""DEPRECATED teams/list-members-legacy
|
|
5095
5364
|
|
|
@@ -5120,6 +5389,7 @@ class TeamsClient:
|
|
|
5120
5389
|
url,
|
|
5121
5390
|
params=exclude_unset(params),
|
|
5122
5391
|
headers=exclude_unset(headers),
|
|
5392
|
+
stream=stream,
|
|
5123
5393
|
response_model=list[SimpleUser],
|
|
5124
5394
|
error_models={
|
|
5125
5395
|
"404": BasicError,
|
|
@@ -5134,6 +5404,7 @@ class TeamsClient:
|
|
|
5134
5404
|
per_page: Missing[int] = UNSET,
|
|
5135
5405
|
page: Missing[int] = UNSET,
|
|
5136
5406
|
headers: Optional[Mapping[str, str]] = None,
|
|
5407
|
+
stream: bool = False,
|
|
5137
5408
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5138
5409
|
"""DEPRECATED teams/list-members-legacy
|
|
5139
5410
|
|
|
@@ -5164,6 +5435,7 @@ class TeamsClient:
|
|
|
5164
5435
|
url,
|
|
5165
5436
|
params=exclude_unset(params),
|
|
5166
5437
|
headers=exclude_unset(headers),
|
|
5438
|
+
stream=stream,
|
|
5167
5439
|
response_model=list[SimpleUser],
|
|
5168
5440
|
error_models={
|
|
5169
5441
|
"404": BasicError,
|
|
@@ -5176,6 +5448,7 @@ class TeamsClient:
|
|
|
5176
5448
|
username: str,
|
|
5177
5449
|
*,
|
|
5178
5450
|
headers: Optional[Mapping[str, str]] = None,
|
|
5451
|
+
stream: bool = False,
|
|
5179
5452
|
) -> Response:
|
|
5180
5453
|
"""DEPRECATED teams/get-member-legacy
|
|
5181
5454
|
|
|
@@ -5198,6 +5471,7 @@ class TeamsClient:
|
|
|
5198
5471
|
"GET",
|
|
5199
5472
|
url,
|
|
5200
5473
|
headers=exclude_unset(headers),
|
|
5474
|
+
stream=stream,
|
|
5201
5475
|
error_models={},
|
|
5202
5476
|
)
|
|
5203
5477
|
|
|
@@ -5207,6 +5481,7 @@ class TeamsClient:
|
|
|
5207
5481
|
username: str,
|
|
5208
5482
|
*,
|
|
5209
5483
|
headers: Optional[Mapping[str, str]] = None,
|
|
5484
|
+
stream: bool = False,
|
|
5210
5485
|
) -> Response:
|
|
5211
5486
|
"""DEPRECATED teams/get-member-legacy
|
|
5212
5487
|
|
|
@@ -5229,6 +5504,7 @@ class TeamsClient:
|
|
|
5229
5504
|
"GET",
|
|
5230
5505
|
url,
|
|
5231
5506
|
headers=exclude_unset(headers),
|
|
5507
|
+
stream=stream,
|
|
5232
5508
|
error_models={},
|
|
5233
5509
|
)
|
|
5234
5510
|
|
|
@@ -5238,6 +5514,7 @@ class TeamsClient:
|
|
|
5238
5514
|
username: str,
|
|
5239
5515
|
*,
|
|
5240
5516
|
headers: Optional[Mapping[str, str]] = None,
|
|
5517
|
+
stream: bool = False,
|
|
5241
5518
|
) -> Response:
|
|
5242
5519
|
"""DEPRECATED teams/add-member-legacy
|
|
5243
5520
|
|
|
@@ -5269,6 +5546,7 @@ class TeamsClient:
|
|
|
5269
5546
|
"PUT",
|
|
5270
5547
|
url,
|
|
5271
5548
|
headers=exclude_unset(headers),
|
|
5549
|
+
stream=stream,
|
|
5272
5550
|
error_models={
|
|
5273
5551
|
"403": BasicError,
|
|
5274
5552
|
},
|
|
@@ -5280,6 +5558,7 @@ class TeamsClient:
|
|
|
5280
5558
|
username: str,
|
|
5281
5559
|
*,
|
|
5282
5560
|
headers: Optional[Mapping[str, str]] = None,
|
|
5561
|
+
stream: bool = False,
|
|
5283
5562
|
) -> Response:
|
|
5284
5563
|
"""DEPRECATED teams/add-member-legacy
|
|
5285
5564
|
|
|
@@ -5311,6 +5590,7 @@ class TeamsClient:
|
|
|
5311
5590
|
"PUT",
|
|
5312
5591
|
url,
|
|
5313
5592
|
headers=exclude_unset(headers),
|
|
5593
|
+
stream=stream,
|
|
5314
5594
|
error_models={
|
|
5315
5595
|
"403": BasicError,
|
|
5316
5596
|
},
|
|
@@ -5322,6 +5602,7 @@ class TeamsClient:
|
|
|
5322
5602
|
username: str,
|
|
5323
5603
|
*,
|
|
5324
5604
|
headers: Optional[Mapping[str, str]] = None,
|
|
5605
|
+
stream: bool = False,
|
|
5325
5606
|
) -> Response:
|
|
5326
5607
|
"""DEPRECATED teams/remove-member-legacy
|
|
5327
5608
|
|
|
@@ -5349,6 +5630,7 @@ class TeamsClient:
|
|
|
5349
5630
|
"DELETE",
|
|
5350
5631
|
url,
|
|
5351
5632
|
headers=exclude_unset(headers),
|
|
5633
|
+
stream=stream,
|
|
5352
5634
|
error_models={},
|
|
5353
5635
|
)
|
|
5354
5636
|
|
|
@@ -5358,6 +5640,7 @@ class TeamsClient:
|
|
|
5358
5640
|
username: str,
|
|
5359
5641
|
*,
|
|
5360
5642
|
headers: Optional[Mapping[str, str]] = None,
|
|
5643
|
+
stream: bool = False,
|
|
5361
5644
|
) -> Response:
|
|
5362
5645
|
"""DEPRECATED teams/remove-member-legacy
|
|
5363
5646
|
|
|
@@ -5385,6 +5668,7 @@ class TeamsClient:
|
|
|
5385
5668
|
"DELETE",
|
|
5386
5669
|
url,
|
|
5387
5670
|
headers=exclude_unset(headers),
|
|
5671
|
+
stream=stream,
|
|
5388
5672
|
error_models={},
|
|
5389
5673
|
)
|
|
5390
5674
|
|
|
@@ -5394,6 +5678,7 @@ class TeamsClient:
|
|
|
5394
5678
|
username: str,
|
|
5395
5679
|
*,
|
|
5396
5680
|
headers: Optional[Mapping[str, str]] = None,
|
|
5681
|
+
stream: bool = False,
|
|
5397
5682
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
5398
5683
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
5399
5684
|
|
|
@@ -5424,6 +5709,7 @@ class TeamsClient:
|
|
|
5424
5709
|
"GET",
|
|
5425
5710
|
url,
|
|
5426
5711
|
headers=exclude_unset(headers),
|
|
5712
|
+
stream=stream,
|
|
5427
5713
|
response_model=TeamMembership,
|
|
5428
5714
|
error_models={
|
|
5429
5715
|
"404": BasicError,
|
|
@@ -5436,6 +5722,7 @@ class TeamsClient:
|
|
|
5436
5722
|
username: str,
|
|
5437
5723
|
*,
|
|
5438
5724
|
headers: Optional[Mapping[str, str]] = None,
|
|
5725
|
+
stream: bool = False,
|
|
5439
5726
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
5440
5727
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
5441
5728
|
|
|
@@ -5466,6 +5753,7 @@ class TeamsClient:
|
|
|
5466
5753
|
"GET",
|
|
5467
5754
|
url,
|
|
5468
5755
|
headers=exclude_unset(headers),
|
|
5756
|
+
stream=stream,
|
|
5469
5757
|
response_model=TeamMembership,
|
|
5470
5758
|
error_models={
|
|
5471
5759
|
"404": BasicError,
|
|
@@ -5479,6 +5767,7 @@ class TeamsClient:
|
|
|
5479
5767
|
username: str,
|
|
5480
5768
|
*,
|
|
5481
5769
|
headers: Optional[Mapping[str, str]] = None,
|
|
5770
|
+
stream: bool = False,
|
|
5482
5771
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5483
5772
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5484
5773
|
|
|
@@ -5490,6 +5779,7 @@ class TeamsClient:
|
|
|
5490
5779
|
*,
|
|
5491
5780
|
data: UnsetType = UNSET,
|
|
5492
5781
|
headers: Optional[Mapping[str, str]] = None,
|
|
5782
|
+
stream: bool = False,
|
|
5493
5783
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
5494
5784
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5495
5785
|
|
|
@@ -5499,6 +5789,7 @@ class TeamsClient:
|
|
|
5499
5789
|
username: str,
|
|
5500
5790
|
*,
|
|
5501
5791
|
headers: Optional[Mapping[str, str]] = None,
|
|
5792
|
+
stream: bool = False,
|
|
5502
5793
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5503
5794
|
**kwargs,
|
|
5504
5795
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -5547,6 +5838,7 @@ class TeamsClient:
|
|
|
5547
5838
|
url,
|
|
5548
5839
|
json=exclude_unset(json),
|
|
5549
5840
|
headers=exclude_unset(headers),
|
|
5841
|
+
stream=stream,
|
|
5550
5842
|
response_model=TeamMembership,
|
|
5551
5843
|
error_models={
|
|
5552
5844
|
"404": BasicError,
|
|
@@ -5560,6 +5852,7 @@ class TeamsClient:
|
|
|
5560
5852
|
username: str,
|
|
5561
5853
|
*,
|
|
5562
5854
|
headers: Optional[Mapping[str, str]] = None,
|
|
5855
|
+
stream: bool = False,
|
|
5563
5856
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5564
5857
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5565
5858
|
|
|
@@ -5571,6 +5864,7 @@ class TeamsClient:
|
|
|
5571
5864
|
*,
|
|
5572
5865
|
data: UnsetType = UNSET,
|
|
5573
5866
|
headers: Optional[Mapping[str, str]] = None,
|
|
5867
|
+
stream: bool = False,
|
|
5574
5868
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
5575
5869
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5576
5870
|
|
|
@@ -5580,6 +5874,7 @@ class TeamsClient:
|
|
|
5580
5874
|
username: str,
|
|
5581
5875
|
*,
|
|
5582
5876
|
headers: Optional[Mapping[str, str]] = None,
|
|
5877
|
+
stream: bool = False,
|
|
5583
5878
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5584
5879
|
**kwargs,
|
|
5585
5880
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -5628,6 +5923,7 @@ class TeamsClient:
|
|
|
5628
5923
|
url,
|
|
5629
5924
|
json=exclude_unset(json),
|
|
5630
5925
|
headers=exclude_unset(headers),
|
|
5926
|
+
stream=stream,
|
|
5631
5927
|
response_model=TeamMembership,
|
|
5632
5928
|
error_models={
|
|
5633
5929
|
"404": BasicError,
|
|
@@ -5640,6 +5936,7 @@ class TeamsClient:
|
|
|
5640
5936
|
username: str,
|
|
5641
5937
|
*,
|
|
5642
5938
|
headers: Optional[Mapping[str, str]] = None,
|
|
5939
|
+
stream: bool = False,
|
|
5643
5940
|
) -> Response:
|
|
5644
5941
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
5645
5942
|
|
|
@@ -5666,6 +5963,7 @@ class TeamsClient:
|
|
|
5666
5963
|
"DELETE",
|
|
5667
5964
|
url,
|
|
5668
5965
|
headers=exclude_unset(headers),
|
|
5966
|
+
stream=stream,
|
|
5669
5967
|
error_models={},
|
|
5670
5968
|
)
|
|
5671
5969
|
|
|
@@ -5675,6 +5973,7 @@ class TeamsClient:
|
|
|
5675
5973
|
username: str,
|
|
5676
5974
|
*,
|
|
5677
5975
|
headers: Optional[Mapping[str, str]] = None,
|
|
5976
|
+
stream: bool = False,
|
|
5678
5977
|
) -> Response:
|
|
5679
5978
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
5680
5979
|
|
|
@@ -5701,6 +6000,7 @@ class TeamsClient:
|
|
|
5701
6000
|
"DELETE",
|
|
5702
6001
|
url,
|
|
5703
6002
|
headers=exclude_unset(headers),
|
|
6003
|
+
stream=stream,
|
|
5704
6004
|
error_models={},
|
|
5705
6005
|
)
|
|
5706
6006
|
|
|
@@ -5711,6 +6011,7 @@ class TeamsClient:
|
|
|
5711
6011
|
per_page: Missing[int] = UNSET,
|
|
5712
6012
|
page: Missing[int] = UNSET,
|
|
5713
6013
|
headers: Optional[Mapping[str, str]] = None,
|
|
6014
|
+
stream: bool = False,
|
|
5714
6015
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5715
6016
|
"""DEPRECATED teams/list-projects-legacy
|
|
5716
6017
|
|
|
@@ -5739,6 +6040,7 @@ class TeamsClient:
|
|
|
5739
6040
|
url,
|
|
5740
6041
|
params=exclude_unset(params),
|
|
5741
6042
|
headers=exclude_unset(headers),
|
|
6043
|
+
stream=stream,
|
|
5742
6044
|
response_model=list[TeamProject],
|
|
5743
6045
|
error_models={
|
|
5744
6046
|
"404": BasicError,
|
|
@@ -5752,6 +6054,7 @@ class TeamsClient:
|
|
|
5752
6054
|
per_page: Missing[int] = UNSET,
|
|
5753
6055
|
page: Missing[int] = UNSET,
|
|
5754
6056
|
headers: Optional[Mapping[str, str]] = None,
|
|
6057
|
+
stream: bool = False,
|
|
5755
6058
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5756
6059
|
"""DEPRECATED teams/list-projects-legacy
|
|
5757
6060
|
|
|
@@ -5780,6 +6083,7 @@ class TeamsClient:
|
|
|
5780
6083
|
url,
|
|
5781
6084
|
params=exclude_unset(params),
|
|
5782
6085
|
headers=exclude_unset(headers),
|
|
6086
|
+
stream=stream,
|
|
5783
6087
|
response_model=list[TeamProject],
|
|
5784
6088
|
error_models={
|
|
5785
6089
|
"404": BasicError,
|
|
@@ -5792,6 +6096,7 @@ class TeamsClient:
|
|
|
5792
6096
|
project_id: int,
|
|
5793
6097
|
*,
|
|
5794
6098
|
headers: Optional[Mapping[str, str]] = None,
|
|
6099
|
+
stream: bool = False,
|
|
5795
6100
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5796
6101
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5797
6102
|
|
|
@@ -5814,6 +6119,7 @@ class TeamsClient:
|
|
|
5814
6119
|
"GET",
|
|
5815
6120
|
url,
|
|
5816
6121
|
headers=exclude_unset(headers),
|
|
6122
|
+
stream=stream,
|
|
5817
6123
|
response_model=TeamProject,
|
|
5818
6124
|
error_models={},
|
|
5819
6125
|
)
|
|
@@ -5824,6 +6130,7 @@ class TeamsClient:
|
|
|
5824
6130
|
project_id: int,
|
|
5825
6131
|
*,
|
|
5826
6132
|
headers: Optional[Mapping[str, str]] = None,
|
|
6133
|
+
stream: bool = False,
|
|
5827
6134
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5828
6135
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5829
6136
|
|
|
@@ -5846,6 +6153,7 @@ class TeamsClient:
|
|
|
5846
6153
|
"GET",
|
|
5847
6154
|
url,
|
|
5848
6155
|
headers=exclude_unset(headers),
|
|
6156
|
+
stream=stream,
|
|
5849
6157
|
response_model=TeamProject,
|
|
5850
6158
|
error_models={},
|
|
5851
6159
|
)
|
|
@@ -5857,6 +6165,7 @@ class TeamsClient:
|
|
|
5857
6165
|
project_id: int,
|
|
5858
6166
|
*,
|
|
5859
6167
|
headers: Optional[Mapping[str, str]] = None,
|
|
6168
|
+
stream: bool = False,
|
|
5860
6169
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5861
6170
|
) -> Response: ...
|
|
5862
6171
|
|
|
@@ -5868,6 +6177,7 @@ class TeamsClient:
|
|
|
5868
6177
|
*,
|
|
5869
6178
|
data: UnsetType = UNSET,
|
|
5870
6179
|
headers: Optional[Mapping[str, str]] = None,
|
|
6180
|
+
stream: bool = False,
|
|
5871
6181
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5872
6182
|
) -> Response: ...
|
|
5873
6183
|
|
|
@@ -5877,6 +6187,7 @@ class TeamsClient:
|
|
|
5877
6187
|
project_id: int,
|
|
5878
6188
|
*,
|
|
5879
6189
|
headers: Optional[Mapping[str, str]] = None,
|
|
6190
|
+
stream: bool = False,
|
|
5880
6191
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5881
6192
|
**kwargs,
|
|
5882
6193
|
) -> Response:
|
|
@@ -5916,6 +6227,7 @@ class TeamsClient:
|
|
|
5916
6227
|
url,
|
|
5917
6228
|
json=exclude_unset(json),
|
|
5918
6229
|
headers=exclude_unset(headers),
|
|
6230
|
+
stream=stream,
|
|
5919
6231
|
error_models={
|
|
5920
6232
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5921
6233
|
"404": BasicError,
|
|
@@ -5930,6 +6242,7 @@ class TeamsClient:
|
|
|
5930
6242
|
project_id: int,
|
|
5931
6243
|
*,
|
|
5932
6244
|
headers: Optional[Mapping[str, str]] = None,
|
|
6245
|
+
stream: bool = False,
|
|
5933
6246
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5934
6247
|
) -> Response: ...
|
|
5935
6248
|
|
|
@@ -5941,6 +6254,7 @@ class TeamsClient:
|
|
|
5941
6254
|
*,
|
|
5942
6255
|
data: UnsetType = UNSET,
|
|
5943
6256
|
headers: Optional[Mapping[str, str]] = None,
|
|
6257
|
+
stream: bool = False,
|
|
5944
6258
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5945
6259
|
) -> Response: ...
|
|
5946
6260
|
|
|
@@ -5950,6 +6264,7 @@ class TeamsClient:
|
|
|
5950
6264
|
project_id: int,
|
|
5951
6265
|
*,
|
|
5952
6266
|
headers: Optional[Mapping[str, str]] = None,
|
|
6267
|
+
stream: bool = False,
|
|
5953
6268
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5954
6269
|
**kwargs,
|
|
5955
6270
|
) -> Response:
|
|
@@ -5989,6 +6304,7 @@ class TeamsClient:
|
|
|
5989
6304
|
url,
|
|
5990
6305
|
json=exclude_unset(json),
|
|
5991
6306
|
headers=exclude_unset(headers),
|
|
6307
|
+
stream=stream,
|
|
5992
6308
|
error_models={
|
|
5993
6309
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5994
6310
|
"404": BasicError,
|
|
@@ -6002,6 +6318,7 @@ class TeamsClient:
|
|
|
6002
6318
|
project_id: int,
|
|
6003
6319
|
*,
|
|
6004
6320
|
headers: Optional[Mapping[str, str]] = None,
|
|
6321
|
+
stream: bool = False,
|
|
6005
6322
|
) -> Response:
|
|
6006
6323
|
"""DEPRECATED teams/remove-project-legacy
|
|
6007
6324
|
|
|
@@ -6024,6 +6341,7 @@ class TeamsClient:
|
|
|
6024
6341
|
"DELETE",
|
|
6025
6342
|
url,
|
|
6026
6343
|
headers=exclude_unset(headers),
|
|
6344
|
+
stream=stream,
|
|
6027
6345
|
error_models={
|
|
6028
6346
|
"404": BasicError,
|
|
6029
6347
|
"422": ValidationError,
|
|
@@ -6036,6 +6354,7 @@ class TeamsClient:
|
|
|
6036
6354
|
project_id: int,
|
|
6037
6355
|
*,
|
|
6038
6356
|
headers: Optional[Mapping[str, str]] = None,
|
|
6357
|
+
stream: bool = False,
|
|
6039
6358
|
) -> Response:
|
|
6040
6359
|
"""DEPRECATED teams/remove-project-legacy
|
|
6041
6360
|
|
|
@@ -6058,6 +6377,7 @@ class TeamsClient:
|
|
|
6058
6377
|
"DELETE",
|
|
6059
6378
|
url,
|
|
6060
6379
|
headers=exclude_unset(headers),
|
|
6380
|
+
stream=stream,
|
|
6061
6381
|
error_models={
|
|
6062
6382
|
"404": BasicError,
|
|
6063
6383
|
"422": ValidationError,
|
|
@@ -6071,6 +6391,7 @@ class TeamsClient:
|
|
|
6071
6391
|
per_page: Missing[int] = UNSET,
|
|
6072
6392
|
page: Missing[int] = UNSET,
|
|
6073
6393
|
headers: Optional[Mapping[str, str]] = None,
|
|
6394
|
+
stream: bool = False,
|
|
6074
6395
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6075
6396
|
"""DEPRECATED teams/list-repos-legacy
|
|
6076
6397
|
|
|
@@ -6098,6 +6419,7 @@ class TeamsClient:
|
|
|
6098
6419
|
url,
|
|
6099
6420
|
params=exclude_unset(params),
|
|
6100
6421
|
headers=exclude_unset(headers),
|
|
6422
|
+
stream=stream,
|
|
6101
6423
|
response_model=list[MinimalRepository],
|
|
6102
6424
|
error_models={
|
|
6103
6425
|
"404": BasicError,
|
|
@@ -6111,6 +6433,7 @@ class TeamsClient:
|
|
|
6111
6433
|
per_page: Missing[int] = UNSET,
|
|
6112
6434
|
page: Missing[int] = UNSET,
|
|
6113
6435
|
headers: Optional[Mapping[str, str]] = None,
|
|
6436
|
+
stream: bool = False,
|
|
6114
6437
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6115
6438
|
"""DEPRECATED teams/list-repos-legacy
|
|
6116
6439
|
|
|
@@ -6138,6 +6461,7 @@ class TeamsClient:
|
|
|
6138
6461
|
url,
|
|
6139
6462
|
params=exclude_unset(params),
|
|
6140
6463
|
headers=exclude_unset(headers),
|
|
6464
|
+
stream=stream,
|
|
6141
6465
|
response_model=list[MinimalRepository],
|
|
6142
6466
|
error_models={
|
|
6143
6467
|
"404": BasicError,
|
|
@@ -6151,6 +6475,7 @@ class TeamsClient:
|
|
|
6151
6475
|
repo: str,
|
|
6152
6476
|
*,
|
|
6153
6477
|
headers: Optional[Mapping[str, str]] = None,
|
|
6478
|
+
stream: bool = False,
|
|
6154
6479
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
6155
6480
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
6156
6481
|
|
|
@@ -6177,6 +6502,7 @@ class TeamsClient:
|
|
|
6177
6502
|
"GET",
|
|
6178
6503
|
url,
|
|
6179
6504
|
headers=exclude_unset(headers),
|
|
6505
|
+
stream=stream,
|
|
6180
6506
|
response_model=TeamRepository,
|
|
6181
6507
|
error_models={},
|
|
6182
6508
|
)
|
|
@@ -6188,6 +6514,7 @@ class TeamsClient:
|
|
|
6188
6514
|
repo: str,
|
|
6189
6515
|
*,
|
|
6190
6516
|
headers: Optional[Mapping[str, str]] = None,
|
|
6517
|
+
stream: bool = False,
|
|
6191
6518
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
6192
6519
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
6193
6520
|
|
|
@@ -6214,6 +6541,7 @@ class TeamsClient:
|
|
|
6214
6541
|
"GET",
|
|
6215
6542
|
url,
|
|
6216
6543
|
headers=exclude_unset(headers),
|
|
6544
|
+
stream=stream,
|
|
6217
6545
|
response_model=TeamRepository,
|
|
6218
6546
|
error_models={},
|
|
6219
6547
|
)
|
|
@@ -6226,6 +6554,7 @@ class TeamsClient:
|
|
|
6226
6554
|
repo: str,
|
|
6227
6555
|
*,
|
|
6228
6556
|
headers: Optional[Mapping[str, str]] = None,
|
|
6557
|
+
stream: bool = False,
|
|
6229
6558
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6230
6559
|
) -> Response: ...
|
|
6231
6560
|
|
|
@@ -6238,6 +6567,7 @@ class TeamsClient:
|
|
|
6238
6567
|
*,
|
|
6239
6568
|
data: UnsetType = UNSET,
|
|
6240
6569
|
headers: Optional[Mapping[str, str]] = None,
|
|
6570
|
+
stream: bool = False,
|
|
6241
6571
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
6242
6572
|
) -> Response: ...
|
|
6243
6573
|
|
|
@@ -6248,6 +6578,7 @@ class TeamsClient:
|
|
|
6248
6578
|
repo: str,
|
|
6249
6579
|
*,
|
|
6250
6580
|
headers: Optional[Mapping[str, str]] = None,
|
|
6581
|
+
stream: bool = False,
|
|
6251
6582
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6252
6583
|
**kwargs,
|
|
6253
6584
|
) -> Response:
|
|
@@ -6289,6 +6620,7 @@ class TeamsClient:
|
|
|
6289
6620
|
url,
|
|
6290
6621
|
json=exclude_unset(json),
|
|
6291
6622
|
headers=exclude_unset(headers),
|
|
6623
|
+
stream=stream,
|
|
6292
6624
|
error_models={
|
|
6293
6625
|
"403": BasicError,
|
|
6294
6626
|
"422": ValidationError,
|
|
@@ -6303,6 +6635,7 @@ class TeamsClient:
|
|
|
6303
6635
|
repo: str,
|
|
6304
6636
|
*,
|
|
6305
6637
|
headers: Optional[Mapping[str, str]] = None,
|
|
6638
|
+
stream: bool = False,
|
|
6306
6639
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6307
6640
|
) -> Response: ...
|
|
6308
6641
|
|
|
@@ -6315,6 +6648,7 @@ class TeamsClient:
|
|
|
6315
6648
|
*,
|
|
6316
6649
|
data: UnsetType = UNSET,
|
|
6317
6650
|
headers: Optional[Mapping[str, str]] = None,
|
|
6651
|
+
stream: bool = False,
|
|
6318
6652
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
6319
6653
|
) -> Response: ...
|
|
6320
6654
|
|
|
@@ -6325,6 +6659,7 @@ class TeamsClient:
|
|
|
6325
6659
|
repo: str,
|
|
6326
6660
|
*,
|
|
6327
6661
|
headers: Optional[Mapping[str, str]] = None,
|
|
6662
|
+
stream: bool = False,
|
|
6328
6663
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6329
6664
|
**kwargs,
|
|
6330
6665
|
) -> Response:
|
|
@@ -6366,6 +6701,7 @@ class TeamsClient:
|
|
|
6366
6701
|
url,
|
|
6367
6702
|
json=exclude_unset(json),
|
|
6368
6703
|
headers=exclude_unset(headers),
|
|
6704
|
+
stream=stream,
|
|
6369
6705
|
error_models={
|
|
6370
6706
|
"403": BasicError,
|
|
6371
6707
|
"422": ValidationError,
|
|
@@ -6379,6 +6715,7 @@ class TeamsClient:
|
|
|
6379
6715
|
repo: str,
|
|
6380
6716
|
*,
|
|
6381
6717
|
headers: Optional[Mapping[str, str]] = None,
|
|
6718
|
+
stream: bool = False,
|
|
6382
6719
|
) -> Response:
|
|
6383
6720
|
"""DEPRECATED teams/remove-repo-legacy
|
|
6384
6721
|
|
|
@@ -6400,6 +6737,7 @@ class TeamsClient:
|
|
|
6400
6737
|
"DELETE",
|
|
6401
6738
|
url,
|
|
6402
6739
|
headers=exclude_unset(headers),
|
|
6740
|
+
stream=stream,
|
|
6403
6741
|
)
|
|
6404
6742
|
|
|
6405
6743
|
async def async_remove_repo_legacy(
|
|
@@ -6409,6 +6747,7 @@ class TeamsClient:
|
|
|
6409
6747
|
repo: str,
|
|
6410
6748
|
*,
|
|
6411
6749
|
headers: Optional[Mapping[str, str]] = None,
|
|
6750
|
+
stream: bool = False,
|
|
6412
6751
|
) -> Response:
|
|
6413
6752
|
"""DEPRECATED teams/remove-repo-legacy
|
|
6414
6753
|
|
|
@@ -6430,6 +6769,7 @@ class TeamsClient:
|
|
|
6430
6769
|
"DELETE",
|
|
6431
6770
|
url,
|
|
6432
6771
|
headers=exclude_unset(headers),
|
|
6772
|
+
stream=stream,
|
|
6433
6773
|
)
|
|
6434
6774
|
|
|
6435
6775
|
def list_idp_groups_for_legacy(
|
|
@@ -6437,6 +6777,7 @@ class TeamsClient:
|
|
|
6437
6777
|
team_id: int,
|
|
6438
6778
|
*,
|
|
6439
6779
|
headers: Optional[Mapping[str, str]] = None,
|
|
6780
|
+
stream: bool = False,
|
|
6440
6781
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
6441
6782
|
"""DEPRECATED teams/list-idp-groups-for-legacy
|
|
6442
6783
|
|
|
@@ -6462,6 +6803,7 @@ class TeamsClient:
|
|
|
6462
6803
|
"GET",
|
|
6463
6804
|
url,
|
|
6464
6805
|
headers=exclude_unset(headers),
|
|
6806
|
+
stream=stream,
|
|
6465
6807
|
response_model=GroupMapping,
|
|
6466
6808
|
error_models={
|
|
6467
6809
|
"403": BasicError,
|
|
@@ -6474,6 +6816,7 @@ class TeamsClient:
|
|
|
6474
6816
|
team_id: int,
|
|
6475
6817
|
*,
|
|
6476
6818
|
headers: Optional[Mapping[str, str]] = None,
|
|
6819
|
+
stream: bool = False,
|
|
6477
6820
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
6478
6821
|
"""DEPRECATED teams/list-idp-groups-for-legacy
|
|
6479
6822
|
|
|
@@ -6499,6 +6842,7 @@ class TeamsClient:
|
|
|
6499
6842
|
"GET",
|
|
6500
6843
|
url,
|
|
6501
6844
|
headers=exclude_unset(headers),
|
|
6845
|
+
stream=stream,
|
|
6502
6846
|
response_model=GroupMapping,
|
|
6503
6847
|
error_models={
|
|
6504
6848
|
"403": BasicError,
|
|
@@ -6512,6 +6856,7 @@ class TeamsClient:
|
|
|
6512
6856
|
team_id: int,
|
|
6513
6857
|
*,
|
|
6514
6858
|
headers: Optional[Mapping[str, str]] = None,
|
|
6859
|
+
stream: bool = False,
|
|
6515
6860
|
data: TeamsTeamIdTeamSyncGroupMappingsPatchBodyType,
|
|
6516
6861
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
6517
6862
|
|
|
@@ -6522,6 +6867,7 @@ class TeamsClient:
|
|
|
6522
6867
|
*,
|
|
6523
6868
|
data: UnsetType = UNSET,
|
|
6524
6869
|
headers: Optional[Mapping[str, str]] = None,
|
|
6870
|
+
stream: bool = False,
|
|
6525
6871
|
groups: list[TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType],
|
|
6526
6872
|
synced_at: Missing[str] = UNSET,
|
|
6527
6873
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
@@ -6531,6 +6877,7 @@ class TeamsClient:
|
|
|
6531
6877
|
team_id: int,
|
|
6532
6878
|
*,
|
|
6533
6879
|
headers: Optional[Mapping[str, str]] = None,
|
|
6880
|
+
stream: bool = False,
|
|
6534
6881
|
data: Missing[TeamsTeamIdTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
6535
6882
|
**kwargs,
|
|
6536
6883
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -6573,6 +6920,7 @@ class TeamsClient:
|
|
|
6573
6920
|
url,
|
|
6574
6921
|
json=exclude_unset(json),
|
|
6575
6922
|
headers=exclude_unset(headers),
|
|
6923
|
+
stream=stream,
|
|
6576
6924
|
response_model=GroupMapping,
|
|
6577
6925
|
error_models={
|
|
6578
6926
|
"422": ValidationError,
|
|
@@ -6586,6 +6934,7 @@ class TeamsClient:
|
|
|
6586
6934
|
team_id: int,
|
|
6587
6935
|
*,
|
|
6588
6936
|
headers: Optional[Mapping[str, str]] = None,
|
|
6937
|
+
stream: bool = False,
|
|
6589
6938
|
data: TeamsTeamIdTeamSyncGroupMappingsPatchBodyType,
|
|
6590
6939
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
6591
6940
|
|
|
@@ -6596,6 +6945,7 @@ class TeamsClient:
|
|
|
6596
6945
|
*,
|
|
6597
6946
|
data: UnsetType = UNSET,
|
|
6598
6947
|
headers: Optional[Mapping[str, str]] = None,
|
|
6948
|
+
stream: bool = False,
|
|
6599
6949
|
groups: list[TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType],
|
|
6600
6950
|
synced_at: Missing[str] = UNSET,
|
|
6601
6951
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
@@ -6605,6 +6955,7 @@ class TeamsClient:
|
|
|
6605
6955
|
team_id: int,
|
|
6606
6956
|
*,
|
|
6607
6957
|
headers: Optional[Mapping[str, str]] = None,
|
|
6958
|
+
stream: bool = False,
|
|
6608
6959
|
data: Missing[TeamsTeamIdTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
6609
6960
|
**kwargs,
|
|
6610
6961
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -6647,6 +6998,7 @@ class TeamsClient:
|
|
|
6647
6998
|
url,
|
|
6648
6999
|
json=exclude_unset(json),
|
|
6649
7000
|
headers=exclude_unset(headers),
|
|
7001
|
+
stream=stream,
|
|
6650
7002
|
response_model=GroupMapping,
|
|
6651
7003
|
error_models={
|
|
6652
7004
|
"422": ValidationError,
|
|
@@ -6661,6 +7013,7 @@ class TeamsClient:
|
|
|
6661
7013
|
per_page: Missing[int] = UNSET,
|
|
6662
7014
|
page: Missing[int] = UNSET,
|
|
6663
7015
|
headers: Optional[Mapping[str, str]] = None,
|
|
7016
|
+
stream: bool = False,
|
|
6664
7017
|
) -> Response[list[Team], list[TeamType]]:
|
|
6665
7018
|
"""DEPRECATED teams/list-child-legacy
|
|
6666
7019
|
|
|
@@ -6688,6 +7041,7 @@ class TeamsClient:
|
|
|
6688
7041
|
url,
|
|
6689
7042
|
params=exclude_unset(params),
|
|
6690
7043
|
headers=exclude_unset(headers),
|
|
7044
|
+
stream=stream,
|
|
6691
7045
|
response_model=list[Team],
|
|
6692
7046
|
error_models={
|
|
6693
7047
|
"404": BasicError,
|
|
@@ -6703,6 +7057,7 @@ class TeamsClient:
|
|
|
6703
7057
|
per_page: Missing[int] = UNSET,
|
|
6704
7058
|
page: Missing[int] = UNSET,
|
|
6705
7059
|
headers: Optional[Mapping[str, str]] = None,
|
|
7060
|
+
stream: bool = False,
|
|
6706
7061
|
) -> Response[list[Team], list[TeamType]]:
|
|
6707
7062
|
"""DEPRECATED teams/list-child-legacy
|
|
6708
7063
|
|
|
@@ -6730,6 +7085,7 @@ class TeamsClient:
|
|
|
6730
7085
|
url,
|
|
6731
7086
|
params=exclude_unset(params),
|
|
6732
7087
|
headers=exclude_unset(headers),
|
|
7088
|
+
stream=stream,
|
|
6733
7089
|
response_model=list[Team],
|
|
6734
7090
|
error_models={
|
|
6735
7091
|
"404": BasicError,
|
|
@@ -6744,6 +7100,7 @@ class TeamsClient:
|
|
|
6744
7100
|
per_page: Missing[int] = UNSET,
|
|
6745
7101
|
page: Missing[int] = UNSET,
|
|
6746
7102
|
headers: Optional[Mapping[str, str]] = None,
|
|
7103
|
+
stream: bool = False,
|
|
6747
7104
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
6748
7105
|
"""teams/list-for-authenticated-user
|
|
6749
7106
|
|
|
@@ -6775,6 +7132,7 @@ class TeamsClient:
|
|
|
6775
7132
|
url,
|
|
6776
7133
|
params=exclude_unset(params),
|
|
6777
7134
|
headers=exclude_unset(headers),
|
|
7135
|
+
stream=stream,
|
|
6778
7136
|
response_model=list[TeamFull],
|
|
6779
7137
|
error_models={
|
|
6780
7138
|
"404": BasicError,
|
|
@@ -6788,6 +7146,7 @@ class TeamsClient:
|
|
|
6788
7146
|
per_page: Missing[int] = UNSET,
|
|
6789
7147
|
page: Missing[int] = UNSET,
|
|
6790
7148
|
headers: Optional[Mapping[str, str]] = None,
|
|
7149
|
+
stream: bool = False,
|
|
6791
7150
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
6792
7151
|
"""teams/list-for-authenticated-user
|
|
6793
7152
|
|
|
@@ -6819,6 +7178,7 @@ class TeamsClient:
|
|
|
6819
7178
|
url,
|
|
6820
7179
|
params=exclude_unset(params),
|
|
6821
7180
|
headers=exclude_unset(headers),
|
|
7181
|
+
stream=stream,
|
|
6822
7182
|
response_model=list[TeamFull],
|
|
6823
7183
|
error_models={
|
|
6824
7184
|
"404": BasicError,
|