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
|
@@ -49,6 +49,7 @@ if TYPE_CHECKING:
|
|
|
49
49
|
OrgHook,
|
|
50
50
|
OrgMembership,
|
|
51
51
|
OrgRepoCustomPropertyValues,
|
|
52
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
52
53
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
53
54
|
OrgsOrgInstallationsGetResponse200,
|
|
54
55
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
@@ -87,6 +88,10 @@ if TYPE_CHECKING:
|
|
|
87
88
|
OrgHookType,
|
|
88
89
|
OrgMembershipType,
|
|
89
90
|
OrgRepoCustomPropertyValuesType,
|
|
91
|
+
OrgsOrgAttestationsBulkListPostBodyType,
|
|
92
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
93
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
94
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
90
95
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
91
96
|
OrgsOrgHooksHookIdConfigPatchBodyType,
|
|
92
97
|
OrgsOrgHooksHookIdPatchBodyPropConfigType,
|
|
@@ -140,6 +145,7 @@ class OrgsClient:
|
|
|
140
145
|
since: Missing[int] = UNSET,
|
|
141
146
|
per_page: Missing[int] = UNSET,
|
|
142
147
|
headers: Optional[Mapping[str, str]] = None,
|
|
148
|
+
stream: bool = False,
|
|
143
149
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
144
150
|
"""orgs/list
|
|
145
151
|
|
|
@@ -169,6 +175,7 @@ class OrgsClient:
|
|
|
169
175
|
url,
|
|
170
176
|
params=exclude_unset(params),
|
|
171
177
|
headers=exclude_unset(headers),
|
|
178
|
+
stream=stream,
|
|
172
179
|
response_model=list[OrganizationSimple],
|
|
173
180
|
)
|
|
174
181
|
|
|
@@ -178,6 +185,7 @@ class OrgsClient:
|
|
|
178
185
|
since: Missing[int] = UNSET,
|
|
179
186
|
per_page: Missing[int] = UNSET,
|
|
180
187
|
headers: Optional[Mapping[str, str]] = None,
|
|
188
|
+
stream: bool = False,
|
|
181
189
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
182
190
|
"""orgs/list
|
|
183
191
|
|
|
@@ -207,6 +215,7 @@ class OrgsClient:
|
|
|
207
215
|
url,
|
|
208
216
|
params=exclude_unset(params),
|
|
209
217
|
headers=exclude_unset(headers),
|
|
218
|
+
stream=stream,
|
|
210
219
|
response_model=list[OrganizationSimple],
|
|
211
220
|
)
|
|
212
221
|
|
|
@@ -215,6 +224,7 @@ class OrgsClient:
|
|
|
215
224
|
org: str,
|
|
216
225
|
*,
|
|
217
226
|
headers: Optional[Mapping[str, str]] = None,
|
|
227
|
+
stream: bool = False,
|
|
218
228
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
219
229
|
"""orgs/get
|
|
220
230
|
|
|
@@ -243,6 +253,7 @@ class OrgsClient:
|
|
|
243
253
|
"GET",
|
|
244
254
|
url,
|
|
245
255
|
headers=exclude_unset(headers),
|
|
256
|
+
stream=stream,
|
|
246
257
|
response_model=OrganizationFull,
|
|
247
258
|
error_models={
|
|
248
259
|
"404": BasicError,
|
|
@@ -254,6 +265,7 @@ class OrgsClient:
|
|
|
254
265
|
org: str,
|
|
255
266
|
*,
|
|
256
267
|
headers: Optional[Mapping[str, str]] = None,
|
|
268
|
+
stream: bool = False,
|
|
257
269
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
258
270
|
"""orgs/get
|
|
259
271
|
|
|
@@ -282,6 +294,7 @@ class OrgsClient:
|
|
|
282
294
|
"GET",
|
|
283
295
|
url,
|
|
284
296
|
headers=exclude_unset(headers),
|
|
297
|
+
stream=stream,
|
|
285
298
|
response_model=OrganizationFull,
|
|
286
299
|
error_models={
|
|
287
300
|
"404": BasicError,
|
|
@@ -293,6 +306,7 @@ class OrgsClient:
|
|
|
293
306
|
org: str,
|
|
294
307
|
*,
|
|
295
308
|
headers: Optional[Mapping[str, str]] = None,
|
|
309
|
+
stream: bool = False,
|
|
296
310
|
) -> Response[
|
|
297
311
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
298
312
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -325,6 +339,7 @@ class OrgsClient:
|
|
|
325
339
|
"DELETE",
|
|
326
340
|
url,
|
|
327
341
|
headers=exclude_unset(headers),
|
|
342
|
+
stream=stream,
|
|
328
343
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
329
344
|
error_models={
|
|
330
345
|
"404": BasicError,
|
|
@@ -337,6 +352,7 @@ class OrgsClient:
|
|
|
337
352
|
org: str,
|
|
338
353
|
*,
|
|
339
354
|
headers: Optional[Mapping[str, str]] = None,
|
|
355
|
+
stream: bool = False,
|
|
340
356
|
) -> Response[
|
|
341
357
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
342
358
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -369,6 +385,7 @@ class OrgsClient:
|
|
|
369
385
|
"DELETE",
|
|
370
386
|
url,
|
|
371
387
|
headers=exclude_unset(headers),
|
|
388
|
+
stream=stream,
|
|
372
389
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
373
390
|
error_models={
|
|
374
391
|
"404": BasicError,
|
|
@@ -382,6 +399,7 @@ class OrgsClient:
|
|
|
382
399
|
org: str,
|
|
383
400
|
*,
|
|
384
401
|
headers: Optional[Mapping[str, str]] = None,
|
|
402
|
+
stream: bool = False,
|
|
385
403
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
386
404
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
387
405
|
|
|
@@ -392,6 +410,7 @@ class OrgsClient:
|
|
|
392
410
|
*,
|
|
393
411
|
data: UnsetType = UNSET,
|
|
394
412
|
headers: Optional[Mapping[str, str]] = None,
|
|
413
|
+
stream: bool = False,
|
|
395
414
|
billing_email: Missing[str] = UNSET,
|
|
396
415
|
company: Missing[str] = UNSET,
|
|
397
416
|
email: Missing[str] = UNSET,
|
|
@@ -435,6 +454,7 @@ class OrgsClient:
|
|
|
435
454
|
org: str,
|
|
436
455
|
*,
|
|
437
456
|
headers: Optional[Mapping[str, str]] = None,
|
|
457
|
+
stream: bool = False,
|
|
438
458
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
439
459
|
**kwargs,
|
|
440
460
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -485,6 +505,7 @@ class OrgsClient:
|
|
|
485
505
|
url,
|
|
486
506
|
json=exclude_unset(json),
|
|
487
507
|
headers=exclude_unset(headers),
|
|
508
|
+
stream=stream,
|
|
488
509
|
response_model=OrganizationFull,
|
|
489
510
|
error_models={
|
|
490
511
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -498,6 +519,7 @@ class OrgsClient:
|
|
|
498
519
|
org: str,
|
|
499
520
|
*,
|
|
500
521
|
headers: Optional[Mapping[str, str]] = None,
|
|
522
|
+
stream: bool = False,
|
|
501
523
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
502
524
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
503
525
|
|
|
@@ -508,6 +530,7 @@ class OrgsClient:
|
|
|
508
530
|
*,
|
|
509
531
|
data: UnsetType = UNSET,
|
|
510
532
|
headers: Optional[Mapping[str, str]] = None,
|
|
533
|
+
stream: bool = False,
|
|
511
534
|
billing_email: Missing[str] = UNSET,
|
|
512
535
|
company: Missing[str] = UNSET,
|
|
513
536
|
email: Missing[str] = UNSET,
|
|
@@ -551,6 +574,7 @@ class OrgsClient:
|
|
|
551
574
|
org: str,
|
|
552
575
|
*,
|
|
553
576
|
headers: Optional[Mapping[str, str]] = None,
|
|
577
|
+
stream: bool = False,
|
|
554
578
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
555
579
|
**kwargs,
|
|
556
580
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -601,6 +625,7 @@ class OrgsClient:
|
|
|
601
625
|
url,
|
|
602
626
|
json=exclude_unset(json),
|
|
603
627
|
headers=exclude_unset(headers),
|
|
628
|
+
stream=stream,
|
|
604
629
|
response_model=OrganizationFull,
|
|
605
630
|
error_models={
|
|
606
631
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -608,6 +633,524 @@ class OrgsClient:
|
|
|
608
633
|
},
|
|
609
634
|
)
|
|
610
635
|
|
|
636
|
+
@overload
|
|
637
|
+
def list_attestations_bulk(
|
|
638
|
+
self,
|
|
639
|
+
org: str,
|
|
640
|
+
*,
|
|
641
|
+
per_page: Missing[int] = UNSET,
|
|
642
|
+
before: Missing[str] = UNSET,
|
|
643
|
+
after: Missing[str] = UNSET,
|
|
644
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
645
|
+
stream: bool = False,
|
|
646
|
+
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
647
|
+
) -> Response[
|
|
648
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
649
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
650
|
+
]: ...
|
|
651
|
+
|
|
652
|
+
@overload
|
|
653
|
+
def list_attestations_bulk(
|
|
654
|
+
self,
|
|
655
|
+
org: str,
|
|
656
|
+
*,
|
|
657
|
+
per_page: Missing[int] = UNSET,
|
|
658
|
+
before: Missing[str] = UNSET,
|
|
659
|
+
after: Missing[str] = UNSET,
|
|
660
|
+
data: UnsetType = UNSET,
|
|
661
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
662
|
+
stream: bool = False,
|
|
663
|
+
subject_digests: list[str],
|
|
664
|
+
predicate_type: Missing[str] = UNSET,
|
|
665
|
+
) -> Response[
|
|
666
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
667
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
668
|
+
]: ...
|
|
669
|
+
|
|
670
|
+
def list_attestations_bulk(
|
|
671
|
+
self,
|
|
672
|
+
org: str,
|
|
673
|
+
*,
|
|
674
|
+
per_page: Missing[int] = UNSET,
|
|
675
|
+
before: Missing[str] = UNSET,
|
|
676
|
+
after: Missing[str] = UNSET,
|
|
677
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
678
|
+
stream: bool = False,
|
|
679
|
+
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
680
|
+
**kwargs,
|
|
681
|
+
) -> Response[
|
|
682
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
683
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
684
|
+
]:
|
|
685
|
+
"""orgs/list-attestations-bulk
|
|
686
|
+
|
|
687
|
+
POST /orgs/{org}/attestations/bulk-list
|
|
688
|
+
|
|
689
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
|
|
690
|
+
|
|
691
|
+
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.
|
|
692
|
+
|
|
693
|
+
**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/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
694
|
+
|
|
695
|
+
See also: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests
|
|
696
|
+
"""
|
|
697
|
+
|
|
698
|
+
from ..models import (
|
|
699
|
+
OrgsOrgAttestationsBulkListPostBody,
|
|
700
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
701
|
+
)
|
|
702
|
+
|
|
703
|
+
url = f"/orgs/{org}/attestations/bulk-list"
|
|
704
|
+
|
|
705
|
+
params = {
|
|
706
|
+
"per_page": per_page,
|
|
707
|
+
"before": before,
|
|
708
|
+
"after": after,
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
headers = {
|
|
712
|
+
"Content-Type": "application/json",
|
|
713
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
714
|
+
**(headers or {}),
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
json = kwargs if data is UNSET else data
|
|
718
|
+
if self._github.config.rest_api_validate_body:
|
|
719
|
+
json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
|
|
720
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
721
|
+
|
|
722
|
+
return self._github.request(
|
|
723
|
+
"POST",
|
|
724
|
+
url,
|
|
725
|
+
params=exclude_unset(params),
|
|
726
|
+
json=exclude_unset(json),
|
|
727
|
+
headers=exclude_unset(headers),
|
|
728
|
+
stream=stream,
|
|
729
|
+
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
730
|
+
)
|
|
731
|
+
|
|
732
|
+
@overload
|
|
733
|
+
async def async_list_attestations_bulk(
|
|
734
|
+
self,
|
|
735
|
+
org: str,
|
|
736
|
+
*,
|
|
737
|
+
per_page: Missing[int] = UNSET,
|
|
738
|
+
before: Missing[str] = UNSET,
|
|
739
|
+
after: Missing[str] = UNSET,
|
|
740
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
741
|
+
stream: bool = False,
|
|
742
|
+
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
743
|
+
) -> Response[
|
|
744
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
745
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
746
|
+
]: ...
|
|
747
|
+
|
|
748
|
+
@overload
|
|
749
|
+
async def async_list_attestations_bulk(
|
|
750
|
+
self,
|
|
751
|
+
org: str,
|
|
752
|
+
*,
|
|
753
|
+
per_page: Missing[int] = UNSET,
|
|
754
|
+
before: Missing[str] = UNSET,
|
|
755
|
+
after: Missing[str] = UNSET,
|
|
756
|
+
data: UnsetType = UNSET,
|
|
757
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
758
|
+
stream: bool = False,
|
|
759
|
+
subject_digests: list[str],
|
|
760
|
+
predicate_type: Missing[str] = UNSET,
|
|
761
|
+
) -> Response[
|
|
762
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
763
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
764
|
+
]: ...
|
|
765
|
+
|
|
766
|
+
async def async_list_attestations_bulk(
|
|
767
|
+
self,
|
|
768
|
+
org: str,
|
|
769
|
+
*,
|
|
770
|
+
per_page: Missing[int] = UNSET,
|
|
771
|
+
before: Missing[str] = UNSET,
|
|
772
|
+
after: Missing[str] = UNSET,
|
|
773
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
774
|
+
stream: bool = False,
|
|
775
|
+
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
776
|
+
**kwargs,
|
|
777
|
+
) -> Response[
|
|
778
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
779
|
+
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
780
|
+
]:
|
|
781
|
+
"""orgs/list-attestations-bulk
|
|
782
|
+
|
|
783
|
+
POST /orgs/{org}/attestations/bulk-list
|
|
784
|
+
|
|
785
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by an organization.
|
|
786
|
+
|
|
787
|
+
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.
|
|
788
|
+
|
|
789
|
+
**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/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
790
|
+
|
|
791
|
+
See also: https://docs.github.com/rest/orgs/orgs#list-attestations-by-bulk-subject-digests
|
|
792
|
+
"""
|
|
793
|
+
|
|
794
|
+
from ..models import (
|
|
795
|
+
OrgsOrgAttestationsBulkListPostBody,
|
|
796
|
+
OrgsOrgAttestationsBulkListPostResponse200,
|
|
797
|
+
)
|
|
798
|
+
|
|
799
|
+
url = f"/orgs/{org}/attestations/bulk-list"
|
|
800
|
+
|
|
801
|
+
params = {
|
|
802
|
+
"per_page": per_page,
|
|
803
|
+
"before": before,
|
|
804
|
+
"after": after,
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
headers = {
|
|
808
|
+
"Content-Type": "application/json",
|
|
809
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
810
|
+
**(headers or {}),
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
json = kwargs if data is UNSET else data
|
|
814
|
+
if self._github.config.rest_api_validate_body:
|
|
815
|
+
json = type_validate_python(OrgsOrgAttestationsBulkListPostBody, json)
|
|
816
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
817
|
+
|
|
818
|
+
return await self._github.arequest(
|
|
819
|
+
"POST",
|
|
820
|
+
url,
|
|
821
|
+
params=exclude_unset(params),
|
|
822
|
+
json=exclude_unset(json),
|
|
823
|
+
headers=exclude_unset(headers),
|
|
824
|
+
stream=stream,
|
|
825
|
+
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
826
|
+
)
|
|
827
|
+
|
|
828
|
+
@overload
|
|
829
|
+
def delete_attestations_bulk(
|
|
830
|
+
self,
|
|
831
|
+
org: str,
|
|
832
|
+
*,
|
|
833
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
834
|
+
stream: bool = False,
|
|
835
|
+
data: Union[
|
|
836
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
837
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
838
|
+
],
|
|
839
|
+
) -> Response: ...
|
|
840
|
+
|
|
841
|
+
@overload
|
|
842
|
+
def delete_attestations_bulk(
|
|
843
|
+
self,
|
|
844
|
+
org: str,
|
|
845
|
+
*,
|
|
846
|
+
data: UnsetType = UNSET,
|
|
847
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
848
|
+
stream: bool = False,
|
|
849
|
+
subject_digests: list[str],
|
|
850
|
+
) -> Response: ...
|
|
851
|
+
|
|
852
|
+
@overload
|
|
853
|
+
def delete_attestations_bulk(
|
|
854
|
+
self,
|
|
855
|
+
org: str,
|
|
856
|
+
*,
|
|
857
|
+
data: UnsetType = UNSET,
|
|
858
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
859
|
+
stream: bool = False,
|
|
860
|
+
attestation_ids: list[int],
|
|
861
|
+
) -> Response: ...
|
|
862
|
+
|
|
863
|
+
def delete_attestations_bulk(
|
|
864
|
+
self,
|
|
865
|
+
org: str,
|
|
866
|
+
*,
|
|
867
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
868
|
+
stream: bool = False,
|
|
869
|
+
data: Missing[
|
|
870
|
+
Union[
|
|
871
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
872
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
873
|
+
]
|
|
874
|
+
] = UNSET,
|
|
875
|
+
**kwargs,
|
|
876
|
+
) -> Response:
|
|
877
|
+
"""orgs/delete-attestations-bulk
|
|
878
|
+
|
|
879
|
+
POST /orgs/{org}/attestations/delete-request
|
|
880
|
+
|
|
881
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
882
|
+
|
|
883
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
|
|
884
|
+
"""
|
|
885
|
+
|
|
886
|
+
from typing import Union
|
|
887
|
+
|
|
888
|
+
from ..models import (
|
|
889
|
+
BasicError,
|
|
890
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
891
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
892
|
+
)
|
|
893
|
+
|
|
894
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
895
|
+
|
|
896
|
+
headers = {
|
|
897
|
+
"Content-Type": "application/json",
|
|
898
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
899
|
+
**(headers or {}),
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
json = kwargs if data is UNSET else data
|
|
903
|
+
if self._github.config.rest_api_validate_body:
|
|
904
|
+
json = type_validate_python(
|
|
905
|
+
Union[
|
|
906
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
907
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
908
|
+
],
|
|
909
|
+
json,
|
|
910
|
+
)
|
|
911
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
912
|
+
|
|
913
|
+
return self._github.request(
|
|
914
|
+
"POST",
|
|
915
|
+
url,
|
|
916
|
+
json=exclude_unset(json),
|
|
917
|
+
headers=exclude_unset(headers),
|
|
918
|
+
stream=stream,
|
|
919
|
+
error_models={
|
|
920
|
+
"404": BasicError,
|
|
921
|
+
},
|
|
922
|
+
)
|
|
923
|
+
|
|
924
|
+
@overload
|
|
925
|
+
async def async_delete_attestations_bulk(
|
|
926
|
+
self,
|
|
927
|
+
org: str,
|
|
928
|
+
*,
|
|
929
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
930
|
+
stream: bool = False,
|
|
931
|
+
data: Union[
|
|
932
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
933
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
934
|
+
],
|
|
935
|
+
) -> Response: ...
|
|
936
|
+
|
|
937
|
+
@overload
|
|
938
|
+
async def async_delete_attestations_bulk(
|
|
939
|
+
self,
|
|
940
|
+
org: str,
|
|
941
|
+
*,
|
|
942
|
+
data: UnsetType = UNSET,
|
|
943
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
944
|
+
stream: bool = False,
|
|
945
|
+
subject_digests: list[str],
|
|
946
|
+
) -> Response: ...
|
|
947
|
+
|
|
948
|
+
@overload
|
|
949
|
+
async def async_delete_attestations_bulk(
|
|
950
|
+
self,
|
|
951
|
+
org: str,
|
|
952
|
+
*,
|
|
953
|
+
data: UnsetType = UNSET,
|
|
954
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
955
|
+
stream: bool = False,
|
|
956
|
+
attestation_ids: list[int],
|
|
957
|
+
) -> Response: ...
|
|
958
|
+
|
|
959
|
+
async def async_delete_attestations_bulk(
|
|
960
|
+
self,
|
|
961
|
+
org: str,
|
|
962
|
+
*,
|
|
963
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
964
|
+
stream: bool = False,
|
|
965
|
+
data: Missing[
|
|
966
|
+
Union[
|
|
967
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
968
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
969
|
+
]
|
|
970
|
+
] = UNSET,
|
|
971
|
+
**kwargs,
|
|
972
|
+
) -> Response:
|
|
973
|
+
"""orgs/delete-attestations-bulk
|
|
974
|
+
|
|
975
|
+
POST /orgs/{org}/attestations/delete-request
|
|
976
|
+
|
|
977
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
978
|
+
|
|
979
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
|
|
980
|
+
"""
|
|
981
|
+
|
|
982
|
+
from typing import Union
|
|
983
|
+
|
|
984
|
+
from ..models import (
|
|
985
|
+
BasicError,
|
|
986
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
987
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
988
|
+
)
|
|
989
|
+
|
|
990
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
991
|
+
|
|
992
|
+
headers = {
|
|
993
|
+
"Content-Type": "application/json",
|
|
994
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
995
|
+
**(headers or {}),
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
json = kwargs if data is UNSET else data
|
|
999
|
+
if self._github.config.rest_api_validate_body:
|
|
1000
|
+
json = type_validate_python(
|
|
1001
|
+
Union[
|
|
1002
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1003
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1004
|
+
],
|
|
1005
|
+
json,
|
|
1006
|
+
)
|
|
1007
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1008
|
+
|
|
1009
|
+
return await self._github.arequest(
|
|
1010
|
+
"POST",
|
|
1011
|
+
url,
|
|
1012
|
+
json=exclude_unset(json),
|
|
1013
|
+
headers=exclude_unset(headers),
|
|
1014
|
+
stream=stream,
|
|
1015
|
+
error_models={
|
|
1016
|
+
"404": BasicError,
|
|
1017
|
+
},
|
|
1018
|
+
)
|
|
1019
|
+
|
|
1020
|
+
def delete_attestations_by_subject_digest(
|
|
1021
|
+
self,
|
|
1022
|
+
org: str,
|
|
1023
|
+
subject_digest: str,
|
|
1024
|
+
*,
|
|
1025
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1026
|
+
stream: bool = False,
|
|
1027
|
+
) -> Response:
|
|
1028
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1029
|
+
|
|
1030
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1031
|
+
|
|
1032
|
+
Delete an artifact attestation by subject digest.
|
|
1033
|
+
|
|
1034
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1035
|
+
"""
|
|
1036
|
+
|
|
1037
|
+
from ..models import BasicError
|
|
1038
|
+
|
|
1039
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1040
|
+
|
|
1041
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1042
|
+
|
|
1043
|
+
return self._github.request(
|
|
1044
|
+
"DELETE",
|
|
1045
|
+
url,
|
|
1046
|
+
headers=exclude_unset(headers),
|
|
1047
|
+
stream=stream,
|
|
1048
|
+
error_models={
|
|
1049
|
+
"404": BasicError,
|
|
1050
|
+
},
|
|
1051
|
+
)
|
|
1052
|
+
|
|
1053
|
+
async def async_delete_attestations_by_subject_digest(
|
|
1054
|
+
self,
|
|
1055
|
+
org: str,
|
|
1056
|
+
subject_digest: str,
|
|
1057
|
+
*,
|
|
1058
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1059
|
+
stream: bool = False,
|
|
1060
|
+
) -> Response:
|
|
1061
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1062
|
+
|
|
1063
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1064
|
+
|
|
1065
|
+
Delete an artifact attestation by subject digest.
|
|
1066
|
+
|
|
1067
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1068
|
+
"""
|
|
1069
|
+
|
|
1070
|
+
from ..models import BasicError
|
|
1071
|
+
|
|
1072
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1073
|
+
|
|
1074
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1075
|
+
|
|
1076
|
+
return await self._github.arequest(
|
|
1077
|
+
"DELETE",
|
|
1078
|
+
url,
|
|
1079
|
+
headers=exclude_unset(headers),
|
|
1080
|
+
stream=stream,
|
|
1081
|
+
error_models={
|
|
1082
|
+
"404": BasicError,
|
|
1083
|
+
},
|
|
1084
|
+
)
|
|
1085
|
+
|
|
1086
|
+
def delete_attestations_by_id(
|
|
1087
|
+
self,
|
|
1088
|
+
org: str,
|
|
1089
|
+
attestation_id: int,
|
|
1090
|
+
*,
|
|
1091
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1092
|
+
stream: bool = False,
|
|
1093
|
+
) -> Response:
|
|
1094
|
+
"""orgs/delete-attestations-by-id
|
|
1095
|
+
|
|
1096
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1097
|
+
|
|
1098
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1099
|
+
|
|
1100
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
|
|
1101
|
+
"""
|
|
1102
|
+
|
|
1103
|
+
from ..models import BasicError
|
|
1104
|
+
|
|
1105
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1106
|
+
|
|
1107
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1108
|
+
|
|
1109
|
+
return self._github.request(
|
|
1110
|
+
"DELETE",
|
|
1111
|
+
url,
|
|
1112
|
+
headers=exclude_unset(headers),
|
|
1113
|
+
stream=stream,
|
|
1114
|
+
error_models={
|
|
1115
|
+
"403": BasicError,
|
|
1116
|
+
"404": BasicError,
|
|
1117
|
+
},
|
|
1118
|
+
)
|
|
1119
|
+
|
|
1120
|
+
async def async_delete_attestations_by_id(
|
|
1121
|
+
self,
|
|
1122
|
+
org: str,
|
|
1123
|
+
attestation_id: int,
|
|
1124
|
+
*,
|
|
1125
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1126
|
+
stream: bool = False,
|
|
1127
|
+
) -> Response:
|
|
1128
|
+
"""orgs/delete-attestations-by-id
|
|
1129
|
+
|
|
1130
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1131
|
+
|
|
1132
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1133
|
+
|
|
1134
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
|
|
1135
|
+
"""
|
|
1136
|
+
|
|
1137
|
+
from ..models import BasicError
|
|
1138
|
+
|
|
1139
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1140
|
+
|
|
1141
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1142
|
+
|
|
1143
|
+
return await self._github.arequest(
|
|
1144
|
+
"DELETE",
|
|
1145
|
+
url,
|
|
1146
|
+
headers=exclude_unset(headers),
|
|
1147
|
+
stream=stream,
|
|
1148
|
+
error_models={
|
|
1149
|
+
"403": BasicError,
|
|
1150
|
+
"404": BasicError,
|
|
1151
|
+
},
|
|
1152
|
+
)
|
|
1153
|
+
|
|
611
1154
|
def list_attestations(
|
|
612
1155
|
self,
|
|
613
1156
|
org: str,
|
|
@@ -618,6 +1161,7 @@ class OrgsClient:
|
|
|
618
1161
|
after: Missing[str] = UNSET,
|
|
619
1162
|
predicate_type: Missing[str] = UNSET,
|
|
620
1163
|
headers: Optional[Mapping[str, str]] = None,
|
|
1164
|
+
stream: bool = False,
|
|
621
1165
|
) -> Response[
|
|
622
1166
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
623
1167
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -653,6 +1197,7 @@ class OrgsClient:
|
|
|
653
1197
|
url,
|
|
654
1198
|
params=exclude_unset(params),
|
|
655
1199
|
headers=exclude_unset(headers),
|
|
1200
|
+
stream=stream,
|
|
656
1201
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
657
1202
|
)
|
|
658
1203
|
|
|
@@ -666,6 +1211,7 @@ class OrgsClient:
|
|
|
666
1211
|
after: Missing[str] = UNSET,
|
|
667
1212
|
predicate_type: Missing[str] = UNSET,
|
|
668
1213
|
headers: Optional[Mapping[str, str]] = None,
|
|
1214
|
+
stream: bool = False,
|
|
669
1215
|
) -> Response[
|
|
670
1216
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
671
1217
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -701,6 +1247,7 @@ class OrgsClient:
|
|
|
701
1247
|
url,
|
|
702
1248
|
params=exclude_unset(params),
|
|
703
1249
|
headers=exclude_unset(headers),
|
|
1250
|
+
stream=stream,
|
|
704
1251
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
705
1252
|
)
|
|
706
1253
|
|
|
@@ -711,6 +1258,7 @@ class OrgsClient:
|
|
|
711
1258
|
per_page: Missing[int] = UNSET,
|
|
712
1259
|
page: Missing[int] = UNSET,
|
|
713
1260
|
headers: Optional[Mapping[str, str]] = None,
|
|
1261
|
+
stream: bool = False,
|
|
714
1262
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
715
1263
|
"""orgs/list-blocked-users
|
|
716
1264
|
|
|
@@ -737,6 +1285,7 @@ class OrgsClient:
|
|
|
737
1285
|
url,
|
|
738
1286
|
params=exclude_unset(params),
|
|
739
1287
|
headers=exclude_unset(headers),
|
|
1288
|
+
stream=stream,
|
|
740
1289
|
response_model=list[SimpleUser],
|
|
741
1290
|
)
|
|
742
1291
|
|
|
@@ -747,6 +1296,7 @@ class OrgsClient:
|
|
|
747
1296
|
per_page: Missing[int] = UNSET,
|
|
748
1297
|
page: Missing[int] = UNSET,
|
|
749
1298
|
headers: Optional[Mapping[str, str]] = None,
|
|
1299
|
+
stream: bool = False,
|
|
750
1300
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
751
1301
|
"""orgs/list-blocked-users
|
|
752
1302
|
|
|
@@ -773,6 +1323,7 @@ class OrgsClient:
|
|
|
773
1323
|
url,
|
|
774
1324
|
params=exclude_unset(params),
|
|
775
1325
|
headers=exclude_unset(headers),
|
|
1326
|
+
stream=stream,
|
|
776
1327
|
response_model=list[SimpleUser],
|
|
777
1328
|
)
|
|
778
1329
|
|
|
@@ -782,6 +1333,7 @@ class OrgsClient:
|
|
|
782
1333
|
username: str,
|
|
783
1334
|
*,
|
|
784
1335
|
headers: Optional[Mapping[str, str]] = None,
|
|
1336
|
+
stream: bool = False,
|
|
785
1337
|
) -> Response:
|
|
786
1338
|
"""orgs/check-blocked-user
|
|
787
1339
|
|
|
@@ -802,6 +1354,7 @@ class OrgsClient:
|
|
|
802
1354
|
"GET",
|
|
803
1355
|
url,
|
|
804
1356
|
headers=exclude_unset(headers),
|
|
1357
|
+
stream=stream,
|
|
805
1358
|
error_models={
|
|
806
1359
|
"404": BasicError,
|
|
807
1360
|
},
|
|
@@ -813,6 +1366,7 @@ class OrgsClient:
|
|
|
813
1366
|
username: str,
|
|
814
1367
|
*,
|
|
815
1368
|
headers: Optional[Mapping[str, str]] = None,
|
|
1369
|
+
stream: bool = False,
|
|
816
1370
|
) -> Response:
|
|
817
1371
|
"""orgs/check-blocked-user
|
|
818
1372
|
|
|
@@ -833,6 +1387,7 @@ class OrgsClient:
|
|
|
833
1387
|
"GET",
|
|
834
1388
|
url,
|
|
835
1389
|
headers=exclude_unset(headers),
|
|
1390
|
+
stream=stream,
|
|
836
1391
|
error_models={
|
|
837
1392
|
"404": BasicError,
|
|
838
1393
|
},
|
|
@@ -844,6 +1399,7 @@ class OrgsClient:
|
|
|
844
1399
|
username: str,
|
|
845
1400
|
*,
|
|
846
1401
|
headers: Optional[Mapping[str, str]] = None,
|
|
1402
|
+
stream: bool = False,
|
|
847
1403
|
) -> Response:
|
|
848
1404
|
"""orgs/block-user
|
|
849
1405
|
|
|
@@ -864,6 +1420,7 @@ class OrgsClient:
|
|
|
864
1420
|
"PUT",
|
|
865
1421
|
url,
|
|
866
1422
|
headers=exclude_unset(headers),
|
|
1423
|
+
stream=stream,
|
|
867
1424
|
error_models={
|
|
868
1425
|
"422": ValidationError,
|
|
869
1426
|
},
|
|
@@ -875,6 +1432,7 @@ class OrgsClient:
|
|
|
875
1432
|
username: str,
|
|
876
1433
|
*,
|
|
877
1434
|
headers: Optional[Mapping[str, str]] = None,
|
|
1435
|
+
stream: bool = False,
|
|
878
1436
|
) -> Response:
|
|
879
1437
|
"""orgs/block-user
|
|
880
1438
|
|
|
@@ -895,6 +1453,7 @@ class OrgsClient:
|
|
|
895
1453
|
"PUT",
|
|
896
1454
|
url,
|
|
897
1455
|
headers=exclude_unset(headers),
|
|
1456
|
+
stream=stream,
|
|
898
1457
|
error_models={
|
|
899
1458
|
"422": ValidationError,
|
|
900
1459
|
},
|
|
@@ -906,6 +1465,7 @@ class OrgsClient:
|
|
|
906
1465
|
username: str,
|
|
907
1466
|
*,
|
|
908
1467
|
headers: Optional[Mapping[str, str]] = None,
|
|
1468
|
+
stream: bool = False,
|
|
909
1469
|
) -> Response:
|
|
910
1470
|
"""orgs/unblock-user
|
|
911
1471
|
|
|
@@ -924,6 +1484,7 @@ class OrgsClient:
|
|
|
924
1484
|
"DELETE",
|
|
925
1485
|
url,
|
|
926
1486
|
headers=exclude_unset(headers),
|
|
1487
|
+
stream=stream,
|
|
927
1488
|
)
|
|
928
1489
|
|
|
929
1490
|
async def async_unblock_user(
|
|
@@ -932,6 +1493,7 @@ class OrgsClient:
|
|
|
932
1493
|
username: str,
|
|
933
1494
|
*,
|
|
934
1495
|
headers: Optional[Mapping[str, str]] = None,
|
|
1496
|
+
stream: bool = False,
|
|
935
1497
|
) -> Response:
|
|
936
1498
|
"""orgs/unblock-user
|
|
937
1499
|
|
|
@@ -950,6 +1512,7 @@ class OrgsClient:
|
|
|
950
1512
|
"DELETE",
|
|
951
1513
|
url,
|
|
952
1514
|
headers=exclude_unset(headers),
|
|
1515
|
+
stream=stream,
|
|
953
1516
|
)
|
|
954
1517
|
|
|
955
1518
|
def list_failed_invitations(
|
|
@@ -959,6 +1522,7 @@ class OrgsClient:
|
|
|
959
1522
|
per_page: Missing[int] = UNSET,
|
|
960
1523
|
page: Missing[int] = UNSET,
|
|
961
1524
|
headers: Optional[Mapping[str, str]] = None,
|
|
1525
|
+
stream: bool = False,
|
|
962
1526
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
963
1527
|
"""orgs/list-failed-invitations
|
|
964
1528
|
|
|
@@ -985,6 +1549,7 @@ class OrgsClient:
|
|
|
985
1549
|
url,
|
|
986
1550
|
params=exclude_unset(params),
|
|
987
1551
|
headers=exclude_unset(headers),
|
|
1552
|
+
stream=stream,
|
|
988
1553
|
response_model=list[OrganizationInvitation],
|
|
989
1554
|
error_models={
|
|
990
1555
|
"404": BasicError,
|
|
@@ -998,6 +1563,7 @@ class OrgsClient:
|
|
|
998
1563
|
per_page: Missing[int] = UNSET,
|
|
999
1564
|
page: Missing[int] = UNSET,
|
|
1000
1565
|
headers: Optional[Mapping[str, str]] = None,
|
|
1566
|
+
stream: bool = False,
|
|
1001
1567
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
1002
1568
|
"""orgs/list-failed-invitations
|
|
1003
1569
|
|
|
@@ -1024,6 +1590,7 @@ class OrgsClient:
|
|
|
1024
1590
|
url,
|
|
1025
1591
|
params=exclude_unset(params),
|
|
1026
1592
|
headers=exclude_unset(headers),
|
|
1593
|
+
stream=stream,
|
|
1027
1594
|
response_model=list[OrganizationInvitation],
|
|
1028
1595
|
error_models={
|
|
1029
1596
|
"404": BasicError,
|
|
@@ -1037,6 +1604,7 @@ class OrgsClient:
|
|
|
1037
1604
|
per_page: Missing[int] = UNSET,
|
|
1038
1605
|
page: Missing[int] = UNSET,
|
|
1039
1606
|
headers: Optional[Mapping[str, str]] = None,
|
|
1607
|
+
stream: bool = False,
|
|
1040
1608
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
1041
1609
|
"""orgs/list-webhooks
|
|
1042
1610
|
|
|
@@ -1068,6 +1636,7 @@ class OrgsClient:
|
|
|
1068
1636
|
url,
|
|
1069
1637
|
params=exclude_unset(params),
|
|
1070
1638
|
headers=exclude_unset(headers),
|
|
1639
|
+
stream=stream,
|
|
1071
1640
|
response_model=list[OrgHook],
|
|
1072
1641
|
error_models={
|
|
1073
1642
|
"404": BasicError,
|
|
@@ -1081,6 +1650,7 @@ class OrgsClient:
|
|
|
1081
1650
|
per_page: Missing[int] = UNSET,
|
|
1082
1651
|
page: Missing[int] = UNSET,
|
|
1083
1652
|
headers: Optional[Mapping[str, str]] = None,
|
|
1653
|
+
stream: bool = False,
|
|
1084
1654
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
1085
1655
|
"""orgs/list-webhooks
|
|
1086
1656
|
|
|
@@ -1112,6 +1682,7 @@ class OrgsClient:
|
|
|
1112
1682
|
url,
|
|
1113
1683
|
params=exclude_unset(params),
|
|
1114
1684
|
headers=exclude_unset(headers),
|
|
1685
|
+
stream=stream,
|
|
1115
1686
|
response_model=list[OrgHook],
|
|
1116
1687
|
error_models={
|
|
1117
1688
|
"404": BasicError,
|
|
@@ -1124,6 +1695,7 @@ class OrgsClient:
|
|
|
1124
1695
|
org: str,
|
|
1125
1696
|
*,
|
|
1126
1697
|
headers: Optional[Mapping[str, str]] = None,
|
|
1698
|
+
stream: bool = False,
|
|
1127
1699
|
data: OrgsOrgHooksPostBodyType,
|
|
1128
1700
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1129
1701
|
|
|
@@ -1134,6 +1706,7 @@ class OrgsClient:
|
|
|
1134
1706
|
*,
|
|
1135
1707
|
data: UnsetType = UNSET,
|
|
1136
1708
|
headers: Optional[Mapping[str, str]] = None,
|
|
1709
|
+
stream: bool = False,
|
|
1137
1710
|
name: str,
|
|
1138
1711
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
1139
1712
|
events: Missing[list[str]] = UNSET,
|
|
@@ -1145,6 +1718,7 @@ class OrgsClient:
|
|
|
1145
1718
|
org: str,
|
|
1146
1719
|
*,
|
|
1147
1720
|
headers: Optional[Mapping[str, str]] = None,
|
|
1721
|
+
stream: bool = False,
|
|
1148
1722
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
1149
1723
|
**kwargs,
|
|
1150
1724
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1182,6 +1756,7 @@ class OrgsClient:
|
|
|
1182
1756
|
url,
|
|
1183
1757
|
json=exclude_unset(json),
|
|
1184
1758
|
headers=exclude_unset(headers),
|
|
1759
|
+
stream=stream,
|
|
1185
1760
|
response_model=OrgHook,
|
|
1186
1761
|
error_models={
|
|
1187
1762
|
"422": ValidationError,
|
|
@@ -1195,6 +1770,7 @@ class OrgsClient:
|
|
|
1195
1770
|
org: str,
|
|
1196
1771
|
*,
|
|
1197
1772
|
headers: Optional[Mapping[str, str]] = None,
|
|
1773
|
+
stream: bool = False,
|
|
1198
1774
|
data: OrgsOrgHooksPostBodyType,
|
|
1199
1775
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1200
1776
|
|
|
@@ -1205,6 +1781,7 @@ class OrgsClient:
|
|
|
1205
1781
|
*,
|
|
1206
1782
|
data: UnsetType = UNSET,
|
|
1207
1783
|
headers: Optional[Mapping[str, str]] = None,
|
|
1784
|
+
stream: bool = False,
|
|
1208
1785
|
name: str,
|
|
1209
1786
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
1210
1787
|
events: Missing[list[str]] = UNSET,
|
|
@@ -1216,6 +1793,7 @@ class OrgsClient:
|
|
|
1216
1793
|
org: str,
|
|
1217
1794
|
*,
|
|
1218
1795
|
headers: Optional[Mapping[str, str]] = None,
|
|
1796
|
+
stream: bool = False,
|
|
1219
1797
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
1220
1798
|
**kwargs,
|
|
1221
1799
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1253,6 +1831,7 @@ class OrgsClient:
|
|
|
1253
1831
|
url,
|
|
1254
1832
|
json=exclude_unset(json),
|
|
1255
1833
|
headers=exclude_unset(headers),
|
|
1834
|
+
stream=stream,
|
|
1256
1835
|
response_model=OrgHook,
|
|
1257
1836
|
error_models={
|
|
1258
1837
|
"422": ValidationError,
|
|
@@ -1266,6 +1845,7 @@ class OrgsClient:
|
|
|
1266
1845
|
hook_id: int,
|
|
1267
1846
|
*,
|
|
1268
1847
|
headers: Optional[Mapping[str, str]] = None,
|
|
1848
|
+
stream: bool = False,
|
|
1269
1849
|
) -> Response[OrgHook, OrgHookType]:
|
|
1270
1850
|
"""orgs/get-webhook
|
|
1271
1851
|
|
|
@@ -1292,6 +1872,7 @@ class OrgsClient:
|
|
|
1292
1872
|
"GET",
|
|
1293
1873
|
url,
|
|
1294
1874
|
headers=exclude_unset(headers),
|
|
1875
|
+
stream=stream,
|
|
1295
1876
|
response_model=OrgHook,
|
|
1296
1877
|
error_models={
|
|
1297
1878
|
"404": BasicError,
|
|
@@ -1304,6 +1885,7 @@ class OrgsClient:
|
|
|
1304
1885
|
hook_id: int,
|
|
1305
1886
|
*,
|
|
1306
1887
|
headers: Optional[Mapping[str, str]] = None,
|
|
1888
|
+
stream: bool = False,
|
|
1307
1889
|
) -> Response[OrgHook, OrgHookType]:
|
|
1308
1890
|
"""orgs/get-webhook
|
|
1309
1891
|
|
|
@@ -1330,6 +1912,7 @@ class OrgsClient:
|
|
|
1330
1912
|
"GET",
|
|
1331
1913
|
url,
|
|
1332
1914
|
headers=exclude_unset(headers),
|
|
1915
|
+
stream=stream,
|
|
1333
1916
|
response_model=OrgHook,
|
|
1334
1917
|
error_models={
|
|
1335
1918
|
"404": BasicError,
|
|
@@ -1342,6 +1925,7 @@ class OrgsClient:
|
|
|
1342
1925
|
hook_id: int,
|
|
1343
1926
|
*,
|
|
1344
1927
|
headers: Optional[Mapping[str, str]] = None,
|
|
1928
|
+
stream: bool = False,
|
|
1345
1929
|
) -> Response:
|
|
1346
1930
|
"""orgs/delete-webhook
|
|
1347
1931
|
|
|
@@ -1367,6 +1951,7 @@ class OrgsClient:
|
|
|
1367
1951
|
"DELETE",
|
|
1368
1952
|
url,
|
|
1369
1953
|
headers=exclude_unset(headers),
|
|
1954
|
+
stream=stream,
|
|
1370
1955
|
error_models={
|
|
1371
1956
|
"404": BasicError,
|
|
1372
1957
|
},
|
|
@@ -1378,6 +1963,7 @@ class OrgsClient:
|
|
|
1378
1963
|
hook_id: int,
|
|
1379
1964
|
*,
|
|
1380
1965
|
headers: Optional[Mapping[str, str]] = None,
|
|
1966
|
+
stream: bool = False,
|
|
1381
1967
|
) -> Response:
|
|
1382
1968
|
"""orgs/delete-webhook
|
|
1383
1969
|
|
|
@@ -1403,6 +1989,7 @@ class OrgsClient:
|
|
|
1403
1989
|
"DELETE",
|
|
1404
1990
|
url,
|
|
1405
1991
|
headers=exclude_unset(headers),
|
|
1992
|
+
stream=stream,
|
|
1406
1993
|
error_models={
|
|
1407
1994
|
"404": BasicError,
|
|
1408
1995
|
},
|
|
@@ -1415,6 +2002,7 @@ class OrgsClient:
|
|
|
1415
2002
|
hook_id: int,
|
|
1416
2003
|
*,
|
|
1417
2004
|
headers: Optional[Mapping[str, str]] = None,
|
|
2005
|
+
stream: bool = False,
|
|
1418
2006
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1419
2007
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1420
2008
|
|
|
@@ -1426,6 +2014,7 @@ class OrgsClient:
|
|
|
1426
2014
|
*,
|
|
1427
2015
|
data: UnsetType = UNSET,
|
|
1428
2016
|
headers: Optional[Mapping[str, str]] = None,
|
|
2017
|
+
stream: bool = False,
|
|
1429
2018
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
1430
2019
|
events: Missing[list[str]] = UNSET,
|
|
1431
2020
|
active: Missing[bool] = UNSET,
|
|
@@ -1438,6 +2027,7 @@ class OrgsClient:
|
|
|
1438
2027
|
hook_id: int,
|
|
1439
2028
|
*,
|
|
1440
2029
|
headers: Optional[Mapping[str, str]] = None,
|
|
2030
|
+
stream: bool = False,
|
|
1441
2031
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1442
2032
|
**kwargs,
|
|
1443
2033
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1484,6 +2074,7 @@ class OrgsClient:
|
|
|
1484
2074
|
url,
|
|
1485
2075
|
json=exclude_unset(json),
|
|
1486
2076
|
headers=exclude_unset(headers),
|
|
2077
|
+
stream=stream,
|
|
1487
2078
|
response_model=OrgHook,
|
|
1488
2079
|
error_models={
|
|
1489
2080
|
"422": ValidationError,
|
|
@@ -1498,6 +2089,7 @@ class OrgsClient:
|
|
|
1498
2089
|
hook_id: int,
|
|
1499
2090
|
*,
|
|
1500
2091
|
headers: Optional[Mapping[str, str]] = None,
|
|
2092
|
+
stream: bool = False,
|
|
1501
2093
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1502
2094
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1503
2095
|
|
|
@@ -1509,6 +2101,7 @@ class OrgsClient:
|
|
|
1509
2101
|
*,
|
|
1510
2102
|
data: UnsetType = UNSET,
|
|
1511
2103
|
headers: Optional[Mapping[str, str]] = None,
|
|
2104
|
+
stream: bool = False,
|
|
1512
2105
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
1513
2106
|
events: Missing[list[str]] = UNSET,
|
|
1514
2107
|
active: Missing[bool] = UNSET,
|
|
@@ -1521,6 +2114,7 @@ class OrgsClient:
|
|
|
1521
2114
|
hook_id: int,
|
|
1522
2115
|
*,
|
|
1523
2116
|
headers: Optional[Mapping[str, str]] = None,
|
|
2117
|
+
stream: bool = False,
|
|
1524
2118
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1525
2119
|
**kwargs,
|
|
1526
2120
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1567,6 +2161,7 @@ class OrgsClient:
|
|
|
1567
2161
|
url,
|
|
1568
2162
|
json=exclude_unset(json),
|
|
1569
2163
|
headers=exclude_unset(headers),
|
|
2164
|
+
stream=stream,
|
|
1570
2165
|
response_model=OrgHook,
|
|
1571
2166
|
error_models={
|
|
1572
2167
|
"422": ValidationError,
|
|
@@ -1580,6 +2175,7 @@ class OrgsClient:
|
|
|
1580
2175
|
hook_id: int,
|
|
1581
2176
|
*,
|
|
1582
2177
|
headers: Optional[Mapping[str, str]] = None,
|
|
2178
|
+
stream: bool = False,
|
|
1583
2179
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
1584
2180
|
"""orgs/get-webhook-config-for-org
|
|
1585
2181
|
|
|
@@ -1605,6 +2201,7 @@ class OrgsClient:
|
|
|
1605
2201
|
"GET",
|
|
1606
2202
|
url,
|
|
1607
2203
|
headers=exclude_unset(headers),
|
|
2204
|
+
stream=stream,
|
|
1608
2205
|
response_model=WebhookConfig,
|
|
1609
2206
|
)
|
|
1610
2207
|
|
|
@@ -1614,6 +2211,7 @@ class OrgsClient:
|
|
|
1614
2211
|
hook_id: int,
|
|
1615
2212
|
*,
|
|
1616
2213
|
headers: Optional[Mapping[str, str]] = None,
|
|
2214
|
+
stream: bool = False,
|
|
1617
2215
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
1618
2216
|
"""orgs/get-webhook-config-for-org
|
|
1619
2217
|
|
|
@@ -1639,6 +2237,7 @@ class OrgsClient:
|
|
|
1639
2237
|
"GET",
|
|
1640
2238
|
url,
|
|
1641
2239
|
headers=exclude_unset(headers),
|
|
2240
|
+
stream=stream,
|
|
1642
2241
|
response_model=WebhookConfig,
|
|
1643
2242
|
)
|
|
1644
2243
|
|
|
@@ -1649,6 +2248,7 @@ class OrgsClient:
|
|
|
1649
2248
|
hook_id: int,
|
|
1650
2249
|
*,
|
|
1651
2250
|
headers: Optional[Mapping[str, str]] = None,
|
|
2251
|
+
stream: bool = False,
|
|
1652
2252
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1653
2253
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
1654
2254
|
|
|
@@ -1660,6 +2260,7 @@ class OrgsClient:
|
|
|
1660
2260
|
*,
|
|
1661
2261
|
data: UnsetType = UNSET,
|
|
1662
2262
|
headers: Optional[Mapping[str, str]] = None,
|
|
2263
|
+
stream: bool = False,
|
|
1663
2264
|
url: Missing[str] = UNSET,
|
|
1664
2265
|
content_type: Missing[str] = UNSET,
|
|
1665
2266
|
secret: Missing[str] = UNSET,
|
|
@@ -1672,6 +2273,7 @@ class OrgsClient:
|
|
|
1672
2273
|
hook_id: int,
|
|
1673
2274
|
*,
|
|
1674
2275
|
headers: Optional[Mapping[str, str]] = None,
|
|
2276
|
+
stream: bool = False,
|
|
1675
2277
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1676
2278
|
**kwargs,
|
|
1677
2279
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -1709,6 +2311,7 @@ class OrgsClient:
|
|
|
1709
2311
|
url,
|
|
1710
2312
|
json=exclude_unset(json),
|
|
1711
2313
|
headers=exclude_unset(headers),
|
|
2314
|
+
stream=stream,
|
|
1712
2315
|
response_model=WebhookConfig,
|
|
1713
2316
|
)
|
|
1714
2317
|
|
|
@@ -1719,6 +2322,7 @@ class OrgsClient:
|
|
|
1719
2322
|
hook_id: int,
|
|
1720
2323
|
*,
|
|
1721
2324
|
headers: Optional[Mapping[str, str]] = None,
|
|
2325
|
+
stream: bool = False,
|
|
1722
2326
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1723
2327
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
1724
2328
|
|
|
@@ -1730,6 +2334,7 @@ class OrgsClient:
|
|
|
1730
2334
|
*,
|
|
1731
2335
|
data: UnsetType = UNSET,
|
|
1732
2336
|
headers: Optional[Mapping[str, str]] = None,
|
|
2337
|
+
stream: bool = False,
|
|
1733
2338
|
url: Missing[str] = UNSET,
|
|
1734
2339
|
content_type: Missing[str] = UNSET,
|
|
1735
2340
|
secret: Missing[str] = UNSET,
|
|
@@ -1742,6 +2347,7 @@ class OrgsClient:
|
|
|
1742
2347
|
hook_id: int,
|
|
1743
2348
|
*,
|
|
1744
2349
|
headers: Optional[Mapping[str, str]] = None,
|
|
2350
|
+
stream: bool = False,
|
|
1745
2351
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1746
2352
|
**kwargs,
|
|
1747
2353
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -1779,6 +2385,7 @@ class OrgsClient:
|
|
|
1779
2385
|
url,
|
|
1780
2386
|
json=exclude_unset(json),
|
|
1781
2387
|
headers=exclude_unset(headers),
|
|
2388
|
+
stream=stream,
|
|
1782
2389
|
response_model=WebhookConfig,
|
|
1783
2390
|
)
|
|
1784
2391
|
|
|
@@ -1790,6 +2397,7 @@ class OrgsClient:
|
|
|
1790
2397
|
per_page: Missing[int] = UNSET,
|
|
1791
2398
|
cursor: Missing[str] = UNSET,
|
|
1792
2399
|
headers: Optional[Mapping[str, str]] = None,
|
|
2400
|
+
stream: bool = False,
|
|
1793
2401
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
1794
2402
|
"""orgs/list-webhook-deliveries
|
|
1795
2403
|
|
|
@@ -1821,6 +2429,7 @@ class OrgsClient:
|
|
|
1821
2429
|
url,
|
|
1822
2430
|
params=exclude_unset(params),
|
|
1823
2431
|
headers=exclude_unset(headers),
|
|
2432
|
+
stream=stream,
|
|
1824
2433
|
response_model=list[HookDeliveryItem],
|
|
1825
2434
|
error_models={
|
|
1826
2435
|
"400": BasicError,
|
|
@@ -1836,6 +2445,7 @@ class OrgsClient:
|
|
|
1836
2445
|
per_page: Missing[int] = UNSET,
|
|
1837
2446
|
cursor: Missing[str] = UNSET,
|
|
1838
2447
|
headers: Optional[Mapping[str, str]] = None,
|
|
2448
|
+
stream: bool = False,
|
|
1839
2449
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
1840
2450
|
"""orgs/list-webhook-deliveries
|
|
1841
2451
|
|
|
@@ -1867,6 +2477,7 @@ class OrgsClient:
|
|
|
1867
2477
|
url,
|
|
1868
2478
|
params=exclude_unset(params),
|
|
1869
2479
|
headers=exclude_unset(headers),
|
|
2480
|
+
stream=stream,
|
|
1870
2481
|
response_model=list[HookDeliveryItem],
|
|
1871
2482
|
error_models={
|
|
1872
2483
|
"400": BasicError,
|
|
@@ -1881,6 +2492,7 @@ class OrgsClient:
|
|
|
1881
2492
|
delivery_id: int,
|
|
1882
2493
|
*,
|
|
1883
2494
|
headers: Optional[Mapping[str, str]] = None,
|
|
2495
|
+
stream: bool = False,
|
|
1884
2496
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
1885
2497
|
"""orgs/get-webhook-delivery
|
|
1886
2498
|
|
|
@@ -1906,6 +2518,7 @@ class OrgsClient:
|
|
|
1906
2518
|
"GET",
|
|
1907
2519
|
url,
|
|
1908
2520
|
headers=exclude_unset(headers),
|
|
2521
|
+
stream=stream,
|
|
1909
2522
|
response_model=HookDelivery,
|
|
1910
2523
|
error_models={
|
|
1911
2524
|
"400": BasicError,
|
|
@@ -1920,6 +2533,7 @@ class OrgsClient:
|
|
|
1920
2533
|
delivery_id: int,
|
|
1921
2534
|
*,
|
|
1922
2535
|
headers: Optional[Mapping[str, str]] = None,
|
|
2536
|
+
stream: bool = False,
|
|
1923
2537
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
1924
2538
|
"""orgs/get-webhook-delivery
|
|
1925
2539
|
|
|
@@ -1945,6 +2559,7 @@ class OrgsClient:
|
|
|
1945
2559
|
"GET",
|
|
1946
2560
|
url,
|
|
1947
2561
|
headers=exclude_unset(headers),
|
|
2562
|
+
stream=stream,
|
|
1948
2563
|
response_model=HookDelivery,
|
|
1949
2564
|
error_models={
|
|
1950
2565
|
"400": BasicError,
|
|
@@ -1959,6 +2574,7 @@ class OrgsClient:
|
|
|
1959
2574
|
delivery_id: int,
|
|
1960
2575
|
*,
|
|
1961
2576
|
headers: Optional[Mapping[str, str]] = None,
|
|
2577
|
+
stream: bool = False,
|
|
1962
2578
|
) -> Response[
|
|
1963
2579
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1964
2580
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -1991,6 +2607,7 @@ class OrgsClient:
|
|
|
1991
2607
|
"POST",
|
|
1992
2608
|
url,
|
|
1993
2609
|
headers=exclude_unset(headers),
|
|
2610
|
+
stream=stream,
|
|
1994
2611
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1995
2612
|
error_models={
|
|
1996
2613
|
"400": BasicError,
|
|
@@ -2005,6 +2622,7 @@ class OrgsClient:
|
|
|
2005
2622
|
delivery_id: int,
|
|
2006
2623
|
*,
|
|
2007
2624
|
headers: Optional[Mapping[str, str]] = None,
|
|
2625
|
+
stream: bool = False,
|
|
2008
2626
|
) -> Response[
|
|
2009
2627
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2010
2628
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -2037,6 +2655,7 @@ class OrgsClient:
|
|
|
2037
2655
|
"POST",
|
|
2038
2656
|
url,
|
|
2039
2657
|
headers=exclude_unset(headers),
|
|
2658
|
+
stream=stream,
|
|
2040
2659
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2041
2660
|
error_models={
|
|
2042
2661
|
"400": BasicError,
|
|
@@ -2050,6 +2669,7 @@ class OrgsClient:
|
|
|
2050
2669
|
hook_id: int,
|
|
2051
2670
|
*,
|
|
2052
2671
|
headers: Optional[Mapping[str, str]] = None,
|
|
2672
|
+
stream: bool = False,
|
|
2053
2673
|
) -> Response:
|
|
2054
2674
|
"""orgs/ping-webhook
|
|
2055
2675
|
|
|
@@ -2076,6 +2696,7 @@ class OrgsClient:
|
|
|
2076
2696
|
"POST",
|
|
2077
2697
|
url,
|
|
2078
2698
|
headers=exclude_unset(headers),
|
|
2699
|
+
stream=stream,
|
|
2079
2700
|
error_models={
|
|
2080
2701
|
"404": BasicError,
|
|
2081
2702
|
},
|
|
@@ -2087,6 +2708,7 @@ class OrgsClient:
|
|
|
2087
2708
|
hook_id: int,
|
|
2088
2709
|
*,
|
|
2089
2710
|
headers: Optional[Mapping[str, str]] = None,
|
|
2711
|
+
stream: bool = False,
|
|
2090
2712
|
) -> Response:
|
|
2091
2713
|
"""orgs/ping-webhook
|
|
2092
2714
|
|
|
@@ -2113,6 +2735,7 @@ class OrgsClient:
|
|
|
2113
2735
|
"POST",
|
|
2114
2736
|
url,
|
|
2115
2737
|
headers=exclude_unset(headers),
|
|
2738
|
+
stream=stream,
|
|
2116
2739
|
error_models={
|
|
2117
2740
|
"404": BasicError,
|
|
2118
2741
|
},
|
|
@@ -2149,6 +2772,7 @@ class OrgsClient:
|
|
|
2149
2772
|
] = UNSET,
|
|
2150
2773
|
api_route_substring: Missing[str] = UNSET,
|
|
2151
2774
|
headers: Optional[Mapping[str, str]] = None,
|
|
2775
|
+
stream: bool = False,
|
|
2152
2776
|
) -> Response[
|
|
2153
2777
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
2154
2778
|
]:
|
|
@@ -2182,6 +2806,7 @@ class OrgsClient:
|
|
|
2182
2806
|
url,
|
|
2183
2807
|
params=exclude_unset(params),
|
|
2184
2808
|
headers=exclude_unset(headers),
|
|
2809
|
+
stream=stream,
|
|
2185
2810
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
2186
2811
|
)
|
|
2187
2812
|
|
|
@@ -2216,6 +2841,7 @@ class OrgsClient:
|
|
|
2216
2841
|
] = UNSET,
|
|
2217
2842
|
api_route_substring: Missing[str] = UNSET,
|
|
2218
2843
|
headers: Optional[Mapping[str, str]] = None,
|
|
2844
|
+
stream: bool = False,
|
|
2219
2845
|
) -> Response[
|
|
2220
2846
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
2221
2847
|
]:
|
|
@@ -2249,6 +2875,7 @@ class OrgsClient:
|
|
|
2249
2875
|
url,
|
|
2250
2876
|
params=exclude_unset(params),
|
|
2251
2877
|
headers=exclude_unset(headers),
|
|
2878
|
+
stream=stream,
|
|
2252
2879
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
2253
2880
|
)
|
|
2254
2881
|
|
|
@@ -2274,6 +2901,7 @@ class OrgsClient:
|
|
|
2274
2901
|
] = UNSET,
|
|
2275
2902
|
subject_name_substring: Missing[str] = UNSET,
|
|
2276
2903
|
headers: Optional[Mapping[str, str]] = None,
|
|
2904
|
+
stream: bool = False,
|
|
2277
2905
|
) -> Response[
|
|
2278
2906
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
2279
2907
|
]:
|
|
@@ -2307,6 +2935,7 @@ class OrgsClient:
|
|
|
2307
2935
|
url,
|
|
2308
2936
|
params=exclude_unset(params),
|
|
2309
2937
|
headers=exclude_unset(headers),
|
|
2938
|
+
stream=stream,
|
|
2310
2939
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
2311
2940
|
)
|
|
2312
2941
|
|
|
@@ -2332,6 +2961,7 @@ class OrgsClient:
|
|
|
2332
2961
|
] = UNSET,
|
|
2333
2962
|
subject_name_substring: Missing[str] = UNSET,
|
|
2334
2963
|
headers: Optional[Mapping[str, str]] = None,
|
|
2964
|
+
stream: bool = False,
|
|
2335
2965
|
) -> Response[
|
|
2336
2966
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
2337
2967
|
]:
|
|
@@ -2365,6 +2995,7 @@ class OrgsClient:
|
|
|
2365
2995
|
url,
|
|
2366
2996
|
params=exclude_unset(params),
|
|
2367
2997
|
headers=exclude_unset(headers),
|
|
2998
|
+
stream=stream,
|
|
2368
2999
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
2369
3000
|
)
|
|
2370
3001
|
|
|
@@ -2375,6 +3006,7 @@ class OrgsClient:
|
|
|
2375
3006
|
min_timestamp: str,
|
|
2376
3007
|
max_timestamp: Missing[str] = UNSET,
|
|
2377
3008
|
headers: Optional[Mapping[str, str]] = None,
|
|
3009
|
+
stream: bool = False,
|
|
2378
3010
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2379
3011
|
"""api-insights/get-summary-stats
|
|
2380
3012
|
|
|
@@ -2401,6 +3033,7 @@ class OrgsClient:
|
|
|
2401
3033
|
url,
|
|
2402
3034
|
params=exclude_unset(params),
|
|
2403
3035
|
headers=exclude_unset(headers),
|
|
3036
|
+
stream=stream,
|
|
2404
3037
|
response_model=ApiInsightsSummaryStats,
|
|
2405
3038
|
)
|
|
2406
3039
|
|
|
@@ -2411,6 +3044,7 @@ class OrgsClient:
|
|
|
2411
3044
|
min_timestamp: str,
|
|
2412
3045
|
max_timestamp: Missing[str] = UNSET,
|
|
2413
3046
|
headers: Optional[Mapping[str, str]] = None,
|
|
3047
|
+
stream: bool = False,
|
|
2414
3048
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2415
3049
|
"""api-insights/get-summary-stats
|
|
2416
3050
|
|
|
@@ -2437,6 +3071,7 @@ class OrgsClient:
|
|
|
2437
3071
|
url,
|
|
2438
3072
|
params=exclude_unset(params),
|
|
2439
3073
|
headers=exclude_unset(headers),
|
|
3074
|
+
stream=stream,
|
|
2440
3075
|
response_model=ApiInsightsSummaryStats,
|
|
2441
3076
|
)
|
|
2442
3077
|
|
|
@@ -2448,6 +3083,7 @@ class OrgsClient:
|
|
|
2448
3083
|
min_timestamp: str,
|
|
2449
3084
|
max_timestamp: Missing[str] = UNSET,
|
|
2450
3085
|
headers: Optional[Mapping[str, str]] = None,
|
|
3086
|
+
stream: bool = False,
|
|
2451
3087
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2452
3088
|
"""api-insights/get-summary-stats-by-user
|
|
2453
3089
|
|
|
@@ -2474,6 +3110,7 @@ class OrgsClient:
|
|
|
2474
3110
|
url,
|
|
2475
3111
|
params=exclude_unset(params),
|
|
2476
3112
|
headers=exclude_unset(headers),
|
|
3113
|
+
stream=stream,
|
|
2477
3114
|
response_model=ApiInsightsSummaryStats,
|
|
2478
3115
|
)
|
|
2479
3116
|
|
|
@@ -2485,6 +3122,7 @@ class OrgsClient:
|
|
|
2485
3122
|
min_timestamp: str,
|
|
2486
3123
|
max_timestamp: Missing[str] = UNSET,
|
|
2487
3124
|
headers: Optional[Mapping[str, str]] = None,
|
|
3125
|
+
stream: bool = False,
|
|
2488
3126
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2489
3127
|
"""api-insights/get-summary-stats-by-user
|
|
2490
3128
|
|
|
@@ -2511,6 +3149,7 @@ class OrgsClient:
|
|
|
2511
3149
|
url,
|
|
2512
3150
|
params=exclude_unset(params),
|
|
2513
3151
|
headers=exclude_unset(headers),
|
|
3152
|
+
stream=stream,
|
|
2514
3153
|
response_model=ApiInsightsSummaryStats,
|
|
2515
3154
|
)
|
|
2516
3155
|
|
|
@@ -2529,6 +3168,7 @@ class OrgsClient:
|
|
|
2529
3168
|
min_timestamp: str,
|
|
2530
3169
|
max_timestamp: Missing[str] = UNSET,
|
|
2531
3170
|
headers: Optional[Mapping[str, str]] = None,
|
|
3171
|
+
stream: bool = False,
|
|
2532
3172
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2533
3173
|
"""api-insights/get-summary-stats-by-actor
|
|
2534
3174
|
|
|
@@ -2555,6 +3195,7 @@ class OrgsClient:
|
|
|
2555
3195
|
url,
|
|
2556
3196
|
params=exclude_unset(params),
|
|
2557
3197
|
headers=exclude_unset(headers),
|
|
3198
|
+
stream=stream,
|
|
2558
3199
|
response_model=ApiInsightsSummaryStats,
|
|
2559
3200
|
)
|
|
2560
3201
|
|
|
@@ -2573,6 +3214,7 @@ class OrgsClient:
|
|
|
2573
3214
|
min_timestamp: str,
|
|
2574
3215
|
max_timestamp: Missing[str] = UNSET,
|
|
2575
3216
|
headers: Optional[Mapping[str, str]] = None,
|
|
3217
|
+
stream: bool = False,
|
|
2576
3218
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2577
3219
|
"""api-insights/get-summary-stats-by-actor
|
|
2578
3220
|
|
|
@@ -2599,6 +3241,7 @@ class OrgsClient:
|
|
|
2599
3241
|
url,
|
|
2600
3242
|
params=exclude_unset(params),
|
|
2601
3243
|
headers=exclude_unset(headers),
|
|
3244
|
+
stream=stream,
|
|
2602
3245
|
response_model=ApiInsightsSummaryStats,
|
|
2603
3246
|
)
|
|
2604
3247
|
|
|
@@ -2610,6 +3253,7 @@ class OrgsClient:
|
|
|
2610
3253
|
max_timestamp: Missing[str] = UNSET,
|
|
2611
3254
|
timestamp_increment: str,
|
|
2612
3255
|
headers: Optional[Mapping[str, str]] = None,
|
|
3256
|
+
stream: bool = False,
|
|
2613
3257
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2614
3258
|
"""api-insights/get-time-stats
|
|
2615
3259
|
|
|
@@ -2637,6 +3281,7 @@ class OrgsClient:
|
|
|
2637
3281
|
url,
|
|
2638
3282
|
params=exclude_unset(params),
|
|
2639
3283
|
headers=exclude_unset(headers),
|
|
3284
|
+
stream=stream,
|
|
2640
3285
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2641
3286
|
)
|
|
2642
3287
|
|
|
@@ -2648,6 +3293,7 @@ class OrgsClient:
|
|
|
2648
3293
|
max_timestamp: Missing[str] = UNSET,
|
|
2649
3294
|
timestamp_increment: str,
|
|
2650
3295
|
headers: Optional[Mapping[str, str]] = None,
|
|
3296
|
+
stream: bool = False,
|
|
2651
3297
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2652
3298
|
"""api-insights/get-time-stats
|
|
2653
3299
|
|
|
@@ -2675,6 +3321,7 @@ class OrgsClient:
|
|
|
2675
3321
|
url,
|
|
2676
3322
|
params=exclude_unset(params),
|
|
2677
3323
|
headers=exclude_unset(headers),
|
|
3324
|
+
stream=stream,
|
|
2678
3325
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2679
3326
|
)
|
|
2680
3327
|
|
|
@@ -2687,6 +3334,7 @@ class OrgsClient:
|
|
|
2687
3334
|
max_timestamp: Missing[str] = UNSET,
|
|
2688
3335
|
timestamp_increment: str,
|
|
2689
3336
|
headers: Optional[Mapping[str, str]] = None,
|
|
3337
|
+
stream: bool = False,
|
|
2690
3338
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2691
3339
|
"""api-insights/get-time-stats-by-user
|
|
2692
3340
|
|
|
@@ -2714,6 +3362,7 @@ class OrgsClient:
|
|
|
2714
3362
|
url,
|
|
2715
3363
|
params=exclude_unset(params),
|
|
2716
3364
|
headers=exclude_unset(headers),
|
|
3365
|
+
stream=stream,
|
|
2717
3366
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2718
3367
|
)
|
|
2719
3368
|
|
|
@@ -2726,6 +3375,7 @@ class OrgsClient:
|
|
|
2726
3375
|
max_timestamp: Missing[str] = UNSET,
|
|
2727
3376
|
timestamp_increment: str,
|
|
2728
3377
|
headers: Optional[Mapping[str, str]] = None,
|
|
3378
|
+
stream: bool = False,
|
|
2729
3379
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2730
3380
|
"""api-insights/get-time-stats-by-user
|
|
2731
3381
|
|
|
@@ -2753,6 +3403,7 @@ class OrgsClient:
|
|
|
2753
3403
|
url,
|
|
2754
3404
|
params=exclude_unset(params),
|
|
2755
3405
|
headers=exclude_unset(headers),
|
|
3406
|
+
stream=stream,
|
|
2756
3407
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2757
3408
|
)
|
|
2758
3409
|
|
|
@@ -2772,6 +3423,7 @@ class OrgsClient:
|
|
|
2772
3423
|
max_timestamp: Missing[str] = UNSET,
|
|
2773
3424
|
timestamp_increment: str,
|
|
2774
3425
|
headers: Optional[Mapping[str, str]] = None,
|
|
3426
|
+
stream: bool = False,
|
|
2775
3427
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2776
3428
|
"""api-insights/get-time-stats-by-actor
|
|
2777
3429
|
|
|
@@ -2799,6 +3451,7 @@ class OrgsClient:
|
|
|
2799
3451
|
url,
|
|
2800
3452
|
params=exclude_unset(params),
|
|
2801
3453
|
headers=exclude_unset(headers),
|
|
3454
|
+
stream=stream,
|
|
2802
3455
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2803
3456
|
)
|
|
2804
3457
|
|
|
@@ -2818,6 +3471,7 @@ class OrgsClient:
|
|
|
2818
3471
|
max_timestamp: Missing[str] = UNSET,
|
|
2819
3472
|
timestamp_increment: str,
|
|
2820
3473
|
headers: Optional[Mapping[str, str]] = None,
|
|
3474
|
+
stream: bool = False,
|
|
2821
3475
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2822
3476
|
"""api-insights/get-time-stats-by-actor
|
|
2823
3477
|
|
|
@@ -2845,6 +3499,7 @@ class OrgsClient:
|
|
|
2845
3499
|
url,
|
|
2846
3500
|
params=exclude_unset(params),
|
|
2847
3501
|
headers=exclude_unset(headers),
|
|
3502
|
+
stream=stream,
|
|
2848
3503
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2849
3504
|
)
|
|
2850
3505
|
|
|
@@ -2871,6 +3526,7 @@ class OrgsClient:
|
|
|
2871
3526
|
] = UNSET,
|
|
2872
3527
|
actor_name_substring: Missing[str] = UNSET,
|
|
2873
3528
|
headers: Optional[Mapping[str, str]] = None,
|
|
3529
|
+
stream: bool = False,
|
|
2874
3530
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
2875
3531
|
"""api-insights/get-user-stats
|
|
2876
3532
|
|
|
@@ -2902,6 +3558,7 @@ class OrgsClient:
|
|
|
2902
3558
|
url,
|
|
2903
3559
|
params=exclude_unset(params),
|
|
2904
3560
|
headers=exclude_unset(headers),
|
|
3561
|
+
stream=stream,
|
|
2905
3562
|
response_model=list[ApiInsightsUserStatsItems],
|
|
2906
3563
|
)
|
|
2907
3564
|
|
|
@@ -2928,6 +3585,7 @@ class OrgsClient:
|
|
|
2928
3585
|
] = UNSET,
|
|
2929
3586
|
actor_name_substring: Missing[str] = UNSET,
|
|
2930
3587
|
headers: Optional[Mapping[str, str]] = None,
|
|
3588
|
+
stream: bool = False,
|
|
2931
3589
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
2932
3590
|
"""api-insights/get-user-stats
|
|
2933
3591
|
|
|
@@ -2959,6 +3617,7 @@ class OrgsClient:
|
|
|
2959
3617
|
url,
|
|
2960
3618
|
params=exclude_unset(params),
|
|
2961
3619
|
headers=exclude_unset(headers),
|
|
3620
|
+
stream=stream,
|
|
2962
3621
|
response_model=list[ApiInsightsUserStatsItems],
|
|
2963
3622
|
)
|
|
2964
3623
|
|
|
@@ -2969,6 +3628,7 @@ class OrgsClient:
|
|
|
2969
3628
|
per_page: Missing[int] = UNSET,
|
|
2970
3629
|
page: Missing[int] = UNSET,
|
|
2971
3630
|
headers: Optional[Mapping[str, str]] = None,
|
|
3631
|
+
stream: bool = False,
|
|
2972
3632
|
) -> Response[
|
|
2973
3633
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
2974
3634
|
]:
|
|
@@ -3002,6 +3662,7 @@ class OrgsClient:
|
|
|
3002
3662
|
url,
|
|
3003
3663
|
params=exclude_unset(params),
|
|
3004
3664
|
headers=exclude_unset(headers),
|
|
3665
|
+
stream=stream,
|
|
3005
3666
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
3006
3667
|
)
|
|
3007
3668
|
|
|
@@ -3012,6 +3673,7 @@ class OrgsClient:
|
|
|
3012
3673
|
per_page: Missing[int] = UNSET,
|
|
3013
3674
|
page: Missing[int] = UNSET,
|
|
3014
3675
|
headers: Optional[Mapping[str, str]] = None,
|
|
3676
|
+
stream: bool = False,
|
|
3015
3677
|
) -> Response[
|
|
3016
3678
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
3017
3679
|
]:
|
|
@@ -3045,6 +3707,7 @@ class OrgsClient:
|
|
|
3045
3707
|
url,
|
|
3046
3708
|
params=exclude_unset(params),
|
|
3047
3709
|
headers=exclude_unset(headers),
|
|
3710
|
+
stream=stream,
|
|
3048
3711
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
3049
3712
|
)
|
|
3050
3713
|
|
|
@@ -3061,6 +3724,7 @@ class OrgsClient:
|
|
|
3061
3724
|
] = UNSET,
|
|
3062
3725
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3063
3726
|
headers: Optional[Mapping[str, str]] = None,
|
|
3727
|
+
stream: bool = False,
|
|
3064
3728
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3065
3729
|
"""orgs/list-pending-invitations
|
|
3066
3730
|
|
|
@@ -3092,6 +3756,7 @@ class OrgsClient:
|
|
|
3092
3756
|
url,
|
|
3093
3757
|
params=exclude_unset(params),
|
|
3094
3758
|
headers=exclude_unset(headers),
|
|
3759
|
+
stream=stream,
|
|
3095
3760
|
response_model=list[OrganizationInvitation],
|
|
3096
3761
|
error_models={
|
|
3097
3762
|
"404": BasicError,
|
|
@@ -3111,6 +3776,7 @@ class OrgsClient:
|
|
|
3111
3776
|
] = UNSET,
|
|
3112
3777
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3113
3778
|
headers: Optional[Mapping[str, str]] = None,
|
|
3779
|
+
stream: bool = False,
|
|
3114
3780
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3115
3781
|
"""orgs/list-pending-invitations
|
|
3116
3782
|
|
|
@@ -3142,6 +3808,7 @@ class OrgsClient:
|
|
|
3142
3808
|
url,
|
|
3143
3809
|
params=exclude_unset(params),
|
|
3144
3810
|
headers=exclude_unset(headers),
|
|
3811
|
+
stream=stream,
|
|
3145
3812
|
response_model=list[OrganizationInvitation],
|
|
3146
3813
|
error_models={
|
|
3147
3814
|
"404": BasicError,
|
|
@@ -3154,6 +3821,7 @@ class OrgsClient:
|
|
|
3154
3821
|
org: str,
|
|
3155
3822
|
*,
|
|
3156
3823
|
headers: Optional[Mapping[str, str]] = None,
|
|
3824
|
+
stream: bool = False,
|
|
3157
3825
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3158
3826
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3159
3827
|
|
|
@@ -3164,6 +3832,7 @@ class OrgsClient:
|
|
|
3164
3832
|
*,
|
|
3165
3833
|
data: UnsetType = UNSET,
|
|
3166
3834
|
headers: Optional[Mapping[str, str]] = None,
|
|
3835
|
+
stream: bool = False,
|
|
3167
3836
|
invitee_id: Missing[int] = UNSET,
|
|
3168
3837
|
email: Missing[str] = UNSET,
|
|
3169
3838
|
role: Missing[
|
|
@@ -3177,6 +3846,7 @@ class OrgsClient:
|
|
|
3177
3846
|
org: str,
|
|
3178
3847
|
*,
|
|
3179
3848
|
headers: Optional[Mapping[str, str]] = None,
|
|
3849
|
+
stream: bool = False,
|
|
3180
3850
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3181
3851
|
**kwargs,
|
|
3182
3852
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -3217,6 +3887,7 @@ class OrgsClient:
|
|
|
3217
3887
|
url,
|
|
3218
3888
|
json=exclude_unset(json),
|
|
3219
3889
|
headers=exclude_unset(headers),
|
|
3890
|
+
stream=stream,
|
|
3220
3891
|
response_model=OrganizationInvitation,
|
|
3221
3892
|
error_models={
|
|
3222
3893
|
"422": ValidationError,
|
|
@@ -3230,6 +3901,7 @@ class OrgsClient:
|
|
|
3230
3901
|
org: str,
|
|
3231
3902
|
*,
|
|
3232
3903
|
headers: Optional[Mapping[str, str]] = None,
|
|
3904
|
+
stream: bool = False,
|
|
3233
3905
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3234
3906
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3235
3907
|
|
|
@@ -3240,6 +3912,7 @@ class OrgsClient:
|
|
|
3240
3912
|
*,
|
|
3241
3913
|
data: UnsetType = UNSET,
|
|
3242
3914
|
headers: Optional[Mapping[str, str]] = None,
|
|
3915
|
+
stream: bool = False,
|
|
3243
3916
|
invitee_id: Missing[int] = UNSET,
|
|
3244
3917
|
email: Missing[str] = UNSET,
|
|
3245
3918
|
role: Missing[
|
|
@@ -3253,6 +3926,7 @@ class OrgsClient:
|
|
|
3253
3926
|
org: str,
|
|
3254
3927
|
*,
|
|
3255
3928
|
headers: Optional[Mapping[str, str]] = None,
|
|
3929
|
+
stream: bool = False,
|
|
3256
3930
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3257
3931
|
**kwargs,
|
|
3258
3932
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -3293,6 +3967,7 @@ class OrgsClient:
|
|
|
3293
3967
|
url,
|
|
3294
3968
|
json=exclude_unset(json),
|
|
3295
3969
|
headers=exclude_unset(headers),
|
|
3970
|
+
stream=stream,
|
|
3296
3971
|
response_model=OrganizationInvitation,
|
|
3297
3972
|
error_models={
|
|
3298
3973
|
"422": ValidationError,
|
|
@@ -3306,6 +3981,7 @@ class OrgsClient:
|
|
|
3306
3981
|
invitation_id: int,
|
|
3307
3982
|
*,
|
|
3308
3983
|
headers: Optional[Mapping[str, str]] = None,
|
|
3984
|
+
stream: bool = False,
|
|
3309
3985
|
) -> Response:
|
|
3310
3986
|
"""orgs/cancel-invitation
|
|
3311
3987
|
|
|
@@ -3328,6 +4004,7 @@ class OrgsClient:
|
|
|
3328
4004
|
"DELETE",
|
|
3329
4005
|
url,
|
|
3330
4006
|
headers=exclude_unset(headers),
|
|
4007
|
+
stream=stream,
|
|
3331
4008
|
error_models={
|
|
3332
4009
|
"422": ValidationError,
|
|
3333
4010
|
"404": BasicError,
|
|
@@ -3340,6 +4017,7 @@ class OrgsClient:
|
|
|
3340
4017
|
invitation_id: int,
|
|
3341
4018
|
*,
|
|
3342
4019
|
headers: Optional[Mapping[str, str]] = None,
|
|
4020
|
+
stream: bool = False,
|
|
3343
4021
|
) -> Response:
|
|
3344
4022
|
"""orgs/cancel-invitation
|
|
3345
4023
|
|
|
@@ -3362,6 +4040,7 @@ class OrgsClient:
|
|
|
3362
4040
|
"DELETE",
|
|
3363
4041
|
url,
|
|
3364
4042
|
headers=exclude_unset(headers),
|
|
4043
|
+
stream=stream,
|
|
3365
4044
|
error_models={
|
|
3366
4045
|
"422": ValidationError,
|
|
3367
4046
|
"404": BasicError,
|
|
@@ -3376,6 +4055,7 @@ class OrgsClient:
|
|
|
3376
4055
|
per_page: Missing[int] = UNSET,
|
|
3377
4056
|
page: Missing[int] = UNSET,
|
|
3378
4057
|
headers: Optional[Mapping[str, str]] = None,
|
|
4058
|
+
stream: bool = False,
|
|
3379
4059
|
) -> Response[list[Team], list[TeamType]]:
|
|
3380
4060
|
"""orgs/list-invitation-teams
|
|
3381
4061
|
|
|
@@ -3402,6 +4082,7 @@ class OrgsClient:
|
|
|
3402
4082
|
url,
|
|
3403
4083
|
params=exclude_unset(params),
|
|
3404
4084
|
headers=exclude_unset(headers),
|
|
4085
|
+
stream=stream,
|
|
3405
4086
|
response_model=list[Team],
|
|
3406
4087
|
error_models={
|
|
3407
4088
|
"404": BasicError,
|
|
@@ -3416,6 +4097,7 @@ class OrgsClient:
|
|
|
3416
4097
|
per_page: Missing[int] = UNSET,
|
|
3417
4098
|
page: Missing[int] = UNSET,
|
|
3418
4099
|
headers: Optional[Mapping[str, str]] = None,
|
|
4100
|
+
stream: bool = False,
|
|
3419
4101
|
) -> Response[list[Team], list[TeamType]]:
|
|
3420
4102
|
"""orgs/list-invitation-teams
|
|
3421
4103
|
|
|
@@ -3442,6 +4124,7 @@ class OrgsClient:
|
|
|
3442
4124
|
url,
|
|
3443
4125
|
params=exclude_unset(params),
|
|
3444
4126
|
headers=exclude_unset(headers),
|
|
4127
|
+
stream=stream,
|
|
3445
4128
|
response_model=list[Team],
|
|
3446
4129
|
error_models={
|
|
3447
4130
|
"404": BasicError,
|
|
@@ -3453,6 +4136,7 @@ class OrgsClient:
|
|
|
3453
4136
|
org: str,
|
|
3454
4137
|
*,
|
|
3455
4138
|
headers: Optional[Mapping[str, str]] = None,
|
|
4139
|
+
stream: bool = False,
|
|
3456
4140
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
3457
4141
|
"""orgs/list-issue-types
|
|
3458
4142
|
|
|
@@ -3475,6 +4159,7 @@ class OrgsClient:
|
|
|
3475
4159
|
"GET",
|
|
3476
4160
|
url,
|
|
3477
4161
|
headers=exclude_unset(headers),
|
|
4162
|
+
stream=stream,
|
|
3478
4163
|
response_model=list[Union[IssueType, None]],
|
|
3479
4164
|
error_models={
|
|
3480
4165
|
"404": BasicError,
|
|
@@ -3486,6 +4171,7 @@ class OrgsClient:
|
|
|
3486
4171
|
org: str,
|
|
3487
4172
|
*,
|
|
3488
4173
|
headers: Optional[Mapping[str, str]] = None,
|
|
4174
|
+
stream: bool = False,
|
|
3489
4175
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
3490
4176
|
"""orgs/list-issue-types
|
|
3491
4177
|
|
|
@@ -3508,6 +4194,7 @@ class OrgsClient:
|
|
|
3508
4194
|
"GET",
|
|
3509
4195
|
url,
|
|
3510
4196
|
headers=exclude_unset(headers),
|
|
4197
|
+
stream=stream,
|
|
3511
4198
|
response_model=list[Union[IssueType, None]],
|
|
3512
4199
|
error_models={
|
|
3513
4200
|
"404": BasicError,
|
|
@@ -3520,6 +4207,7 @@ class OrgsClient:
|
|
|
3520
4207
|
org: str,
|
|
3521
4208
|
*,
|
|
3522
4209
|
headers: Optional[Mapping[str, str]] = None,
|
|
4210
|
+
stream: bool = False,
|
|
3523
4211
|
data: OrganizationCreateIssueTypeType,
|
|
3524
4212
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3525
4213
|
|
|
@@ -3530,6 +4218,7 @@ class OrgsClient:
|
|
|
3530
4218
|
*,
|
|
3531
4219
|
data: UnsetType = UNSET,
|
|
3532
4220
|
headers: Optional[Mapping[str, str]] = None,
|
|
4221
|
+
stream: bool = False,
|
|
3533
4222
|
name: str,
|
|
3534
4223
|
is_enabled: bool,
|
|
3535
4224
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3548,6 +4237,7 @@ class OrgsClient:
|
|
|
3548
4237
|
org: str,
|
|
3549
4238
|
*,
|
|
3550
4239
|
headers: Optional[Mapping[str, str]] = None,
|
|
4240
|
+
stream: bool = False,
|
|
3551
4241
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
3552
4242
|
**kwargs,
|
|
3553
4243
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3592,6 +4282,7 @@ class OrgsClient:
|
|
|
3592
4282
|
url,
|
|
3593
4283
|
json=exclude_unset(json),
|
|
3594
4284
|
headers=exclude_unset(headers),
|
|
4285
|
+
stream=stream,
|
|
3595
4286
|
response_model=Union[IssueType, None],
|
|
3596
4287
|
error_models={
|
|
3597
4288
|
"404": BasicError,
|
|
@@ -3605,6 +4296,7 @@ class OrgsClient:
|
|
|
3605
4296
|
org: str,
|
|
3606
4297
|
*,
|
|
3607
4298
|
headers: Optional[Mapping[str, str]] = None,
|
|
4299
|
+
stream: bool = False,
|
|
3608
4300
|
data: OrganizationCreateIssueTypeType,
|
|
3609
4301
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3610
4302
|
|
|
@@ -3615,6 +4307,7 @@ class OrgsClient:
|
|
|
3615
4307
|
*,
|
|
3616
4308
|
data: UnsetType = UNSET,
|
|
3617
4309
|
headers: Optional[Mapping[str, str]] = None,
|
|
4310
|
+
stream: bool = False,
|
|
3618
4311
|
name: str,
|
|
3619
4312
|
is_enabled: bool,
|
|
3620
4313
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3633,6 +4326,7 @@ class OrgsClient:
|
|
|
3633
4326
|
org: str,
|
|
3634
4327
|
*,
|
|
3635
4328
|
headers: Optional[Mapping[str, str]] = None,
|
|
4329
|
+
stream: bool = False,
|
|
3636
4330
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
3637
4331
|
**kwargs,
|
|
3638
4332
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3677,6 +4371,7 @@ class OrgsClient:
|
|
|
3677
4371
|
url,
|
|
3678
4372
|
json=exclude_unset(json),
|
|
3679
4373
|
headers=exclude_unset(headers),
|
|
4374
|
+
stream=stream,
|
|
3680
4375
|
response_model=Union[IssueType, None],
|
|
3681
4376
|
error_models={
|
|
3682
4377
|
"404": BasicError,
|
|
@@ -3691,6 +4386,7 @@ class OrgsClient:
|
|
|
3691
4386
|
issue_type_id: int,
|
|
3692
4387
|
*,
|
|
3693
4388
|
headers: Optional[Mapping[str, str]] = None,
|
|
4389
|
+
stream: bool = False,
|
|
3694
4390
|
data: OrganizationUpdateIssueTypeType,
|
|
3695
4391
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3696
4392
|
|
|
@@ -3702,6 +4398,7 @@ class OrgsClient:
|
|
|
3702
4398
|
*,
|
|
3703
4399
|
data: UnsetType = UNSET,
|
|
3704
4400
|
headers: Optional[Mapping[str, str]] = None,
|
|
4401
|
+
stream: bool = False,
|
|
3705
4402
|
name: str,
|
|
3706
4403
|
is_enabled: bool,
|
|
3707
4404
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3721,6 +4418,7 @@ class OrgsClient:
|
|
|
3721
4418
|
issue_type_id: int,
|
|
3722
4419
|
*,
|
|
3723
4420
|
headers: Optional[Mapping[str, str]] = None,
|
|
4421
|
+
stream: bool = False,
|
|
3724
4422
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
3725
4423
|
**kwargs,
|
|
3726
4424
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3765,6 +4463,7 @@ class OrgsClient:
|
|
|
3765
4463
|
url,
|
|
3766
4464
|
json=exclude_unset(json),
|
|
3767
4465
|
headers=exclude_unset(headers),
|
|
4466
|
+
stream=stream,
|
|
3768
4467
|
response_model=Union[IssueType, None],
|
|
3769
4468
|
error_models={
|
|
3770
4469
|
"404": BasicError,
|
|
@@ -3779,6 +4478,7 @@ class OrgsClient:
|
|
|
3779
4478
|
issue_type_id: int,
|
|
3780
4479
|
*,
|
|
3781
4480
|
headers: Optional[Mapping[str, str]] = None,
|
|
4481
|
+
stream: bool = False,
|
|
3782
4482
|
data: OrganizationUpdateIssueTypeType,
|
|
3783
4483
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3784
4484
|
|
|
@@ -3790,6 +4490,7 @@ class OrgsClient:
|
|
|
3790
4490
|
*,
|
|
3791
4491
|
data: UnsetType = UNSET,
|
|
3792
4492
|
headers: Optional[Mapping[str, str]] = None,
|
|
4493
|
+
stream: bool = False,
|
|
3793
4494
|
name: str,
|
|
3794
4495
|
is_enabled: bool,
|
|
3795
4496
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3809,6 +4510,7 @@ class OrgsClient:
|
|
|
3809
4510
|
issue_type_id: int,
|
|
3810
4511
|
*,
|
|
3811
4512
|
headers: Optional[Mapping[str, str]] = None,
|
|
4513
|
+
stream: bool = False,
|
|
3812
4514
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
3813
4515
|
**kwargs,
|
|
3814
4516
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3853,6 +4555,7 @@ class OrgsClient:
|
|
|
3853
4555
|
url,
|
|
3854
4556
|
json=exclude_unset(json),
|
|
3855
4557
|
headers=exclude_unset(headers),
|
|
4558
|
+
stream=stream,
|
|
3856
4559
|
response_model=Union[IssueType, None],
|
|
3857
4560
|
error_models={
|
|
3858
4561
|
"404": BasicError,
|
|
@@ -3866,6 +4569,7 @@ class OrgsClient:
|
|
|
3866
4569
|
issue_type_id: int,
|
|
3867
4570
|
*,
|
|
3868
4571
|
headers: Optional[Mapping[str, str]] = None,
|
|
4572
|
+
stream: bool = False,
|
|
3869
4573
|
) -> Response:
|
|
3870
4574
|
"""orgs/delete-issue-type
|
|
3871
4575
|
|
|
@@ -3891,6 +4595,7 @@ class OrgsClient:
|
|
|
3891
4595
|
"DELETE",
|
|
3892
4596
|
url,
|
|
3893
4597
|
headers=exclude_unset(headers),
|
|
4598
|
+
stream=stream,
|
|
3894
4599
|
error_models={
|
|
3895
4600
|
"422": ValidationErrorSimple,
|
|
3896
4601
|
"404": BasicError,
|
|
@@ -3903,6 +4608,7 @@ class OrgsClient:
|
|
|
3903
4608
|
issue_type_id: int,
|
|
3904
4609
|
*,
|
|
3905
4610
|
headers: Optional[Mapping[str, str]] = None,
|
|
4611
|
+
stream: bool = False,
|
|
3906
4612
|
) -> Response:
|
|
3907
4613
|
"""orgs/delete-issue-type
|
|
3908
4614
|
|
|
@@ -3928,6 +4634,7 @@ class OrgsClient:
|
|
|
3928
4634
|
"DELETE",
|
|
3929
4635
|
url,
|
|
3930
4636
|
headers=exclude_unset(headers),
|
|
4637
|
+
stream=stream,
|
|
3931
4638
|
error_models={
|
|
3932
4639
|
"422": ValidationErrorSimple,
|
|
3933
4640
|
"404": BasicError,
|
|
@@ -3943,6 +4650,7 @@ class OrgsClient:
|
|
|
3943
4650
|
per_page: Missing[int] = UNSET,
|
|
3944
4651
|
page: Missing[int] = UNSET,
|
|
3945
4652
|
headers: Optional[Mapping[str, str]] = None,
|
|
4653
|
+
stream: bool = False,
|
|
3946
4654
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3947
4655
|
"""orgs/list-members
|
|
3948
4656
|
|
|
@@ -3971,6 +4679,7 @@ class OrgsClient:
|
|
|
3971
4679
|
url,
|
|
3972
4680
|
params=exclude_unset(params),
|
|
3973
4681
|
headers=exclude_unset(headers),
|
|
4682
|
+
stream=stream,
|
|
3974
4683
|
response_model=list[SimpleUser],
|
|
3975
4684
|
error_models={
|
|
3976
4685
|
"422": ValidationError,
|
|
@@ -3986,6 +4695,7 @@ class OrgsClient:
|
|
|
3986
4695
|
per_page: Missing[int] = UNSET,
|
|
3987
4696
|
page: Missing[int] = UNSET,
|
|
3988
4697
|
headers: Optional[Mapping[str, str]] = None,
|
|
4698
|
+
stream: bool = False,
|
|
3989
4699
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3990
4700
|
"""orgs/list-members
|
|
3991
4701
|
|
|
@@ -4014,6 +4724,7 @@ class OrgsClient:
|
|
|
4014
4724
|
url,
|
|
4015
4725
|
params=exclude_unset(params),
|
|
4016
4726
|
headers=exclude_unset(headers),
|
|
4727
|
+
stream=stream,
|
|
4017
4728
|
response_model=list[SimpleUser],
|
|
4018
4729
|
error_models={
|
|
4019
4730
|
"422": ValidationError,
|
|
@@ -4026,6 +4737,7 @@ class OrgsClient:
|
|
|
4026
4737
|
username: str,
|
|
4027
4738
|
*,
|
|
4028
4739
|
headers: Optional[Mapping[str, str]] = None,
|
|
4740
|
+
stream: bool = False,
|
|
4029
4741
|
) -> Response:
|
|
4030
4742
|
"""orgs/check-membership-for-user
|
|
4031
4743
|
|
|
@@ -4044,6 +4756,7 @@ class OrgsClient:
|
|
|
4044
4756
|
"GET",
|
|
4045
4757
|
url,
|
|
4046
4758
|
headers=exclude_unset(headers),
|
|
4759
|
+
stream=stream,
|
|
4047
4760
|
error_models={},
|
|
4048
4761
|
)
|
|
4049
4762
|
|
|
@@ -4053,6 +4766,7 @@ class OrgsClient:
|
|
|
4053
4766
|
username: str,
|
|
4054
4767
|
*,
|
|
4055
4768
|
headers: Optional[Mapping[str, str]] = None,
|
|
4769
|
+
stream: bool = False,
|
|
4056
4770
|
) -> Response:
|
|
4057
4771
|
"""orgs/check-membership-for-user
|
|
4058
4772
|
|
|
@@ -4071,6 +4785,7 @@ class OrgsClient:
|
|
|
4071
4785
|
"GET",
|
|
4072
4786
|
url,
|
|
4073
4787
|
headers=exclude_unset(headers),
|
|
4788
|
+
stream=stream,
|
|
4074
4789
|
error_models={},
|
|
4075
4790
|
)
|
|
4076
4791
|
|
|
@@ -4080,6 +4795,7 @@ class OrgsClient:
|
|
|
4080
4795
|
username: str,
|
|
4081
4796
|
*,
|
|
4082
4797
|
headers: Optional[Mapping[str, str]] = None,
|
|
4798
|
+
stream: bool = False,
|
|
4083
4799
|
) -> Response:
|
|
4084
4800
|
"""orgs/remove-member
|
|
4085
4801
|
|
|
@@ -4100,6 +4816,7 @@ class OrgsClient:
|
|
|
4100
4816
|
"DELETE",
|
|
4101
4817
|
url,
|
|
4102
4818
|
headers=exclude_unset(headers),
|
|
4819
|
+
stream=stream,
|
|
4103
4820
|
error_models={
|
|
4104
4821
|
"403": BasicError,
|
|
4105
4822
|
},
|
|
@@ -4111,6 +4828,7 @@ class OrgsClient:
|
|
|
4111
4828
|
username: str,
|
|
4112
4829
|
*,
|
|
4113
4830
|
headers: Optional[Mapping[str, str]] = None,
|
|
4831
|
+
stream: bool = False,
|
|
4114
4832
|
) -> Response:
|
|
4115
4833
|
"""orgs/remove-member
|
|
4116
4834
|
|
|
@@ -4131,6 +4849,7 @@ class OrgsClient:
|
|
|
4131
4849
|
"DELETE",
|
|
4132
4850
|
url,
|
|
4133
4851
|
headers=exclude_unset(headers),
|
|
4852
|
+
stream=stream,
|
|
4134
4853
|
error_models={
|
|
4135
4854
|
"403": BasicError,
|
|
4136
4855
|
},
|
|
@@ -4142,6 +4861,7 @@ class OrgsClient:
|
|
|
4142
4861
|
username: str,
|
|
4143
4862
|
*,
|
|
4144
4863
|
headers: Optional[Mapping[str, str]] = None,
|
|
4864
|
+
stream: bool = False,
|
|
4145
4865
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4146
4866
|
"""orgs/get-membership-for-user
|
|
4147
4867
|
|
|
@@ -4162,6 +4882,7 @@ class OrgsClient:
|
|
|
4162
4882
|
"GET",
|
|
4163
4883
|
url,
|
|
4164
4884
|
headers=exclude_unset(headers),
|
|
4885
|
+
stream=stream,
|
|
4165
4886
|
response_model=OrgMembership,
|
|
4166
4887
|
error_models={
|
|
4167
4888
|
"404": BasicError,
|
|
@@ -4175,6 +4896,7 @@ class OrgsClient:
|
|
|
4175
4896
|
username: str,
|
|
4176
4897
|
*,
|
|
4177
4898
|
headers: Optional[Mapping[str, str]] = None,
|
|
4899
|
+
stream: bool = False,
|
|
4178
4900
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4179
4901
|
"""orgs/get-membership-for-user
|
|
4180
4902
|
|
|
@@ -4195,6 +4917,7 @@ class OrgsClient:
|
|
|
4195
4917
|
"GET",
|
|
4196
4918
|
url,
|
|
4197
4919
|
headers=exclude_unset(headers),
|
|
4920
|
+
stream=stream,
|
|
4198
4921
|
response_model=OrgMembership,
|
|
4199
4922
|
error_models={
|
|
4200
4923
|
"404": BasicError,
|
|
@@ -4209,6 +4932,7 @@ class OrgsClient:
|
|
|
4209
4932
|
username: str,
|
|
4210
4933
|
*,
|
|
4211
4934
|
headers: Optional[Mapping[str, str]] = None,
|
|
4935
|
+
stream: bool = False,
|
|
4212
4936
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4213
4937
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4214
4938
|
|
|
@@ -4220,6 +4944,7 @@ class OrgsClient:
|
|
|
4220
4944
|
*,
|
|
4221
4945
|
data: UnsetType = UNSET,
|
|
4222
4946
|
headers: Optional[Mapping[str, str]] = None,
|
|
4947
|
+
stream: bool = False,
|
|
4223
4948
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4224
4949
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4225
4950
|
|
|
@@ -4229,6 +4954,7 @@ class OrgsClient:
|
|
|
4229
4954
|
username: str,
|
|
4230
4955
|
*,
|
|
4231
4956
|
headers: Optional[Mapping[str, str]] = None,
|
|
4957
|
+
stream: bool = False,
|
|
4232
4958
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4233
4959
|
**kwargs,
|
|
4234
4960
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4274,6 +5000,7 @@ class OrgsClient:
|
|
|
4274
5000
|
url,
|
|
4275
5001
|
json=exclude_unset(json),
|
|
4276
5002
|
headers=exclude_unset(headers),
|
|
5003
|
+
stream=stream,
|
|
4277
5004
|
response_model=OrgMembership,
|
|
4278
5005
|
error_models={
|
|
4279
5006
|
"422": ValidationError,
|
|
@@ -4288,6 +5015,7 @@ class OrgsClient:
|
|
|
4288
5015
|
username: str,
|
|
4289
5016
|
*,
|
|
4290
5017
|
headers: Optional[Mapping[str, str]] = None,
|
|
5018
|
+
stream: bool = False,
|
|
4291
5019
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4292
5020
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4293
5021
|
|
|
@@ -4299,6 +5027,7 @@ class OrgsClient:
|
|
|
4299
5027
|
*,
|
|
4300
5028
|
data: UnsetType = UNSET,
|
|
4301
5029
|
headers: Optional[Mapping[str, str]] = None,
|
|
5030
|
+
stream: bool = False,
|
|
4302
5031
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4303
5032
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4304
5033
|
|
|
@@ -4308,6 +5037,7 @@ class OrgsClient:
|
|
|
4308
5037
|
username: str,
|
|
4309
5038
|
*,
|
|
4310
5039
|
headers: Optional[Mapping[str, str]] = None,
|
|
5040
|
+
stream: bool = False,
|
|
4311
5041
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4312
5042
|
**kwargs,
|
|
4313
5043
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4353,6 +5083,7 @@ class OrgsClient:
|
|
|
4353
5083
|
url,
|
|
4354
5084
|
json=exclude_unset(json),
|
|
4355
5085
|
headers=exclude_unset(headers),
|
|
5086
|
+
stream=stream,
|
|
4356
5087
|
response_model=OrgMembership,
|
|
4357
5088
|
error_models={
|
|
4358
5089
|
"422": ValidationError,
|
|
@@ -4366,6 +5097,7 @@ class OrgsClient:
|
|
|
4366
5097
|
username: str,
|
|
4367
5098
|
*,
|
|
4368
5099
|
headers: Optional[Mapping[str, str]] = None,
|
|
5100
|
+
stream: bool = False,
|
|
4369
5101
|
) -> Response:
|
|
4370
5102
|
"""orgs/remove-membership-for-user
|
|
4371
5103
|
|
|
@@ -4388,6 +5120,7 @@ class OrgsClient:
|
|
|
4388
5120
|
"DELETE",
|
|
4389
5121
|
url,
|
|
4390
5122
|
headers=exclude_unset(headers),
|
|
5123
|
+
stream=stream,
|
|
4391
5124
|
error_models={
|
|
4392
5125
|
"403": BasicError,
|
|
4393
5126
|
"404": BasicError,
|
|
@@ -4400,6 +5133,7 @@ class OrgsClient:
|
|
|
4400
5133
|
username: str,
|
|
4401
5134
|
*,
|
|
4402
5135
|
headers: Optional[Mapping[str, str]] = None,
|
|
5136
|
+
stream: bool = False,
|
|
4403
5137
|
) -> Response:
|
|
4404
5138
|
"""orgs/remove-membership-for-user
|
|
4405
5139
|
|
|
@@ -4422,6 +5156,7 @@ class OrgsClient:
|
|
|
4422
5156
|
"DELETE",
|
|
4423
5157
|
url,
|
|
4424
5158
|
headers=exclude_unset(headers),
|
|
5159
|
+
stream=stream,
|
|
4425
5160
|
error_models={
|
|
4426
5161
|
"403": BasicError,
|
|
4427
5162
|
"404": BasicError,
|
|
@@ -4433,6 +5168,7 @@ class OrgsClient:
|
|
|
4433
5168
|
org: str,
|
|
4434
5169
|
*,
|
|
4435
5170
|
headers: Optional[Mapping[str, str]] = None,
|
|
5171
|
+
stream: bool = False,
|
|
4436
5172
|
) -> Response[
|
|
4437
5173
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4438
5174
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4467,6 +5203,7 @@ class OrgsClient:
|
|
|
4467
5203
|
"GET",
|
|
4468
5204
|
url,
|
|
4469
5205
|
headers=exclude_unset(headers),
|
|
5206
|
+
stream=stream,
|
|
4470
5207
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
4471
5208
|
error_models={
|
|
4472
5209
|
"404": BasicError,
|
|
@@ -4479,6 +5216,7 @@ class OrgsClient:
|
|
|
4479
5216
|
org: str,
|
|
4480
5217
|
*,
|
|
4481
5218
|
headers: Optional[Mapping[str, str]] = None,
|
|
5219
|
+
stream: bool = False,
|
|
4482
5220
|
) -> Response[
|
|
4483
5221
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4484
5222
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4513,6 +5251,7 @@ class OrgsClient:
|
|
|
4513
5251
|
"GET",
|
|
4514
5252
|
url,
|
|
4515
5253
|
headers=exclude_unset(headers),
|
|
5254
|
+
stream=stream,
|
|
4516
5255
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
4517
5256
|
error_models={
|
|
4518
5257
|
"404": BasicError,
|
|
@@ -4526,6 +5265,7 @@ class OrgsClient:
|
|
|
4526
5265
|
team_slug: str,
|
|
4527
5266
|
*,
|
|
4528
5267
|
headers: Optional[Mapping[str, str]] = None,
|
|
5268
|
+
stream: bool = False,
|
|
4529
5269
|
) -> Response:
|
|
4530
5270
|
"""orgs/revoke-all-org-roles-team
|
|
4531
5271
|
|
|
@@ -4548,6 +5288,7 @@ class OrgsClient:
|
|
|
4548
5288
|
"DELETE",
|
|
4549
5289
|
url,
|
|
4550
5290
|
headers=exclude_unset(headers),
|
|
5291
|
+
stream=stream,
|
|
4551
5292
|
)
|
|
4552
5293
|
|
|
4553
5294
|
async def async_revoke_all_org_roles_team(
|
|
@@ -4556,6 +5297,7 @@ class OrgsClient:
|
|
|
4556
5297
|
team_slug: str,
|
|
4557
5298
|
*,
|
|
4558
5299
|
headers: Optional[Mapping[str, str]] = None,
|
|
5300
|
+
stream: bool = False,
|
|
4559
5301
|
) -> Response:
|
|
4560
5302
|
"""orgs/revoke-all-org-roles-team
|
|
4561
5303
|
|
|
@@ -4578,6 +5320,7 @@ class OrgsClient:
|
|
|
4578
5320
|
"DELETE",
|
|
4579
5321
|
url,
|
|
4580
5322
|
headers=exclude_unset(headers),
|
|
5323
|
+
stream=stream,
|
|
4581
5324
|
)
|
|
4582
5325
|
|
|
4583
5326
|
def assign_team_to_org_role(
|
|
@@ -4587,6 +5330,7 @@ class OrgsClient:
|
|
|
4587
5330
|
role_id: int,
|
|
4588
5331
|
*,
|
|
4589
5332
|
headers: Optional[Mapping[str, str]] = None,
|
|
5333
|
+
stream: bool = False,
|
|
4590
5334
|
) -> Response:
|
|
4591
5335
|
"""orgs/assign-team-to-org-role
|
|
4592
5336
|
|
|
@@ -4609,6 +5353,7 @@ class OrgsClient:
|
|
|
4609
5353
|
"PUT",
|
|
4610
5354
|
url,
|
|
4611
5355
|
headers=exclude_unset(headers),
|
|
5356
|
+
stream=stream,
|
|
4612
5357
|
error_models={},
|
|
4613
5358
|
)
|
|
4614
5359
|
|
|
@@ -4619,6 +5364,7 @@ class OrgsClient:
|
|
|
4619
5364
|
role_id: int,
|
|
4620
5365
|
*,
|
|
4621
5366
|
headers: Optional[Mapping[str, str]] = None,
|
|
5367
|
+
stream: bool = False,
|
|
4622
5368
|
) -> Response:
|
|
4623
5369
|
"""orgs/assign-team-to-org-role
|
|
4624
5370
|
|
|
@@ -4641,6 +5387,7 @@ class OrgsClient:
|
|
|
4641
5387
|
"PUT",
|
|
4642
5388
|
url,
|
|
4643
5389
|
headers=exclude_unset(headers),
|
|
5390
|
+
stream=stream,
|
|
4644
5391
|
error_models={},
|
|
4645
5392
|
)
|
|
4646
5393
|
|
|
@@ -4651,6 +5398,7 @@ class OrgsClient:
|
|
|
4651
5398
|
role_id: int,
|
|
4652
5399
|
*,
|
|
4653
5400
|
headers: Optional[Mapping[str, str]] = None,
|
|
5401
|
+
stream: bool = False,
|
|
4654
5402
|
) -> Response:
|
|
4655
5403
|
"""orgs/revoke-org-role-team
|
|
4656
5404
|
|
|
@@ -4673,6 +5421,7 @@ class OrgsClient:
|
|
|
4673
5421
|
"DELETE",
|
|
4674
5422
|
url,
|
|
4675
5423
|
headers=exclude_unset(headers),
|
|
5424
|
+
stream=stream,
|
|
4676
5425
|
)
|
|
4677
5426
|
|
|
4678
5427
|
async def async_revoke_org_role_team(
|
|
@@ -4682,6 +5431,7 @@ class OrgsClient:
|
|
|
4682
5431
|
role_id: int,
|
|
4683
5432
|
*,
|
|
4684
5433
|
headers: Optional[Mapping[str, str]] = None,
|
|
5434
|
+
stream: bool = False,
|
|
4685
5435
|
) -> Response:
|
|
4686
5436
|
"""orgs/revoke-org-role-team
|
|
4687
5437
|
|
|
@@ -4704,6 +5454,7 @@ class OrgsClient:
|
|
|
4704
5454
|
"DELETE",
|
|
4705
5455
|
url,
|
|
4706
5456
|
headers=exclude_unset(headers),
|
|
5457
|
+
stream=stream,
|
|
4707
5458
|
)
|
|
4708
5459
|
|
|
4709
5460
|
def revoke_all_org_roles_user(
|
|
@@ -4712,6 +5463,7 @@ class OrgsClient:
|
|
|
4712
5463
|
username: str,
|
|
4713
5464
|
*,
|
|
4714
5465
|
headers: Optional[Mapping[str, str]] = None,
|
|
5466
|
+
stream: bool = False,
|
|
4715
5467
|
) -> Response:
|
|
4716
5468
|
"""orgs/revoke-all-org-roles-user
|
|
4717
5469
|
|
|
@@ -4734,6 +5486,7 @@ class OrgsClient:
|
|
|
4734
5486
|
"DELETE",
|
|
4735
5487
|
url,
|
|
4736
5488
|
headers=exclude_unset(headers),
|
|
5489
|
+
stream=stream,
|
|
4737
5490
|
)
|
|
4738
5491
|
|
|
4739
5492
|
async def async_revoke_all_org_roles_user(
|
|
@@ -4742,6 +5495,7 @@ class OrgsClient:
|
|
|
4742
5495
|
username: str,
|
|
4743
5496
|
*,
|
|
4744
5497
|
headers: Optional[Mapping[str, str]] = None,
|
|
5498
|
+
stream: bool = False,
|
|
4745
5499
|
) -> Response:
|
|
4746
5500
|
"""orgs/revoke-all-org-roles-user
|
|
4747
5501
|
|
|
@@ -4764,6 +5518,7 @@ class OrgsClient:
|
|
|
4764
5518
|
"DELETE",
|
|
4765
5519
|
url,
|
|
4766
5520
|
headers=exclude_unset(headers),
|
|
5521
|
+
stream=stream,
|
|
4767
5522
|
)
|
|
4768
5523
|
|
|
4769
5524
|
def assign_user_to_org_role(
|
|
@@ -4773,6 +5528,7 @@ class OrgsClient:
|
|
|
4773
5528
|
role_id: int,
|
|
4774
5529
|
*,
|
|
4775
5530
|
headers: Optional[Mapping[str, str]] = None,
|
|
5531
|
+
stream: bool = False,
|
|
4776
5532
|
) -> Response:
|
|
4777
5533
|
"""orgs/assign-user-to-org-role
|
|
4778
5534
|
|
|
@@ -4795,6 +5551,7 @@ class OrgsClient:
|
|
|
4795
5551
|
"PUT",
|
|
4796
5552
|
url,
|
|
4797
5553
|
headers=exclude_unset(headers),
|
|
5554
|
+
stream=stream,
|
|
4798
5555
|
error_models={},
|
|
4799
5556
|
)
|
|
4800
5557
|
|
|
@@ -4805,6 +5562,7 @@ class OrgsClient:
|
|
|
4805
5562
|
role_id: int,
|
|
4806
5563
|
*,
|
|
4807
5564
|
headers: Optional[Mapping[str, str]] = None,
|
|
5565
|
+
stream: bool = False,
|
|
4808
5566
|
) -> Response:
|
|
4809
5567
|
"""orgs/assign-user-to-org-role
|
|
4810
5568
|
|
|
@@ -4827,6 +5585,7 @@ class OrgsClient:
|
|
|
4827
5585
|
"PUT",
|
|
4828
5586
|
url,
|
|
4829
5587
|
headers=exclude_unset(headers),
|
|
5588
|
+
stream=stream,
|
|
4830
5589
|
error_models={},
|
|
4831
5590
|
)
|
|
4832
5591
|
|
|
@@ -4837,6 +5596,7 @@ class OrgsClient:
|
|
|
4837
5596
|
role_id: int,
|
|
4838
5597
|
*,
|
|
4839
5598
|
headers: Optional[Mapping[str, str]] = None,
|
|
5599
|
+
stream: bool = False,
|
|
4840
5600
|
) -> Response:
|
|
4841
5601
|
"""orgs/revoke-org-role-user
|
|
4842
5602
|
|
|
@@ -4859,6 +5619,7 @@ class OrgsClient:
|
|
|
4859
5619
|
"DELETE",
|
|
4860
5620
|
url,
|
|
4861
5621
|
headers=exclude_unset(headers),
|
|
5622
|
+
stream=stream,
|
|
4862
5623
|
)
|
|
4863
5624
|
|
|
4864
5625
|
async def async_revoke_org_role_user(
|
|
@@ -4868,6 +5629,7 @@ class OrgsClient:
|
|
|
4868
5629
|
role_id: int,
|
|
4869
5630
|
*,
|
|
4870
5631
|
headers: Optional[Mapping[str, str]] = None,
|
|
5632
|
+
stream: bool = False,
|
|
4871
5633
|
) -> Response:
|
|
4872
5634
|
"""orgs/revoke-org-role-user
|
|
4873
5635
|
|
|
@@ -4890,6 +5652,7 @@ class OrgsClient:
|
|
|
4890
5652
|
"DELETE",
|
|
4891
5653
|
url,
|
|
4892
5654
|
headers=exclude_unset(headers),
|
|
5655
|
+
stream=stream,
|
|
4893
5656
|
)
|
|
4894
5657
|
|
|
4895
5658
|
def get_org_role(
|
|
@@ -4898,6 +5661,7 @@ class OrgsClient:
|
|
|
4898
5661
|
role_id: int,
|
|
4899
5662
|
*,
|
|
4900
5663
|
headers: Optional[Mapping[str, str]] = None,
|
|
5664
|
+
stream: bool = False,
|
|
4901
5665
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
4902
5666
|
"""orgs/get-org-role
|
|
4903
5667
|
|
|
@@ -4925,6 +5689,7 @@ class OrgsClient:
|
|
|
4925
5689
|
"GET",
|
|
4926
5690
|
url,
|
|
4927
5691
|
headers=exclude_unset(headers),
|
|
5692
|
+
stream=stream,
|
|
4928
5693
|
response_model=OrganizationRole,
|
|
4929
5694
|
error_models={
|
|
4930
5695
|
"404": BasicError,
|
|
@@ -4938,6 +5703,7 @@ class OrgsClient:
|
|
|
4938
5703
|
role_id: int,
|
|
4939
5704
|
*,
|
|
4940
5705
|
headers: Optional[Mapping[str, str]] = None,
|
|
5706
|
+
stream: bool = False,
|
|
4941
5707
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
4942
5708
|
"""orgs/get-org-role
|
|
4943
5709
|
|
|
@@ -4965,6 +5731,7 @@ class OrgsClient:
|
|
|
4965
5731
|
"GET",
|
|
4966
5732
|
url,
|
|
4967
5733
|
headers=exclude_unset(headers),
|
|
5734
|
+
stream=stream,
|
|
4968
5735
|
response_model=OrganizationRole,
|
|
4969
5736
|
error_models={
|
|
4970
5737
|
"404": BasicError,
|
|
@@ -4980,6 +5747,7 @@ class OrgsClient:
|
|
|
4980
5747
|
per_page: Missing[int] = UNSET,
|
|
4981
5748
|
page: Missing[int] = UNSET,
|
|
4982
5749
|
headers: Optional[Mapping[str, str]] = None,
|
|
5750
|
+
stream: bool = False,
|
|
4983
5751
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
4984
5752
|
"""orgs/list-org-role-teams
|
|
4985
5753
|
|
|
@@ -5010,6 +5778,7 @@ class OrgsClient:
|
|
|
5010
5778
|
url,
|
|
5011
5779
|
params=exclude_unset(params),
|
|
5012
5780
|
headers=exclude_unset(headers),
|
|
5781
|
+
stream=stream,
|
|
5013
5782
|
response_model=list[TeamRoleAssignment],
|
|
5014
5783
|
error_models={},
|
|
5015
5784
|
)
|
|
@@ -5022,6 +5791,7 @@ class OrgsClient:
|
|
|
5022
5791
|
per_page: Missing[int] = UNSET,
|
|
5023
5792
|
page: Missing[int] = UNSET,
|
|
5024
5793
|
headers: Optional[Mapping[str, str]] = None,
|
|
5794
|
+
stream: bool = False,
|
|
5025
5795
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
5026
5796
|
"""orgs/list-org-role-teams
|
|
5027
5797
|
|
|
@@ -5052,6 +5822,7 @@ class OrgsClient:
|
|
|
5052
5822
|
url,
|
|
5053
5823
|
params=exclude_unset(params),
|
|
5054
5824
|
headers=exclude_unset(headers),
|
|
5825
|
+
stream=stream,
|
|
5055
5826
|
response_model=list[TeamRoleAssignment],
|
|
5056
5827
|
error_models={},
|
|
5057
5828
|
)
|
|
@@ -5064,6 +5835,7 @@ class OrgsClient:
|
|
|
5064
5835
|
per_page: Missing[int] = UNSET,
|
|
5065
5836
|
page: Missing[int] = UNSET,
|
|
5066
5837
|
headers: Optional[Mapping[str, str]] = None,
|
|
5838
|
+
stream: bool = False,
|
|
5067
5839
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5068
5840
|
"""orgs/list-org-role-users
|
|
5069
5841
|
|
|
@@ -5094,6 +5866,7 @@ class OrgsClient:
|
|
|
5094
5866
|
url,
|
|
5095
5867
|
params=exclude_unset(params),
|
|
5096
5868
|
headers=exclude_unset(headers),
|
|
5869
|
+
stream=stream,
|
|
5097
5870
|
response_model=list[UserRoleAssignment],
|
|
5098
5871
|
error_models={},
|
|
5099
5872
|
)
|
|
@@ -5106,6 +5879,7 @@ class OrgsClient:
|
|
|
5106
5879
|
per_page: Missing[int] = UNSET,
|
|
5107
5880
|
page: Missing[int] = UNSET,
|
|
5108
5881
|
headers: Optional[Mapping[str, str]] = None,
|
|
5882
|
+
stream: bool = False,
|
|
5109
5883
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5110
5884
|
"""orgs/list-org-role-users
|
|
5111
5885
|
|
|
@@ -5136,6 +5910,7 @@ class OrgsClient:
|
|
|
5136
5910
|
url,
|
|
5137
5911
|
params=exclude_unset(params),
|
|
5138
5912
|
headers=exclude_unset(headers),
|
|
5913
|
+
stream=stream,
|
|
5139
5914
|
response_model=list[UserRoleAssignment],
|
|
5140
5915
|
error_models={},
|
|
5141
5916
|
)
|
|
@@ -5148,6 +5923,7 @@ class OrgsClient:
|
|
|
5148
5923
|
per_page: Missing[int] = UNSET,
|
|
5149
5924
|
page: Missing[int] = UNSET,
|
|
5150
5925
|
headers: Optional[Mapping[str, str]] = None,
|
|
5926
|
+
stream: bool = False,
|
|
5151
5927
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5152
5928
|
"""orgs/list-outside-collaborators
|
|
5153
5929
|
|
|
@@ -5175,6 +5951,7 @@ class OrgsClient:
|
|
|
5175
5951
|
url,
|
|
5176
5952
|
params=exclude_unset(params),
|
|
5177
5953
|
headers=exclude_unset(headers),
|
|
5954
|
+
stream=stream,
|
|
5178
5955
|
response_model=list[SimpleUser],
|
|
5179
5956
|
)
|
|
5180
5957
|
|
|
@@ -5186,6 +5963,7 @@ class OrgsClient:
|
|
|
5186
5963
|
per_page: Missing[int] = UNSET,
|
|
5187
5964
|
page: Missing[int] = UNSET,
|
|
5188
5965
|
headers: Optional[Mapping[str, str]] = None,
|
|
5966
|
+
stream: bool = False,
|
|
5189
5967
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5190
5968
|
"""orgs/list-outside-collaborators
|
|
5191
5969
|
|
|
@@ -5213,6 +5991,7 @@ class OrgsClient:
|
|
|
5213
5991
|
url,
|
|
5214
5992
|
params=exclude_unset(params),
|
|
5215
5993
|
headers=exclude_unset(headers),
|
|
5994
|
+
stream=stream,
|
|
5216
5995
|
response_model=list[SimpleUser],
|
|
5217
5996
|
)
|
|
5218
5997
|
|
|
@@ -5223,6 +6002,7 @@ class OrgsClient:
|
|
|
5223
6002
|
username: str,
|
|
5224
6003
|
*,
|
|
5225
6004
|
headers: Optional[Mapping[str, str]] = None,
|
|
6005
|
+
stream: bool = False,
|
|
5226
6006
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5227
6007
|
) -> Response[
|
|
5228
6008
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5237,6 +6017,7 @@ class OrgsClient:
|
|
|
5237
6017
|
*,
|
|
5238
6018
|
data: UnsetType = UNSET,
|
|
5239
6019
|
headers: Optional[Mapping[str, str]] = None,
|
|
6020
|
+
stream: bool = False,
|
|
5240
6021
|
async_: Missing[bool] = UNSET,
|
|
5241
6022
|
) -> Response[
|
|
5242
6023
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5249,6 +6030,7 @@ class OrgsClient:
|
|
|
5249
6030
|
username: str,
|
|
5250
6031
|
*,
|
|
5251
6032
|
headers: Optional[Mapping[str, str]] = None,
|
|
6033
|
+
stream: bool = False,
|
|
5252
6034
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5253
6035
|
**kwargs,
|
|
5254
6036
|
) -> Response[
|
|
@@ -5290,6 +6072,7 @@ class OrgsClient:
|
|
|
5290
6072
|
url,
|
|
5291
6073
|
json=exclude_unset(json),
|
|
5292
6074
|
headers=exclude_unset(headers),
|
|
6075
|
+
stream=stream,
|
|
5293
6076
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
5294
6077
|
error_models={
|
|
5295
6078
|
"404": BasicError,
|
|
@@ -5303,6 +6086,7 @@ class OrgsClient:
|
|
|
5303
6086
|
username: str,
|
|
5304
6087
|
*,
|
|
5305
6088
|
headers: Optional[Mapping[str, str]] = None,
|
|
6089
|
+
stream: bool = False,
|
|
5306
6090
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5307
6091
|
) -> Response[
|
|
5308
6092
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5317,6 +6101,7 @@ class OrgsClient:
|
|
|
5317
6101
|
*,
|
|
5318
6102
|
data: UnsetType = UNSET,
|
|
5319
6103
|
headers: Optional[Mapping[str, str]] = None,
|
|
6104
|
+
stream: bool = False,
|
|
5320
6105
|
async_: Missing[bool] = UNSET,
|
|
5321
6106
|
) -> Response[
|
|
5322
6107
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5329,6 +6114,7 @@ class OrgsClient:
|
|
|
5329
6114
|
username: str,
|
|
5330
6115
|
*,
|
|
5331
6116
|
headers: Optional[Mapping[str, str]] = None,
|
|
6117
|
+
stream: bool = False,
|
|
5332
6118
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5333
6119
|
**kwargs,
|
|
5334
6120
|
) -> Response[
|
|
@@ -5370,6 +6156,7 @@ class OrgsClient:
|
|
|
5370
6156
|
url,
|
|
5371
6157
|
json=exclude_unset(json),
|
|
5372
6158
|
headers=exclude_unset(headers),
|
|
6159
|
+
stream=stream,
|
|
5373
6160
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
5374
6161
|
error_models={
|
|
5375
6162
|
"404": BasicError,
|
|
@@ -5382,6 +6169,7 @@ class OrgsClient:
|
|
|
5382
6169
|
username: str,
|
|
5383
6170
|
*,
|
|
5384
6171
|
headers: Optional[Mapping[str, str]] = None,
|
|
6172
|
+
stream: bool = False,
|
|
5385
6173
|
) -> Response:
|
|
5386
6174
|
"""orgs/remove-outside-collaborator
|
|
5387
6175
|
|
|
@@ -5402,6 +6190,7 @@ class OrgsClient:
|
|
|
5402
6190
|
"DELETE",
|
|
5403
6191
|
url,
|
|
5404
6192
|
headers=exclude_unset(headers),
|
|
6193
|
+
stream=stream,
|
|
5405
6194
|
error_models={
|
|
5406
6195
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
5407
6196
|
},
|
|
@@ -5413,6 +6202,7 @@ class OrgsClient:
|
|
|
5413
6202
|
username: str,
|
|
5414
6203
|
*,
|
|
5415
6204
|
headers: Optional[Mapping[str, str]] = None,
|
|
6205
|
+
stream: bool = False,
|
|
5416
6206
|
) -> Response:
|
|
5417
6207
|
"""orgs/remove-outside-collaborator
|
|
5418
6208
|
|
|
@@ -5433,6 +6223,7 @@ class OrgsClient:
|
|
|
5433
6223
|
"DELETE",
|
|
5434
6224
|
url,
|
|
5435
6225
|
headers=exclude_unset(headers),
|
|
6226
|
+
stream=stream,
|
|
5436
6227
|
error_models={
|
|
5437
6228
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
5438
6229
|
},
|
|
@@ -5453,6 +6244,7 @@ class OrgsClient:
|
|
|
5453
6244
|
last_used_after: Missing[datetime] = UNSET,
|
|
5454
6245
|
token_id: Missing[list[str]] = UNSET,
|
|
5455
6246
|
headers: Optional[Mapping[str, str]] = None,
|
|
6247
|
+
stream: bool = False,
|
|
5456
6248
|
) -> Response[
|
|
5457
6249
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5458
6250
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5496,6 +6288,7 @@ class OrgsClient:
|
|
|
5496
6288
|
url,
|
|
5497
6289
|
params=exclude_unset(params),
|
|
5498
6290
|
headers=exclude_unset(headers),
|
|
6291
|
+
stream=stream,
|
|
5499
6292
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
5500
6293
|
error_models={
|
|
5501
6294
|
"500": BasicError,
|
|
@@ -5520,6 +6313,7 @@ class OrgsClient:
|
|
|
5520
6313
|
last_used_after: Missing[datetime] = UNSET,
|
|
5521
6314
|
token_id: Missing[list[str]] = UNSET,
|
|
5522
6315
|
headers: Optional[Mapping[str, str]] = None,
|
|
6316
|
+
stream: bool = False,
|
|
5523
6317
|
) -> Response[
|
|
5524
6318
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5525
6319
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5563,6 +6357,7 @@ class OrgsClient:
|
|
|
5563
6357
|
url,
|
|
5564
6358
|
params=exclude_unset(params),
|
|
5565
6359
|
headers=exclude_unset(headers),
|
|
6360
|
+
stream=stream,
|
|
5566
6361
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
5567
6362
|
error_models={
|
|
5568
6363
|
"500": BasicError,
|
|
@@ -5578,6 +6373,7 @@ class OrgsClient:
|
|
|
5578
6373
|
org: str,
|
|
5579
6374
|
*,
|
|
5580
6375
|
headers: Optional[Mapping[str, str]] = None,
|
|
6376
|
+
stream: bool = False,
|
|
5581
6377
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5582
6378
|
) -> Response[
|
|
5583
6379
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5591,6 +6387,7 @@ class OrgsClient:
|
|
|
5591
6387
|
*,
|
|
5592
6388
|
data: UnsetType = UNSET,
|
|
5593
6389
|
headers: Optional[Mapping[str, str]] = None,
|
|
6390
|
+
stream: bool = False,
|
|
5594
6391
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5595
6392
|
action: Literal["approve", "deny"],
|
|
5596
6393
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5604,6 +6401,7 @@ class OrgsClient:
|
|
|
5604
6401
|
org: str,
|
|
5605
6402
|
*,
|
|
5606
6403
|
headers: Optional[Mapping[str, str]] = None,
|
|
6404
|
+
stream: bool = False,
|
|
5607
6405
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5608
6406
|
**kwargs,
|
|
5609
6407
|
) -> Response[
|
|
@@ -5648,6 +6446,7 @@ class OrgsClient:
|
|
|
5648
6446
|
url,
|
|
5649
6447
|
json=exclude_unset(json),
|
|
5650
6448
|
headers=exclude_unset(headers),
|
|
6449
|
+
stream=stream,
|
|
5651
6450
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
5652
6451
|
error_models={
|
|
5653
6452
|
"500": BasicError,
|
|
@@ -5663,6 +6462,7 @@ class OrgsClient:
|
|
|
5663
6462
|
org: str,
|
|
5664
6463
|
*,
|
|
5665
6464
|
headers: Optional[Mapping[str, str]] = None,
|
|
6465
|
+
stream: bool = False,
|
|
5666
6466
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5667
6467
|
) -> Response[
|
|
5668
6468
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5676,6 +6476,7 @@ class OrgsClient:
|
|
|
5676
6476
|
*,
|
|
5677
6477
|
data: UnsetType = UNSET,
|
|
5678
6478
|
headers: Optional[Mapping[str, str]] = None,
|
|
6479
|
+
stream: bool = False,
|
|
5679
6480
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5680
6481
|
action: Literal["approve", "deny"],
|
|
5681
6482
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5689,6 +6490,7 @@ class OrgsClient:
|
|
|
5689
6490
|
org: str,
|
|
5690
6491
|
*,
|
|
5691
6492
|
headers: Optional[Mapping[str, str]] = None,
|
|
6493
|
+
stream: bool = False,
|
|
5692
6494
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5693
6495
|
**kwargs,
|
|
5694
6496
|
) -> Response[
|
|
@@ -5733,6 +6535,7 @@ class OrgsClient:
|
|
|
5733
6535
|
url,
|
|
5734
6536
|
json=exclude_unset(json),
|
|
5735
6537
|
headers=exclude_unset(headers),
|
|
6538
|
+
stream=stream,
|
|
5736
6539
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
5737
6540
|
error_models={
|
|
5738
6541
|
"500": BasicError,
|
|
@@ -5749,6 +6552,7 @@ class OrgsClient:
|
|
|
5749
6552
|
pat_request_id: int,
|
|
5750
6553
|
*,
|
|
5751
6554
|
headers: Optional[Mapping[str, str]] = None,
|
|
6555
|
+
stream: bool = False,
|
|
5752
6556
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
5753
6557
|
) -> Response: ...
|
|
5754
6558
|
|
|
@@ -5760,6 +6564,7 @@ class OrgsClient:
|
|
|
5760
6564
|
*,
|
|
5761
6565
|
data: UnsetType = UNSET,
|
|
5762
6566
|
headers: Optional[Mapping[str, str]] = None,
|
|
6567
|
+
stream: bool = False,
|
|
5763
6568
|
action: Literal["approve", "deny"],
|
|
5764
6569
|
reason: Missing[Union[str, None]] = UNSET,
|
|
5765
6570
|
) -> Response: ...
|
|
@@ -5770,6 +6575,7 @@ class OrgsClient:
|
|
|
5770
6575
|
pat_request_id: int,
|
|
5771
6576
|
*,
|
|
5772
6577
|
headers: Optional[Mapping[str, str]] = None,
|
|
6578
|
+
stream: bool = False,
|
|
5773
6579
|
data: Missing[
|
|
5774
6580
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
5775
6581
|
] = UNSET,
|
|
@@ -5812,6 +6618,7 @@ class OrgsClient:
|
|
|
5812
6618
|
url,
|
|
5813
6619
|
json=exclude_unset(json),
|
|
5814
6620
|
headers=exclude_unset(headers),
|
|
6621
|
+
stream=stream,
|
|
5815
6622
|
error_models={
|
|
5816
6623
|
"500": BasicError,
|
|
5817
6624
|
"422": ValidationError,
|
|
@@ -5827,6 +6634,7 @@ class OrgsClient:
|
|
|
5827
6634
|
pat_request_id: int,
|
|
5828
6635
|
*,
|
|
5829
6636
|
headers: Optional[Mapping[str, str]] = None,
|
|
6637
|
+
stream: bool = False,
|
|
5830
6638
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
5831
6639
|
) -> Response: ...
|
|
5832
6640
|
|
|
@@ -5838,6 +6646,7 @@ class OrgsClient:
|
|
|
5838
6646
|
*,
|
|
5839
6647
|
data: UnsetType = UNSET,
|
|
5840
6648
|
headers: Optional[Mapping[str, str]] = None,
|
|
6649
|
+
stream: bool = False,
|
|
5841
6650
|
action: Literal["approve", "deny"],
|
|
5842
6651
|
reason: Missing[Union[str, None]] = UNSET,
|
|
5843
6652
|
) -> Response: ...
|
|
@@ -5848,6 +6657,7 @@ class OrgsClient:
|
|
|
5848
6657
|
pat_request_id: int,
|
|
5849
6658
|
*,
|
|
5850
6659
|
headers: Optional[Mapping[str, str]] = None,
|
|
6660
|
+
stream: bool = False,
|
|
5851
6661
|
data: Missing[
|
|
5852
6662
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
5853
6663
|
] = UNSET,
|
|
@@ -5890,6 +6700,7 @@ class OrgsClient:
|
|
|
5890
6700
|
url,
|
|
5891
6701
|
json=exclude_unset(json),
|
|
5892
6702
|
headers=exclude_unset(headers),
|
|
6703
|
+
stream=stream,
|
|
5893
6704
|
error_models={
|
|
5894
6705
|
"500": BasicError,
|
|
5895
6706
|
"422": ValidationError,
|
|
@@ -5906,6 +6717,7 @@ class OrgsClient:
|
|
|
5906
6717
|
per_page: Missing[int] = UNSET,
|
|
5907
6718
|
page: Missing[int] = UNSET,
|
|
5908
6719
|
headers: Optional[Mapping[str, str]] = None,
|
|
6720
|
+
stream: bool = False,
|
|
5909
6721
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
5910
6722
|
"""orgs/list-pat-grant-request-repositories
|
|
5911
6723
|
|
|
@@ -5936,6 +6748,7 @@ class OrgsClient:
|
|
|
5936
6748
|
url,
|
|
5937
6749
|
params=exclude_unset(params),
|
|
5938
6750
|
headers=exclude_unset(headers),
|
|
6751
|
+
stream=stream,
|
|
5939
6752
|
response_model=list[MinimalRepository],
|
|
5940
6753
|
error_models={
|
|
5941
6754
|
"500": BasicError,
|
|
@@ -5952,6 +6765,7 @@ class OrgsClient:
|
|
|
5952
6765
|
per_page: Missing[int] = UNSET,
|
|
5953
6766
|
page: Missing[int] = UNSET,
|
|
5954
6767
|
headers: Optional[Mapping[str, str]] = None,
|
|
6768
|
+
stream: bool = False,
|
|
5955
6769
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
5956
6770
|
"""orgs/list-pat-grant-request-repositories
|
|
5957
6771
|
|
|
@@ -5982,6 +6796,7 @@ class OrgsClient:
|
|
|
5982
6796
|
url,
|
|
5983
6797
|
params=exclude_unset(params),
|
|
5984
6798
|
headers=exclude_unset(headers),
|
|
6799
|
+
stream=stream,
|
|
5985
6800
|
response_model=list[MinimalRepository],
|
|
5986
6801
|
error_models={
|
|
5987
6802
|
"500": BasicError,
|
|
@@ -6005,6 +6820,7 @@ class OrgsClient:
|
|
|
6005
6820
|
last_used_after: Missing[datetime] = UNSET,
|
|
6006
6821
|
token_id: Missing[list[str]] = UNSET,
|
|
6007
6822
|
headers: Optional[Mapping[str, str]] = None,
|
|
6823
|
+
stream: bool = False,
|
|
6008
6824
|
) -> Response[
|
|
6009
6825
|
list[OrganizationProgrammaticAccessGrant],
|
|
6010
6826
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6048,6 +6864,7 @@ class OrgsClient:
|
|
|
6048
6864
|
url,
|
|
6049
6865
|
params=exclude_unset(params),
|
|
6050
6866
|
headers=exclude_unset(headers),
|
|
6867
|
+
stream=stream,
|
|
6051
6868
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
6052
6869
|
error_models={
|
|
6053
6870
|
"500": BasicError,
|
|
@@ -6072,6 +6889,7 @@ class OrgsClient:
|
|
|
6072
6889
|
last_used_after: Missing[datetime] = UNSET,
|
|
6073
6890
|
token_id: Missing[list[str]] = UNSET,
|
|
6074
6891
|
headers: Optional[Mapping[str, str]] = None,
|
|
6892
|
+
stream: bool = False,
|
|
6075
6893
|
) -> Response[
|
|
6076
6894
|
list[OrganizationProgrammaticAccessGrant],
|
|
6077
6895
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6115,6 +6933,7 @@ class OrgsClient:
|
|
|
6115
6933
|
url,
|
|
6116
6934
|
params=exclude_unset(params),
|
|
6117
6935
|
headers=exclude_unset(headers),
|
|
6936
|
+
stream=stream,
|
|
6118
6937
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
6119
6938
|
error_models={
|
|
6120
6939
|
"500": BasicError,
|
|
@@ -6130,6 +6949,7 @@ class OrgsClient:
|
|
|
6130
6949
|
org: str,
|
|
6131
6950
|
*,
|
|
6132
6951
|
headers: Optional[Mapping[str, str]] = None,
|
|
6952
|
+
stream: bool = False,
|
|
6133
6953
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6134
6954
|
) -> Response[
|
|
6135
6955
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6143,6 +6963,7 @@ class OrgsClient:
|
|
|
6143
6963
|
*,
|
|
6144
6964
|
data: UnsetType = UNSET,
|
|
6145
6965
|
headers: Optional[Mapping[str, str]] = None,
|
|
6966
|
+
stream: bool = False,
|
|
6146
6967
|
action: Literal["revoke"],
|
|
6147
6968
|
pat_ids: list[int],
|
|
6148
6969
|
) -> Response[
|
|
@@ -6155,6 +6976,7 @@ class OrgsClient:
|
|
|
6155
6976
|
org: str,
|
|
6156
6977
|
*,
|
|
6157
6978
|
headers: Optional[Mapping[str, str]] = None,
|
|
6979
|
+
stream: bool = False,
|
|
6158
6980
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6159
6981
|
**kwargs,
|
|
6160
6982
|
) -> Response[
|
|
@@ -6197,6 +7019,7 @@ class OrgsClient:
|
|
|
6197
7019
|
url,
|
|
6198
7020
|
json=exclude_unset(json),
|
|
6199
7021
|
headers=exclude_unset(headers),
|
|
7022
|
+
stream=stream,
|
|
6200
7023
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
6201
7024
|
error_models={
|
|
6202
7025
|
"500": BasicError,
|
|
@@ -6212,6 +7035,7 @@ class OrgsClient:
|
|
|
6212
7035
|
org: str,
|
|
6213
7036
|
*,
|
|
6214
7037
|
headers: Optional[Mapping[str, str]] = None,
|
|
7038
|
+
stream: bool = False,
|
|
6215
7039
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6216
7040
|
) -> Response[
|
|
6217
7041
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6225,6 +7049,7 @@ class OrgsClient:
|
|
|
6225
7049
|
*,
|
|
6226
7050
|
data: UnsetType = UNSET,
|
|
6227
7051
|
headers: Optional[Mapping[str, str]] = None,
|
|
7052
|
+
stream: bool = False,
|
|
6228
7053
|
action: Literal["revoke"],
|
|
6229
7054
|
pat_ids: list[int],
|
|
6230
7055
|
) -> Response[
|
|
@@ -6237,6 +7062,7 @@ class OrgsClient:
|
|
|
6237
7062
|
org: str,
|
|
6238
7063
|
*,
|
|
6239
7064
|
headers: Optional[Mapping[str, str]] = None,
|
|
7065
|
+
stream: bool = False,
|
|
6240
7066
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6241
7067
|
**kwargs,
|
|
6242
7068
|
) -> Response[
|
|
@@ -6279,6 +7105,7 @@ class OrgsClient:
|
|
|
6279
7105
|
url,
|
|
6280
7106
|
json=exclude_unset(json),
|
|
6281
7107
|
headers=exclude_unset(headers),
|
|
7108
|
+
stream=stream,
|
|
6282
7109
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
6283
7110
|
error_models={
|
|
6284
7111
|
"500": BasicError,
|
|
@@ -6295,6 +7122,7 @@ class OrgsClient:
|
|
|
6295
7122
|
pat_id: int,
|
|
6296
7123
|
*,
|
|
6297
7124
|
headers: Optional[Mapping[str, str]] = None,
|
|
7125
|
+
stream: bool = False,
|
|
6298
7126
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6299
7127
|
) -> Response: ...
|
|
6300
7128
|
|
|
@@ -6306,6 +7134,7 @@ class OrgsClient:
|
|
|
6306
7134
|
*,
|
|
6307
7135
|
data: UnsetType = UNSET,
|
|
6308
7136
|
headers: Optional[Mapping[str, str]] = None,
|
|
7137
|
+
stream: bool = False,
|
|
6309
7138
|
action: Literal["revoke"],
|
|
6310
7139
|
) -> Response: ...
|
|
6311
7140
|
|
|
@@ -6315,6 +7144,7 @@ class OrgsClient:
|
|
|
6315
7144
|
pat_id: int,
|
|
6316
7145
|
*,
|
|
6317
7146
|
headers: Optional[Mapping[str, str]] = None,
|
|
7147
|
+
stream: bool = False,
|
|
6318
7148
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6319
7149
|
**kwargs,
|
|
6320
7150
|
) -> Response:
|
|
@@ -6353,6 +7183,7 @@ class OrgsClient:
|
|
|
6353
7183
|
url,
|
|
6354
7184
|
json=exclude_unset(json),
|
|
6355
7185
|
headers=exclude_unset(headers),
|
|
7186
|
+
stream=stream,
|
|
6356
7187
|
error_models={
|
|
6357
7188
|
"500": BasicError,
|
|
6358
7189
|
"404": BasicError,
|
|
@@ -6368,6 +7199,7 @@ class OrgsClient:
|
|
|
6368
7199
|
pat_id: int,
|
|
6369
7200
|
*,
|
|
6370
7201
|
headers: Optional[Mapping[str, str]] = None,
|
|
7202
|
+
stream: bool = False,
|
|
6371
7203
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6372
7204
|
) -> Response: ...
|
|
6373
7205
|
|
|
@@ -6379,6 +7211,7 @@ class OrgsClient:
|
|
|
6379
7211
|
*,
|
|
6380
7212
|
data: UnsetType = UNSET,
|
|
6381
7213
|
headers: Optional[Mapping[str, str]] = None,
|
|
7214
|
+
stream: bool = False,
|
|
6382
7215
|
action: Literal["revoke"],
|
|
6383
7216
|
) -> Response: ...
|
|
6384
7217
|
|
|
@@ -6388,6 +7221,7 @@ class OrgsClient:
|
|
|
6388
7221
|
pat_id: int,
|
|
6389
7222
|
*,
|
|
6390
7223
|
headers: Optional[Mapping[str, str]] = None,
|
|
7224
|
+
stream: bool = False,
|
|
6391
7225
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6392
7226
|
**kwargs,
|
|
6393
7227
|
) -> Response:
|
|
@@ -6426,6 +7260,7 @@ class OrgsClient:
|
|
|
6426
7260
|
url,
|
|
6427
7261
|
json=exclude_unset(json),
|
|
6428
7262
|
headers=exclude_unset(headers),
|
|
7263
|
+
stream=stream,
|
|
6429
7264
|
error_models={
|
|
6430
7265
|
"500": BasicError,
|
|
6431
7266
|
"404": BasicError,
|
|
@@ -6442,6 +7277,7 @@ class OrgsClient:
|
|
|
6442
7277
|
per_page: Missing[int] = UNSET,
|
|
6443
7278
|
page: Missing[int] = UNSET,
|
|
6444
7279
|
headers: Optional[Mapping[str, str]] = None,
|
|
7280
|
+
stream: bool = False,
|
|
6445
7281
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6446
7282
|
"""orgs/list-pat-grant-repositories
|
|
6447
7283
|
|
|
@@ -6470,6 +7306,7 @@ class OrgsClient:
|
|
|
6470
7306
|
url,
|
|
6471
7307
|
params=exclude_unset(params),
|
|
6472
7308
|
headers=exclude_unset(headers),
|
|
7309
|
+
stream=stream,
|
|
6473
7310
|
response_model=list[MinimalRepository],
|
|
6474
7311
|
error_models={
|
|
6475
7312
|
"500": BasicError,
|
|
@@ -6486,6 +7323,7 @@ class OrgsClient:
|
|
|
6486
7323
|
per_page: Missing[int] = UNSET,
|
|
6487
7324
|
page: Missing[int] = UNSET,
|
|
6488
7325
|
headers: Optional[Mapping[str, str]] = None,
|
|
7326
|
+
stream: bool = False,
|
|
6489
7327
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6490
7328
|
"""orgs/list-pat-grant-repositories
|
|
6491
7329
|
|
|
@@ -6514,6 +7352,7 @@ class OrgsClient:
|
|
|
6514
7352
|
url,
|
|
6515
7353
|
params=exclude_unset(params),
|
|
6516
7354
|
headers=exclude_unset(headers),
|
|
7355
|
+
stream=stream,
|
|
6517
7356
|
response_model=list[MinimalRepository],
|
|
6518
7357
|
error_models={
|
|
6519
7358
|
"500": BasicError,
|
|
@@ -6527,6 +7366,7 @@ class OrgsClient:
|
|
|
6527
7366
|
org: str,
|
|
6528
7367
|
*,
|
|
6529
7368
|
headers: Optional[Mapping[str, str]] = None,
|
|
7369
|
+
stream: bool = False,
|
|
6530
7370
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6531
7371
|
"""orgs/get-all-custom-properties
|
|
6532
7372
|
|
|
@@ -6548,6 +7388,7 @@ class OrgsClient:
|
|
|
6548
7388
|
"GET",
|
|
6549
7389
|
url,
|
|
6550
7390
|
headers=exclude_unset(headers),
|
|
7391
|
+
stream=stream,
|
|
6551
7392
|
response_model=list[CustomProperty],
|
|
6552
7393
|
error_models={
|
|
6553
7394
|
"403": BasicError,
|
|
@@ -6560,6 +7401,7 @@ class OrgsClient:
|
|
|
6560
7401
|
org: str,
|
|
6561
7402
|
*,
|
|
6562
7403
|
headers: Optional[Mapping[str, str]] = None,
|
|
7404
|
+
stream: bool = False,
|
|
6563
7405
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6564
7406
|
"""orgs/get-all-custom-properties
|
|
6565
7407
|
|
|
@@ -6581,6 +7423,7 @@ class OrgsClient:
|
|
|
6581
7423
|
"GET",
|
|
6582
7424
|
url,
|
|
6583
7425
|
headers=exclude_unset(headers),
|
|
7426
|
+
stream=stream,
|
|
6584
7427
|
response_model=list[CustomProperty],
|
|
6585
7428
|
error_models={
|
|
6586
7429
|
"403": BasicError,
|
|
@@ -6594,6 +7437,7 @@ class OrgsClient:
|
|
|
6594
7437
|
org: str,
|
|
6595
7438
|
*,
|
|
6596
7439
|
headers: Optional[Mapping[str, str]] = None,
|
|
7440
|
+
stream: bool = False,
|
|
6597
7441
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6598
7442
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6599
7443
|
|
|
@@ -6604,6 +7448,7 @@ class OrgsClient:
|
|
|
6604
7448
|
*,
|
|
6605
7449
|
data: UnsetType = UNSET,
|
|
6606
7450
|
headers: Optional[Mapping[str, str]] = None,
|
|
7451
|
+
stream: bool = False,
|
|
6607
7452
|
properties: list[CustomPropertyType],
|
|
6608
7453
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6609
7454
|
|
|
@@ -6612,6 +7457,7 @@ class OrgsClient:
|
|
|
6612
7457
|
org: str,
|
|
6613
7458
|
*,
|
|
6614
7459
|
headers: Optional[Mapping[str, str]] = None,
|
|
7460
|
+
stream: bool = False,
|
|
6615
7461
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6616
7462
|
**kwargs,
|
|
6617
7463
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6656,6 +7502,7 @@ class OrgsClient:
|
|
|
6656
7502
|
url,
|
|
6657
7503
|
json=exclude_unset(json),
|
|
6658
7504
|
headers=exclude_unset(headers),
|
|
7505
|
+
stream=stream,
|
|
6659
7506
|
response_model=list[CustomProperty],
|
|
6660
7507
|
error_models={
|
|
6661
7508
|
"403": BasicError,
|
|
@@ -6669,6 +7516,7 @@ class OrgsClient:
|
|
|
6669
7516
|
org: str,
|
|
6670
7517
|
*,
|
|
6671
7518
|
headers: Optional[Mapping[str, str]] = None,
|
|
7519
|
+
stream: bool = False,
|
|
6672
7520
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6673
7521
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6674
7522
|
|
|
@@ -6679,6 +7527,7 @@ class OrgsClient:
|
|
|
6679
7527
|
*,
|
|
6680
7528
|
data: UnsetType = UNSET,
|
|
6681
7529
|
headers: Optional[Mapping[str, str]] = None,
|
|
7530
|
+
stream: bool = False,
|
|
6682
7531
|
properties: list[CustomPropertyType],
|
|
6683
7532
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6684
7533
|
|
|
@@ -6687,6 +7536,7 @@ class OrgsClient:
|
|
|
6687
7536
|
org: str,
|
|
6688
7537
|
*,
|
|
6689
7538
|
headers: Optional[Mapping[str, str]] = None,
|
|
7539
|
+
stream: bool = False,
|
|
6690
7540
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6691
7541
|
**kwargs,
|
|
6692
7542
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6731,6 +7581,7 @@ class OrgsClient:
|
|
|
6731
7581
|
url,
|
|
6732
7582
|
json=exclude_unset(json),
|
|
6733
7583
|
headers=exclude_unset(headers),
|
|
7584
|
+
stream=stream,
|
|
6734
7585
|
response_model=list[CustomProperty],
|
|
6735
7586
|
error_models={
|
|
6736
7587
|
"403": BasicError,
|
|
@@ -6744,6 +7595,7 @@ class OrgsClient:
|
|
|
6744
7595
|
custom_property_name: str,
|
|
6745
7596
|
*,
|
|
6746
7597
|
headers: Optional[Mapping[str, str]] = None,
|
|
7598
|
+
stream: bool = False,
|
|
6747
7599
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6748
7600
|
"""orgs/get-custom-property
|
|
6749
7601
|
|
|
@@ -6765,6 +7617,7 @@ class OrgsClient:
|
|
|
6765
7617
|
"GET",
|
|
6766
7618
|
url,
|
|
6767
7619
|
headers=exclude_unset(headers),
|
|
7620
|
+
stream=stream,
|
|
6768
7621
|
response_model=CustomProperty,
|
|
6769
7622
|
error_models={
|
|
6770
7623
|
"403": BasicError,
|
|
@@ -6778,6 +7631,7 @@ class OrgsClient:
|
|
|
6778
7631
|
custom_property_name: str,
|
|
6779
7632
|
*,
|
|
6780
7633
|
headers: Optional[Mapping[str, str]] = None,
|
|
7634
|
+
stream: bool = False,
|
|
6781
7635
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6782
7636
|
"""orgs/get-custom-property
|
|
6783
7637
|
|
|
@@ -6799,6 +7653,7 @@ class OrgsClient:
|
|
|
6799
7653
|
"GET",
|
|
6800
7654
|
url,
|
|
6801
7655
|
headers=exclude_unset(headers),
|
|
7656
|
+
stream=stream,
|
|
6802
7657
|
response_model=CustomProperty,
|
|
6803
7658
|
error_models={
|
|
6804
7659
|
"403": BasicError,
|
|
@@ -6813,6 +7668,7 @@ class OrgsClient:
|
|
|
6813
7668
|
custom_property_name: str,
|
|
6814
7669
|
*,
|
|
6815
7670
|
headers: Optional[Mapping[str, str]] = None,
|
|
7671
|
+
stream: bool = False,
|
|
6816
7672
|
data: CustomPropertySetPayloadType,
|
|
6817
7673
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
6818
7674
|
|
|
@@ -6824,6 +7680,7 @@ class OrgsClient:
|
|
|
6824
7680
|
*,
|
|
6825
7681
|
data: UnsetType = UNSET,
|
|
6826
7682
|
headers: Optional[Mapping[str, str]] = None,
|
|
7683
|
+
stream: bool = False,
|
|
6827
7684
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
6828
7685
|
required: Missing[bool] = UNSET,
|
|
6829
7686
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -6840,6 +7697,7 @@ class OrgsClient:
|
|
|
6840
7697
|
custom_property_name: str,
|
|
6841
7698
|
*,
|
|
6842
7699
|
headers: Optional[Mapping[str, str]] = None,
|
|
7700
|
+
stream: bool = False,
|
|
6843
7701
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
6844
7702
|
**kwargs,
|
|
6845
7703
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -6876,6 +7734,7 @@ class OrgsClient:
|
|
|
6876
7734
|
url,
|
|
6877
7735
|
json=exclude_unset(json),
|
|
6878
7736
|
headers=exclude_unset(headers),
|
|
7737
|
+
stream=stream,
|
|
6879
7738
|
response_model=CustomProperty,
|
|
6880
7739
|
error_models={
|
|
6881
7740
|
"403": BasicError,
|
|
@@ -6890,6 +7749,7 @@ class OrgsClient:
|
|
|
6890
7749
|
custom_property_name: str,
|
|
6891
7750
|
*,
|
|
6892
7751
|
headers: Optional[Mapping[str, str]] = None,
|
|
7752
|
+
stream: bool = False,
|
|
6893
7753
|
data: CustomPropertySetPayloadType,
|
|
6894
7754
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
6895
7755
|
|
|
@@ -6901,6 +7761,7 @@ class OrgsClient:
|
|
|
6901
7761
|
*,
|
|
6902
7762
|
data: UnsetType = UNSET,
|
|
6903
7763
|
headers: Optional[Mapping[str, str]] = None,
|
|
7764
|
+
stream: bool = False,
|
|
6904
7765
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
6905
7766
|
required: Missing[bool] = UNSET,
|
|
6906
7767
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -6917,6 +7778,7 @@ class OrgsClient:
|
|
|
6917
7778
|
custom_property_name: str,
|
|
6918
7779
|
*,
|
|
6919
7780
|
headers: Optional[Mapping[str, str]] = None,
|
|
7781
|
+
stream: bool = False,
|
|
6920
7782
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
6921
7783
|
**kwargs,
|
|
6922
7784
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -6953,6 +7815,7 @@ class OrgsClient:
|
|
|
6953
7815
|
url,
|
|
6954
7816
|
json=exclude_unset(json),
|
|
6955
7817
|
headers=exclude_unset(headers),
|
|
7818
|
+
stream=stream,
|
|
6956
7819
|
response_model=CustomProperty,
|
|
6957
7820
|
error_models={
|
|
6958
7821
|
"403": BasicError,
|
|
@@ -6966,6 +7829,7 @@ class OrgsClient:
|
|
|
6966
7829
|
custom_property_name: str,
|
|
6967
7830
|
*,
|
|
6968
7831
|
headers: Optional[Mapping[str, str]] = None,
|
|
7832
|
+
stream: bool = False,
|
|
6969
7833
|
) -> Response:
|
|
6970
7834
|
"""orgs/remove-custom-property
|
|
6971
7835
|
|
|
@@ -6990,6 +7854,7 @@ class OrgsClient:
|
|
|
6990
7854
|
"DELETE",
|
|
6991
7855
|
url,
|
|
6992
7856
|
headers=exclude_unset(headers),
|
|
7857
|
+
stream=stream,
|
|
6993
7858
|
error_models={
|
|
6994
7859
|
"403": BasicError,
|
|
6995
7860
|
"404": BasicError,
|
|
@@ -7002,6 +7867,7 @@ class OrgsClient:
|
|
|
7002
7867
|
custom_property_name: str,
|
|
7003
7868
|
*,
|
|
7004
7869
|
headers: Optional[Mapping[str, str]] = None,
|
|
7870
|
+
stream: bool = False,
|
|
7005
7871
|
) -> Response:
|
|
7006
7872
|
"""orgs/remove-custom-property
|
|
7007
7873
|
|
|
@@ -7026,6 +7892,7 @@ class OrgsClient:
|
|
|
7026
7892
|
"DELETE",
|
|
7027
7893
|
url,
|
|
7028
7894
|
headers=exclude_unset(headers),
|
|
7895
|
+
stream=stream,
|
|
7029
7896
|
error_models={
|
|
7030
7897
|
"403": BasicError,
|
|
7031
7898
|
"404": BasicError,
|
|
@@ -7040,6 +7907,7 @@ class OrgsClient:
|
|
|
7040
7907
|
page: Missing[int] = UNSET,
|
|
7041
7908
|
repository_query: Missing[str] = UNSET,
|
|
7042
7909
|
headers: Optional[Mapping[str, str]] = None,
|
|
7910
|
+
stream: bool = False,
|
|
7043
7911
|
) -> Response[
|
|
7044
7912
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
7045
7913
|
]:
|
|
@@ -7070,6 +7938,7 @@ class OrgsClient:
|
|
|
7070
7938
|
url,
|
|
7071
7939
|
params=exclude_unset(params),
|
|
7072
7940
|
headers=exclude_unset(headers),
|
|
7941
|
+
stream=stream,
|
|
7073
7942
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
7074
7943
|
error_models={
|
|
7075
7944
|
"403": BasicError,
|
|
@@ -7085,6 +7954,7 @@ class OrgsClient:
|
|
|
7085
7954
|
page: Missing[int] = UNSET,
|
|
7086
7955
|
repository_query: Missing[str] = UNSET,
|
|
7087
7956
|
headers: Optional[Mapping[str, str]] = None,
|
|
7957
|
+
stream: bool = False,
|
|
7088
7958
|
) -> Response[
|
|
7089
7959
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
7090
7960
|
]:
|
|
@@ -7115,6 +7985,7 @@ class OrgsClient:
|
|
|
7115
7985
|
url,
|
|
7116
7986
|
params=exclude_unset(params),
|
|
7117
7987
|
headers=exclude_unset(headers),
|
|
7988
|
+
stream=stream,
|
|
7118
7989
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
7119
7990
|
error_models={
|
|
7120
7991
|
"403": BasicError,
|
|
@@ -7128,6 +7999,7 @@ class OrgsClient:
|
|
|
7128
7999
|
org: str,
|
|
7129
8000
|
*,
|
|
7130
8001
|
headers: Optional[Mapping[str, str]] = None,
|
|
8002
|
+
stream: bool = False,
|
|
7131
8003
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7132
8004
|
) -> Response: ...
|
|
7133
8005
|
|
|
@@ -7138,6 +8010,7 @@ class OrgsClient:
|
|
|
7138
8010
|
*,
|
|
7139
8011
|
data: UnsetType = UNSET,
|
|
7140
8012
|
headers: Optional[Mapping[str, str]] = None,
|
|
8013
|
+
stream: bool = False,
|
|
7141
8014
|
repository_names: list[str],
|
|
7142
8015
|
properties: list[CustomPropertyValueType],
|
|
7143
8016
|
) -> Response: ...
|
|
@@ -7147,6 +8020,7 @@ class OrgsClient:
|
|
|
7147
8020
|
org: str,
|
|
7148
8021
|
*,
|
|
7149
8022
|
headers: Optional[Mapping[str, str]] = None,
|
|
8023
|
+
stream: bool = False,
|
|
7150
8024
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7151
8025
|
**kwargs,
|
|
7152
8026
|
) -> Response:
|
|
@@ -7192,6 +8066,7 @@ class OrgsClient:
|
|
|
7192
8066
|
url,
|
|
7193
8067
|
json=exclude_unset(json),
|
|
7194
8068
|
headers=exclude_unset(headers),
|
|
8069
|
+
stream=stream,
|
|
7195
8070
|
error_models={
|
|
7196
8071
|
"403": BasicError,
|
|
7197
8072
|
"404": BasicError,
|
|
@@ -7205,6 +8080,7 @@ class OrgsClient:
|
|
|
7205
8080
|
org: str,
|
|
7206
8081
|
*,
|
|
7207
8082
|
headers: Optional[Mapping[str, str]] = None,
|
|
8083
|
+
stream: bool = False,
|
|
7208
8084
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7209
8085
|
) -> Response: ...
|
|
7210
8086
|
|
|
@@ -7215,6 +8091,7 @@ class OrgsClient:
|
|
|
7215
8091
|
*,
|
|
7216
8092
|
data: UnsetType = UNSET,
|
|
7217
8093
|
headers: Optional[Mapping[str, str]] = None,
|
|
8094
|
+
stream: bool = False,
|
|
7218
8095
|
repository_names: list[str],
|
|
7219
8096
|
properties: list[CustomPropertyValueType],
|
|
7220
8097
|
) -> Response: ...
|
|
@@ -7224,6 +8101,7 @@ class OrgsClient:
|
|
|
7224
8101
|
org: str,
|
|
7225
8102
|
*,
|
|
7226
8103
|
headers: Optional[Mapping[str, str]] = None,
|
|
8104
|
+
stream: bool = False,
|
|
7227
8105
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7228
8106
|
**kwargs,
|
|
7229
8107
|
) -> Response:
|
|
@@ -7269,6 +8147,7 @@ class OrgsClient:
|
|
|
7269
8147
|
url,
|
|
7270
8148
|
json=exclude_unset(json),
|
|
7271
8149
|
headers=exclude_unset(headers),
|
|
8150
|
+
stream=stream,
|
|
7272
8151
|
error_models={
|
|
7273
8152
|
"403": BasicError,
|
|
7274
8153
|
"404": BasicError,
|
|
@@ -7283,6 +8162,7 @@ class OrgsClient:
|
|
|
7283
8162
|
per_page: Missing[int] = UNSET,
|
|
7284
8163
|
page: Missing[int] = UNSET,
|
|
7285
8164
|
headers: Optional[Mapping[str, str]] = None,
|
|
8165
|
+
stream: bool = False,
|
|
7286
8166
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7287
8167
|
"""orgs/list-public-members
|
|
7288
8168
|
|
|
@@ -7309,6 +8189,7 @@ class OrgsClient:
|
|
|
7309
8189
|
url,
|
|
7310
8190
|
params=exclude_unset(params),
|
|
7311
8191
|
headers=exclude_unset(headers),
|
|
8192
|
+
stream=stream,
|
|
7312
8193
|
response_model=list[SimpleUser],
|
|
7313
8194
|
)
|
|
7314
8195
|
|
|
@@ -7319,6 +8200,7 @@ class OrgsClient:
|
|
|
7319
8200
|
per_page: Missing[int] = UNSET,
|
|
7320
8201
|
page: Missing[int] = UNSET,
|
|
7321
8202
|
headers: Optional[Mapping[str, str]] = None,
|
|
8203
|
+
stream: bool = False,
|
|
7322
8204
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7323
8205
|
"""orgs/list-public-members
|
|
7324
8206
|
|
|
@@ -7345,6 +8227,7 @@ class OrgsClient:
|
|
|
7345
8227
|
url,
|
|
7346
8228
|
params=exclude_unset(params),
|
|
7347
8229
|
headers=exclude_unset(headers),
|
|
8230
|
+
stream=stream,
|
|
7348
8231
|
response_model=list[SimpleUser],
|
|
7349
8232
|
)
|
|
7350
8233
|
|
|
@@ -7354,6 +8237,7 @@ class OrgsClient:
|
|
|
7354
8237
|
username: str,
|
|
7355
8238
|
*,
|
|
7356
8239
|
headers: Optional[Mapping[str, str]] = None,
|
|
8240
|
+
stream: bool = False,
|
|
7357
8241
|
) -> Response:
|
|
7358
8242
|
"""orgs/check-public-membership-for-user
|
|
7359
8243
|
|
|
@@ -7372,6 +8256,7 @@ class OrgsClient:
|
|
|
7372
8256
|
"GET",
|
|
7373
8257
|
url,
|
|
7374
8258
|
headers=exclude_unset(headers),
|
|
8259
|
+
stream=stream,
|
|
7375
8260
|
error_models={},
|
|
7376
8261
|
)
|
|
7377
8262
|
|
|
@@ -7381,6 +8266,7 @@ class OrgsClient:
|
|
|
7381
8266
|
username: str,
|
|
7382
8267
|
*,
|
|
7383
8268
|
headers: Optional[Mapping[str, str]] = None,
|
|
8269
|
+
stream: bool = False,
|
|
7384
8270
|
) -> Response:
|
|
7385
8271
|
"""orgs/check-public-membership-for-user
|
|
7386
8272
|
|
|
@@ -7399,6 +8285,7 @@ class OrgsClient:
|
|
|
7399
8285
|
"GET",
|
|
7400
8286
|
url,
|
|
7401
8287
|
headers=exclude_unset(headers),
|
|
8288
|
+
stream=stream,
|
|
7402
8289
|
error_models={},
|
|
7403
8290
|
)
|
|
7404
8291
|
|
|
@@ -7408,6 +8295,7 @@ class OrgsClient:
|
|
|
7408
8295
|
username: str,
|
|
7409
8296
|
*,
|
|
7410
8297
|
headers: Optional[Mapping[str, str]] = None,
|
|
8298
|
+
stream: bool = False,
|
|
7411
8299
|
) -> Response:
|
|
7412
8300
|
"""orgs/set-public-membership-for-authenticated-user
|
|
7413
8301
|
|
|
@@ -7430,6 +8318,7 @@ class OrgsClient:
|
|
|
7430
8318
|
"PUT",
|
|
7431
8319
|
url,
|
|
7432
8320
|
headers=exclude_unset(headers),
|
|
8321
|
+
stream=stream,
|
|
7433
8322
|
error_models={
|
|
7434
8323
|
"403": BasicError,
|
|
7435
8324
|
},
|
|
@@ -7441,6 +8330,7 @@ class OrgsClient:
|
|
|
7441
8330
|
username: str,
|
|
7442
8331
|
*,
|
|
7443
8332
|
headers: Optional[Mapping[str, str]] = None,
|
|
8333
|
+
stream: bool = False,
|
|
7444
8334
|
) -> Response:
|
|
7445
8335
|
"""orgs/set-public-membership-for-authenticated-user
|
|
7446
8336
|
|
|
@@ -7463,6 +8353,7 @@ class OrgsClient:
|
|
|
7463
8353
|
"PUT",
|
|
7464
8354
|
url,
|
|
7465
8355
|
headers=exclude_unset(headers),
|
|
8356
|
+
stream=stream,
|
|
7466
8357
|
error_models={
|
|
7467
8358
|
"403": BasicError,
|
|
7468
8359
|
},
|
|
@@ -7474,6 +8365,7 @@ class OrgsClient:
|
|
|
7474
8365
|
username: str,
|
|
7475
8366
|
*,
|
|
7476
8367
|
headers: Optional[Mapping[str, str]] = None,
|
|
8368
|
+
stream: bool = False,
|
|
7477
8369
|
) -> Response:
|
|
7478
8370
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
7479
8371
|
|
|
@@ -7492,6 +8384,7 @@ class OrgsClient:
|
|
|
7492
8384
|
"DELETE",
|
|
7493
8385
|
url,
|
|
7494
8386
|
headers=exclude_unset(headers),
|
|
8387
|
+
stream=stream,
|
|
7495
8388
|
)
|
|
7496
8389
|
|
|
7497
8390
|
async def async_remove_public_membership_for_authenticated_user(
|
|
@@ -7500,6 +8393,7 @@ class OrgsClient:
|
|
|
7500
8393
|
username: str,
|
|
7501
8394
|
*,
|
|
7502
8395
|
headers: Optional[Mapping[str, str]] = None,
|
|
8396
|
+
stream: bool = False,
|
|
7503
8397
|
) -> Response:
|
|
7504
8398
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
7505
8399
|
|
|
@@ -7518,6 +8412,7 @@ class OrgsClient:
|
|
|
7518
8412
|
"DELETE",
|
|
7519
8413
|
url,
|
|
7520
8414
|
headers=exclude_unset(headers),
|
|
8415
|
+
stream=stream,
|
|
7521
8416
|
)
|
|
7522
8417
|
|
|
7523
8418
|
def get_org_ruleset_history(
|
|
@@ -7528,6 +8423,7 @@ class OrgsClient:
|
|
|
7528
8423
|
per_page: Missing[int] = UNSET,
|
|
7529
8424
|
page: Missing[int] = UNSET,
|
|
7530
8425
|
headers: Optional[Mapping[str, str]] = None,
|
|
8426
|
+
stream: bool = False,
|
|
7531
8427
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
7532
8428
|
"""orgs/get-org-ruleset-history
|
|
7533
8429
|
|
|
@@ -7554,6 +8450,7 @@ class OrgsClient:
|
|
|
7554
8450
|
url,
|
|
7555
8451
|
params=exclude_unset(params),
|
|
7556
8452
|
headers=exclude_unset(headers),
|
|
8453
|
+
stream=stream,
|
|
7557
8454
|
response_model=list[RulesetVersion],
|
|
7558
8455
|
error_models={
|
|
7559
8456
|
"404": BasicError,
|
|
@@ -7569,6 +8466,7 @@ class OrgsClient:
|
|
|
7569
8466
|
per_page: Missing[int] = UNSET,
|
|
7570
8467
|
page: Missing[int] = UNSET,
|
|
7571
8468
|
headers: Optional[Mapping[str, str]] = None,
|
|
8469
|
+
stream: bool = False,
|
|
7572
8470
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
7573
8471
|
"""orgs/get-org-ruleset-history
|
|
7574
8472
|
|
|
@@ -7595,6 +8493,7 @@ class OrgsClient:
|
|
|
7595
8493
|
url,
|
|
7596
8494
|
params=exclude_unset(params),
|
|
7597
8495
|
headers=exclude_unset(headers),
|
|
8496
|
+
stream=stream,
|
|
7598
8497
|
response_model=list[RulesetVersion],
|
|
7599
8498
|
error_models={
|
|
7600
8499
|
"404": BasicError,
|
|
@@ -7609,6 +8508,7 @@ class OrgsClient:
|
|
|
7609
8508
|
version_id: int,
|
|
7610
8509
|
*,
|
|
7611
8510
|
headers: Optional[Mapping[str, str]] = None,
|
|
8511
|
+
stream: bool = False,
|
|
7612
8512
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
7613
8513
|
"""orgs/get-org-ruleset-version
|
|
7614
8514
|
|
|
@@ -7629,6 +8529,7 @@ class OrgsClient:
|
|
|
7629
8529
|
"GET",
|
|
7630
8530
|
url,
|
|
7631
8531
|
headers=exclude_unset(headers),
|
|
8532
|
+
stream=stream,
|
|
7632
8533
|
response_model=RulesetVersionWithState,
|
|
7633
8534
|
error_models={
|
|
7634
8535
|
"404": BasicError,
|
|
@@ -7643,6 +8544,7 @@ class OrgsClient:
|
|
|
7643
8544
|
version_id: int,
|
|
7644
8545
|
*,
|
|
7645
8546
|
headers: Optional[Mapping[str, str]] = None,
|
|
8547
|
+
stream: bool = False,
|
|
7646
8548
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
7647
8549
|
"""orgs/get-org-ruleset-version
|
|
7648
8550
|
|
|
@@ -7663,6 +8565,7 @@ class OrgsClient:
|
|
|
7663
8565
|
"GET",
|
|
7664
8566
|
url,
|
|
7665
8567
|
headers=exclude_unset(headers),
|
|
8568
|
+
stream=stream,
|
|
7666
8569
|
response_model=RulesetVersionWithState,
|
|
7667
8570
|
error_models={
|
|
7668
8571
|
"404": BasicError,
|
|
@@ -7675,6 +8578,7 @@ class OrgsClient:
|
|
|
7675
8578
|
org: str,
|
|
7676
8579
|
*,
|
|
7677
8580
|
headers: Optional[Mapping[str, str]] = None,
|
|
8581
|
+
stream: bool = False,
|
|
7678
8582
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7679
8583
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
7680
8584
|
|
|
@@ -7696,6 +8600,7 @@ class OrgsClient:
|
|
|
7696
8600
|
"GET",
|
|
7697
8601
|
url,
|
|
7698
8602
|
headers=exclude_unset(headers),
|
|
8603
|
+
stream=stream,
|
|
7699
8604
|
response_model=list[TeamSimple],
|
|
7700
8605
|
)
|
|
7701
8606
|
|
|
@@ -7704,6 +8609,7 @@ class OrgsClient:
|
|
|
7704
8609
|
org: str,
|
|
7705
8610
|
*,
|
|
7706
8611
|
headers: Optional[Mapping[str, str]] = None,
|
|
8612
|
+
stream: bool = False,
|
|
7707
8613
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7708
8614
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
7709
8615
|
|
|
@@ -7725,6 +8631,7 @@ class OrgsClient:
|
|
|
7725
8631
|
"GET",
|
|
7726
8632
|
url,
|
|
7727
8633
|
headers=exclude_unset(headers),
|
|
8634
|
+
stream=stream,
|
|
7728
8635
|
response_model=list[TeamSimple],
|
|
7729
8636
|
)
|
|
7730
8637
|
|
|
@@ -7734,6 +8641,7 @@ class OrgsClient:
|
|
|
7734
8641
|
team_slug: str,
|
|
7735
8642
|
*,
|
|
7736
8643
|
headers: Optional[Mapping[str, str]] = None,
|
|
8644
|
+
stream: bool = False,
|
|
7737
8645
|
) -> Response:
|
|
7738
8646
|
"""DEPRECATED orgs/add-security-manager-team
|
|
7739
8647
|
|
|
@@ -7753,6 +8661,7 @@ class OrgsClient:
|
|
|
7753
8661
|
"PUT",
|
|
7754
8662
|
url,
|
|
7755
8663
|
headers=exclude_unset(headers),
|
|
8664
|
+
stream=stream,
|
|
7756
8665
|
)
|
|
7757
8666
|
|
|
7758
8667
|
async def async_add_security_manager_team(
|
|
@@ -7761,6 +8670,7 @@ class OrgsClient:
|
|
|
7761
8670
|
team_slug: str,
|
|
7762
8671
|
*,
|
|
7763
8672
|
headers: Optional[Mapping[str, str]] = None,
|
|
8673
|
+
stream: bool = False,
|
|
7764
8674
|
) -> Response:
|
|
7765
8675
|
"""DEPRECATED orgs/add-security-manager-team
|
|
7766
8676
|
|
|
@@ -7780,6 +8690,7 @@ class OrgsClient:
|
|
|
7780
8690
|
"PUT",
|
|
7781
8691
|
url,
|
|
7782
8692
|
headers=exclude_unset(headers),
|
|
8693
|
+
stream=stream,
|
|
7783
8694
|
)
|
|
7784
8695
|
|
|
7785
8696
|
def remove_security_manager_team(
|
|
@@ -7788,6 +8699,7 @@ class OrgsClient:
|
|
|
7788
8699
|
team_slug: str,
|
|
7789
8700
|
*,
|
|
7790
8701
|
headers: Optional[Mapping[str, str]] = None,
|
|
8702
|
+
stream: bool = False,
|
|
7791
8703
|
) -> Response:
|
|
7792
8704
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
7793
8705
|
|
|
@@ -7807,6 +8719,7 @@ class OrgsClient:
|
|
|
7807
8719
|
"DELETE",
|
|
7808
8720
|
url,
|
|
7809
8721
|
headers=exclude_unset(headers),
|
|
8722
|
+
stream=stream,
|
|
7810
8723
|
)
|
|
7811
8724
|
|
|
7812
8725
|
async def async_remove_security_manager_team(
|
|
@@ -7815,6 +8728,7 @@ class OrgsClient:
|
|
|
7815
8728
|
team_slug: str,
|
|
7816
8729
|
*,
|
|
7817
8730
|
headers: Optional[Mapping[str, str]] = None,
|
|
8731
|
+
stream: bool = False,
|
|
7818
8732
|
) -> Response:
|
|
7819
8733
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
7820
8734
|
|
|
@@ -7834,6 +8748,7 @@ class OrgsClient:
|
|
|
7834
8748
|
"DELETE",
|
|
7835
8749
|
url,
|
|
7836
8750
|
headers=exclude_unset(headers),
|
|
8751
|
+
stream=stream,
|
|
7837
8752
|
)
|
|
7838
8753
|
|
|
7839
8754
|
@overload
|
|
@@ -7852,6 +8767,7 @@ class OrgsClient:
|
|
|
7852
8767
|
enablement: Literal["enable_all", "disable_all"],
|
|
7853
8768
|
*,
|
|
7854
8769
|
headers: Optional[Mapping[str, str]] = None,
|
|
8770
|
+
stream: bool = False,
|
|
7855
8771
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7856
8772
|
) -> Response: ...
|
|
7857
8773
|
|
|
@@ -7872,6 +8788,7 @@ class OrgsClient:
|
|
|
7872
8788
|
*,
|
|
7873
8789
|
data: UnsetType = UNSET,
|
|
7874
8790
|
headers: Optional[Mapping[str, str]] = None,
|
|
8791
|
+
stream: bool = False,
|
|
7875
8792
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
7876
8793
|
) -> Response: ...
|
|
7877
8794
|
|
|
@@ -7890,6 +8807,7 @@ class OrgsClient:
|
|
|
7890
8807
|
enablement: Literal["enable_all", "disable_all"],
|
|
7891
8808
|
*,
|
|
7892
8809
|
headers: Optional[Mapping[str, str]] = None,
|
|
8810
|
+
stream: bool = False,
|
|
7893
8811
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7894
8812
|
**kwargs,
|
|
7895
8813
|
) -> Response:
|
|
@@ -7929,6 +8847,7 @@ class OrgsClient:
|
|
|
7929
8847
|
url,
|
|
7930
8848
|
json=exclude_unset(json),
|
|
7931
8849
|
headers=exclude_unset(headers),
|
|
8850
|
+
stream=stream,
|
|
7932
8851
|
error_models={},
|
|
7933
8852
|
)
|
|
7934
8853
|
|
|
@@ -7948,6 +8867,7 @@ class OrgsClient:
|
|
|
7948
8867
|
enablement: Literal["enable_all", "disable_all"],
|
|
7949
8868
|
*,
|
|
7950
8869
|
headers: Optional[Mapping[str, str]] = None,
|
|
8870
|
+
stream: bool = False,
|
|
7951
8871
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7952
8872
|
) -> Response: ...
|
|
7953
8873
|
|
|
@@ -7968,6 +8888,7 @@ class OrgsClient:
|
|
|
7968
8888
|
*,
|
|
7969
8889
|
data: UnsetType = UNSET,
|
|
7970
8890
|
headers: Optional[Mapping[str, str]] = None,
|
|
8891
|
+
stream: bool = False,
|
|
7971
8892
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
7972
8893
|
) -> Response: ...
|
|
7973
8894
|
|
|
@@ -7986,6 +8907,7 @@ class OrgsClient:
|
|
|
7986
8907
|
enablement: Literal["enable_all", "disable_all"],
|
|
7987
8908
|
*,
|
|
7988
8909
|
headers: Optional[Mapping[str, str]] = None,
|
|
8910
|
+
stream: bool = False,
|
|
7989
8911
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
7990
8912
|
**kwargs,
|
|
7991
8913
|
) -> Response:
|
|
@@ -8025,6 +8947,7 @@ class OrgsClient:
|
|
|
8025
8947
|
url,
|
|
8026
8948
|
json=exclude_unset(json),
|
|
8027
8949
|
headers=exclude_unset(headers),
|
|
8950
|
+
stream=stream,
|
|
8028
8951
|
error_models={},
|
|
8029
8952
|
)
|
|
8030
8953
|
|
|
@@ -8035,6 +8958,7 @@ class OrgsClient:
|
|
|
8035
8958
|
per_page: Missing[int] = UNSET,
|
|
8036
8959
|
page: Missing[int] = UNSET,
|
|
8037
8960
|
headers: Optional[Mapping[str, str]] = None,
|
|
8961
|
+
stream: bool = False,
|
|
8038
8962
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
8039
8963
|
"""orgs/list-memberships-for-authenticated-user
|
|
8040
8964
|
|
|
@@ -8062,6 +8986,7 @@ class OrgsClient:
|
|
|
8062
8986
|
url,
|
|
8063
8987
|
params=exclude_unset(params),
|
|
8064
8988
|
headers=exclude_unset(headers),
|
|
8989
|
+
stream=stream,
|
|
8065
8990
|
response_model=list[OrgMembership],
|
|
8066
8991
|
error_models={
|
|
8067
8992
|
"403": BasicError,
|
|
@@ -8077,6 +9002,7 @@ class OrgsClient:
|
|
|
8077
9002
|
per_page: Missing[int] = UNSET,
|
|
8078
9003
|
page: Missing[int] = UNSET,
|
|
8079
9004
|
headers: Optional[Mapping[str, str]] = None,
|
|
9005
|
+
stream: bool = False,
|
|
8080
9006
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
8081
9007
|
"""orgs/list-memberships-for-authenticated-user
|
|
8082
9008
|
|
|
@@ -8104,6 +9030,7 @@ class OrgsClient:
|
|
|
8104
9030
|
url,
|
|
8105
9031
|
params=exclude_unset(params),
|
|
8106
9032
|
headers=exclude_unset(headers),
|
|
9033
|
+
stream=stream,
|
|
8107
9034
|
response_model=list[OrgMembership],
|
|
8108
9035
|
error_models={
|
|
8109
9036
|
"403": BasicError,
|
|
@@ -8117,6 +9044,7 @@ class OrgsClient:
|
|
|
8117
9044
|
org: str,
|
|
8118
9045
|
*,
|
|
8119
9046
|
headers: Optional[Mapping[str, str]] = None,
|
|
9047
|
+
stream: bool = False,
|
|
8120
9048
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
8121
9049
|
"""orgs/get-membership-for-authenticated-user
|
|
8122
9050
|
|
|
@@ -8137,6 +9065,7 @@ class OrgsClient:
|
|
|
8137
9065
|
"GET",
|
|
8138
9066
|
url,
|
|
8139
9067
|
headers=exclude_unset(headers),
|
|
9068
|
+
stream=stream,
|
|
8140
9069
|
response_model=OrgMembership,
|
|
8141
9070
|
error_models={
|
|
8142
9071
|
"403": BasicError,
|
|
@@ -8149,6 +9078,7 @@ class OrgsClient:
|
|
|
8149
9078
|
org: str,
|
|
8150
9079
|
*,
|
|
8151
9080
|
headers: Optional[Mapping[str, str]] = None,
|
|
9081
|
+
stream: bool = False,
|
|
8152
9082
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
8153
9083
|
"""orgs/get-membership-for-authenticated-user
|
|
8154
9084
|
|
|
@@ -8169,6 +9099,7 @@ class OrgsClient:
|
|
|
8169
9099
|
"GET",
|
|
8170
9100
|
url,
|
|
8171
9101
|
headers=exclude_unset(headers),
|
|
9102
|
+
stream=stream,
|
|
8172
9103
|
response_model=OrgMembership,
|
|
8173
9104
|
error_models={
|
|
8174
9105
|
"403": BasicError,
|
|
@@ -8182,6 +9113,7 @@ class OrgsClient:
|
|
|
8182
9113
|
org: str,
|
|
8183
9114
|
*,
|
|
8184
9115
|
headers: Optional[Mapping[str, str]] = None,
|
|
9116
|
+
stream: bool = False,
|
|
8185
9117
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
8186
9118
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8187
9119
|
|
|
@@ -8192,6 +9124,7 @@ class OrgsClient:
|
|
|
8192
9124
|
*,
|
|
8193
9125
|
data: UnsetType = UNSET,
|
|
8194
9126
|
headers: Optional[Mapping[str, str]] = None,
|
|
9127
|
+
stream: bool = False,
|
|
8195
9128
|
state: Literal["active"],
|
|
8196
9129
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8197
9130
|
|
|
@@ -8200,6 +9133,7 @@ class OrgsClient:
|
|
|
8200
9133
|
org: str,
|
|
8201
9134
|
*,
|
|
8202
9135
|
headers: Optional[Mapping[str, str]] = None,
|
|
9136
|
+
stream: bool = False,
|
|
8203
9137
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
8204
9138
|
**kwargs,
|
|
8205
9139
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -8237,6 +9171,7 @@ class OrgsClient:
|
|
|
8237
9171
|
url,
|
|
8238
9172
|
json=exclude_unset(json),
|
|
8239
9173
|
headers=exclude_unset(headers),
|
|
9174
|
+
stream=stream,
|
|
8240
9175
|
response_model=OrgMembership,
|
|
8241
9176
|
error_models={
|
|
8242
9177
|
"403": BasicError,
|
|
@@ -8251,6 +9186,7 @@ class OrgsClient:
|
|
|
8251
9186
|
org: str,
|
|
8252
9187
|
*,
|
|
8253
9188
|
headers: Optional[Mapping[str, str]] = None,
|
|
9189
|
+
stream: bool = False,
|
|
8254
9190
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
8255
9191
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8256
9192
|
|
|
@@ -8261,6 +9197,7 @@ class OrgsClient:
|
|
|
8261
9197
|
*,
|
|
8262
9198
|
data: UnsetType = UNSET,
|
|
8263
9199
|
headers: Optional[Mapping[str, str]] = None,
|
|
9200
|
+
stream: bool = False,
|
|
8264
9201
|
state: Literal["active"],
|
|
8265
9202
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8266
9203
|
|
|
@@ -8269,6 +9206,7 @@ class OrgsClient:
|
|
|
8269
9206
|
org: str,
|
|
8270
9207
|
*,
|
|
8271
9208
|
headers: Optional[Mapping[str, str]] = None,
|
|
9209
|
+
stream: bool = False,
|
|
8272
9210
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
8273
9211
|
**kwargs,
|
|
8274
9212
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -8306,6 +9244,7 @@ class OrgsClient:
|
|
|
8306
9244
|
url,
|
|
8307
9245
|
json=exclude_unset(json),
|
|
8308
9246
|
headers=exclude_unset(headers),
|
|
9247
|
+
stream=stream,
|
|
8309
9248
|
response_model=OrgMembership,
|
|
8310
9249
|
error_models={
|
|
8311
9250
|
"403": BasicError,
|
|
@@ -8320,6 +9259,7 @@ class OrgsClient:
|
|
|
8320
9259
|
per_page: Missing[int] = UNSET,
|
|
8321
9260
|
page: Missing[int] = UNSET,
|
|
8322
9261
|
headers: Optional[Mapping[str, str]] = None,
|
|
9262
|
+
stream: bool = False,
|
|
8323
9263
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8324
9264
|
"""orgs/list-for-authenticated-user
|
|
8325
9265
|
|
|
@@ -8351,6 +9291,7 @@ class OrgsClient:
|
|
|
8351
9291
|
url,
|
|
8352
9292
|
params=exclude_unset(params),
|
|
8353
9293
|
headers=exclude_unset(headers),
|
|
9294
|
+
stream=stream,
|
|
8354
9295
|
response_model=list[OrganizationSimple],
|
|
8355
9296
|
error_models={
|
|
8356
9297
|
"403": BasicError,
|
|
@@ -8364,6 +9305,7 @@ class OrgsClient:
|
|
|
8364
9305
|
per_page: Missing[int] = UNSET,
|
|
8365
9306
|
page: Missing[int] = UNSET,
|
|
8366
9307
|
headers: Optional[Mapping[str, str]] = None,
|
|
9308
|
+
stream: bool = False,
|
|
8367
9309
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8368
9310
|
"""orgs/list-for-authenticated-user
|
|
8369
9311
|
|
|
@@ -8395,6 +9337,7 @@ class OrgsClient:
|
|
|
8395
9337
|
url,
|
|
8396
9338
|
params=exclude_unset(params),
|
|
8397
9339
|
headers=exclude_unset(headers),
|
|
9340
|
+
stream=stream,
|
|
8398
9341
|
response_model=list[OrganizationSimple],
|
|
8399
9342
|
error_models={
|
|
8400
9343
|
"403": BasicError,
|
|
@@ -8409,6 +9352,7 @@ class OrgsClient:
|
|
|
8409
9352
|
per_page: Missing[int] = UNSET,
|
|
8410
9353
|
page: Missing[int] = UNSET,
|
|
8411
9354
|
headers: Optional[Mapping[str, str]] = None,
|
|
9355
|
+
stream: bool = False,
|
|
8412
9356
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8413
9357
|
"""orgs/list-for-user
|
|
8414
9358
|
|
|
@@ -8437,6 +9381,7 @@ class OrgsClient:
|
|
|
8437
9381
|
url,
|
|
8438
9382
|
params=exclude_unset(params),
|
|
8439
9383
|
headers=exclude_unset(headers),
|
|
9384
|
+
stream=stream,
|
|
8440
9385
|
response_model=list[OrganizationSimple],
|
|
8441
9386
|
)
|
|
8442
9387
|
|
|
@@ -8447,6 +9392,7 @@ class OrgsClient:
|
|
|
8447
9392
|
per_page: Missing[int] = UNSET,
|
|
8448
9393
|
page: Missing[int] = UNSET,
|
|
8449
9394
|
headers: Optional[Mapping[str, str]] = None,
|
|
9395
|
+
stream: bool = False,
|
|
8450
9396
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8451
9397
|
"""orgs/list-for-user
|
|
8452
9398
|
|
|
@@ -8475,5 +9421,6 @@ class OrgsClient:
|
|
|
8475
9421
|
url,
|
|
8476
9422
|
params=exclude_unset(params),
|
|
8477
9423
|
headers=exclude_unset(headers),
|
|
9424
|
+
stream=stream,
|
|
8478
9425
|
response_model=list[OrganizationSimple],
|
|
8479
9426
|
)
|