GitHubKit 0.12.13__py3-none-any.whl → 0.12.15__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/__init__.py +1 -1
- githubkit/auth/app.py +14 -6
- 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 +86 -14
- githubkit/typing.py +22 -0
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +4621 -4535
- githubkit/versions/ghec_v2022_11_28/models/group_0010.py +4 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0020.py +16 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +3 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0142.py +113 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0143.py +47 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0144.py +20 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0145.py +137 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0146.py +84 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0147.py +39 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +26 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0149.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0150.py +10 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +49 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +19 -111
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +25 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +13 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +104 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +34 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +65 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +59 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +36 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +53 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +122 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +31 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +30 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +7 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +26 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +20 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +20 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +30 -142
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +69 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +100 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +156 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +24 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +22 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +109 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +7 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +18 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +11 -150
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +135 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +42 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +17 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +146 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +72 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +29 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +15 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +18 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +137 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +26 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +33 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +21 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +21 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +33 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +17 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +12 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +17 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +31 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +34 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +6 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +50 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +13 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +19 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +38 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +37 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +48 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +88 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +85 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +29 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +19 -168
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +11 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +12 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +13 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +174 -178
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +38 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +69 -100
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +21 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +178 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +29 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +114 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +28 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +20 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +41 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +151 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +29 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +16 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +12 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +8 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +10 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +18 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +40 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +28 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +84 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +11 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +10 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +11 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +6 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +51 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +43 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +88 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +32 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +8 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +12 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +45 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +48 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +88 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +46 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +23 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +12 -127
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +9 -168
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +25 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +43 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +128 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +167 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +17 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +10 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +19 -152
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +56 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +18 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +27 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +138 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +24 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +34 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +31 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +67 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +17 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +66 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +49 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +77 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +10 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +10 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +42 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +10 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +24 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +15 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +9 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +43 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +24 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +25 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +38 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +43 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +35 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +11 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +13 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +28 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +25 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +8 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +32 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +57 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +24 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +14 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +16 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +78 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +20 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +29 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +19 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +36 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +26 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +44 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +23 -104
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +28 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +32 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +32 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +106 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +51 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +32 -147
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +60 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +20 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +26 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +126 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +7 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +25 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +70 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0332.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0333.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0334.py +80 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +18 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +11 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +14 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +15 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +41 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +6 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0342.py +13 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0343.py +81 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0344.py +19 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0345.py +32 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +28 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +23 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +53 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +12 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +126 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +13 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +12 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +20 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +12 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +18 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +17 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +17 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +15 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +29 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +37 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +28 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +24 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +11 -136
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +80 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +59 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +142 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +24 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +17 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +16 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +6 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +33 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +77 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +26 -87
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +6 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +22 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +90 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +91 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +19 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +13 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +11 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +57 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +75 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +8 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +26 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +40 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +10 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +14 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +14 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +113 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +61 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +11 -119
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +61 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +112 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +89 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +123 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +27 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +18 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +21 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +14 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +10 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +9 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +10 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +33 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +19 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +72 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +23 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +17 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +35 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +20 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +22 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +62 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +12 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +7 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +60 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +111 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +16 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +22 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +34 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +32 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +117 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +34 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +126 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +66 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +59 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +55 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +24 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +150 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +64 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +14 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +37 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +15 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +12 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +17 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +9 -355
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +31 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +23 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +12 -274
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +21 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +345 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +63 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +38 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +273 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +55 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +74 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +17 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +8 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +39 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +36 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +83 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +105 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +80 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +4 -387
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +8 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +8 -387
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +63 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +14 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +382 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +49 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +384 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +6 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +36 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +34 -173
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +51 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +14 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +51 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +48 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +177 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +45 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +48 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +12 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +31 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +12 -1051
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +17 -158
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +23 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +110 -127
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +36 -133
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +1023 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +145 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +86 -91
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +82 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +131 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +49 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +78 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +98 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +121 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +38 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +48 -191
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +180 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +20 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +19 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +44 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +32 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +8 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +32 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +7 -338
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +24 -311
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +7 -338
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +13 -195
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +7 -247
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +276 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +249 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +270 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +79 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +185 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +158 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +191 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +167 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +160 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +116 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +27 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +15 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +26 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +27 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +21 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +15 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +16 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +18 -581
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +21 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +19 -437
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +16 -432
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +16 -470
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +104 -369
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +34 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +417 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +432 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +470 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +840 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +12 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +49 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +12 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +31 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +38 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +35 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +9 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +22 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +31 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +42 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +35 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +160 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +164 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +14 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +117 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +6 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +28 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +12 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +18 -95
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +45 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +49 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +30 -154
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +81 -147
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +33 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +41 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +80 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +131 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +169 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +63 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +3 -129
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +88 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +35 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +7 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +99 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +22 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +32 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +42 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +131 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +169 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +63 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +3 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +84 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +35 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +7 -162
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +99 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +22 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +32 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +44 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +131 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +169 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +63 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +3 -129
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +85 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +34 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +13 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +80 -131
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +15 -208
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +31 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +43 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +32 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +197 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +209 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +12 -102
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +81 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +34 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +8 -380
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +116 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +6 -389
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +28 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +30 -395
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +388 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +33 -394
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +400 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +51 -372
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +392 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +32 -390
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +397 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +30 -214
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +88 -110
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +32 -387
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +390 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +163 -345
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +407 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +338 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +30 -409
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +393 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +215 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +85 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +17 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +14 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +369 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +14 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +18 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +16 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +13 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +66 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +21 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +59 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +75 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +72 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +23 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +63 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +57 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +15 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +55 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +17 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +18 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +49 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +15 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +69 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +17 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +12 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +39 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +60 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +43 -555
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +38 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +35 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +36 -161
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +37 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +555 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +24 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +70 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +161 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +82 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +24 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +18 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +19 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +18 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +43 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +8 -106
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +50 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +40 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +68 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +32 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +86 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +50 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +51 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +17 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +13 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +22 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +21 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +52 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +22 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +49 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +10 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +92 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +23 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +15 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +12 -1142
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +13 -1195
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +13 -1187
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +77 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +1134 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +256 -211
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +1153 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +13 -1126
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +12 -1124
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +17 -1119
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +1143 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +78 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +1126 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +1124 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +245 -471
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +18 -1163
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +13 -1152
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +13 -1216
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +13 -1060
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +395 -321
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +240 -373
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +226 -325
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +304 -362
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +190 -252
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +378 -431
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +375 -406
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +285 -181
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +350 -227
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +230 -243
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +508 -306
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +1117 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +1148 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +1151 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +1040 -476
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +1121 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +382 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +41 -186
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +70 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +599 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +14 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +48 -172
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +186 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +12 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +73 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +158 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +20 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +15 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +27 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +63 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +10 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +28 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +59 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +36 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +43 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +45 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +24 -105
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +19 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +96 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +92 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +126 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +60 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +20 -273
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +100 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +75 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +12 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +6 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +12 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +34 -118
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +43 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +38 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +37 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +118 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +14 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +7 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +8 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +36 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +17 -206
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +43 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +40 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +209 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +12 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +7 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +12 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +12 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +30 -221
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +31 -218
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +30 -219
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +30 -322
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +15 -216
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +220 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +210 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +202 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +320 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +228 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +10 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +36 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +96 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +45 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +47 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +57 -435
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +43 -451
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +36 -464
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +80 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +92 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +477 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +477 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +473 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +38 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +4 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +38 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +7 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +36 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +10 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +12 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +12 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +4 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +40 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +35 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +31 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +15 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +13 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +13 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +7 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +33 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +38 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +5 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +7 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +106 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +124 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +19 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +38 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +8 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +8 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +19 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +18 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +87 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +89 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +11 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +15 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +16 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +18 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +27 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +20 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +31 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +4 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +9 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +14 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +5 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +114 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +25 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +46 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +7 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +14 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +14 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +14 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +45 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +31 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +29 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +7 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +6 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +7 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +29 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +17 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +8 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +7 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +22 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +11 -174
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +12 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +47 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +8 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +74 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +44 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +35 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +177 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +176 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +36 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +8 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +25 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +19 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +37 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +37 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +18 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +17 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +7 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +40 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +7 -115
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +15 -79
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +9 -80
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +15 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +30 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +18 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +12 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +30 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +15 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +111 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +82 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +86 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +24 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +22 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +11 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +8 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +15 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +9 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +19 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -301
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +20 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +23 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +300 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +14 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +7 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +7 -77
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +7 -214
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +8 -91
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +14 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +32 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +30 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +44 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +76 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +16 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +213 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +90 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +42 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +15 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +9 -103
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +10 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +10 -59
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +8 -101
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +11 -57
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +11 -60
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +8 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +11 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +11 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +95 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +41 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +60 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +82 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +55 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +60 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +23 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +23 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +34 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +25 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +44 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -60
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +37 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +22 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +10 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +11 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +8 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +45 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +40 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +20 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +19 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +49 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +18 -61
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +48 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +35 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +10 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +16 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +7 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +8 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +12 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +20 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +74 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +47 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +40 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -39
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +25 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +48 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1206.py +55 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1207.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1208.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1209.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1210.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1211.py +18 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1213.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1216.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1217.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1219.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1222.py +10 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1223.py +10 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1224.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1225.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1226.py +14 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1227.py +16 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1228.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1229.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1230.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1231.py +24 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1232.py +36 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1233.py +29 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1234.py +22 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1235.py +22 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1236.py +11 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1237.py +17 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1238.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1239.py +30 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1240.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1241.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1242.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1243.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1244.py +5 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1245.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1246.py +21 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1247.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1248.py +38 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1250.py +12 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1252.py +10 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1253.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1254.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1255.py +8 -73
- githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -73
- githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1259.py +9 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1261.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1262.py +36 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1264.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1265.py +28 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1266.py +9 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1267.py +74 -64
- githubkit/versions/ghec_v2022_11_28/models/group_1268.py +67 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1269.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1271.py +22 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1272.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1275.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1276.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1277.py +48 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1278.py +46 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1279.py +60 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1280.py +21 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1282.py +8 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1285.py +15 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1286.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1287.py +10 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1288.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1289.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1290.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1292.py +30 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1293.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1294.py +47 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1295.py +46 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1297.py +21 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1299.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1300.py +10 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1302.py +7 -85
- githubkit/versions/ghec_v2022_11_28/models/group_1303.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1304.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -75
- githubkit/versions/ghec_v2022_11_28/models/group_1307.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1308.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1309.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1310.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1311.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1312.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1313.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1314.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1315.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1316.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1317.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1318.py +35 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +846 -0
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
- 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 +114 -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 +170 -0
- githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +510 -0
- 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 +398 -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 +1067 -0
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +44 -4
- 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 +1088 -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 +108 -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 +739 -2
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +4629 -4541
- githubkit/versions/ghec_v2022_11_28/types/group_0010.py +0 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0020.py +12 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +3 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0142.py +98 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0143.py +40 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0144.py +15 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0145.py +76 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0146.py +36 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0147.py +31 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +20 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0149.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0150.py +12 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +24 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +15 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +16 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +15 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +93 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +29 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +54 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +40 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +34 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +50 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +109 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +25 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +26 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +7 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +19 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +21 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +19 -80
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +20 -129
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +60 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +81 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +141 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +21 -79
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +90 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +8 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +9 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +10 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +72 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +15 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +83 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +33 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +19 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +7 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +8 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +7 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +74 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +22 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +24 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +20 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +30 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +6 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +13 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +10 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +11 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +17 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +11 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +26 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +33 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +8 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +30 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +5 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +10 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +28 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +33 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +37 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +65 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +61 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +16 -133
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +10 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +11 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +11 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +133 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +16 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +34 -94
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +22 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +127 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +20 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +100 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +22 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +16 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +34 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +114 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +23 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +15 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +11 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +8 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +10 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +32 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +24 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +58 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +8 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +6 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +7 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +5 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +46 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +39 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +55 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +23 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +6 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +7 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +34 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +35 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +75 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +37 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +24 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +9 -118
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +6 -127
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +19 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +26 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +119 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +126 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +9 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +10 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +17 -121
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +50 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +16 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +26 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +110 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +19 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +22 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +24 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +57 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +23 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +59 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +27 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +32 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +42 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +6 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +6 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +21 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +10 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +19 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +12 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +29 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +13 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +26 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0295.py +34 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0297.py +8 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +6 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +21 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +16 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +53 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +22 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +12 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +13 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +67 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +19 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +13 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +25 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +21 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +33 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +23 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +39 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +21 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +25 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +30 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +28 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +96 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +40 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +26 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +39 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +21 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +59 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +12 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +18 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +50 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0332.py +30 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0333.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0334.py +59 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0336.py +8 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0337.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0338.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +7 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +21 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +5 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0343.py +71 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0344.py +18 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0345.py +28 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0346.py +23 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0347.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +16 -98
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +50 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +9 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +95 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +9 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +16 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +9 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +9 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +13 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +8 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +27 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +32 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +33 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +23 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +18 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +9 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +69 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +51 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +91 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +22 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +16 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +14 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +30 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +55 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +20 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +6 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +25 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +79 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +74 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +18 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +13 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +9 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +51 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +48 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +25 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +39 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +4 -7
- 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 +6 -6
- 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 +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +15 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +10 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +68 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +55 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +7 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +34 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +64 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +53 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +74 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +10 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +23 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +8 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +10 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +9 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +19 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +10 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +38 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +18 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +14 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +21 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +12 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +28 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +8 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +6 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +26 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +85 -88
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +13 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +19 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +29 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +27 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +94 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +28 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +119 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +58 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +54 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +53 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +12 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +84 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +59 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +12 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +31 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +8 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +17 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +7 -269
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +25 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +20 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +12 -169
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +23 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +261 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +42 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +165 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +49 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +58 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +16 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +8 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +35 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +31 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +72 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +85 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +66 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +4 -333
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +7 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +6 -338
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +54 -2
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +11 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +326 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +44 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +338 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +3 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +32 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +31 -146
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +34 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +12 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +48 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +44 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +150 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +43 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +45 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +10 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +25 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +10 -855
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +13 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +18 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +75 -119
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +827 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +120 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +64 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +72 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +115 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +44 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +42 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +85 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +113 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +32 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +38 -159
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +158 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +14 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +6 -258
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +16 -243
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +6 -254
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +10 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +6 -182
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +220 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +190 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +213 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +70 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +136 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +104 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +136 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +107 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +106 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +92 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +15 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +19 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +14 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +13 -536
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +17 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +13 -405
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +12 -402
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +12 -438
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +80 -295
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +20 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +390 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +402 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +438 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +750 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +11 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +43 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +11 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +28 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +34 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +15 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +19 -140
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +17 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +135 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +139 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +112 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +7 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +19 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +14 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +32 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +31 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +18 -147
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +62 -130
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +18 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +23 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +68 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +120 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +145 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +54 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +2 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +79 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +37 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +7 -149
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +81 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +21 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +31 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +26 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +120 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +145 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +54 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +2 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +79 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +37 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +7 -147
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +81 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +21 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +31 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +28 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +118 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +143 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +54 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +2 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +78 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +37 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +72 -112
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +14 -170
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +31 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +19 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +17 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +170 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +175 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +9 -92
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +78 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +36 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +6 -333
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +108 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +6 -337
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +28 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +17 -346
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +347 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +19 -346
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +353 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +34 -336
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +346 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +19 -347
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +346 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +18 -180
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +66 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +19 -347
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +347 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +127 -295
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +376 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +293 -129
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +17 -375
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +346 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +184 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +68 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +333 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +13 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +13 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +12 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +47 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +15 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +51 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +64 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +62 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +17 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +51 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +43 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +12 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +12 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +43 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +48 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +13 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +11 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +18 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +41 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +18 -486
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +29 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +33 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +18 -159
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +34 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +486 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +61 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +159 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +69 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +15 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +11 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +11 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +7 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +34 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +21 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +61 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +29 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +76 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +47 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +47 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +12 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +28 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +12 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +30 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +9 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +37 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +10 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +28 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +93 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +19 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +10 -937
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +10 -984
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +10 -974
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +64 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +935 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +187 -151
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +949 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +11 -930
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +11 -928
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +13 -922
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +946 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +61 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +930 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +928 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +175 -333
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +14 -957
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +12 -958
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +12 -1008
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +12 -902
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +282 -255
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +188 -301
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +179 -253
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +239 -276
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +138 -162
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +291 -325
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +276 -304
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +214 -129
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +272 -168
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +159 -170
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +353 -198
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +926 -111
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +948 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +925 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +817 -383
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +932 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +277 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +18 -163
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +61 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +510 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +12 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +41 -130
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +163 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +51 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +139 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +14 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +12 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +19 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +51 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +9 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +15 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +39 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +17 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +17 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +19 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +19 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +78 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +87 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +107 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +52 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +12 -213
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +78 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +71 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +10 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +17 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +23 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +103 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +11 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +5 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +6 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +28 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +13 -187
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +20 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +16 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +192 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +11 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +21 -185
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +22 -182
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +21 -181
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +22 -250
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +11 -180
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +182 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +171 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +166 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +236 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +180 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +9 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +28 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +61 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +24 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +46 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +38 -393
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +31 -401
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +29 -405
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +57 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +64 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +416 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +417 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +416 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +32 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +3 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +22 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +3 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +3 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +13 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +11 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +32 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +37 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +61 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +63 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +6 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +6 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +72 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +71 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +27 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +11 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +4 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +40 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +7 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +27 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +9 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +17 -90
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +7 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +7 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +33 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +17 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +97 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +4 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +9 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +6 -69
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +5 -69
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +24 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +13 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +41 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +71 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +14 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +17 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +5 -177
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +9 -33
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +7 -42
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -65
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +7 -123
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +6 -51
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +7 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +28 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +22 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +41 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +61 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +7 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +121 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +49 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +7 -52
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +14 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +14 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +8 -57
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +16 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +15 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +51 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +29 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +39 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +61 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +28 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +38 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +16 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +15 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +19 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +30 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +24 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +17 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +30 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +12 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +7 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +42 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +21 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +26 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +39 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1207.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1210.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1213.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1215.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1216.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1222.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1230.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1231.py +16 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1232.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1233.py +16 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1234.py +16 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1235.py +16 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1236.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1237.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1238.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1240.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1241.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1242.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1243.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1244.py +4 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1246.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1247.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1248.py +14 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1250.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1253.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1254.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1255.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -61
- githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1261.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1262.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1263.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1264.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1267.py +61 -51
- githubkit/versions/ghec_v2022_11_28/types/group_1268.py +60 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1269.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1273.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1274.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1277.py +35 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1279.py +47 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1281.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1282.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1283.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1285.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1287.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1288.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1289.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1291.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1293.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1296.py +23 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1297.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1301.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -30
- githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1304.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1305.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1306.py +6 -65
- githubkit/versions/ghec_v2022_11_28/types/group_1307.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1308.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1309.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1310.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1311.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1312.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1313.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1314.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1315.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1316.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1317.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1318.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
- githubkit/versions/latest/models.py +86 -14
- githubkit/versions/latest/types.py +86 -14
- githubkit/versions/v2022_11_28/models/__init__.py +4579 -4497
- githubkit/versions/v2022_11_28/models/group_0010.py +4 -5
- githubkit/versions/v2022_11_28/models/group_0020.py +16 -0
- githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
- githubkit/versions/v2022_11_28/models/group_0038.py +113 -83
- githubkit/versions/v2022_11_28/models/group_0039.py +52 -26
- githubkit/versions/v2022_11_28/models/group_0040.py +23 -31
- githubkit/versions/v2022_11_28/models/group_0041.py +140 -14
- githubkit/versions/v2022_11_28/models/group_0042.py +19 -111
- githubkit/versions/v2022_11_28/models/group_0043.py +25 -36
- githubkit/versions/v2022_11_28/models/group_0044.py +13 -82
- githubkit/versions/v2022_11_28/models/group_0045.py +104 -56
- githubkit/versions/v2022_11_28/models/group_0046.py +34 -33
- githubkit/versions/v2022_11_28/models/group_0047.py +65 -50
- githubkit/versions/v2022_11_28/models/group_0048.py +59 -109
- githubkit/versions/v2022_11_28/models/group_0049.py +36 -23
- githubkit/versions/v2022_11_28/models/group_0050.py +53 -16
- githubkit/versions/v2022_11_28/models/group_0051.py +122 -7
- githubkit/versions/v2022_11_28/models/group_0052.py +31 -21
- githubkit/versions/v2022_11_28/models/group_0053.py +30 -21
- githubkit/versions/v2022_11_28/models/group_0054.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0055.py +26 -44
- githubkit/versions/v2022_11_28/models/group_0056.py +20 -75
- githubkit/versions/v2022_11_28/models/group_0057.py +20 -88
- githubkit/versions/v2022_11_28/models/group_0058.py +30 -142
- githubkit/versions/v2022_11_28/models/group_0059.py +69 -27
- githubkit/versions/v2022_11_28/models/group_0060.py +89 -14
- githubkit/versions/v2022_11_28/models/group_0061.py +159 -13
- githubkit/versions/v2022_11_28/models/group_0062.py +29 -37
- githubkit/versions/v2022_11_28/models/group_0063.py +11 -108
- githubkit/versions/v2022_11_28/models/group_0064.py +21 -10
- githubkit/versions/v2022_11_28/models/group_0065.py +17 -11
- githubkit/versions/v2022_11_28/models/group_0066.py +30 -70
- githubkit/versions/v2022_11_28/models/group_0067.py +123 -13
- githubkit/versions/v2022_11_28/models/group_0068.py +8 -24
- githubkit/versions/v2022_11_28/models/group_0069.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0070.py +73 -13
- githubkit/versions/v2022_11_28/models/group_0071.py +16 -16
- githubkit/versions/v2022_11_28/models/group_0072.py +24 -10
- githubkit/versions/v2022_11_28/models/group_0073.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0074.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0075.py +15 -18
- githubkit/versions/v2022_11_28/models/group_0076.py +11 -17
- githubkit/versions/v2022_11_28/models/group_0077.py +10 -31
- githubkit/versions/v2022_11_28/models/group_0078.py +15 -11
- githubkit/versions/v2022_11_28/models/group_0079.py +16 -28
- githubkit/versions/v2022_11_28/models/group_0080.py +17 -40
- githubkit/versions/v2022_11_28/models/group_0081.py +21 -43
- githubkit/versions/v2022_11_28/models/group_0082.py +17 -42
- githubkit/versions/v2022_11_28/models/group_0083.py +26 -13
- githubkit/versions/v2022_11_28/models/group_0084.py +32 -59
- githubkit/versions/v2022_11_28/models/group_0085.py +43 -41
- githubkit/versions/v2022_11_28/models/group_0086.py +34 -18
- githubkit/versions/v2022_11_28/models/group_0087.py +11 -145
- githubkit/versions/v2022_11_28/models/group_0088.py +64 -11
- githubkit/versions/v2022_11_28/models/group_0089.py +43 -59
- githubkit/versions/v2022_11_28/models/group_0090.py +16 -73
- githubkit/versions/v2022_11_28/models/group_0091.py +101 -285
- githubkit/versions/v2022_11_28/models/group_0092.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0093.py +68 -23
- githubkit/versions/v2022_11_28/models/group_0094.py +78 -20
- githubkit/versions/v2022_11_28/models/group_0095.py +329 -26
- githubkit/versions/v2022_11_28/models/group_0096.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0097.py +25 -12
- githubkit/versions/v2022_11_28/models/group_0098.py +21 -13
- githubkit/versions/v2022_11_28/models/group_0099.py +33 -7
- githubkit/versions/v2022_11_28/models/group_0100.py +17 -12
- githubkit/versions/v2022_11_28/models/group_0101.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0102.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0103.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0104.py +14 -20
- githubkit/versions/v2022_11_28/models/group_0105.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0106.py +12 -30
- githubkit/versions/v2022_11_28/models/group_0107.py +17 -51
- githubkit/versions/v2022_11_28/models/group_0108.py +18 -40
- githubkit/versions/v2022_11_28/models/group_0109.py +31 -36
- githubkit/versions/v2022_11_28/models/group_0110.py +28 -49
- githubkit/versions/v2022_11_28/models/group_0111.py +40 -74
- githubkit/versions/v2022_11_28/models/group_0112.py +38 -81
- githubkit/versions/v2022_11_28/models/group_0113.py +37 -22
- githubkit/versions/v2022_11_28/models/group_0114.py +48 -24
- githubkit/versions/v2022_11_28/models/group_0115.py +80 -35
- githubkit/versions/v2022_11_28/models/group_0116.py +79 -29
- githubkit/versions/v2022_11_28/models/group_0117.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0118.py +31 -11
- githubkit/versions/v2022_11_28/models/group_0119.py +44 -11
- githubkit/versions/v2022_11_28/models/group_0120.py +27 -173
- githubkit/versions/v2022_11_28/models/group_0121.py +9 -18
- githubkit/versions/v2022_11_28/models/group_0122.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0123.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0124.py +182 -10
- githubkit/versions/v2022_11_28/models/group_0125.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0126.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0127.py +10 -6
- githubkit/versions/v2022_11_28/models/group_0128.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0129.py +10 -30
- githubkit/versions/v2022_11_28/models/group_0130.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0131.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0132.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0133.py +29 -36
- githubkit/versions/v2022_11_28/models/group_0134.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0135.py +15 -6
- githubkit/versions/v2022_11_28/models/group_0136.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0137.py +40 -10
- githubkit/versions/v2022_11_28/models/group_0138.py +17 -35
- githubkit/versions/v2022_11_28/models/group_0139.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0140.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0141.py +10 -30
- githubkit/versions/v2022_11_28/models/group_0142.py +35 -18
- githubkit/versions/v2022_11_28/models/group_0143.py +13 -27
- githubkit/versions/v2022_11_28/models/group_0144.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0145.py +24 -24
- githubkit/versions/v2022_11_28/models/group_0146.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0147.py +25 -11
- githubkit/versions/v2022_11_28/models/group_0148.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0149.py +30 -13
- githubkit/versions/v2022_11_28/models/group_0150.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0151.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0152.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0153.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0154.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0155.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0156.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0157.py +17 -6
- githubkit/versions/v2022_11_28/models/group_0158.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0159.py +17 -8
- githubkit/versions/v2022_11_28/models/group_0160.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0161.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0162.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0163.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0164.py +14 -7
- githubkit/versions/v2022_11_28/models/group_0165.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0166.py +13 -32
- githubkit/versions/v2022_11_28/models/group_0167.py +9 -17
- githubkit/versions/v2022_11_28/models/group_0168.py +9 -28
- githubkit/versions/v2022_11_28/models/group_0169.py +10 -128
- githubkit/versions/v2022_11_28/models/group_0170.py +27 -36
- githubkit/versions/v2022_11_28/models/group_0171.py +12 -83
- githubkit/versions/v2022_11_28/models/group_0172.py +25 -11
- githubkit/versions/v2022_11_28/models/group_0173.py +130 -7
- githubkit/versions/v2022_11_28/models/group_0174.py +40 -13
- githubkit/versions/v2022_11_28/models/group_0175.py +86 -7
- githubkit/versions/v2022_11_28/models/group_0176.py +17 -5
- githubkit/versions/v2022_11_28/models/group_0177.py +12 -28
- githubkit/versions/v2022_11_28/models/group_0178.py +12 -183
- githubkit/versions/v2022_11_28/models/group_0179.py +7 -85
- githubkit/versions/v2022_11_28/models/group_0180.py +6 -15
- githubkit/versions/v2022_11_28/models/group_0181.py +28 -14
- githubkit/versions/v2022_11_28/models/group_0182.py +180 -15
- githubkit/versions/v2022_11_28/models/group_0183.py +79 -111
- githubkit/versions/v2022_11_28/models/group_0184.py +10 -37
- githubkit/versions/v2022_11_28/models/group_0185.py +11 -30
- githubkit/versions/v2022_11_28/models/group_0186.py +24 -21
- githubkit/versions/v2022_11_28/models/group_0187.py +114 -11
- githubkit/versions/v2022_11_28/models/group_0188.py +28 -35
- githubkit/versions/v2022_11_28/models/group_0189.py +20 -139
- githubkit/versions/v2022_11_28/models/group_0190.py +12 -21
- githubkit/versions/v2022_11_28/models/group_0191.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0192.py +41 -7
- githubkit/versions/v2022_11_28/models/group_0193.py +151 -8
- githubkit/versions/v2022_11_28/models/group_0194.py +29 -12
- githubkit/versions/v2022_11_28/models/group_0195.py +16 -20
- githubkit/versions/v2022_11_28/models/group_0196.py +12 -40
- githubkit/versions/v2022_11_28/models/group_0197.py +8 -31
- githubkit/versions/v2022_11_28/models/group_0198.py +10 -88
- githubkit/versions/v2022_11_28/models/group_0199.py +18 -12
- githubkit/versions/v2022_11_28/models/group_0200.py +40 -11
- githubkit/versions/v2022_11_28/models/group_0201.py +28 -11
- githubkit/versions/v2022_11_28/models/group_0202.py +84 -13
- githubkit/versions/v2022_11_28/models/group_0203.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0204.py +11 -50
- githubkit/versions/v2022_11_28/models/group_0205.py +10 -42
- githubkit/versions/v2022_11_28/models/group_0206.py +11 -96
- githubkit/versions/v2022_11_28/models/group_0207.py +6 -43
- githubkit/versions/v2022_11_28/models/group_0208.py +51 -10
- githubkit/versions/v2022_11_28/models/group_0209.py +43 -14
- githubkit/versions/v2022_11_28/models/group_0210.py +88 -37
- githubkit/versions/v2022_11_28/models/group_0211.py +32 -37
- githubkit/versions/v2022_11_28/models/group_0212.py +8 -90
- githubkit/versions/v2022_11_28/models/group_0213.py +12 -47
- githubkit/versions/v2022_11_28/models/group_0214.py +45 -21
- githubkit/versions/v2022_11_28/models/group_0215.py +48 -12
- githubkit/versions/v2022_11_28/models/group_0216.py +88 -9
- githubkit/versions/v2022_11_28/models/group_0217.py +46 -25
- githubkit/versions/v2022_11_28/models/group_0218.py +23 -42
- githubkit/versions/v2022_11_28/models/group_0219.py +12 -127
- githubkit/versions/v2022_11_28/models/group_0220.py +9 -168
- githubkit/versions/v2022_11_28/models/group_0221.py +25 -23
- githubkit/versions/v2022_11_28/models/group_0222.py +43 -9
- githubkit/versions/v2022_11_28/models/group_0223.py +128 -9
- githubkit/versions/v2022_11_28/models/group_0224.py +167 -19
- githubkit/versions/v2022_11_28/models/group_0225.py +17 -45
- githubkit/versions/v2022_11_28/models/group_0226.py +10 -25
- githubkit/versions/v2022_11_28/models/group_0227.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0228.py +19 -152
- githubkit/versions/v2022_11_28/models/group_0229.py +56 -24
- githubkit/versions/v2022_11_28/models/group_0230.py +18 -25
- githubkit/versions/v2022_11_28/models/group_0231.py +27 -31
- githubkit/versions/v2022_11_28/models/group_0232.py +138 -57
- githubkit/versions/v2022_11_28/models/group_0233.py +24 -18
- githubkit/versions/v2022_11_28/models/group_0234.py +34 -69
- githubkit/versions/v2022_11_28/models/group_0235.py +31 -30
- githubkit/versions/v2022_11_28/models/group_0236.py +67 -44
- githubkit/versions/v2022_11_28/models/group_0237.py +17 -91
- githubkit/versions/v2022_11_28/models/group_0238.py +66 -9
- githubkit/versions/v2022_11_28/models/group_0239.py +31 -11
- githubkit/versions/v2022_11_28/models/group_0240.py +49 -7
- githubkit/versions/v2022_11_28/models/group_0241.py +78 -30
- githubkit/versions/v2022_11_28/models/group_0242.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0243.py +10 -27
- githubkit/versions/v2022_11_28/models/group_0244.py +10 -17
- githubkit/versions/v2022_11_28/models/group_0245.py +42 -9
- githubkit/versions/v2022_11_28/models/group_0246.py +10 -53
- githubkit/versions/v2022_11_28/models/group_0247.py +24 -21
- githubkit/versions/v2022_11_28/models/group_0248.py +15 -26
- githubkit/versions/v2022_11_28/models/group_0249.py +9 -39
- githubkit/versions/v2022_11_28/models/group_0250.py +43 -34
- githubkit/versions/v2022_11_28/models/group_0251.py +24 -33
- githubkit/versions/v2022_11_28/models/group_0252.py +25 -13
- githubkit/versions/v2022_11_28/models/group_0253.py +38 -7
- githubkit/versions/v2022_11_28/models/group_0254.py +43 -10
- githubkit/versions/v2022_11_28/models/group_0255.py +35 -23
- githubkit/versions/v2022_11_28/models/group_0256.py +11 -29
- githubkit/versions/v2022_11_28/models/group_0257.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0258.py +13 -24
- githubkit/versions/v2022_11_28/models/group_0259.py +28 -58
- githubkit/versions/v2022_11_28/models/group_0260.py +25 -47
- githubkit/versions/v2022_11_28/models/group_0261.py +8 -19
- githubkit/versions/v2022_11_28/models/group_0262.py +32 -9
- githubkit/versions/v2022_11_28/models/group_0263.py +57 -17
- githubkit/versions/v2022_11_28/models/group_0264.py +24 -55
- githubkit/versions/v2022_11_28/models/group_0265.py +14 -21
- githubkit/versions/v2022_11_28/models/group_0266.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0267.py +16 -38
- githubkit/versions/v2022_11_28/models/group_0268.py +78 -12
- githubkit/versions/v2022_11_28/models/group_0269.py +20 -38
- githubkit/versions/v2022_11_28/models/group_0270.py +13 -26
- githubkit/versions/v2022_11_28/models/group_0271.py +29 -49
- githubkit/versions/v2022_11_28/models/group_0272.py +19 -28
- githubkit/versions/v2022_11_28/models/group_0273.py +36 -27
- githubkit/versions/v2022_11_28/models/group_0274.py +26 -31
- githubkit/versions/v2022_11_28/models/group_0275.py +44 -13
- githubkit/versions/v2022_11_28/models/group_0276.py +23 -104
- githubkit/versions/v2022_11_28/models/group_0277.py +28 -46
- githubkit/versions/v2022_11_28/models/group_0278.py +32 -33
- githubkit/versions/v2022_11_28/models/group_0279.py +32 -58
- githubkit/versions/v2022_11_28/models/group_0280.py +106 -23
- githubkit/versions/v2022_11_28/models/group_0281.py +51 -27
- githubkit/versions/v2022_11_28/models/group_0282.py +32 -147
- githubkit/versions/v2022_11_28/models/group_0283.py +60 -7
- githubkit/versions/v2022_11_28/models/group_0284.py +20 -23
- githubkit/versions/v2022_11_28/models/group_0285.py +26 -35
- githubkit/versions/v2022_11_28/models/group_0286.py +126 -54
- githubkit/versions/v2022_11_28/models/group_0287.py +7 -48
- githubkit/versions/v2022_11_28/models/group_0288.py +29 -11
- githubkit/versions/v2022_11_28/models/group_0289.py +25 -66
- githubkit/versions/v2022_11_28/models/group_0290.py +70 -15
- githubkit/versions/v2022_11_28/models/group_0291.py +39 -8
- githubkit/versions/v2022_11_28/models/group_0292.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0293.py +80 -6
- githubkit/versions/v2022_11_28/models/group_0294.py +18 -16
- githubkit/versions/v2022_11_28/models/group_0295.py +11 -42
- githubkit/versions/v2022_11_28/models/group_0296.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0297.py +7 -18
- githubkit/versions/v2022_11_28/models/group_0298.py +15 -79
- githubkit/versions/v2022_11_28/models/group_0299.py +41 -18
- githubkit/versions/v2022_11_28/models/group_0300.py +6 -38
- githubkit/versions/v2022_11_28/models/group_0301.py +13 -25
- githubkit/versions/v2022_11_28/models/group_0302.py +81 -7
- githubkit/versions/v2022_11_28/models/group_0303.py +19 -31
- githubkit/versions/v2022_11_28/models/group_0304.py +32 -54
- githubkit/versions/v2022_11_28/models/group_0305.py +28 -12
- githubkit/versions/v2022_11_28/models/group_0306.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0307.py +23 -126
- githubkit/versions/v2022_11_28/models/group_0308.py +53 -23
- githubkit/versions/v2022_11_28/models/group_0309.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0310.py +12 -27
- githubkit/versions/v2022_11_28/models/group_0311.py +126 -11
- githubkit/versions/v2022_11_28/models/group_0312.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0313.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0314.py +13 -20
- githubkit/versions/v2022_11_28/models/group_0315.py +12 -24
- githubkit/versions/v2022_11_28/models/group_0316.py +20 -23
- githubkit/versions/v2022_11_28/models/group_0317.py +12 -17
- githubkit/versions/v2022_11_28/models/group_0318.py +18 -7
- githubkit/versions/v2022_11_28/models/group_0319.py +17 -23
- githubkit/versions/v2022_11_28/models/group_0320.py +17 -23
- githubkit/versions/v2022_11_28/models/group_0321.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0322.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0323.py +29 -36
- githubkit/versions/v2022_11_28/models/group_0324.py +33 -14
- githubkit/versions/v2022_11_28/models/group_0325.py +37 -10
- githubkit/versions/v2022_11_28/models/group_0326.py +28 -70
- githubkit/versions/v2022_11_28/models/group_0327.py +24 -43
- githubkit/versions/v2022_11_28/models/group_0328.py +11 -136
- githubkit/versions/v2022_11_28/models/group_0329.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0330.py +80 -16
- githubkit/versions/v2022_11_28/models/group_0331.py +59 -16
- githubkit/versions/v2022_11_28/models/group_0332.py +142 -16
- githubkit/versions/v2022_11_28/models/group_0333.py +24 -6
- githubkit/versions/v2022_11_28/models/group_0334.py +17 -31
- githubkit/versions/v2022_11_28/models/group_0335.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0336.py +16 -75
- githubkit/versions/v2022_11_28/models/group_0337.py +6 -32
- githubkit/versions/v2022_11_28/models/group_0338.py +33 -6
- githubkit/versions/v2022_11_28/models/group_0339.py +9 -16
- githubkit/versions/v2022_11_28/models/group_0340.py +77 -20
- githubkit/versions/v2022_11_28/models/group_0341.py +26 -87
- githubkit/versions/v2022_11_28/models/group_0342.py +6 -91
- githubkit/versions/v2022_11_28/models/group_0343.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0344.py +22 -27
- githubkit/versions/v2022_11_28/models/group_0345.py +90 -13
- githubkit/versions/v2022_11_28/models/group_0346.py +91 -7
- githubkit/versions/v2022_11_28/models/group_0347.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0348.py +19 -59
- githubkit/versions/v2022_11_28/models/group_0349.py +13 -73
- githubkit/versions/v2022_11_28/models/group_0350.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0351.py +11 -26
- githubkit/versions/v2022_11_28/models/group_0352.py +57 -36
- githubkit/versions/v2022_11_28/models/group_0353.py +75 -8
- githubkit/versions/v2022_11_28/models/group_0354.py +8 -22
- githubkit/versions/v2022_11_28/models/group_0355.py +26 -18
- githubkit/versions/v2022_11_28/models/group_0356.py +40 -16
- githubkit/versions/v2022_11_28/models/group_0357.py +10 -19
- githubkit/versions/v2022_11_28/models/group_0358.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0359.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0360.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0361.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0362.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0363.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0364.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0365.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0366.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0367.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0368.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0369.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0370.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0371.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0372.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0373.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0374.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0375.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0376.py +14 -83
- githubkit/versions/v2022_11_28/models/group_0377.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0378.py +14 -58
- githubkit/versions/v2022_11_28/models/group_0379.py +18 -8
- githubkit/versions/v2022_11_28/models/group_0380.py +113 -94
- githubkit/versions/v2022_11_28/models/group_0381.py +61 -85
- githubkit/versions/v2022_11_28/models/group_0382.py +11 -119
- githubkit/versions/v2022_11_28/models/group_0383.py +61 -8
- githubkit/versions/v2022_11_28/models/group_0384.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0385.py +112 -25
- githubkit/versions/v2022_11_28/models/group_0386.py +89 -6
- githubkit/versions/v2022_11_28/models/group_0387.py +123 -16
- githubkit/versions/v2022_11_28/models/group_0388.py +12 -21
- githubkit/versions/v2022_11_28/models/group_0389.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0390.py +27 -6
- githubkit/versions/v2022_11_28/models/group_0391.py +6 -9
- githubkit/versions/v2022_11_28/models/group_0392.py +18 -10
- githubkit/versions/v2022_11_28/models/group_0393.py +21 -9
- githubkit/versions/v2022_11_28/models/group_0394.py +12 -8
- githubkit/versions/v2022_11_28/models/group_0395.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0396.py +8 -25
- githubkit/versions/v2022_11_28/models/group_0397.py +9 -41
- githubkit/versions/v2022_11_28/models/group_0398.py +9 -53
- githubkit/versions/v2022_11_28/models/group_0399.py +9 -39
- githubkit/versions/v2022_11_28/models/group_0400.py +9 -124
- githubkit/versions/v2022_11_28/models/group_0401.py +16 -26
- githubkit/versions/v2022_11_28/models/group_0402.py +22 -114
- githubkit/versions/v2022_11_28/models/group_0403.py +34 -69
- githubkit/versions/v2022_11_28/models/group_0404.py +32 -55
- githubkit/versions/v2022_11_28/models/group_0405.py +117 -58
- githubkit/versions/v2022_11_28/models/group_0406.py +34 -7
- githubkit/versions/v2022_11_28/models/group_0407.py +126 -22
- githubkit/versions/v2022_11_28/models/group_0408.py +66 -128
- githubkit/versions/v2022_11_28/models/group_0409.py +59 -9
- githubkit/versions/v2022_11_28/models/group_0410.py +55 -55
- githubkit/versions/v2022_11_28/models/group_0411.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0412.py +24 -32
- githubkit/versions/v2022_11_28/models/group_0413.py +150 -7
- githubkit/versions/v2022_11_28/models/group_0414.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0415.py +64 -9
- githubkit/versions/v2022_11_28/models/group_0416.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0417.py +37 -6
- githubkit/versions/v2022_11_28/models/group_0418.py +15 -46
- githubkit/versions/v2022_11_28/models/group_0419.py +12 -30
- githubkit/versions/v2022_11_28/models/group_0420.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0421.py +17 -22
- githubkit/versions/v2022_11_28/models/group_0422.py +9 -355
- githubkit/versions/v2022_11_28/models/group_0423.py +31 -60
- githubkit/versions/v2022_11_28/models/group_0424.py +23 -47
- githubkit/versions/v2022_11_28/models/group_0425.py +11 -69
- githubkit/versions/v2022_11_28/models/group_0426.py +18 -16
- githubkit/versions/v2022_11_28/models/group_0427.py +357 -13
- githubkit/versions/v2022_11_28/models/group_0428.py +63 -62
- githubkit/versions/v2022_11_28/models/group_0429.py +55 -12
- githubkit/versions/v2022_11_28/models/group_0430.py +74 -30
- githubkit/versions/v2022_11_28/models/group_0431.py +17 -79
- githubkit/versions/v2022_11_28/models/group_0432.py +8 -163
- githubkit/versions/v2022_11_28/models/group_0433.py +39 -52
- githubkit/versions/v2022_11_28/models/group_0434.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0435.py +36 -15
- githubkit/versions/v2022_11_28/models/group_0436.py +83 -8
- githubkit/versions/v2022_11_28/models/group_0437.py +105 -26
- githubkit/versions/v2022_11_28/models/group_0438.py +80 -19
- githubkit/versions/v2022_11_28/models/group_0439.py +4 -386
- githubkit/versions/v2022_11_28/models/group_0440.py +8 -60
- githubkit/versions/v2022_11_28/models/group_0441.py +8 -386
- githubkit/versions/v2022_11_28/models/group_0442.py +63 -3
- githubkit/versions/v2022_11_28/models/group_0443.py +14 -37
- githubkit/versions/v2022_11_28/models/group_0444.py +381 -29
- githubkit/versions/v2022_11_28/models/group_0445.py +49 -47
- githubkit/versions/v2022_11_28/models/group_0446.py +383 -12
- githubkit/versions/v2022_11_28/models/group_0447.py +6 -33
- githubkit/versions/v2022_11_28/models/group_0448.py +36 -41
- githubkit/versions/v2022_11_28/models/group_0449.py +34 -173
- githubkit/versions/v2022_11_28/models/group_0450.py +51 -45
- githubkit/versions/v2022_11_28/models/group_0451.py +14 -53
- githubkit/versions/v2022_11_28/models/group_0452.py +51 -10
- githubkit/versions/v2022_11_28/models/group_0453.py +48 -26
- githubkit/versions/v2022_11_28/models/group_0454.py +177 -14
- githubkit/versions/v2022_11_28/models/group_0455.py +45 -20
- githubkit/versions/v2022_11_28/models/group_0456.py +48 -23
- githubkit/versions/v2022_11_28/models/group_0457.py +12 -117
- githubkit/versions/v2022_11_28/models/group_0458.py +31 -48
- githubkit/versions/v2022_11_28/models/group_0459.py +12 -1051
- githubkit/versions/v2022_11_28/models/group_0460.py +17 -157
- githubkit/versions/v2022_11_28/models/group_0461.py +23 -84
- githubkit/versions/v2022_11_28/models/group_0462.py +110 -127
- githubkit/versions/v2022_11_28/models/group_0463.py +36 -133
- githubkit/versions/v2022_11_28/models/group_0464.py +1023 -24
- githubkit/versions/v2022_11_28/models/group_0465.py +144 -66
- githubkit/versions/v2022_11_28/models/group_0466.py +86 -91
- githubkit/versions/v2022_11_28/models/group_0467.py +82 -66
- githubkit/versions/v2022_11_28/models/group_0468.py +131 -32
- githubkit/versions/v2022_11_28/models/group_0469.py +49 -50
- githubkit/versions/v2022_11_28/models/group_0470.py +78 -23
- githubkit/versions/v2022_11_28/models/group_0471.py +98 -37
- githubkit/versions/v2022_11_28/models/group_0472.py +121 -36
- githubkit/versions/v2022_11_28/models/group_0473.py +38 -36
- githubkit/versions/v2022_11_28/models/group_0474.py +48 -191
- githubkit/versions/v2022_11_28/models/group_0475.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0476.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0477.py +17 -11
- githubkit/versions/v2022_11_28/models/group_0478.py +38 -8
- githubkit/versions/v2022_11_28/models/group_0479.py +176 -24
- githubkit/versions/v2022_11_28/models/group_0480.py +32 -8
- githubkit/versions/v2022_11_28/models/group_0481.py +8 -32
- githubkit/versions/v2022_11_28/models/group_0482.py +32 -8
- githubkit/versions/v2022_11_28/models/group_0483.py +7 -337
- githubkit/versions/v2022_11_28/models/group_0484.py +24 -310
- githubkit/versions/v2022_11_28/models/group_0485.py +7 -337
- githubkit/versions/v2022_11_28/models/group_0486.py +13 -195
- githubkit/versions/v2022_11_28/models/group_0487.py +7 -247
- githubkit/versions/v2022_11_28/models/group_0488.py +275 -121
- githubkit/versions/v2022_11_28/models/group_0489.py +248 -122
- githubkit/versions/v2022_11_28/models/group_0490.py +269 -122
- githubkit/versions/v2022_11_28/models/group_0491.py +79 -45
- githubkit/versions/v2022_11_28/models/group_0492.py +185 -73
- githubkit/versions/v2022_11_28/models/group_0493.py +158 -21
- githubkit/versions/v2022_11_28/models/group_0494.py +191 -15
- githubkit/versions/v2022_11_28/models/group_0495.py +167 -17
- githubkit/versions/v2022_11_28/models/group_0496.py +160 -15
- githubkit/versions/v2022_11_28/models/group_0497.py +116 -15
- githubkit/versions/v2022_11_28/models/group_0498.py +27 -21
- githubkit/versions/v2022_11_28/models/group_0499.py +15 -21
- githubkit/versions/v2022_11_28/models/group_0500.py +26 -20
- githubkit/versions/v2022_11_28/models/group_0501.py +20 -20
- githubkit/versions/v2022_11_28/models/group_0502.py +20 -20
- githubkit/versions/v2022_11_28/models/group_0503.py +27 -21
- githubkit/versions/v2022_11_28/models/group_0504.py +21 -15
- githubkit/versions/v2022_11_28/models/group_0505.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0506.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0507.py +15 -17
- githubkit/versions/v2022_11_28/models/group_0508.py +16 -18
- githubkit/versions/v2022_11_28/models/group_0509.py +18 -581
- githubkit/versions/v2022_11_28/models/group_0510.py +21 -35
- githubkit/versions/v2022_11_28/models/group_0511.py +19 -437
- githubkit/versions/v2022_11_28/models/group_0512.py +16 -432
- githubkit/versions/v2022_11_28/models/group_0513.py +16 -470
- githubkit/versions/v2022_11_28/models/group_0514.py +104 -369
- githubkit/versions/v2022_11_28/models/group_0515.py +34 -24
- githubkit/versions/v2022_11_28/models/group_0516.py +417 -40
- githubkit/versions/v2022_11_28/models/group_0517.py +432 -16
- githubkit/versions/v2022_11_28/models/group_0518.py +470 -18
- githubkit/versions/v2022_11_28/models/group_0519.py +840 -16
- githubkit/versions/v2022_11_28/models/group_0520.py +12 -31
- githubkit/versions/v2022_11_28/models/group_0521.py +49 -10
- githubkit/versions/v2022_11_28/models/group_0522.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0523.py +12 -38
- githubkit/versions/v2022_11_28/models/group_0524.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0525.py +31 -10
- githubkit/versions/v2022_11_28/models/group_0526.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0527.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0528.py +38 -12
- githubkit/versions/v2022_11_28/models/group_0529.py +35 -8
- githubkit/versions/v2022_11_28/models/group_0530.py +21 -13
- githubkit/versions/v2022_11_28/models/group_0531.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0532.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0533.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0534.py +9 -34
- githubkit/versions/v2022_11_28/models/group_0535.py +22 -165
- githubkit/versions/v2022_11_28/models/group_0536.py +31 -165
- githubkit/versions/v2022_11_28/models/group_0537.py +42 -14
- githubkit/versions/v2022_11_28/models/group_0538.py +35 -117
- githubkit/versions/v2022_11_28/models/group_0539.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0540.py +160 -40
- githubkit/versions/v2022_11_28/models/group_0541.py +164 -28
- githubkit/versions/v2022_11_28/models/group_0542.py +14 -41
- githubkit/versions/v2022_11_28/models/group_0543.py +117 -34
- githubkit/versions/v2022_11_28/models/group_0544.py +6 -60
- githubkit/versions/v2022_11_28/models/group_0545.py +28 -34
- githubkit/versions/v2022_11_28/models/group_0546.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0547.py +18 -95
- githubkit/versions/v2022_11_28/models/group_0548.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0549.py +45 -25
- githubkit/versions/v2022_11_28/models/group_0550.py +49 -80
- githubkit/versions/v2022_11_28/models/group_0551.py +30 -154
- githubkit/versions/v2022_11_28/models/group_0552.py +81 -146
- githubkit/versions/v2022_11_28/models/group_0553.py +33 -58
- githubkit/versions/v2022_11_28/models/group_0554.py +41 -29
- githubkit/versions/v2022_11_28/models/group_0555.py +80 -21
- githubkit/versions/v2022_11_28/models/group_0556.py +131 -63
- githubkit/versions/v2022_11_28/models/group_0557.py +168 -29
- githubkit/versions/v2022_11_28/models/group_0558.py +63 -7
- githubkit/versions/v2022_11_28/models/group_0559.py +3 -129
- githubkit/versions/v2022_11_28/models/group_0560.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0561.py +88 -29
- githubkit/versions/v2022_11_28/models/group_0562.py +35 -38
- githubkit/versions/v2022_11_28/models/group_0563.py +7 -162
- githubkit/versions/v2022_11_28/models/group_0564.py +99 -121
- githubkit/versions/v2022_11_28/models/group_0565.py +22 -56
- githubkit/versions/v2022_11_28/models/group_0566.py +32 -29
- githubkit/versions/v2022_11_28/models/group_0567.py +42 -30
- githubkit/versions/v2022_11_28/models/group_0568.py +131 -59
- githubkit/versions/v2022_11_28/models/group_0569.py +168 -29
- githubkit/versions/v2022_11_28/models/group_0570.py +63 -7
- githubkit/versions/v2022_11_28/models/group_0571.py +3 -130
- githubkit/versions/v2022_11_28/models/group_0572.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0573.py +84 -29
- githubkit/versions/v2022_11_28/models/group_0574.py +35 -40
- githubkit/versions/v2022_11_28/models/group_0575.py +7 -162
- githubkit/versions/v2022_11_28/models/group_0576.py +99 -120
- githubkit/versions/v2022_11_28/models/group_0577.py +22 -56
- githubkit/versions/v2022_11_28/models/group_0578.py +32 -29
- githubkit/versions/v2022_11_28/models/group_0579.py +44 -28
- githubkit/versions/v2022_11_28/models/group_0580.py +131 -60
- githubkit/versions/v2022_11_28/models/group_0581.py +168 -28
- githubkit/versions/v2022_11_28/models/group_0582.py +63 -7
- githubkit/versions/v2022_11_28/models/group_0583.py +3 -129
- githubkit/versions/v2022_11_28/models/group_0584.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0585.py +85 -28
- githubkit/versions/v2022_11_28/models/group_0586.py +34 -36
- githubkit/versions/v2022_11_28/models/group_0587.py +13 -45
- githubkit/versions/v2022_11_28/models/group_0588.py +80 -130
- githubkit/versions/v2022_11_28/models/group_0589.py +15 -207
- githubkit/versions/v2022_11_28/models/group_0590.py +31 -29
- githubkit/versions/v2022_11_28/models/group_0591.py +43 -31
- githubkit/versions/v2022_11_28/models/group_0592.py +32 -80
- githubkit/versions/v2022_11_28/models/group_0593.py +196 -28
- githubkit/versions/v2022_11_28/models/group_0594.py +208 -15
- githubkit/versions/v2022_11_28/models/group_0595.py +12 -102
- githubkit/versions/v2022_11_28/models/group_0596.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0597.py +81 -28
- githubkit/versions/v2022_11_28/models/group_0598.py +34 -34
- githubkit/versions/v2022_11_28/models/group_0599.py +8 -379
- githubkit/versions/v2022_11_28/models/group_0600.py +116 -40
- githubkit/versions/v2022_11_28/models/group_0601.py +6 -388
- githubkit/versions/v2022_11_28/models/group_0602.py +28 -69
- githubkit/versions/v2022_11_28/models/group_0603.py +30 -394
- githubkit/versions/v2022_11_28/models/group_0604.py +387 -32
- githubkit/versions/v2022_11_28/models/group_0605.py +33 -393
- githubkit/versions/v2022_11_28/models/group_0606.py +399 -30
- githubkit/versions/v2022_11_28/models/group_0607.py +51 -371
- githubkit/versions/v2022_11_28/models/group_0608.py +391 -32
- githubkit/versions/v2022_11_28/models/group_0609.py +32 -389
- githubkit/versions/v2022_11_28/models/group_0610.py +396 -32
- githubkit/versions/v2022_11_28/models/group_0611.py +30 -214
- githubkit/versions/v2022_11_28/models/group_0612.py +88 -110
- githubkit/versions/v2022_11_28/models/group_0613.py +32 -386
- githubkit/versions/v2022_11_28/models/group_0614.py +389 -30
- githubkit/versions/v2022_11_28/models/group_0615.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0616.py +163 -344
- githubkit/versions/v2022_11_28/models/group_0617.py +406 -31
- githubkit/versions/v2022_11_28/models/group_0618.py +337 -163
- githubkit/versions/v2022_11_28/models/group_0619.py +30 -408
- githubkit/versions/v2022_11_28/models/group_0620.py +12 -16
- githubkit/versions/v2022_11_28/models/group_0621.py +392 -31
- githubkit/versions/v2022_11_28/models/group_0622.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0623.py +215 -30
- githubkit/versions/v2022_11_28/models/group_0624.py +85 -64
- githubkit/versions/v2022_11_28/models/group_0625.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0626.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0627.py +17 -14
- githubkit/versions/v2022_11_28/models/group_0628.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0629.py +368 -62
- githubkit/versions/v2022_11_28/models/group_0630.py +14 -19
- githubkit/versions/v2022_11_28/models/group_0631.py +18 -70
- githubkit/versions/v2022_11_28/models/group_0632.py +16 -77
- githubkit/versions/v2022_11_28/models/group_0633.py +13 -76
- githubkit/versions/v2022_11_28/models/group_0634.py +66 -20
- githubkit/versions/v2022_11_28/models/group_0635.py +21 -58
- githubkit/versions/v2022_11_28/models/group_0636.py +59 -41
- githubkit/versions/v2022_11_28/models/group_0637.py +75 -12
- githubkit/versions/v2022_11_28/models/group_0638.py +72 -47
- githubkit/versions/v2022_11_28/models/group_0639.py +23 -53
- githubkit/versions/v2022_11_28/models/group_0640.py +63 -18
- githubkit/versions/v2022_11_28/models/group_0641.py +57 -20
- githubkit/versions/v2022_11_28/models/group_0642.py +15 -48
- githubkit/versions/v2022_11_28/models/group_0643.py +55 -20
- githubkit/versions/v2022_11_28/models/group_0644.py +55 -20
- githubkit/versions/v2022_11_28/models/group_0645.py +17 -20
- githubkit/versions/v2022_11_28/models/group_0646.py +18 -70
- githubkit/versions/v2022_11_28/models/group_0647.py +49 -19
- githubkit/versions/v2022_11_28/models/group_0648.py +18 -15
- githubkit/versions/v2022_11_28/models/group_0649.py +18 -15
- githubkit/versions/v2022_11_28/models/group_0650.py +15 -16
- githubkit/versions/v2022_11_28/models/group_0651.py +69 -16
- githubkit/versions/v2022_11_28/models/group_0652.py +17 -73
- githubkit/versions/v2022_11_28/models/group_0653.py +12 -15
- githubkit/versions/v2022_11_28/models/group_0654.py +12 -37
- githubkit/versions/v2022_11_28/models/group_0655.py +39 -38
- githubkit/versions/v2022_11_28/models/group_0656.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0657.py +60 -36
- githubkit/versions/v2022_11_28/models/group_0658.py +43 -555
- githubkit/versions/v2022_11_28/models/group_0659.py +38 -15
- githubkit/versions/v2022_11_28/models/group_0660.py +35 -63
- githubkit/versions/v2022_11_28/models/group_0661.py +36 -161
- githubkit/versions/v2022_11_28/models/group_0662.py +37 -61
- githubkit/versions/v2022_11_28/models/group_0663.py +555 -36
- githubkit/versions/v2022_11_28/models/group_0664.py +24 -18
- githubkit/versions/v2022_11_28/models/group_0665.py +70 -36
- githubkit/versions/v2022_11_28/models/group_0666.py +161 -29
- githubkit/versions/v2022_11_28/models/group_0667.py +82 -17
- githubkit/versions/v2022_11_28/models/group_0668.py +24 -49
- githubkit/versions/v2022_11_28/models/group_0669.py +31 -8
- githubkit/versions/v2022_11_28/models/group_0670.py +18 -41
- githubkit/versions/v2022_11_28/models/group_0671.py +19 -24
- githubkit/versions/v2022_11_28/models/group_0672.py +18 -76
- githubkit/versions/v2022_11_28/models/group_0673.py +43 -42
- githubkit/versions/v2022_11_28/models/group_0674.py +8 -106
- githubkit/versions/v2022_11_28/models/group_0675.py +50 -50
- githubkit/versions/v2022_11_28/models/group_0676.py +40 -51
- githubkit/versions/v2022_11_28/models/group_0677.py +68 -17
- githubkit/versions/v2022_11_28/models/group_0678.py +32 -15
- githubkit/versions/v2022_11_28/models/group_0679.py +86 -14
- githubkit/versions/v2022_11_28/models/group_0680.py +50 -52
- githubkit/versions/v2022_11_28/models/group_0681.py +51 -40
- githubkit/versions/v2022_11_28/models/group_0682.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0683.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0684.py +13 -57
- githubkit/versions/v2022_11_28/models/group_0685.py +33 -12
- githubkit/versions/v2022_11_28/models/group_0686.py +22 -11
- githubkit/versions/v2022_11_28/models/group_0687.py +21 -13
- githubkit/versions/v2022_11_28/models/group_0688.py +21 -12
- githubkit/versions/v2022_11_28/models/group_0689.py +52 -57
- githubkit/versions/v2022_11_28/models/group_0690.py +22 -13
- githubkit/versions/v2022_11_28/models/group_0691.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0692.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0693.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0694.py +49 -72
- githubkit/versions/v2022_11_28/models/group_0695.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0696.py +31 -11
- githubkit/versions/v2022_11_28/models/group_0697.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0698.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0699.py +92 -12
- githubkit/versions/v2022_11_28/models/group_0700.py +23 -65
- githubkit/versions/v2022_11_28/models/group_0701.py +15 -18
- githubkit/versions/v2022_11_28/models/group_0702.py +12 -1142
- githubkit/versions/v2022_11_28/models/group_0703.py +13 -1195
- githubkit/versions/v2022_11_28/models/group_0704.py +13 -1187
- githubkit/versions/v2022_11_28/models/group_0705.py +77 -22
- githubkit/versions/v2022_11_28/models/group_0706.py +8 -14
- githubkit/versions/v2022_11_28/models/group_0707.py +1134 -17
- githubkit/versions/v2022_11_28/models/group_0708.py +256 -211
- githubkit/versions/v2022_11_28/models/group_0709.py +1153 -56
- githubkit/versions/v2022_11_28/models/group_0710.py +13 -1126
- githubkit/versions/v2022_11_28/models/group_0711.py +12 -1124
- githubkit/versions/v2022_11_28/models/group_0712.py +17 -1119
- githubkit/versions/v2022_11_28/models/group_0713.py +1143 -18
- githubkit/versions/v2022_11_28/models/group_0714.py +78 -11
- githubkit/versions/v2022_11_28/models/group_0715.py +1126 -13
- githubkit/versions/v2022_11_28/models/group_0716.py +1124 -12
- githubkit/versions/v2022_11_28/models/group_0717.py +245 -470
- githubkit/versions/v2022_11_28/models/group_0718.py +18 -1163
- githubkit/versions/v2022_11_28/models/group_0719.py +13 -1152
- githubkit/versions/v2022_11_28/models/group_0720.py +13 -1216
- githubkit/versions/v2022_11_28/models/group_0721.py +13 -1060
- githubkit/versions/v2022_11_28/models/group_0722.py +394 -321
- githubkit/versions/v2022_11_28/models/group_0723.py +240 -373
- githubkit/versions/v2022_11_28/models/group_0724.py +226 -325
- githubkit/versions/v2022_11_28/models/group_0725.py +304 -362
- githubkit/versions/v2022_11_28/models/group_0726.py +190 -252
- githubkit/versions/v2022_11_28/models/group_0727.py +378 -430
- githubkit/versions/v2022_11_28/models/group_0728.py +375 -405
- githubkit/versions/v2022_11_28/models/group_0729.py +285 -181
- githubkit/versions/v2022_11_28/models/group_0730.py +350 -227
- githubkit/versions/v2022_11_28/models/group_0731.py +230 -243
- githubkit/versions/v2022_11_28/models/group_0732.py +507 -306
- githubkit/versions/v2022_11_28/models/group_0733.py +1116 -165
- githubkit/versions/v2022_11_28/models/group_0734.py +1148 -14
- githubkit/versions/v2022_11_28/models/group_0735.py +1151 -43
- githubkit/versions/v2022_11_28/models/group_0736.py +1040 -476
- githubkit/versions/v2022_11_28/models/group_0737.py +1121 -14
- githubkit/versions/v2022_11_28/models/group_0738.py +382 -45
- githubkit/versions/v2022_11_28/models/group_0739.py +41 -186
- githubkit/versions/v2022_11_28/models/group_0740.py +70 -42
- githubkit/versions/v2022_11_28/models/group_0741.py +599 -43
- githubkit/versions/v2022_11_28/models/group_0742.py +14 -77
- githubkit/versions/v2022_11_28/models/group_0743.py +48 -172
- githubkit/versions/v2022_11_28/models/group_0744.py +186 -45
- githubkit/versions/v2022_11_28/models/group_0745.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0746.py +12 -14
- githubkit/versions/v2022_11_28/models/group_0747.py +73 -13
- githubkit/versions/v2022_11_28/models/group_0748.py +158 -14
- githubkit/versions/v2022_11_28/models/group_0749.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0750.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0751.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0752.py +20 -33
- githubkit/versions/v2022_11_28/models/group_0753.py +15 -61
- githubkit/versions/v2022_11_28/models/group_0754.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0755.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0756.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0757.py +27 -35
- githubkit/versions/v2022_11_28/models/group_0758.py +63 -17
- githubkit/versions/v2022_11_28/models/group_0759.py +10 -16
- githubkit/versions/v2022_11_28/models/group_0760.py +10 -18
- githubkit/versions/v2022_11_28/models/group_0761.py +28 -32
- githubkit/versions/v2022_11_28/models/group_0762.py +59 -13
- githubkit/versions/v2022_11_28/models/group_0763.py +36 -96
- githubkit/versions/v2022_11_28/models/group_0764.py +43 -94
- githubkit/versions/v2022_11_28/models/group_0765.py +45 -126
- githubkit/versions/v2022_11_28/models/group_0766.py +24 -105
- githubkit/versions/v2022_11_28/models/group_0767.py +19 -38
- githubkit/versions/v2022_11_28/models/group_0768.py +96 -35
- githubkit/versions/v2022_11_28/models/group_0769.py +92 -101
- githubkit/versions/v2022_11_28/models/group_0770.py +126 -42
- githubkit/versions/v2022_11_28/models/group_0771.py +60 -39
- githubkit/versions/v2022_11_28/models/group_0772.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0773.py +20 -273
- githubkit/versions/v2022_11_28/models/group_0774.py +100 -6
- githubkit/versions/v2022_11_28/models/group_0775.py +15 -14
- githubkit/versions/v2022_11_28/models/group_0776.py +75 -15
- githubkit/versions/v2022_11_28/models/group_0777.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0778.py +12 -18
- githubkit/versions/v2022_11_28/models/group_0779.py +6 -64
- githubkit/versions/v2022_11_28/models/group_0780.py +12 -15
- githubkit/versions/v2022_11_28/models/group_0781.py +12 -15
- githubkit/versions/v2022_11_28/models/group_0782.py +12 -15
- githubkit/versions/v2022_11_28/models/group_0783.py +34 -118
- githubkit/versions/v2022_11_28/models/group_0784.py +43 -13
- githubkit/versions/v2022_11_28/models/group_0785.py +38 -7
- githubkit/versions/v2022_11_28/models/group_0786.py +37 -8
- githubkit/versions/v2022_11_28/models/group_0787.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0788.py +118 -33
- githubkit/versions/v2022_11_28/models/group_0789.py +14 -41
- githubkit/versions/v2022_11_28/models/group_0790.py +7 -38
- githubkit/versions/v2022_11_28/models/group_0791.py +8 -39
- githubkit/versions/v2022_11_28/models/group_0792.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0793.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0794.py +36 -12
- githubkit/versions/v2022_11_28/models/group_0795.py +17 -206
- githubkit/versions/v2022_11_28/models/group_0796.py +40 -12
- githubkit/versions/v2022_11_28/models/group_0797.py +43 -12
- githubkit/versions/v2022_11_28/models/group_0798.py +40 -18
- githubkit/versions/v2022_11_28/models/group_0799.py +41 -12
- githubkit/versions/v2022_11_28/models/group_0800.py +209 -25
- githubkit/versions/v2022_11_28/models/group_0801.py +12 -43
- githubkit/versions/v2022_11_28/models/group_0802.py +7 -45
- githubkit/versions/v2022_11_28/models/group_0803.py +12 -43
- githubkit/versions/v2022_11_28/models/group_0804.py +12 -40
- githubkit/versions/v2022_11_28/models/group_0805.py +30 -221
- githubkit/versions/v2022_11_28/models/group_0806.py +31 -218
- githubkit/versions/v2022_11_28/models/group_0807.py +30 -219
- githubkit/versions/v2022_11_28/models/group_0808.py +30 -322
- githubkit/versions/v2022_11_28/models/group_0809.py +15 -216
- githubkit/versions/v2022_11_28/models/group_0810.py +220 -17
- githubkit/versions/v2022_11_28/models/group_0811.py +210 -21
- githubkit/versions/v2022_11_28/models/group_0812.py +202 -79
- githubkit/versions/v2022_11_28/models/group_0813.py +320 -56
- githubkit/versions/v2022_11_28/models/group_0814.py +228 -47
- githubkit/versions/v2022_11_28/models/group_0815.py +10 -82
- githubkit/versions/v2022_11_28/models/group_0816.py +36 -57
- githubkit/versions/v2022_11_28/models/group_0817.py +96 -37
- githubkit/versions/v2022_11_28/models/group_0818.py +45 -60
- githubkit/versions/v2022_11_28/models/group_0819.py +47 -82
- githubkit/versions/v2022_11_28/models/group_0820.py +57 -435
- githubkit/versions/v2022_11_28/models/group_0821.py +43 -451
- githubkit/versions/v2022_11_28/models/group_0822.py +36 -464
- githubkit/versions/v2022_11_28/models/group_0823.py +80 -27
- githubkit/versions/v2022_11_28/models/group_0824.py +92 -10
- githubkit/versions/v2022_11_28/models/group_0825.py +477 -12
- githubkit/versions/v2022_11_28/models/group_0826.py +477 -4
- githubkit/versions/v2022_11_28/models/group_0827.py +473 -12
- githubkit/versions/v2022_11_28/models/group_0828.py +38 -6
- githubkit/versions/v2022_11_28/models/group_0829.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0830.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0831.py +4 -10
- githubkit/versions/v2022_11_28/models/group_0832.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0833.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0834.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0835.py +6 -123
- githubkit/versions/v2022_11_28/models/group_0836.py +6 -128
- githubkit/versions/v2022_11_28/models/group_0837.py +31 -14
- githubkit/versions/v2022_11_28/models/group_0838.py +9 -20
- githubkit/versions/v2022_11_28/models/group_0839.py +5 -31
- githubkit/versions/v2022_11_28/models/group_0840.py +122 -7
- githubkit/versions/v2022_11_28/models/group_0841.py +117 -17
- githubkit/versions/v2022_11_28/models/group_0842.py +12 -20
- githubkit/versions/v2022_11_28/models/group_0843.py +15 -29
- githubkit/versions/v2022_11_28/models/group_0844.py +27 -5
- githubkit/versions/v2022_11_28/models/group_0845.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0846.py +33 -5
- githubkit/versions/v2022_11_28/models/group_0847.py +20 -8
- githubkit/versions/v2022_11_28/models/group_0848.py +30 -12
- githubkit/versions/v2022_11_28/models/group_0849.py +5 -15
- githubkit/versions/v2022_11_28/models/group_0850.py +5 -7
- githubkit/versions/v2022_11_28/models/group_0851.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0852.py +9 -118
- githubkit/versions/v2022_11_28/models/group_0853.py +14 -25
- githubkit/versions/v2022_11_28/models/group_0854.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0855.py +5 -45
- githubkit/versions/v2022_11_28/models/group_0856.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0857.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0858.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0859.py +120 -6
- githubkit/versions/v2022_11_28/models/group_0860.py +24 -18
- githubkit/versions/v2022_11_28/models/group_0861.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0862.py +46 -7
- githubkit/versions/v2022_11_28/models/group_0863.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0864.py +7 -45
- githubkit/versions/v2022_11_28/models/group_0865.py +14 -42
- githubkit/versions/v2022_11_28/models/group_0866.py +12 -35
- githubkit/versions/v2022_11_28/models/group_0867.py +21 -8
- githubkit/versions/v2022_11_28/models/group_0868.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0869.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0870.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0871.py +45 -6
- githubkit/versions/v2022_11_28/models/group_0872.py +42 -14
- githubkit/versions/v2022_11_28/models/group_0873.py +24 -14
- githubkit/versions/v2022_11_28/models/group_0874.py +7 -11
- githubkit/versions/v2022_11_28/models/group_0875.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0876.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0877.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0878.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0879.py +7 -29
- githubkit/versions/v2022_11_28/models/group_0880.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0881.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0882.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0883.py +8 -35
- githubkit/versions/v2022_11_28/models/group_0884.py +9 -17
- githubkit/versions/v2022_11_28/models/group_0885.py +8 -18
- githubkit/versions/v2022_11_28/models/group_0886.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0887.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0888.py +8 -74
- githubkit/versions/v2022_11_28/models/group_0889.py +7 -54
- githubkit/versions/v2022_11_28/models/group_0890.py +29 -37
- githubkit/versions/v2022_11_28/models/group_0891.py +11 -172
- githubkit/versions/v2022_11_28/models/group_0892.py +13 -5
- githubkit/versions/v2022_11_28/models/group_0893.py +7 -180
- githubkit/versions/v2022_11_28/models/group_0894.py +6 -16
- githubkit/versions/v2022_11_28/models/group_0895.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0896.py +42 -16
- githubkit/versions/v2022_11_28/models/group_0897.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0898.py +8 -20
- githubkit/versions/v2022_11_28/models/group_0899.py +74 -8
- githubkit/versions/v2022_11_28/models/group_0900.py +53 -7
- githubkit/versions/v2022_11_28/models/group_0901.py +35 -29
- githubkit/versions/v2022_11_28/models/group_0902.py +169 -14
- githubkit/versions/v2022_11_28/models/group_0903.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0904.py +180 -6
- githubkit/versions/v2022_11_28/models/group_0905.py +17 -8
- githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +21 -8
- githubkit/versions/v2022_11_28/models/group_0908.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0909.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0910.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0911.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0912.py +36 -7
- githubkit/versions/v2022_11_28/models/group_0913.py +17 -24
- githubkit/versions/v2022_11_28/models/group_0914.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0916.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0917.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0918.py +8 -43
- githubkit/versions/v2022_11_28/models/group_0919.py +9 -20
- githubkit/versions/v2022_11_28/models/group_0920.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0921.py +11 -4
- githubkit/versions/v2022_11_28/models/group_0922.py +8 -26
- githubkit/versions/v2022_11_28/models/group_0923.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0924.py +25 -7
- githubkit/versions/v2022_11_28/models/group_0925.py +13 -33
- githubkit/versions/v2022_11_28/models/group_0926.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0927.py +10 -4
- githubkit/versions/v2022_11_28/models/group_0928.py +42 -6
- githubkit/versions/v2022_11_28/models/group_0929.py +36 -14
- githubkit/versions/v2022_11_28/models/group_0930.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0931.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0932.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0933.py +20 -28
- githubkit/versions/v2022_11_28/models/group_0934.py +14 -31
- githubkit/versions/v2022_11_28/models/group_0935.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0936.py +30 -18
- githubkit/versions/v2022_11_28/models/group_0937.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0938.py +5 -15
- githubkit/versions/v2022_11_28/models/group_0939.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0940.py +14 -109
- githubkit/versions/v2022_11_28/models/group_0941.py +9 -79
- githubkit/versions/v2022_11_28/models/group_0942.py +12 -84
- githubkit/versions/v2022_11_28/models/group_0943.py +7 -34
- githubkit/versions/v2022_11_28/models/group_0944.py +30 -14
- githubkit/versions/v2022_11_28/models/group_0945.py +21 -14
- githubkit/versions/v2022_11_28/models/group_0946.py +12 -43
- githubkit/versions/v2022_11_28/models/group_0947.py +23 -18
- githubkit/versions/v2022_11_28/models/group_0948.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0949.py +11 -12
- githubkit/versions/v2022_11_28/models/group_0950.py +15 -6
- githubkit/versions/v2022_11_28/models/group_0951.py +115 -10
- githubkit/versions/v2022_11_28/models/group_0952.py +82 -16
- githubkit/versions/v2022_11_28/models/group_0953.py +83 -8
- githubkit/versions/v2022_11_28/models/group_0954.py +32 -7
- githubkit/versions/v2022_11_28/models/group_0955.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0956.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0957.py +33 -6
- githubkit/versions/v2022_11_28/models/group_0958.py +24 -7
- githubkit/versions/v2022_11_28/models/group_0959.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0960.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0961.py +5 -14
- githubkit/versions/v2022_11_28/models/group_0962.py +14 -4
- githubkit/versions/v2022_11_28/models/group_0963.py +17 -22
- githubkit/versions/v2022_11_28/models/group_0964.py +11 -23
- githubkit/versions/v2022_11_28/models/group_0965.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0966.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0968.py +8 -21
- githubkit/versions/v2022_11_28/models/group_0969.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0970.py +12 -4
- githubkit/versions/v2022_11_28/models/group_0971.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0972.py +9 -18
- githubkit/versions/v2022_11_28/models/group_0973.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0974.py +22 -9
- githubkit/versions/v2022_11_28/models/group_0975.py +23 -5
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0977.py +6 -275
- githubkit/versions/v2022_11_28/models/group_0978.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0979.py +21 -7
- githubkit/versions/v2022_11_28/models/group_0980.py +7 -15
- githubkit/versions/v2022_11_28/models/group_0981.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0982.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0983.py +17 -9
- githubkit/versions/v2022_11_28/models/group_0984.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0985.py +9 -17
- githubkit/versions/v2022_11_28/models/group_0986.py +6 -9
- githubkit/versions/v2022_11_28/models/group_0987.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0988.py +275 -7
- githubkit/versions/v2022_11_28/models/group_0989.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0990.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0992.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0993.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0994.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0995.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0996.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0998.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0999.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1000.py +7 -35
- githubkit/versions/v2022_11_28/models/group_1001.py +9 -29
- githubkit/versions/v2022_11_28/models/group_1002.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1003.py +13 -45
- githubkit/versions/v2022_11_28/models/group_1004.py +7 -5
- githubkit/versions/v2022_11_28/models/group_1005.py +7 -77
- githubkit/versions/v2022_11_28/models/group_1006.py +8 -16
- githubkit/versions/v2022_11_28/models/group_1007.py +8 -214
- githubkit/versions/v2022_11_28/models/group_1008.py +7 -91
- githubkit/versions/v2022_11_28/models/group_1009.py +12 -47
- githubkit/versions/v2022_11_28/models/group_1010.py +8 -15
- githubkit/versions/v2022_11_28/models/group_1011.py +32 -11
- githubkit/versions/v2022_11_28/models/group_1012.py +27 -13
- githubkit/versions/v2022_11_28/models/group_1013.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1014.py +44 -10
- githubkit/versions/v2022_11_28/models/group_1015.py +7 -11
- githubkit/versions/v2022_11_28/models/group_1016.py +78 -8
- githubkit/versions/v2022_11_28/models/group_1017.py +16 -11
- githubkit/versions/v2022_11_28/models/group_1018.py +211 -7
- githubkit/versions/v2022_11_28/models/group_1019.py +90 -7
- githubkit/versions/v2022_11_28/models/group_1020.py +42 -10
- githubkit/versions/v2022_11_28/models/group_1021.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1022.py +15 -5
- githubkit/versions/v2022_11_28/models/group_1023.py +13 -102
- githubkit/versions/v2022_11_28/models/group_1024.py +10 -54
- githubkit/versions/v2022_11_28/models/group_1025.py +10 -59
- githubkit/versions/v2022_11_28/models/group_1026.py +9 -100
- githubkit/versions/v2022_11_28/models/group_1027.py +9 -57
- githubkit/versions/v2022_11_28/models/group_1028.py +11 -60
- githubkit/versions/v2022_11_28/models/group_1029.py +11 -5
- githubkit/versions/v2022_11_28/models/group_1030.py +8 -27
- githubkit/versions/v2022_11_28/models/group_1031.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1032.py +15 -33
- githubkit/versions/v2022_11_28/models/group_1033.py +12 -34
- githubkit/versions/v2022_11_28/models/group_1034.py +95 -17
- githubkit/versions/v2022_11_28/models/group_1035.py +46 -18
- githubkit/versions/v2022_11_28/models/group_1036.py +46 -24
- githubkit/versions/v2022_11_28/models/group_1037.py +102 -8
- githubkit/versions/v2022_11_28/models/group_1038.py +40 -32
- githubkit/versions/v2022_11_28/models/group_1039.py +58 -22
- githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1041.py +20 -19
- githubkit/versions/v2022_11_28/models/group_1042.py +7 -22
- githubkit/versions/v2022_11_28/models/group_1043.py +22 -9
- githubkit/versions/v2022_11_28/models/group_1044.py +24 -7
- githubkit/versions/v2022_11_28/models/group_1045.py +34 -12
- githubkit/versions/v2022_11_28/models/group_1046.py +25 -9
- githubkit/versions/v2022_11_28/models/group_1047.py +32 -11
- githubkit/versions/v2022_11_28/models/group_1048.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1049.py +35 -47
- githubkit/versions/v2022_11_28/models/group_1050.py +17 -47
- githubkit/versions/v2022_11_28/models/group_1051.py +14 -30
- githubkit/versions/v2022_11_28/models/group_1052.py +20 -16
- githubkit/versions/v2022_11_28/models/group_1053.py +23 -14
- githubkit/versions/v2022_11_28/models/group_1054.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1055.py +7 -46
- githubkit/versions/v2022_11_28/models/group_1056.py +5 -7
- githubkit/versions/v2022_11_28/models/group_1057.py +7 -33
- githubkit/versions/v2022_11_28/models/group_1058.py +13 -24
- githubkit/versions/v2022_11_28/models/group_1059.py +7 -48
- githubkit/versions/v2022_11_28/models/group_1060.py +48 -26
- githubkit/versions/v2022_11_28/models/group_1061.py +48 -10
- githubkit/versions/v2022_11_28/models/group_1062.py +20 -19
- githubkit/versions/v2022_11_28/models/group_1063.py +22 -7
- githubkit/versions/v2022_11_28/models/group_1064.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1065.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1066.py +50 -7
- githubkit/versions/v2022_11_28/models/group_1067.py +5 -6
- githubkit/versions/v2022_11_28/models/group_1068.py +29 -10
- githubkit/versions/v2022_11_28/models/group_1069.py +25 -8
- githubkit/versions/v2022_11_28/models/group_1070.py +31 -53
- githubkit/versions/v2022_11_28/models/group_1071.py +38 -7
- githubkit/versions/v2022_11_28/models/group_1072.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1073.py +15 -33
- githubkit/versions/v2022_11_28/models/group_1074.py +14 -48
- githubkit/versions/v2022_11_28/models/group_1075.py +8 -47
- githubkit/versions/v2022_11_28/models/group_1076.py +14 -35
- githubkit/versions/v2022_11_28/models/group_1077.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1078.py +6 -23
- githubkit/versions/v2022_11_28/models/group_1079.py +10 -16
- githubkit/versions/v2022_11_28/models/group_1080.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1081.py +69 -7
- githubkit/versions/v2022_11_28/models/group_1082.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1083.py +8 -11
- githubkit/versions/v2022_11_28/models/group_1084.py +28 -29
- githubkit/versions/v2022_11_28/models/group_1085.py +48 -11
- githubkit/versions/v2022_11_28/models/group_1086.py +46 -9
- githubkit/versions/v2022_11_28/models/group_1087.py +17 -43
- githubkit/versions/v2022_11_28/models/group_1088.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1089.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1090.py +30 -11
- githubkit/versions/v2022_11_28/models/group_1091.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1092.py +10 -20
- githubkit/versions/v2022_11_28/models/group_1093.py +4 -8
- githubkit/versions/v2022_11_28/models/group_1094.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1095.py +35 -12
- githubkit/versions/v2022_11_28/models/group_1096.py +5 -5
- githubkit/versions/v2022_11_28/models/group_1097.py +8 -11
- githubkit/versions/v2022_11_28/models/group_1098.py +52 -8
- githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
- githubkit/versions/v2022_11_28/models/group_1100.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1101.py +5 -15
- githubkit/versions/v2022_11_28/models/group_1102.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1103.py +18 -16
- githubkit/versions/v2022_11_28/models/group_1104.py +5 -18
- githubkit/versions/v2022_11_28/models/group_1105.py +11 -7
- githubkit/versions/v2022_11_28/models/group_1106.py +18 -15
- githubkit/versions/v2022_11_28/models/group_1107.py +5 -21
- githubkit/versions/v2022_11_28/models/group_1108.py +9 -18
- githubkit/versions/v2022_11_28/models/group_1109.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1110.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1111.py +11 -13
- githubkit/versions/v2022_11_28/models/group_1112.py +9 -21
- githubkit/versions/v2022_11_28/models/group_1113.py +8 -22
- githubkit/versions/v2022_11_28/models/group_1114.py +10 -20
- githubkit/versions/v2022_11_28/models/group_1115.py +10 -20
- githubkit/versions/v2022_11_28/models/group_1116.py +6 -26
- githubkit/versions/v2022_11_28/models/group_1117.py +11 -13
- githubkit/versions/v2022_11_28/models/group_1118.py +14 -10
- githubkit/versions/v2022_11_28/models/group_1119.py +16 -10
- githubkit/versions/v2022_11_28/models/group_1120.py +8 -24
- githubkit/versions/v2022_11_28/models/group_1121.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1122.py +14 -9
- githubkit/versions/v2022_11_28/models/group_1123.py +25 -7
- githubkit/versions/v2022_11_28/models/group_1124.py +18 -27
- githubkit/versions/v2022_11_28/models/group_1125.py +27 -5
- githubkit/versions/v2022_11_28/models/group_1126.py +26 -9
- githubkit/versions/v2022_11_28/models/group_1127.py +19 -18
- githubkit/versions/v2022_11_28/models/group_1128.py +11 -38
- githubkit/versions/v2022_11_28/models/group_1129.py +10 -35
- githubkit/versions/v2022_11_28/models/group_1130.py +17 -5
- githubkit/versions/v2022_11_28/models/group_1131.py +21 -14
- githubkit/versions/v2022_11_28/models/group_1132.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1133.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1134.py +8 -11
- githubkit/versions/v2022_11_28/models/group_1135.py +31 -8
- githubkit/versions/v2022_11_28/models/group_1136.py +5 -12
- githubkit/versions/v2022_11_28/models/group_1137.py +7 -43
- githubkit/versions/v2022_11_28/models/group_1138.py +32 -11
- githubkit/versions/v2022_11_28/models/group_1139.py +40 -7
- githubkit/versions/v2022_11_28/models/group_1140.py +36 -8
- githubkit/versions/v2022_11_28/models/group_1141.py +5 -10
- githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
- githubkit/versions/v2022_11_28/models/group_1143.py +10 -39
- githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1145.py +8 -17
- githubkit/versions/v2022_11_28/models/group_1146.py +8 -29
- githubkit/versions/v2022_11_28/models/group_1147.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1148.py +43 -73
- githubkit/versions/v2022_11_28/models/group_1149.py +5 -78
- githubkit/versions/v2022_11_28/models/group_1150.py +8 -17
- githubkit/versions/v2022_11_28/models/group_1151.py +10 -8
- githubkit/versions/v2022_11_28/models/group_1152.py +6 -18
- githubkit/versions/v2022_11_28/models/group_1153.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1154.py +36 -6
- githubkit/versions/v2022_11_28/models/group_1155.py +11 -6
- githubkit/versions/v2022_11_28/models/group_1156.py +15 -10
- githubkit/versions/v2022_11_28/models/group_1157.py +24 -13
- githubkit/versions/v2022_11_28/models/group_1158.py +7 -27
- githubkit/versions/v2022_11_28/models/group_1159.py +73 -8
- githubkit/versions/v2022_11_28/models/group_1160.py +74 -8
- githubkit/versions/v2022_11_28/models/group_1161.py +21 -5
- githubkit/versions/v2022_11_28/models/group_1162.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1163.py +20 -15
- githubkit/versions/v2022_11_28/models/group_1164.py +13 -10
- githubkit/versions/v2022_11_28/models/group_1165.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1166.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1167.py +14 -6
- githubkit/versions/v2022_11_28/models/group_1168.py +18 -8
- githubkit/versions/v2022_11_28/models/group_1169.py +21 -22
- githubkit/versions/v2022_11_28/models/group_1170.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1171.py +8 -46
- githubkit/versions/v2022_11_28/models/group_1172.py +5 -47
- githubkit/versions/v2022_11_28/models/group_1173.py +5 -34
- githubkit/versions/v2022_11_28/models/group_1174.py +15 -16
- githubkit/versions/v2022_11_28/models/group_1175.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1176.py +10 -6
- githubkit/versions/v2022_11_28/models/group_1177.py +8 -12
- githubkit/versions/v2022_11_28/models/group_1178.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1179.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1180.py +28 -7
- githubkit/versions/v2022_11_28/models/group_1181.py +8 -12
- githubkit/versions/v2022_11_28/models/group_1182.py +50 -17
- githubkit/versions/v2022_11_28/models/group_1183.py +44 -7
- githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
- githubkit/versions/v2022_11_28/models/group_1185.py +16 -9
- githubkit/versions/v2022_11_28/models/group_1186.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1187.py +6 -12
- githubkit/versions/v2022_11_28/models/group_1188.py +15 -8
- githubkit/versions/v2022_11_28/models/group_1189.py +14 -45
- githubkit/versions/v2022_11_28/models/group_1190.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1191.py +6 -87
- githubkit/versions/v2022_11_28/models/group_1192.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1193.py +14 -9
- githubkit/versions/v2022_11_28/models/group_1194.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1195.py +8 -77
- githubkit/versions/v2022_11_28/models/group_1196.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1197.py +21 -0
- githubkit/versions/v2022_11_28/models/group_1198.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1199.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1200.py +59 -0
- githubkit/versions/v2022_11_28/models/group_1201.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1202.py +110 -0
- githubkit/versions/v2022_11_28/models/group_1203.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1204.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1205.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1206.py +35 -0
- 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 +766 -0
- githubkit/versions/v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/v2022_11_28/rest/apps.py +176 -0
- 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 +510 -0
- 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 +947 -0
- githubkit/versions/v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/v2022_11_28/rest/private_registries.py +44 -4
- 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 +1048 -0
- githubkit/versions/v2022_11_28/rest/search.py +28 -0
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +64 -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 +739 -2
- githubkit/versions/v2022_11_28/types/__init__.py +4581 -4499
- githubkit/versions/v2022_11_28/types/group_0010.py +0 -3
- githubkit/versions/v2022_11_28/types/group_0020.py +12 -0
- githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
- githubkit/versions/v2022_11_28/types/group_0038.py +98 -42
- githubkit/versions/v2022_11_28/types/group_0039.py +43 -25
- githubkit/versions/v2022_11_28/types/group_0040.py +22 -24
- githubkit/versions/v2022_11_28/types/group_0041.py +75 -14
- githubkit/versions/v2022_11_28/types/group_0042.py +15 -87
- githubkit/versions/v2022_11_28/types/group_0043.py +16 -28
- githubkit/versions/v2022_11_28/types/group_0044.py +15 -69
- githubkit/versions/v2022_11_28/types/group_0045.py +93 -41
- githubkit/versions/v2022_11_28/types/group_0046.py +29 -33
- githubkit/versions/v2022_11_28/types/group_0047.py +54 -49
- githubkit/versions/v2022_11_28/types/group_0048.py +40 -105
- githubkit/versions/v2022_11_28/types/group_0049.py +34 -22
- githubkit/versions/v2022_11_28/types/group_0050.py +50 -14
- githubkit/versions/v2022_11_28/types/group_0051.py +109 -6
- githubkit/versions/v2022_11_28/types/group_0052.py +25 -18
- githubkit/versions/v2022_11_28/types/group_0053.py +26 -20
- githubkit/versions/v2022_11_28/types/group_0054.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0055.py +19 -26
- githubkit/versions/v2022_11_28/types/group_0056.py +21 -67
- githubkit/versions/v2022_11_28/types/group_0057.py +19 -70
- githubkit/versions/v2022_11_28/types/group_0058.py +20 -129
- githubkit/versions/v2022_11_28/types/group_0059.py +60 -24
- githubkit/versions/v2022_11_28/types/group_0060.py +71 -13
- githubkit/versions/v2022_11_28/types/group_0061.py +141 -13
- githubkit/versions/v2022_11_28/types/group_0062.py +26 -19
- githubkit/versions/v2022_11_28/types/group_0063.py +10 -74
- githubkit/versions/v2022_11_28/types/group_0064.py +19 -5
- githubkit/versions/v2022_11_28/types/group_0065.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0066.py +18 -43
- githubkit/versions/v2022_11_28/types/group_0067.py +87 -11
- githubkit/versions/v2022_11_28/types/group_0068.py +5 -17
- githubkit/versions/v2022_11_28/types/group_0069.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0070.py +48 -8
- githubkit/versions/v2022_11_28/types/group_0071.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0072.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0073.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0074.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0075.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0076.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0077.py +6 -27
- githubkit/versions/v2022_11_28/types/group_0078.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0079.py +12 -16
- githubkit/versions/v2022_11_28/types/group_0080.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0081.py +17 -25
- githubkit/versions/v2022_11_28/types/group_0082.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0083.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0084.py +28 -35
- githubkit/versions/v2022_11_28/types/group_0085.py +31 -26
- githubkit/versions/v2022_11_28/types/group_0086.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0087.py +7 -85
- githubkit/versions/v2022_11_28/types/group_0088.py +41 -10
- githubkit/versions/v2022_11_28/types/group_0089.py +31 -35
- githubkit/versions/v2022_11_28/types/group_0090.py +11 -49
- githubkit/versions/v2022_11_28/types/group_0091.py +74 -172
- githubkit/versions/v2022_11_28/types/group_0092.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0093.py +31 -19
- githubkit/versions/v2022_11_28/types/group_0094.py +51 -18
- githubkit/versions/v2022_11_28/types/group_0095.py +176 -23
- githubkit/versions/v2022_11_28/types/group_0096.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0097.py +22 -11
- githubkit/versions/v2022_11_28/types/group_0098.py +21 -8
- githubkit/versions/v2022_11_28/types/group_0099.py +30 -6
- githubkit/versions/v2022_11_28/types/group_0100.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0101.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0102.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0103.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0104.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0105.py +10 -25
- githubkit/versions/v2022_11_28/types/group_0106.py +11 -29
- githubkit/versions/v2022_11_28/types/group_0107.py +11 -29
- githubkit/versions/v2022_11_28/types/group_0108.py +15 -37
- githubkit/versions/v2022_11_28/types/group_0109.py +23 -30
- githubkit/versions/v2022_11_28/types/group_0110.py +22 -37
- githubkit/versions/v2022_11_28/types/group_0111.py +22 -55
- githubkit/versions/v2022_11_28/types/group_0112.py +28 -54
- githubkit/versions/v2022_11_28/types/group_0113.py +33 -15
- githubkit/versions/v2022_11_28/types/group_0114.py +37 -18
- githubkit/versions/v2022_11_28/types/group_0115.py +64 -16
- githubkit/versions/v2022_11_28/types/group_0116.py +61 -13
- githubkit/versions/v2022_11_28/types/group_0117.py +14 -8
- githubkit/versions/v2022_11_28/types/group_0118.py +25 -12
- githubkit/versions/v2022_11_28/types/group_0119.py +17 -10
- githubkit/versions/v2022_11_28/types/group_0120.py +13 -140
- githubkit/versions/v2022_11_28/types/group_0121.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0122.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0123.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0124.py +140 -11
- githubkit/versions/v2022_11_28/types/group_0125.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0126.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0127.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0128.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0129.py +6 -22
- githubkit/versions/v2022_11_28/types/group_0130.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0131.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0132.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0133.py +15 -33
- githubkit/versions/v2022_11_28/types/group_0134.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0135.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0136.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0137.py +37 -8
- githubkit/versions/v2022_11_28/types/group_0138.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0139.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0140.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0141.py +8 -21
- githubkit/versions/v2022_11_28/types/group_0142.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0143.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0144.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0145.py +18 -13
- githubkit/versions/v2022_11_28/types/group_0146.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0147.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0148.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0149.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0150.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0151.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0152.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0153.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0154.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0155.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0156.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0157.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0158.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0159.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0160.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0161.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0162.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0163.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0164.py +10 -6
- githubkit/versions/v2022_11_28/types/group_0165.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0166.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0167.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0168.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0169.py +9 -108
- githubkit/versions/v2022_11_28/types/group_0170.py +19 -15
- githubkit/versions/v2022_11_28/types/group_0171.py +11 -40
- githubkit/versions/v2022_11_28/types/group_0172.py +18 -9
- githubkit/versions/v2022_11_28/types/group_0173.py +109 -6
- githubkit/versions/v2022_11_28/types/group_0174.py +16 -11
- githubkit/versions/v2022_11_28/types/group_0175.py +42 -6
- githubkit/versions/v2022_11_28/types/group_0176.py +11 -4
- githubkit/versions/v2022_11_28/types/group_0177.py +9 -24
- githubkit/versions/v2022_11_28/types/group_0178.py +10 -132
- githubkit/versions/v2022_11_28/types/group_0179.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0180.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0181.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0182.py +130 -8
- githubkit/versions/v2022_11_28/types/group_0183.py +25 -97
- githubkit/versions/v2022_11_28/types/group_0184.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0185.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0186.py +10 -17
- githubkit/versions/v2022_11_28/types/group_0187.py +100 -8
- githubkit/versions/v2022_11_28/types/group_0188.py +22 -28
- githubkit/versions/v2022_11_28/types/group_0189.py +16 -105
- githubkit/versions/v2022_11_28/types/group_0190.py +11 -16
- githubkit/versions/v2022_11_28/types/group_0191.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0192.py +34 -9
- githubkit/versions/v2022_11_28/types/group_0193.py +114 -8
- githubkit/versions/v2022_11_28/types/group_0194.py +23 -11
- githubkit/versions/v2022_11_28/types/group_0195.py +15 -16
- githubkit/versions/v2022_11_28/types/group_0196.py +11 -33
- githubkit/versions/v2022_11_28/types/group_0197.py +8 -25
- githubkit/versions/v2022_11_28/types/group_0198.py +10 -57
- githubkit/versions/v2022_11_28/types/group_0199.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0200.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0201.py +24 -8
- githubkit/versions/v2022_11_28/types/group_0202.py +58 -7
- githubkit/versions/v2022_11_28/types/group_0203.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0204.py +8 -44
- githubkit/versions/v2022_11_28/types/group_0205.py +6 -36
- githubkit/versions/v2022_11_28/types/group_0206.py +7 -63
- githubkit/versions/v2022_11_28/types/group_0207.py +5 -29
- githubkit/versions/v2022_11_28/types/group_0208.py +46 -5
- githubkit/versions/v2022_11_28/types/group_0209.py +39 -8
- githubkit/versions/v2022_11_28/types/group_0210.py +55 -29
- githubkit/versions/v2022_11_28/types/group_0211.py +23 -31
- githubkit/versions/v2022_11_28/types/group_0212.py +6 -77
- githubkit/versions/v2022_11_28/types/group_0213.py +7 -39
- githubkit/versions/v2022_11_28/types/group_0214.py +34 -22
- githubkit/versions/v2022_11_28/types/group_0215.py +35 -8
- githubkit/versions/v2022_11_28/types/group_0216.py +75 -7
- githubkit/versions/v2022_11_28/types/group_0217.py +37 -20
- githubkit/versions/v2022_11_28/types/group_0218.py +24 -27
- githubkit/versions/v2022_11_28/types/group_0219.py +9 -118
- githubkit/versions/v2022_11_28/types/group_0220.py +6 -127
- githubkit/versions/v2022_11_28/types/group_0221.py +19 -20
- githubkit/versions/v2022_11_28/types/group_0222.py +26 -8
- githubkit/versions/v2022_11_28/types/group_0223.py +119 -9
- githubkit/versions/v2022_11_28/types/group_0224.py +126 -17
- githubkit/versions/v2022_11_28/types/group_0225.py +13 -40
- githubkit/versions/v2022_11_28/types/group_0226.py +9 -23
- githubkit/versions/v2022_11_28/types/group_0227.py +10 -28
- githubkit/versions/v2022_11_28/types/group_0228.py +17 -121
- githubkit/versions/v2022_11_28/types/group_0229.py +50 -19
- githubkit/versions/v2022_11_28/types/group_0230.py +16 -21
- githubkit/versions/v2022_11_28/types/group_0231.py +26 -24
- githubkit/versions/v2022_11_28/types/group_0232.py +110 -48
- githubkit/versions/v2022_11_28/types/group_0233.py +19 -17
- githubkit/versions/v2022_11_28/types/group_0234.py +22 -53
- githubkit/versions/v2022_11_28/types/group_0235.py +24 -28
- githubkit/versions/v2022_11_28/types/group_0236.py +57 -23
- githubkit/versions/v2022_11_28/types/group_0237.py +23 -52
- githubkit/versions/v2022_11_28/types/group_0238.py +59 -7
- githubkit/versions/v2022_11_28/types/group_0239.py +27 -6
- githubkit/versions/v2022_11_28/types/group_0240.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0241.py +43 -18
- githubkit/versions/v2022_11_28/types/group_0242.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0243.py +6 -18
- githubkit/versions/v2022_11_28/types/group_0244.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0245.py +21 -7
- githubkit/versions/v2022_11_28/types/group_0246.py +10 -35
- githubkit/versions/v2022_11_28/types/group_0247.py +19 -12
- githubkit/versions/v2022_11_28/types/group_0248.py +12 -25
- githubkit/versions/v2022_11_28/types/group_0249.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0250.py +29 -26
- githubkit/versions/v2022_11_28/types/group_0251.py +13 -26
- githubkit/versions/v2022_11_28/types/group_0252.py +26 -9
- githubkit/versions/v2022_11_28/types/group_0253.py +16 -5
- githubkit/versions/v2022_11_28/types/group_0254.py +34 -9
- githubkit/versions/v2022_11_28/types/group_0255.py +23 -18
- githubkit/versions/v2022_11_28/types/group_0256.py +8 -21
- githubkit/versions/v2022_11_28/types/group_0257.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0258.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0259.py +21 -54
- githubkit/versions/v2022_11_28/types/group_0260.py +16 -42
- githubkit/versions/v2022_11_28/types/group_0261.py +5 -17
- githubkit/versions/v2022_11_28/types/group_0262.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0263.py +53 -11
- githubkit/versions/v2022_11_28/types/group_0264.py +22 -48
- githubkit/versions/v2022_11_28/types/group_0265.py +12 -18
- githubkit/versions/v2022_11_28/types/group_0266.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0267.py +13 -36
- githubkit/versions/v2022_11_28/types/group_0268.py +67 -12
- githubkit/versions/v2022_11_28/types/group_0269.py +19 -34
- githubkit/versions/v2022_11_28/types/group_0270.py +13 -23
- githubkit/versions/v2022_11_28/types/group_0271.py +25 -45
- githubkit/versions/v2022_11_28/types/group_0272.py +21 -27
- githubkit/versions/v2022_11_28/types/group_0273.py +33 -25
- githubkit/versions/v2022_11_28/types/group_0274.py +23 -29
- githubkit/versions/v2022_11_28/types/group_0275.py +39 -12
- githubkit/versions/v2022_11_28/types/group_0276.py +21 -93
- githubkit/versions/v2022_11_28/types/group_0277.py +25 -37
- githubkit/versions/v2022_11_28/types/group_0278.py +30 -30
- githubkit/versions/v2022_11_28/types/group_0279.py +28 -32
- githubkit/versions/v2022_11_28/types/group_0280.py +96 -11
- githubkit/versions/v2022_11_28/types/group_0281.py +40 -22
- githubkit/versions/v2022_11_28/types/group_0282.py +26 -69
- githubkit/versions/v2022_11_28/types/group_0283.py +39 -12
- githubkit/versions/v2022_11_28/types/group_0284.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0285.py +21 -22
- githubkit/versions/v2022_11_28/types/group_0286.py +59 -37
- githubkit/versions/v2022_11_28/types/group_0287.py +12 -34
- githubkit/versions/v2022_11_28/types/group_0288.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0289.py +18 -50
- githubkit/versions/v2022_11_28/types/group_0290.py +50 -12
- githubkit/versions/v2022_11_28/types/group_0291.py +30 -11
- githubkit/versions/v2022_11_28/types/group_0292.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0293.py +59 -4
- githubkit/versions/v2022_11_28/types/group_0294.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0295.py +8 -27
- githubkit/versions/v2022_11_28/types/group_0296.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0297.py +5 -15
- githubkit/versions/v2022_11_28/types/group_0298.py +7 -69
- githubkit/versions/v2022_11_28/types/group_0299.py +21 -14
- githubkit/versions/v2022_11_28/types/group_0300.py +5 -33
- githubkit/versions/v2022_11_28/types/group_0301.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0302.py +71 -6
- githubkit/versions/v2022_11_28/types/group_0303.py +18 -20
- githubkit/versions/v2022_11_28/types/group_0304.py +28 -50
- githubkit/versions/v2022_11_28/types/group_0305.py +23 -12
- githubkit/versions/v2022_11_28/types/group_0306.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0307.py +16 -98
- githubkit/versions/v2022_11_28/types/group_0308.py +50 -22
- githubkit/versions/v2022_11_28/types/group_0309.py +9 -26
- githubkit/versions/v2022_11_28/types/group_0310.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0311.py +95 -11
- githubkit/versions/v2022_11_28/types/group_0312.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0313.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0314.py +9 -18
- githubkit/versions/v2022_11_28/types/group_0315.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0316.py +16 -10
- githubkit/versions/v2022_11_28/types/group_0317.py +11 -14
- githubkit/versions/v2022_11_28/types/group_0318.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0319.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0320.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0321.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0322.py +8 -22
- githubkit/versions/v2022_11_28/types/group_0323.py +27 -30
- githubkit/versions/v2022_11_28/types/group_0324.py +32 -14
- githubkit/versions/v2022_11_28/types/group_0325.py +33 -6
- githubkit/versions/v2022_11_28/types/group_0326.py +23 -62
- githubkit/versions/v2022_11_28/types/group_0327.py +18 -38
- githubkit/versions/v2022_11_28/types/group_0328.py +9 -87
- githubkit/versions/v2022_11_28/types/group_0329.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0330.py +69 -16
- githubkit/versions/v2022_11_28/types/group_0331.py +51 -14
- githubkit/versions/v2022_11_28/types/group_0332.py +91 -14
- githubkit/versions/v2022_11_28/types/group_0333.py +22 -7
- githubkit/versions/v2022_11_28/types/group_0334.py +16 -29
- githubkit/versions/v2022_11_28/types/group_0335.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0336.py +14 -52
- githubkit/versions/v2022_11_28/types/group_0337.py +7 -29
- githubkit/versions/v2022_11_28/types/group_0338.py +30 -5
- githubkit/versions/v2022_11_28/types/group_0339.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0340.py +55 -19
- githubkit/versions/v2022_11_28/types/group_0341.py +20 -72
- githubkit/versions/v2022_11_28/types/group_0342.py +6 -74
- githubkit/versions/v2022_11_28/types/group_0343.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0344.py +25 -31
- githubkit/versions/v2022_11_28/types/group_0345.py +79 -13
- githubkit/versions/v2022_11_28/types/group_0346.py +74 -7
- githubkit/versions/v2022_11_28/types/group_0347.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0348.py +18 -49
- githubkit/versions/v2022_11_28/types/group_0349.py +13 -49
- githubkit/versions/v2022_11_28/types/group_0350.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0351.py +9 -21
- githubkit/versions/v2022_11_28/types/group_0352.py +51 -30
- githubkit/versions/v2022_11_28/types/group_0353.py +48 -6
- githubkit/versions/v2022_11_28/types/group_0354.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0355.py +25 -9
- githubkit/versions/v2022_11_28/types/group_0356.py +39 -15
- githubkit/versions/v2022_11_28/types/group_0357.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0358.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0359.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0360.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0361.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0362.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0363.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0364.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0365.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0366.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0367.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0368.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0369.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0370.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0371.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0372.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0373.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0374.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0375.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0376.py +15 -38
- githubkit/versions/v2022_11_28/types/group_0377.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0378.py +10 -37
- githubkit/versions/v2022_11_28/types/group_0379.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0380.py +68 -67
- githubkit/versions/v2022_11_28/types/group_0381.py +55 -49
- githubkit/versions/v2022_11_28/types/group_0382.py +7 -74
- githubkit/versions/v2022_11_28/types/group_0383.py +34 -8
- githubkit/versions/v2022_11_28/types/group_0384.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0385.py +64 -17
- githubkit/versions/v2022_11_28/types/group_0386.py +53 -6
- githubkit/versions/v2022_11_28/types/group_0387.py +74 -13
- githubkit/versions/v2022_11_28/types/group_0388.py +10 -19
- githubkit/versions/v2022_11_28/types/group_0389.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0390.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0391.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0392.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0393.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0394.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0395.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0396.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0397.py +11 -35
- githubkit/versions/v2022_11_28/types/group_0398.py +9 -44
- githubkit/versions/v2022_11_28/types/group_0399.py +9 -34
- githubkit/versions/v2022_11_28/types/group_0400.py +9 -104
- githubkit/versions/v2022_11_28/types/group_0401.py +13 -23
- githubkit/versions/v2022_11_28/types/group_0402.py +19 -107
- githubkit/versions/v2022_11_28/types/group_0403.py +29 -59
- githubkit/versions/v2022_11_28/types/group_0404.py +27 -49
- githubkit/versions/v2022_11_28/types/group_0405.py +94 -51
- githubkit/versions/v2022_11_28/types/group_0406.py +28 -7
- githubkit/versions/v2022_11_28/types/group_0407.py +119 -12
- githubkit/versions/v2022_11_28/types/group_0408.py +58 -69
- githubkit/versions/v2022_11_28/types/group_0409.py +54 -9
- githubkit/versions/v2022_11_28/types/group_0410.py +53 -51
- githubkit/versions/v2022_11_28/types/group_0411.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0412.py +12 -29
- githubkit/versions/v2022_11_28/types/group_0413.py +84 -6
- githubkit/versions/v2022_11_28/types/group_0414.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0415.py +59 -9
- githubkit/versions/v2022_11_28/types/group_0416.py +12 -15
- githubkit/versions/v2022_11_28/types/group_0417.py +31 -6
- githubkit/versions/v2022_11_28/types/group_0418.py +8 -22
- githubkit/versions/v2022_11_28/types/group_0419.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0420.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0421.py +17 -22
- githubkit/versions/v2022_11_28/types/group_0422.py +7 -269
- githubkit/versions/v2022_11_28/types/group_0423.py +25 -46
- githubkit/versions/v2022_11_28/types/group_0424.py +22 -42
- githubkit/versions/v2022_11_28/types/group_0425.py +9 -55
- githubkit/versions/v2022_11_28/types/group_0426.py +18 -14
- githubkit/versions/v2022_11_28/types/group_0427.py +269 -11
- githubkit/versions/v2022_11_28/types/group_0428.py +45 -62
- githubkit/versions/v2022_11_28/types/group_0429.py +49 -17
- githubkit/versions/v2022_11_28/types/group_0430.py +58 -26
- githubkit/versions/v2022_11_28/types/group_0431.py +16 -71
- githubkit/versions/v2022_11_28/types/group_0432.py +8 -141
- githubkit/versions/v2022_11_28/types/group_0433.py +35 -47
- githubkit/versions/v2022_11_28/types/group_0434.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0435.py +31 -13
- githubkit/versions/v2022_11_28/types/group_0436.py +72 -7
- githubkit/versions/v2022_11_28/types/group_0437.py +85 -16
- githubkit/versions/v2022_11_28/types/group_0438.py +66 -10
- githubkit/versions/v2022_11_28/types/group_0439.py +4 -332
- githubkit/versions/v2022_11_28/types/group_0440.py +7 -53
- githubkit/versions/v2022_11_28/types/group_0441.py +6 -337
- githubkit/versions/v2022_11_28/types/group_0442.py +54 -2
- githubkit/versions/v2022_11_28/types/group_0443.py +11 -34
- githubkit/versions/v2022_11_28/types/group_0444.py +325 -25
- githubkit/versions/v2022_11_28/types/group_0445.py +44 -33
- githubkit/versions/v2022_11_28/types/group_0446.py +337 -11
- githubkit/versions/v2022_11_28/types/group_0447.py +3 -31
- githubkit/versions/v2022_11_28/types/group_0448.py +32 -36
- githubkit/versions/v2022_11_28/types/group_0449.py +31 -146
- githubkit/versions/v2022_11_28/types/group_0450.py +34 -39
- githubkit/versions/v2022_11_28/types/group_0451.py +12 -47
- githubkit/versions/v2022_11_28/types/group_0452.py +48 -8
- githubkit/versions/v2022_11_28/types/group_0453.py +44 -25
- githubkit/versions/v2022_11_28/types/group_0454.py +150 -12
- githubkit/versions/v2022_11_28/types/group_0455.py +43 -14
- githubkit/versions/v2022_11_28/types/group_0456.py +45 -19
- githubkit/versions/v2022_11_28/types/group_0457.py +10 -76
- githubkit/versions/v2022_11_28/types/group_0458.py +25 -15
- githubkit/versions/v2022_11_28/types/group_0459.py +10 -855
- githubkit/versions/v2022_11_28/types/group_0460.py +13 -115
- githubkit/versions/v2022_11_28/types/group_0461.py +18 -76
- githubkit/versions/v2022_11_28/types/group_0462.py +75 -119
- githubkit/versions/v2022_11_28/types/group_0463.py +14 -124
- githubkit/versions/v2022_11_28/types/group_0464.py +827 -20
- githubkit/versions/v2022_11_28/types/group_0465.py +119 -39
- githubkit/versions/v2022_11_28/types/group_0466.py +64 -70
- githubkit/versions/v2022_11_28/types/group_0467.py +72 -61
- githubkit/versions/v2022_11_28/types/group_0468.py +115 -23
- githubkit/versions/v2022_11_28/types/group_0469.py +44 -33
- githubkit/versions/v2022_11_28/types/group_0470.py +42 -17
- githubkit/versions/v2022_11_28/types/group_0471.py +85 -15
- githubkit/versions/v2022_11_28/types/group_0472.py +113 -17
- githubkit/versions/v2022_11_28/types/group_0473.py +32 -17
- githubkit/versions/v2022_11_28/types/group_0474.py +38 -159
- githubkit/versions/v2022_11_28/types/group_0475.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0476.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0477.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0478.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0479.py +151 -16
- githubkit/versions/v2022_11_28/types/group_0480.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0481.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0482.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0483.py +6 -257
- githubkit/versions/v2022_11_28/types/group_0484.py +16 -242
- githubkit/versions/v2022_11_28/types/group_0485.py +6 -253
- githubkit/versions/v2022_11_28/types/group_0486.py +10 -139
- githubkit/versions/v2022_11_28/types/group_0487.py +6 -182
- githubkit/versions/v2022_11_28/types/group_0488.py +219 -74
- githubkit/versions/v2022_11_28/types/group_0489.py +189 -75
- githubkit/versions/v2022_11_28/types/group_0490.py +212 -75
- githubkit/versions/v2022_11_28/types/group_0491.py +70 -36
- githubkit/versions/v2022_11_28/types/group_0492.py +136 -50
- githubkit/versions/v2022_11_28/types/group_0493.py +104 -11
- githubkit/versions/v2022_11_28/types/group_0494.py +136 -11
- githubkit/versions/v2022_11_28/types/group_0495.py +107 -14
- githubkit/versions/v2022_11_28/types/group_0496.py +106 -11
- githubkit/versions/v2022_11_28/types/group_0497.py +92 -11
- githubkit/versions/v2022_11_28/types/group_0498.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0499.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0500.py +19 -13
- githubkit/versions/v2022_11_28/types/group_0501.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0502.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0503.py +14 -13
- githubkit/versions/v2022_11_28/types/group_0504.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0505.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0506.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0507.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0508.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0509.py +13 -536
- githubkit/versions/v2022_11_28/types/group_0510.py +17 -20
- githubkit/versions/v2022_11_28/types/group_0511.py +13 -405
- githubkit/versions/v2022_11_28/types/group_0512.py +12 -402
- githubkit/versions/v2022_11_28/types/group_0513.py +12 -438
- githubkit/versions/v2022_11_28/types/group_0514.py +80 -295
- githubkit/versions/v2022_11_28/types/group_0515.py +20 -19
- githubkit/versions/v2022_11_28/types/group_0516.py +390 -32
- githubkit/versions/v2022_11_28/types/group_0517.py +402 -12
- githubkit/versions/v2022_11_28/types/group_0518.py +438 -14
- githubkit/versions/v2022_11_28/types/group_0519.py +750 -14
- githubkit/versions/v2022_11_28/types/group_0520.py +11 -28
- githubkit/versions/v2022_11_28/types/group_0521.py +43 -9
- githubkit/versions/v2022_11_28/types/group_0522.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0523.py +11 -34
- githubkit/versions/v2022_11_28/types/group_0524.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0525.py +28 -9
- githubkit/versions/v2022_11_28/types/group_0526.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0527.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0528.py +34 -11
- githubkit/versions/v2022_11_28/types/group_0529.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0530.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0531.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0532.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0533.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0534.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0535.py +15 -141
- githubkit/versions/v2022_11_28/types/group_0536.py +19 -140
- githubkit/versions/v2022_11_28/types/group_0537.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0538.py +17 -112
- githubkit/versions/v2022_11_28/types/group_0539.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0540.py +135 -23
- githubkit/versions/v2022_11_28/types/group_0541.py +139 -18
- githubkit/versions/v2022_11_28/types/group_0542.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0543.py +112 -18
- githubkit/versions/v2022_11_28/types/group_0544.py +7 -36
- githubkit/versions/v2022_11_28/types/group_0545.py +19 -26
- githubkit/versions/v2022_11_28/types/group_0546.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0547.py +14 -81
- githubkit/versions/v2022_11_28/types/group_0548.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0549.py +32 -15
- githubkit/versions/v2022_11_28/types/group_0550.py +31 -72
- githubkit/versions/v2022_11_28/types/group_0551.py +18 -147
- githubkit/versions/v2022_11_28/types/group_0552.py +62 -129
- githubkit/versions/v2022_11_28/types/group_0553.py +18 -52
- githubkit/versions/v2022_11_28/types/group_0554.py +23 -29
- githubkit/versions/v2022_11_28/types/group_0555.py +68 -20
- githubkit/versions/v2022_11_28/types/group_0556.py +120 -49
- githubkit/versions/v2022_11_28/types/group_0557.py +144 -24
- githubkit/versions/v2022_11_28/types/group_0558.py +54 -7
- githubkit/versions/v2022_11_28/types/group_0559.py +2 -115
- githubkit/versions/v2022_11_28/types/group_0560.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0561.py +79 -29
- githubkit/versions/v2022_11_28/types/group_0562.py +37 -24
- githubkit/versions/v2022_11_28/types/group_0563.py +7 -149
- githubkit/versions/v2022_11_28/types/group_0564.py +81 -95
- githubkit/versions/v2022_11_28/types/group_0565.py +21 -47
- githubkit/versions/v2022_11_28/types/group_0566.py +31 -30
- githubkit/versions/v2022_11_28/types/group_0567.py +26 -36
- githubkit/versions/v2022_11_28/types/group_0568.py +120 -49
- githubkit/versions/v2022_11_28/types/group_0569.py +144 -24
- githubkit/versions/v2022_11_28/types/group_0570.py +54 -7
- githubkit/versions/v2022_11_28/types/group_0571.py +2 -116
- githubkit/versions/v2022_11_28/types/group_0572.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0573.py +79 -29
- githubkit/versions/v2022_11_28/types/group_0574.py +37 -26
- githubkit/versions/v2022_11_28/types/group_0575.py +7 -147
- githubkit/versions/v2022_11_28/types/group_0576.py +81 -92
- githubkit/versions/v2022_11_28/types/group_0577.py +21 -47
- githubkit/versions/v2022_11_28/types/group_0578.py +31 -30
- githubkit/versions/v2022_11_28/types/group_0579.py +28 -36
- githubkit/versions/v2022_11_28/types/group_0580.py +118 -48
- githubkit/versions/v2022_11_28/types/group_0581.py +142 -24
- githubkit/versions/v2022_11_28/types/group_0582.py +54 -7
- githubkit/versions/v2022_11_28/types/group_0583.py +2 -115
- githubkit/versions/v2022_11_28/types/group_0584.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0585.py +78 -29
- githubkit/versions/v2022_11_28/types/group_0586.py +37 -24
- githubkit/versions/v2022_11_28/types/group_0587.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0588.py +72 -111
- githubkit/versions/v2022_11_28/types/group_0589.py +14 -169
- githubkit/versions/v2022_11_28/types/group_0590.py +31 -30
- githubkit/versions/v2022_11_28/types/group_0591.py +19 -25
- githubkit/versions/v2022_11_28/types/group_0592.py +17 -75
- githubkit/versions/v2022_11_28/types/group_0593.py +169 -23
- githubkit/versions/v2022_11_28/types/group_0594.py +174 -13
- githubkit/versions/v2022_11_28/types/group_0595.py +9 -92
- githubkit/versions/v2022_11_28/types/group_0596.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0597.py +78 -28
- githubkit/versions/v2022_11_28/types/group_0598.py +36 -22
- githubkit/versions/v2022_11_28/types/group_0599.py +6 -332
- githubkit/versions/v2022_11_28/types/group_0600.py +108 -19
- githubkit/versions/v2022_11_28/types/group_0601.py +6 -336
- githubkit/versions/v2022_11_28/types/group_0602.py +28 -50
- githubkit/versions/v2022_11_28/types/group_0603.py +17 -345
- githubkit/versions/v2022_11_28/types/group_0604.py +346 -19
- githubkit/versions/v2022_11_28/types/group_0605.py +19 -345
- githubkit/versions/v2022_11_28/types/group_0606.py +352 -17
- githubkit/versions/v2022_11_28/types/group_0607.py +34 -335
- githubkit/versions/v2022_11_28/types/group_0608.py +345 -19
- githubkit/versions/v2022_11_28/types/group_0609.py +19 -346
- githubkit/versions/v2022_11_28/types/group_0610.py +345 -19
- githubkit/versions/v2022_11_28/types/group_0611.py +18 -180
- githubkit/versions/v2022_11_28/types/group_0612.py +66 -93
- githubkit/versions/v2022_11_28/types/group_0613.py +19 -346
- githubkit/versions/v2022_11_28/types/group_0614.py +346 -17
- githubkit/versions/v2022_11_28/types/group_0615.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0616.py +127 -294
- githubkit/versions/v2022_11_28/types/group_0617.py +375 -19
- githubkit/versions/v2022_11_28/types/group_0618.py +292 -129
- githubkit/versions/v2022_11_28/types/group_0619.py +17 -374
- githubkit/versions/v2022_11_28/types/group_0620.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0621.py +345 -18
- githubkit/versions/v2022_11_28/types/group_0622.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0623.py +184 -18
- githubkit/versions/v2022_11_28/types/group_0624.py +68 -42
- githubkit/versions/v2022_11_28/types/group_0625.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0626.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0627.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0628.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0629.py +332 -37
- githubkit/versions/v2022_11_28/types/group_0630.py +11 -14
- githubkit/versions/v2022_11_28/types/group_0631.py +13 -62
- githubkit/versions/v2022_11_28/types/group_0632.py +13 -66
- githubkit/versions/v2022_11_28/types/group_0633.py +12 -65
- githubkit/versions/v2022_11_28/types/group_0634.py +47 -14
- githubkit/versions/v2022_11_28/types/group_0635.py +15 -49
- githubkit/versions/v2022_11_28/types/group_0636.py +51 -29
- githubkit/versions/v2022_11_28/types/group_0637.py +64 -11
- githubkit/versions/v2022_11_28/types/group_0638.py +62 -41
- githubkit/versions/v2022_11_28/types/group_0639.py +17 -46
- githubkit/versions/v2022_11_28/types/group_0640.py +51 -12
- githubkit/versions/v2022_11_28/types/group_0641.py +43 -13
- githubkit/versions/v2022_11_28/types/group_0642.py +12 -42
- githubkit/versions/v2022_11_28/types/group_0643.py +47 -15
- githubkit/versions/v2022_11_28/types/group_0644.py +47 -15
- githubkit/versions/v2022_11_28/types/group_0645.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0646.py +12 -49
- githubkit/versions/v2022_11_28/types/group_0647.py +43 -13
- githubkit/versions/v2022_11_28/types/group_0648.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0649.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0650.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0651.py +48 -12
- githubkit/versions/v2022_11_28/types/group_0652.py +13 -66
- githubkit/versions/v2022_11_28/types/group_0653.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0654.py +11 -28
- githubkit/versions/v2022_11_28/types/group_0655.py +18 -35
- githubkit/versions/v2022_11_28/types/group_0656.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0657.py +41 -34
- githubkit/versions/v2022_11_28/types/group_0658.py +18 -486
- githubkit/versions/v2022_11_28/types/group_0659.py +29 -12
- githubkit/versions/v2022_11_28/types/group_0660.py +33 -60
- githubkit/versions/v2022_11_28/types/group_0661.py +18 -159
- githubkit/versions/v2022_11_28/types/group_0662.py +34 -42
- githubkit/versions/v2022_11_28/types/group_0663.py +486 -16
- githubkit/versions/v2022_11_28/types/group_0664.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0665.py +61 -15
- githubkit/versions/v2022_11_28/types/group_0666.py +159 -16
- githubkit/versions/v2022_11_28/types/group_0667.py +69 -11
- githubkit/versions/v2022_11_28/types/group_0668.py +15 -35
- githubkit/versions/v2022_11_28/types/group_0669.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0670.py +11 -30
- githubkit/versions/v2022_11_28/types/group_0671.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0672.py +11 -64
- githubkit/versions/v2022_11_28/types/group_0673.py +28 -27
- githubkit/versions/v2022_11_28/types/group_0674.py +7 -82
- githubkit/versions/v2022_11_28/types/group_0675.py +34 -47
- githubkit/versions/v2022_11_28/types/group_0676.py +21 -47
- githubkit/versions/v2022_11_28/types/group_0677.py +61 -12
- githubkit/versions/v2022_11_28/types/group_0678.py +29 -12
- githubkit/versions/v2022_11_28/types/group_0679.py +76 -12
- githubkit/versions/v2022_11_28/types/group_0680.py +47 -34
- githubkit/versions/v2022_11_28/types/group_0681.py +47 -21
- githubkit/versions/v2022_11_28/types/group_0682.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0683.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0684.py +12 -40
- githubkit/versions/v2022_11_28/types/group_0685.py +28 -11
- githubkit/versions/v2022_11_28/types/group_0686.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0687.py +12 -11
- githubkit/versions/v2022_11_28/types/group_0688.py +14 -10
- githubkit/versions/v2022_11_28/types/group_0689.py +30 -47
- githubkit/versions/v2022_11_28/types/group_0690.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0691.py +9 -29
- githubkit/versions/v2022_11_28/types/group_0692.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0693.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0694.py +37 -72
- githubkit/versions/v2022_11_28/types/group_0695.py +10 -30
- githubkit/versions/v2022_11_28/types/group_0696.py +28 -10
- githubkit/versions/v2022_11_28/types/group_0697.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0698.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0699.py +93 -9
- githubkit/versions/v2022_11_28/types/group_0700.py +19 -51
- githubkit/versions/v2022_11_28/types/group_0701.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0702.py +10 -937
- githubkit/versions/v2022_11_28/types/group_0703.py +10 -984
- githubkit/versions/v2022_11_28/types/group_0704.py +10 -974
- githubkit/versions/v2022_11_28/types/group_0705.py +64 -15
- githubkit/versions/v2022_11_28/types/group_0706.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0707.py +935 -13
- githubkit/versions/v2022_11_28/types/group_0708.py +187 -151
- githubkit/versions/v2022_11_28/types/group_0709.py +949 -41
- githubkit/versions/v2022_11_28/types/group_0710.py +11 -930
- githubkit/versions/v2022_11_28/types/group_0711.py +11 -928
- githubkit/versions/v2022_11_28/types/group_0712.py +13 -922
- githubkit/versions/v2022_11_28/types/group_0713.py +946 -13
- githubkit/versions/v2022_11_28/types/group_0714.py +61 -10
- githubkit/versions/v2022_11_28/types/group_0715.py +930 -11
- githubkit/versions/v2022_11_28/types/group_0716.py +928 -11
- githubkit/versions/v2022_11_28/types/group_0717.py +175 -332
- githubkit/versions/v2022_11_28/types/group_0718.py +14 -957
- githubkit/versions/v2022_11_28/types/group_0719.py +12 -958
- githubkit/versions/v2022_11_28/types/group_0720.py +12 -1008
- githubkit/versions/v2022_11_28/types/group_0721.py +12 -902
- githubkit/versions/v2022_11_28/types/group_0722.py +281 -255
- githubkit/versions/v2022_11_28/types/group_0723.py +188 -301
- githubkit/versions/v2022_11_28/types/group_0724.py +179 -253
- githubkit/versions/v2022_11_28/types/group_0725.py +239 -276
- githubkit/versions/v2022_11_28/types/group_0726.py +138 -162
- githubkit/versions/v2022_11_28/types/group_0727.py +291 -324
- githubkit/versions/v2022_11_28/types/group_0728.py +276 -303
- githubkit/versions/v2022_11_28/types/group_0729.py +214 -129
- githubkit/versions/v2022_11_28/types/group_0730.py +272 -168
- githubkit/versions/v2022_11_28/types/group_0731.py +159 -170
- githubkit/versions/v2022_11_28/types/group_0732.py +352 -198
- githubkit/versions/v2022_11_28/types/group_0733.py +925 -111
- githubkit/versions/v2022_11_28/types/group_0734.py +948 -12
- githubkit/versions/v2022_11_28/types/group_0735.py +925 -39
- githubkit/versions/v2022_11_28/types/group_0736.py +817 -383
- githubkit/versions/v2022_11_28/types/group_0737.py +932 -12
- githubkit/versions/v2022_11_28/types/group_0738.py +277 -45
- githubkit/versions/v2022_11_28/types/group_0739.py +18 -163
- githubkit/versions/v2022_11_28/types/group_0740.py +61 -17
- githubkit/versions/v2022_11_28/types/group_0741.py +510 -18
- githubkit/versions/v2022_11_28/types/group_0742.py +12 -53
- githubkit/versions/v2022_11_28/types/group_0743.py +41 -130
- githubkit/versions/v2022_11_28/types/group_0744.py +163 -18
- githubkit/versions/v2022_11_28/types/group_0745.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0746.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0747.py +51 -10
- githubkit/versions/v2022_11_28/types/group_0748.py +139 -11
- githubkit/versions/v2022_11_28/types/group_0749.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0750.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0751.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0752.py +14 -25
- githubkit/versions/v2022_11_28/types/group_0753.py +12 -51
- githubkit/versions/v2022_11_28/types/group_0754.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0755.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0756.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0757.py +19 -30
- githubkit/versions/v2022_11_28/types/group_0758.py +51 -12
- githubkit/versions/v2022_11_28/types/group_0759.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0760.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0761.py +15 -27
- githubkit/versions/v2022_11_28/types/group_0762.py +39 -14
- githubkit/versions/v2022_11_28/types/group_0763.py +17 -78
- githubkit/versions/v2022_11_28/types/group_0764.py +17 -87
- githubkit/versions/v2022_11_28/types/group_0765.py +19 -107
- githubkit/versions/v2022_11_28/types/group_0766.py +19 -87
- githubkit/versions/v2022_11_28/types/group_0767.py +14 -15
- githubkit/versions/v2022_11_28/types/group_0768.py +78 -17
- githubkit/versions/v2022_11_28/types/group_0769.py +87 -76
- githubkit/versions/v2022_11_28/types/group_0770.py +107 -17
- githubkit/versions/v2022_11_28/types/group_0771.py +52 -33
- githubkit/versions/v2022_11_28/types/group_0772.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0773.py +12 -213
- githubkit/versions/v2022_11_28/types/group_0774.py +78 -5
- githubkit/versions/v2022_11_28/types/group_0775.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0776.py +71 -12
- githubkit/versions/v2022_11_28/types/group_0777.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0778.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0779.py +10 -32
- githubkit/versions/v2022_11_28/types/group_0780.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0781.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0782.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0783.py +17 -103
- githubkit/versions/v2022_11_28/types/group_0784.py +23 -13
- githubkit/versions/v2022_11_28/types/group_0785.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0786.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0787.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0788.py +103 -17
- githubkit/versions/v2022_11_28/types/group_0789.py +11 -30
- githubkit/versions/v2022_11_28/types/group_0790.py +5 -18
- githubkit/versions/v2022_11_28/types/group_0791.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0792.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0793.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0794.py +28 -10
- githubkit/versions/v2022_11_28/types/group_0795.py +13 -187
- githubkit/versions/v2022_11_28/types/group_0796.py +20 -11
- githubkit/versions/v2022_11_28/types/group_0797.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0798.py +16 -11
- githubkit/versions/v2022_11_28/types/group_0799.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0800.py +192 -20
- githubkit/versions/v2022_11_28/types/group_0801.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0802.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0803.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0804.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0805.py +21 -185
- githubkit/versions/v2022_11_28/types/group_0806.py +22 -182
- githubkit/versions/v2022_11_28/types/group_0807.py +21 -181
- githubkit/versions/v2022_11_28/types/group_0808.py +22 -250
- githubkit/versions/v2022_11_28/types/group_0809.py +11 -180
- githubkit/versions/v2022_11_28/types/group_0810.py +182 -13
- githubkit/versions/v2022_11_28/types/group_0811.py +171 -16
- githubkit/versions/v2022_11_28/types/group_0812.py +166 -55
- githubkit/versions/v2022_11_28/types/group_0813.py +236 -43
- githubkit/versions/v2022_11_28/types/group_0814.py +180 -43
- githubkit/versions/v2022_11_28/types/group_0815.py +9 -55
- githubkit/versions/v2022_11_28/types/group_0816.py +28 -47
- githubkit/versions/v2022_11_28/types/group_0817.py +61 -32
- githubkit/versions/v2022_11_28/types/group_0818.py +24 -31
- githubkit/versions/v2022_11_28/types/group_0819.py +46 -61
- githubkit/versions/v2022_11_28/types/group_0820.py +38 -393
- githubkit/versions/v2022_11_28/types/group_0821.py +31 -401
- githubkit/versions/v2022_11_28/types/group_0822.py +29 -405
- githubkit/versions/v2022_11_28/types/group_0823.py +57 -20
- githubkit/versions/v2022_11_28/types/group_0824.py +64 -9
- githubkit/versions/v2022_11_28/types/group_0825.py +416 -7
- githubkit/versions/v2022_11_28/types/group_0826.py +417 -4
- githubkit/versions/v2022_11_28/types/group_0827.py +416 -7
- githubkit/versions/v2022_11_28/types/group_0828.py +32 -10
- githubkit/versions/v2022_11_28/types/group_0829.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0830.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0831.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0832.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0833.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0834.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0835.py +5 -63
- githubkit/versions/v2022_11_28/types/group_0836.py +5 -65
- githubkit/versions/v2022_11_28/types/group_0837.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0838.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0839.py +6 -19
- githubkit/versions/v2022_11_28/types/group_0840.py +62 -6
- githubkit/versions/v2022_11_28/types/group_0841.py +58 -14
- githubkit/versions/v2022_11_28/types/group_0842.py +8 -17
- githubkit/versions/v2022_11_28/types/group_0843.py +10 -25
- githubkit/versions/v2022_11_28/types/group_0844.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0845.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0846.py +22 -4
- githubkit/versions/v2022_11_28/types/group_0847.py +17 -7
- githubkit/versions/v2022_11_28/types/group_0848.py +27 -8
- githubkit/versions/v2022_11_28/types/group_0849.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0850.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0851.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0852.py +11 -41
- githubkit/versions/v2022_11_28/types/group_0853.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0854.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0855.py +4 -24
- githubkit/versions/v2022_11_28/types/group_0856.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0857.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0858.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0859.py +44 -11
- githubkit/versions/v2022_11_28/types/group_0860.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0861.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0862.py +24 -7
- githubkit/versions/v2022_11_28/types/group_0863.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0864.py +7 -27
- githubkit/versions/v2022_11_28/types/group_0865.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0866.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0867.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0868.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0869.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0870.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0871.py +28 -5
- githubkit/versions/v2022_11_28/types/group_0872.py +13 -8
- githubkit/versions/v2022_11_28/types/group_0873.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0874.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0875.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0876.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0877.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0878.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0879.py +7 -23
- githubkit/versions/v2022_11_28/types/group_0880.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0881.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0882.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0883.py +5 -25
- githubkit/versions/v2022_11_28/types/group_0884.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0885.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0886.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0887.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0888.py +7 -61
- githubkit/versions/v2022_11_28/types/group_0889.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0890.py +23 -11
- githubkit/versions/v2022_11_28/types/group_0891.py +7 -96
- githubkit/versions/v2022_11_28/types/group_0892.py +7 -3
- githubkit/versions/v2022_11_28/types/group_0893.py +7 -97
- githubkit/versions/v2022_11_28/types/group_0894.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0895.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0896.py +31 -12
- githubkit/versions/v2022_11_28/types/group_0897.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0898.py +5 -12
- githubkit/versions/v2022_11_28/types/group_0899.py +62 -5
- githubkit/versions/v2022_11_28/types/group_0900.py +24 -5
- githubkit/versions/v2022_11_28/types/group_0901.py +11 -22
- githubkit/versions/v2022_11_28/types/group_0902.py +97 -8
- githubkit/versions/v2022_11_28/types/group_0903.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0904.py +98 -5
- githubkit/versions/v2022_11_28/types/group_0905.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0907.py +15 -5
- githubkit/versions/v2022_11_28/types/group_0908.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0911.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0912.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0913.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0914.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0916.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0917.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0918.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0919.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0920.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0921.py +8 -3
- githubkit/versions/v2022_11_28/types/group_0922.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0923.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0924.py +22 -4
- githubkit/versions/v2022_11_28/types/group_0925.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0926.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -3
- githubkit/versions/v2022_11_28/types/group_0928.py +25 -5
- githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0931.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0932.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0933.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0934.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0935.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0936.py +13 -10
- githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0938.py +3 -7
- githubkit/versions/v2022_11_28/types/group_0939.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0940.py +11 -46
- githubkit/versions/v2022_11_28/types/group_0941.py +5 -69
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -71
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0944.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0945.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0946.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0947.py +12 -11
- githubkit/versions/v2022_11_28/types/group_0948.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0949.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0950.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0951.py +44 -10
- githubkit/versions/v2022_11_28/types/group_0952.py +70 -13
- githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
- githubkit/versions/v2022_11_28/types/group_0954.py +23 -5
- githubkit/versions/v2022_11_28/types/group_0955.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0956.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0957.py +14 -4
- githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0959.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0960.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0961.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0962.py +9 -3
- githubkit/versions/v2022_11_28/types/group_0963.py +11 -18
- githubkit/versions/v2022_11_28/types/group_0964.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0965.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0966.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0967.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0968.py +4 -19
- githubkit/versions/v2022_11_28/types/group_0969.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0970.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0971.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0973.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0974.py +20 -5
- githubkit/versions/v2022_11_28/types/group_0975.py +20 -5
- githubkit/versions/v2022_11_28/types/group_0976.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0977.py +6 -160
- githubkit/versions/v2022_11_28/types/group_0978.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0979.py +19 -4
- githubkit/versions/v2022_11_28/types/group_0980.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0981.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0982.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0983.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0984.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0985.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0986.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0987.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0988.py +159 -7
- githubkit/versions/v2022_11_28/types/group_0989.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0990.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0992.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0993.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0994.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0995.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0996.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0999.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1000.py +9 -33
- githubkit/versions/v2022_11_28/types/group_1001.py +9 -22
- githubkit/versions/v2022_11_28/types/group_1002.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1003.py +8 -43
- githubkit/versions/v2022_11_28/types/group_1004.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1005.py +5 -65
- githubkit/versions/v2022_11_28/types/group_1006.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1007.py +6 -124
- githubkit/versions/v2022_11_28/types/group_1008.py +7 -50
- githubkit/versions/v2022_11_28/types/group_1009.py +6 -27
- githubkit/versions/v2022_11_28/types/group_1010.py +6 -13
- githubkit/versions/v2022_11_28/types/group_1011.py +28 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +20 -11
- githubkit/versions/v2022_11_28/types/group_1013.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1014.py +41 -7
- githubkit/versions/v2022_11_28/types/group_1015.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1016.py +61 -7
- githubkit/versions/v2022_11_28/types/group_1017.py +7 -11
- githubkit/versions/v2022_11_28/types/group_1018.py +117 -6
- githubkit/versions/v2022_11_28/types/group_1019.py +49 -7
- githubkit/versions/v2022_11_28/types/group_1020.py +25 -7
- githubkit/versions/v2022_11_28/types/group_1021.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1022.py +12 -4
- githubkit/versions/v2022_11_28/types/group_1023.py +10 -50
- githubkit/versions/v2022_11_28/types/group_1024.py +14 -35
- githubkit/versions/v2022_11_28/types/group_1025.py +14 -39
- githubkit/versions/v2022_11_28/types/group_1026.py +7 -58
- githubkit/versions/v2022_11_28/types/group_1027.py +16 -36
- githubkit/versions/v2022_11_28/types/group_1028.py +16 -38
- githubkit/versions/v2022_11_28/types/group_1029.py +12 -4
- githubkit/versions/v2022_11_28/types/group_1030.py +8 -20
- githubkit/versions/v2022_11_28/types/group_1031.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1032.py +9 -11
- githubkit/versions/v2022_11_28/types/group_1033.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1034.py +51 -9
- githubkit/versions/v2022_11_28/types/group_1035.py +29 -11
- githubkit/versions/v2022_11_28/types/group_1036.py +33 -11
- githubkit/versions/v2022_11_28/types/group_1037.py +59 -7
- githubkit/versions/v2022_11_28/types/group_1038.py +33 -18
- 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 +15 -13
- githubkit/versions/v2022_11_28/types/group_1042.py +6 -19
- githubkit/versions/v2022_11_28/types/group_1043.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1044.py +11 -4
- githubkit/versions/v2022_11_28/types/group_1045.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1046.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1047.py +11 -7
- githubkit/versions/v2022_11_28/types/group_1048.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1049.py +15 -36
- githubkit/versions/v2022_11_28/types/group_1050.py +14 -26
- githubkit/versions/v2022_11_28/types/group_1051.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1052.py +13 -15
- githubkit/versions/v2022_11_28/types/group_1053.py +21 -6
- githubkit/versions/v2022_11_28/types/group_1054.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1055.py +5 -24
- githubkit/versions/v2022_11_28/types/group_1056.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1057.py +6 -12
- githubkit/versions/v2022_11_28/types/group_1058.py +8 -19
- githubkit/versions/v2022_11_28/types/group_1059.py +7 -29
- githubkit/versions/v2022_11_28/types/group_1060.py +29 -16
- githubkit/versions/v2022_11_28/types/group_1061.py +30 -6
- githubkit/versions/v2022_11_28/types/group_1062.py +10 -14
- githubkit/versions/v2022_11_28/types/group_1063.py +19 -6
- githubkit/versions/v2022_11_28/types/group_1064.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1065.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1066.py +24 -6
- githubkit/versions/v2022_11_28/types/group_1067.py +4 -5
- githubkit/versions/v2022_11_28/types/group_1068.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1069.py +19 -6
- githubkit/versions/v2022_11_28/types/group_1070.py +23 -34
- githubkit/versions/v2022_11_28/types/group_1071.py +24 -6
- githubkit/versions/v2022_11_28/types/group_1072.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1073.py +11 -20
- githubkit/versions/v2022_11_28/types/group_1074.py +7 -19
- githubkit/versions/v2022_11_28/types/group_1075.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1076.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1077.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1078.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1079.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1080.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1081.py +41 -6
- githubkit/versions/v2022_11_28/types/group_1082.py +6 -3
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1084.py +19 -20
- githubkit/versions/v2022_11_28/types/group_1085.py +20 -5
- githubkit/versions/v2022_11_28/types/group_1086.py +24 -8
- githubkit/versions/v2022_11_28/types/group_1087.py +13 -36
- githubkit/versions/v2022_11_28/types/group_1088.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1089.py +9 -4
- githubkit/versions/v2022_11_28/types/group_1090.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1091.py +5 -4
- githubkit/versions/v2022_11_28/types/group_1092.py +6 -16
- githubkit/versions/v2022_11_28/types/group_1093.py +3 -5
- githubkit/versions/v2022_11_28/types/group_1094.py +5 -4
- githubkit/versions/v2022_11_28/types/group_1095.py +18 -8
- githubkit/versions/v2022_11_28/types/group_1096.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1097.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1098.py +33 -7
- githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1100.py +4 -5
- githubkit/versions/v2022_11_28/types/group_1101.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1102.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1103.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1104.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +15 -6
- githubkit/versions/v2022_11_28/types/group_1107.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1108.py +4 -8
- githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1110.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1111.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1112.py +6 -15
- githubkit/versions/v2022_11_28/types/group_1113.py +6 -13
- githubkit/versions/v2022_11_28/types/group_1114.py +6 -15
- githubkit/versions/v2022_11_28/types/group_1115.py +6 -15
- githubkit/versions/v2022_11_28/types/group_1116.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1118.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1119.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1120.py +5 -11
- githubkit/versions/v2022_11_28/types/group_1121.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1122.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1123.py +15 -6
- githubkit/versions/v2022_11_28/types/group_1124.py +13 -11
- githubkit/versions/v2022_11_28/types/group_1125.py +16 -5
- githubkit/versions/v2022_11_28/types/group_1126.py +15 -7
- githubkit/versions/v2022_11_28/types/group_1127.py +15 -9
- githubkit/versions/v2022_11_28/types/group_1128.py +11 -16
- githubkit/versions/v2022_11_28/types/group_1129.py +7 -13
- githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1131.py +11 -8
- githubkit/versions/v2022_11_28/types/group_1132.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1133.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1134.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1135.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1136.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1137.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1138.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1139.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1140.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1141.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1143.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1144.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1145.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1146.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1147.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1148.py +24 -61
- githubkit/versions/v2022_11_28/types/group_1149.py +5 -63
- githubkit/versions/v2022_11_28/types/group_1150.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1151.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1152.py +4 -8
- githubkit/versions/v2022_11_28/types/group_1153.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1154.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1155.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1156.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1157.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1158.py +6 -13
- githubkit/versions/v2022_11_28/types/group_1159.py +62 -6
- githubkit/versions/v2022_11_28/types/group_1160.py +62 -5
- githubkit/versions/v2022_11_28/types/group_1161.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1162.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1163.py +9 -12
- githubkit/versions/v2022_11_28/types/group_1164.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1165.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1166.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1167.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1168.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1169.py +12 -12
- githubkit/versions/v2022_11_28/types/group_1170.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1171.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1172.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1173.py +6 -23
- githubkit/versions/v2022_11_28/types/group_1174.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1175.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1176.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1177.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1178.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1179.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1180.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1181.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1182.py +17 -14
- githubkit/versions/v2022_11_28/types/group_1183.py +24 -5
- githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
- githubkit/versions/v2022_11_28/types/group_1185.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1186.py +8 -3
- githubkit/versions/v2022_11_28/types/group_1187.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1188.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1189.py +8 -14
- githubkit/versions/v2022_11_28/types/group_1190.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1191.py +10 -34
- githubkit/versions/v2022_11_28/types/group_1192.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1193.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1194.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1195.py +7 -64
- githubkit/versions/v2022_11_28/types/group_1196.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1197.py +19 -0
- githubkit/versions/v2022_11_28/types/group_1198.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1199.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1200.py +30 -0
- githubkit/versions/v2022_11_28/types/group_1201.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1202.py +46 -0
- githubkit/versions/v2022_11_28/types/group_1203.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1204.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1205.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1206.py +22 -0
- 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.13.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
- githubkit-0.12.15.dist-info/RECORD +5361 -0
- githubkit-0.12.13.dist-info/RECORD +0 -5299
- {githubkit-0.12.13.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
- {githubkit-0.12.13.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
|
@@ -55,6 +55,7 @@ if TYPE_CHECKING:
|
|
|
55
55
|
OrgHook,
|
|
56
56
|
OrgMembership,
|
|
57
57
|
OrgRepoCustomPropertyValues,
|
|
58
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
58
59
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
59
60
|
OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
60
61
|
OrgsOrgInstallationsGetResponse200,
|
|
@@ -107,6 +108,10 @@ if TYPE_CHECKING:
|
|
|
107
108
|
OrgHookType,
|
|
108
109
|
OrgMembershipType,
|
|
109
110
|
OrgRepoCustomPropertyValuesType,
|
|
111
|
+
OrgsOrgAttestationsBulkListPostBodyType,
|
|
112
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
113
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
114
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
110
115
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
111
116
|
OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
112
117
|
OrgsOrgHooksHookIdConfigPatchBodyType,
|
|
@@ -163,6 +168,7 @@ class OrgsClient:
|
|
|
163
168
|
since: Missing[int] = UNSET,
|
|
164
169
|
per_page: Missing[int] = UNSET,
|
|
165
170
|
headers: Optional[Mapping[str, str]] = None,
|
|
171
|
+
stream: bool = False,
|
|
166
172
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
167
173
|
"""orgs/list
|
|
168
174
|
|
|
@@ -192,6 +198,7 @@ class OrgsClient:
|
|
|
192
198
|
url,
|
|
193
199
|
params=exclude_unset(params),
|
|
194
200
|
headers=exclude_unset(headers),
|
|
201
|
+
stream=stream,
|
|
195
202
|
response_model=list[OrganizationSimple],
|
|
196
203
|
)
|
|
197
204
|
|
|
@@ -201,6 +208,7 @@ class OrgsClient:
|
|
|
201
208
|
since: Missing[int] = UNSET,
|
|
202
209
|
per_page: Missing[int] = UNSET,
|
|
203
210
|
headers: Optional[Mapping[str, str]] = None,
|
|
211
|
+
stream: bool = False,
|
|
204
212
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
205
213
|
"""orgs/list
|
|
206
214
|
|
|
@@ -230,6 +238,7 @@ class OrgsClient:
|
|
|
230
238
|
url,
|
|
231
239
|
params=exclude_unset(params),
|
|
232
240
|
headers=exclude_unset(headers),
|
|
241
|
+
stream=stream,
|
|
233
242
|
response_model=list[OrganizationSimple],
|
|
234
243
|
)
|
|
235
244
|
|
|
@@ -238,6 +247,7 @@ class OrgsClient:
|
|
|
238
247
|
organization_id: str,
|
|
239
248
|
*,
|
|
240
249
|
headers: Optional[Mapping[str, str]] = None,
|
|
250
|
+
stream: bool = False,
|
|
241
251
|
) -> Response[
|
|
242
252
|
OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
243
253
|
OrganizationsOrganizationIdCustomRolesGetResponse200Type,
|
|
@@ -268,6 +278,7 @@ class OrgsClient:
|
|
|
268
278
|
"GET",
|
|
269
279
|
url,
|
|
270
280
|
headers=exclude_unset(headers),
|
|
281
|
+
stream=stream,
|
|
271
282
|
response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
272
283
|
)
|
|
273
284
|
|
|
@@ -276,6 +287,7 @@ class OrgsClient:
|
|
|
276
287
|
organization_id: str,
|
|
277
288
|
*,
|
|
278
289
|
headers: Optional[Mapping[str, str]] = None,
|
|
290
|
+
stream: bool = False,
|
|
279
291
|
) -> Response[
|
|
280
292
|
OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
281
293
|
OrganizationsOrganizationIdCustomRolesGetResponse200Type,
|
|
@@ -306,6 +318,7 @@ class OrgsClient:
|
|
|
306
318
|
"GET",
|
|
307
319
|
url,
|
|
308
320
|
headers=exclude_unset(headers),
|
|
321
|
+
stream=stream,
|
|
309
322
|
response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
|
|
310
323
|
)
|
|
311
324
|
|
|
@@ -314,6 +327,7 @@ class OrgsClient:
|
|
|
314
327
|
org: str,
|
|
315
328
|
*,
|
|
316
329
|
headers: Optional[Mapping[str, str]] = None,
|
|
330
|
+
stream: bool = False,
|
|
317
331
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
318
332
|
"""orgs/get
|
|
319
333
|
|
|
@@ -342,6 +356,7 @@ class OrgsClient:
|
|
|
342
356
|
"GET",
|
|
343
357
|
url,
|
|
344
358
|
headers=exclude_unset(headers),
|
|
359
|
+
stream=stream,
|
|
345
360
|
response_model=OrganizationFull,
|
|
346
361
|
error_models={
|
|
347
362
|
"404": BasicError,
|
|
@@ -353,6 +368,7 @@ class OrgsClient:
|
|
|
353
368
|
org: str,
|
|
354
369
|
*,
|
|
355
370
|
headers: Optional[Mapping[str, str]] = None,
|
|
371
|
+
stream: bool = False,
|
|
356
372
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
357
373
|
"""orgs/get
|
|
358
374
|
|
|
@@ -381,6 +397,7 @@ class OrgsClient:
|
|
|
381
397
|
"GET",
|
|
382
398
|
url,
|
|
383
399
|
headers=exclude_unset(headers),
|
|
400
|
+
stream=stream,
|
|
384
401
|
response_model=OrganizationFull,
|
|
385
402
|
error_models={
|
|
386
403
|
"404": BasicError,
|
|
@@ -392,6 +409,7 @@ class OrgsClient:
|
|
|
392
409
|
org: str,
|
|
393
410
|
*,
|
|
394
411
|
headers: Optional[Mapping[str, str]] = None,
|
|
412
|
+
stream: bool = False,
|
|
395
413
|
) -> Response[
|
|
396
414
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
397
415
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -424,6 +442,7 @@ class OrgsClient:
|
|
|
424
442
|
"DELETE",
|
|
425
443
|
url,
|
|
426
444
|
headers=exclude_unset(headers),
|
|
445
|
+
stream=stream,
|
|
427
446
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
428
447
|
error_models={
|
|
429
448
|
"404": BasicError,
|
|
@@ -436,6 +455,7 @@ class OrgsClient:
|
|
|
436
455
|
org: str,
|
|
437
456
|
*,
|
|
438
457
|
headers: Optional[Mapping[str, str]] = None,
|
|
458
|
+
stream: bool = False,
|
|
439
459
|
) -> Response[
|
|
440
460
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
441
461
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -468,6 +488,7 @@ class OrgsClient:
|
|
|
468
488
|
"DELETE",
|
|
469
489
|
url,
|
|
470
490
|
headers=exclude_unset(headers),
|
|
491
|
+
stream=stream,
|
|
471
492
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
472
493
|
error_models={
|
|
473
494
|
"404": BasicError,
|
|
@@ -481,6 +502,7 @@ class OrgsClient:
|
|
|
481
502
|
org: str,
|
|
482
503
|
*,
|
|
483
504
|
headers: Optional[Mapping[str, str]] = None,
|
|
505
|
+
stream: bool = False,
|
|
484
506
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
485
507
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
486
508
|
|
|
@@ -491,6 +513,7 @@ class OrgsClient:
|
|
|
491
513
|
*,
|
|
492
514
|
data: UnsetType = UNSET,
|
|
493
515
|
headers: Optional[Mapping[str, str]] = None,
|
|
516
|
+
stream: bool = False,
|
|
494
517
|
billing_email: Missing[str] = UNSET,
|
|
495
518
|
company: Missing[str] = UNSET,
|
|
496
519
|
email: Missing[str] = UNSET,
|
|
@@ -535,6 +558,7 @@ class OrgsClient:
|
|
|
535
558
|
org: str,
|
|
536
559
|
*,
|
|
537
560
|
headers: Optional[Mapping[str, str]] = None,
|
|
561
|
+
stream: bool = False,
|
|
538
562
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
539
563
|
**kwargs,
|
|
540
564
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -585,6 +609,7 @@ class OrgsClient:
|
|
|
585
609
|
url,
|
|
586
610
|
json=exclude_unset(json),
|
|
587
611
|
headers=exclude_unset(headers),
|
|
612
|
+
stream=stream,
|
|
588
613
|
response_model=OrganizationFull,
|
|
589
614
|
error_models={
|
|
590
615
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -598,6 +623,7 @@ class OrgsClient:
|
|
|
598
623
|
org: str,
|
|
599
624
|
*,
|
|
600
625
|
headers: Optional[Mapping[str, str]] = None,
|
|
626
|
+
stream: bool = False,
|
|
601
627
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
602
628
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
603
629
|
|
|
@@ -608,6 +634,7 @@ class OrgsClient:
|
|
|
608
634
|
*,
|
|
609
635
|
data: UnsetType = UNSET,
|
|
610
636
|
headers: Optional[Mapping[str, str]] = None,
|
|
637
|
+
stream: bool = False,
|
|
611
638
|
billing_email: Missing[str] = UNSET,
|
|
612
639
|
company: Missing[str] = UNSET,
|
|
613
640
|
email: Missing[str] = UNSET,
|
|
@@ -652,6 +679,7 @@ class OrgsClient:
|
|
|
652
679
|
org: str,
|
|
653
680
|
*,
|
|
654
681
|
headers: Optional[Mapping[str, str]] = None,
|
|
682
|
+
stream: bool = False,
|
|
655
683
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
656
684
|
**kwargs,
|
|
657
685
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -702,6 +730,7 @@ class OrgsClient:
|
|
|
702
730
|
url,
|
|
703
731
|
json=exclude_unset(json),
|
|
704
732
|
headers=exclude_unset(headers),
|
|
733
|
+
stream=stream,
|
|
705
734
|
response_model=OrganizationFull,
|
|
706
735
|
error_models={
|
|
707
736
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -714,6 +743,7 @@ class OrgsClient:
|
|
|
714
743
|
org: str,
|
|
715
744
|
*,
|
|
716
745
|
headers: Optional[Mapping[str, str]] = None,
|
|
746
|
+
stream: bool = False,
|
|
717
747
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
718
748
|
"""announcement-banners/get-announcement-banner-for-org
|
|
719
749
|
|
|
@@ -736,6 +766,7 @@ class OrgsClient:
|
|
|
736
766
|
"GET",
|
|
737
767
|
url,
|
|
738
768
|
headers=exclude_unset(headers),
|
|
769
|
+
stream=stream,
|
|
739
770
|
response_model=AnnouncementBanner,
|
|
740
771
|
)
|
|
741
772
|
|
|
@@ -744,6 +775,7 @@ class OrgsClient:
|
|
|
744
775
|
org: str,
|
|
745
776
|
*,
|
|
746
777
|
headers: Optional[Mapping[str, str]] = None,
|
|
778
|
+
stream: bool = False,
|
|
747
779
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
748
780
|
"""announcement-banners/get-announcement-banner-for-org
|
|
749
781
|
|
|
@@ -766,6 +798,7 @@ class OrgsClient:
|
|
|
766
798
|
"GET",
|
|
767
799
|
url,
|
|
768
800
|
headers=exclude_unset(headers),
|
|
801
|
+
stream=stream,
|
|
769
802
|
response_model=AnnouncementBanner,
|
|
770
803
|
)
|
|
771
804
|
|
|
@@ -774,6 +807,7 @@ class OrgsClient:
|
|
|
774
807
|
org: str,
|
|
775
808
|
*,
|
|
776
809
|
headers: Optional[Mapping[str, str]] = None,
|
|
810
|
+
stream: bool = False,
|
|
777
811
|
) -> Response:
|
|
778
812
|
"""announcement-banners/remove-announcement-banner-for-org
|
|
779
813
|
|
|
@@ -792,6 +826,7 @@ class OrgsClient:
|
|
|
792
826
|
"DELETE",
|
|
793
827
|
url,
|
|
794
828
|
headers=exclude_unset(headers),
|
|
829
|
+
stream=stream,
|
|
795
830
|
)
|
|
796
831
|
|
|
797
832
|
async def async_remove_announcement_banner_for_org(
|
|
@@ -799,6 +834,7 @@ class OrgsClient:
|
|
|
799
834
|
org: str,
|
|
800
835
|
*,
|
|
801
836
|
headers: Optional[Mapping[str, str]] = None,
|
|
837
|
+
stream: bool = False,
|
|
802
838
|
) -> Response:
|
|
803
839
|
"""announcement-banners/remove-announcement-banner-for-org
|
|
804
840
|
|
|
@@ -817,6 +853,7 @@ class OrgsClient:
|
|
|
817
853
|
"DELETE",
|
|
818
854
|
url,
|
|
819
855
|
headers=exclude_unset(headers),
|
|
856
|
+
stream=stream,
|
|
820
857
|
)
|
|
821
858
|
|
|
822
859
|
@overload
|
|
@@ -825,6 +862,7 @@ class OrgsClient:
|
|
|
825
862
|
org: str,
|
|
826
863
|
*,
|
|
827
864
|
headers: Optional[Mapping[str, str]] = None,
|
|
865
|
+
stream: bool = False,
|
|
828
866
|
data: AnnouncementType,
|
|
829
867
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
830
868
|
|
|
@@ -835,6 +873,7 @@ class OrgsClient:
|
|
|
835
873
|
*,
|
|
836
874
|
data: UnsetType = UNSET,
|
|
837
875
|
headers: Optional[Mapping[str, str]] = None,
|
|
876
|
+
stream: bool = False,
|
|
838
877
|
announcement: Union[str, None],
|
|
839
878
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
840
879
|
user_dismissible: Missing[Union[bool, None]] = UNSET,
|
|
@@ -845,6 +884,7 @@ class OrgsClient:
|
|
|
845
884
|
org: str,
|
|
846
885
|
*,
|
|
847
886
|
headers: Optional[Mapping[str, str]] = None,
|
|
887
|
+
stream: bool = False,
|
|
848
888
|
data: Missing[AnnouncementType] = UNSET,
|
|
849
889
|
**kwargs,
|
|
850
890
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -877,6 +917,7 @@ class OrgsClient:
|
|
|
877
917
|
url,
|
|
878
918
|
json=exclude_unset(json),
|
|
879
919
|
headers=exclude_unset(headers),
|
|
920
|
+
stream=stream,
|
|
880
921
|
response_model=AnnouncementBanner,
|
|
881
922
|
)
|
|
882
923
|
|
|
@@ -886,6 +927,7 @@ class OrgsClient:
|
|
|
886
927
|
org: str,
|
|
887
928
|
*,
|
|
888
929
|
headers: Optional[Mapping[str, str]] = None,
|
|
930
|
+
stream: bool = False,
|
|
889
931
|
data: AnnouncementType,
|
|
890
932
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
891
933
|
|
|
@@ -896,6 +938,7 @@ class OrgsClient:
|
|
|
896
938
|
*,
|
|
897
939
|
data: UnsetType = UNSET,
|
|
898
940
|
headers: Optional[Mapping[str, str]] = None,
|
|
941
|
+
stream: bool = False,
|
|
899
942
|
announcement: Union[str, None],
|
|
900
943
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
901
944
|
user_dismissible: Missing[Union[bool, None]] = UNSET,
|
|
@@ -906,6 +949,7 @@ class OrgsClient:
|
|
|
906
949
|
org: str,
|
|
907
950
|
*,
|
|
908
951
|
headers: Optional[Mapping[str, str]] = None,
|
|
952
|
+
stream: bool = False,
|
|
909
953
|
data: Missing[AnnouncementType] = UNSET,
|
|
910
954
|
**kwargs,
|
|
911
955
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -938,9 +982,528 @@ class OrgsClient:
|
|
|
938
982
|
url,
|
|
939
983
|
json=exclude_unset(json),
|
|
940
984
|
headers=exclude_unset(headers),
|
|
985
|
+
stream=stream,
|
|
941
986
|
response_model=AnnouncementBanner,
|
|
942
987
|
)
|
|
943
988
|
|
|
989
|
+
@overload
|
|
990
|
+
def list_attestations_bulk(
|
|
991
|
+
self,
|
|
992
|
+
org: str,
|
|
993
|
+
*,
|
|
994
|
+
per_page: Missing[int] = UNSET,
|
|
995
|
+
before: Missing[str] = UNSET,
|
|
996
|
+
after: Missing[str] = UNSET,
|
|
997
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
999
|
+
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
1000
|
+
) -> Response[
|
|
1001
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1002
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1003
|
+
]: ...
|
|
1004
|
+
|
|
1005
|
+
@overload
|
|
1006
|
+
def list_attestations_bulk(
|
|
1007
|
+
self,
|
|
1008
|
+
org: str,
|
|
1009
|
+
*,
|
|
1010
|
+
per_page: Missing[int] = UNSET,
|
|
1011
|
+
before: Missing[str] = UNSET,
|
|
1012
|
+
after: Missing[str] = UNSET,
|
|
1013
|
+
data: UnsetType = UNSET,
|
|
1014
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1015
|
+
stream: bool = False,
|
|
1016
|
+
subject_digests: list[str],
|
|
1017
|
+
predicate_type: Missing[str] = UNSET,
|
|
1018
|
+
) -> Response[
|
|
1019
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1020
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1021
|
+
]: ...
|
|
1022
|
+
|
|
1023
|
+
def list_attestations_bulk(
|
|
1024
|
+
self,
|
|
1025
|
+
org: str,
|
|
1026
|
+
*,
|
|
1027
|
+
per_page: Missing[int] = UNSET,
|
|
1028
|
+
before: Missing[str] = UNSET,
|
|
1029
|
+
after: Missing[str] = UNSET,
|
|
1030
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1031
|
+
stream: bool = False,
|
|
1032
|
+
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
1033
|
+
**kwargs,
|
|
1034
|
+
) -> Response[
|
|
1035
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1036
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1037
|
+
]:
|
|
1038
|
+
"""orgs/list-attestations-bulk
|
|
1039
|
+
|
|
1040
|
+
POST /orgs/{org}/attestations/bulk-list
|
|
1041
|
+
|
|
1042
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
|
|
1043
|
+
|
|
1044
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
1045
|
+
|
|
1046
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
1047
|
+
|
|
1048
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests
|
|
1049
|
+
"""
|
|
1050
|
+
|
|
1051
|
+
from ..models import (
|
|
1052
|
+
OrgsOrgAttestationsBulkListPostBody,
|
|
1053
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1054
|
+
)
|
|
1055
|
+
|
|
1056
|
+
url = f"/orgs/{org}/attestations/bulk-list"
|
|
1057
|
+
|
|
1058
|
+
params = {
|
|
1059
|
+
"per_page": per_page,
|
|
1060
|
+
"before": before,
|
|
1061
|
+
"after": after,
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
headers = {
|
|
1065
|
+
"Content-Type": "application/json",
|
|
1066
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
1067
|
+
**(headers or {}),
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
json = kwargs if data is UNSET else data
|
|
1071
|
+
if self._github.config.rest_api_validate_body:
|
|
1072
|
+
json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
|
|
1073
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1074
|
+
|
|
1075
|
+
return self._github.request(
|
|
1076
|
+
"POST",
|
|
1077
|
+
url,
|
|
1078
|
+
params=exclude_unset(params),
|
|
1079
|
+
json=exclude_unset(json),
|
|
1080
|
+
headers=exclude_unset(headers),
|
|
1081
|
+
stream=stream,
|
|
1082
|
+
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
1083
|
+
)
|
|
1084
|
+
|
|
1085
|
+
@overload
|
|
1086
|
+
async def async_list_attestations_bulk(
|
|
1087
|
+
self,
|
|
1088
|
+
org: str,
|
|
1089
|
+
*,
|
|
1090
|
+
per_page: Missing[int] = UNSET,
|
|
1091
|
+
before: Missing[str] = UNSET,
|
|
1092
|
+
after: Missing[str] = UNSET,
|
|
1093
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1094
|
+
stream: bool = False,
|
|
1095
|
+
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
1096
|
+
) -> Response[
|
|
1097
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1098
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1099
|
+
]: ...
|
|
1100
|
+
|
|
1101
|
+
@overload
|
|
1102
|
+
async def async_list_attestations_bulk(
|
|
1103
|
+
self,
|
|
1104
|
+
org: str,
|
|
1105
|
+
*,
|
|
1106
|
+
per_page: Missing[int] = UNSET,
|
|
1107
|
+
before: Missing[str] = UNSET,
|
|
1108
|
+
after: Missing[str] = UNSET,
|
|
1109
|
+
data: UnsetType = UNSET,
|
|
1110
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1111
|
+
stream: bool = False,
|
|
1112
|
+
subject_digests: list[str],
|
|
1113
|
+
predicate_type: Missing[str] = UNSET,
|
|
1114
|
+
) -> Response[
|
|
1115
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1116
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1117
|
+
]: ...
|
|
1118
|
+
|
|
1119
|
+
async def async_list_attestations_bulk(
|
|
1120
|
+
self,
|
|
1121
|
+
org: str,
|
|
1122
|
+
*,
|
|
1123
|
+
per_page: Missing[int] = UNSET,
|
|
1124
|
+
before: Missing[str] = UNSET,
|
|
1125
|
+
after: Missing[str] = UNSET,
|
|
1126
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1127
|
+
stream: bool = False,
|
|
1128
|
+
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
1129
|
+
**kwargs,
|
|
1130
|
+
) -> Response[
|
|
1131
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1132
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
1133
|
+
]:
|
|
1134
|
+
"""orgs/list-attestations-bulk
|
|
1135
|
+
|
|
1136
|
+
POST /orgs/{org}/attestations/bulk-list
|
|
1137
|
+
|
|
1138
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
|
|
1139
|
+
|
|
1140
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
1141
|
+
|
|
1142
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/enterprise-cloud@latest//actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
1143
|
+
|
|
1144
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-attestations-by-bulk-subject-digests
|
|
1145
|
+
"""
|
|
1146
|
+
|
|
1147
|
+
from ..models import (
|
|
1148
|
+
OrgsOrgAttestationsBulkListPostBody,
|
|
1149
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
1150
|
+
)
|
|
1151
|
+
|
|
1152
|
+
url = f"/orgs/{org}/attestations/bulk-list"
|
|
1153
|
+
|
|
1154
|
+
params = {
|
|
1155
|
+
"per_page": per_page,
|
|
1156
|
+
"before": before,
|
|
1157
|
+
"after": after,
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
headers = {
|
|
1161
|
+
"Content-Type": "application/json",
|
|
1162
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
1163
|
+
**(headers or {}),
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
json = kwargs if data is UNSET else data
|
|
1167
|
+
if self._github.config.rest_api_validate_body:
|
|
1168
|
+
json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
|
|
1169
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1170
|
+
|
|
1171
|
+
return await self._github.arequest(
|
|
1172
|
+
"POST",
|
|
1173
|
+
url,
|
|
1174
|
+
params=exclude_unset(params),
|
|
1175
|
+
json=exclude_unset(json),
|
|
1176
|
+
headers=exclude_unset(headers),
|
|
1177
|
+
stream=stream,
|
|
1178
|
+
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
1179
|
+
)
|
|
1180
|
+
|
|
1181
|
+
@overload
|
|
1182
|
+
def delete_attestations_bulk(
|
|
1183
|
+
self,
|
|
1184
|
+
org: str,
|
|
1185
|
+
*,
|
|
1186
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1187
|
+
stream: bool = False,
|
|
1188
|
+
data: Union[
|
|
1189
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
1190
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
1191
|
+
],
|
|
1192
|
+
) -> Response: ...
|
|
1193
|
+
|
|
1194
|
+
@overload
|
|
1195
|
+
def delete_attestations_bulk(
|
|
1196
|
+
self,
|
|
1197
|
+
org: str,
|
|
1198
|
+
*,
|
|
1199
|
+
data: UnsetType = UNSET,
|
|
1200
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1201
|
+
stream: bool = False,
|
|
1202
|
+
subject_digests: list[str],
|
|
1203
|
+
) -> Response: ...
|
|
1204
|
+
|
|
1205
|
+
@overload
|
|
1206
|
+
def delete_attestations_bulk(
|
|
1207
|
+
self,
|
|
1208
|
+
org: str,
|
|
1209
|
+
*,
|
|
1210
|
+
data: UnsetType = UNSET,
|
|
1211
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1212
|
+
stream: bool = False,
|
|
1213
|
+
attestation_ids: list[int],
|
|
1214
|
+
) -> Response: ...
|
|
1215
|
+
|
|
1216
|
+
def delete_attestations_bulk(
|
|
1217
|
+
self,
|
|
1218
|
+
org: str,
|
|
1219
|
+
*,
|
|
1220
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1221
|
+
stream: bool = False,
|
|
1222
|
+
data: Missing[
|
|
1223
|
+
Union[
|
|
1224
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
1225
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
1226
|
+
]
|
|
1227
|
+
] = UNSET,
|
|
1228
|
+
**kwargs,
|
|
1229
|
+
) -> Response:
|
|
1230
|
+
"""orgs/delete-attestations-bulk
|
|
1231
|
+
|
|
1232
|
+
POST /orgs/{org}/attestations/delete-request
|
|
1233
|
+
|
|
1234
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
1235
|
+
|
|
1236
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
|
|
1237
|
+
"""
|
|
1238
|
+
|
|
1239
|
+
from typing import Union
|
|
1240
|
+
|
|
1241
|
+
from ..models import (
|
|
1242
|
+
BasicError,
|
|
1243
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1244
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1245
|
+
)
|
|
1246
|
+
|
|
1247
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
1248
|
+
|
|
1249
|
+
headers = {
|
|
1250
|
+
"Content-Type": "application/json",
|
|
1251
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
1252
|
+
**(headers or {}),
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
json = kwargs if data is UNSET else data
|
|
1256
|
+
if self._github.config.rest_api_validate_body:
|
|
1257
|
+
json = type_validate_python(
|
|
1258
|
+
Union[
|
|
1259
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1260
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1261
|
+
],
|
|
1262
|
+
json,
|
|
1263
|
+
)
|
|
1264
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1265
|
+
|
|
1266
|
+
return self._github.request(
|
|
1267
|
+
"POST",
|
|
1268
|
+
url,
|
|
1269
|
+
json=exclude_unset(json),
|
|
1270
|
+
headers=exclude_unset(headers),
|
|
1271
|
+
stream=stream,
|
|
1272
|
+
error_models={
|
|
1273
|
+
"404": BasicError,
|
|
1274
|
+
},
|
|
1275
|
+
)
|
|
1276
|
+
|
|
1277
|
+
@overload
|
|
1278
|
+
async def async_delete_attestations_bulk(
|
|
1279
|
+
self,
|
|
1280
|
+
org: str,
|
|
1281
|
+
*,
|
|
1282
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1283
|
+
stream: bool = False,
|
|
1284
|
+
data: Union[
|
|
1285
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
1286
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
1287
|
+
],
|
|
1288
|
+
) -> Response: ...
|
|
1289
|
+
|
|
1290
|
+
@overload
|
|
1291
|
+
async def async_delete_attestations_bulk(
|
|
1292
|
+
self,
|
|
1293
|
+
org: str,
|
|
1294
|
+
*,
|
|
1295
|
+
data: UnsetType = UNSET,
|
|
1296
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1297
|
+
stream: bool = False,
|
|
1298
|
+
subject_digests: list[str],
|
|
1299
|
+
) -> Response: ...
|
|
1300
|
+
|
|
1301
|
+
@overload
|
|
1302
|
+
async def async_delete_attestations_bulk(
|
|
1303
|
+
self,
|
|
1304
|
+
org: str,
|
|
1305
|
+
*,
|
|
1306
|
+
data: UnsetType = UNSET,
|
|
1307
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1308
|
+
stream: bool = False,
|
|
1309
|
+
attestation_ids: list[int],
|
|
1310
|
+
) -> Response: ...
|
|
1311
|
+
|
|
1312
|
+
async def async_delete_attestations_bulk(
|
|
1313
|
+
self,
|
|
1314
|
+
org: str,
|
|
1315
|
+
*,
|
|
1316
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1317
|
+
stream: bool = False,
|
|
1318
|
+
data: Missing[
|
|
1319
|
+
Union[
|
|
1320
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
1321
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
1322
|
+
]
|
|
1323
|
+
] = UNSET,
|
|
1324
|
+
**kwargs,
|
|
1325
|
+
) -> Response:
|
|
1326
|
+
"""orgs/delete-attestations-bulk
|
|
1327
|
+
|
|
1328
|
+
POST /orgs/{org}/attestations/delete-request
|
|
1329
|
+
|
|
1330
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
1331
|
+
|
|
1332
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
|
|
1333
|
+
"""
|
|
1334
|
+
|
|
1335
|
+
from typing import Union
|
|
1336
|
+
|
|
1337
|
+
from ..models import (
|
|
1338
|
+
BasicError,
|
|
1339
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1340
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1341
|
+
)
|
|
1342
|
+
|
|
1343
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
1344
|
+
|
|
1345
|
+
headers = {
|
|
1346
|
+
"Content-Type": "application/json",
|
|
1347
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
1348
|
+
**(headers or {}),
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
json = kwargs if data is UNSET else data
|
|
1352
|
+
if self._github.config.rest_api_validate_body:
|
|
1353
|
+
json = type_validate_python(
|
|
1354
|
+
Union[
|
|
1355
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1356
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1357
|
+
],
|
|
1358
|
+
json,
|
|
1359
|
+
)
|
|
1360
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1361
|
+
|
|
1362
|
+
return await self._github.arequest(
|
|
1363
|
+
"POST",
|
|
1364
|
+
url,
|
|
1365
|
+
json=exclude_unset(json),
|
|
1366
|
+
headers=exclude_unset(headers),
|
|
1367
|
+
stream=stream,
|
|
1368
|
+
error_models={
|
|
1369
|
+
"404": BasicError,
|
|
1370
|
+
},
|
|
1371
|
+
)
|
|
1372
|
+
|
|
1373
|
+
def delete_attestations_by_subject_digest(
|
|
1374
|
+
self,
|
|
1375
|
+
org: str,
|
|
1376
|
+
subject_digest: str,
|
|
1377
|
+
*,
|
|
1378
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1379
|
+
stream: bool = False,
|
|
1380
|
+
) -> Response:
|
|
1381
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1382
|
+
|
|
1383
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1384
|
+
|
|
1385
|
+
Delete an artifact attestation by subject digest.
|
|
1386
|
+
|
|
1387
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1388
|
+
"""
|
|
1389
|
+
|
|
1390
|
+
from ..models import BasicError
|
|
1391
|
+
|
|
1392
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1393
|
+
|
|
1394
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1395
|
+
|
|
1396
|
+
return self._github.request(
|
|
1397
|
+
"DELETE",
|
|
1398
|
+
url,
|
|
1399
|
+
headers=exclude_unset(headers),
|
|
1400
|
+
stream=stream,
|
|
1401
|
+
error_models={
|
|
1402
|
+
"404": BasicError,
|
|
1403
|
+
},
|
|
1404
|
+
)
|
|
1405
|
+
|
|
1406
|
+
async def async_delete_attestations_by_subject_digest(
|
|
1407
|
+
self,
|
|
1408
|
+
org: str,
|
|
1409
|
+
subject_digest: str,
|
|
1410
|
+
*,
|
|
1411
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1412
|
+
stream: bool = False,
|
|
1413
|
+
) -> Response:
|
|
1414
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1415
|
+
|
|
1416
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1417
|
+
|
|
1418
|
+
Delete an artifact attestation by subject digest.
|
|
1419
|
+
|
|
1420
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1421
|
+
"""
|
|
1422
|
+
|
|
1423
|
+
from ..models import BasicError
|
|
1424
|
+
|
|
1425
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1426
|
+
|
|
1427
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1428
|
+
|
|
1429
|
+
return await self._github.arequest(
|
|
1430
|
+
"DELETE",
|
|
1431
|
+
url,
|
|
1432
|
+
headers=exclude_unset(headers),
|
|
1433
|
+
stream=stream,
|
|
1434
|
+
error_models={
|
|
1435
|
+
"404": BasicError,
|
|
1436
|
+
},
|
|
1437
|
+
)
|
|
1438
|
+
|
|
1439
|
+
def delete_attestations_by_id(
|
|
1440
|
+
self,
|
|
1441
|
+
org: str,
|
|
1442
|
+
attestation_id: int,
|
|
1443
|
+
*,
|
|
1444
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1445
|
+
stream: bool = False,
|
|
1446
|
+
) -> Response:
|
|
1447
|
+
"""orgs/delete-attestations-by-id
|
|
1448
|
+
|
|
1449
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1450
|
+
|
|
1451
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1452
|
+
|
|
1453
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
|
|
1454
|
+
"""
|
|
1455
|
+
|
|
1456
|
+
from ..models import BasicError
|
|
1457
|
+
|
|
1458
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1459
|
+
|
|
1460
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1461
|
+
|
|
1462
|
+
return self._github.request(
|
|
1463
|
+
"DELETE",
|
|
1464
|
+
url,
|
|
1465
|
+
headers=exclude_unset(headers),
|
|
1466
|
+
stream=stream,
|
|
1467
|
+
error_models={
|
|
1468
|
+
"403": BasicError,
|
|
1469
|
+
"404": BasicError,
|
|
1470
|
+
},
|
|
1471
|
+
)
|
|
1472
|
+
|
|
1473
|
+
async def async_delete_attestations_by_id(
|
|
1474
|
+
self,
|
|
1475
|
+
org: str,
|
|
1476
|
+
attestation_id: int,
|
|
1477
|
+
*,
|
|
1478
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1479
|
+
stream: bool = False,
|
|
1480
|
+
) -> Response:
|
|
1481
|
+
"""orgs/delete-attestations-by-id
|
|
1482
|
+
|
|
1483
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1484
|
+
|
|
1485
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1486
|
+
|
|
1487
|
+
See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
|
|
1488
|
+
"""
|
|
1489
|
+
|
|
1490
|
+
from ..models import BasicError
|
|
1491
|
+
|
|
1492
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1493
|
+
|
|
1494
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1495
|
+
|
|
1496
|
+
return await self._github.arequest(
|
|
1497
|
+
"DELETE",
|
|
1498
|
+
url,
|
|
1499
|
+
headers=exclude_unset(headers),
|
|
1500
|
+
stream=stream,
|
|
1501
|
+
error_models={
|
|
1502
|
+
"403": BasicError,
|
|
1503
|
+
"404": BasicError,
|
|
1504
|
+
},
|
|
1505
|
+
)
|
|
1506
|
+
|
|
944
1507
|
def list_attestations(
|
|
945
1508
|
self,
|
|
946
1509
|
org: str,
|
|
@@ -951,6 +1514,7 @@ class OrgsClient:
|
|
|
951
1514
|
after: Missing[str] = UNSET,
|
|
952
1515
|
predicate_type: Missing[str] = UNSET,
|
|
953
1516
|
headers: Optional[Mapping[str, str]] = None,
|
|
1517
|
+
stream: bool = False,
|
|
954
1518
|
) -> Response[
|
|
955
1519
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
956
1520
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -986,6 +1550,7 @@ class OrgsClient:
|
|
|
986
1550
|
url,
|
|
987
1551
|
params=exclude_unset(params),
|
|
988
1552
|
headers=exclude_unset(headers),
|
|
1553
|
+
stream=stream,
|
|
989
1554
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
990
1555
|
)
|
|
991
1556
|
|
|
@@ -999,6 +1564,7 @@ class OrgsClient:
|
|
|
999
1564
|
after: Missing[str] = UNSET,
|
|
1000
1565
|
predicate_type: Missing[str] = UNSET,
|
|
1001
1566
|
headers: Optional[Mapping[str, str]] = None,
|
|
1567
|
+
stream: bool = False,
|
|
1002
1568
|
) -> Response[
|
|
1003
1569
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
1004
1570
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -1034,6 +1600,7 @@ class OrgsClient:
|
|
|
1034
1600
|
url,
|
|
1035
1601
|
params=exclude_unset(params),
|
|
1036
1602
|
headers=exclude_unset(headers),
|
|
1603
|
+
stream=stream,
|
|
1037
1604
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
1038
1605
|
)
|
|
1039
1606
|
|
|
@@ -1048,6 +1615,7 @@ class OrgsClient:
|
|
|
1048
1615
|
order: Missing[Literal["desc", "asc"]] = UNSET,
|
|
1049
1616
|
per_page: Missing[int] = UNSET,
|
|
1050
1617
|
headers: Optional[Mapping[str, str]] = None,
|
|
1618
|
+
stream: bool = False,
|
|
1051
1619
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
1052
1620
|
"""orgs/get-audit-log
|
|
1053
1621
|
|
|
@@ -1088,6 +1656,7 @@ class OrgsClient:
|
|
|
1088
1656
|
url,
|
|
1089
1657
|
params=exclude_unset(params),
|
|
1090
1658
|
headers=exclude_unset(headers),
|
|
1659
|
+
stream=stream,
|
|
1091
1660
|
response_model=list[AuditLogEvent],
|
|
1092
1661
|
)
|
|
1093
1662
|
|
|
@@ -1102,6 +1671,7 @@ class OrgsClient:
|
|
|
1102
1671
|
order: Missing[Literal["desc", "asc"]] = UNSET,
|
|
1103
1672
|
per_page: Missing[int] = UNSET,
|
|
1104
1673
|
headers: Optional[Mapping[str, str]] = None,
|
|
1674
|
+
stream: bool = False,
|
|
1105
1675
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
1106
1676
|
"""orgs/get-audit-log
|
|
1107
1677
|
|
|
@@ -1142,6 +1712,7 @@ class OrgsClient:
|
|
|
1142
1712
|
url,
|
|
1143
1713
|
params=exclude_unset(params),
|
|
1144
1714
|
headers=exclude_unset(headers),
|
|
1715
|
+
stream=stream,
|
|
1145
1716
|
response_model=list[AuditLogEvent],
|
|
1146
1717
|
)
|
|
1147
1718
|
|
|
@@ -1152,6 +1723,7 @@ class OrgsClient:
|
|
|
1152
1723
|
per_page: Missing[int] = UNSET,
|
|
1153
1724
|
page: Missing[int] = UNSET,
|
|
1154
1725
|
headers: Optional[Mapping[str, str]] = None,
|
|
1726
|
+
stream: bool = False,
|
|
1155
1727
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1156
1728
|
"""orgs/list-blocked-users
|
|
1157
1729
|
|
|
@@ -1178,6 +1750,7 @@ class OrgsClient:
|
|
|
1178
1750
|
url,
|
|
1179
1751
|
params=exclude_unset(params),
|
|
1180
1752
|
headers=exclude_unset(headers),
|
|
1753
|
+
stream=stream,
|
|
1181
1754
|
response_model=list[SimpleUser],
|
|
1182
1755
|
)
|
|
1183
1756
|
|
|
@@ -1188,6 +1761,7 @@ class OrgsClient:
|
|
|
1188
1761
|
per_page: Missing[int] = UNSET,
|
|
1189
1762
|
page: Missing[int] = UNSET,
|
|
1190
1763
|
headers: Optional[Mapping[str, str]] = None,
|
|
1764
|
+
stream: bool = False,
|
|
1191
1765
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1192
1766
|
"""orgs/list-blocked-users
|
|
1193
1767
|
|
|
@@ -1214,6 +1788,7 @@ class OrgsClient:
|
|
|
1214
1788
|
url,
|
|
1215
1789
|
params=exclude_unset(params),
|
|
1216
1790
|
headers=exclude_unset(headers),
|
|
1791
|
+
stream=stream,
|
|
1217
1792
|
response_model=list[SimpleUser],
|
|
1218
1793
|
)
|
|
1219
1794
|
|
|
@@ -1223,6 +1798,7 @@ class OrgsClient:
|
|
|
1223
1798
|
username: str,
|
|
1224
1799
|
*,
|
|
1225
1800
|
headers: Optional[Mapping[str, str]] = None,
|
|
1801
|
+
stream: bool = False,
|
|
1226
1802
|
) -> Response:
|
|
1227
1803
|
"""orgs/check-blocked-user
|
|
1228
1804
|
|
|
@@ -1243,6 +1819,7 @@ class OrgsClient:
|
|
|
1243
1819
|
"GET",
|
|
1244
1820
|
url,
|
|
1245
1821
|
headers=exclude_unset(headers),
|
|
1822
|
+
stream=stream,
|
|
1246
1823
|
error_models={
|
|
1247
1824
|
"404": BasicError,
|
|
1248
1825
|
},
|
|
@@ -1254,6 +1831,7 @@ class OrgsClient:
|
|
|
1254
1831
|
username: str,
|
|
1255
1832
|
*,
|
|
1256
1833
|
headers: Optional[Mapping[str, str]] = None,
|
|
1834
|
+
stream: bool = False,
|
|
1257
1835
|
) -> Response:
|
|
1258
1836
|
"""orgs/check-blocked-user
|
|
1259
1837
|
|
|
@@ -1274,6 +1852,7 @@ class OrgsClient:
|
|
|
1274
1852
|
"GET",
|
|
1275
1853
|
url,
|
|
1276
1854
|
headers=exclude_unset(headers),
|
|
1855
|
+
stream=stream,
|
|
1277
1856
|
error_models={
|
|
1278
1857
|
"404": BasicError,
|
|
1279
1858
|
},
|
|
@@ -1285,6 +1864,7 @@ class OrgsClient:
|
|
|
1285
1864
|
username: str,
|
|
1286
1865
|
*,
|
|
1287
1866
|
headers: Optional[Mapping[str, str]] = None,
|
|
1867
|
+
stream: bool = False,
|
|
1288
1868
|
) -> Response:
|
|
1289
1869
|
"""orgs/block-user
|
|
1290
1870
|
|
|
@@ -1305,6 +1885,7 @@ class OrgsClient:
|
|
|
1305
1885
|
"PUT",
|
|
1306
1886
|
url,
|
|
1307
1887
|
headers=exclude_unset(headers),
|
|
1888
|
+
stream=stream,
|
|
1308
1889
|
error_models={
|
|
1309
1890
|
"422": ValidationError,
|
|
1310
1891
|
},
|
|
@@ -1316,6 +1897,7 @@ class OrgsClient:
|
|
|
1316
1897
|
username: str,
|
|
1317
1898
|
*,
|
|
1318
1899
|
headers: Optional[Mapping[str, str]] = None,
|
|
1900
|
+
stream: bool = False,
|
|
1319
1901
|
) -> Response:
|
|
1320
1902
|
"""orgs/block-user
|
|
1321
1903
|
|
|
@@ -1336,6 +1918,7 @@ class OrgsClient:
|
|
|
1336
1918
|
"PUT",
|
|
1337
1919
|
url,
|
|
1338
1920
|
headers=exclude_unset(headers),
|
|
1921
|
+
stream=stream,
|
|
1339
1922
|
error_models={
|
|
1340
1923
|
"422": ValidationError,
|
|
1341
1924
|
},
|
|
@@ -1347,6 +1930,7 @@ class OrgsClient:
|
|
|
1347
1930
|
username: str,
|
|
1348
1931
|
*,
|
|
1349
1932
|
headers: Optional[Mapping[str, str]] = None,
|
|
1933
|
+
stream: bool = False,
|
|
1350
1934
|
) -> Response:
|
|
1351
1935
|
"""orgs/unblock-user
|
|
1352
1936
|
|
|
@@ -1365,6 +1949,7 @@ class OrgsClient:
|
|
|
1365
1949
|
"DELETE",
|
|
1366
1950
|
url,
|
|
1367
1951
|
headers=exclude_unset(headers),
|
|
1952
|
+
stream=stream,
|
|
1368
1953
|
)
|
|
1369
1954
|
|
|
1370
1955
|
async def async_unblock_user(
|
|
@@ -1373,6 +1958,7 @@ class OrgsClient:
|
|
|
1373
1958
|
username: str,
|
|
1374
1959
|
*,
|
|
1375
1960
|
headers: Optional[Mapping[str, str]] = None,
|
|
1961
|
+
stream: bool = False,
|
|
1376
1962
|
) -> Response:
|
|
1377
1963
|
"""orgs/unblock-user
|
|
1378
1964
|
|
|
@@ -1391,6 +1977,7 @@ class OrgsClient:
|
|
|
1391
1977
|
"DELETE",
|
|
1392
1978
|
url,
|
|
1393
1979
|
headers=exclude_unset(headers),
|
|
1980
|
+
stream=stream,
|
|
1394
1981
|
)
|
|
1395
1982
|
|
|
1396
1983
|
def list_push_bypass_requests(
|
|
@@ -1416,6 +2003,7 @@ class OrgsClient:
|
|
|
1416
2003
|
per_page: Missing[int] = UNSET,
|
|
1417
2004
|
page: Missing[int] = UNSET,
|
|
1418
2005
|
headers: Optional[Mapping[str, str]] = None,
|
|
2006
|
+
stream: bool = False,
|
|
1419
2007
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
1420
2008
|
"""orgs/list-push-bypass-requests
|
|
1421
2009
|
|
|
@@ -1447,6 +2035,7 @@ class OrgsClient:
|
|
|
1447
2035
|
url,
|
|
1448
2036
|
params=exclude_unset(params),
|
|
1449
2037
|
headers=exclude_unset(headers),
|
|
2038
|
+
stream=stream,
|
|
1450
2039
|
response_model=list[PushRuleBypassRequest],
|
|
1451
2040
|
error_models={
|
|
1452
2041
|
"404": BasicError,
|
|
@@ -1477,6 +2066,7 @@ class OrgsClient:
|
|
|
1477
2066
|
per_page: Missing[int] = UNSET,
|
|
1478
2067
|
page: Missing[int] = UNSET,
|
|
1479
2068
|
headers: Optional[Mapping[str, str]] = None,
|
|
2069
|
+
stream: bool = False,
|
|
1480
2070
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
1481
2071
|
"""orgs/list-push-bypass-requests
|
|
1482
2072
|
|
|
@@ -1508,6 +2098,7 @@ class OrgsClient:
|
|
|
1508
2098
|
url,
|
|
1509
2099
|
params=exclude_unset(params),
|
|
1510
2100
|
headers=exclude_unset(headers),
|
|
2101
|
+
stream=stream,
|
|
1511
2102
|
response_model=list[PushRuleBypassRequest],
|
|
1512
2103
|
error_models={
|
|
1513
2104
|
"404": BasicError,
|
|
@@ -1523,6 +2114,7 @@ class OrgsClient:
|
|
|
1523
2114
|
page: Missing[int] = UNSET,
|
|
1524
2115
|
login: Missing[str] = UNSET,
|
|
1525
2116
|
headers: Optional[Mapping[str, str]] = None,
|
|
2117
|
+
stream: bool = False,
|
|
1526
2118
|
) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
|
|
1527
2119
|
"""orgs/list-saml-sso-authorizations
|
|
1528
2120
|
|
|
@@ -1554,6 +2146,7 @@ class OrgsClient:
|
|
|
1554
2146
|
url,
|
|
1555
2147
|
params=exclude_unset(params),
|
|
1556
2148
|
headers=exclude_unset(headers),
|
|
2149
|
+
stream=stream,
|
|
1557
2150
|
response_model=list[CredentialAuthorization],
|
|
1558
2151
|
)
|
|
1559
2152
|
|
|
@@ -1565,6 +2158,7 @@ class OrgsClient:
|
|
|
1565
2158
|
page: Missing[int] = UNSET,
|
|
1566
2159
|
login: Missing[str] = UNSET,
|
|
1567
2160
|
headers: Optional[Mapping[str, str]] = None,
|
|
2161
|
+
stream: bool = False,
|
|
1568
2162
|
) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
|
|
1569
2163
|
"""orgs/list-saml-sso-authorizations
|
|
1570
2164
|
|
|
@@ -1596,6 +2190,7 @@ class OrgsClient:
|
|
|
1596
2190
|
url,
|
|
1597
2191
|
params=exclude_unset(params),
|
|
1598
2192
|
headers=exclude_unset(headers),
|
|
2193
|
+
stream=stream,
|
|
1599
2194
|
response_model=list[CredentialAuthorization],
|
|
1600
2195
|
)
|
|
1601
2196
|
|
|
@@ -1605,6 +2200,7 @@ class OrgsClient:
|
|
|
1605
2200
|
credential_id: int,
|
|
1606
2201
|
*,
|
|
1607
2202
|
headers: Optional[Mapping[str, str]] = None,
|
|
2203
|
+
stream: bool = False,
|
|
1608
2204
|
) -> Response:
|
|
1609
2205
|
"""orgs/remove-saml-sso-authorization
|
|
1610
2206
|
|
|
@@ -1629,6 +2225,7 @@ class OrgsClient:
|
|
|
1629
2225
|
"DELETE",
|
|
1630
2226
|
url,
|
|
1631
2227
|
headers=exclude_unset(headers),
|
|
2228
|
+
stream=stream,
|
|
1632
2229
|
error_models={
|
|
1633
2230
|
"404": BasicError,
|
|
1634
2231
|
},
|
|
@@ -1640,6 +2237,7 @@ class OrgsClient:
|
|
|
1640
2237
|
credential_id: int,
|
|
1641
2238
|
*,
|
|
1642
2239
|
headers: Optional[Mapping[str, str]] = None,
|
|
2240
|
+
stream: bool = False,
|
|
1643
2241
|
) -> Response:
|
|
1644
2242
|
"""orgs/remove-saml-sso-authorization
|
|
1645
2243
|
|
|
@@ -1664,6 +2262,7 @@ class OrgsClient:
|
|
|
1664
2262
|
"DELETE",
|
|
1665
2263
|
url,
|
|
1666
2264
|
headers=exclude_unset(headers),
|
|
2265
|
+
stream=stream,
|
|
1667
2266
|
error_models={
|
|
1668
2267
|
"404": BasicError,
|
|
1669
2268
|
},
|
|
@@ -1674,6 +2273,7 @@ class OrgsClient:
|
|
|
1674
2273
|
org: str,
|
|
1675
2274
|
*,
|
|
1676
2275
|
headers: Optional[Mapping[str, str]] = None,
|
|
2276
|
+
stream: bool = False,
|
|
1677
2277
|
) -> Response[
|
|
1678
2278
|
OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1679
2279
|
OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
@@ -1701,6 +2301,7 @@ class OrgsClient:
|
|
|
1701
2301
|
"GET",
|
|
1702
2302
|
url,
|
|
1703
2303
|
headers=exclude_unset(headers),
|
|
2304
|
+
stream=stream,
|
|
1704
2305
|
response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1705
2306
|
)
|
|
1706
2307
|
|
|
@@ -1709,6 +2310,7 @@ class OrgsClient:
|
|
|
1709
2310
|
org: str,
|
|
1710
2311
|
*,
|
|
1711
2312
|
headers: Optional[Mapping[str, str]] = None,
|
|
2313
|
+
stream: bool = False,
|
|
1712
2314
|
) -> Response[
|
|
1713
2315
|
OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1714
2316
|
OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
@@ -1736,6 +2338,7 @@ class OrgsClient:
|
|
|
1736
2338
|
"GET",
|
|
1737
2339
|
url,
|
|
1738
2340
|
headers=exclude_unset(headers),
|
|
2341
|
+
stream=stream,
|
|
1739
2342
|
response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
1740
2343
|
)
|
|
1741
2344
|
|
|
@@ -1745,6 +2348,7 @@ class OrgsClient:
|
|
|
1745
2348
|
org: str,
|
|
1746
2349
|
*,
|
|
1747
2350
|
headers: Optional[Mapping[str, str]] = None,
|
|
2351
|
+
stream: bool = False,
|
|
1748
2352
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1749
2353
|
) -> Response[
|
|
1750
2354
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1757,6 +2361,7 @@ class OrgsClient:
|
|
|
1757
2361
|
*,
|
|
1758
2362
|
data: UnsetType = UNSET,
|
|
1759
2363
|
headers: Optional[Mapping[str, str]] = None,
|
|
2364
|
+
stream: bool = False,
|
|
1760
2365
|
name: str,
|
|
1761
2366
|
description: Missing[Union[str, None]] = UNSET,
|
|
1762
2367
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1770,6 +2375,7 @@ class OrgsClient:
|
|
|
1770
2375
|
org: str,
|
|
1771
2376
|
*,
|
|
1772
2377
|
headers: Optional[Mapping[str, str]] = None,
|
|
2378
|
+
stream: bool = False,
|
|
1773
2379
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1774
2380
|
**kwargs,
|
|
1775
2381
|
) -> Response[
|
|
@@ -1815,6 +2421,7 @@ class OrgsClient:
|
|
|
1815
2421
|
url,
|
|
1816
2422
|
json=exclude_unset(json),
|
|
1817
2423
|
headers=exclude_unset(headers),
|
|
2424
|
+
stream=stream,
|
|
1818
2425
|
response_model=OrganizationCustomRepositoryRole,
|
|
1819
2426
|
error_models={
|
|
1820
2427
|
"422": ValidationError,
|
|
@@ -1828,6 +2435,7 @@ class OrgsClient:
|
|
|
1828
2435
|
org: str,
|
|
1829
2436
|
*,
|
|
1830
2437
|
headers: Optional[Mapping[str, str]] = None,
|
|
2438
|
+
stream: bool = False,
|
|
1831
2439
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
1832
2440
|
) -> Response[
|
|
1833
2441
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -1840,6 +2448,7 @@ class OrgsClient:
|
|
|
1840
2448
|
*,
|
|
1841
2449
|
data: UnsetType = UNSET,
|
|
1842
2450
|
headers: Optional[Mapping[str, str]] = None,
|
|
2451
|
+
stream: bool = False,
|
|
1843
2452
|
name: str,
|
|
1844
2453
|
description: Missing[Union[str, None]] = UNSET,
|
|
1845
2454
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -1853,6 +2462,7 @@ class OrgsClient:
|
|
|
1853
2462
|
org: str,
|
|
1854
2463
|
*,
|
|
1855
2464
|
headers: Optional[Mapping[str, str]] = None,
|
|
2465
|
+
stream: bool = False,
|
|
1856
2466
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
1857
2467
|
**kwargs,
|
|
1858
2468
|
) -> Response[
|
|
@@ -1898,6 +2508,7 @@ class OrgsClient:
|
|
|
1898
2508
|
url,
|
|
1899
2509
|
json=exclude_unset(json),
|
|
1900
2510
|
headers=exclude_unset(headers),
|
|
2511
|
+
stream=stream,
|
|
1901
2512
|
response_model=OrganizationCustomRepositoryRole,
|
|
1902
2513
|
error_models={
|
|
1903
2514
|
"422": ValidationError,
|
|
@@ -1911,6 +2522,7 @@ class OrgsClient:
|
|
|
1911
2522
|
role_id: int,
|
|
1912
2523
|
*,
|
|
1913
2524
|
headers: Optional[Mapping[str, str]] = None,
|
|
2525
|
+
stream: bool = False,
|
|
1914
2526
|
) -> Response[
|
|
1915
2527
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1916
2528
|
]:
|
|
@@ -1937,6 +2549,7 @@ class OrgsClient:
|
|
|
1937
2549
|
"GET",
|
|
1938
2550
|
url,
|
|
1939
2551
|
headers=exclude_unset(headers),
|
|
2552
|
+
stream=stream,
|
|
1940
2553
|
response_model=OrganizationCustomRepositoryRole,
|
|
1941
2554
|
error_models={
|
|
1942
2555
|
"404": BasicError,
|
|
@@ -1949,6 +2562,7 @@ class OrgsClient:
|
|
|
1949
2562
|
role_id: int,
|
|
1950
2563
|
*,
|
|
1951
2564
|
headers: Optional[Mapping[str, str]] = None,
|
|
2565
|
+
stream: bool = False,
|
|
1952
2566
|
) -> Response[
|
|
1953
2567
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
1954
2568
|
]:
|
|
@@ -1975,6 +2589,7 @@ class OrgsClient:
|
|
|
1975
2589
|
"GET",
|
|
1976
2590
|
url,
|
|
1977
2591
|
headers=exclude_unset(headers),
|
|
2592
|
+
stream=stream,
|
|
1978
2593
|
response_model=OrganizationCustomRepositoryRole,
|
|
1979
2594
|
error_models={
|
|
1980
2595
|
"404": BasicError,
|
|
@@ -1987,6 +2602,7 @@ class OrgsClient:
|
|
|
1987
2602
|
role_id: int,
|
|
1988
2603
|
*,
|
|
1989
2604
|
headers: Optional[Mapping[str, str]] = None,
|
|
2605
|
+
stream: bool = False,
|
|
1990
2606
|
) -> Response:
|
|
1991
2607
|
"""orgs/delete-custom-repo-role
|
|
1992
2608
|
|
|
@@ -2010,6 +2626,7 @@ class OrgsClient:
|
|
|
2010
2626
|
"DELETE",
|
|
2011
2627
|
url,
|
|
2012
2628
|
headers=exclude_unset(headers),
|
|
2629
|
+
stream=stream,
|
|
2013
2630
|
)
|
|
2014
2631
|
|
|
2015
2632
|
async def async_delete_custom_repo_role(
|
|
@@ -2018,6 +2635,7 @@ class OrgsClient:
|
|
|
2018
2635
|
role_id: int,
|
|
2019
2636
|
*,
|
|
2020
2637
|
headers: Optional[Mapping[str, str]] = None,
|
|
2638
|
+
stream: bool = False,
|
|
2021
2639
|
) -> Response:
|
|
2022
2640
|
"""orgs/delete-custom-repo-role
|
|
2023
2641
|
|
|
@@ -2041,6 +2659,7 @@ class OrgsClient:
|
|
|
2041
2659
|
"DELETE",
|
|
2042
2660
|
url,
|
|
2043
2661
|
headers=exclude_unset(headers),
|
|
2662
|
+
stream=stream,
|
|
2044
2663
|
)
|
|
2045
2664
|
|
|
2046
2665
|
@overload
|
|
@@ -2050,6 +2669,7 @@ class OrgsClient:
|
|
|
2050
2669
|
role_id: int,
|
|
2051
2670
|
*,
|
|
2052
2671
|
headers: Optional[Mapping[str, str]] = None,
|
|
2672
|
+
stream: bool = False,
|
|
2053
2673
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
2054
2674
|
) -> Response[
|
|
2055
2675
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2063,6 +2683,7 @@ class OrgsClient:
|
|
|
2063
2683
|
*,
|
|
2064
2684
|
data: UnsetType = UNSET,
|
|
2065
2685
|
headers: Optional[Mapping[str, str]] = None,
|
|
2686
|
+
stream: bool = False,
|
|
2066
2687
|
name: Missing[str] = UNSET,
|
|
2067
2688
|
description: Missing[Union[str, None]] = UNSET,
|
|
2068
2689
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -2077,6 +2698,7 @@ class OrgsClient:
|
|
|
2077
2698
|
role_id: int,
|
|
2078
2699
|
*,
|
|
2079
2700
|
headers: Optional[Mapping[str, str]] = None,
|
|
2701
|
+
stream: bool = False,
|
|
2080
2702
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
2081
2703
|
**kwargs,
|
|
2082
2704
|
) -> Response[
|
|
@@ -2122,6 +2744,7 @@ class OrgsClient:
|
|
|
2122
2744
|
url,
|
|
2123
2745
|
json=exclude_unset(json),
|
|
2124
2746
|
headers=exclude_unset(headers),
|
|
2747
|
+
stream=stream,
|
|
2125
2748
|
response_model=OrganizationCustomRepositoryRole,
|
|
2126
2749
|
error_models={
|
|
2127
2750
|
"422": ValidationError,
|
|
@@ -2136,6 +2759,7 @@ class OrgsClient:
|
|
|
2136
2759
|
role_id: int,
|
|
2137
2760
|
*,
|
|
2138
2761
|
headers: Optional[Mapping[str, str]] = None,
|
|
2762
|
+
stream: bool = False,
|
|
2139
2763
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
2140
2764
|
) -> Response[
|
|
2141
2765
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2149,6 +2773,7 @@ class OrgsClient:
|
|
|
2149
2773
|
*,
|
|
2150
2774
|
data: UnsetType = UNSET,
|
|
2151
2775
|
headers: Optional[Mapping[str, str]] = None,
|
|
2776
|
+
stream: bool = False,
|
|
2152
2777
|
name: Missing[str] = UNSET,
|
|
2153
2778
|
description: Missing[Union[str, None]] = UNSET,
|
|
2154
2779
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -2163,6 +2788,7 @@ class OrgsClient:
|
|
|
2163
2788
|
role_id: int,
|
|
2164
2789
|
*,
|
|
2165
2790
|
headers: Optional[Mapping[str, str]] = None,
|
|
2791
|
+
stream: bool = False,
|
|
2166
2792
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
2167
2793
|
**kwargs,
|
|
2168
2794
|
) -> Response[
|
|
@@ -2208,6 +2834,7 @@ class OrgsClient:
|
|
|
2208
2834
|
url,
|
|
2209
2835
|
json=exclude_unset(json),
|
|
2210
2836
|
headers=exclude_unset(headers),
|
|
2837
|
+
stream=stream,
|
|
2211
2838
|
response_model=OrganizationCustomRepositoryRole,
|
|
2212
2839
|
error_models={
|
|
2213
2840
|
"422": ValidationError,
|
|
@@ -2221,6 +2848,7 @@ class OrgsClient:
|
|
|
2221
2848
|
org: str,
|
|
2222
2849
|
*,
|
|
2223
2850
|
headers: Optional[Mapping[str, str]] = None,
|
|
2851
|
+
stream: bool = False,
|
|
2224
2852
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
2225
2853
|
) -> Response[
|
|
2226
2854
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2233,6 +2861,7 @@ class OrgsClient:
|
|
|
2233
2861
|
*,
|
|
2234
2862
|
data: UnsetType = UNSET,
|
|
2235
2863
|
headers: Optional[Mapping[str, str]] = None,
|
|
2864
|
+
stream: bool = False,
|
|
2236
2865
|
name: str,
|
|
2237
2866
|
description: Missing[Union[str, None]] = UNSET,
|
|
2238
2867
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -2246,6 +2875,7 @@ class OrgsClient:
|
|
|
2246
2875
|
org: str,
|
|
2247
2876
|
*,
|
|
2248
2877
|
headers: Optional[Mapping[str, str]] = None,
|
|
2878
|
+
stream: bool = False,
|
|
2249
2879
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
2250
2880
|
**kwargs,
|
|
2251
2881
|
) -> Response[
|
|
@@ -2294,6 +2924,7 @@ class OrgsClient:
|
|
|
2294
2924
|
url,
|
|
2295
2925
|
json=exclude_unset(json),
|
|
2296
2926
|
headers=exclude_unset(headers),
|
|
2927
|
+
stream=stream,
|
|
2297
2928
|
response_model=OrganizationCustomRepositoryRole,
|
|
2298
2929
|
error_models={
|
|
2299
2930
|
"422": ValidationError,
|
|
@@ -2307,6 +2938,7 @@ class OrgsClient:
|
|
|
2307
2938
|
org: str,
|
|
2308
2939
|
*,
|
|
2309
2940
|
headers: Optional[Mapping[str, str]] = None,
|
|
2941
|
+
stream: bool = False,
|
|
2310
2942
|
data: OrganizationCustomRepositoryRoleCreateSchemaType,
|
|
2311
2943
|
) -> Response[
|
|
2312
2944
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2319,6 +2951,7 @@ class OrgsClient:
|
|
|
2319
2951
|
*,
|
|
2320
2952
|
data: UnsetType = UNSET,
|
|
2321
2953
|
headers: Optional[Mapping[str, str]] = None,
|
|
2954
|
+
stream: bool = False,
|
|
2322
2955
|
name: str,
|
|
2323
2956
|
description: Missing[Union[str, None]] = UNSET,
|
|
2324
2957
|
base_role: Literal["read", "triage", "write", "maintain"],
|
|
@@ -2332,6 +2965,7 @@ class OrgsClient:
|
|
|
2332
2965
|
org: str,
|
|
2333
2966
|
*,
|
|
2334
2967
|
headers: Optional[Mapping[str, str]] = None,
|
|
2968
|
+
stream: bool = False,
|
|
2335
2969
|
data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
|
|
2336
2970
|
**kwargs,
|
|
2337
2971
|
) -> Response[
|
|
@@ -2380,6 +3014,7 @@ class OrgsClient:
|
|
|
2380
3014
|
url,
|
|
2381
3015
|
json=exclude_unset(json),
|
|
2382
3016
|
headers=exclude_unset(headers),
|
|
3017
|
+
stream=stream,
|
|
2383
3018
|
response_model=OrganizationCustomRepositoryRole,
|
|
2384
3019
|
error_models={
|
|
2385
3020
|
"422": ValidationError,
|
|
@@ -2393,6 +3028,7 @@ class OrgsClient:
|
|
|
2393
3028
|
role_id: int,
|
|
2394
3029
|
*,
|
|
2395
3030
|
headers: Optional[Mapping[str, str]] = None,
|
|
3031
|
+
stream: bool = False,
|
|
2396
3032
|
) -> Response[
|
|
2397
3033
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
2398
3034
|
]:
|
|
@@ -2422,6 +3058,7 @@ class OrgsClient:
|
|
|
2422
3058
|
"GET",
|
|
2423
3059
|
url,
|
|
2424
3060
|
headers=exclude_unset(headers),
|
|
3061
|
+
stream=stream,
|
|
2425
3062
|
response_model=OrganizationCustomRepositoryRole,
|
|
2426
3063
|
error_models={
|
|
2427
3064
|
"404": BasicError,
|
|
@@ -2434,6 +3071,7 @@ class OrgsClient:
|
|
|
2434
3071
|
role_id: int,
|
|
2435
3072
|
*,
|
|
2436
3073
|
headers: Optional[Mapping[str, str]] = None,
|
|
3074
|
+
stream: bool = False,
|
|
2437
3075
|
) -> Response[
|
|
2438
3076
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
2439
3077
|
]:
|
|
@@ -2463,6 +3101,7 @@ class OrgsClient:
|
|
|
2463
3101
|
"GET",
|
|
2464
3102
|
url,
|
|
2465
3103
|
headers=exclude_unset(headers),
|
|
3104
|
+
stream=stream,
|
|
2466
3105
|
response_model=OrganizationCustomRepositoryRole,
|
|
2467
3106
|
error_models={
|
|
2468
3107
|
"404": BasicError,
|
|
@@ -2475,6 +3114,7 @@ class OrgsClient:
|
|
|
2475
3114
|
role_id: int,
|
|
2476
3115
|
*,
|
|
2477
3116
|
headers: Optional[Mapping[str, str]] = None,
|
|
3117
|
+
stream: bool = False,
|
|
2478
3118
|
) -> Response:
|
|
2479
3119
|
"""DEPRECATED orgs/delete-custom-role
|
|
2480
3120
|
|
|
@@ -2501,6 +3141,7 @@ class OrgsClient:
|
|
|
2501
3141
|
"DELETE",
|
|
2502
3142
|
url,
|
|
2503
3143
|
headers=exclude_unset(headers),
|
|
3144
|
+
stream=stream,
|
|
2504
3145
|
)
|
|
2505
3146
|
|
|
2506
3147
|
async def async_delete_custom_role(
|
|
@@ -2509,6 +3150,7 @@ class OrgsClient:
|
|
|
2509
3150
|
role_id: int,
|
|
2510
3151
|
*,
|
|
2511
3152
|
headers: Optional[Mapping[str, str]] = None,
|
|
3153
|
+
stream: bool = False,
|
|
2512
3154
|
) -> Response:
|
|
2513
3155
|
"""DEPRECATED orgs/delete-custom-role
|
|
2514
3156
|
|
|
@@ -2535,6 +3177,7 @@ class OrgsClient:
|
|
|
2535
3177
|
"DELETE",
|
|
2536
3178
|
url,
|
|
2537
3179
|
headers=exclude_unset(headers),
|
|
3180
|
+
stream=stream,
|
|
2538
3181
|
)
|
|
2539
3182
|
|
|
2540
3183
|
@overload
|
|
@@ -2544,6 +3187,7 @@ class OrgsClient:
|
|
|
2544
3187
|
role_id: int,
|
|
2545
3188
|
*,
|
|
2546
3189
|
headers: Optional[Mapping[str, str]] = None,
|
|
3190
|
+
stream: bool = False,
|
|
2547
3191
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
2548
3192
|
) -> Response[
|
|
2549
3193
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2557,6 +3201,7 @@ class OrgsClient:
|
|
|
2557
3201
|
*,
|
|
2558
3202
|
data: UnsetType = UNSET,
|
|
2559
3203
|
headers: Optional[Mapping[str, str]] = None,
|
|
3204
|
+
stream: bool = False,
|
|
2560
3205
|
name: Missing[str] = UNSET,
|
|
2561
3206
|
description: Missing[Union[str, None]] = UNSET,
|
|
2562
3207
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -2571,6 +3216,7 @@ class OrgsClient:
|
|
|
2571
3216
|
role_id: int,
|
|
2572
3217
|
*,
|
|
2573
3218
|
headers: Optional[Mapping[str, str]] = None,
|
|
3219
|
+
stream: bool = False,
|
|
2574
3220
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
2575
3221
|
**kwargs,
|
|
2576
3222
|
) -> Response[
|
|
@@ -2619,6 +3265,7 @@ class OrgsClient:
|
|
|
2619
3265
|
url,
|
|
2620
3266
|
json=exclude_unset(json),
|
|
2621
3267
|
headers=exclude_unset(headers),
|
|
3268
|
+
stream=stream,
|
|
2622
3269
|
response_model=OrganizationCustomRepositoryRole,
|
|
2623
3270
|
error_models={
|
|
2624
3271
|
"422": ValidationError,
|
|
@@ -2633,6 +3280,7 @@ class OrgsClient:
|
|
|
2633
3280
|
role_id: int,
|
|
2634
3281
|
*,
|
|
2635
3282
|
headers: Optional[Mapping[str, str]] = None,
|
|
3283
|
+
stream: bool = False,
|
|
2636
3284
|
data: OrganizationCustomRepositoryRoleUpdateSchemaType,
|
|
2637
3285
|
) -> Response[
|
|
2638
3286
|
OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
|
|
@@ -2646,6 +3294,7 @@ class OrgsClient:
|
|
|
2646
3294
|
*,
|
|
2647
3295
|
data: UnsetType = UNSET,
|
|
2648
3296
|
headers: Optional[Mapping[str, str]] = None,
|
|
3297
|
+
stream: bool = False,
|
|
2649
3298
|
name: Missing[str] = UNSET,
|
|
2650
3299
|
description: Missing[Union[str, None]] = UNSET,
|
|
2651
3300
|
base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
|
|
@@ -2660,6 +3309,7 @@ class OrgsClient:
|
|
|
2660
3309
|
role_id: int,
|
|
2661
3310
|
*,
|
|
2662
3311
|
headers: Optional[Mapping[str, str]] = None,
|
|
3312
|
+
stream: bool = False,
|
|
2663
3313
|
data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
|
|
2664
3314
|
**kwargs,
|
|
2665
3315
|
) -> Response[
|
|
@@ -2708,6 +3358,7 @@ class OrgsClient:
|
|
|
2708
3358
|
url,
|
|
2709
3359
|
json=exclude_unset(json),
|
|
2710
3360
|
headers=exclude_unset(headers),
|
|
3361
|
+
stream=stream,
|
|
2711
3362
|
response_model=OrganizationCustomRepositoryRole,
|
|
2712
3363
|
error_models={
|
|
2713
3364
|
"422": ValidationError,
|
|
@@ -2722,6 +3373,7 @@ class OrgsClient:
|
|
|
2722
3373
|
per_page: Missing[int] = UNSET,
|
|
2723
3374
|
page: Missing[int] = UNSET,
|
|
2724
3375
|
headers: Optional[Mapping[str, str]] = None,
|
|
3376
|
+
stream: bool = False,
|
|
2725
3377
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2726
3378
|
"""orgs/list-failed-invitations
|
|
2727
3379
|
|
|
@@ -2751,6 +3403,7 @@ class OrgsClient:
|
|
|
2751
3403
|
url,
|
|
2752
3404
|
params=exclude_unset(params),
|
|
2753
3405
|
headers=exclude_unset(headers),
|
|
3406
|
+
stream=stream,
|
|
2754
3407
|
response_model=list[OrganizationInvitation],
|
|
2755
3408
|
error_models={
|
|
2756
3409
|
"404": BasicError,
|
|
@@ -2764,6 +3417,7 @@ class OrgsClient:
|
|
|
2764
3417
|
per_page: Missing[int] = UNSET,
|
|
2765
3418
|
page: Missing[int] = UNSET,
|
|
2766
3419
|
headers: Optional[Mapping[str, str]] = None,
|
|
3420
|
+
stream: bool = False,
|
|
2767
3421
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2768
3422
|
"""orgs/list-failed-invitations
|
|
2769
3423
|
|
|
@@ -2793,6 +3447,7 @@ class OrgsClient:
|
|
|
2793
3447
|
url,
|
|
2794
3448
|
params=exclude_unset(params),
|
|
2795
3449
|
headers=exclude_unset(headers),
|
|
3450
|
+
stream=stream,
|
|
2796
3451
|
response_model=list[OrganizationInvitation],
|
|
2797
3452
|
error_models={
|
|
2798
3453
|
"404": BasicError,
|
|
@@ -2804,6 +3459,7 @@ class OrgsClient:
|
|
|
2804
3459
|
org: str,
|
|
2805
3460
|
*,
|
|
2806
3461
|
headers: Optional[Mapping[str, str]] = None,
|
|
3462
|
+
stream: bool = False,
|
|
2807
3463
|
) -> Response[
|
|
2808
3464
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
2809
3465
|
]:
|
|
@@ -2833,6 +3489,7 @@ class OrgsClient:
|
|
|
2833
3489
|
"GET",
|
|
2834
3490
|
url,
|
|
2835
3491
|
headers=exclude_unset(headers),
|
|
3492
|
+
stream=stream,
|
|
2836
3493
|
response_model=list[RepositoryFineGrainedPermission],
|
|
2837
3494
|
)
|
|
2838
3495
|
|
|
@@ -2841,6 +3498,7 @@ class OrgsClient:
|
|
|
2841
3498
|
org: str,
|
|
2842
3499
|
*,
|
|
2843
3500
|
headers: Optional[Mapping[str, str]] = None,
|
|
3501
|
+
stream: bool = False,
|
|
2844
3502
|
) -> Response[
|
|
2845
3503
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
2846
3504
|
]:
|
|
@@ -2870,6 +3528,7 @@ class OrgsClient:
|
|
|
2870
3528
|
"GET",
|
|
2871
3529
|
url,
|
|
2872
3530
|
headers=exclude_unset(headers),
|
|
3531
|
+
stream=stream,
|
|
2873
3532
|
response_model=list[RepositoryFineGrainedPermission],
|
|
2874
3533
|
)
|
|
2875
3534
|
|
|
@@ -2880,6 +3539,7 @@ class OrgsClient:
|
|
|
2880
3539
|
per_page: Missing[int] = UNSET,
|
|
2881
3540
|
page: Missing[int] = UNSET,
|
|
2882
3541
|
headers: Optional[Mapping[str, str]] = None,
|
|
3542
|
+
stream: bool = False,
|
|
2883
3543
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
2884
3544
|
"""orgs/list-webhooks
|
|
2885
3545
|
|
|
@@ -2909,6 +3569,7 @@ class OrgsClient:
|
|
|
2909
3569
|
url,
|
|
2910
3570
|
params=exclude_unset(params),
|
|
2911
3571
|
headers=exclude_unset(headers),
|
|
3572
|
+
stream=stream,
|
|
2912
3573
|
response_model=list[OrgHook],
|
|
2913
3574
|
error_models={
|
|
2914
3575
|
"404": BasicError,
|
|
@@ -2922,6 +3583,7 @@ class OrgsClient:
|
|
|
2922
3583
|
per_page: Missing[int] = UNSET,
|
|
2923
3584
|
page: Missing[int] = UNSET,
|
|
2924
3585
|
headers: Optional[Mapping[str, str]] = None,
|
|
3586
|
+
stream: bool = False,
|
|
2925
3587
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
2926
3588
|
"""orgs/list-webhooks
|
|
2927
3589
|
|
|
@@ -2951,6 +3613,7 @@ class OrgsClient:
|
|
|
2951
3613
|
url,
|
|
2952
3614
|
params=exclude_unset(params),
|
|
2953
3615
|
headers=exclude_unset(headers),
|
|
3616
|
+
stream=stream,
|
|
2954
3617
|
response_model=list[OrgHook],
|
|
2955
3618
|
error_models={
|
|
2956
3619
|
"404": BasicError,
|
|
@@ -2963,6 +3626,7 @@ class OrgsClient:
|
|
|
2963
3626
|
org: str,
|
|
2964
3627
|
*,
|
|
2965
3628
|
headers: Optional[Mapping[str, str]] = None,
|
|
3629
|
+
stream: bool = False,
|
|
2966
3630
|
data: OrgsOrgHooksPostBodyType,
|
|
2967
3631
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
2968
3632
|
|
|
@@ -2973,6 +3637,7 @@ class OrgsClient:
|
|
|
2973
3637
|
*,
|
|
2974
3638
|
data: UnsetType = UNSET,
|
|
2975
3639
|
headers: Optional[Mapping[str, str]] = None,
|
|
3640
|
+
stream: bool = False,
|
|
2976
3641
|
name: str,
|
|
2977
3642
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
2978
3643
|
events: Missing[list[str]] = UNSET,
|
|
@@ -2984,6 +3649,7 @@ class OrgsClient:
|
|
|
2984
3649
|
org: str,
|
|
2985
3650
|
*,
|
|
2986
3651
|
headers: Optional[Mapping[str, str]] = None,
|
|
3652
|
+
stream: bool = False,
|
|
2987
3653
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
2988
3654
|
**kwargs,
|
|
2989
3655
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -3019,6 +3685,7 @@ class OrgsClient:
|
|
|
3019
3685
|
url,
|
|
3020
3686
|
json=exclude_unset(json),
|
|
3021
3687
|
headers=exclude_unset(headers),
|
|
3688
|
+
stream=stream,
|
|
3022
3689
|
response_model=OrgHook,
|
|
3023
3690
|
error_models={
|
|
3024
3691
|
"422": ValidationError,
|
|
@@ -3032,6 +3699,7 @@ class OrgsClient:
|
|
|
3032
3699
|
org: str,
|
|
3033
3700
|
*,
|
|
3034
3701
|
headers: Optional[Mapping[str, str]] = None,
|
|
3702
|
+
stream: bool = False,
|
|
3035
3703
|
data: OrgsOrgHooksPostBodyType,
|
|
3036
3704
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
3037
3705
|
|
|
@@ -3042,6 +3710,7 @@ class OrgsClient:
|
|
|
3042
3710
|
*,
|
|
3043
3711
|
data: UnsetType = UNSET,
|
|
3044
3712
|
headers: Optional[Mapping[str, str]] = None,
|
|
3713
|
+
stream: bool = False,
|
|
3045
3714
|
name: str,
|
|
3046
3715
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
3047
3716
|
events: Missing[list[str]] = UNSET,
|
|
@@ -3053,6 +3722,7 @@ class OrgsClient:
|
|
|
3053
3722
|
org: str,
|
|
3054
3723
|
*,
|
|
3055
3724
|
headers: Optional[Mapping[str, str]] = None,
|
|
3725
|
+
stream: bool = False,
|
|
3056
3726
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
3057
3727
|
**kwargs,
|
|
3058
3728
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -3088,6 +3758,7 @@ class OrgsClient:
|
|
|
3088
3758
|
url,
|
|
3089
3759
|
json=exclude_unset(json),
|
|
3090
3760
|
headers=exclude_unset(headers),
|
|
3761
|
+
stream=stream,
|
|
3091
3762
|
response_model=OrgHook,
|
|
3092
3763
|
error_models={
|
|
3093
3764
|
"422": ValidationError,
|
|
@@ -3101,6 +3772,7 @@ class OrgsClient:
|
|
|
3101
3772
|
hook_id: int,
|
|
3102
3773
|
*,
|
|
3103
3774
|
headers: Optional[Mapping[str, str]] = None,
|
|
3775
|
+
stream: bool = False,
|
|
3104
3776
|
) -> Response[OrgHook, OrgHookType]:
|
|
3105
3777
|
"""orgs/get-webhook
|
|
3106
3778
|
|
|
@@ -3124,6 +3796,7 @@ class OrgsClient:
|
|
|
3124
3796
|
"GET",
|
|
3125
3797
|
url,
|
|
3126
3798
|
headers=exclude_unset(headers),
|
|
3799
|
+
stream=stream,
|
|
3127
3800
|
response_model=OrgHook,
|
|
3128
3801
|
error_models={
|
|
3129
3802
|
"404": BasicError,
|
|
@@ -3136,6 +3809,7 @@ class OrgsClient:
|
|
|
3136
3809
|
hook_id: int,
|
|
3137
3810
|
*,
|
|
3138
3811
|
headers: Optional[Mapping[str, str]] = None,
|
|
3812
|
+
stream: bool = False,
|
|
3139
3813
|
) -> Response[OrgHook, OrgHookType]:
|
|
3140
3814
|
"""orgs/get-webhook
|
|
3141
3815
|
|
|
@@ -3159,6 +3833,7 @@ class OrgsClient:
|
|
|
3159
3833
|
"GET",
|
|
3160
3834
|
url,
|
|
3161
3835
|
headers=exclude_unset(headers),
|
|
3836
|
+
stream=stream,
|
|
3162
3837
|
response_model=OrgHook,
|
|
3163
3838
|
error_models={
|
|
3164
3839
|
"404": BasicError,
|
|
@@ -3171,6 +3846,7 @@ class OrgsClient:
|
|
|
3171
3846
|
hook_id: int,
|
|
3172
3847
|
*,
|
|
3173
3848
|
headers: Optional[Mapping[str, str]] = None,
|
|
3849
|
+
stream: bool = False,
|
|
3174
3850
|
) -> Response:
|
|
3175
3851
|
"""orgs/delete-webhook
|
|
3176
3852
|
|
|
@@ -3194,6 +3870,7 @@ class OrgsClient:
|
|
|
3194
3870
|
"DELETE",
|
|
3195
3871
|
url,
|
|
3196
3872
|
headers=exclude_unset(headers),
|
|
3873
|
+
stream=stream,
|
|
3197
3874
|
error_models={
|
|
3198
3875
|
"404": BasicError,
|
|
3199
3876
|
},
|
|
@@ -3205,6 +3882,7 @@ class OrgsClient:
|
|
|
3205
3882
|
hook_id: int,
|
|
3206
3883
|
*,
|
|
3207
3884
|
headers: Optional[Mapping[str, str]] = None,
|
|
3885
|
+
stream: bool = False,
|
|
3208
3886
|
) -> Response:
|
|
3209
3887
|
"""orgs/delete-webhook
|
|
3210
3888
|
|
|
@@ -3228,6 +3906,7 @@ class OrgsClient:
|
|
|
3228
3906
|
"DELETE",
|
|
3229
3907
|
url,
|
|
3230
3908
|
headers=exclude_unset(headers),
|
|
3909
|
+
stream=stream,
|
|
3231
3910
|
error_models={
|
|
3232
3911
|
"404": BasicError,
|
|
3233
3912
|
},
|
|
@@ -3240,6 +3919,7 @@ class OrgsClient:
|
|
|
3240
3919
|
hook_id: int,
|
|
3241
3920
|
*,
|
|
3242
3921
|
headers: Optional[Mapping[str, str]] = None,
|
|
3922
|
+
stream: bool = False,
|
|
3243
3923
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
3244
3924
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
3245
3925
|
|
|
@@ -3251,6 +3931,7 @@ class OrgsClient:
|
|
|
3251
3931
|
*,
|
|
3252
3932
|
data: UnsetType = UNSET,
|
|
3253
3933
|
headers: Optional[Mapping[str, str]] = None,
|
|
3934
|
+
stream: bool = False,
|
|
3254
3935
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
3255
3936
|
events: Missing[list[str]] = UNSET,
|
|
3256
3937
|
active: Missing[bool] = UNSET,
|
|
@@ -3263,6 +3944,7 @@ class OrgsClient:
|
|
|
3263
3944
|
hook_id: int,
|
|
3264
3945
|
*,
|
|
3265
3946
|
headers: Optional[Mapping[str, str]] = None,
|
|
3947
|
+
stream: bool = False,
|
|
3266
3948
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
3267
3949
|
**kwargs,
|
|
3268
3950
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -3303,6 +3985,7 @@ class OrgsClient:
|
|
|
3303
3985
|
url,
|
|
3304
3986
|
json=exclude_unset(json),
|
|
3305
3987
|
headers=exclude_unset(headers),
|
|
3988
|
+
stream=stream,
|
|
3306
3989
|
response_model=OrgHook,
|
|
3307
3990
|
error_models={
|
|
3308
3991
|
"422": ValidationError,
|
|
@@ -3317,6 +4000,7 @@ class OrgsClient:
|
|
|
3317
4000
|
hook_id: int,
|
|
3318
4001
|
*,
|
|
3319
4002
|
headers: Optional[Mapping[str, str]] = None,
|
|
4003
|
+
stream: bool = False,
|
|
3320
4004
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
3321
4005
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
3322
4006
|
|
|
@@ -3328,6 +4012,7 @@ class OrgsClient:
|
|
|
3328
4012
|
*,
|
|
3329
4013
|
data: UnsetType = UNSET,
|
|
3330
4014
|
headers: Optional[Mapping[str, str]] = None,
|
|
4015
|
+
stream: bool = False,
|
|
3331
4016
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
3332
4017
|
events: Missing[list[str]] = UNSET,
|
|
3333
4018
|
active: Missing[bool] = UNSET,
|
|
@@ -3340,6 +4025,7 @@ class OrgsClient:
|
|
|
3340
4025
|
hook_id: int,
|
|
3341
4026
|
*,
|
|
3342
4027
|
headers: Optional[Mapping[str, str]] = None,
|
|
4028
|
+
stream: bool = False,
|
|
3343
4029
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
3344
4030
|
**kwargs,
|
|
3345
4031
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -3380,6 +4066,7 @@ class OrgsClient:
|
|
|
3380
4066
|
url,
|
|
3381
4067
|
json=exclude_unset(json),
|
|
3382
4068
|
headers=exclude_unset(headers),
|
|
4069
|
+
stream=stream,
|
|
3383
4070
|
response_model=OrgHook,
|
|
3384
4071
|
error_models={
|
|
3385
4072
|
"422": ValidationError,
|
|
@@ -3393,6 +4080,7 @@ class OrgsClient:
|
|
|
3393
4080
|
hook_id: int,
|
|
3394
4081
|
*,
|
|
3395
4082
|
headers: Optional[Mapping[str, str]] = None,
|
|
4083
|
+
stream: bool = False,
|
|
3396
4084
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
3397
4085
|
"""orgs/get-webhook-config-for-org
|
|
3398
4086
|
|
|
@@ -3416,6 +4104,7 @@ class OrgsClient:
|
|
|
3416
4104
|
"GET",
|
|
3417
4105
|
url,
|
|
3418
4106
|
headers=exclude_unset(headers),
|
|
4107
|
+
stream=stream,
|
|
3419
4108
|
response_model=WebhookConfig,
|
|
3420
4109
|
)
|
|
3421
4110
|
|
|
@@ -3425,6 +4114,7 @@ class OrgsClient:
|
|
|
3425
4114
|
hook_id: int,
|
|
3426
4115
|
*,
|
|
3427
4116
|
headers: Optional[Mapping[str, str]] = None,
|
|
4117
|
+
stream: bool = False,
|
|
3428
4118
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
3429
4119
|
"""orgs/get-webhook-config-for-org
|
|
3430
4120
|
|
|
@@ -3448,6 +4138,7 @@ class OrgsClient:
|
|
|
3448
4138
|
"GET",
|
|
3449
4139
|
url,
|
|
3450
4140
|
headers=exclude_unset(headers),
|
|
4141
|
+
stream=stream,
|
|
3451
4142
|
response_model=WebhookConfig,
|
|
3452
4143
|
)
|
|
3453
4144
|
|
|
@@ -3458,6 +4149,7 @@ class OrgsClient:
|
|
|
3458
4149
|
hook_id: int,
|
|
3459
4150
|
*,
|
|
3460
4151
|
headers: Optional[Mapping[str, str]] = None,
|
|
4152
|
+
stream: bool = False,
|
|
3461
4153
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
3462
4154
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
3463
4155
|
|
|
@@ -3469,6 +4161,7 @@ class OrgsClient:
|
|
|
3469
4161
|
*,
|
|
3470
4162
|
data: UnsetType = UNSET,
|
|
3471
4163
|
headers: Optional[Mapping[str, str]] = None,
|
|
4164
|
+
stream: bool = False,
|
|
3472
4165
|
url: Missing[str] = UNSET,
|
|
3473
4166
|
content_type: Missing[str] = UNSET,
|
|
3474
4167
|
secret: Missing[str] = UNSET,
|
|
@@ -3481,6 +4174,7 @@ class OrgsClient:
|
|
|
3481
4174
|
hook_id: int,
|
|
3482
4175
|
*,
|
|
3483
4176
|
headers: Optional[Mapping[str, str]] = None,
|
|
4177
|
+
stream: bool = False,
|
|
3484
4178
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
3485
4179
|
**kwargs,
|
|
3486
4180
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -3516,6 +4210,7 @@ class OrgsClient:
|
|
|
3516
4210
|
url,
|
|
3517
4211
|
json=exclude_unset(json),
|
|
3518
4212
|
headers=exclude_unset(headers),
|
|
4213
|
+
stream=stream,
|
|
3519
4214
|
response_model=WebhookConfig,
|
|
3520
4215
|
)
|
|
3521
4216
|
|
|
@@ -3526,6 +4221,7 @@ class OrgsClient:
|
|
|
3526
4221
|
hook_id: int,
|
|
3527
4222
|
*,
|
|
3528
4223
|
headers: Optional[Mapping[str, str]] = None,
|
|
4224
|
+
stream: bool = False,
|
|
3529
4225
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
3530
4226
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
3531
4227
|
|
|
@@ -3537,6 +4233,7 @@ class OrgsClient:
|
|
|
3537
4233
|
*,
|
|
3538
4234
|
data: UnsetType = UNSET,
|
|
3539
4235
|
headers: Optional[Mapping[str, str]] = None,
|
|
4236
|
+
stream: bool = False,
|
|
3540
4237
|
url: Missing[str] = UNSET,
|
|
3541
4238
|
content_type: Missing[str] = UNSET,
|
|
3542
4239
|
secret: Missing[str] = UNSET,
|
|
@@ -3549,6 +4246,7 @@ class OrgsClient:
|
|
|
3549
4246
|
hook_id: int,
|
|
3550
4247
|
*,
|
|
3551
4248
|
headers: Optional[Mapping[str, str]] = None,
|
|
4249
|
+
stream: bool = False,
|
|
3552
4250
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
3553
4251
|
**kwargs,
|
|
3554
4252
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -3584,6 +4282,7 @@ class OrgsClient:
|
|
|
3584
4282
|
url,
|
|
3585
4283
|
json=exclude_unset(json),
|
|
3586
4284
|
headers=exclude_unset(headers),
|
|
4285
|
+
stream=stream,
|
|
3587
4286
|
response_model=WebhookConfig,
|
|
3588
4287
|
)
|
|
3589
4288
|
|
|
@@ -3595,6 +4294,7 @@ class OrgsClient:
|
|
|
3595
4294
|
per_page: Missing[int] = UNSET,
|
|
3596
4295
|
cursor: Missing[str] = UNSET,
|
|
3597
4296
|
headers: Optional[Mapping[str, str]] = None,
|
|
4297
|
+
stream: bool = False,
|
|
3598
4298
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
3599
4299
|
"""orgs/list-webhook-deliveries
|
|
3600
4300
|
|
|
@@ -3624,6 +4324,7 @@ class OrgsClient:
|
|
|
3624
4324
|
url,
|
|
3625
4325
|
params=exclude_unset(params),
|
|
3626
4326
|
headers=exclude_unset(headers),
|
|
4327
|
+
stream=stream,
|
|
3627
4328
|
response_model=list[HookDeliveryItem],
|
|
3628
4329
|
error_models={
|
|
3629
4330
|
"400": BasicError,
|
|
@@ -3639,6 +4340,7 @@ class OrgsClient:
|
|
|
3639
4340
|
per_page: Missing[int] = UNSET,
|
|
3640
4341
|
cursor: Missing[str] = UNSET,
|
|
3641
4342
|
headers: Optional[Mapping[str, str]] = None,
|
|
4343
|
+
stream: bool = False,
|
|
3642
4344
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
3643
4345
|
"""orgs/list-webhook-deliveries
|
|
3644
4346
|
|
|
@@ -3668,6 +4370,7 @@ class OrgsClient:
|
|
|
3668
4370
|
url,
|
|
3669
4371
|
params=exclude_unset(params),
|
|
3670
4372
|
headers=exclude_unset(headers),
|
|
4373
|
+
stream=stream,
|
|
3671
4374
|
response_model=list[HookDeliveryItem],
|
|
3672
4375
|
error_models={
|
|
3673
4376
|
"400": BasicError,
|
|
@@ -3682,6 +4385,7 @@ class OrgsClient:
|
|
|
3682
4385
|
delivery_id: int,
|
|
3683
4386
|
*,
|
|
3684
4387
|
headers: Optional[Mapping[str, str]] = None,
|
|
4388
|
+
stream: bool = False,
|
|
3685
4389
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
3686
4390
|
"""orgs/get-webhook-delivery
|
|
3687
4391
|
|
|
@@ -3705,6 +4409,7 @@ class OrgsClient:
|
|
|
3705
4409
|
"GET",
|
|
3706
4410
|
url,
|
|
3707
4411
|
headers=exclude_unset(headers),
|
|
4412
|
+
stream=stream,
|
|
3708
4413
|
response_model=HookDelivery,
|
|
3709
4414
|
error_models={
|
|
3710
4415
|
"400": BasicError,
|
|
@@ -3719,6 +4424,7 @@ class OrgsClient:
|
|
|
3719
4424
|
delivery_id: int,
|
|
3720
4425
|
*,
|
|
3721
4426
|
headers: Optional[Mapping[str, str]] = None,
|
|
4427
|
+
stream: bool = False,
|
|
3722
4428
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
3723
4429
|
"""orgs/get-webhook-delivery
|
|
3724
4430
|
|
|
@@ -3742,6 +4448,7 @@ class OrgsClient:
|
|
|
3742
4448
|
"GET",
|
|
3743
4449
|
url,
|
|
3744
4450
|
headers=exclude_unset(headers),
|
|
4451
|
+
stream=stream,
|
|
3745
4452
|
response_model=HookDelivery,
|
|
3746
4453
|
error_models={
|
|
3747
4454
|
"400": BasicError,
|
|
@@ -3756,6 +4463,7 @@ class OrgsClient:
|
|
|
3756
4463
|
delivery_id: int,
|
|
3757
4464
|
*,
|
|
3758
4465
|
headers: Optional[Mapping[str, str]] = None,
|
|
4466
|
+
stream: bool = False,
|
|
3759
4467
|
) -> Response[
|
|
3760
4468
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3761
4469
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -3786,6 +4494,7 @@ class OrgsClient:
|
|
|
3786
4494
|
"POST",
|
|
3787
4495
|
url,
|
|
3788
4496
|
headers=exclude_unset(headers),
|
|
4497
|
+
stream=stream,
|
|
3789
4498
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3790
4499
|
error_models={
|
|
3791
4500
|
"400": BasicError,
|
|
@@ -3800,6 +4509,7 @@ class OrgsClient:
|
|
|
3800
4509
|
delivery_id: int,
|
|
3801
4510
|
*,
|
|
3802
4511
|
headers: Optional[Mapping[str, str]] = None,
|
|
4512
|
+
stream: bool = False,
|
|
3803
4513
|
) -> Response[
|
|
3804
4514
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3805
4515
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -3830,6 +4540,7 @@ class OrgsClient:
|
|
|
3830
4540
|
"POST",
|
|
3831
4541
|
url,
|
|
3832
4542
|
headers=exclude_unset(headers),
|
|
4543
|
+
stream=stream,
|
|
3833
4544
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
3834
4545
|
error_models={
|
|
3835
4546
|
"400": BasicError,
|
|
@@ -3843,6 +4554,7 @@ class OrgsClient:
|
|
|
3843
4554
|
hook_id: int,
|
|
3844
4555
|
*,
|
|
3845
4556
|
headers: Optional[Mapping[str, str]] = None,
|
|
4557
|
+
stream: bool = False,
|
|
3846
4558
|
) -> Response:
|
|
3847
4559
|
"""orgs/ping-webhook
|
|
3848
4560
|
|
|
@@ -3866,6 +4578,7 @@ class OrgsClient:
|
|
|
3866
4578
|
"POST",
|
|
3867
4579
|
url,
|
|
3868
4580
|
headers=exclude_unset(headers),
|
|
4581
|
+
stream=stream,
|
|
3869
4582
|
error_models={
|
|
3870
4583
|
"404": BasicError,
|
|
3871
4584
|
},
|
|
@@ -3877,6 +4590,7 @@ class OrgsClient:
|
|
|
3877
4590
|
hook_id: int,
|
|
3878
4591
|
*,
|
|
3879
4592
|
headers: Optional[Mapping[str, str]] = None,
|
|
4593
|
+
stream: bool = False,
|
|
3880
4594
|
) -> Response:
|
|
3881
4595
|
"""orgs/ping-webhook
|
|
3882
4596
|
|
|
@@ -3900,6 +4614,7 @@ class OrgsClient:
|
|
|
3900
4614
|
"POST",
|
|
3901
4615
|
url,
|
|
3902
4616
|
headers=exclude_unset(headers),
|
|
4617
|
+
stream=stream,
|
|
3903
4618
|
error_models={
|
|
3904
4619
|
"404": BasicError,
|
|
3905
4620
|
},
|
|
@@ -3936,6 +4651,7 @@ class OrgsClient:
|
|
|
3936
4651
|
] = UNSET,
|
|
3937
4652
|
api_route_substring: Missing[str] = UNSET,
|
|
3938
4653
|
headers: Optional[Mapping[str, str]] = None,
|
|
4654
|
+
stream: bool = False,
|
|
3939
4655
|
) -> Response[
|
|
3940
4656
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
3941
4657
|
]:
|
|
@@ -3969,6 +4685,7 @@ class OrgsClient:
|
|
|
3969
4685
|
url,
|
|
3970
4686
|
params=exclude_unset(params),
|
|
3971
4687
|
headers=exclude_unset(headers),
|
|
4688
|
+
stream=stream,
|
|
3972
4689
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
3973
4690
|
)
|
|
3974
4691
|
|
|
@@ -4003,6 +4720,7 @@ class OrgsClient:
|
|
|
4003
4720
|
] = UNSET,
|
|
4004
4721
|
api_route_substring: Missing[str] = UNSET,
|
|
4005
4722
|
headers: Optional[Mapping[str, str]] = None,
|
|
4723
|
+
stream: bool = False,
|
|
4006
4724
|
) -> Response[
|
|
4007
4725
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
4008
4726
|
]:
|
|
@@ -4036,6 +4754,7 @@ class OrgsClient:
|
|
|
4036
4754
|
url,
|
|
4037
4755
|
params=exclude_unset(params),
|
|
4038
4756
|
headers=exclude_unset(headers),
|
|
4757
|
+
stream=stream,
|
|
4039
4758
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
4040
4759
|
)
|
|
4041
4760
|
|
|
@@ -4061,6 +4780,7 @@ class OrgsClient:
|
|
|
4061
4780
|
] = UNSET,
|
|
4062
4781
|
subject_name_substring: Missing[str] = UNSET,
|
|
4063
4782
|
headers: Optional[Mapping[str, str]] = None,
|
|
4783
|
+
stream: bool = False,
|
|
4064
4784
|
) -> Response[
|
|
4065
4785
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
4066
4786
|
]:
|
|
@@ -4094,6 +4814,7 @@ class OrgsClient:
|
|
|
4094
4814
|
url,
|
|
4095
4815
|
params=exclude_unset(params),
|
|
4096
4816
|
headers=exclude_unset(headers),
|
|
4817
|
+
stream=stream,
|
|
4097
4818
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
4098
4819
|
)
|
|
4099
4820
|
|
|
@@ -4119,6 +4840,7 @@ class OrgsClient:
|
|
|
4119
4840
|
] = UNSET,
|
|
4120
4841
|
subject_name_substring: Missing[str] = UNSET,
|
|
4121
4842
|
headers: Optional[Mapping[str, str]] = None,
|
|
4843
|
+
stream: bool = False,
|
|
4122
4844
|
) -> Response[
|
|
4123
4845
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
4124
4846
|
]:
|
|
@@ -4152,6 +4874,7 @@ class OrgsClient:
|
|
|
4152
4874
|
url,
|
|
4153
4875
|
params=exclude_unset(params),
|
|
4154
4876
|
headers=exclude_unset(headers),
|
|
4877
|
+
stream=stream,
|
|
4155
4878
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
4156
4879
|
)
|
|
4157
4880
|
|
|
@@ -4162,6 +4885,7 @@ class OrgsClient:
|
|
|
4162
4885
|
min_timestamp: str,
|
|
4163
4886
|
max_timestamp: Missing[str] = UNSET,
|
|
4164
4887
|
headers: Optional[Mapping[str, str]] = None,
|
|
4888
|
+
stream: bool = False,
|
|
4165
4889
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4166
4890
|
"""api-insights/get-summary-stats
|
|
4167
4891
|
|
|
@@ -4188,6 +4912,7 @@ class OrgsClient:
|
|
|
4188
4912
|
url,
|
|
4189
4913
|
params=exclude_unset(params),
|
|
4190
4914
|
headers=exclude_unset(headers),
|
|
4915
|
+
stream=stream,
|
|
4191
4916
|
response_model=ApiInsightsSummaryStats,
|
|
4192
4917
|
)
|
|
4193
4918
|
|
|
@@ -4198,6 +4923,7 @@ class OrgsClient:
|
|
|
4198
4923
|
min_timestamp: str,
|
|
4199
4924
|
max_timestamp: Missing[str] = UNSET,
|
|
4200
4925
|
headers: Optional[Mapping[str, str]] = None,
|
|
4926
|
+
stream: bool = False,
|
|
4201
4927
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4202
4928
|
"""api-insights/get-summary-stats
|
|
4203
4929
|
|
|
@@ -4224,6 +4950,7 @@ class OrgsClient:
|
|
|
4224
4950
|
url,
|
|
4225
4951
|
params=exclude_unset(params),
|
|
4226
4952
|
headers=exclude_unset(headers),
|
|
4953
|
+
stream=stream,
|
|
4227
4954
|
response_model=ApiInsightsSummaryStats,
|
|
4228
4955
|
)
|
|
4229
4956
|
|
|
@@ -4235,6 +4962,7 @@ class OrgsClient:
|
|
|
4235
4962
|
min_timestamp: str,
|
|
4236
4963
|
max_timestamp: Missing[str] = UNSET,
|
|
4237
4964
|
headers: Optional[Mapping[str, str]] = None,
|
|
4965
|
+
stream: bool = False,
|
|
4238
4966
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4239
4967
|
"""api-insights/get-summary-stats-by-user
|
|
4240
4968
|
|
|
@@ -4261,6 +4989,7 @@ class OrgsClient:
|
|
|
4261
4989
|
url,
|
|
4262
4990
|
params=exclude_unset(params),
|
|
4263
4991
|
headers=exclude_unset(headers),
|
|
4992
|
+
stream=stream,
|
|
4264
4993
|
response_model=ApiInsightsSummaryStats,
|
|
4265
4994
|
)
|
|
4266
4995
|
|
|
@@ -4272,6 +5001,7 @@ class OrgsClient:
|
|
|
4272
5001
|
min_timestamp: str,
|
|
4273
5002
|
max_timestamp: Missing[str] = UNSET,
|
|
4274
5003
|
headers: Optional[Mapping[str, str]] = None,
|
|
5004
|
+
stream: bool = False,
|
|
4275
5005
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4276
5006
|
"""api-insights/get-summary-stats-by-user
|
|
4277
5007
|
|
|
@@ -4298,6 +5028,7 @@ class OrgsClient:
|
|
|
4298
5028
|
url,
|
|
4299
5029
|
params=exclude_unset(params),
|
|
4300
5030
|
headers=exclude_unset(headers),
|
|
5031
|
+
stream=stream,
|
|
4301
5032
|
response_model=ApiInsightsSummaryStats,
|
|
4302
5033
|
)
|
|
4303
5034
|
|
|
@@ -4316,6 +5047,7 @@ class OrgsClient:
|
|
|
4316
5047
|
min_timestamp: str,
|
|
4317
5048
|
max_timestamp: Missing[str] = UNSET,
|
|
4318
5049
|
headers: Optional[Mapping[str, str]] = None,
|
|
5050
|
+
stream: bool = False,
|
|
4319
5051
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4320
5052
|
"""api-insights/get-summary-stats-by-actor
|
|
4321
5053
|
|
|
@@ -4342,6 +5074,7 @@ class OrgsClient:
|
|
|
4342
5074
|
url,
|
|
4343
5075
|
params=exclude_unset(params),
|
|
4344
5076
|
headers=exclude_unset(headers),
|
|
5077
|
+
stream=stream,
|
|
4345
5078
|
response_model=ApiInsightsSummaryStats,
|
|
4346
5079
|
)
|
|
4347
5080
|
|
|
@@ -4360,6 +5093,7 @@ class OrgsClient:
|
|
|
4360
5093
|
min_timestamp: str,
|
|
4361
5094
|
max_timestamp: Missing[str] = UNSET,
|
|
4362
5095
|
headers: Optional[Mapping[str, str]] = None,
|
|
5096
|
+
stream: bool = False,
|
|
4363
5097
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
4364
5098
|
"""api-insights/get-summary-stats-by-actor
|
|
4365
5099
|
|
|
@@ -4386,6 +5120,7 @@ class OrgsClient:
|
|
|
4386
5120
|
url,
|
|
4387
5121
|
params=exclude_unset(params),
|
|
4388
5122
|
headers=exclude_unset(headers),
|
|
5123
|
+
stream=stream,
|
|
4389
5124
|
response_model=ApiInsightsSummaryStats,
|
|
4390
5125
|
)
|
|
4391
5126
|
|
|
@@ -4397,6 +5132,7 @@ class OrgsClient:
|
|
|
4397
5132
|
max_timestamp: Missing[str] = UNSET,
|
|
4398
5133
|
timestamp_increment: str,
|
|
4399
5134
|
headers: Optional[Mapping[str, str]] = None,
|
|
5135
|
+
stream: bool = False,
|
|
4400
5136
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4401
5137
|
"""api-insights/get-time-stats
|
|
4402
5138
|
|
|
@@ -4424,6 +5160,7 @@ class OrgsClient:
|
|
|
4424
5160
|
url,
|
|
4425
5161
|
params=exclude_unset(params),
|
|
4426
5162
|
headers=exclude_unset(headers),
|
|
5163
|
+
stream=stream,
|
|
4427
5164
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4428
5165
|
)
|
|
4429
5166
|
|
|
@@ -4435,6 +5172,7 @@ class OrgsClient:
|
|
|
4435
5172
|
max_timestamp: Missing[str] = UNSET,
|
|
4436
5173
|
timestamp_increment: str,
|
|
4437
5174
|
headers: Optional[Mapping[str, str]] = None,
|
|
5175
|
+
stream: bool = False,
|
|
4438
5176
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4439
5177
|
"""api-insights/get-time-stats
|
|
4440
5178
|
|
|
@@ -4462,6 +5200,7 @@ class OrgsClient:
|
|
|
4462
5200
|
url,
|
|
4463
5201
|
params=exclude_unset(params),
|
|
4464
5202
|
headers=exclude_unset(headers),
|
|
5203
|
+
stream=stream,
|
|
4465
5204
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4466
5205
|
)
|
|
4467
5206
|
|
|
@@ -4474,6 +5213,7 @@ class OrgsClient:
|
|
|
4474
5213
|
max_timestamp: Missing[str] = UNSET,
|
|
4475
5214
|
timestamp_increment: str,
|
|
4476
5215
|
headers: Optional[Mapping[str, str]] = None,
|
|
5216
|
+
stream: bool = False,
|
|
4477
5217
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4478
5218
|
"""api-insights/get-time-stats-by-user
|
|
4479
5219
|
|
|
@@ -4501,6 +5241,7 @@ class OrgsClient:
|
|
|
4501
5241
|
url,
|
|
4502
5242
|
params=exclude_unset(params),
|
|
4503
5243
|
headers=exclude_unset(headers),
|
|
5244
|
+
stream=stream,
|
|
4504
5245
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4505
5246
|
)
|
|
4506
5247
|
|
|
@@ -4513,6 +5254,7 @@ class OrgsClient:
|
|
|
4513
5254
|
max_timestamp: Missing[str] = UNSET,
|
|
4514
5255
|
timestamp_increment: str,
|
|
4515
5256
|
headers: Optional[Mapping[str, str]] = None,
|
|
5257
|
+
stream: bool = False,
|
|
4516
5258
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4517
5259
|
"""api-insights/get-time-stats-by-user
|
|
4518
5260
|
|
|
@@ -4540,6 +5282,7 @@ class OrgsClient:
|
|
|
4540
5282
|
url,
|
|
4541
5283
|
params=exclude_unset(params),
|
|
4542
5284
|
headers=exclude_unset(headers),
|
|
5285
|
+
stream=stream,
|
|
4543
5286
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4544
5287
|
)
|
|
4545
5288
|
|
|
@@ -4559,6 +5302,7 @@ class OrgsClient:
|
|
|
4559
5302
|
max_timestamp: Missing[str] = UNSET,
|
|
4560
5303
|
timestamp_increment: str,
|
|
4561
5304
|
headers: Optional[Mapping[str, str]] = None,
|
|
5305
|
+
stream: bool = False,
|
|
4562
5306
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4563
5307
|
"""api-insights/get-time-stats-by-actor
|
|
4564
5308
|
|
|
@@ -4586,6 +5330,7 @@ class OrgsClient:
|
|
|
4586
5330
|
url,
|
|
4587
5331
|
params=exclude_unset(params),
|
|
4588
5332
|
headers=exclude_unset(headers),
|
|
5333
|
+
stream=stream,
|
|
4589
5334
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4590
5335
|
)
|
|
4591
5336
|
|
|
@@ -4605,6 +5350,7 @@ class OrgsClient:
|
|
|
4605
5350
|
max_timestamp: Missing[str] = UNSET,
|
|
4606
5351
|
timestamp_increment: str,
|
|
4607
5352
|
headers: Optional[Mapping[str, str]] = None,
|
|
5353
|
+
stream: bool = False,
|
|
4608
5354
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
4609
5355
|
"""api-insights/get-time-stats-by-actor
|
|
4610
5356
|
|
|
@@ -4632,6 +5378,7 @@ class OrgsClient:
|
|
|
4632
5378
|
url,
|
|
4633
5379
|
params=exclude_unset(params),
|
|
4634
5380
|
headers=exclude_unset(headers),
|
|
5381
|
+
stream=stream,
|
|
4635
5382
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
4636
5383
|
)
|
|
4637
5384
|
|
|
@@ -4658,6 +5405,7 @@ class OrgsClient:
|
|
|
4658
5405
|
] = UNSET,
|
|
4659
5406
|
actor_name_substring: Missing[str] = UNSET,
|
|
4660
5407
|
headers: Optional[Mapping[str, str]] = None,
|
|
5408
|
+
stream: bool = False,
|
|
4661
5409
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
4662
5410
|
"""api-insights/get-user-stats
|
|
4663
5411
|
|
|
@@ -4689,6 +5437,7 @@ class OrgsClient:
|
|
|
4689
5437
|
url,
|
|
4690
5438
|
params=exclude_unset(params),
|
|
4691
5439
|
headers=exclude_unset(headers),
|
|
5440
|
+
stream=stream,
|
|
4692
5441
|
response_model=list[ApiInsightsUserStatsItems],
|
|
4693
5442
|
)
|
|
4694
5443
|
|
|
@@ -4715,6 +5464,7 @@ class OrgsClient:
|
|
|
4715
5464
|
] = UNSET,
|
|
4716
5465
|
actor_name_substring: Missing[str] = UNSET,
|
|
4717
5466
|
headers: Optional[Mapping[str, str]] = None,
|
|
5467
|
+
stream: bool = False,
|
|
4718
5468
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
4719
5469
|
"""api-insights/get-user-stats
|
|
4720
5470
|
|
|
@@ -4746,6 +5496,7 @@ class OrgsClient:
|
|
|
4746
5496
|
url,
|
|
4747
5497
|
params=exclude_unset(params),
|
|
4748
5498
|
headers=exclude_unset(headers),
|
|
5499
|
+
stream=stream,
|
|
4749
5500
|
response_model=list[ApiInsightsUserStatsItems],
|
|
4750
5501
|
)
|
|
4751
5502
|
|
|
@@ -4756,6 +5507,7 @@ class OrgsClient:
|
|
|
4756
5507
|
per_page: Missing[int] = UNSET,
|
|
4757
5508
|
page: Missing[int] = UNSET,
|
|
4758
5509
|
headers: Optional[Mapping[str, str]] = None,
|
|
5510
|
+
stream: bool = False,
|
|
4759
5511
|
) -> Response[
|
|
4760
5512
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
4761
5513
|
]:
|
|
@@ -4789,6 +5541,7 @@ class OrgsClient:
|
|
|
4789
5541
|
url,
|
|
4790
5542
|
params=exclude_unset(params),
|
|
4791
5543
|
headers=exclude_unset(headers),
|
|
5544
|
+
stream=stream,
|
|
4792
5545
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
4793
5546
|
)
|
|
4794
5547
|
|
|
@@ -4799,6 +5552,7 @@ class OrgsClient:
|
|
|
4799
5552
|
per_page: Missing[int] = UNSET,
|
|
4800
5553
|
page: Missing[int] = UNSET,
|
|
4801
5554
|
headers: Optional[Mapping[str, str]] = None,
|
|
5555
|
+
stream: bool = False,
|
|
4802
5556
|
) -> Response[
|
|
4803
5557
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
4804
5558
|
]:
|
|
@@ -4832,6 +5586,7 @@ class OrgsClient:
|
|
|
4832
5586
|
url,
|
|
4833
5587
|
params=exclude_unset(params),
|
|
4834
5588
|
headers=exclude_unset(headers),
|
|
5589
|
+
stream=stream,
|
|
4835
5590
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
4836
5591
|
)
|
|
4837
5592
|
|
|
@@ -4848,6 +5603,7 @@ class OrgsClient:
|
|
|
4848
5603
|
] = UNSET,
|
|
4849
5604
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
4850
5605
|
headers: Optional[Mapping[str, str]] = None,
|
|
5606
|
+
stream: bool = False,
|
|
4851
5607
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
4852
5608
|
"""orgs/list-pending-invitations
|
|
4853
5609
|
|
|
@@ -4881,6 +5637,7 @@ class OrgsClient:
|
|
|
4881
5637
|
url,
|
|
4882
5638
|
params=exclude_unset(params),
|
|
4883
5639
|
headers=exclude_unset(headers),
|
|
5640
|
+
stream=stream,
|
|
4884
5641
|
response_model=list[OrganizationInvitation],
|
|
4885
5642
|
error_models={
|
|
4886
5643
|
"404": BasicError,
|
|
@@ -4900,6 +5657,7 @@ class OrgsClient:
|
|
|
4900
5657
|
] = UNSET,
|
|
4901
5658
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
4902
5659
|
headers: Optional[Mapping[str, str]] = None,
|
|
5660
|
+
stream: bool = False,
|
|
4903
5661
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
4904
5662
|
"""orgs/list-pending-invitations
|
|
4905
5663
|
|
|
@@ -4933,6 +5691,7 @@ class OrgsClient:
|
|
|
4933
5691
|
url,
|
|
4934
5692
|
params=exclude_unset(params),
|
|
4935
5693
|
headers=exclude_unset(headers),
|
|
5694
|
+
stream=stream,
|
|
4936
5695
|
response_model=list[OrganizationInvitation],
|
|
4937
5696
|
error_models={
|
|
4938
5697
|
"404": BasicError,
|
|
@@ -4945,6 +5704,7 @@ class OrgsClient:
|
|
|
4945
5704
|
org: str,
|
|
4946
5705
|
*,
|
|
4947
5706
|
headers: Optional[Mapping[str, str]] = None,
|
|
5707
|
+
stream: bool = False,
|
|
4948
5708
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
4949
5709
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
4950
5710
|
|
|
@@ -4955,6 +5715,7 @@ class OrgsClient:
|
|
|
4955
5715
|
*,
|
|
4956
5716
|
data: UnsetType = UNSET,
|
|
4957
5717
|
headers: Optional[Mapping[str, str]] = None,
|
|
5718
|
+
stream: bool = False,
|
|
4958
5719
|
invitee_id: Missing[int] = UNSET,
|
|
4959
5720
|
email: Missing[str] = UNSET,
|
|
4960
5721
|
role: Missing[
|
|
@@ -4968,6 +5729,7 @@ class OrgsClient:
|
|
|
4968
5729
|
org: str,
|
|
4969
5730
|
*,
|
|
4970
5731
|
headers: Optional[Mapping[str, str]] = None,
|
|
5732
|
+
stream: bool = False,
|
|
4971
5733
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
4972
5734
|
**kwargs,
|
|
4973
5735
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -5009,6 +5771,7 @@ class OrgsClient:
|
|
|
5009
5771
|
url,
|
|
5010
5772
|
json=exclude_unset(json),
|
|
5011
5773
|
headers=exclude_unset(headers),
|
|
5774
|
+
stream=stream,
|
|
5012
5775
|
response_model=OrganizationInvitation,
|
|
5013
5776
|
error_models={
|
|
5014
5777
|
"422": ValidationError,
|
|
@@ -5022,6 +5785,7 @@ class OrgsClient:
|
|
|
5022
5785
|
org: str,
|
|
5023
5786
|
*,
|
|
5024
5787
|
headers: Optional[Mapping[str, str]] = None,
|
|
5788
|
+
stream: bool = False,
|
|
5025
5789
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
5026
5790
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
5027
5791
|
|
|
@@ -5032,6 +5796,7 @@ class OrgsClient:
|
|
|
5032
5796
|
*,
|
|
5033
5797
|
data: UnsetType = UNSET,
|
|
5034
5798
|
headers: Optional[Mapping[str, str]] = None,
|
|
5799
|
+
stream: bool = False,
|
|
5035
5800
|
invitee_id: Missing[int] = UNSET,
|
|
5036
5801
|
email: Missing[str] = UNSET,
|
|
5037
5802
|
role: Missing[
|
|
@@ -5045,6 +5810,7 @@ class OrgsClient:
|
|
|
5045
5810
|
org: str,
|
|
5046
5811
|
*,
|
|
5047
5812
|
headers: Optional[Mapping[str, str]] = None,
|
|
5813
|
+
stream: bool = False,
|
|
5048
5814
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
5049
5815
|
**kwargs,
|
|
5050
5816
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -5086,6 +5852,7 @@ class OrgsClient:
|
|
|
5086
5852
|
url,
|
|
5087
5853
|
json=exclude_unset(json),
|
|
5088
5854
|
headers=exclude_unset(headers),
|
|
5855
|
+
stream=stream,
|
|
5089
5856
|
response_model=OrganizationInvitation,
|
|
5090
5857
|
error_models={
|
|
5091
5858
|
"422": ValidationError,
|
|
@@ -5099,6 +5866,7 @@ class OrgsClient:
|
|
|
5099
5866
|
invitation_id: int,
|
|
5100
5867
|
*,
|
|
5101
5868
|
headers: Optional[Mapping[str, str]] = None,
|
|
5869
|
+
stream: bool = False,
|
|
5102
5870
|
) -> Response:
|
|
5103
5871
|
"""orgs/cancel-invitation
|
|
5104
5872
|
|
|
@@ -5123,6 +5891,7 @@ class OrgsClient:
|
|
|
5123
5891
|
"DELETE",
|
|
5124
5892
|
url,
|
|
5125
5893
|
headers=exclude_unset(headers),
|
|
5894
|
+
stream=stream,
|
|
5126
5895
|
error_models={
|
|
5127
5896
|
"422": ValidationError,
|
|
5128
5897
|
"404": BasicError,
|
|
@@ -5135,6 +5904,7 @@ class OrgsClient:
|
|
|
5135
5904
|
invitation_id: int,
|
|
5136
5905
|
*,
|
|
5137
5906
|
headers: Optional[Mapping[str, str]] = None,
|
|
5907
|
+
stream: bool = False,
|
|
5138
5908
|
) -> Response:
|
|
5139
5909
|
"""orgs/cancel-invitation
|
|
5140
5910
|
|
|
@@ -5159,6 +5929,7 @@ class OrgsClient:
|
|
|
5159
5929
|
"DELETE",
|
|
5160
5930
|
url,
|
|
5161
5931
|
headers=exclude_unset(headers),
|
|
5932
|
+
stream=stream,
|
|
5162
5933
|
error_models={
|
|
5163
5934
|
"422": ValidationError,
|
|
5164
5935
|
"404": BasicError,
|
|
@@ -5173,6 +5944,7 @@ class OrgsClient:
|
|
|
5173
5944
|
per_page: Missing[int] = UNSET,
|
|
5174
5945
|
page: Missing[int] = UNSET,
|
|
5175
5946
|
headers: Optional[Mapping[str, str]] = None,
|
|
5947
|
+
stream: bool = False,
|
|
5176
5948
|
) -> Response[list[Team], list[TeamType]]:
|
|
5177
5949
|
"""orgs/list-invitation-teams
|
|
5178
5950
|
|
|
@@ -5202,6 +5974,7 @@ class OrgsClient:
|
|
|
5202
5974
|
url,
|
|
5203
5975
|
params=exclude_unset(params),
|
|
5204
5976
|
headers=exclude_unset(headers),
|
|
5977
|
+
stream=stream,
|
|
5205
5978
|
response_model=list[Team],
|
|
5206
5979
|
error_models={
|
|
5207
5980
|
"404": BasicError,
|
|
@@ -5216,6 +5989,7 @@ class OrgsClient:
|
|
|
5216
5989
|
per_page: Missing[int] = UNSET,
|
|
5217
5990
|
page: Missing[int] = UNSET,
|
|
5218
5991
|
headers: Optional[Mapping[str, str]] = None,
|
|
5992
|
+
stream: bool = False,
|
|
5219
5993
|
) -> Response[list[Team], list[TeamType]]:
|
|
5220
5994
|
"""orgs/list-invitation-teams
|
|
5221
5995
|
|
|
@@ -5245,6 +6019,7 @@ class OrgsClient:
|
|
|
5245
6019
|
url,
|
|
5246
6020
|
params=exclude_unset(params),
|
|
5247
6021
|
headers=exclude_unset(headers),
|
|
6022
|
+
stream=stream,
|
|
5248
6023
|
response_model=list[Team],
|
|
5249
6024
|
error_models={
|
|
5250
6025
|
"404": BasicError,
|
|
@@ -5256,6 +6031,7 @@ class OrgsClient:
|
|
|
5256
6031
|
org: str,
|
|
5257
6032
|
*,
|
|
5258
6033
|
headers: Optional[Mapping[str, str]] = None,
|
|
6034
|
+
stream: bool = False,
|
|
5259
6035
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
5260
6036
|
"""orgs/list-issue-types
|
|
5261
6037
|
|
|
@@ -5278,6 +6054,7 @@ class OrgsClient:
|
|
|
5278
6054
|
"GET",
|
|
5279
6055
|
url,
|
|
5280
6056
|
headers=exclude_unset(headers),
|
|
6057
|
+
stream=stream,
|
|
5281
6058
|
response_model=list[Union[IssueType, None]],
|
|
5282
6059
|
error_models={
|
|
5283
6060
|
"404": BasicError,
|
|
@@ -5289,6 +6066,7 @@ class OrgsClient:
|
|
|
5289
6066
|
org: str,
|
|
5290
6067
|
*,
|
|
5291
6068
|
headers: Optional[Mapping[str, str]] = None,
|
|
6069
|
+
stream: bool = False,
|
|
5292
6070
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
5293
6071
|
"""orgs/list-issue-types
|
|
5294
6072
|
|
|
@@ -5311,6 +6089,7 @@ class OrgsClient:
|
|
|
5311
6089
|
"GET",
|
|
5312
6090
|
url,
|
|
5313
6091
|
headers=exclude_unset(headers),
|
|
6092
|
+
stream=stream,
|
|
5314
6093
|
response_model=list[Union[IssueType, None]],
|
|
5315
6094
|
error_models={
|
|
5316
6095
|
"404": BasicError,
|
|
@@ -5323,6 +6102,7 @@ class OrgsClient:
|
|
|
5323
6102
|
org: str,
|
|
5324
6103
|
*,
|
|
5325
6104
|
headers: Optional[Mapping[str, str]] = None,
|
|
6105
|
+
stream: bool = False,
|
|
5326
6106
|
data: OrganizationCreateIssueTypeType,
|
|
5327
6107
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
5328
6108
|
|
|
@@ -5333,6 +6113,7 @@ class OrgsClient:
|
|
|
5333
6113
|
*,
|
|
5334
6114
|
data: UnsetType = UNSET,
|
|
5335
6115
|
headers: Optional[Mapping[str, str]] = None,
|
|
6116
|
+
stream: bool = False,
|
|
5336
6117
|
name: str,
|
|
5337
6118
|
is_enabled: bool,
|
|
5338
6119
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -5351,6 +6132,7 @@ class OrgsClient:
|
|
|
5351
6132
|
org: str,
|
|
5352
6133
|
*,
|
|
5353
6134
|
headers: Optional[Mapping[str, str]] = None,
|
|
6135
|
+
stream: bool = False,
|
|
5354
6136
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
5355
6137
|
**kwargs,
|
|
5356
6138
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -5395,6 +6177,7 @@ class OrgsClient:
|
|
|
5395
6177
|
url,
|
|
5396
6178
|
json=exclude_unset(json),
|
|
5397
6179
|
headers=exclude_unset(headers),
|
|
6180
|
+
stream=stream,
|
|
5398
6181
|
response_model=Union[IssueType, None],
|
|
5399
6182
|
error_models={
|
|
5400
6183
|
"404": BasicError,
|
|
@@ -5408,6 +6191,7 @@ class OrgsClient:
|
|
|
5408
6191
|
org: str,
|
|
5409
6192
|
*,
|
|
5410
6193
|
headers: Optional[Mapping[str, str]] = None,
|
|
6194
|
+
stream: bool = False,
|
|
5411
6195
|
data: OrganizationCreateIssueTypeType,
|
|
5412
6196
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
5413
6197
|
|
|
@@ -5418,6 +6202,7 @@ class OrgsClient:
|
|
|
5418
6202
|
*,
|
|
5419
6203
|
data: UnsetType = UNSET,
|
|
5420
6204
|
headers: Optional[Mapping[str, str]] = None,
|
|
6205
|
+
stream: bool = False,
|
|
5421
6206
|
name: str,
|
|
5422
6207
|
is_enabled: bool,
|
|
5423
6208
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -5436,6 +6221,7 @@ class OrgsClient:
|
|
|
5436
6221
|
org: str,
|
|
5437
6222
|
*,
|
|
5438
6223
|
headers: Optional[Mapping[str, str]] = None,
|
|
6224
|
+
stream: bool = False,
|
|
5439
6225
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
5440
6226
|
**kwargs,
|
|
5441
6227
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -5480,6 +6266,7 @@ class OrgsClient:
|
|
|
5480
6266
|
url,
|
|
5481
6267
|
json=exclude_unset(json),
|
|
5482
6268
|
headers=exclude_unset(headers),
|
|
6269
|
+
stream=stream,
|
|
5483
6270
|
response_model=Union[IssueType, None],
|
|
5484
6271
|
error_models={
|
|
5485
6272
|
"404": BasicError,
|
|
@@ -5494,6 +6281,7 @@ class OrgsClient:
|
|
|
5494
6281
|
issue_type_id: int,
|
|
5495
6282
|
*,
|
|
5496
6283
|
headers: Optional[Mapping[str, str]] = None,
|
|
6284
|
+
stream: bool = False,
|
|
5497
6285
|
data: OrganizationUpdateIssueTypeType,
|
|
5498
6286
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
5499
6287
|
|
|
@@ -5505,6 +6293,7 @@ class OrgsClient:
|
|
|
5505
6293
|
*,
|
|
5506
6294
|
data: UnsetType = UNSET,
|
|
5507
6295
|
headers: Optional[Mapping[str, str]] = None,
|
|
6296
|
+
stream: bool = False,
|
|
5508
6297
|
name: str,
|
|
5509
6298
|
is_enabled: bool,
|
|
5510
6299
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -5524,6 +6313,7 @@ class OrgsClient:
|
|
|
5524
6313
|
issue_type_id: int,
|
|
5525
6314
|
*,
|
|
5526
6315
|
headers: Optional[Mapping[str, str]] = None,
|
|
6316
|
+
stream: bool = False,
|
|
5527
6317
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
5528
6318
|
**kwargs,
|
|
5529
6319
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -5568,6 +6358,7 @@ class OrgsClient:
|
|
|
5568
6358
|
url,
|
|
5569
6359
|
json=exclude_unset(json),
|
|
5570
6360
|
headers=exclude_unset(headers),
|
|
6361
|
+
stream=stream,
|
|
5571
6362
|
response_model=Union[IssueType, None],
|
|
5572
6363
|
error_models={
|
|
5573
6364
|
"404": BasicError,
|
|
@@ -5582,6 +6373,7 @@ class OrgsClient:
|
|
|
5582
6373
|
issue_type_id: int,
|
|
5583
6374
|
*,
|
|
5584
6375
|
headers: Optional[Mapping[str, str]] = None,
|
|
6376
|
+
stream: bool = False,
|
|
5585
6377
|
data: OrganizationUpdateIssueTypeType,
|
|
5586
6378
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
5587
6379
|
|
|
@@ -5593,6 +6385,7 @@ class OrgsClient:
|
|
|
5593
6385
|
*,
|
|
5594
6386
|
data: UnsetType = UNSET,
|
|
5595
6387
|
headers: Optional[Mapping[str, str]] = None,
|
|
6388
|
+
stream: bool = False,
|
|
5596
6389
|
name: str,
|
|
5597
6390
|
is_enabled: bool,
|
|
5598
6391
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -5612,6 +6405,7 @@ class OrgsClient:
|
|
|
5612
6405
|
issue_type_id: int,
|
|
5613
6406
|
*,
|
|
5614
6407
|
headers: Optional[Mapping[str, str]] = None,
|
|
6408
|
+
stream: bool = False,
|
|
5615
6409
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
5616
6410
|
**kwargs,
|
|
5617
6411
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -5656,6 +6450,7 @@ class OrgsClient:
|
|
|
5656
6450
|
url,
|
|
5657
6451
|
json=exclude_unset(json),
|
|
5658
6452
|
headers=exclude_unset(headers),
|
|
6453
|
+
stream=stream,
|
|
5659
6454
|
response_model=Union[IssueType, None],
|
|
5660
6455
|
error_models={
|
|
5661
6456
|
"404": BasicError,
|
|
@@ -5669,6 +6464,7 @@ class OrgsClient:
|
|
|
5669
6464
|
issue_type_id: int,
|
|
5670
6465
|
*,
|
|
5671
6466
|
headers: Optional[Mapping[str, str]] = None,
|
|
6467
|
+
stream: bool = False,
|
|
5672
6468
|
) -> Response:
|
|
5673
6469
|
"""orgs/delete-issue-type
|
|
5674
6470
|
|
|
@@ -5694,6 +6490,7 @@ class OrgsClient:
|
|
|
5694
6490
|
"DELETE",
|
|
5695
6491
|
url,
|
|
5696
6492
|
headers=exclude_unset(headers),
|
|
6493
|
+
stream=stream,
|
|
5697
6494
|
error_models={
|
|
5698
6495
|
"422": ValidationErrorSimple,
|
|
5699
6496
|
"404": BasicError,
|
|
@@ -5706,6 +6503,7 @@ class OrgsClient:
|
|
|
5706
6503
|
issue_type_id: int,
|
|
5707
6504
|
*,
|
|
5708
6505
|
headers: Optional[Mapping[str, str]] = None,
|
|
6506
|
+
stream: bool = False,
|
|
5709
6507
|
) -> Response:
|
|
5710
6508
|
"""orgs/delete-issue-type
|
|
5711
6509
|
|
|
@@ -5731,6 +6529,7 @@ class OrgsClient:
|
|
|
5731
6529
|
"DELETE",
|
|
5732
6530
|
url,
|
|
5733
6531
|
headers=exclude_unset(headers),
|
|
6532
|
+
stream=stream,
|
|
5734
6533
|
error_models={
|
|
5735
6534
|
"422": ValidationErrorSimple,
|
|
5736
6535
|
"404": BasicError,
|
|
@@ -5746,6 +6545,7 @@ class OrgsClient:
|
|
|
5746
6545
|
per_page: Missing[int] = UNSET,
|
|
5747
6546
|
page: Missing[int] = UNSET,
|
|
5748
6547
|
headers: Optional[Mapping[str, str]] = None,
|
|
6548
|
+
stream: bool = False,
|
|
5749
6549
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5750
6550
|
"""orgs/list-members
|
|
5751
6551
|
|
|
@@ -5774,6 +6574,7 @@ class OrgsClient:
|
|
|
5774
6574
|
url,
|
|
5775
6575
|
params=exclude_unset(params),
|
|
5776
6576
|
headers=exclude_unset(headers),
|
|
6577
|
+
stream=stream,
|
|
5777
6578
|
response_model=list[SimpleUser],
|
|
5778
6579
|
error_models={
|
|
5779
6580
|
"422": ValidationError,
|
|
@@ -5789,6 +6590,7 @@ class OrgsClient:
|
|
|
5789
6590
|
per_page: Missing[int] = UNSET,
|
|
5790
6591
|
page: Missing[int] = UNSET,
|
|
5791
6592
|
headers: Optional[Mapping[str, str]] = None,
|
|
6593
|
+
stream: bool = False,
|
|
5792
6594
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5793
6595
|
"""orgs/list-members
|
|
5794
6596
|
|
|
@@ -5817,6 +6619,7 @@ class OrgsClient:
|
|
|
5817
6619
|
url,
|
|
5818
6620
|
params=exclude_unset(params),
|
|
5819
6621
|
headers=exclude_unset(headers),
|
|
6622
|
+
stream=stream,
|
|
5820
6623
|
response_model=list[SimpleUser],
|
|
5821
6624
|
error_models={
|
|
5822
6625
|
"422": ValidationError,
|
|
@@ -5829,6 +6632,7 @@ class OrgsClient:
|
|
|
5829
6632
|
username: str,
|
|
5830
6633
|
*,
|
|
5831
6634
|
headers: Optional[Mapping[str, str]] = None,
|
|
6635
|
+
stream: bool = False,
|
|
5832
6636
|
) -> Response:
|
|
5833
6637
|
"""orgs/check-membership-for-user
|
|
5834
6638
|
|
|
@@ -5847,6 +6651,7 @@ class OrgsClient:
|
|
|
5847
6651
|
"GET",
|
|
5848
6652
|
url,
|
|
5849
6653
|
headers=exclude_unset(headers),
|
|
6654
|
+
stream=stream,
|
|
5850
6655
|
error_models={},
|
|
5851
6656
|
)
|
|
5852
6657
|
|
|
@@ -5856,6 +6661,7 @@ class OrgsClient:
|
|
|
5856
6661
|
username: str,
|
|
5857
6662
|
*,
|
|
5858
6663
|
headers: Optional[Mapping[str, str]] = None,
|
|
6664
|
+
stream: bool = False,
|
|
5859
6665
|
) -> Response:
|
|
5860
6666
|
"""orgs/check-membership-for-user
|
|
5861
6667
|
|
|
@@ -5874,6 +6680,7 @@ class OrgsClient:
|
|
|
5874
6680
|
"GET",
|
|
5875
6681
|
url,
|
|
5876
6682
|
headers=exclude_unset(headers),
|
|
6683
|
+
stream=stream,
|
|
5877
6684
|
error_models={},
|
|
5878
6685
|
)
|
|
5879
6686
|
|
|
@@ -5883,6 +6690,7 @@ class OrgsClient:
|
|
|
5883
6690
|
username: str,
|
|
5884
6691
|
*,
|
|
5885
6692
|
headers: Optional[Mapping[str, str]] = None,
|
|
6693
|
+
stream: bool = False,
|
|
5886
6694
|
) -> Response:
|
|
5887
6695
|
"""orgs/remove-member
|
|
5888
6696
|
|
|
@@ -5903,6 +6711,7 @@ class OrgsClient:
|
|
|
5903
6711
|
"DELETE",
|
|
5904
6712
|
url,
|
|
5905
6713
|
headers=exclude_unset(headers),
|
|
6714
|
+
stream=stream,
|
|
5906
6715
|
error_models={
|
|
5907
6716
|
"403": BasicError,
|
|
5908
6717
|
},
|
|
@@ -5914,6 +6723,7 @@ class OrgsClient:
|
|
|
5914
6723
|
username: str,
|
|
5915
6724
|
*,
|
|
5916
6725
|
headers: Optional[Mapping[str, str]] = None,
|
|
6726
|
+
stream: bool = False,
|
|
5917
6727
|
) -> Response:
|
|
5918
6728
|
"""orgs/remove-member
|
|
5919
6729
|
|
|
@@ -5934,6 +6744,7 @@ class OrgsClient:
|
|
|
5934
6744
|
"DELETE",
|
|
5935
6745
|
url,
|
|
5936
6746
|
headers=exclude_unset(headers),
|
|
6747
|
+
stream=stream,
|
|
5937
6748
|
error_models={
|
|
5938
6749
|
"403": BasicError,
|
|
5939
6750
|
},
|
|
@@ -5945,6 +6756,7 @@ class OrgsClient:
|
|
|
5945
6756
|
username: str,
|
|
5946
6757
|
*,
|
|
5947
6758
|
headers: Optional[Mapping[str, str]] = None,
|
|
6759
|
+
stream: bool = False,
|
|
5948
6760
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
5949
6761
|
"""orgs/get-membership-for-user
|
|
5950
6762
|
|
|
@@ -5965,6 +6777,7 @@ class OrgsClient:
|
|
|
5965
6777
|
"GET",
|
|
5966
6778
|
url,
|
|
5967
6779
|
headers=exclude_unset(headers),
|
|
6780
|
+
stream=stream,
|
|
5968
6781
|
response_model=OrgMembership,
|
|
5969
6782
|
error_models={
|
|
5970
6783
|
"404": BasicError,
|
|
@@ -5978,6 +6791,7 @@ class OrgsClient:
|
|
|
5978
6791
|
username: str,
|
|
5979
6792
|
*,
|
|
5980
6793
|
headers: Optional[Mapping[str, str]] = None,
|
|
6794
|
+
stream: bool = False,
|
|
5981
6795
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
5982
6796
|
"""orgs/get-membership-for-user
|
|
5983
6797
|
|
|
@@ -5998,6 +6812,7 @@ class OrgsClient:
|
|
|
5998
6812
|
"GET",
|
|
5999
6813
|
url,
|
|
6000
6814
|
headers=exclude_unset(headers),
|
|
6815
|
+
stream=stream,
|
|
6001
6816
|
response_model=OrgMembership,
|
|
6002
6817
|
error_models={
|
|
6003
6818
|
"404": BasicError,
|
|
@@ -6012,6 +6827,7 @@ class OrgsClient:
|
|
|
6012
6827
|
username: str,
|
|
6013
6828
|
*,
|
|
6014
6829
|
headers: Optional[Mapping[str, str]] = None,
|
|
6830
|
+
stream: bool = False,
|
|
6015
6831
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
6016
6832
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
6017
6833
|
|
|
@@ -6023,6 +6839,7 @@ class OrgsClient:
|
|
|
6023
6839
|
*,
|
|
6024
6840
|
data: UnsetType = UNSET,
|
|
6025
6841
|
headers: Optional[Mapping[str, str]] = None,
|
|
6842
|
+
stream: bool = False,
|
|
6026
6843
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
6027
6844
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
6028
6845
|
|
|
@@ -6032,6 +6849,7 @@ class OrgsClient:
|
|
|
6032
6849
|
username: str,
|
|
6033
6850
|
*,
|
|
6034
6851
|
headers: Optional[Mapping[str, str]] = None,
|
|
6852
|
+
stream: bool = False,
|
|
6035
6853
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
6036
6854
|
**kwargs,
|
|
6037
6855
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -6077,6 +6895,7 @@ class OrgsClient:
|
|
|
6077
6895
|
url,
|
|
6078
6896
|
json=exclude_unset(json),
|
|
6079
6897
|
headers=exclude_unset(headers),
|
|
6898
|
+
stream=stream,
|
|
6080
6899
|
response_model=OrgMembership,
|
|
6081
6900
|
error_models={
|
|
6082
6901
|
"422": ValidationError,
|
|
@@ -6091,6 +6910,7 @@ class OrgsClient:
|
|
|
6091
6910
|
username: str,
|
|
6092
6911
|
*,
|
|
6093
6912
|
headers: Optional[Mapping[str, str]] = None,
|
|
6913
|
+
stream: bool = False,
|
|
6094
6914
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
6095
6915
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
6096
6916
|
|
|
@@ -6102,6 +6922,7 @@ class OrgsClient:
|
|
|
6102
6922
|
*,
|
|
6103
6923
|
data: UnsetType = UNSET,
|
|
6104
6924
|
headers: Optional[Mapping[str, str]] = None,
|
|
6925
|
+
stream: bool = False,
|
|
6105
6926
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
6106
6927
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
6107
6928
|
|
|
@@ -6111,6 +6932,7 @@ class OrgsClient:
|
|
|
6111
6932
|
username: str,
|
|
6112
6933
|
*,
|
|
6113
6934
|
headers: Optional[Mapping[str, str]] = None,
|
|
6935
|
+
stream: bool = False,
|
|
6114
6936
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
6115
6937
|
**kwargs,
|
|
6116
6938
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -6156,6 +6978,7 @@ class OrgsClient:
|
|
|
6156
6978
|
url,
|
|
6157
6979
|
json=exclude_unset(json),
|
|
6158
6980
|
headers=exclude_unset(headers),
|
|
6981
|
+
stream=stream,
|
|
6159
6982
|
response_model=OrgMembership,
|
|
6160
6983
|
error_models={
|
|
6161
6984
|
"422": ValidationError,
|
|
@@ -6169,6 +6992,7 @@ class OrgsClient:
|
|
|
6169
6992
|
username: str,
|
|
6170
6993
|
*,
|
|
6171
6994
|
headers: Optional[Mapping[str, str]] = None,
|
|
6995
|
+
stream: bool = False,
|
|
6172
6996
|
) -> Response:
|
|
6173
6997
|
"""orgs/remove-membership-for-user
|
|
6174
6998
|
|
|
@@ -6191,6 +7015,7 @@ class OrgsClient:
|
|
|
6191
7015
|
"DELETE",
|
|
6192
7016
|
url,
|
|
6193
7017
|
headers=exclude_unset(headers),
|
|
7018
|
+
stream=stream,
|
|
6194
7019
|
error_models={
|
|
6195
7020
|
"403": BasicError,
|
|
6196
7021
|
"404": BasicError,
|
|
@@ -6203,6 +7028,7 @@ class OrgsClient:
|
|
|
6203
7028
|
username: str,
|
|
6204
7029
|
*,
|
|
6205
7030
|
headers: Optional[Mapping[str, str]] = None,
|
|
7031
|
+
stream: bool = False,
|
|
6206
7032
|
) -> Response:
|
|
6207
7033
|
"""orgs/remove-membership-for-user
|
|
6208
7034
|
|
|
@@ -6225,6 +7051,7 @@ class OrgsClient:
|
|
|
6225
7051
|
"DELETE",
|
|
6226
7052
|
url,
|
|
6227
7053
|
headers=exclude_unset(headers),
|
|
7054
|
+
stream=stream,
|
|
6228
7055
|
error_models={
|
|
6229
7056
|
"403": BasicError,
|
|
6230
7057
|
"404": BasicError,
|
|
@@ -6236,6 +7063,7 @@ class OrgsClient:
|
|
|
6236
7063
|
org: str,
|
|
6237
7064
|
*,
|
|
6238
7065
|
headers: Optional[Mapping[str, str]] = None,
|
|
7066
|
+
stream: bool = False,
|
|
6239
7067
|
) -> Response[
|
|
6240
7068
|
list[OrganizationFineGrainedPermission],
|
|
6241
7069
|
list[OrganizationFineGrainedPermissionType],
|
|
@@ -6272,6 +7100,7 @@ class OrgsClient:
|
|
|
6272
7100
|
"GET",
|
|
6273
7101
|
url,
|
|
6274
7102
|
headers=exclude_unset(headers),
|
|
7103
|
+
stream=stream,
|
|
6275
7104
|
response_model=list[OrganizationFineGrainedPermission],
|
|
6276
7105
|
error_models={
|
|
6277
7106
|
"404": BasicError,
|
|
@@ -6284,6 +7113,7 @@ class OrgsClient:
|
|
|
6284
7113
|
org: str,
|
|
6285
7114
|
*,
|
|
6286
7115
|
headers: Optional[Mapping[str, str]] = None,
|
|
7116
|
+
stream: bool = False,
|
|
6287
7117
|
) -> Response[
|
|
6288
7118
|
list[OrganizationFineGrainedPermission],
|
|
6289
7119
|
list[OrganizationFineGrainedPermissionType],
|
|
@@ -6320,6 +7150,7 @@ class OrgsClient:
|
|
|
6320
7150
|
"GET",
|
|
6321
7151
|
url,
|
|
6322
7152
|
headers=exclude_unset(headers),
|
|
7153
|
+
stream=stream,
|
|
6323
7154
|
response_model=list[OrganizationFineGrainedPermission],
|
|
6324
7155
|
error_models={
|
|
6325
7156
|
"404": BasicError,
|
|
@@ -6332,6 +7163,7 @@ class OrgsClient:
|
|
|
6332
7163
|
org: str,
|
|
6333
7164
|
*,
|
|
6334
7165
|
headers: Optional[Mapping[str, str]] = None,
|
|
7166
|
+
stream: bool = False,
|
|
6335
7167
|
) -> Response[
|
|
6336
7168
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
6337
7169
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -6366,6 +7198,7 @@ class OrgsClient:
|
|
|
6366
7198
|
"GET",
|
|
6367
7199
|
url,
|
|
6368
7200
|
headers=exclude_unset(headers),
|
|
7201
|
+
stream=stream,
|
|
6369
7202
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
6370
7203
|
error_models={
|
|
6371
7204
|
"404": BasicError,
|
|
@@ -6378,6 +7211,7 @@ class OrgsClient:
|
|
|
6378
7211
|
org: str,
|
|
6379
7212
|
*,
|
|
6380
7213
|
headers: Optional[Mapping[str, str]] = None,
|
|
7214
|
+
stream: bool = False,
|
|
6381
7215
|
) -> Response[
|
|
6382
7216
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
6383
7217
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -6412,6 +7246,7 @@ class OrgsClient:
|
|
|
6412
7246
|
"GET",
|
|
6413
7247
|
url,
|
|
6414
7248
|
headers=exclude_unset(headers),
|
|
7249
|
+
stream=stream,
|
|
6415
7250
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
6416
7251
|
error_models={
|
|
6417
7252
|
"404": BasicError,
|
|
@@ -6425,6 +7260,7 @@ class OrgsClient:
|
|
|
6425
7260
|
org: str,
|
|
6426
7261
|
*,
|
|
6427
7262
|
headers: Optional[Mapping[str, str]] = None,
|
|
7263
|
+
stream: bool = False,
|
|
6428
7264
|
data: OrganizationCustomOrganizationRoleCreateSchemaType,
|
|
6429
7265
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
6430
7266
|
|
|
@@ -6435,6 +7271,7 @@ class OrgsClient:
|
|
|
6435
7271
|
*,
|
|
6436
7272
|
data: UnsetType = UNSET,
|
|
6437
7273
|
headers: Optional[Mapping[str, str]] = None,
|
|
7274
|
+
stream: bool = False,
|
|
6438
7275
|
name: str,
|
|
6439
7276
|
description: Missing[str] = UNSET,
|
|
6440
7277
|
permissions: list[str],
|
|
@@ -6448,6 +7285,7 @@ class OrgsClient:
|
|
|
6448
7285
|
org: str,
|
|
6449
7286
|
*,
|
|
6450
7287
|
headers: Optional[Mapping[str, str]] = None,
|
|
7288
|
+
stream: bool = False,
|
|
6451
7289
|
data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
|
|
6452
7290
|
**kwargs,
|
|
6453
7291
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -6505,6 +7343,7 @@ class OrgsClient:
|
|
|
6505
7343
|
url,
|
|
6506
7344
|
json=exclude_unset(json),
|
|
6507
7345
|
headers=exclude_unset(headers),
|
|
7346
|
+
stream=stream,
|
|
6508
7347
|
response_model=OrganizationRole,
|
|
6509
7348
|
error_models={
|
|
6510
7349
|
"422": ValidationError,
|
|
@@ -6519,6 +7358,7 @@ class OrgsClient:
|
|
|
6519
7358
|
org: str,
|
|
6520
7359
|
*,
|
|
6521
7360
|
headers: Optional[Mapping[str, str]] = None,
|
|
7361
|
+
stream: bool = False,
|
|
6522
7362
|
data: OrganizationCustomOrganizationRoleCreateSchemaType,
|
|
6523
7363
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
6524
7364
|
|
|
@@ -6529,6 +7369,7 @@ class OrgsClient:
|
|
|
6529
7369
|
*,
|
|
6530
7370
|
data: UnsetType = UNSET,
|
|
6531
7371
|
headers: Optional[Mapping[str, str]] = None,
|
|
7372
|
+
stream: bool = False,
|
|
6532
7373
|
name: str,
|
|
6533
7374
|
description: Missing[str] = UNSET,
|
|
6534
7375
|
permissions: list[str],
|
|
@@ -6542,6 +7383,7 @@ class OrgsClient:
|
|
|
6542
7383
|
org: str,
|
|
6543
7384
|
*,
|
|
6544
7385
|
headers: Optional[Mapping[str, str]] = None,
|
|
7386
|
+
stream: bool = False,
|
|
6545
7387
|
data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
|
|
6546
7388
|
**kwargs,
|
|
6547
7389
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -6599,6 +7441,7 @@ class OrgsClient:
|
|
|
6599
7441
|
url,
|
|
6600
7442
|
json=exclude_unset(json),
|
|
6601
7443
|
headers=exclude_unset(headers),
|
|
7444
|
+
stream=stream,
|
|
6602
7445
|
response_model=OrganizationRole,
|
|
6603
7446
|
error_models={
|
|
6604
7447
|
"422": ValidationError,
|
|
@@ -6613,6 +7456,7 @@ class OrgsClient:
|
|
|
6613
7456
|
team_slug: str,
|
|
6614
7457
|
*,
|
|
6615
7458
|
headers: Optional[Mapping[str, str]] = None,
|
|
7459
|
+
stream: bool = False,
|
|
6616
7460
|
) -> Response:
|
|
6617
7461
|
"""orgs/revoke-all-org-roles-team
|
|
6618
7462
|
|
|
@@ -6635,6 +7479,7 @@ class OrgsClient:
|
|
|
6635
7479
|
"DELETE",
|
|
6636
7480
|
url,
|
|
6637
7481
|
headers=exclude_unset(headers),
|
|
7482
|
+
stream=stream,
|
|
6638
7483
|
)
|
|
6639
7484
|
|
|
6640
7485
|
async def async_revoke_all_org_roles_team(
|
|
@@ -6643,6 +7488,7 @@ class OrgsClient:
|
|
|
6643
7488
|
team_slug: str,
|
|
6644
7489
|
*,
|
|
6645
7490
|
headers: Optional[Mapping[str, str]] = None,
|
|
7491
|
+
stream: bool = False,
|
|
6646
7492
|
) -> Response:
|
|
6647
7493
|
"""orgs/revoke-all-org-roles-team
|
|
6648
7494
|
|
|
@@ -6665,6 +7511,7 @@ class OrgsClient:
|
|
|
6665
7511
|
"DELETE",
|
|
6666
7512
|
url,
|
|
6667
7513
|
headers=exclude_unset(headers),
|
|
7514
|
+
stream=stream,
|
|
6668
7515
|
)
|
|
6669
7516
|
|
|
6670
7517
|
def assign_team_to_org_role(
|
|
@@ -6674,6 +7521,7 @@ class OrgsClient:
|
|
|
6674
7521
|
role_id: int,
|
|
6675
7522
|
*,
|
|
6676
7523
|
headers: Optional[Mapping[str, str]] = None,
|
|
7524
|
+
stream: bool = False,
|
|
6677
7525
|
) -> Response:
|
|
6678
7526
|
"""orgs/assign-team-to-org-role
|
|
6679
7527
|
|
|
@@ -6696,6 +7544,7 @@ class OrgsClient:
|
|
|
6696
7544
|
"PUT",
|
|
6697
7545
|
url,
|
|
6698
7546
|
headers=exclude_unset(headers),
|
|
7547
|
+
stream=stream,
|
|
6699
7548
|
error_models={},
|
|
6700
7549
|
)
|
|
6701
7550
|
|
|
@@ -6706,6 +7555,7 @@ class OrgsClient:
|
|
|
6706
7555
|
role_id: int,
|
|
6707
7556
|
*,
|
|
6708
7557
|
headers: Optional[Mapping[str, str]] = None,
|
|
7558
|
+
stream: bool = False,
|
|
6709
7559
|
) -> Response:
|
|
6710
7560
|
"""orgs/assign-team-to-org-role
|
|
6711
7561
|
|
|
@@ -6728,6 +7578,7 @@ class OrgsClient:
|
|
|
6728
7578
|
"PUT",
|
|
6729
7579
|
url,
|
|
6730
7580
|
headers=exclude_unset(headers),
|
|
7581
|
+
stream=stream,
|
|
6731
7582
|
error_models={},
|
|
6732
7583
|
)
|
|
6733
7584
|
|
|
@@ -6738,6 +7589,7 @@ class OrgsClient:
|
|
|
6738
7589
|
role_id: int,
|
|
6739
7590
|
*,
|
|
6740
7591
|
headers: Optional[Mapping[str, str]] = None,
|
|
7592
|
+
stream: bool = False,
|
|
6741
7593
|
) -> Response:
|
|
6742
7594
|
"""orgs/revoke-org-role-team
|
|
6743
7595
|
|
|
@@ -6760,6 +7612,7 @@ class OrgsClient:
|
|
|
6760
7612
|
"DELETE",
|
|
6761
7613
|
url,
|
|
6762
7614
|
headers=exclude_unset(headers),
|
|
7615
|
+
stream=stream,
|
|
6763
7616
|
)
|
|
6764
7617
|
|
|
6765
7618
|
async def async_revoke_org_role_team(
|
|
@@ -6769,6 +7622,7 @@ class OrgsClient:
|
|
|
6769
7622
|
role_id: int,
|
|
6770
7623
|
*,
|
|
6771
7624
|
headers: Optional[Mapping[str, str]] = None,
|
|
7625
|
+
stream: bool = False,
|
|
6772
7626
|
) -> Response:
|
|
6773
7627
|
"""orgs/revoke-org-role-team
|
|
6774
7628
|
|
|
@@ -6791,6 +7645,7 @@ class OrgsClient:
|
|
|
6791
7645
|
"DELETE",
|
|
6792
7646
|
url,
|
|
6793
7647
|
headers=exclude_unset(headers),
|
|
7648
|
+
stream=stream,
|
|
6794
7649
|
)
|
|
6795
7650
|
|
|
6796
7651
|
def revoke_all_org_roles_user(
|
|
@@ -6799,6 +7654,7 @@ class OrgsClient:
|
|
|
6799
7654
|
username: str,
|
|
6800
7655
|
*,
|
|
6801
7656
|
headers: Optional[Mapping[str, str]] = None,
|
|
7657
|
+
stream: bool = False,
|
|
6802
7658
|
) -> Response:
|
|
6803
7659
|
"""orgs/revoke-all-org-roles-user
|
|
6804
7660
|
|
|
@@ -6821,6 +7677,7 @@ class OrgsClient:
|
|
|
6821
7677
|
"DELETE",
|
|
6822
7678
|
url,
|
|
6823
7679
|
headers=exclude_unset(headers),
|
|
7680
|
+
stream=stream,
|
|
6824
7681
|
)
|
|
6825
7682
|
|
|
6826
7683
|
async def async_revoke_all_org_roles_user(
|
|
@@ -6829,6 +7686,7 @@ class OrgsClient:
|
|
|
6829
7686
|
username: str,
|
|
6830
7687
|
*,
|
|
6831
7688
|
headers: Optional[Mapping[str, str]] = None,
|
|
7689
|
+
stream: bool = False,
|
|
6832
7690
|
) -> Response:
|
|
6833
7691
|
"""orgs/revoke-all-org-roles-user
|
|
6834
7692
|
|
|
@@ -6851,6 +7709,7 @@ class OrgsClient:
|
|
|
6851
7709
|
"DELETE",
|
|
6852
7710
|
url,
|
|
6853
7711
|
headers=exclude_unset(headers),
|
|
7712
|
+
stream=stream,
|
|
6854
7713
|
)
|
|
6855
7714
|
|
|
6856
7715
|
def assign_user_to_org_role(
|
|
@@ -6860,6 +7719,7 @@ class OrgsClient:
|
|
|
6860
7719
|
role_id: int,
|
|
6861
7720
|
*,
|
|
6862
7721
|
headers: Optional[Mapping[str, str]] = None,
|
|
7722
|
+
stream: bool = False,
|
|
6863
7723
|
) -> Response:
|
|
6864
7724
|
"""orgs/assign-user-to-org-role
|
|
6865
7725
|
|
|
@@ -6882,6 +7742,7 @@ class OrgsClient:
|
|
|
6882
7742
|
"PUT",
|
|
6883
7743
|
url,
|
|
6884
7744
|
headers=exclude_unset(headers),
|
|
7745
|
+
stream=stream,
|
|
6885
7746
|
error_models={},
|
|
6886
7747
|
)
|
|
6887
7748
|
|
|
@@ -6892,6 +7753,7 @@ class OrgsClient:
|
|
|
6892
7753
|
role_id: int,
|
|
6893
7754
|
*,
|
|
6894
7755
|
headers: Optional[Mapping[str, str]] = None,
|
|
7756
|
+
stream: bool = False,
|
|
6895
7757
|
) -> Response:
|
|
6896
7758
|
"""orgs/assign-user-to-org-role
|
|
6897
7759
|
|
|
@@ -6914,6 +7776,7 @@ class OrgsClient:
|
|
|
6914
7776
|
"PUT",
|
|
6915
7777
|
url,
|
|
6916
7778
|
headers=exclude_unset(headers),
|
|
7779
|
+
stream=stream,
|
|
6917
7780
|
error_models={},
|
|
6918
7781
|
)
|
|
6919
7782
|
|
|
@@ -6924,6 +7787,7 @@ class OrgsClient:
|
|
|
6924
7787
|
role_id: int,
|
|
6925
7788
|
*,
|
|
6926
7789
|
headers: Optional[Mapping[str, str]] = None,
|
|
7790
|
+
stream: bool = False,
|
|
6927
7791
|
) -> Response:
|
|
6928
7792
|
"""orgs/revoke-org-role-user
|
|
6929
7793
|
|
|
@@ -6946,6 +7810,7 @@ class OrgsClient:
|
|
|
6946
7810
|
"DELETE",
|
|
6947
7811
|
url,
|
|
6948
7812
|
headers=exclude_unset(headers),
|
|
7813
|
+
stream=stream,
|
|
6949
7814
|
)
|
|
6950
7815
|
|
|
6951
7816
|
async def async_revoke_org_role_user(
|
|
@@ -6955,6 +7820,7 @@ class OrgsClient:
|
|
|
6955
7820
|
role_id: int,
|
|
6956
7821
|
*,
|
|
6957
7822
|
headers: Optional[Mapping[str, str]] = None,
|
|
7823
|
+
stream: bool = False,
|
|
6958
7824
|
) -> Response:
|
|
6959
7825
|
"""orgs/revoke-org-role-user
|
|
6960
7826
|
|
|
@@ -6977,6 +7843,7 @@ class OrgsClient:
|
|
|
6977
7843
|
"DELETE",
|
|
6978
7844
|
url,
|
|
6979
7845
|
headers=exclude_unset(headers),
|
|
7846
|
+
stream=stream,
|
|
6980
7847
|
)
|
|
6981
7848
|
|
|
6982
7849
|
def get_org_role(
|
|
@@ -6985,6 +7852,7 @@ class OrgsClient:
|
|
|
6985
7852
|
role_id: int,
|
|
6986
7853
|
*,
|
|
6987
7854
|
headers: Optional[Mapping[str, str]] = None,
|
|
7855
|
+
stream: bool = False,
|
|
6988
7856
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
6989
7857
|
"""orgs/get-org-role
|
|
6990
7858
|
|
|
@@ -7012,6 +7880,7 @@ class OrgsClient:
|
|
|
7012
7880
|
"GET",
|
|
7013
7881
|
url,
|
|
7014
7882
|
headers=exclude_unset(headers),
|
|
7883
|
+
stream=stream,
|
|
7015
7884
|
response_model=OrganizationRole,
|
|
7016
7885
|
error_models={
|
|
7017
7886
|
"404": BasicError,
|
|
@@ -7025,6 +7894,7 @@ class OrgsClient:
|
|
|
7025
7894
|
role_id: int,
|
|
7026
7895
|
*,
|
|
7027
7896
|
headers: Optional[Mapping[str, str]] = None,
|
|
7897
|
+
stream: bool = False,
|
|
7028
7898
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
7029
7899
|
"""orgs/get-org-role
|
|
7030
7900
|
|
|
@@ -7052,6 +7922,7 @@ class OrgsClient:
|
|
|
7052
7922
|
"GET",
|
|
7053
7923
|
url,
|
|
7054
7924
|
headers=exclude_unset(headers),
|
|
7925
|
+
stream=stream,
|
|
7055
7926
|
response_model=OrganizationRole,
|
|
7056
7927
|
error_models={
|
|
7057
7928
|
"404": BasicError,
|
|
@@ -7065,6 +7936,7 @@ class OrgsClient:
|
|
|
7065
7936
|
role_id: int,
|
|
7066
7937
|
*,
|
|
7067
7938
|
headers: Optional[Mapping[str, str]] = None,
|
|
7939
|
+
stream: bool = False,
|
|
7068
7940
|
) -> Response:
|
|
7069
7941
|
"""orgs/delete-custom-organization-role
|
|
7070
7942
|
|
|
@@ -7090,6 +7962,7 @@ class OrgsClient:
|
|
|
7090
7962
|
"DELETE",
|
|
7091
7963
|
url,
|
|
7092
7964
|
headers=exclude_unset(headers),
|
|
7965
|
+
stream=stream,
|
|
7093
7966
|
)
|
|
7094
7967
|
|
|
7095
7968
|
async def async_delete_custom_organization_role(
|
|
@@ -7098,6 +7971,7 @@ class OrgsClient:
|
|
|
7098
7971
|
role_id: int,
|
|
7099
7972
|
*,
|
|
7100
7973
|
headers: Optional[Mapping[str, str]] = None,
|
|
7974
|
+
stream: bool = False,
|
|
7101
7975
|
) -> Response:
|
|
7102
7976
|
"""orgs/delete-custom-organization-role
|
|
7103
7977
|
|
|
@@ -7123,6 +7997,7 @@ class OrgsClient:
|
|
|
7123
7997
|
"DELETE",
|
|
7124
7998
|
url,
|
|
7125
7999
|
headers=exclude_unset(headers),
|
|
8000
|
+
stream=stream,
|
|
7126
8001
|
)
|
|
7127
8002
|
|
|
7128
8003
|
@overload
|
|
@@ -7132,6 +8007,7 @@ class OrgsClient:
|
|
|
7132
8007
|
role_id: int,
|
|
7133
8008
|
*,
|
|
7134
8009
|
headers: Optional[Mapping[str, str]] = None,
|
|
8010
|
+
stream: bool = False,
|
|
7135
8011
|
data: OrganizationCustomOrganizationRoleUpdateSchemaType,
|
|
7136
8012
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
7137
8013
|
|
|
@@ -7143,6 +8019,7 @@ class OrgsClient:
|
|
|
7143
8019
|
*,
|
|
7144
8020
|
data: UnsetType = UNSET,
|
|
7145
8021
|
headers: Optional[Mapping[str, str]] = None,
|
|
8022
|
+
stream: bool = False,
|
|
7146
8023
|
name: Missing[str] = UNSET,
|
|
7147
8024
|
description: Missing[str] = UNSET,
|
|
7148
8025
|
permissions: Missing[list[str]] = UNSET,
|
|
@@ -7157,6 +8034,7 @@ class OrgsClient:
|
|
|
7157
8034
|
role_id: int,
|
|
7158
8035
|
*,
|
|
7159
8036
|
headers: Optional[Mapping[str, str]] = None,
|
|
8037
|
+
stream: bool = False,
|
|
7160
8038
|
data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
|
|
7161
8039
|
**kwargs,
|
|
7162
8040
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -7208,6 +8086,7 @@ class OrgsClient:
|
|
|
7208
8086
|
url,
|
|
7209
8087
|
json=exclude_unset(json),
|
|
7210
8088
|
headers=exclude_unset(headers),
|
|
8089
|
+
stream=stream,
|
|
7211
8090
|
response_model=OrganizationRole,
|
|
7212
8091
|
error_models={
|
|
7213
8092
|
"422": ValidationError,
|
|
@@ -7223,6 +8102,7 @@ class OrgsClient:
|
|
|
7223
8102
|
role_id: int,
|
|
7224
8103
|
*,
|
|
7225
8104
|
headers: Optional[Mapping[str, str]] = None,
|
|
8105
|
+
stream: bool = False,
|
|
7226
8106
|
data: OrganizationCustomOrganizationRoleUpdateSchemaType,
|
|
7227
8107
|
) -> Response[OrganizationRole, OrganizationRoleType]: ...
|
|
7228
8108
|
|
|
@@ -7234,6 +8114,7 @@ class OrgsClient:
|
|
|
7234
8114
|
*,
|
|
7235
8115
|
data: UnsetType = UNSET,
|
|
7236
8116
|
headers: Optional[Mapping[str, str]] = None,
|
|
8117
|
+
stream: bool = False,
|
|
7237
8118
|
name: Missing[str] = UNSET,
|
|
7238
8119
|
description: Missing[str] = UNSET,
|
|
7239
8120
|
permissions: Missing[list[str]] = UNSET,
|
|
@@ -7248,6 +8129,7 @@ class OrgsClient:
|
|
|
7248
8129
|
role_id: int,
|
|
7249
8130
|
*,
|
|
7250
8131
|
headers: Optional[Mapping[str, str]] = None,
|
|
8132
|
+
stream: bool = False,
|
|
7251
8133
|
data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
|
|
7252
8134
|
**kwargs,
|
|
7253
8135
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
@@ -7299,6 +8181,7 @@ class OrgsClient:
|
|
|
7299
8181
|
url,
|
|
7300
8182
|
json=exclude_unset(json),
|
|
7301
8183
|
headers=exclude_unset(headers),
|
|
8184
|
+
stream=stream,
|
|
7302
8185
|
response_model=OrganizationRole,
|
|
7303
8186
|
error_models={
|
|
7304
8187
|
"422": ValidationError,
|
|
@@ -7315,6 +8198,7 @@ class OrgsClient:
|
|
|
7315
8198
|
per_page: Missing[int] = UNSET,
|
|
7316
8199
|
page: Missing[int] = UNSET,
|
|
7317
8200
|
headers: Optional[Mapping[str, str]] = None,
|
|
8201
|
+
stream: bool = False,
|
|
7318
8202
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
7319
8203
|
"""orgs/list-org-role-teams
|
|
7320
8204
|
|
|
@@ -7345,6 +8229,7 @@ class OrgsClient:
|
|
|
7345
8229
|
url,
|
|
7346
8230
|
params=exclude_unset(params),
|
|
7347
8231
|
headers=exclude_unset(headers),
|
|
8232
|
+
stream=stream,
|
|
7348
8233
|
response_model=list[TeamRoleAssignment],
|
|
7349
8234
|
error_models={},
|
|
7350
8235
|
)
|
|
@@ -7357,6 +8242,7 @@ class OrgsClient:
|
|
|
7357
8242
|
per_page: Missing[int] = UNSET,
|
|
7358
8243
|
page: Missing[int] = UNSET,
|
|
7359
8244
|
headers: Optional[Mapping[str, str]] = None,
|
|
8245
|
+
stream: bool = False,
|
|
7360
8246
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
7361
8247
|
"""orgs/list-org-role-teams
|
|
7362
8248
|
|
|
@@ -7387,6 +8273,7 @@ class OrgsClient:
|
|
|
7387
8273
|
url,
|
|
7388
8274
|
params=exclude_unset(params),
|
|
7389
8275
|
headers=exclude_unset(headers),
|
|
8276
|
+
stream=stream,
|
|
7390
8277
|
response_model=list[TeamRoleAssignment],
|
|
7391
8278
|
error_models={},
|
|
7392
8279
|
)
|
|
@@ -7399,6 +8286,7 @@ class OrgsClient:
|
|
|
7399
8286
|
per_page: Missing[int] = UNSET,
|
|
7400
8287
|
page: Missing[int] = UNSET,
|
|
7401
8288
|
headers: Optional[Mapping[str, str]] = None,
|
|
8289
|
+
stream: bool = False,
|
|
7402
8290
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
7403
8291
|
"""orgs/list-org-role-users
|
|
7404
8292
|
|
|
@@ -7429,6 +8317,7 @@ class OrgsClient:
|
|
|
7429
8317
|
url,
|
|
7430
8318
|
params=exclude_unset(params),
|
|
7431
8319
|
headers=exclude_unset(headers),
|
|
8320
|
+
stream=stream,
|
|
7432
8321
|
response_model=list[UserRoleAssignment],
|
|
7433
8322
|
error_models={},
|
|
7434
8323
|
)
|
|
@@ -7441,6 +8330,7 @@ class OrgsClient:
|
|
|
7441
8330
|
per_page: Missing[int] = UNSET,
|
|
7442
8331
|
page: Missing[int] = UNSET,
|
|
7443
8332
|
headers: Optional[Mapping[str, str]] = None,
|
|
8333
|
+
stream: bool = False,
|
|
7444
8334
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
7445
8335
|
"""orgs/list-org-role-users
|
|
7446
8336
|
|
|
@@ -7471,6 +8361,7 @@ class OrgsClient:
|
|
|
7471
8361
|
url,
|
|
7472
8362
|
params=exclude_unset(params),
|
|
7473
8363
|
headers=exclude_unset(headers),
|
|
8364
|
+
stream=stream,
|
|
7474
8365
|
response_model=list[UserRoleAssignment],
|
|
7475
8366
|
error_models={},
|
|
7476
8367
|
)
|
|
@@ -7483,6 +8374,7 @@ class OrgsClient:
|
|
|
7483
8374
|
per_page: Missing[int] = UNSET,
|
|
7484
8375
|
page: Missing[int] = UNSET,
|
|
7485
8376
|
headers: Optional[Mapping[str, str]] = None,
|
|
8377
|
+
stream: bool = False,
|
|
7486
8378
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7487
8379
|
"""orgs/list-outside-collaborators
|
|
7488
8380
|
|
|
@@ -7510,6 +8402,7 @@ class OrgsClient:
|
|
|
7510
8402
|
url,
|
|
7511
8403
|
params=exclude_unset(params),
|
|
7512
8404
|
headers=exclude_unset(headers),
|
|
8405
|
+
stream=stream,
|
|
7513
8406
|
response_model=list[SimpleUser],
|
|
7514
8407
|
)
|
|
7515
8408
|
|
|
@@ -7521,6 +8414,7 @@ class OrgsClient:
|
|
|
7521
8414
|
per_page: Missing[int] = UNSET,
|
|
7522
8415
|
page: Missing[int] = UNSET,
|
|
7523
8416
|
headers: Optional[Mapping[str, str]] = None,
|
|
8417
|
+
stream: bool = False,
|
|
7524
8418
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7525
8419
|
"""orgs/list-outside-collaborators
|
|
7526
8420
|
|
|
@@ -7548,6 +8442,7 @@ class OrgsClient:
|
|
|
7548
8442
|
url,
|
|
7549
8443
|
params=exclude_unset(params),
|
|
7550
8444
|
headers=exclude_unset(headers),
|
|
8445
|
+
stream=stream,
|
|
7551
8446
|
response_model=list[SimpleUser],
|
|
7552
8447
|
)
|
|
7553
8448
|
|
|
@@ -7558,6 +8453,7 @@ class OrgsClient:
|
|
|
7558
8453
|
username: str,
|
|
7559
8454
|
*,
|
|
7560
8455
|
headers: Optional[Mapping[str, str]] = None,
|
|
8456
|
+
stream: bool = False,
|
|
7561
8457
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
7562
8458
|
) -> Response[
|
|
7563
8459
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -7572,6 +8468,7 @@ class OrgsClient:
|
|
|
7572
8468
|
*,
|
|
7573
8469
|
data: UnsetType = UNSET,
|
|
7574
8470
|
headers: Optional[Mapping[str, str]] = None,
|
|
8471
|
+
stream: bool = False,
|
|
7575
8472
|
async_: Missing[bool] = UNSET,
|
|
7576
8473
|
) -> Response[
|
|
7577
8474
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -7584,6 +8481,7 @@ class OrgsClient:
|
|
|
7584
8481
|
username: str,
|
|
7585
8482
|
*,
|
|
7586
8483
|
headers: Optional[Mapping[str, str]] = None,
|
|
8484
|
+
stream: bool = False,
|
|
7587
8485
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
7588
8486
|
**kwargs,
|
|
7589
8487
|
) -> Response[
|
|
@@ -7625,6 +8523,7 @@ class OrgsClient:
|
|
|
7625
8523
|
url,
|
|
7626
8524
|
json=exclude_unset(json),
|
|
7627
8525
|
headers=exclude_unset(headers),
|
|
8526
|
+
stream=stream,
|
|
7628
8527
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
7629
8528
|
error_models={
|
|
7630
8529
|
"404": BasicError,
|
|
@@ -7638,6 +8537,7 @@ class OrgsClient:
|
|
|
7638
8537
|
username: str,
|
|
7639
8538
|
*,
|
|
7640
8539
|
headers: Optional[Mapping[str, str]] = None,
|
|
8540
|
+
stream: bool = False,
|
|
7641
8541
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
7642
8542
|
) -> Response[
|
|
7643
8543
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -7652,6 +8552,7 @@ class OrgsClient:
|
|
|
7652
8552
|
*,
|
|
7653
8553
|
data: UnsetType = UNSET,
|
|
7654
8554
|
headers: Optional[Mapping[str, str]] = None,
|
|
8555
|
+
stream: bool = False,
|
|
7655
8556
|
async_: Missing[bool] = UNSET,
|
|
7656
8557
|
) -> Response[
|
|
7657
8558
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -7664,6 +8565,7 @@ class OrgsClient:
|
|
|
7664
8565
|
username: str,
|
|
7665
8566
|
*,
|
|
7666
8567
|
headers: Optional[Mapping[str, str]] = None,
|
|
8568
|
+
stream: bool = False,
|
|
7667
8569
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
7668
8570
|
**kwargs,
|
|
7669
8571
|
) -> Response[
|
|
@@ -7705,6 +8607,7 @@ class OrgsClient:
|
|
|
7705
8607
|
url,
|
|
7706
8608
|
json=exclude_unset(json),
|
|
7707
8609
|
headers=exclude_unset(headers),
|
|
8610
|
+
stream=stream,
|
|
7708
8611
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
7709
8612
|
error_models={
|
|
7710
8613
|
"404": BasicError,
|
|
@@ -7717,6 +8620,7 @@ class OrgsClient:
|
|
|
7717
8620
|
username: str,
|
|
7718
8621
|
*,
|
|
7719
8622
|
headers: Optional[Mapping[str, str]] = None,
|
|
8623
|
+
stream: bool = False,
|
|
7720
8624
|
) -> Response:
|
|
7721
8625
|
"""orgs/remove-outside-collaborator
|
|
7722
8626
|
|
|
@@ -7737,6 +8641,7 @@ class OrgsClient:
|
|
|
7737
8641
|
"DELETE",
|
|
7738
8642
|
url,
|
|
7739
8643
|
headers=exclude_unset(headers),
|
|
8644
|
+
stream=stream,
|
|
7740
8645
|
error_models={
|
|
7741
8646
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
7742
8647
|
},
|
|
@@ -7748,6 +8653,7 @@ class OrgsClient:
|
|
|
7748
8653
|
username: str,
|
|
7749
8654
|
*,
|
|
7750
8655
|
headers: Optional[Mapping[str, str]] = None,
|
|
8656
|
+
stream: bool = False,
|
|
7751
8657
|
) -> Response:
|
|
7752
8658
|
"""orgs/remove-outside-collaborator
|
|
7753
8659
|
|
|
@@ -7768,6 +8674,7 @@ class OrgsClient:
|
|
|
7768
8674
|
"DELETE",
|
|
7769
8675
|
url,
|
|
7770
8676
|
headers=exclude_unset(headers),
|
|
8677
|
+
stream=stream,
|
|
7771
8678
|
error_models={
|
|
7772
8679
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
7773
8680
|
},
|
|
@@ -7788,6 +8695,7 @@ class OrgsClient:
|
|
|
7788
8695
|
last_used_after: Missing[datetime] = UNSET,
|
|
7789
8696
|
token_id: Missing[list[str]] = UNSET,
|
|
7790
8697
|
headers: Optional[Mapping[str, str]] = None,
|
|
8698
|
+
stream: bool = False,
|
|
7791
8699
|
) -> Response[
|
|
7792
8700
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
7793
8701
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -7831,6 +8739,7 @@ class OrgsClient:
|
|
|
7831
8739
|
url,
|
|
7832
8740
|
params=exclude_unset(params),
|
|
7833
8741
|
headers=exclude_unset(headers),
|
|
8742
|
+
stream=stream,
|
|
7834
8743
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
7835
8744
|
error_models={
|
|
7836
8745
|
"500": BasicError,
|
|
@@ -7855,6 +8764,7 @@ class OrgsClient:
|
|
|
7855
8764
|
last_used_after: Missing[datetime] = UNSET,
|
|
7856
8765
|
token_id: Missing[list[str]] = UNSET,
|
|
7857
8766
|
headers: Optional[Mapping[str, str]] = None,
|
|
8767
|
+
stream: bool = False,
|
|
7858
8768
|
) -> Response[
|
|
7859
8769
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
7860
8770
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -7898,6 +8808,7 @@ class OrgsClient:
|
|
|
7898
8808
|
url,
|
|
7899
8809
|
params=exclude_unset(params),
|
|
7900
8810
|
headers=exclude_unset(headers),
|
|
8811
|
+
stream=stream,
|
|
7901
8812
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
7902
8813
|
error_models={
|
|
7903
8814
|
"500": BasicError,
|
|
@@ -7913,6 +8824,7 @@ class OrgsClient:
|
|
|
7913
8824
|
org: str,
|
|
7914
8825
|
*,
|
|
7915
8826
|
headers: Optional[Mapping[str, str]] = None,
|
|
8827
|
+
stream: bool = False,
|
|
7916
8828
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
7917
8829
|
) -> Response[
|
|
7918
8830
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -7926,6 +8838,7 @@ class OrgsClient:
|
|
|
7926
8838
|
*,
|
|
7927
8839
|
data: UnsetType = UNSET,
|
|
7928
8840
|
headers: Optional[Mapping[str, str]] = None,
|
|
8841
|
+
stream: bool = False,
|
|
7929
8842
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
7930
8843
|
action: Literal["approve", "deny"],
|
|
7931
8844
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -7939,6 +8852,7 @@ class OrgsClient:
|
|
|
7939
8852
|
org: str,
|
|
7940
8853
|
*,
|
|
7941
8854
|
headers: Optional[Mapping[str, str]] = None,
|
|
8855
|
+
stream: bool = False,
|
|
7942
8856
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
7943
8857
|
**kwargs,
|
|
7944
8858
|
) -> Response[
|
|
@@ -7983,6 +8897,7 @@ class OrgsClient:
|
|
|
7983
8897
|
url,
|
|
7984
8898
|
json=exclude_unset(json),
|
|
7985
8899
|
headers=exclude_unset(headers),
|
|
8900
|
+
stream=stream,
|
|
7986
8901
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
7987
8902
|
error_models={
|
|
7988
8903
|
"500": BasicError,
|
|
@@ -7998,6 +8913,7 @@ class OrgsClient:
|
|
|
7998
8913
|
org: str,
|
|
7999
8914
|
*,
|
|
8000
8915
|
headers: Optional[Mapping[str, str]] = None,
|
|
8916
|
+
stream: bool = False,
|
|
8001
8917
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
8002
8918
|
) -> Response[
|
|
8003
8919
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -8011,6 +8927,7 @@ class OrgsClient:
|
|
|
8011
8927
|
*,
|
|
8012
8928
|
data: UnsetType = UNSET,
|
|
8013
8929
|
headers: Optional[Mapping[str, str]] = None,
|
|
8930
|
+
stream: bool = False,
|
|
8014
8931
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
8015
8932
|
action: Literal["approve", "deny"],
|
|
8016
8933
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -8024,6 +8941,7 @@ class OrgsClient:
|
|
|
8024
8941
|
org: str,
|
|
8025
8942
|
*,
|
|
8026
8943
|
headers: Optional[Mapping[str, str]] = None,
|
|
8944
|
+
stream: bool = False,
|
|
8027
8945
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
8028
8946
|
**kwargs,
|
|
8029
8947
|
) -> Response[
|
|
@@ -8068,6 +8986,7 @@ class OrgsClient:
|
|
|
8068
8986
|
url,
|
|
8069
8987
|
json=exclude_unset(json),
|
|
8070
8988
|
headers=exclude_unset(headers),
|
|
8989
|
+
stream=stream,
|
|
8071
8990
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
8072
8991
|
error_models={
|
|
8073
8992
|
"500": BasicError,
|
|
@@ -8084,6 +9003,7 @@ class OrgsClient:
|
|
|
8084
9003
|
pat_request_id: int,
|
|
8085
9004
|
*,
|
|
8086
9005
|
headers: Optional[Mapping[str, str]] = None,
|
|
9006
|
+
stream: bool = False,
|
|
8087
9007
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
8088
9008
|
) -> Response: ...
|
|
8089
9009
|
|
|
@@ -8095,6 +9015,7 @@ class OrgsClient:
|
|
|
8095
9015
|
*,
|
|
8096
9016
|
data: UnsetType = UNSET,
|
|
8097
9017
|
headers: Optional[Mapping[str, str]] = None,
|
|
9018
|
+
stream: bool = False,
|
|
8098
9019
|
action: Literal["approve", "deny"],
|
|
8099
9020
|
reason: Missing[Union[str, None]] = UNSET,
|
|
8100
9021
|
) -> Response: ...
|
|
@@ -8105,6 +9026,7 @@ class OrgsClient:
|
|
|
8105
9026
|
pat_request_id: int,
|
|
8106
9027
|
*,
|
|
8107
9028
|
headers: Optional[Mapping[str, str]] = None,
|
|
9029
|
+
stream: bool = False,
|
|
8108
9030
|
data: Missing[
|
|
8109
9031
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
8110
9032
|
] = UNSET,
|
|
@@ -8147,6 +9069,7 @@ class OrgsClient:
|
|
|
8147
9069
|
url,
|
|
8148
9070
|
json=exclude_unset(json),
|
|
8149
9071
|
headers=exclude_unset(headers),
|
|
9072
|
+
stream=stream,
|
|
8150
9073
|
error_models={
|
|
8151
9074
|
"500": BasicError,
|
|
8152
9075
|
"422": ValidationError,
|
|
@@ -8162,6 +9085,7 @@ class OrgsClient:
|
|
|
8162
9085
|
pat_request_id: int,
|
|
8163
9086
|
*,
|
|
8164
9087
|
headers: Optional[Mapping[str, str]] = None,
|
|
9088
|
+
stream: bool = False,
|
|
8165
9089
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
8166
9090
|
) -> Response: ...
|
|
8167
9091
|
|
|
@@ -8173,6 +9097,7 @@ class OrgsClient:
|
|
|
8173
9097
|
*,
|
|
8174
9098
|
data: UnsetType = UNSET,
|
|
8175
9099
|
headers: Optional[Mapping[str, str]] = None,
|
|
9100
|
+
stream: bool = False,
|
|
8176
9101
|
action: Literal["approve", "deny"],
|
|
8177
9102
|
reason: Missing[Union[str, None]] = UNSET,
|
|
8178
9103
|
) -> Response: ...
|
|
@@ -8183,6 +9108,7 @@ class OrgsClient:
|
|
|
8183
9108
|
pat_request_id: int,
|
|
8184
9109
|
*,
|
|
8185
9110
|
headers: Optional[Mapping[str, str]] = None,
|
|
9111
|
+
stream: bool = False,
|
|
8186
9112
|
data: Missing[
|
|
8187
9113
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
8188
9114
|
] = UNSET,
|
|
@@ -8225,6 +9151,7 @@ class OrgsClient:
|
|
|
8225
9151
|
url,
|
|
8226
9152
|
json=exclude_unset(json),
|
|
8227
9153
|
headers=exclude_unset(headers),
|
|
9154
|
+
stream=stream,
|
|
8228
9155
|
error_models={
|
|
8229
9156
|
"500": BasicError,
|
|
8230
9157
|
"422": ValidationError,
|
|
@@ -8241,6 +9168,7 @@ class OrgsClient:
|
|
|
8241
9168
|
per_page: Missing[int] = UNSET,
|
|
8242
9169
|
page: Missing[int] = UNSET,
|
|
8243
9170
|
headers: Optional[Mapping[str, str]] = None,
|
|
9171
|
+
stream: bool = False,
|
|
8244
9172
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
8245
9173
|
"""orgs/list-pat-grant-request-repositories
|
|
8246
9174
|
|
|
@@ -8271,6 +9199,7 @@ class OrgsClient:
|
|
|
8271
9199
|
url,
|
|
8272
9200
|
params=exclude_unset(params),
|
|
8273
9201
|
headers=exclude_unset(headers),
|
|
9202
|
+
stream=stream,
|
|
8274
9203
|
response_model=list[MinimalRepository],
|
|
8275
9204
|
error_models={
|
|
8276
9205
|
"500": BasicError,
|
|
@@ -8287,6 +9216,7 @@ class OrgsClient:
|
|
|
8287
9216
|
per_page: Missing[int] = UNSET,
|
|
8288
9217
|
page: Missing[int] = UNSET,
|
|
8289
9218
|
headers: Optional[Mapping[str, str]] = None,
|
|
9219
|
+
stream: bool = False,
|
|
8290
9220
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
8291
9221
|
"""orgs/list-pat-grant-request-repositories
|
|
8292
9222
|
|
|
@@ -8317,6 +9247,7 @@ class OrgsClient:
|
|
|
8317
9247
|
url,
|
|
8318
9248
|
params=exclude_unset(params),
|
|
8319
9249
|
headers=exclude_unset(headers),
|
|
9250
|
+
stream=stream,
|
|
8320
9251
|
response_model=list[MinimalRepository],
|
|
8321
9252
|
error_models={
|
|
8322
9253
|
"500": BasicError,
|
|
@@ -8340,6 +9271,7 @@ class OrgsClient:
|
|
|
8340
9271
|
last_used_after: Missing[datetime] = UNSET,
|
|
8341
9272
|
token_id: Missing[list[str]] = UNSET,
|
|
8342
9273
|
headers: Optional[Mapping[str, str]] = None,
|
|
9274
|
+
stream: bool = False,
|
|
8343
9275
|
) -> Response[
|
|
8344
9276
|
list[OrganizationProgrammaticAccessGrant],
|
|
8345
9277
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -8383,6 +9315,7 @@ class OrgsClient:
|
|
|
8383
9315
|
url,
|
|
8384
9316
|
params=exclude_unset(params),
|
|
8385
9317
|
headers=exclude_unset(headers),
|
|
9318
|
+
stream=stream,
|
|
8386
9319
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
8387
9320
|
error_models={
|
|
8388
9321
|
"500": BasicError,
|
|
@@ -8407,6 +9340,7 @@ class OrgsClient:
|
|
|
8407
9340
|
last_used_after: Missing[datetime] = UNSET,
|
|
8408
9341
|
token_id: Missing[list[str]] = UNSET,
|
|
8409
9342
|
headers: Optional[Mapping[str, str]] = None,
|
|
9343
|
+
stream: bool = False,
|
|
8410
9344
|
) -> Response[
|
|
8411
9345
|
list[OrganizationProgrammaticAccessGrant],
|
|
8412
9346
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -8450,6 +9384,7 @@ class OrgsClient:
|
|
|
8450
9384
|
url,
|
|
8451
9385
|
params=exclude_unset(params),
|
|
8452
9386
|
headers=exclude_unset(headers),
|
|
9387
|
+
stream=stream,
|
|
8453
9388
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
8454
9389
|
error_models={
|
|
8455
9390
|
"500": BasicError,
|
|
@@ -8465,6 +9400,7 @@ class OrgsClient:
|
|
|
8465
9400
|
org: str,
|
|
8466
9401
|
*,
|
|
8467
9402
|
headers: Optional[Mapping[str, str]] = None,
|
|
9403
|
+
stream: bool = False,
|
|
8468
9404
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
8469
9405
|
) -> Response[
|
|
8470
9406
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -8478,6 +9414,7 @@ class OrgsClient:
|
|
|
8478
9414
|
*,
|
|
8479
9415
|
data: UnsetType = UNSET,
|
|
8480
9416
|
headers: Optional[Mapping[str, str]] = None,
|
|
9417
|
+
stream: bool = False,
|
|
8481
9418
|
action: Literal["revoke"],
|
|
8482
9419
|
pat_ids: list[int],
|
|
8483
9420
|
) -> Response[
|
|
@@ -8490,6 +9427,7 @@ class OrgsClient:
|
|
|
8490
9427
|
org: str,
|
|
8491
9428
|
*,
|
|
8492
9429
|
headers: Optional[Mapping[str, str]] = None,
|
|
9430
|
+
stream: bool = False,
|
|
8493
9431
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
8494
9432
|
**kwargs,
|
|
8495
9433
|
) -> Response[
|
|
@@ -8532,6 +9470,7 @@ class OrgsClient:
|
|
|
8532
9470
|
url,
|
|
8533
9471
|
json=exclude_unset(json),
|
|
8534
9472
|
headers=exclude_unset(headers),
|
|
9473
|
+
stream=stream,
|
|
8535
9474
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
8536
9475
|
error_models={
|
|
8537
9476
|
"500": BasicError,
|
|
@@ -8547,6 +9486,7 @@ class OrgsClient:
|
|
|
8547
9486
|
org: str,
|
|
8548
9487
|
*,
|
|
8549
9488
|
headers: Optional[Mapping[str, str]] = None,
|
|
9489
|
+
stream: bool = False,
|
|
8550
9490
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
8551
9491
|
) -> Response[
|
|
8552
9492
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -8560,6 +9500,7 @@ class OrgsClient:
|
|
|
8560
9500
|
*,
|
|
8561
9501
|
data: UnsetType = UNSET,
|
|
8562
9502
|
headers: Optional[Mapping[str, str]] = None,
|
|
9503
|
+
stream: bool = False,
|
|
8563
9504
|
action: Literal["revoke"],
|
|
8564
9505
|
pat_ids: list[int],
|
|
8565
9506
|
) -> Response[
|
|
@@ -8572,6 +9513,7 @@ class OrgsClient:
|
|
|
8572
9513
|
org: str,
|
|
8573
9514
|
*,
|
|
8574
9515
|
headers: Optional[Mapping[str, str]] = None,
|
|
9516
|
+
stream: bool = False,
|
|
8575
9517
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
8576
9518
|
**kwargs,
|
|
8577
9519
|
) -> Response[
|
|
@@ -8614,6 +9556,7 @@ class OrgsClient:
|
|
|
8614
9556
|
url,
|
|
8615
9557
|
json=exclude_unset(json),
|
|
8616
9558
|
headers=exclude_unset(headers),
|
|
9559
|
+
stream=stream,
|
|
8617
9560
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
8618
9561
|
error_models={
|
|
8619
9562
|
"500": BasicError,
|
|
@@ -8630,6 +9573,7 @@ class OrgsClient:
|
|
|
8630
9573
|
pat_id: int,
|
|
8631
9574
|
*,
|
|
8632
9575
|
headers: Optional[Mapping[str, str]] = None,
|
|
9576
|
+
stream: bool = False,
|
|
8633
9577
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
8634
9578
|
) -> Response: ...
|
|
8635
9579
|
|
|
@@ -8641,6 +9585,7 @@ class OrgsClient:
|
|
|
8641
9585
|
*,
|
|
8642
9586
|
data: UnsetType = UNSET,
|
|
8643
9587
|
headers: Optional[Mapping[str, str]] = None,
|
|
9588
|
+
stream: bool = False,
|
|
8644
9589
|
action: Literal["revoke"],
|
|
8645
9590
|
) -> Response: ...
|
|
8646
9591
|
|
|
@@ -8650,6 +9595,7 @@ class OrgsClient:
|
|
|
8650
9595
|
pat_id: int,
|
|
8651
9596
|
*,
|
|
8652
9597
|
headers: Optional[Mapping[str, str]] = None,
|
|
9598
|
+
stream: bool = False,
|
|
8653
9599
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
8654
9600
|
**kwargs,
|
|
8655
9601
|
) -> Response:
|
|
@@ -8688,6 +9634,7 @@ class OrgsClient:
|
|
|
8688
9634
|
url,
|
|
8689
9635
|
json=exclude_unset(json),
|
|
8690
9636
|
headers=exclude_unset(headers),
|
|
9637
|
+
stream=stream,
|
|
8691
9638
|
error_models={
|
|
8692
9639
|
"500": BasicError,
|
|
8693
9640
|
"404": BasicError,
|
|
@@ -8703,6 +9650,7 @@ class OrgsClient:
|
|
|
8703
9650
|
pat_id: int,
|
|
8704
9651
|
*,
|
|
8705
9652
|
headers: Optional[Mapping[str, str]] = None,
|
|
9653
|
+
stream: bool = False,
|
|
8706
9654
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
8707
9655
|
) -> Response: ...
|
|
8708
9656
|
|
|
@@ -8714,6 +9662,7 @@ class OrgsClient:
|
|
|
8714
9662
|
*,
|
|
8715
9663
|
data: UnsetType = UNSET,
|
|
8716
9664
|
headers: Optional[Mapping[str, str]] = None,
|
|
9665
|
+
stream: bool = False,
|
|
8717
9666
|
action: Literal["revoke"],
|
|
8718
9667
|
) -> Response: ...
|
|
8719
9668
|
|
|
@@ -8723,6 +9672,7 @@ class OrgsClient:
|
|
|
8723
9672
|
pat_id: int,
|
|
8724
9673
|
*,
|
|
8725
9674
|
headers: Optional[Mapping[str, str]] = None,
|
|
9675
|
+
stream: bool = False,
|
|
8726
9676
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
8727
9677
|
**kwargs,
|
|
8728
9678
|
) -> Response:
|
|
@@ -8761,6 +9711,7 @@ class OrgsClient:
|
|
|
8761
9711
|
url,
|
|
8762
9712
|
json=exclude_unset(json),
|
|
8763
9713
|
headers=exclude_unset(headers),
|
|
9714
|
+
stream=stream,
|
|
8764
9715
|
error_models={
|
|
8765
9716
|
"500": BasicError,
|
|
8766
9717
|
"404": BasicError,
|
|
@@ -8777,6 +9728,7 @@ class OrgsClient:
|
|
|
8777
9728
|
per_page: Missing[int] = UNSET,
|
|
8778
9729
|
page: Missing[int] = UNSET,
|
|
8779
9730
|
headers: Optional[Mapping[str, str]] = None,
|
|
9731
|
+
stream: bool = False,
|
|
8780
9732
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
8781
9733
|
"""orgs/list-pat-grant-repositories
|
|
8782
9734
|
|
|
@@ -8805,6 +9757,7 @@ class OrgsClient:
|
|
|
8805
9757
|
url,
|
|
8806
9758
|
params=exclude_unset(params),
|
|
8807
9759
|
headers=exclude_unset(headers),
|
|
9760
|
+
stream=stream,
|
|
8808
9761
|
response_model=list[MinimalRepository],
|
|
8809
9762
|
error_models={
|
|
8810
9763
|
"500": BasicError,
|
|
@@ -8821,6 +9774,7 @@ class OrgsClient:
|
|
|
8821
9774
|
per_page: Missing[int] = UNSET,
|
|
8822
9775
|
page: Missing[int] = UNSET,
|
|
8823
9776
|
headers: Optional[Mapping[str, str]] = None,
|
|
9777
|
+
stream: bool = False,
|
|
8824
9778
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
8825
9779
|
"""orgs/list-pat-grant-repositories
|
|
8826
9780
|
|
|
@@ -8849,6 +9803,7 @@ class OrgsClient:
|
|
|
8849
9803
|
url,
|
|
8850
9804
|
params=exclude_unset(params),
|
|
8851
9805
|
headers=exclude_unset(headers),
|
|
9806
|
+
stream=stream,
|
|
8852
9807
|
response_model=list[MinimalRepository],
|
|
8853
9808
|
error_models={
|
|
8854
9809
|
"500": BasicError,
|
|
@@ -8862,6 +9817,7 @@ class OrgsClient:
|
|
|
8862
9817
|
org: str,
|
|
8863
9818
|
*,
|
|
8864
9819
|
headers: Optional[Mapping[str, str]] = None,
|
|
9820
|
+
stream: bool = False,
|
|
8865
9821
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
8866
9822
|
"""orgs/get-all-custom-properties
|
|
8867
9823
|
|
|
@@ -8883,6 +9839,7 @@ class OrgsClient:
|
|
|
8883
9839
|
"GET",
|
|
8884
9840
|
url,
|
|
8885
9841
|
headers=exclude_unset(headers),
|
|
9842
|
+
stream=stream,
|
|
8886
9843
|
response_model=list[CustomProperty],
|
|
8887
9844
|
error_models={
|
|
8888
9845
|
"403": BasicError,
|
|
@@ -8895,6 +9852,7 @@ class OrgsClient:
|
|
|
8895
9852
|
org: str,
|
|
8896
9853
|
*,
|
|
8897
9854
|
headers: Optional[Mapping[str, str]] = None,
|
|
9855
|
+
stream: bool = False,
|
|
8898
9856
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
8899
9857
|
"""orgs/get-all-custom-properties
|
|
8900
9858
|
|
|
@@ -8916,6 +9874,7 @@ class OrgsClient:
|
|
|
8916
9874
|
"GET",
|
|
8917
9875
|
url,
|
|
8918
9876
|
headers=exclude_unset(headers),
|
|
9877
|
+
stream=stream,
|
|
8919
9878
|
response_model=list[CustomProperty],
|
|
8920
9879
|
error_models={
|
|
8921
9880
|
"403": BasicError,
|
|
@@ -8929,6 +9888,7 @@ class OrgsClient:
|
|
|
8929
9888
|
org: str,
|
|
8930
9889
|
*,
|
|
8931
9890
|
headers: Optional[Mapping[str, str]] = None,
|
|
9891
|
+
stream: bool = False,
|
|
8932
9892
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
8933
9893
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
8934
9894
|
|
|
@@ -8939,6 +9899,7 @@ class OrgsClient:
|
|
|
8939
9899
|
*,
|
|
8940
9900
|
data: UnsetType = UNSET,
|
|
8941
9901
|
headers: Optional[Mapping[str, str]] = None,
|
|
9902
|
+
stream: bool = False,
|
|
8942
9903
|
properties: list[CustomPropertyType],
|
|
8943
9904
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
8944
9905
|
|
|
@@ -8947,6 +9908,7 @@ class OrgsClient:
|
|
|
8947
9908
|
org: str,
|
|
8948
9909
|
*,
|
|
8949
9910
|
headers: Optional[Mapping[str, str]] = None,
|
|
9911
|
+
stream: bool = False,
|
|
8950
9912
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
8951
9913
|
**kwargs,
|
|
8952
9914
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -8991,6 +9953,7 @@ class OrgsClient:
|
|
|
8991
9953
|
url,
|
|
8992
9954
|
json=exclude_unset(json),
|
|
8993
9955
|
headers=exclude_unset(headers),
|
|
9956
|
+
stream=stream,
|
|
8994
9957
|
response_model=list[CustomProperty],
|
|
8995
9958
|
error_models={
|
|
8996
9959
|
"403": BasicError,
|
|
@@ -9004,6 +9967,7 @@ class OrgsClient:
|
|
|
9004
9967
|
org: str,
|
|
9005
9968
|
*,
|
|
9006
9969
|
headers: Optional[Mapping[str, str]] = None,
|
|
9970
|
+
stream: bool = False,
|
|
9007
9971
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
9008
9972
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
9009
9973
|
|
|
@@ -9014,6 +9978,7 @@ class OrgsClient:
|
|
|
9014
9978
|
*,
|
|
9015
9979
|
data: UnsetType = UNSET,
|
|
9016
9980
|
headers: Optional[Mapping[str, str]] = None,
|
|
9981
|
+
stream: bool = False,
|
|
9017
9982
|
properties: list[CustomPropertyType],
|
|
9018
9983
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
9019
9984
|
|
|
@@ -9022,6 +9987,7 @@ class OrgsClient:
|
|
|
9022
9987
|
org: str,
|
|
9023
9988
|
*,
|
|
9024
9989
|
headers: Optional[Mapping[str, str]] = None,
|
|
9990
|
+
stream: bool = False,
|
|
9025
9991
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
9026
9992
|
**kwargs,
|
|
9027
9993
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -9066,6 +10032,7 @@ class OrgsClient:
|
|
|
9066
10032
|
url,
|
|
9067
10033
|
json=exclude_unset(json),
|
|
9068
10034
|
headers=exclude_unset(headers),
|
|
10035
|
+
stream=stream,
|
|
9069
10036
|
response_model=list[CustomProperty],
|
|
9070
10037
|
error_models={
|
|
9071
10038
|
"403": BasicError,
|
|
@@ -9079,6 +10046,7 @@ class OrgsClient:
|
|
|
9079
10046
|
custom_property_name: str,
|
|
9080
10047
|
*,
|
|
9081
10048
|
headers: Optional[Mapping[str, str]] = None,
|
|
10049
|
+
stream: bool = False,
|
|
9082
10050
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
9083
10051
|
"""orgs/get-custom-property
|
|
9084
10052
|
|
|
@@ -9100,6 +10068,7 @@ class OrgsClient:
|
|
|
9100
10068
|
"GET",
|
|
9101
10069
|
url,
|
|
9102
10070
|
headers=exclude_unset(headers),
|
|
10071
|
+
stream=stream,
|
|
9103
10072
|
response_model=CustomProperty,
|
|
9104
10073
|
error_models={
|
|
9105
10074
|
"403": BasicError,
|
|
@@ -9113,6 +10082,7 @@ class OrgsClient:
|
|
|
9113
10082
|
custom_property_name: str,
|
|
9114
10083
|
*,
|
|
9115
10084
|
headers: Optional[Mapping[str, str]] = None,
|
|
10085
|
+
stream: bool = False,
|
|
9116
10086
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
9117
10087
|
"""orgs/get-custom-property
|
|
9118
10088
|
|
|
@@ -9134,6 +10104,7 @@ class OrgsClient:
|
|
|
9134
10104
|
"GET",
|
|
9135
10105
|
url,
|
|
9136
10106
|
headers=exclude_unset(headers),
|
|
10107
|
+
stream=stream,
|
|
9137
10108
|
response_model=CustomProperty,
|
|
9138
10109
|
error_models={
|
|
9139
10110
|
"403": BasicError,
|
|
@@ -9148,6 +10119,7 @@ class OrgsClient:
|
|
|
9148
10119
|
custom_property_name: str,
|
|
9149
10120
|
*,
|
|
9150
10121
|
headers: Optional[Mapping[str, str]] = None,
|
|
10122
|
+
stream: bool = False,
|
|
9151
10123
|
data: CustomPropertySetPayloadType,
|
|
9152
10124
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
9153
10125
|
|
|
@@ -9159,6 +10131,7 @@ class OrgsClient:
|
|
|
9159
10131
|
*,
|
|
9160
10132
|
data: UnsetType = UNSET,
|
|
9161
10133
|
headers: Optional[Mapping[str, str]] = None,
|
|
10134
|
+
stream: bool = False,
|
|
9162
10135
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
9163
10136
|
required: Missing[bool] = UNSET,
|
|
9164
10137
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -9175,6 +10148,7 @@ class OrgsClient:
|
|
|
9175
10148
|
custom_property_name: str,
|
|
9176
10149
|
*,
|
|
9177
10150
|
headers: Optional[Mapping[str, str]] = None,
|
|
10151
|
+
stream: bool = False,
|
|
9178
10152
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
9179
10153
|
**kwargs,
|
|
9180
10154
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -9211,6 +10185,7 @@ class OrgsClient:
|
|
|
9211
10185
|
url,
|
|
9212
10186
|
json=exclude_unset(json),
|
|
9213
10187
|
headers=exclude_unset(headers),
|
|
10188
|
+
stream=stream,
|
|
9214
10189
|
response_model=CustomProperty,
|
|
9215
10190
|
error_models={
|
|
9216
10191
|
"403": BasicError,
|
|
@@ -9225,6 +10200,7 @@ class OrgsClient:
|
|
|
9225
10200
|
custom_property_name: str,
|
|
9226
10201
|
*,
|
|
9227
10202
|
headers: Optional[Mapping[str, str]] = None,
|
|
10203
|
+
stream: bool = False,
|
|
9228
10204
|
data: CustomPropertySetPayloadType,
|
|
9229
10205
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
9230
10206
|
|
|
@@ -9236,6 +10212,7 @@ class OrgsClient:
|
|
|
9236
10212
|
*,
|
|
9237
10213
|
data: UnsetType = UNSET,
|
|
9238
10214
|
headers: Optional[Mapping[str, str]] = None,
|
|
10215
|
+
stream: bool = False,
|
|
9239
10216
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
9240
10217
|
required: Missing[bool] = UNSET,
|
|
9241
10218
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -9252,6 +10229,7 @@ class OrgsClient:
|
|
|
9252
10229
|
custom_property_name: str,
|
|
9253
10230
|
*,
|
|
9254
10231
|
headers: Optional[Mapping[str, str]] = None,
|
|
10232
|
+
stream: bool = False,
|
|
9255
10233
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
9256
10234
|
**kwargs,
|
|
9257
10235
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -9288,6 +10266,7 @@ class OrgsClient:
|
|
|
9288
10266
|
url,
|
|
9289
10267
|
json=exclude_unset(json),
|
|
9290
10268
|
headers=exclude_unset(headers),
|
|
10269
|
+
stream=stream,
|
|
9291
10270
|
response_model=CustomProperty,
|
|
9292
10271
|
error_models={
|
|
9293
10272
|
"403": BasicError,
|
|
@@ -9301,6 +10280,7 @@ class OrgsClient:
|
|
|
9301
10280
|
custom_property_name: str,
|
|
9302
10281
|
*,
|
|
9303
10282
|
headers: Optional[Mapping[str, str]] = None,
|
|
10283
|
+
stream: bool = False,
|
|
9304
10284
|
) -> Response:
|
|
9305
10285
|
"""orgs/remove-custom-property
|
|
9306
10286
|
|
|
@@ -9325,6 +10305,7 @@ class OrgsClient:
|
|
|
9325
10305
|
"DELETE",
|
|
9326
10306
|
url,
|
|
9327
10307
|
headers=exclude_unset(headers),
|
|
10308
|
+
stream=stream,
|
|
9328
10309
|
error_models={
|
|
9329
10310
|
"403": BasicError,
|
|
9330
10311
|
"404": BasicError,
|
|
@@ -9337,6 +10318,7 @@ class OrgsClient:
|
|
|
9337
10318
|
custom_property_name: str,
|
|
9338
10319
|
*,
|
|
9339
10320
|
headers: Optional[Mapping[str, str]] = None,
|
|
10321
|
+
stream: bool = False,
|
|
9340
10322
|
) -> Response:
|
|
9341
10323
|
"""orgs/remove-custom-property
|
|
9342
10324
|
|
|
@@ -9361,6 +10343,7 @@ class OrgsClient:
|
|
|
9361
10343
|
"DELETE",
|
|
9362
10344
|
url,
|
|
9363
10345
|
headers=exclude_unset(headers),
|
|
10346
|
+
stream=stream,
|
|
9364
10347
|
error_models={
|
|
9365
10348
|
"403": BasicError,
|
|
9366
10349
|
"404": BasicError,
|
|
@@ -9375,6 +10358,7 @@ class OrgsClient:
|
|
|
9375
10358
|
page: Missing[int] = UNSET,
|
|
9376
10359
|
repository_query: Missing[str] = UNSET,
|
|
9377
10360
|
headers: Optional[Mapping[str, str]] = None,
|
|
10361
|
+
stream: bool = False,
|
|
9378
10362
|
) -> Response[
|
|
9379
10363
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
9380
10364
|
]:
|
|
@@ -9405,6 +10389,7 @@ class OrgsClient:
|
|
|
9405
10389
|
url,
|
|
9406
10390
|
params=exclude_unset(params),
|
|
9407
10391
|
headers=exclude_unset(headers),
|
|
10392
|
+
stream=stream,
|
|
9408
10393
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
9409
10394
|
error_models={
|
|
9410
10395
|
"403": BasicError,
|
|
@@ -9420,6 +10405,7 @@ class OrgsClient:
|
|
|
9420
10405
|
page: Missing[int] = UNSET,
|
|
9421
10406
|
repository_query: Missing[str] = UNSET,
|
|
9422
10407
|
headers: Optional[Mapping[str, str]] = None,
|
|
10408
|
+
stream: bool = False,
|
|
9423
10409
|
) -> Response[
|
|
9424
10410
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
9425
10411
|
]:
|
|
@@ -9450,6 +10436,7 @@ class OrgsClient:
|
|
|
9450
10436
|
url,
|
|
9451
10437
|
params=exclude_unset(params),
|
|
9452
10438
|
headers=exclude_unset(headers),
|
|
10439
|
+
stream=stream,
|
|
9453
10440
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
9454
10441
|
error_models={
|
|
9455
10442
|
"403": BasicError,
|
|
@@ -9463,6 +10450,7 @@ class OrgsClient:
|
|
|
9463
10450
|
org: str,
|
|
9464
10451
|
*,
|
|
9465
10452
|
headers: Optional[Mapping[str, str]] = None,
|
|
10453
|
+
stream: bool = False,
|
|
9466
10454
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
9467
10455
|
) -> Response: ...
|
|
9468
10456
|
|
|
@@ -9473,6 +10461,7 @@ class OrgsClient:
|
|
|
9473
10461
|
*,
|
|
9474
10462
|
data: UnsetType = UNSET,
|
|
9475
10463
|
headers: Optional[Mapping[str, str]] = None,
|
|
10464
|
+
stream: bool = False,
|
|
9476
10465
|
repository_names: list[str],
|
|
9477
10466
|
properties: list[CustomPropertyValueType],
|
|
9478
10467
|
) -> Response: ...
|
|
@@ -9482,6 +10471,7 @@ class OrgsClient:
|
|
|
9482
10471
|
org: str,
|
|
9483
10472
|
*,
|
|
9484
10473
|
headers: Optional[Mapping[str, str]] = None,
|
|
10474
|
+
stream: bool = False,
|
|
9485
10475
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
9486
10476
|
**kwargs,
|
|
9487
10477
|
) -> Response:
|
|
@@ -9527,6 +10517,7 @@ class OrgsClient:
|
|
|
9527
10517
|
url,
|
|
9528
10518
|
json=exclude_unset(json),
|
|
9529
10519
|
headers=exclude_unset(headers),
|
|
10520
|
+
stream=stream,
|
|
9530
10521
|
error_models={
|
|
9531
10522
|
"403": BasicError,
|
|
9532
10523
|
"404": BasicError,
|
|
@@ -9540,6 +10531,7 @@ class OrgsClient:
|
|
|
9540
10531
|
org: str,
|
|
9541
10532
|
*,
|
|
9542
10533
|
headers: Optional[Mapping[str, str]] = None,
|
|
10534
|
+
stream: bool = False,
|
|
9543
10535
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
9544
10536
|
) -> Response: ...
|
|
9545
10537
|
|
|
@@ -9550,6 +10542,7 @@ class OrgsClient:
|
|
|
9550
10542
|
*,
|
|
9551
10543
|
data: UnsetType = UNSET,
|
|
9552
10544
|
headers: Optional[Mapping[str, str]] = None,
|
|
10545
|
+
stream: bool = False,
|
|
9553
10546
|
repository_names: list[str],
|
|
9554
10547
|
properties: list[CustomPropertyValueType],
|
|
9555
10548
|
) -> Response: ...
|
|
@@ -9559,6 +10552,7 @@ class OrgsClient:
|
|
|
9559
10552
|
org: str,
|
|
9560
10553
|
*,
|
|
9561
10554
|
headers: Optional[Mapping[str, str]] = None,
|
|
10555
|
+
stream: bool = False,
|
|
9562
10556
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
9563
10557
|
**kwargs,
|
|
9564
10558
|
) -> Response:
|
|
@@ -9604,6 +10598,7 @@ class OrgsClient:
|
|
|
9604
10598
|
url,
|
|
9605
10599
|
json=exclude_unset(json),
|
|
9606
10600
|
headers=exclude_unset(headers),
|
|
10601
|
+
stream=stream,
|
|
9607
10602
|
error_models={
|
|
9608
10603
|
"403": BasicError,
|
|
9609
10604
|
"404": BasicError,
|
|
@@ -9618,6 +10613,7 @@ class OrgsClient:
|
|
|
9618
10613
|
per_page: Missing[int] = UNSET,
|
|
9619
10614
|
page: Missing[int] = UNSET,
|
|
9620
10615
|
headers: Optional[Mapping[str, str]] = None,
|
|
10616
|
+
stream: bool = False,
|
|
9621
10617
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
9622
10618
|
"""orgs/list-public-members
|
|
9623
10619
|
|
|
@@ -9644,6 +10640,7 @@ class OrgsClient:
|
|
|
9644
10640
|
url,
|
|
9645
10641
|
params=exclude_unset(params),
|
|
9646
10642
|
headers=exclude_unset(headers),
|
|
10643
|
+
stream=stream,
|
|
9647
10644
|
response_model=list[SimpleUser],
|
|
9648
10645
|
)
|
|
9649
10646
|
|
|
@@ -9654,6 +10651,7 @@ class OrgsClient:
|
|
|
9654
10651
|
per_page: Missing[int] = UNSET,
|
|
9655
10652
|
page: Missing[int] = UNSET,
|
|
9656
10653
|
headers: Optional[Mapping[str, str]] = None,
|
|
10654
|
+
stream: bool = False,
|
|
9657
10655
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
9658
10656
|
"""orgs/list-public-members
|
|
9659
10657
|
|
|
@@ -9680,6 +10678,7 @@ class OrgsClient:
|
|
|
9680
10678
|
url,
|
|
9681
10679
|
params=exclude_unset(params),
|
|
9682
10680
|
headers=exclude_unset(headers),
|
|
10681
|
+
stream=stream,
|
|
9683
10682
|
response_model=list[SimpleUser],
|
|
9684
10683
|
)
|
|
9685
10684
|
|
|
@@ -9689,6 +10688,7 @@ class OrgsClient:
|
|
|
9689
10688
|
username: str,
|
|
9690
10689
|
*,
|
|
9691
10690
|
headers: Optional[Mapping[str, str]] = None,
|
|
10691
|
+
stream: bool = False,
|
|
9692
10692
|
) -> Response:
|
|
9693
10693
|
"""orgs/check-public-membership-for-user
|
|
9694
10694
|
|
|
@@ -9707,6 +10707,7 @@ class OrgsClient:
|
|
|
9707
10707
|
"GET",
|
|
9708
10708
|
url,
|
|
9709
10709
|
headers=exclude_unset(headers),
|
|
10710
|
+
stream=stream,
|
|
9710
10711
|
error_models={},
|
|
9711
10712
|
)
|
|
9712
10713
|
|
|
@@ -9716,6 +10717,7 @@ class OrgsClient:
|
|
|
9716
10717
|
username: str,
|
|
9717
10718
|
*,
|
|
9718
10719
|
headers: Optional[Mapping[str, str]] = None,
|
|
10720
|
+
stream: bool = False,
|
|
9719
10721
|
) -> Response:
|
|
9720
10722
|
"""orgs/check-public-membership-for-user
|
|
9721
10723
|
|
|
@@ -9734,6 +10736,7 @@ class OrgsClient:
|
|
|
9734
10736
|
"GET",
|
|
9735
10737
|
url,
|
|
9736
10738
|
headers=exclude_unset(headers),
|
|
10739
|
+
stream=stream,
|
|
9737
10740
|
error_models={},
|
|
9738
10741
|
)
|
|
9739
10742
|
|
|
@@ -9743,6 +10746,7 @@ class OrgsClient:
|
|
|
9743
10746
|
username: str,
|
|
9744
10747
|
*,
|
|
9745
10748
|
headers: Optional[Mapping[str, str]] = None,
|
|
10749
|
+
stream: bool = False,
|
|
9746
10750
|
) -> Response:
|
|
9747
10751
|
"""orgs/set-public-membership-for-authenticated-user
|
|
9748
10752
|
|
|
@@ -9765,6 +10769,7 @@ class OrgsClient:
|
|
|
9765
10769
|
"PUT",
|
|
9766
10770
|
url,
|
|
9767
10771
|
headers=exclude_unset(headers),
|
|
10772
|
+
stream=stream,
|
|
9768
10773
|
error_models={
|
|
9769
10774
|
"403": BasicError,
|
|
9770
10775
|
},
|
|
@@ -9776,6 +10781,7 @@ class OrgsClient:
|
|
|
9776
10781
|
username: str,
|
|
9777
10782
|
*,
|
|
9778
10783
|
headers: Optional[Mapping[str, str]] = None,
|
|
10784
|
+
stream: bool = False,
|
|
9779
10785
|
) -> Response:
|
|
9780
10786
|
"""orgs/set-public-membership-for-authenticated-user
|
|
9781
10787
|
|
|
@@ -9798,6 +10804,7 @@ class OrgsClient:
|
|
|
9798
10804
|
"PUT",
|
|
9799
10805
|
url,
|
|
9800
10806
|
headers=exclude_unset(headers),
|
|
10807
|
+
stream=stream,
|
|
9801
10808
|
error_models={
|
|
9802
10809
|
"403": BasicError,
|
|
9803
10810
|
},
|
|
@@ -9809,6 +10816,7 @@ class OrgsClient:
|
|
|
9809
10816
|
username: str,
|
|
9810
10817
|
*,
|
|
9811
10818
|
headers: Optional[Mapping[str, str]] = None,
|
|
10819
|
+
stream: bool = False,
|
|
9812
10820
|
) -> Response:
|
|
9813
10821
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
9814
10822
|
|
|
@@ -9827,6 +10835,7 @@ class OrgsClient:
|
|
|
9827
10835
|
"DELETE",
|
|
9828
10836
|
url,
|
|
9829
10837
|
headers=exclude_unset(headers),
|
|
10838
|
+
stream=stream,
|
|
9830
10839
|
)
|
|
9831
10840
|
|
|
9832
10841
|
async def async_remove_public_membership_for_authenticated_user(
|
|
@@ -9835,6 +10844,7 @@ class OrgsClient:
|
|
|
9835
10844
|
username: str,
|
|
9836
10845
|
*,
|
|
9837
10846
|
headers: Optional[Mapping[str, str]] = None,
|
|
10847
|
+
stream: bool = False,
|
|
9838
10848
|
) -> Response:
|
|
9839
10849
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
9840
10850
|
|
|
@@ -9853,6 +10863,7 @@ class OrgsClient:
|
|
|
9853
10863
|
"DELETE",
|
|
9854
10864
|
url,
|
|
9855
10865
|
headers=exclude_unset(headers),
|
|
10866
|
+
stream=stream,
|
|
9856
10867
|
)
|
|
9857
10868
|
|
|
9858
10869
|
def list_repo_fine_grained_permissions(
|
|
@@ -9860,6 +10871,7 @@ class OrgsClient:
|
|
|
9860
10871
|
org: str,
|
|
9861
10872
|
*,
|
|
9862
10873
|
headers: Optional[Mapping[str, str]] = None,
|
|
10874
|
+
stream: bool = False,
|
|
9863
10875
|
) -> Response[
|
|
9864
10876
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
9865
10877
|
]:
|
|
@@ -9886,6 +10898,7 @@ class OrgsClient:
|
|
|
9886
10898
|
"GET",
|
|
9887
10899
|
url,
|
|
9888
10900
|
headers=exclude_unset(headers),
|
|
10901
|
+
stream=stream,
|
|
9889
10902
|
response_model=list[RepositoryFineGrainedPermission],
|
|
9890
10903
|
)
|
|
9891
10904
|
|
|
@@ -9894,6 +10907,7 @@ class OrgsClient:
|
|
|
9894
10907
|
org: str,
|
|
9895
10908
|
*,
|
|
9896
10909
|
headers: Optional[Mapping[str, str]] = None,
|
|
10910
|
+
stream: bool = False,
|
|
9897
10911
|
) -> Response[
|
|
9898
10912
|
list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
|
|
9899
10913
|
]:
|
|
@@ -9920,6 +10934,7 @@ class OrgsClient:
|
|
|
9920
10934
|
"GET",
|
|
9921
10935
|
url,
|
|
9922
10936
|
headers=exclude_unset(headers),
|
|
10937
|
+
stream=stream,
|
|
9923
10938
|
response_model=list[RepositoryFineGrainedPermission],
|
|
9924
10939
|
)
|
|
9925
10940
|
|
|
@@ -9931,6 +10946,7 @@ class OrgsClient:
|
|
|
9931
10946
|
per_page: Missing[int] = UNSET,
|
|
9932
10947
|
page: Missing[int] = UNSET,
|
|
9933
10948
|
headers: Optional[Mapping[str, str]] = None,
|
|
10949
|
+
stream: bool = False,
|
|
9934
10950
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
9935
10951
|
"""orgs/get-org-ruleset-history
|
|
9936
10952
|
|
|
@@ -9957,6 +10973,7 @@ class OrgsClient:
|
|
|
9957
10973
|
url,
|
|
9958
10974
|
params=exclude_unset(params),
|
|
9959
10975
|
headers=exclude_unset(headers),
|
|
10976
|
+
stream=stream,
|
|
9960
10977
|
response_model=list[RulesetVersion],
|
|
9961
10978
|
error_models={
|
|
9962
10979
|
"404": BasicError,
|
|
@@ -9972,6 +10989,7 @@ class OrgsClient:
|
|
|
9972
10989
|
per_page: Missing[int] = UNSET,
|
|
9973
10990
|
page: Missing[int] = UNSET,
|
|
9974
10991
|
headers: Optional[Mapping[str, str]] = None,
|
|
10992
|
+
stream: bool = False,
|
|
9975
10993
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
9976
10994
|
"""orgs/get-org-ruleset-history
|
|
9977
10995
|
|
|
@@ -9998,6 +11016,7 @@ class OrgsClient:
|
|
|
9998
11016
|
url,
|
|
9999
11017
|
params=exclude_unset(params),
|
|
10000
11018
|
headers=exclude_unset(headers),
|
|
11019
|
+
stream=stream,
|
|
10001
11020
|
response_model=list[RulesetVersion],
|
|
10002
11021
|
error_models={
|
|
10003
11022
|
"404": BasicError,
|
|
@@ -10012,6 +11031,7 @@ class OrgsClient:
|
|
|
10012
11031
|
version_id: int,
|
|
10013
11032
|
*,
|
|
10014
11033
|
headers: Optional[Mapping[str, str]] = None,
|
|
11034
|
+
stream: bool = False,
|
|
10015
11035
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
10016
11036
|
"""orgs/get-org-ruleset-version
|
|
10017
11037
|
|
|
@@ -10032,6 +11052,7 @@ class OrgsClient:
|
|
|
10032
11052
|
"GET",
|
|
10033
11053
|
url,
|
|
10034
11054
|
headers=exclude_unset(headers),
|
|
11055
|
+
stream=stream,
|
|
10035
11056
|
response_model=RulesetVersionWithState,
|
|
10036
11057
|
error_models={
|
|
10037
11058
|
"404": BasicError,
|
|
@@ -10046,6 +11067,7 @@ class OrgsClient:
|
|
|
10046
11067
|
version_id: int,
|
|
10047
11068
|
*,
|
|
10048
11069
|
headers: Optional[Mapping[str, str]] = None,
|
|
11070
|
+
stream: bool = False,
|
|
10049
11071
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
10050
11072
|
"""orgs/get-org-ruleset-version
|
|
10051
11073
|
|
|
@@ -10066,6 +11088,7 @@ class OrgsClient:
|
|
|
10066
11088
|
"GET",
|
|
10067
11089
|
url,
|
|
10068
11090
|
headers=exclude_unset(headers),
|
|
11091
|
+
stream=stream,
|
|
10069
11092
|
response_model=RulesetVersionWithState,
|
|
10070
11093
|
error_models={
|
|
10071
11094
|
"404": BasicError,
|
|
@@ -10078,6 +11101,7 @@ class OrgsClient:
|
|
|
10078
11101
|
org: str,
|
|
10079
11102
|
*,
|
|
10080
11103
|
headers: Optional[Mapping[str, str]] = None,
|
|
11104
|
+
stream: bool = False,
|
|
10081
11105
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
10082
11106
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
10083
11107
|
|
|
@@ -10099,6 +11123,7 @@ class OrgsClient:
|
|
|
10099
11123
|
"GET",
|
|
10100
11124
|
url,
|
|
10101
11125
|
headers=exclude_unset(headers),
|
|
11126
|
+
stream=stream,
|
|
10102
11127
|
response_model=list[TeamSimple],
|
|
10103
11128
|
)
|
|
10104
11129
|
|
|
@@ -10107,6 +11132,7 @@ class OrgsClient:
|
|
|
10107
11132
|
org: str,
|
|
10108
11133
|
*,
|
|
10109
11134
|
headers: Optional[Mapping[str, str]] = None,
|
|
11135
|
+
stream: bool = False,
|
|
10110
11136
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
10111
11137
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
10112
11138
|
|
|
@@ -10128,6 +11154,7 @@ class OrgsClient:
|
|
|
10128
11154
|
"GET",
|
|
10129
11155
|
url,
|
|
10130
11156
|
headers=exclude_unset(headers),
|
|
11157
|
+
stream=stream,
|
|
10131
11158
|
response_model=list[TeamSimple],
|
|
10132
11159
|
)
|
|
10133
11160
|
|
|
@@ -10137,6 +11164,7 @@ class OrgsClient:
|
|
|
10137
11164
|
team_slug: str,
|
|
10138
11165
|
*,
|
|
10139
11166
|
headers: Optional[Mapping[str, str]] = None,
|
|
11167
|
+
stream: bool = False,
|
|
10140
11168
|
) -> Response:
|
|
10141
11169
|
"""DEPRECATED orgs/add-security-manager-team
|
|
10142
11170
|
|
|
@@ -10156,6 +11184,7 @@ class OrgsClient:
|
|
|
10156
11184
|
"PUT",
|
|
10157
11185
|
url,
|
|
10158
11186
|
headers=exclude_unset(headers),
|
|
11187
|
+
stream=stream,
|
|
10159
11188
|
)
|
|
10160
11189
|
|
|
10161
11190
|
async def async_add_security_manager_team(
|
|
@@ -10164,6 +11193,7 @@ class OrgsClient:
|
|
|
10164
11193
|
team_slug: str,
|
|
10165
11194
|
*,
|
|
10166
11195
|
headers: Optional[Mapping[str, str]] = None,
|
|
11196
|
+
stream: bool = False,
|
|
10167
11197
|
) -> Response:
|
|
10168
11198
|
"""DEPRECATED orgs/add-security-manager-team
|
|
10169
11199
|
|
|
@@ -10183,6 +11213,7 @@ class OrgsClient:
|
|
|
10183
11213
|
"PUT",
|
|
10184
11214
|
url,
|
|
10185
11215
|
headers=exclude_unset(headers),
|
|
11216
|
+
stream=stream,
|
|
10186
11217
|
)
|
|
10187
11218
|
|
|
10188
11219
|
def remove_security_manager_team(
|
|
@@ -10191,6 +11222,7 @@ class OrgsClient:
|
|
|
10191
11222
|
team_slug: str,
|
|
10192
11223
|
*,
|
|
10193
11224
|
headers: Optional[Mapping[str, str]] = None,
|
|
11225
|
+
stream: bool = False,
|
|
10194
11226
|
) -> Response:
|
|
10195
11227
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
10196
11228
|
|
|
@@ -10210,6 +11242,7 @@ class OrgsClient:
|
|
|
10210
11242
|
"DELETE",
|
|
10211
11243
|
url,
|
|
10212
11244
|
headers=exclude_unset(headers),
|
|
11245
|
+
stream=stream,
|
|
10213
11246
|
)
|
|
10214
11247
|
|
|
10215
11248
|
async def async_remove_security_manager_team(
|
|
@@ -10218,6 +11251,7 @@ class OrgsClient:
|
|
|
10218
11251
|
team_slug: str,
|
|
10219
11252
|
*,
|
|
10220
11253
|
headers: Optional[Mapping[str, str]] = None,
|
|
11254
|
+
stream: bool = False,
|
|
10221
11255
|
) -> Response:
|
|
10222
11256
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
10223
11257
|
|
|
@@ -10237,6 +11271,7 @@ class OrgsClient:
|
|
|
10237
11271
|
"DELETE",
|
|
10238
11272
|
url,
|
|
10239
11273
|
headers=exclude_unset(headers),
|
|
11274
|
+
stream=stream,
|
|
10240
11275
|
)
|
|
10241
11276
|
|
|
10242
11277
|
@overload
|
|
@@ -10255,6 +11290,7 @@ class OrgsClient:
|
|
|
10255
11290
|
enablement: Literal["enable_all", "disable_all"],
|
|
10256
11291
|
*,
|
|
10257
11292
|
headers: Optional[Mapping[str, str]] = None,
|
|
11293
|
+
stream: bool = False,
|
|
10258
11294
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
10259
11295
|
) -> Response: ...
|
|
10260
11296
|
|
|
@@ -10275,6 +11311,7 @@ class OrgsClient:
|
|
|
10275
11311
|
*,
|
|
10276
11312
|
data: UnsetType = UNSET,
|
|
10277
11313
|
headers: Optional[Mapping[str, str]] = None,
|
|
11314
|
+
stream: bool = False,
|
|
10278
11315
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
10279
11316
|
) -> Response: ...
|
|
10280
11317
|
|
|
@@ -10293,6 +11330,7 @@ class OrgsClient:
|
|
|
10293
11330
|
enablement: Literal["enable_all", "disable_all"],
|
|
10294
11331
|
*,
|
|
10295
11332
|
headers: Optional[Mapping[str, str]] = None,
|
|
11333
|
+
stream: bool = False,
|
|
10296
11334
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
10297
11335
|
**kwargs,
|
|
10298
11336
|
) -> Response:
|
|
@@ -10332,6 +11370,7 @@ class OrgsClient:
|
|
|
10332
11370
|
url,
|
|
10333
11371
|
json=exclude_unset(json),
|
|
10334
11372
|
headers=exclude_unset(headers),
|
|
11373
|
+
stream=stream,
|
|
10335
11374
|
error_models={},
|
|
10336
11375
|
)
|
|
10337
11376
|
|
|
@@ -10351,6 +11390,7 @@ class OrgsClient:
|
|
|
10351
11390
|
enablement: Literal["enable_all", "disable_all"],
|
|
10352
11391
|
*,
|
|
10353
11392
|
headers: Optional[Mapping[str, str]] = None,
|
|
11393
|
+
stream: bool = False,
|
|
10354
11394
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
10355
11395
|
) -> Response: ...
|
|
10356
11396
|
|
|
@@ -10371,6 +11411,7 @@ class OrgsClient:
|
|
|
10371
11411
|
*,
|
|
10372
11412
|
data: UnsetType = UNSET,
|
|
10373
11413
|
headers: Optional[Mapping[str, str]] = None,
|
|
11414
|
+
stream: bool = False,
|
|
10374
11415
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
10375
11416
|
) -> Response: ...
|
|
10376
11417
|
|
|
@@ -10389,6 +11430,7 @@ class OrgsClient:
|
|
|
10389
11430
|
enablement: Literal["enable_all", "disable_all"],
|
|
10390
11431
|
*,
|
|
10391
11432
|
headers: Optional[Mapping[str, str]] = None,
|
|
11433
|
+
stream: bool = False,
|
|
10392
11434
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
10393
11435
|
**kwargs,
|
|
10394
11436
|
) -> Response:
|
|
@@ -10428,6 +11470,7 @@ class OrgsClient:
|
|
|
10428
11470
|
url,
|
|
10429
11471
|
json=exclude_unset(json),
|
|
10430
11472
|
headers=exclude_unset(headers),
|
|
11473
|
+
stream=stream,
|
|
10431
11474
|
error_models={},
|
|
10432
11475
|
)
|
|
10433
11476
|
|
|
@@ -10438,6 +11481,7 @@ class OrgsClient:
|
|
|
10438
11481
|
per_page: Missing[int] = UNSET,
|
|
10439
11482
|
page: Missing[int] = UNSET,
|
|
10440
11483
|
headers: Optional[Mapping[str, str]] = None,
|
|
11484
|
+
stream: bool = False,
|
|
10441
11485
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
10442
11486
|
"""orgs/list-memberships-for-authenticated-user
|
|
10443
11487
|
|
|
@@ -10465,6 +11509,7 @@ class OrgsClient:
|
|
|
10465
11509
|
url,
|
|
10466
11510
|
params=exclude_unset(params),
|
|
10467
11511
|
headers=exclude_unset(headers),
|
|
11512
|
+
stream=stream,
|
|
10468
11513
|
response_model=list[OrgMembership],
|
|
10469
11514
|
error_models={
|
|
10470
11515
|
"403": BasicError,
|
|
@@ -10480,6 +11525,7 @@ class OrgsClient:
|
|
|
10480
11525
|
per_page: Missing[int] = UNSET,
|
|
10481
11526
|
page: Missing[int] = UNSET,
|
|
10482
11527
|
headers: Optional[Mapping[str, str]] = None,
|
|
11528
|
+
stream: bool = False,
|
|
10483
11529
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
10484
11530
|
"""orgs/list-memberships-for-authenticated-user
|
|
10485
11531
|
|
|
@@ -10507,6 +11553,7 @@ class OrgsClient:
|
|
|
10507
11553
|
url,
|
|
10508
11554
|
params=exclude_unset(params),
|
|
10509
11555
|
headers=exclude_unset(headers),
|
|
11556
|
+
stream=stream,
|
|
10510
11557
|
response_model=list[OrgMembership],
|
|
10511
11558
|
error_models={
|
|
10512
11559
|
"403": BasicError,
|
|
@@ -10520,6 +11567,7 @@ class OrgsClient:
|
|
|
10520
11567
|
org: str,
|
|
10521
11568
|
*,
|
|
10522
11569
|
headers: Optional[Mapping[str, str]] = None,
|
|
11570
|
+
stream: bool = False,
|
|
10523
11571
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
10524
11572
|
"""orgs/get-membership-for-authenticated-user
|
|
10525
11573
|
|
|
@@ -10540,6 +11588,7 @@ class OrgsClient:
|
|
|
10540
11588
|
"GET",
|
|
10541
11589
|
url,
|
|
10542
11590
|
headers=exclude_unset(headers),
|
|
11591
|
+
stream=stream,
|
|
10543
11592
|
response_model=OrgMembership,
|
|
10544
11593
|
error_models={
|
|
10545
11594
|
"403": BasicError,
|
|
@@ -10552,6 +11601,7 @@ class OrgsClient:
|
|
|
10552
11601
|
org: str,
|
|
10553
11602
|
*,
|
|
10554
11603
|
headers: Optional[Mapping[str, str]] = None,
|
|
11604
|
+
stream: bool = False,
|
|
10555
11605
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
10556
11606
|
"""orgs/get-membership-for-authenticated-user
|
|
10557
11607
|
|
|
@@ -10572,6 +11622,7 @@ class OrgsClient:
|
|
|
10572
11622
|
"GET",
|
|
10573
11623
|
url,
|
|
10574
11624
|
headers=exclude_unset(headers),
|
|
11625
|
+
stream=stream,
|
|
10575
11626
|
response_model=OrgMembership,
|
|
10576
11627
|
error_models={
|
|
10577
11628
|
"403": BasicError,
|
|
@@ -10585,6 +11636,7 @@ class OrgsClient:
|
|
|
10585
11636
|
org: str,
|
|
10586
11637
|
*,
|
|
10587
11638
|
headers: Optional[Mapping[str, str]] = None,
|
|
11639
|
+
stream: bool = False,
|
|
10588
11640
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
10589
11641
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
10590
11642
|
|
|
@@ -10595,6 +11647,7 @@ class OrgsClient:
|
|
|
10595
11647
|
*,
|
|
10596
11648
|
data: UnsetType = UNSET,
|
|
10597
11649
|
headers: Optional[Mapping[str, str]] = None,
|
|
11650
|
+
stream: bool = False,
|
|
10598
11651
|
state: Literal["active"],
|
|
10599
11652
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
10600
11653
|
|
|
@@ -10603,6 +11656,7 @@ class OrgsClient:
|
|
|
10603
11656
|
org: str,
|
|
10604
11657
|
*,
|
|
10605
11658
|
headers: Optional[Mapping[str, str]] = None,
|
|
11659
|
+
stream: bool = False,
|
|
10606
11660
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
10607
11661
|
**kwargs,
|
|
10608
11662
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -10640,6 +11694,7 @@ class OrgsClient:
|
|
|
10640
11694
|
url,
|
|
10641
11695
|
json=exclude_unset(json),
|
|
10642
11696
|
headers=exclude_unset(headers),
|
|
11697
|
+
stream=stream,
|
|
10643
11698
|
response_model=OrgMembership,
|
|
10644
11699
|
error_models={
|
|
10645
11700
|
"403": BasicError,
|
|
@@ -10654,6 +11709,7 @@ class OrgsClient:
|
|
|
10654
11709
|
org: str,
|
|
10655
11710
|
*,
|
|
10656
11711
|
headers: Optional[Mapping[str, str]] = None,
|
|
11712
|
+
stream: bool = False,
|
|
10657
11713
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
10658
11714
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
10659
11715
|
|
|
@@ -10664,6 +11720,7 @@ class OrgsClient:
|
|
|
10664
11720
|
*,
|
|
10665
11721
|
data: UnsetType = UNSET,
|
|
10666
11722
|
headers: Optional[Mapping[str, str]] = None,
|
|
11723
|
+
stream: bool = False,
|
|
10667
11724
|
state: Literal["active"],
|
|
10668
11725
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
10669
11726
|
|
|
@@ -10672,6 +11729,7 @@ class OrgsClient:
|
|
|
10672
11729
|
org: str,
|
|
10673
11730
|
*,
|
|
10674
11731
|
headers: Optional[Mapping[str, str]] = None,
|
|
11732
|
+
stream: bool = False,
|
|
10675
11733
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
10676
11734
|
**kwargs,
|
|
10677
11735
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -10709,6 +11767,7 @@ class OrgsClient:
|
|
|
10709
11767
|
url,
|
|
10710
11768
|
json=exclude_unset(json),
|
|
10711
11769
|
headers=exclude_unset(headers),
|
|
11770
|
+
stream=stream,
|
|
10712
11771
|
response_model=OrgMembership,
|
|
10713
11772
|
error_models={
|
|
10714
11773
|
"403": BasicError,
|
|
@@ -10723,6 +11782,7 @@ class OrgsClient:
|
|
|
10723
11782
|
per_page: Missing[int] = UNSET,
|
|
10724
11783
|
page: Missing[int] = UNSET,
|
|
10725
11784
|
headers: Optional[Mapping[str, str]] = None,
|
|
11785
|
+
stream: bool = False,
|
|
10726
11786
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
10727
11787
|
"""orgs/list-for-authenticated-user
|
|
10728
11788
|
|
|
@@ -10754,6 +11814,7 @@ class OrgsClient:
|
|
|
10754
11814
|
url,
|
|
10755
11815
|
params=exclude_unset(params),
|
|
10756
11816
|
headers=exclude_unset(headers),
|
|
11817
|
+
stream=stream,
|
|
10757
11818
|
response_model=list[OrganizationSimple],
|
|
10758
11819
|
error_models={
|
|
10759
11820
|
"403": BasicError,
|
|
@@ -10767,6 +11828,7 @@ class OrgsClient:
|
|
|
10767
11828
|
per_page: Missing[int] = UNSET,
|
|
10768
11829
|
page: Missing[int] = UNSET,
|
|
10769
11830
|
headers: Optional[Mapping[str, str]] = None,
|
|
11831
|
+
stream: bool = False,
|
|
10770
11832
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
10771
11833
|
"""orgs/list-for-authenticated-user
|
|
10772
11834
|
|
|
@@ -10798,6 +11860,7 @@ class OrgsClient:
|
|
|
10798
11860
|
url,
|
|
10799
11861
|
params=exclude_unset(params),
|
|
10800
11862
|
headers=exclude_unset(headers),
|
|
11863
|
+
stream=stream,
|
|
10801
11864
|
response_model=list[OrganizationSimple],
|
|
10802
11865
|
error_models={
|
|
10803
11866
|
"403": BasicError,
|
|
@@ -10812,6 +11875,7 @@ class OrgsClient:
|
|
|
10812
11875
|
per_page: Missing[int] = UNSET,
|
|
10813
11876
|
page: Missing[int] = UNSET,
|
|
10814
11877
|
headers: Optional[Mapping[str, str]] = None,
|
|
11878
|
+
stream: bool = False,
|
|
10815
11879
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
10816
11880
|
"""orgs/list-for-user
|
|
10817
11881
|
|
|
@@ -10840,6 +11904,7 @@ class OrgsClient:
|
|
|
10840
11904
|
url,
|
|
10841
11905
|
params=exclude_unset(params),
|
|
10842
11906
|
headers=exclude_unset(headers),
|
|
11907
|
+
stream=stream,
|
|
10843
11908
|
response_model=list[OrganizationSimple],
|
|
10844
11909
|
)
|
|
10845
11910
|
|
|
@@ -10850,6 +11915,7 @@ class OrgsClient:
|
|
|
10850
11915
|
per_page: Missing[int] = UNSET,
|
|
10851
11916
|
page: Missing[int] = UNSET,
|
|
10852
11917
|
headers: Optional[Mapping[str, str]] = None,
|
|
11918
|
+
stream: bool = False,
|
|
10853
11919
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
10854
11920
|
"""orgs/list-for-user
|
|
10855
11921
|
|
|
@@ -10878,5 +11944,6 @@ class OrgsClient:
|
|
|
10878
11944
|
url,
|
|
10879
11945
|
params=exclude_unset(params),
|
|
10880
11946
|
headers=exclude_unset(headers),
|
|
11947
|
+
stream=stream,
|
|
10881
11948
|
response_model=list[OrganizationSimple],
|
|
10882
11949
|
)
|