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
|
@@ -150,6 +150,7 @@ class EnterpriseAdminClient:
|
|
|
150
150
|
enterprise: str,
|
|
151
151
|
*,
|
|
152
152
|
headers: Optional[Mapping[str, str]] = None,
|
|
153
|
+
stream: bool = False,
|
|
153
154
|
) -> Response[ActionsEnterprisePermissions, ActionsEnterprisePermissionsType]:
|
|
154
155
|
"""enterprise-admin/get-github-actions-permissions-enterprise
|
|
155
156
|
|
|
@@ -172,6 +173,7 @@ class EnterpriseAdminClient:
|
|
|
172
173
|
"GET",
|
|
173
174
|
url,
|
|
174
175
|
headers=exclude_unset(headers),
|
|
176
|
+
stream=stream,
|
|
175
177
|
response_model=ActionsEnterprisePermissions,
|
|
176
178
|
)
|
|
177
179
|
|
|
@@ -180,6 +182,7 @@ class EnterpriseAdminClient:
|
|
|
180
182
|
enterprise: str,
|
|
181
183
|
*,
|
|
182
184
|
headers: Optional[Mapping[str, str]] = None,
|
|
185
|
+
stream: bool = False,
|
|
183
186
|
) -> Response[ActionsEnterprisePermissions, ActionsEnterprisePermissionsType]:
|
|
184
187
|
"""enterprise-admin/get-github-actions-permissions-enterprise
|
|
185
188
|
|
|
@@ -202,6 +205,7 @@ class EnterpriseAdminClient:
|
|
|
202
205
|
"GET",
|
|
203
206
|
url,
|
|
204
207
|
headers=exclude_unset(headers),
|
|
208
|
+
stream=stream,
|
|
205
209
|
response_model=ActionsEnterprisePermissions,
|
|
206
210
|
)
|
|
207
211
|
|
|
@@ -211,6 +215,7 @@ class EnterpriseAdminClient:
|
|
|
211
215
|
enterprise: str,
|
|
212
216
|
*,
|
|
213
217
|
headers: Optional[Mapping[str, str]] = None,
|
|
218
|
+
stream: bool = False,
|
|
214
219
|
data: EnterprisesEnterpriseActionsPermissionsPutBodyType,
|
|
215
220
|
) -> Response: ...
|
|
216
221
|
|
|
@@ -221,6 +226,7 @@ class EnterpriseAdminClient:
|
|
|
221
226
|
*,
|
|
222
227
|
data: UnsetType = UNSET,
|
|
223
228
|
headers: Optional[Mapping[str, str]] = None,
|
|
229
|
+
stream: bool = False,
|
|
224
230
|
enabled_organizations: Literal["all", "none", "selected"],
|
|
225
231
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
226
232
|
) -> Response: ...
|
|
@@ -230,6 +236,7 @@ class EnterpriseAdminClient:
|
|
|
230
236
|
enterprise: str,
|
|
231
237
|
*,
|
|
232
238
|
headers: Optional[Mapping[str, str]] = None,
|
|
239
|
+
stream: bool = False,
|
|
233
240
|
data: Missing[EnterprisesEnterpriseActionsPermissionsPutBodyType] = UNSET,
|
|
234
241
|
**kwargs,
|
|
235
242
|
) -> Response:
|
|
@@ -266,6 +273,7 @@ class EnterpriseAdminClient:
|
|
|
266
273
|
url,
|
|
267
274
|
json=exclude_unset(json),
|
|
268
275
|
headers=exclude_unset(headers),
|
|
276
|
+
stream=stream,
|
|
269
277
|
)
|
|
270
278
|
|
|
271
279
|
@overload
|
|
@@ -274,6 +282,7 @@ class EnterpriseAdminClient:
|
|
|
274
282
|
enterprise: str,
|
|
275
283
|
*,
|
|
276
284
|
headers: Optional[Mapping[str, str]] = None,
|
|
285
|
+
stream: bool = False,
|
|
277
286
|
data: EnterprisesEnterpriseActionsPermissionsPutBodyType,
|
|
278
287
|
) -> Response: ...
|
|
279
288
|
|
|
@@ -284,6 +293,7 @@ class EnterpriseAdminClient:
|
|
|
284
293
|
*,
|
|
285
294
|
data: UnsetType = UNSET,
|
|
286
295
|
headers: Optional[Mapping[str, str]] = None,
|
|
296
|
+
stream: bool = False,
|
|
287
297
|
enabled_organizations: Literal["all", "none", "selected"],
|
|
288
298
|
allowed_actions: Missing[Literal["all", "local_only", "selected"]] = UNSET,
|
|
289
299
|
) -> Response: ...
|
|
@@ -293,6 +303,7 @@ class EnterpriseAdminClient:
|
|
|
293
303
|
enterprise: str,
|
|
294
304
|
*,
|
|
295
305
|
headers: Optional[Mapping[str, str]] = None,
|
|
306
|
+
stream: bool = False,
|
|
296
307
|
data: Missing[EnterprisesEnterpriseActionsPermissionsPutBodyType] = UNSET,
|
|
297
308
|
**kwargs,
|
|
298
309
|
) -> Response:
|
|
@@ -329,6 +340,7 @@ class EnterpriseAdminClient:
|
|
|
329
340
|
url,
|
|
330
341
|
json=exclude_unset(json),
|
|
331
342
|
headers=exclude_unset(headers),
|
|
343
|
+
stream=stream,
|
|
332
344
|
)
|
|
333
345
|
|
|
334
346
|
def list_selected_organizations_enabled_github_actions_enterprise(
|
|
@@ -338,6 +350,7 @@ class EnterpriseAdminClient:
|
|
|
338
350
|
per_page: Missing[int] = UNSET,
|
|
339
351
|
page: Missing[int] = UNSET,
|
|
340
352
|
headers: Optional[Mapping[str, str]] = None,
|
|
353
|
+
stream: bool = False,
|
|
341
354
|
) -> Response[
|
|
342
355
|
EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200,
|
|
343
356
|
EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200Type,
|
|
@@ -371,6 +384,7 @@ class EnterpriseAdminClient:
|
|
|
371
384
|
url,
|
|
372
385
|
params=exclude_unset(params),
|
|
373
386
|
headers=exclude_unset(headers),
|
|
387
|
+
stream=stream,
|
|
374
388
|
response_model=EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200,
|
|
375
389
|
)
|
|
376
390
|
|
|
@@ -381,6 +395,7 @@ class EnterpriseAdminClient:
|
|
|
381
395
|
per_page: Missing[int] = UNSET,
|
|
382
396
|
page: Missing[int] = UNSET,
|
|
383
397
|
headers: Optional[Mapping[str, str]] = None,
|
|
398
|
+
stream: bool = False,
|
|
384
399
|
) -> Response[
|
|
385
400
|
EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200,
|
|
386
401
|
EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200Type,
|
|
@@ -414,6 +429,7 @@ class EnterpriseAdminClient:
|
|
|
414
429
|
url,
|
|
415
430
|
params=exclude_unset(params),
|
|
416
431
|
headers=exclude_unset(headers),
|
|
432
|
+
stream=stream,
|
|
417
433
|
response_model=EnterprisesEnterpriseActionsPermissionsOrganizationsGetResponse200,
|
|
418
434
|
)
|
|
419
435
|
|
|
@@ -423,6 +439,7 @@ class EnterpriseAdminClient:
|
|
|
423
439
|
enterprise: str,
|
|
424
440
|
*,
|
|
425
441
|
headers: Optional[Mapping[str, str]] = None,
|
|
442
|
+
stream: bool = False,
|
|
426
443
|
data: EnterprisesEnterpriseActionsPermissionsOrganizationsPutBodyType,
|
|
427
444
|
) -> Response: ...
|
|
428
445
|
|
|
@@ -433,6 +450,7 @@ class EnterpriseAdminClient:
|
|
|
433
450
|
*,
|
|
434
451
|
data: UnsetType = UNSET,
|
|
435
452
|
headers: Optional[Mapping[str, str]] = None,
|
|
453
|
+
stream: bool = False,
|
|
436
454
|
selected_organization_ids: list[int],
|
|
437
455
|
) -> Response: ...
|
|
438
456
|
|
|
@@ -441,6 +459,7 @@ class EnterpriseAdminClient:
|
|
|
441
459
|
enterprise: str,
|
|
442
460
|
*,
|
|
443
461
|
headers: Optional[Mapping[str, str]] = None,
|
|
462
|
+
stream: bool = False,
|
|
444
463
|
data: Missing[
|
|
445
464
|
EnterprisesEnterpriseActionsPermissionsOrganizationsPutBodyType
|
|
446
465
|
] = UNSET,
|
|
@@ -479,6 +498,7 @@ class EnterpriseAdminClient:
|
|
|
479
498
|
url,
|
|
480
499
|
json=exclude_unset(json),
|
|
481
500
|
headers=exclude_unset(headers),
|
|
501
|
+
stream=stream,
|
|
482
502
|
)
|
|
483
503
|
|
|
484
504
|
@overload
|
|
@@ -487,6 +507,7 @@ class EnterpriseAdminClient:
|
|
|
487
507
|
enterprise: str,
|
|
488
508
|
*,
|
|
489
509
|
headers: Optional[Mapping[str, str]] = None,
|
|
510
|
+
stream: bool = False,
|
|
490
511
|
data: EnterprisesEnterpriseActionsPermissionsOrganizationsPutBodyType,
|
|
491
512
|
) -> Response: ...
|
|
492
513
|
|
|
@@ -497,6 +518,7 @@ class EnterpriseAdminClient:
|
|
|
497
518
|
*,
|
|
498
519
|
data: UnsetType = UNSET,
|
|
499
520
|
headers: Optional[Mapping[str, str]] = None,
|
|
521
|
+
stream: bool = False,
|
|
500
522
|
selected_organization_ids: list[int],
|
|
501
523
|
) -> Response: ...
|
|
502
524
|
|
|
@@ -505,6 +527,7 @@ class EnterpriseAdminClient:
|
|
|
505
527
|
enterprise: str,
|
|
506
528
|
*,
|
|
507
529
|
headers: Optional[Mapping[str, str]] = None,
|
|
530
|
+
stream: bool = False,
|
|
508
531
|
data: Missing[
|
|
509
532
|
EnterprisesEnterpriseActionsPermissionsOrganizationsPutBodyType
|
|
510
533
|
] = UNSET,
|
|
@@ -543,6 +566,7 @@ class EnterpriseAdminClient:
|
|
|
543
566
|
url,
|
|
544
567
|
json=exclude_unset(json),
|
|
545
568
|
headers=exclude_unset(headers),
|
|
569
|
+
stream=stream,
|
|
546
570
|
)
|
|
547
571
|
|
|
548
572
|
def enable_selected_organization_github_actions_enterprise(
|
|
@@ -551,6 +575,7 @@ class EnterpriseAdminClient:
|
|
|
551
575
|
org_id: int,
|
|
552
576
|
*,
|
|
553
577
|
headers: Optional[Mapping[str, str]] = None,
|
|
578
|
+
stream: bool = False,
|
|
554
579
|
) -> Response:
|
|
555
580
|
"""enterprise-admin/enable-selected-organization-github-actions-enterprise
|
|
556
581
|
|
|
@@ -571,6 +596,7 @@ class EnterpriseAdminClient:
|
|
|
571
596
|
"PUT",
|
|
572
597
|
url,
|
|
573
598
|
headers=exclude_unset(headers),
|
|
599
|
+
stream=stream,
|
|
574
600
|
)
|
|
575
601
|
|
|
576
602
|
async def async_enable_selected_organization_github_actions_enterprise(
|
|
@@ -579,6 +605,7 @@ class EnterpriseAdminClient:
|
|
|
579
605
|
org_id: int,
|
|
580
606
|
*,
|
|
581
607
|
headers: Optional[Mapping[str, str]] = None,
|
|
608
|
+
stream: bool = False,
|
|
582
609
|
) -> Response:
|
|
583
610
|
"""enterprise-admin/enable-selected-organization-github-actions-enterprise
|
|
584
611
|
|
|
@@ -599,6 +626,7 @@ class EnterpriseAdminClient:
|
|
|
599
626
|
"PUT",
|
|
600
627
|
url,
|
|
601
628
|
headers=exclude_unset(headers),
|
|
629
|
+
stream=stream,
|
|
602
630
|
)
|
|
603
631
|
|
|
604
632
|
def disable_selected_organization_github_actions_enterprise(
|
|
@@ -607,6 +635,7 @@ class EnterpriseAdminClient:
|
|
|
607
635
|
org_id: int,
|
|
608
636
|
*,
|
|
609
637
|
headers: Optional[Mapping[str, str]] = None,
|
|
638
|
+
stream: bool = False,
|
|
610
639
|
) -> Response:
|
|
611
640
|
"""enterprise-admin/disable-selected-organization-github-actions-enterprise
|
|
612
641
|
|
|
@@ -627,6 +656,7 @@ class EnterpriseAdminClient:
|
|
|
627
656
|
"DELETE",
|
|
628
657
|
url,
|
|
629
658
|
headers=exclude_unset(headers),
|
|
659
|
+
stream=stream,
|
|
630
660
|
)
|
|
631
661
|
|
|
632
662
|
async def async_disable_selected_organization_github_actions_enterprise(
|
|
@@ -635,6 +665,7 @@ class EnterpriseAdminClient:
|
|
|
635
665
|
org_id: int,
|
|
636
666
|
*,
|
|
637
667
|
headers: Optional[Mapping[str, str]] = None,
|
|
668
|
+
stream: bool = False,
|
|
638
669
|
) -> Response:
|
|
639
670
|
"""enterprise-admin/disable-selected-organization-github-actions-enterprise
|
|
640
671
|
|
|
@@ -655,6 +686,7 @@ class EnterpriseAdminClient:
|
|
|
655
686
|
"DELETE",
|
|
656
687
|
url,
|
|
657
688
|
headers=exclude_unset(headers),
|
|
689
|
+
stream=stream,
|
|
658
690
|
)
|
|
659
691
|
|
|
660
692
|
def get_allowed_actions_enterprise(
|
|
@@ -662,6 +694,7 @@ class EnterpriseAdminClient:
|
|
|
662
694
|
enterprise: str,
|
|
663
695
|
*,
|
|
664
696
|
headers: Optional[Mapping[str, str]] = None,
|
|
697
|
+
stream: bool = False,
|
|
665
698
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
666
699
|
"""enterprise-admin/get-allowed-actions-enterprise
|
|
667
700
|
|
|
@@ -684,6 +717,7 @@ class EnterpriseAdminClient:
|
|
|
684
717
|
"GET",
|
|
685
718
|
url,
|
|
686
719
|
headers=exclude_unset(headers),
|
|
720
|
+
stream=stream,
|
|
687
721
|
response_model=SelectedActions,
|
|
688
722
|
)
|
|
689
723
|
|
|
@@ -692,6 +726,7 @@ class EnterpriseAdminClient:
|
|
|
692
726
|
enterprise: str,
|
|
693
727
|
*,
|
|
694
728
|
headers: Optional[Mapping[str, str]] = None,
|
|
729
|
+
stream: bool = False,
|
|
695
730
|
) -> Response[SelectedActions, SelectedActionsType]:
|
|
696
731
|
"""enterprise-admin/get-allowed-actions-enterprise
|
|
697
732
|
|
|
@@ -714,6 +749,7 @@ class EnterpriseAdminClient:
|
|
|
714
749
|
"GET",
|
|
715
750
|
url,
|
|
716
751
|
headers=exclude_unset(headers),
|
|
752
|
+
stream=stream,
|
|
717
753
|
response_model=SelectedActions,
|
|
718
754
|
)
|
|
719
755
|
|
|
@@ -723,6 +759,7 @@ class EnterpriseAdminClient:
|
|
|
723
759
|
enterprise: str,
|
|
724
760
|
*,
|
|
725
761
|
headers: Optional[Mapping[str, str]] = None,
|
|
762
|
+
stream: bool = False,
|
|
726
763
|
data: SelectedActionsType,
|
|
727
764
|
) -> Response: ...
|
|
728
765
|
|
|
@@ -733,6 +770,7 @@ class EnterpriseAdminClient:
|
|
|
733
770
|
*,
|
|
734
771
|
data: UnsetType = UNSET,
|
|
735
772
|
headers: Optional[Mapping[str, str]] = None,
|
|
773
|
+
stream: bool = False,
|
|
736
774
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
737
775
|
verified_allowed: Missing[bool] = UNSET,
|
|
738
776
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -743,6 +781,7 @@ class EnterpriseAdminClient:
|
|
|
743
781
|
enterprise: str,
|
|
744
782
|
*,
|
|
745
783
|
headers: Optional[Mapping[str, str]] = None,
|
|
784
|
+
stream: bool = False,
|
|
746
785
|
data: Missing[SelectedActionsType] = UNSET,
|
|
747
786
|
**kwargs,
|
|
748
787
|
) -> Response:
|
|
@@ -777,6 +816,7 @@ class EnterpriseAdminClient:
|
|
|
777
816
|
url,
|
|
778
817
|
json=exclude_unset(json),
|
|
779
818
|
headers=exclude_unset(headers),
|
|
819
|
+
stream=stream,
|
|
780
820
|
)
|
|
781
821
|
|
|
782
822
|
@overload
|
|
@@ -785,6 +825,7 @@ class EnterpriseAdminClient:
|
|
|
785
825
|
enterprise: str,
|
|
786
826
|
*,
|
|
787
827
|
headers: Optional[Mapping[str, str]] = None,
|
|
828
|
+
stream: bool = False,
|
|
788
829
|
data: SelectedActionsType,
|
|
789
830
|
) -> Response: ...
|
|
790
831
|
|
|
@@ -795,6 +836,7 @@ class EnterpriseAdminClient:
|
|
|
795
836
|
*,
|
|
796
837
|
data: UnsetType = UNSET,
|
|
797
838
|
headers: Optional[Mapping[str, str]] = None,
|
|
839
|
+
stream: bool = False,
|
|
798
840
|
github_owned_allowed: Missing[bool] = UNSET,
|
|
799
841
|
verified_allowed: Missing[bool] = UNSET,
|
|
800
842
|
patterns_allowed: Missing[list[str]] = UNSET,
|
|
@@ -805,6 +847,7 @@ class EnterpriseAdminClient:
|
|
|
805
847
|
enterprise: str,
|
|
806
848
|
*,
|
|
807
849
|
headers: Optional[Mapping[str, str]] = None,
|
|
850
|
+
stream: bool = False,
|
|
808
851
|
data: Missing[SelectedActionsType] = UNSET,
|
|
809
852
|
**kwargs,
|
|
810
853
|
) -> Response:
|
|
@@ -839,6 +882,7 @@ class EnterpriseAdminClient:
|
|
|
839
882
|
url,
|
|
840
883
|
json=exclude_unset(json),
|
|
841
884
|
headers=exclude_unset(headers),
|
|
885
|
+
stream=stream,
|
|
842
886
|
)
|
|
843
887
|
|
|
844
888
|
def list_self_hosted_runner_groups_for_enterprise(
|
|
@@ -849,6 +893,7 @@ class EnterpriseAdminClient:
|
|
|
849
893
|
page: Missing[int] = UNSET,
|
|
850
894
|
visible_to_organization: Missing[str] = UNSET,
|
|
851
895
|
headers: Optional[Mapping[str, str]] = None,
|
|
896
|
+
stream: bool = False,
|
|
852
897
|
) -> Response[
|
|
853
898
|
EnterprisesEnterpriseActionsRunnerGroupsGetResponse200,
|
|
854
899
|
EnterprisesEnterpriseActionsRunnerGroupsGetResponse200Type,
|
|
@@ -881,6 +926,7 @@ class EnterpriseAdminClient:
|
|
|
881
926
|
url,
|
|
882
927
|
params=exclude_unset(params),
|
|
883
928
|
headers=exclude_unset(headers),
|
|
929
|
+
stream=stream,
|
|
884
930
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsGetResponse200,
|
|
885
931
|
)
|
|
886
932
|
|
|
@@ -892,6 +938,7 @@ class EnterpriseAdminClient:
|
|
|
892
938
|
page: Missing[int] = UNSET,
|
|
893
939
|
visible_to_organization: Missing[str] = UNSET,
|
|
894
940
|
headers: Optional[Mapping[str, str]] = None,
|
|
941
|
+
stream: bool = False,
|
|
895
942
|
) -> Response[
|
|
896
943
|
EnterprisesEnterpriseActionsRunnerGroupsGetResponse200,
|
|
897
944
|
EnterprisesEnterpriseActionsRunnerGroupsGetResponse200Type,
|
|
@@ -924,6 +971,7 @@ class EnterpriseAdminClient:
|
|
|
924
971
|
url,
|
|
925
972
|
params=exclude_unset(params),
|
|
926
973
|
headers=exclude_unset(headers),
|
|
974
|
+
stream=stream,
|
|
927
975
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsGetResponse200,
|
|
928
976
|
)
|
|
929
977
|
|
|
@@ -933,6 +981,7 @@ class EnterpriseAdminClient:
|
|
|
933
981
|
enterprise: str,
|
|
934
982
|
*,
|
|
935
983
|
headers: Optional[Mapping[str, str]] = None,
|
|
984
|
+
stream: bool = False,
|
|
936
985
|
data: EnterprisesEnterpriseActionsRunnerGroupsPostBodyType,
|
|
937
986
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]: ...
|
|
938
987
|
|
|
@@ -943,6 +992,7 @@ class EnterpriseAdminClient:
|
|
|
943
992
|
*,
|
|
944
993
|
data: UnsetType = UNSET,
|
|
945
994
|
headers: Optional[Mapping[str, str]] = None,
|
|
995
|
+
stream: bool = False,
|
|
946
996
|
name: str,
|
|
947
997
|
visibility: Missing[Literal["selected", "all"]] = UNSET,
|
|
948
998
|
selected_organization_ids: Missing[list[int]] = UNSET,
|
|
@@ -958,6 +1008,7 @@ class EnterpriseAdminClient:
|
|
|
958
1008
|
enterprise: str,
|
|
959
1009
|
*,
|
|
960
1010
|
headers: Optional[Mapping[str, str]] = None,
|
|
1011
|
+
stream: bool = False,
|
|
961
1012
|
data: Missing[EnterprisesEnterpriseActionsRunnerGroupsPostBodyType] = UNSET,
|
|
962
1013
|
**kwargs,
|
|
963
1014
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]:
|
|
@@ -997,6 +1048,7 @@ class EnterpriseAdminClient:
|
|
|
997
1048
|
url,
|
|
998
1049
|
json=exclude_unset(json),
|
|
999
1050
|
headers=exclude_unset(headers),
|
|
1051
|
+
stream=stream,
|
|
1000
1052
|
response_model=RunnerGroupsEnterprise,
|
|
1001
1053
|
)
|
|
1002
1054
|
|
|
@@ -1006,6 +1058,7 @@ class EnterpriseAdminClient:
|
|
|
1006
1058
|
enterprise: str,
|
|
1007
1059
|
*,
|
|
1008
1060
|
headers: Optional[Mapping[str, str]] = None,
|
|
1061
|
+
stream: bool = False,
|
|
1009
1062
|
data: EnterprisesEnterpriseActionsRunnerGroupsPostBodyType,
|
|
1010
1063
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]: ...
|
|
1011
1064
|
|
|
@@ -1016,6 +1069,7 @@ class EnterpriseAdminClient:
|
|
|
1016
1069
|
*,
|
|
1017
1070
|
data: UnsetType = UNSET,
|
|
1018
1071
|
headers: Optional[Mapping[str, str]] = None,
|
|
1072
|
+
stream: bool = False,
|
|
1019
1073
|
name: str,
|
|
1020
1074
|
visibility: Missing[Literal["selected", "all"]] = UNSET,
|
|
1021
1075
|
selected_organization_ids: Missing[list[int]] = UNSET,
|
|
@@ -1031,6 +1085,7 @@ class EnterpriseAdminClient:
|
|
|
1031
1085
|
enterprise: str,
|
|
1032
1086
|
*,
|
|
1033
1087
|
headers: Optional[Mapping[str, str]] = None,
|
|
1088
|
+
stream: bool = False,
|
|
1034
1089
|
data: Missing[EnterprisesEnterpriseActionsRunnerGroupsPostBodyType] = UNSET,
|
|
1035
1090
|
**kwargs,
|
|
1036
1091
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]:
|
|
@@ -1070,6 +1125,7 @@ class EnterpriseAdminClient:
|
|
|
1070
1125
|
url,
|
|
1071
1126
|
json=exclude_unset(json),
|
|
1072
1127
|
headers=exclude_unset(headers),
|
|
1128
|
+
stream=stream,
|
|
1073
1129
|
response_model=RunnerGroupsEnterprise,
|
|
1074
1130
|
)
|
|
1075
1131
|
|
|
@@ -1079,6 +1135,7 @@ class EnterpriseAdminClient:
|
|
|
1079
1135
|
runner_group_id: int,
|
|
1080
1136
|
*,
|
|
1081
1137
|
headers: Optional[Mapping[str, str]] = None,
|
|
1138
|
+
stream: bool = False,
|
|
1082
1139
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]:
|
|
1083
1140
|
"""enterprise-admin/get-self-hosted-runner-group-for-enterprise
|
|
1084
1141
|
|
|
@@ -1101,6 +1158,7 @@ class EnterpriseAdminClient:
|
|
|
1101
1158
|
"GET",
|
|
1102
1159
|
url,
|
|
1103
1160
|
headers=exclude_unset(headers),
|
|
1161
|
+
stream=stream,
|
|
1104
1162
|
response_model=RunnerGroupsEnterprise,
|
|
1105
1163
|
)
|
|
1106
1164
|
|
|
@@ -1110,6 +1168,7 @@ class EnterpriseAdminClient:
|
|
|
1110
1168
|
runner_group_id: int,
|
|
1111
1169
|
*,
|
|
1112
1170
|
headers: Optional[Mapping[str, str]] = None,
|
|
1171
|
+
stream: bool = False,
|
|
1113
1172
|
) -> Response[RunnerGroupsEnterprise, RunnerGroupsEnterpriseType]:
|
|
1114
1173
|
"""enterprise-admin/get-self-hosted-runner-group-for-enterprise
|
|
1115
1174
|
|
|
@@ -1132,6 +1191,7 @@ class EnterpriseAdminClient:
|
|
|
1132
1191
|
"GET",
|
|
1133
1192
|
url,
|
|
1134
1193
|
headers=exclude_unset(headers),
|
|
1194
|
+
stream=stream,
|
|
1135
1195
|
response_model=RunnerGroupsEnterprise,
|
|
1136
1196
|
)
|
|
1137
1197
|
|
|
@@ -1141,6 +1201,7 @@ class EnterpriseAdminClient:
|
|
|
1141
1201
|
runner_group_id: int,
|
|
1142
1202
|
*,
|
|
1143
1203
|
headers: Optional[Mapping[str, str]] = None,
|
|
1204
|
+
stream: bool = False,
|
|
1144
1205
|
) -> Response:
|
|
1145
1206
|
"""enterprise-admin/delete-self-hosted-runner-group-from-enterprise
|
|
1146
1207
|
|
|
@@ -1161,6 +1222,7 @@ class EnterpriseAdminClient:
|
|
|
1161
1222
|
"DELETE",
|
|
1162
1223
|
url,
|
|
1163
1224
|
headers=exclude_unset(headers),
|
|
1225
|
+
stream=stream,
|
|
1164
1226
|
)
|
|
1165
1227
|
|
|
1166
1228
|
async def async_delete_self_hosted_runner_group_from_enterprise(
|
|
@@ -1169,6 +1231,7 @@ class EnterpriseAdminClient:
|
|
|
1169
1231
|
runner_group_id: int,
|
|
1170
1232
|
*,
|
|
1171
1233
|
headers: Optional[Mapping[str, str]] = None,
|
|
1234
|
+
stream: bool = False,
|
|
1172
1235
|
) -> Response:
|
|
1173
1236
|
"""enterprise-admin/delete-self-hosted-runner-group-from-enterprise
|
|
1174
1237
|
|
|
@@ -1189,6 +1252,7 @@ class EnterpriseAdminClient:
|
|
|
1189
1252
|
"DELETE",
|
|
1190
1253
|
url,
|
|
1191
1254
|
headers=exclude_unset(headers),
|
|
1255
|
+
stream=stream,
|
|
1192
1256
|
)
|
|
1193
1257
|
|
|
1194
1258
|
@overload
|
|
@@ -1198,6 +1262,7 @@ class EnterpriseAdminClient:
|
|
|
1198
1262
|
runner_group_id: int,
|
|
1199
1263
|
*,
|
|
1200
1264
|
headers: Optional[Mapping[str, str]] = None,
|
|
1265
|
+
stream: bool = False,
|
|
1201
1266
|
data: Missing[
|
|
1202
1267
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdPatchBodyType
|
|
1203
1268
|
] = UNSET,
|
|
@@ -1211,6 +1276,7 @@ class EnterpriseAdminClient:
|
|
|
1211
1276
|
*,
|
|
1212
1277
|
data: UnsetType = UNSET,
|
|
1213
1278
|
headers: Optional[Mapping[str, str]] = None,
|
|
1279
|
+
stream: bool = False,
|
|
1214
1280
|
name: Missing[str] = UNSET,
|
|
1215
1281
|
visibility: Missing[Literal["selected", "all"]] = UNSET,
|
|
1216
1282
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
@@ -1225,6 +1291,7 @@ class EnterpriseAdminClient:
|
|
|
1225
1291
|
runner_group_id: int,
|
|
1226
1292
|
*,
|
|
1227
1293
|
headers: Optional[Mapping[str, str]] = None,
|
|
1294
|
+
stream: bool = False,
|
|
1228
1295
|
data: Missing[
|
|
1229
1296
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdPatchBodyType
|
|
1230
1297
|
] = UNSET,
|
|
@@ -1266,6 +1333,7 @@ class EnterpriseAdminClient:
|
|
|
1266
1333
|
url,
|
|
1267
1334
|
json=exclude_unset(json),
|
|
1268
1335
|
headers=exclude_unset(headers),
|
|
1336
|
+
stream=stream,
|
|
1269
1337
|
response_model=RunnerGroupsEnterprise,
|
|
1270
1338
|
)
|
|
1271
1339
|
|
|
@@ -1276,6 +1344,7 @@ class EnterpriseAdminClient:
|
|
|
1276
1344
|
runner_group_id: int,
|
|
1277
1345
|
*,
|
|
1278
1346
|
headers: Optional[Mapping[str, str]] = None,
|
|
1347
|
+
stream: bool = False,
|
|
1279
1348
|
data: Missing[
|
|
1280
1349
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdPatchBodyType
|
|
1281
1350
|
] = UNSET,
|
|
@@ -1289,6 +1358,7 @@ class EnterpriseAdminClient:
|
|
|
1289
1358
|
*,
|
|
1290
1359
|
data: UnsetType = UNSET,
|
|
1291
1360
|
headers: Optional[Mapping[str, str]] = None,
|
|
1361
|
+
stream: bool = False,
|
|
1292
1362
|
name: Missing[str] = UNSET,
|
|
1293
1363
|
visibility: Missing[Literal["selected", "all"]] = UNSET,
|
|
1294
1364
|
allows_public_repositories: Missing[bool] = UNSET,
|
|
@@ -1303,6 +1373,7 @@ class EnterpriseAdminClient:
|
|
|
1303
1373
|
runner_group_id: int,
|
|
1304
1374
|
*,
|
|
1305
1375
|
headers: Optional[Mapping[str, str]] = None,
|
|
1376
|
+
stream: bool = False,
|
|
1306
1377
|
data: Missing[
|
|
1307
1378
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdPatchBodyType
|
|
1308
1379
|
] = UNSET,
|
|
@@ -1344,6 +1415,7 @@ class EnterpriseAdminClient:
|
|
|
1344
1415
|
url,
|
|
1345
1416
|
json=exclude_unset(json),
|
|
1346
1417
|
headers=exclude_unset(headers),
|
|
1418
|
+
stream=stream,
|
|
1347
1419
|
response_model=RunnerGroupsEnterprise,
|
|
1348
1420
|
)
|
|
1349
1421
|
|
|
@@ -1355,6 +1427,7 @@ class EnterpriseAdminClient:
|
|
|
1355
1427
|
per_page: Missing[int] = UNSET,
|
|
1356
1428
|
page: Missing[int] = UNSET,
|
|
1357
1429
|
headers: Optional[Mapping[str, str]] = None,
|
|
1430
|
+
stream: bool = False,
|
|
1358
1431
|
) -> Response[
|
|
1359
1432
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200,
|
|
1360
1433
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200Type,
|
|
@@ -1388,6 +1461,7 @@ class EnterpriseAdminClient:
|
|
|
1388
1461
|
url,
|
|
1389
1462
|
params=exclude_unset(params),
|
|
1390
1463
|
headers=exclude_unset(headers),
|
|
1464
|
+
stream=stream,
|
|
1391
1465
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200,
|
|
1392
1466
|
)
|
|
1393
1467
|
|
|
@@ -1399,6 +1473,7 @@ class EnterpriseAdminClient:
|
|
|
1399
1473
|
per_page: Missing[int] = UNSET,
|
|
1400
1474
|
page: Missing[int] = UNSET,
|
|
1401
1475
|
headers: Optional[Mapping[str, str]] = None,
|
|
1476
|
+
stream: bool = False,
|
|
1402
1477
|
) -> Response[
|
|
1403
1478
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200,
|
|
1404
1479
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200Type,
|
|
@@ -1432,6 +1507,7 @@ class EnterpriseAdminClient:
|
|
|
1432
1507
|
url,
|
|
1433
1508
|
params=exclude_unset(params),
|
|
1434
1509
|
headers=exclude_unset(headers),
|
|
1510
|
+
stream=stream,
|
|
1435
1511
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsGetResponse200,
|
|
1436
1512
|
)
|
|
1437
1513
|
|
|
@@ -1442,6 +1518,7 @@ class EnterpriseAdminClient:
|
|
|
1442
1518
|
runner_group_id: int,
|
|
1443
1519
|
*,
|
|
1444
1520
|
headers: Optional[Mapping[str, str]] = None,
|
|
1521
|
+
stream: bool = False,
|
|
1445
1522
|
data: EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsPutBodyType,
|
|
1446
1523
|
) -> Response: ...
|
|
1447
1524
|
|
|
@@ -1453,6 +1530,7 @@ class EnterpriseAdminClient:
|
|
|
1453
1530
|
*,
|
|
1454
1531
|
data: UnsetType = UNSET,
|
|
1455
1532
|
headers: Optional[Mapping[str, str]] = None,
|
|
1533
|
+
stream: bool = False,
|
|
1456
1534
|
selected_organization_ids: list[int],
|
|
1457
1535
|
) -> Response: ...
|
|
1458
1536
|
|
|
@@ -1462,6 +1540,7 @@ class EnterpriseAdminClient:
|
|
|
1462
1540
|
runner_group_id: int,
|
|
1463
1541
|
*,
|
|
1464
1542
|
headers: Optional[Mapping[str, str]] = None,
|
|
1543
|
+
stream: bool = False,
|
|
1465
1544
|
data: Missing[
|
|
1466
1545
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsPutBodyType
|
|
1467
1546
|
] = UNSET,
|
|
@@ -1503,6 +1582,7 @@ class EnterpriseAdminClient:
|
|
|
1503
1582
|
url,
|
|
1504
1583
|
json=exclude_unset(json),
|
|
1505
1584
|
headers=exclude_unset(headers),
|
|
1585
|
+
stream=stream,
|
|
1506
1586
|
)
|
|
1507
1587
|
|
|
1508
1588
|
@overload
|
|
@@ -1512,6 +1592,7 @@ class EnterpriseAdminClient:
|
|
|
1512
1592
|
runner_group_id: int,
|
|
1513
1593
|
*,
|
|
1514
1594
|
headers: Optional[Mapping[str, str]] = None,
|
|
1595
|
+
stream: bool = False,
|
|
1515
1596
|
data: EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsPutBodyType,
|
|
1516
1597
|
) -> Response: ...
|
|
1517
1598
|
|
|
@@ -1523,6 +1604,7 @@ class EnterpriseAdminClient:
|
|
|
1523
1604
|
*,
|
|
1524
1605
|
data: UnsetType = UNSET,
|
|
1525
1606
|
headers: Optional[Mapping[str, str]] = None,
|
|
1607
|
+
stream: bool = False,
|
|
1526
1608
|
selected_organization_ids: list[int],
|
|
1527
1609
|
) -> Response: ...
|
|
1528
1610
|
|
|
@@ -1532,6 +1614,7 @@ class EnterpriseAdminClient:
|
|
|
1532
1614
|
runner_group_id: int,
|
|
1533
1615
|
*,
|
|
1534
1616
|
headers: Optional[Mapping[str, str]] = None,
|
|
1617
|
+
stream: bool = False,
|
|
1535
1618
|
data: Missing[
|
|
1536
1619
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdOrganizationsPutBodyType
|
|
1537
1620
|
] = UNSET,
|
|
@@ -1573,6 +1656,7 @@ class EnterpriseAdminClient:
|
|
|
1573
1656
|
url,
|
|
1574
1657
|
json=exclude_unset(json),
|
|
1575
1658
|
headers=exclude_unset(headers),
|
|
1659
|
+
stream=stream,
|
|
1576
1660
|
)
|
|
1577
1661
|
|
|
1578
1662
|
def add_org_access_to_self_hosted_runner_group_in_enterprise(
|
|
@@ -1582,6 +1666,7 @@ class EnterpriseAdminClient:
|
|
|
1582
1666
|
org_id: int,
|
|
1583
1667
|
*,
|
|
1584
1668
|
headers: Optional[Mapping[str, str]] = None,
|
|
1669
|
+
stream: bool = False,
|
|
1585
1670
|
) -> Response:
|
|
1586
1671
|
"""enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise
|
|
1587
1672
|
|
|
@@ -1602,6 +1687,7 @@ class EnterpriseAdminClient:
|
|
|
1602
1687
|
"PUT",
|
|
1603
1688
|
url,
|
|
1604
1689
|
headers=exclude_unset(headers),
|
|
1690
|
+
stream=stream,
|
|
1605
1691
|
)
|
|
1606
1692
|
|
|
1607
1693
|
async def async_add_org_access_to_self_hosted_runner_group_in_enterprise(
|
|
@@ -1611,6 +1697,7 @@ class EnterpriseAdminClient:
|
|
|
1611
1697
|
org_id: int,
|
|
1612
1698
|
*,
|
|
1613
1699
|
headers: Optional[Mapping[str, str]] = None,
|
|
1700
|
+
stream: bool = False,
|
|
1614
1701
|
) -> Response:
|
|
1615
1702
|
"""enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise
|
|
1616
1703
|
|
|
@@ -1631,6 +1718,7 @@ class EnterpriseAdminClient:
|
|
|
1631
1718
|
"PUT",
|
|
1632
1719
|
url,
|
|
1633
1720
|
headers=exclude_unset(headers),
|
|
1721
|
+
stream=stream,
|
|
1634
1722
|
)
|
|
1635
1723
|
|
|
1636
1724
|
def remove_org_access_to_self_hosted_runner_group_in_enterprise(
|
|
@@ -1640,6 +1728,7 @@ class EnterpriseAdminClient:
|
|
|
1640
1728
|
org_id: int,
|
|
1641
1729
|
*,
|
|
1642
1730
|
headers: Optional[Mapping[str, str]] = None,
|
|
1731
|
+
stream: bool = False,
|
|
1643
1732
|
) -> Response:
|
|
1644
1733
|
"""enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise
|
|
1645
1734
|
|
|
@@ -1660,6 +1749,7 @@ class EnterpriseAdminClient:
|
|
|
1660
1749
|
"DELETE",
|
|
1661
1750
|
url,
|
|
1662
1751
|
headers=exclude_unset(headers),
|
|
1752
|
+
stream=stream,
|
|
1663
1753
|
)
|
|
1664
1754
|
|
|
1665
1755
|
async def async_remove_org_access_to_self_hosted_runner_group_in_enterprise(
|
|
@@ -1669,6 +1759,7 @@ class EnterpriseAdminClient:
|
|
|
1669
1759
|
org_id: int,
|
|
1670
1760
|
*,
|
|
1671
1761
|
headers: Optional[Mapping[str, str]] = None,
|
|
1762
|
+
stream: bool = False,
|
|
1672
1763
|
) -> Response:
|
|
1673
1764
|
"""enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise
|
|
1674
1765
|
|
|
@@ -1689,6 +1780,7 @@ class EnterpriseAdminClient:
|
|
|
1689
1780
|
"DELETE",
|
|
1690
1781
|
url,
|
|
1691
1782
|
headers=exclude_unset(headers),
|
|
1783
|
+
stream=stream,
|
|
1692
1784
|
)
|
|
1693
1785
|
|
|
1694
1786
|
def list_self_hosted_runners_in_group_for_enterprise(
|
|
@@ -1699,6 +1791,7 @@ class EnterpriseAdminClient:
|
|
|
1699
1791
|
per_page: Missing[int] = UNSET,
|
|
1700
1792
|
page: Missing[int] = UNSET,
|
|
1701
1793
|
headers: Optional[Mapping[str, str]] = None,
|
|
1794
|
+
stream: bool = False,
|
|
1702
1795
|
) -> Response[
|
|
1703
1796
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1704
1797
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200Type,
|
|
@@ -1734,6 +1827,7 @@ class EnterpriseAdminClient:
|
|
|
1734
1827
|
url,
|
|
1735
1828
|
params=exclude_unset(params),
|
|
1736
1829
|
headers=exclude_unset(headers),
|
|
1830
|
+
stream=stream,
|
|
1737
1831
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1738
1832
|
)
|
|
1739
1833
|
|
|
@@ -1745,6 +1839,7 @@ class EnterpriseAdminClient:
|
|
|
1745
1839
|
per_page: Missing[int] = UNSET,
|
|
1746
1840
|
page: Missing[int] = UNSET,
|
|
1747
1841
|
headers: Optional[Mapping[str, str]] = None,
|
|
1842
|
+
stream: bool = False,
|
|
1748
1843
|
) -> Response[
|
|
1749
1844
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1750
1845
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200Type,
|
|
@@ -1780,6 +1875,7 @@ class EnterpriseAdminClient:
|
|
|
1780
1875
|
url,
|
|
1781
1876
|
params=exclude_unset(params),
|
|
1782
1877
|
headers=exclude_unset(headers),
|
|
1878
|
+
stream=stream,
|
|
1783
1879
|
response_model=EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersGetResponse200,
|
|
1784
1880
|
)
|
|
1785
1881
|
|
|
@@ -1790,6 +1886,7 @@ class EnterpriseAdminClient:
|
|
|
1790
1886
|
runner_group_id: int,
|
|
1791
1887
|
*,
|
|
1792
1888
|
headers: Optional[Mapping[str, str]] = None,
|
|
1889
|
+
stream: bool = False,
|
|
1793
1890
|
data: EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType,
|
|
1794
1891
|
) -> Response: ...
|
|
1795
1892
|
|
|
@@ -1801,6 +1898,7 @@ class EnterpriseAdminClient:
|
|
|
1801
1898
|
*,
|
|
1802
1899
|
data: UnsetType = UNSET,
|
|
1803
1900
|
headers: Optional[Mapping[str, str]] = None,
|
|
1901
|
+
stream: bool = False,
|
|
1804
1902
|
runners: list[int],
|
|
1805
1903
|
) -> Response: ...
|
|
1806
1904
|
|
|
@@ -1810,6 +1908,7 @@ class EnterpriseAdminClient:
|
|
|
1810
1908
|
runner_group_id: int,
|
|
1811
1909
|
*,
|
|
1812
1910
|
headers: Optional[Mapping[str, str]] = None,
|
|
1911
|
+
stream: bool = False,
|
|
1813
1912
|
data: Missing[
|
|
1814
1913
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType
|
|
1815
1914
|
] = UNSET,
|
|
@@ -1853,6 +1952,7 @@ class EnterpriseAdminClient:
|
|
|
1853
1952
|
url,
|
|
1854
1953
|
json=exclude_unset(json),
|
|
1855
1954
|
headers=exclude_unset(headers),
|
|
1955
|
+
stream=stream,
|
|
1856
1956
|
)
|
|
1857
1957
|
|
|
1858
1958
|
@overload
|
|
@@ -1862,6 +1962,7 @@ class EnterpriseAdminClient:
|
|
|
1862
1962
|
runner_group_id: int,
|
|
1863
1963
|
*,
|
|
1864
1964
|
headers: Optional[Mapping[str, str]] = None,
|
|
1965
|
+
stream: bool = False,
|
|
1865
1966
|
data: EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType,
|
|
1866
1967
|
) -> Response: ...
|
|
1867
1968
|
|
|
@@ -1873,6 +1974,7 @@ class EnterpriseAdminClient:
|
|
|
1873
1974
|
*,
|
|
1874
1975
|
data: UnsetType = UNSET,
|
|
1875
1976
|
headers: Optional[Mapping[str, str]] = None,
|
|
1977
|
+
stream: bool = False,
|
|
1876
1978
|
runners: list[int],
|
|
1877
1979
|
) -> Response: ...
|
|
1878
1980
|
|
|
@@ -1882,6 +1984,7 @@ class EnterpriseAdminClient:
|
|
|
1882
1984
|
runner_group_id: int,
|
|
1883
1985
|
*,
|
|
1884
1986
|
headers: Optional[Mapping[str, str]] = None,
|
|
1987
|
+
stream: bool = False,
|
|
1885
1988
|
data: Missing[
|
|
1886
1989
|
EnterprisesEnterpriseActionsRunnerGroupsRunnerGroupIdRunnersPutBodyType
|
|
1887
1990
|
] = UNSET,
|
|
@@ -1925,6 +2028,7 @@ class EnterpriseAdminClient:
|
|
|
1925
2028
|
url,
|
|
1926
2029
|
json=exclude_unset(json),
|
|
1927
2030
|
headers=exclude_unset(headers),
|
|
2031
|
+
stream=stream,
|
|
1928
2032
|
)
|
|
1929
2033
|
|
|
1930
2034
|
def add_self_hosted_runner_to_group_for_enterprise(
|
|
@@ -1934,6 +2038,7 @@ class EnterpriseAdminClient:
|
|
|
1934
2038
|
runner_id: int,
|
|
1935
2039
|
*,
|
|
1936
2040
|
headers: Optional[Mapping[str, str]] = None,
|
|
2041
|
+
stream: bool = False,
|
|
1937
2042
|
) -> Response:
|
|
1938
2043
|
"""enterprise-admin/add-self-hosted-runner-to-group-for-enterprise
|
|
1939
2044
|
|
|
@@ -1954,6 +2059,7 @@ class EnterpriseAdminClient:
|
|
|
1954
2059
|
"PUT",
|
|
1955
2060
|
url,
|
|
1956
2061
|
headers=exclude_unset(headers),
|
|
2062
|
+
stream=stream,
|
|
1957
2063
|
)
|
|
1958
2064
|
|
|
1959
2065
|
async def async_add_self_hosted_runner_to_group_for_enterprise(
|
|
@@ -1963,6 +2069,7 @@ class EnterpriseAdminClient:
|
|
|
1963
2069
|
runner_id: int,
|
|
1964
2070
|
*,
|
|
1965
2071
|
headers: Optional[Mapping[str, str]] = None,
|
|
2072
|
+
stream: bool = False,
|
|
1966
2073
|
) -> Response:
|
|
1967
2074
|
"""enterprise-admin/add-self-hosted-runner-to-group-for-enterprise
|
|
1968
2075
|
|
|
@@ -1983,6 +2090,7 @@ class EnterpriseAdminClient:
|
|
|
1983
2090
|
"PUT",
|
|
1984
2091
|
url,
|
|
1985
2092
|
headers=exclude_unset(headers),
|
|
2093
|
+
stream=stream,
|
|
1986
2094
|
)
|
|
1987
2095
|
|
|
1988
2096
|
def remove_self_hosted_runner_from_group_for_enterprise(
|
|
@@ -1992,6 +2100,7 @@ class EnterpriseAdminClient:
|
|
|
1992
2100
|
runner_id: int,
|
|
1993
2101
|
*,
|
|
1994
2102
|
headers: Optional[Mapping[str, str]] = None,
|
|
2103
|
+
stream: bool = False,
|
|
1995
2104
|
) -> Response:
|
|
1996
2105
|
"""enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise
|
|
1997
2106
|
|
|
@@ -2012,6 +2121,7 @@ class EnterpriseAdminClient:
|
|
|
2012
2121
|
"DELETE",
|
|
2013
2122
|
url,
|
|
2014
2123
|
headers=exclude_unset(headers),
|
|
2124
|
+
stream=stream,
|
|
2015
2125
|
)
|
|
2016
2126
|
|
|
2017
2127
|
async def async_remove_self_hosted_runner_from_group_for_enterprise(
|
|
@@ -2021,6 +2131,7 @@ class EnterpriseAdminClient:
|
|
|
2021
2131
|
runner_id: int,
|
|
2022
2132
|
*,
|
|
2023
2133
|
headers: Optional[Mapping[str, str]] = None,
|
|
2134
|
+
stream: bool = False,
|
|
2024
2135
|
) -> Response:
|
|
2025
2136
|
"""enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise
|
|
2026
2137
|
|
|
@@ -2041,6 +2152,7 @@ class EnterpriseAdminClient:
|
|
|
2041
2152
|
"DELETE",
|
|
2042
2153
|
url,
|
|
2043
2154
|
headers=exclude_unset(headers),
|
|
2155
|
+
stream=stream,
|
|
2044
2156
|
)
|
|
2045
2157
|
|
|
2046
2158
|
def list_self_hosted_runners_for_enterprise(
|
|
@@ -2051,6 +2163,7 @@ class EnterpriseAdminClient:
|
|
|
2051
2163
|
per_page: Missing[int] = UNSET,
|
|
2052
2164
|
page: Missing[int] = UNSET,
|
|
2053
2165
|
headers: Optional[Mapping[str, str]] = None,
|
|
2166
|
+
stream: bool = False,
|
|
2054
2167
|
) -> Response[
|
|
2055
2168
|
EnterprisesEnterpriseActionsRunnersGetResponse200,
|
|
2056
2169
|
EnterprisesEnterpriseActionsRunnersGetResponse200Type,
|
|
@@ -2083,6 +2196,7 @@ class EnterpriseAdminClient:
|
|
|
2083
2196
|
url,
|
|
2084
2197
|
params=exclude_unset(params),
|
|
2085
2198
|
headers=exclude_unset(headers),
|
|
2199
|
+
stream=stream,
|
|
2086
2200
|
response_model=EnterprisesEnterpriseActionsRunnersGetResponse200,
|
|
2087
2201
|
)
|
|
2088
2202
|
|
|
@@ -2094,6 +2208,7 @@ class EnterpriseAdminClient:
|
|
|
2094
2208
|
per_page: Missing[int] = UNSET,
|
|
2095
2209
|
page: Missing[int] = UNSET,
|
|
2096
2210
|
headers: Optional[Mapping[str, str]] = None,
|
|
2211
|
+
stream: bool = False,
|
|
2097
2212
|
) -> Response[
|
|
2098
2213
|
EnterprisesEnterpriseActionsRunnersGetResponse200,
|
|
2099
2214
|
EnterprisesEnterpriseActionsRunnersGetResponse200Type,
|
|
@@ -2126,6 +2241,7 @@ class EnterpriseAdminClient:
|
|
|
2126
2241
|
url,
|
|
2127
2242
|
params=exclude_unset(params),
|
|
2128
2243
|
headers=exclude_unset(headers),
|
|
2244
|
+
stream=stream,
|
|
2129
2245
|
response_model=EnterprisesEnterpriseActionsRunnersGetResponse200,
|
|
2130
2246
|
)
|
|
2131
2247
|
|
|
@@ -2134,6 +2250,7 @@ class EnterpriseAdminClient:
|
|
|
2134
2250
|
enterprise: str,
|
|
2135
2251
|
*,
|
|
2136
2252
|
headers: Optional[Mapping[str, str]] = None,
|
|
2253
|
+
stream: bool = False,
|
|
2137
2254
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
2138
2255
|
"""enterprise-admin/list-runner-applications-for-enterprise
|
|
2139
2256
|
|
|
@@ -2156,6 +2273,7 @@ class EnterpriseAdminClient:
|
|
|
2156
2273
|
"GET",
|
|
2157
2274
|
url,
|
|
2158
2275
|
headers=exclude_unset(headers),
|
|
2276
|
+
stream=stream,
|
|
2159
2277
|
response_model=list[RunnerApplication],
|
|
2160
2278
|
)
|
|
2161
2279
|
|
|
@@ -2164,6 +2282,7 @@ class EnterpriseAdminClient:
|
|
|
2164
2282
|
enterprise: str,
|
|
2165
2283
|
*,
|
|
2166
2284
|
headers: Optional[Mapping[str, str]] = None,
|
|
2285
|
+
stream: bool = False,
|
|
2167
2286
|
) -> Response[list[RunnerApplication], list[RunnerApplicationType]]:
|
|
2168
2287
|
"""enterprise-admin/list-runner-applications-for-enterprise
|
|
2169
2288
|
|
|
@@ -2186,6 +2305,7 @@ class EnterpriseAdminClient:
|
|
|
2186
2305
|
"GET",
|
|
2187
2306
|
url,
|
|
2188
2307
|
headers=exclude_unset(headers),
|
|
2308
|
+
stream=stream,
|
|
2189
2309
|
response_model=list[RunnerApplication],
|
|
2190
2310
|
)
|
|
2191
2311
|
|
|
@@ -2194,6 +2314,7 @@ class EnterpriseAdminClient:
|
|
|
2194
2314
|
enterprise: str,
|
|
2195
2315
|
*,
|
|
2196
2316
|
headers: Optional[Mapping[str, str]] = None,
|
|
2317
|
+
stream: bool = False,
|
|
2197
2318
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2198
2319
|
"""enterprise-admin/create-registration-token-for-enterprise
|
|
2199
2320
|
|
|
@@ -2224,6 +2345,7 @@ class EnterpriseAdminClient:
|
|
|
2224
2345
|
"POST",
|
|
2225
2346
|
url,
|
|
2226
2347
|
headers=exclude_unset(headers),
|
|
2348
|
+
stream=stream,
|
|
2227
2349
|
response_model=AuthenticationToken,
|
|
2228
2350
|
)
|
|
2229
2351
|
|
|
@@ -2232,6 +2354,7 @@ class EnterpriseAdminClient:
|
|
|
2232
2354
|
enterprise: str,
|
|
2233
2355
|
*,
|
|
2234
2356
|
headers: Optional[Mapping[str, str]] = None,
|
|
2357
|
+
stream: bool = False,
|
|
2235
2358
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2236
2359
|
"""enterprise-admin/create-registration-token-for-enterprise
|
|
2237
2360
|
|
|
@@ -2262,6 +2385,7 @@ class EnterpriseAdminClient:
|
|
|
2262
2385
|
"POST",
|
|
2263
2386
|
url,
|
|
2264
2387
|
headers=exclude_unset(headers),
|
|
2388
|
+
stream=stream,
|
|
2265
2389
|
response_model=AuthenticationToken,
|
|
2266
2390
|
)
|
|
2267
2391
|
|
|
@@ -2270,6 +2394,7 @@ class EnterpriseAdminClient:
|
|
|
2270
2394
|
enterprise: str,
|
|
2271
2395
|
*,
|
|
2272
2396
|
headers: Optional[Mapping[str, str]] = None,
|
|
2397
|
+
stream: bool = False,
|
|
2273
2398
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2274
2399
|
"""enterprise-admin/create-remove-token-for-enterprise
|
|
2275
2400
|
|
|
@@ -2301,6 +2426,7 @@ class EnterpriseAdminClient:
|
|
|
2301
2426
|
"POST",
|
|
2302
2427
|
url,
|
|
2303
2428
|
headers=exclude_unset(headers),
|
|
2429
|
+
stream=stream,
|
|
2304
2430
|
response_model=AuthenticationToken,
|
|
2305
2431
|
)
|
|
2306
2432
|
|
|
@@ -2309,6 +2435,7 @@ class EnterpriseAdminClient:
|
|
|
2309
2435
|
enterprise: str,
|
|
2310
2436
|
*,
|
|
2311
2437
|
headers: Optional[Mapping[str, str]] = None,
|
|
2438
|
+
stream: bool = False,
|
|
2312
2439
|
) -> Response[AuthenticationToken, AuthenticationTokenType]:
|
|
2313
2440
|
"""enterprise-admin/create-remove-token-for-enterprise
|
|
2314
2441
|
|
|
@@ -2340,6 +2467,7 @@ class EnterpriseAdminClient:
|
|
|
2340
2467
|
"POST",
|
|
2341
2468
|
url,
|
|
2342
2469
|
headers=exclude_unset(headers),
|
|
2470
|
+
stream=stream,
|
|
2343
2471
|
response_model=AuthenticationToken,
|
|
2344
2472
|
)
|
|
2345
2473
|
|
|
@@ -2349,6 +2477,7 @@ class EnterpriseAdminClient:
|
|
|
2349
2477
|
runner_id: int,
|
|
2350
2478
|
*,
|
|
2351
2479
|
headers: Optional[Mapping[str, str]] = None,
|
|
2480
|
+
stream: bool = False,
|
|
2352
2481
|
) -> Response[Runner, RunnerType]:
|
|
2353
2482
|
"""enterprise-admin/get-self-hosted-runner-for-enterprise
|
|
2354
2483
|
|
|
@@ -2371,6 +2500,7 @@ class EnterpriseAdminClient:
|
|
|
2371
2500
|
"GET",
|
|
2372
2501
|
url,
|
|
2373
2502
|
headers=exclude_unset(headers),
|
|
2503
|
+
stream=stream,
|
|
2374
2504
|
response_model=Runner,
|
|
2375
2505
|
)
|
|
2376
2506
|
|
|
@@ -2380,6 +2510,7 @@ class EnterpriseAdminClient:
|
|
|
2380
2510
|
runner_id: int,
|
|
2381
2511
|
*,
|
|
2382
2512
|
headers: Optional[Mapping[str, str]] = None,
|
|
2513
|
+
stream: bool = False,
|
|
2383
2514
|
) -> Response[Runner, RunnerType]:
|
|
2384
2515
|
"""enterprise-admin/get-self-hosted-runner-for-enterprise
|
|
2385
2516
|
|
|
@@ -2402,6 +2533,7 @@ class EnterpriseAdminClient:
|
|
|
2402
2533
|
"GET",
|
|
2403
2534
|
url,
|
|
2404
2535
|
headers=exclude_unset(headers),
|
|
2536
|
+
stream=stream,
|
|
2405
2537
|
response_model=Runner,
|
|
2406
2538
|
)
|
|
2407
2539
|
|
|
@@ -2411,6 +2543,7 @@ class EnterpriseAdminClient:
|
|
|
2411
2543
|
runner_id: int,
|
|
2412
2544
|
*,
|
|
2413
2545
|
headers: Optional[Mapping[str, str]] = None,
|
|
2546
|
+
stream: bool = False,
|
|
2414
2547
|
) -> Response:
|
|
2415
2548
|
"""enterprise-admin/delete-self-hosted-runner-from-enterprise
|
|
2416
2549
|
|
|
@@ -2423,6 +2556,8 @@ class EnterpriseAdminClient:
|
|
|
2423
2556
|
See also: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise
|
|
2424
2557
|
"""
|
|
2425
2558
|
|
|
2559
|
+
from ..models import ValidationErrorSimple
|
|
2560
|
+
|
|
2426
2561
|
url = f"/enterprises/{enterprise}/actions/runners/{runner_id}"
|
|
2427
2562
|
|
|
2428
2563
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2431,6 +2566,10 @@ class EnterpriseAdminClient:
|
|
|
2431
2566
|
"DELETE",
|
|
2432
2567
|
url,
|
|
2433
2568
|
headers=exclude_unset(headers),
|
|
2569
|
+
stream=stream,
|
|
2570
|
+
error_models={
|
|
2571
|
+
"422": ValidationErrorSimple,
|
|
2572
|
+
},
|
|
2434
2573
|
)
|
|
2435
2574
|
|
|
2436
2575
|
async def async_delete_self_hosted_runner_from_enterprise(
|
|
@@ -2439,6 +2578,7 @@ class EnterpriseAdminClient:
|
|
|
2439
2578
|
runner_id: int,
|
|
2440
2579
|
*,
|
|
2441
2580
|
headers: Optional[Mapping[str, str]] = None,
|
|
2581
|
+
stream: bool = False,
|
|
2442
2582
|
) -> Response:
|
|
2443
2583
|
"""enterprise-admin/delete-self-hosted-runner-from-enterprise
|
|
2444
2584
|
|
|
@@ -2451,6 +2591,8 @@ class EnterpriseAdminClient:
|
|
|
2451
2591
|
See also: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-enterprise
|
|
2452
2592
|
"""
|
|
2453
2593
|
|
|
2594
|
+
from ..models import ValidationErrorSimple
|
|
2595
|
+
|
|
2454
2596
|
url = f"/enterprises/{enterprise}/actions/runners/{runner_id}"
|
|
2455
2597
|
|
|
2456
2598
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2459,6 +2601,10 @@ class EnterpriseAdminClient:
|
|
|
2459
2601
|
"DELETE",
|
|
2460
2602
|
url,
|
|
2461
2603
|
headers=exclude_unset(headers),
|
|
2604
|
+
stream=stream,
|
|
2605
|
+
error_models={
|
|
2606
|
+
"422": ValidationErrorSimple,
|
|
2607
|
+
},
|
|
2462
2608
|
)
|
|
2463
2609
|
|
|
2464
2610
|
def list_labels_for_self_hosted_runner_for_enterprise(
|
|
@@ -2467,6 +2613,7 @@ class EnterpriseAdminClient:
|
|
|
2467
2613
|
runner_id: int,
|
|
2468
2614
|
*,
|
|
2469
2615
|
headers: Optional[Mapping[str, str]] = None,
|
|
2616
|
+
stream: bool = False,
|
|
2470
2617
|
) -> Response[
|
|
2471
2618
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2472
2619
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2495,6 +2642,7 @@ class EnterpriseAdminClient:
|
|
|
2495
2642
|
"GET",
|
|
2496
2643
|
url,
|
|
2497
2644
|
headers=exclude_unset(headers),
|
|
2645
|
+
stream=stream,
|
|
2498
2646
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2499
2647
|
error_models={
|
|
2500
2648
|
"404": BasicError,
|
|
@@ -2507,6 +2655,7 @@ class EnterpriseAdminClient:
|
|
|
2507
2655
|
runner_id: int,
|
|
2508
2656
|
*,
|
|
2509
2657
|
headers: Optional[Mapping[str, str]] = None,
|
|
2658
|
+
stream: bool = False,
|
|
2510
2659
|
) -> Response[
|
|
2511
2660
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2512
2661
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -2535,6 +2684,7 @@ class EnterpriseAdminClient:
|
|
|
2535
2684
|
"GET",
|
|
2536
2685
|
url,
|
|
2537
2686
|
headers=exclude_unset(headers),
|
|
2687
|
+
stream=stream,
|
|
2538
2688
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2539
2689
|
error_models={
|
|
2540
2690
|
"404": BasicError,
|
|
@@ -2548,6 +2698,7 @@ class EnterpriseAdminClient:
|
|
|
2548
2698
|
runner_id: int,
|
|
2549
2699
|
*,
|
|
2550
2700
|
headers: Optional[Mapping[str, str]] = None,
|
|
2701
|
+
stream: bool = False,
|
|
2551
2702
|
data: EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPutBodyType,
|
|
2552
2703
|
) -> Response[
|
|
2553
2704
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2562,6 +2713,7 @@ class EnterpriseAdminClient:
|
|
|
2562
2713
|
*,
|
|
2563
2714
|
data: UnsetType = UNSET,
|
|
2564
2715
|
headers: Optional[Mapping[str, str]] = None,
|
|
2716
|
+
stream: bool = False,
|
|
2565
2717
|
labels: list[str],
|
|
2566
2718
|
) -> Response[
|
|
2567
2719
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2574,6 +2726,7 @@ class EnterpriseAdminClient:
|
|
|
2574
2726
|
runner_id: int,
|
|
2575
2727
|
*,
|
|
2576
2728
|
headers: Optional[Mapping[str, str]] = None,
|
|
2729
|
+
stream: bool = False,
|
|
2577
2730
|
data: Missing[
|
|
2578
2731
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPutBodyType
|
|
2579
2732
|
] = UNSET,
|
|
@@ -2621,6 +2774,7 @@ class EnterpriseAdminClient:
|
|
|
2621
2774
|
url,
|
|
2622
2775
|
json=exclude_unset(json),
|
|
2623
2776
|
headers=exclude_unset(headers),
|
|
2777
|
+
stream=stream,
|
|
2624
2778
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2625
2779
|
error_models={
|
|
2626
2780
|
"404": BasicError,
|
|
@@ -2635,6 +2789,7 @@ class EnterpriseAdminClient:
|
|
|
2635
2789
|
runner_id: int,
|
|
2636
2790
|
*,
|
|
2637
2791
|
headers: Optional[Mapping[str, str]] = None,
|
|
2792
|
+
stream: bool = False,
|
|
2638
2793
|
data: EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPutBodyType,
|
|
2639
2794
|
) -> Response[
|
|
2640
2795
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2649,6 +2804,7 @@ class EnterpriseAdminClient:
|
|
|
2649
2804
|
*,
|
|
2650
2805
|
data: UnsetType = UNSET,
|
|
2651
2806
|
headers: Optional[Mapping[str, str]] = None,
|
|
2807
|
+
stream: bool = False,
|
|
2652
2808
|
labels: list[str],
|
|
2653
2809
|
) -> Response[
|
|
2654
2810
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2661,6 +2817,7 @@ class EnterpriseAdminClient:
|
|
|
2661
2817
|
runner_id: int,
|
|
2662
2818
|
*,
|
|
2663
2819
|
headers: Optional[Mapping[str, str]] = None,
|
|
2820
|
+
stream: bool = False,
|
|
2664
2821
|
data: Missing[
|
|
2665
2822
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPutBodyType
|
|
2666
2823
|
] = UNSET,
|
|
@@ -2708,6 +2865,7 @@ class EnterpriseAdminClient:
|
|
|
2708
2865
|
url,
|
|
2709
2866
|
json=exclude_unset(json),
|
|
2710
2867
|
headers=exclude_unset(headers),
|
|
2868
|
+
stream=stream,
|
|
2711
2869
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2712
2870
|
error_models={
|
|
2713
2871
|
"404": BasicError,
|
|
@@ -2722,6 +2880,7 @@ class EnterpriseAdminClient:
|
|
|
2722
2880
|
runner_id: int,
|
|
2723
2881
|
*,
|
|
2724
2882
|
headers: Optional[Mapping[str, str]] = None,
|
|
2883
|
+
stream: bool = False,
|
|
2725
2884
|
data: EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPostBodyType,
|
|
2726
2885
|
) -> Response[
|
|
2727
2886
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2736,6 +2895,7 @@ class EnterpriseAdminClient:
|
|
|
2736
2895
|
*,
|
|
2737
2896
|
data: UnsetType = UNSET,
|
|
2738
2897
|
headers: Optional[Mapping[str, str]] = None,
|
|
2898
|
+
stream: bool = False,
|
|
2739
2899
|
labels: list[str],
|
|
2740
2900
|
) -> Response[
|
|
2741
2901
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2748,6 +2908,7 @@ class EnterpriseAdminClient:
|
|
|
2748
2908
|
runner_id: int,
|
|
2749
2909
|
*,
|
|
2750
2910
|
headers: Optional[Mapping[str, str]] = None,
|
|
2911
|
+
stream: bool = False,
|
|
2751
2912
|
data: Missing[
|
|
2752
2913
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPostBodyType
|
|
2753
2914
|
] = UNSET,
|
|
@@ -2794,6 +2955,7 @@ class EnterpriseAdminClient:
|
|
|
2794
2955
|
url,
|
|
2795
2956
|
json=exclude_unset(json),
|
|
2796
2957
|
headers=exclude_unset(headers),
|
|
2958
|
+
stream=stream,
|
|
2797
2959
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2798
2960
|
error_models={
|
|
2799
2961
|
"404": BasicError,
|
|
@@ -2808,6 +2970,7 @@ class EnterpriseAdminClient:
|
|
|
2808
2970
|
runner_id: int,
|
|
2809
2971
|
*,
|
|
2810
2972
|
headers: Optional[Mapping[str, str]] = None,
|
|
2973
|
+
stream: bool = False,
|
|
2811
2974
|
data: EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPostBodyType,
|
|
2812
2975
|
) -> Response[
|
|
2813
2976
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2822,6 +2985,7 @@ class EnterpriseAdminClient:
|
|
|
2822
2985
|
*,
|
|
2823
2986
|
data: UnsetType = UNSET,
|
|
2824
2987
|
headers: Optional[Mapping[str, str]] = None,
|
|
2988
|
+
stream: bool = False,
|
|
2825
2989
|
labels: list[str],
|
|
2826
2990
|
) -> Response[
|
|
2827
2991
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -2834,6 +2998,7 @@ class EnterpriseAdminClient:
|
|
|
2834
2998
|
runner_id: int,
|
|
2835
2999
|
*,
|
|
2836
3000
|
headers: Optional[Mapping[str, str]] = None,
|
|
3001
|
+
stream: bool = False,
|
|
2837
3002
|
data: Missing[
|
|
2838
3003
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsPostBodyType
|
|
2839
3004
|
] = UNSET,
|
|
@@ -2880,6 +3045,7 @@ class EnterpriseAdminClient:
|
|
|
2880
3045
|
url,
|
|
2881
3046
|
json=exclude_unset(json),
|
|
2882
3047
|
headers=exclude_unset(headers),
|
|
3048
|
+
stream=stream,
|
|
2883
3049
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2884
3050
|
error_models={
|
|
2885
3051
|
"404": BasicError,
|
|
@@ -2893,6 +3059,7 @@ class EnterpriseAdminClient:
|
|
|
2893
3059
|
runner_id: int,
|
|
2894
3060
|
*,
|
|
2895
3061
|
headers: Optional[Mapping[str, str]] = None,
|
|
3062
|
+
stream: bool = False,
|
|
2896
3063
|
) -> Response[
|
|
2897
3064
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2898
3065
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -2923,6 +3090,7 @@ class EnterpriseAdminClient:
|
|
|
2923
3090
|
"DELETE",
|
|
2924
3091
|
url,
|
|
2925
3092
|
headers=exclude_unset(headers),
|
|
3093
|
+
stream=stream,
|
|
2926
3094
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2927
3095
|
error_models={
|
|
2928
3096
|
"404": BasicError,
|
|
@@ -2936,6 +3104,7 @@ class EnterpriseAdminClient:
|
|
|
2936
3104
|
runner_id: int,
|
|
2937
3105
|
*,
|
|
2938
3106
|
headers: Optional[Mapping[str, str]] = None,
|
|
3107
|
+
stream: bool = False,
|
|
2939
3108
|
) -> Response[
|
|
2940
3109
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2941
3110
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
@@ -2966,6 +3135,7 @@ class EnterpriseAdminClient:
|
|
|
2966
3135
|
"DELETE",
|
|
2967
3136
|
url,
|
|
2968
3137
|
headers=exclude_unset(headers),
|
|
3138
|
+
stream=stream,
|
|
2969
3139
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
2970
3140
|
error_models={
|
|
2971
3141
|
"404": BasicError,
|
|
@@ -2980,6 +3150,7 @@ class EnterpriseAdminClient:
|
|
|
2980
3150
|
name: str,
|
|
2981
3151
|
*,
|
|
2982
3152
|
headers: Optional[Mapping[str, str]] = None,
|
|
3153
|
+
stream: bool = False,
|
|
2983
3154
|
) -> Response[
|
|
2984
3155
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
2985
3156
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -3013,6 +3184,7 @@ class EnterpriseAdminClient:
|
|
|
3013
3184
|
"DELETE",
|
|
3014
3185
|
url,
|
|
3015
3186
|
headers=exclude_unset(headers),
|
|
3187
|
+
stream=stream,
|
|
3016
3188
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
3017
3189
|
error_models={
|
|
3018
3190
|
"404": BasicError,
|
|
@@ -3027,6 +3199,7 @@ class EnterpriseAdminClient:
|
|
|
3027
3199
|
name: str,
|
|
3028
3200
|
*,
|
|
3029
3201
|
headers: Optional[Mapping[str, str]] = None,
|
|
3202
|
+
stream: bool = False,
|
|
3030
3203
|
) -> Response[
|
|
3031
3204
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
3032
3205
|
EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200Type,
|
|
@@ -3060,6 +3233,7 @@ class EnterpriseAdminClient:
|
|
|
3060
3233
|
"DELETE",
|
|
3061
3234
|
url,
|
|
3062
3235
|
headers=exclude_unset(headers),
|
|
3236
|
+
stream=stream,
|
|
3063
3237
|
response_model=EnterprisesEnterpriseActionsRunnersRunnerIdLabelsGetResponse200,
|
|
3064
3238
|
error_models={
|
|
3065
3239
|
"404": BasicError,
|
|
@@ -3072,6 +3246,7 @@ class EnterpriseAdminClient:
|
|
|
3072
3246
|
enterprise: str,
|
|
3073
3247
|
*,
|
|
3074
3248
|
headers: Optional[Mapping[str, str]] = None,
|
|
3249
|
+
stream: bool = False,
|
|
3075
3250
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
3076
3251
|
"""announcement-banners/get-announcement-banner-for-enterprise
|
|
3077
3252
|
|
|
@@ -3092,6 +3267,7 @@ class EnterpriseAdminClient:
|
|
|
3092
3267
|
"GET",
|
|
3093
3268
|
url,
|
|
3094
3269
|
headers=exclude_unset(headers),
|
|
3270
|
+
stream=stream,
|
|
3095
3271
|
response_model=AnnouncementBanner,
|
|
3096
3272
|
)
|
|
3097
3273
|
|
|
@@ -3100,6 +3276,7 @@ class EnterpriseAdminClient:
|
|
|
3100
3276
|
enterprise: str,
|
|
3101
3277
|
*,
|
|
3102
3278
|
headers: Optional[Mapping[str, str]] = None,
|
|
3279
|
+
stream: bool = False,
|
|
3103
3280
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
3104
3281
|
"""announcement-banners/get-announcement-banner-for-enterprise
|
|
3105
3282
|
|
|
@@ -3120,6 +3297,7 @@ class EnterpriseAdminClient:
|
|
|
3120
3297
|
"GET",
|
|
3121
3298
|
url,
|
|
3122
3299
|
headers=exclude_unset(headers),
|
|
3300
|
+
stream=stream,
|
|
3123
3301
|
response_model=AnnouncementBanner,
|
|
3124
3302
|
)
|
|
3125
3303
|
|
|
@@ -3128,6 +3306,7 @@ class EnterpriseAdminClient:
|
|
|
3128
3306
|
enterprise: str,
|
|
3129
3307
|
*,
|
|
3130
3308
|
headers: Optional[Mapping[str, str]] = None,
|
|
3309
|
+
stream: bool = False,
|
|
3131
3310
|
) -> Response:
|
|
3132
3311
|
"""announcement-banners/remove-announcement-banner-for-enterprise
|
|
3133
3312
|
|
|
@@ -3146,6 +3325,7 @@ class EnterpriseAdminClient:
|
|
|
3146
3325
|
"DELETE",
|
|
3147
3326
|
url,
|
|
3148
3327
|
headers=exclude_unset(headers),
|
|
3328
|
+
stream=stream,
|
|
3149
3329
|
)
|
|
3150
3330
|
|
|
3151
3331
|
async def async_remove_announcement_banner_for_enterprise(
|
|
@@ -3153,6 +3333,7 @@ class EnterpriseAdminClient:
|
|
|
3153
3333
|
enterprise: str,
|
|
3154
3334
|
*,
|
|
3155
3335
|
headers: Optional[Mapping[str, str]] = None,
|
|
3336
|
+
stream: bool = False,
|
|
3156
3337
|
) -> Response:
|
|
3157
3338
|
"""announcement-banners/remove-announcement-banner-for-enterprise
|
|
3158
3339
|
|
|
@@ -3171,6 +3352,7 @@ class EnterpriseAdminClient:
|
|
|
3171
3352
|
"DELETE",
|
|
3172
3353
|
url,
|
|
3173
3354
|
headers=exclude_unset(headers),
|
|
3355
|
+
stream=stream,
|
|
3174
3356
|
)
|
|
3175
3357
|
|
|
3176
3358
|
@overload
|
|
@@ -3179,6 +3361,7 @@ class EnterpriseAdminClient:
|
|
|
3179
3361
|
enterprise: str,
|
|
3180
3362
|
*,
|
|
3181
3363
|
headers: Optional[Mapping[str, str]] = None,
|
|
3364
|
+
stream: bool = False,
|
|
3182
3365
|
data: AnnouncementType,
|
|
3183
3366
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
3184
3367
|
|
|
@@ -3189,6 +3372,7 @@ class EnterpriseAdminClient:
|
|
|
3189
3372
|
*,
|
|
3190
3373
|
data: UnsetType = UNSET,
|
|
3191
3374
|
headers: Optional[Mapping[str, str]] = None,
|
|
3375
|
+
stream: bool = False,
|
|
3192
3376
|
announcement: Union[str, None],
|
|
3193
3377
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
3194
3378
|
user_dismissible: Missing[Union[bool, None]] = UNSET,
|
|
@@ -3199,6 +3383,7 @@ class EnterpriseAdminClient:
|
|
|
3199
3383
|
enterprise: str,
|
|
3200
3384
|
*,
|
|
3201
3385
|
headers: Optional[Mapping[str, str]] = None,
|
|
3386
|
+
stream: bool = False,
|
|
3202
3387
|
data: Missing[AnnouncementType] = UNSET,
|
|
3203
3388
|
**kwargs,
|
|
3204
3389
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -3231,6 +3416,7 @@ class EnterpriseAdminClient:
|
|
|
3231
3416
|
url,
|
|
3232
3417
|
json=exclude_unset(json),
|
|
3233
3418
|
headers=exclude_unset(headers),
|
|
3419
|
+
stream=stream,
|
|
3234
3420
|
response_model=AnnouncementBanner,
|
|
3235
3421
|
)
|
|
3236
3422
|
|
|
@@ -3240,6 +3426,7 @@ class EnterpriseAdminClient:
|
|
|
3240
3426
|
enterprise: str,
|
|
3241
3427
|
*,
|
|
3242
3428
|
headers: Optional[Mapping[str, str]] = None,
|
|
3429
|
+
stream: bool = False,
|
|
3243
3430
|
data: AnnouncementType,
|
|
3244
3431
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
|
|
3245
3432
|
|
|
@@ -3250,6 +3437,7 @@ class EnterpriseAdminClient:
|
|
|
3250
3437
|
*,
|
|
3251
3438
|
data: UnsetType = UNSET,
|
|
3252
3439
|
headers: Optional[Mapping[str, str]] = None,
|
|
3440
|
+
stream: bool = False,
|
|
3253
3441
|
announcement: Union[str, None],
|
|
3254
3442
|
expires_at: Missing[Union[datetime, None]] = UNSET,
|
|
3255
3443
|
user_dismissible: Missing[Union[bool, None]] = UNSET,
|
|
@@ -3260,6 +3448,7 @@ class EnterpriseAdminClient:
|
|
|
3260
3448
|
enterprise: str,
|
|
3261
3449
|
*,
|
|
3262
3450
|
headers: Optional[Mapping[str, str]] = None,
|
|
3451
|
+
stream: bool = False,
|
|
3263
3452
|
data: Missing[AnnouncementType] = UNSET,
|
|
3264
3453
|
**kwargs,
|
|
3265
3454
|
) -> Response[AnnouncementBanner, AnnouncementBannerType]:
|
|
@@ -3292,6 +3481,7 @@ class EnterpriseAdminClient:
|
|
|
3292
3481
|
url,
|
|
3293
3482
|
json=exclude_unset(json),
|
|
3294
3483
|
headers=exclude_unset(headers),
|
|
3484
|
+
stream=stream,
|
|
3295
3485
|
response_model=AnnouncementBanner,
|
|
3296
3486
|
)
|
|
3297
3487
|
|
|
@@ -3307,6 +3497,7 @@ class EnterpriseAdminClient:
|
|
|
3307
3497
|
page: Missing[int] = UNSET,
|
|
3308
3498
|
per_page: Missing[int] = UNSET,
|
|
3309
3499
|
headers: Optional[Mapping[str, str]] = None,
|
|
3500
|
+
stream: bool = False,
|
|
3310
3501
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
3311
3502
|
"""enterprise-admin/get-audit-log
|
|
3312
3503
|
|
|
@@ -3344,6 +3535,7 @@ class EnterpriseAdminClient:
|
|
|
3344
3535
|
url,
|
|
3345
3536
|
params=exclude_unset(params),
|
|
3346
3537
|
headers=exclude_unset(headers),
|
|
3538
|
+
stream=stream,
|
|
3347
3539
|
response_model=list[AuditLogEvent],
|
|
3348
3540
|
)
|
|
3349
3541
|
|
|
@@ -3359,6 +3551,7 @@ class EnterpriseAdminClient:
|
|
|
3359
3551
|
page: Missing[int] = UNSET,
|
|
3360
3552
|
per_page: Missing[int] = UNSET,
|
|
3361
3553
|
headers: Optional[Mapping[str, str]] = None,
|
|
3554
|
+
stream: bool = False,
|
|
3362
3555
|
) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
|
|
3363
3556
|
"""enterprise-admin/get-audit-log
|
|
3364
3557
|
|
|
@@ -3396,6 +3589,7 @@ class EnterpriseAdminClient:
|
|
|
3396
3589
|
url,
|
|
3397
3590
|
params=exclude_unset(params),
|
|
3398
3591
|
headers=exclude_unset(headers),
|
|
3592
|
+
stream=stream,
|
|
3399
3593
|
response_model=list[AuditLogEvent],
|
|
3400
3594
|
)
|
|
3401
3595
|
|
|
@@ -3404,6 +3598,7 @@ class EnterpriseAdminClient:
|
|
|
3404
3598
|
enterprise: str,
|
|
3405
3599
|
*,
|
|
3406
3600
|
headers: Optional[Mapping[str, str]] = None,
|
|
3601
|
+
stream: bool = False,
|
|
3407
3602
|
) -> Response[AuditLogStreamKey, AuditLogStreamKeyType]:
|
|
3408
3603
|
"""enterprise-admin/get-audit-log-stream-key
|
|
3409
3604
|
|
|
@@ -3426,6 +3621,7 @@ class EnterpriseAdminClient:
|
|
|
3426
3621
|
"GET",
|
|
3427
3622
|
url,
|
|
3428
3623
|
headers=exclude_unset(headers),
|
|
3624
|
+
stream=stream,
|
|
3429
3625
|
response_model=AuditLogStreamKey,
|
|
3430
3626
|
)
|
|
3431
3627
|
|
|
@@ -3434,6 +3630,7 @@ class EnterpriseAdminClient:
|
|
|
3434
3630
|
enterprise: str,
|
|
3435
3631
|
*,
|
|
3436
3632
|
headers: Optional[Mapping[str, str]] = None,
|
|
3633
|
+
stream: bool = False,
|
|
3437
3634
|
) -> Response[AuditLogStreamKey, AuditLogStreamKeyType]:
|
|
3438
3635
|
"""enterprise-admin/get-audit-log-stream-key
|
|
3439
3636
|
|
|
@@ -3456,6 +3653,7 @@ class EnterpriseAdminClient:
|
|
|
3456
3653
|
"GET",
|
|
3457
3654
|
url,
|
|
3458
3655
|
headers=exclude_unset(headers),
|
|
3656
|
+
stream=stream,
|
|
3459
3657
|
response_model=AuditLogStreamKey,
|
|
3460
3658
|
)
|
|
3461
3659
|
|
|
@@ -3464,6 +3662,7 @@ class EnterpriseAdminClient:
|
|
|
3464
3662
|
enterprise: str,
|
|
3465
3663
|
*,
|
|
3466
3664
|
headers: Optional[Mapping[str, str]] = None,
|
|
3665
|
+
stream: bool = False,
|
|
3467
3666
|
) -> Response[
|
|
3468
3667
|
list[GetAuditLogStreamConfigsItems], list[GetAuditLogStreamConfigsItemsType]
|
|
3469
3668
|
]:
|
|
@@ -3489,6 +3688,7 @@ class EnterpriseAdminClient:
|
|
|
3489
3688
|
"GET",
|
|
3490
3689
|
url,
|
|
3491
3690
|
headers=exclude_unset(headers),
|
|
3691
|
+
stream=stream,
|
|
3492
3692
|
response_model=list[GetAuditLogStreamConfigsItems],
|
|
3493
3693
|
)
|
|
3494
3694
|
|
|
@@ -3497,6 +3697,7 @@ class EnterpriseAdminClient:
|
|
|
3497
3697
|
enterprise: str,
|
|
3498
3698
|
*,
|
|
3499
3699
|
headers: Optional[Mapping[str, str]] = None,
|
|
3700
|
+
stream: bool = False,
|
|
3500
3701
|
) -> Response[
|
|
3501
3702
|
list[GetAuditLogStreamConfigsItems], list[GetAuditLogStreamConfigsItemsType]
|
|
3502
3703
|
]:
|
|
@@ -3522,6 +3723,7 @@ class EnterpriseAdminClient:
|
|
|
3522
3723
|
"GET",
|
|
3523
3724
|
url,
|
|
3524
3725
|
headers=exclude_unset(headers),
|
|
3726
|
+
stream=stream,
|
|
3525
3727
|
response_model=list[GetAuditLogStreamConfigsItems],
|
|
3526
3728
|
)
|
|
3527
3729
|
|
|
@@ -3531,6 +3733,7 @@ class EnterpriseAdminClient:
|
|
|
3531
3733
|
enterprise: str,
|
|
3532
3734
|
*,
|
|
3533
3735
|
headers: Optional[Mapping[str, str]] = None,
|
|
3736
|
+
stream: bool = False,
|
|
3534
3737
|
data: EnterprisesEnterpriseAuditLogStreamsPostBodyType,
|
|
3535
3738
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]: ...
|
|
3536
3739
|
|
|
@@ -3541,6 +3744,7 @@ class EnterpriseAdminClient:
|
|
|
3541
3744
|
*,
|
|
3542
3745
|
data: UnsetType = UNSET,
|
|
3543
3746
|
headers: Optional[Mapping[str, str]] = None,
|
|
3747
|
+
stream: bool = False,
|
|
3544
3748
|
enabled: bool,
|
|
3545
3749
|
stream_type: Literal[
|
|
3546
3750
|
"Azure Blob Storage",
|
|
@@ -3568,6 +3772,7 @@ class EnterpriseAdminClient:
|
|
|
3568
3772
|
enterprise: str,
|
|
3569
3773
|
*,
|
|
3570
3774
|
headers: Optional[Mapping[str, str]] = None,
|
|
3775
|
+
stream: bool = False,
|
|
3571
3776
|
data: Missing[EnterprisesEnterpriseAuditLogStreamsPostBodyType] = UNSET,
|
|
3572
3777
|
**kwargs,
|
|
3573
3778
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
@@ -3607,6 +3812,7 @@ class EnterpriseAdminClient:
|
|
|
3607
3812
|
url,
|
|
3608
3813
|
json=exclude_unset(json),
|
|
3609
3814
|
headers=exclude_unset(headers),
|
|
3815
|
+
stream=stream,
|
|
3610
3816
|
response_model=GetAuditLogStreamConfig,
|
|
3611
3817
|
)
|
|
3612
3818
|
|
|
@@ -3616,6 +3822,7 @@ class EnterpriseAdminClient:
|
|
|
3616
3822
|
enterprise: str,
|
|
3617
3823
|
*,
|
|
3618
3824
|
headers: Optional[Mapping[str, str]] = None,
|
|
3825
|
+
stream: bool = False,
|
|
3619
3826
|
data: EnterprisesEnterpriseAuditLogStreamsPostBodyType,
|
|
3620
3827
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]: ...
|
|
3621
3828
|
|
|
@@ -3626,6 +3833,7 @@ class EnterpriseAdminClient:
|
|
|
3626
3833
|
*,
|
|
3627
3834
|
data: UnsetType = UNSET,
|
|
3628
3835
|
headers: Optional[Mapping[str, str]] = None,
|
|
3836
|
+
stream: bool = False,
|
|
3629
3837
|
enabled: bool,
|
|
3630
3838
|
stream_type: Literal[
|
|
3631
3839
|
"Azure Blob Storage",
|
|
@@ -3653,6 +3861,7 @@ class EnterpriseAdminClient:
|
|
|
3653
3861
|
enterprise: str,
|
|
3654
3862
|
*,
|
|
3655
3863
|
headers: Optional[Mapping[str, str]] = None,
|
|
3864
|
+
stream: bool = False,
|
|
3656
3865
|
data: Missing[EnterprisesEnterpriseAuditLogStreamsPostBodyType] = UNSET,
|
|
3657
3866
|
**kwargs,
|
|
3658
3867
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
@@ -3692,6 +3901,7 @@ class EnterpriseAdminClient:
|
|
|
3692
3901
|
url,
|
|
3693
3902
|
json=exclude_unset(json),
|
|
3694
3903
|
headers=exclude_unset(headers),
|
|
3904
|
+
stream=stream,
|
|
3695
3905
|
response_model=GetAuditLogStreamConfig,
|
|
3696
3906
|
)
|
|
3697
3907
|
|
|
@@ -3701,6 +3911,7 @@ class EnterpriseAdminClient:
|
|
|
3701
3911
|
stream_id: int,
|
|
3702
3912
|
*,
|
|
3703
3913
|
headers: Optional[Mapping[str, str]] = None,
|
|
3914
|
+
stream: bool = False,
|
|
3704
3915
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
3705
3916
|
"""enterprise-admin/get-one-audit-log-stream
|
|
3706
3917
|
|
|
@@ -3723,6 +3934,7 @@ class EnterpriseAdminClient:
|
|
|
3723
3934
|
"GET",
|
|
3724
3935
|
url,
|
|
3725
3936
|
headers=exclude_unset(headers),
|
|
3937
|
+
stream=stream,
|
|
3726
3938
|
response_model=GetAuditLogStreamConfig,
|
|
3727
3939
|
)
|
|
3728
3940
|
|
|
@@ -3732,6 +3944,7 @@ class EnterpriseAdminClient:
|
|
|
3732
3944
|
stream_id: int,
|
|
3733
3945
|
*,
|
|
3734
3946
|
headers: Optional[Mapping[str, str]] = None,
|
|
3947
|
+
stream: bool = False,
|
|
3735
3948
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
3736
3949
|
"""enterprise-admin/get-one-audit-log-stream
|
|
3737
3950
|
|
|
@@ -3754,6 +3967,7 @@ class EnterpriseAdminClient:
|
|
|
3754
3967
|
"GET",
|
|
3755
3968
|
url,
|
|
3756
3969
|
headers=exclude_unset(headers),
|
|
3970
|
+
stream=stream,
|
|
3757
3971
|
response_model=GetAuditLogStreamConfig,
|
|
3758
3972
|
)
|
|
3759
3973
|
|
|
@@ -3764,6 +3978,7 @@ class EnterpriseAdminClient:
|
|
|
3764
3978
|
stream_id: int,
|
|
3765
3979
|
*,
|
|
3766
3980
|
headers: Optional[Mapping[str, str]] = None,
|
|
3981
|
+
stream: bool = False,
|
|
3767
3982
|
data: EnterprisesEnterpriseAuditLogStreamsStreamIdPutBodyType,
|
|
3768
3983
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]: ...
|
|
3769
3984
|
|
|
@@ -3775,6 +3990,7 @@ class EnterpriseAdminClient:
|
|
|
3775
3990
|
*,
|
|
3776
3991
|
data: UnsetType = UNSET,
|
|
3777
3992
|
headers: Optional[Mapping[str, str]] = None,
|
|
3993
|
+
stream: bool = False,
|
|
3778
3994
|
enabled: bool,
|
|
3779
3995
|
stream_type: Literal[
|
|
3780
3996
|
"Azure Blob Storage",
|
|
@@ -3803,6 +4019,7 @@ class EnterpriseAdminClient:
|
|
|
3803
4019
|
stream_id: int,
|
|
3804
4020
|
*,
|
|
3805
4021
|
headers: Optional[Mapping[str, str]] = None,
|
|
4022
|
+
stream: bool = False,
|
|
3806
4023
|
data: Missing[EnterprisesEnterpriseAuditLogStreamsStreamIdPutBodyType] = UNSET,
|
|
3807
4024
|
**kwargs,
|
|
3808
4025
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
@@ -3843,6 +4060,7 @@ class EnterpriseAdminClient:
|
|
|
3843
4060
|
url,
|
|
3844
4061
|
json=exclude_unset(json),
|
|
3845
4062
|
headers=exclude_unset(headers),
|
|
4063
|
+
stream=stream,
|
|
3846
4064
|
response_model=GetAuditLogStreamConfig,
|
|
3847
4065
|
error_models={
|
|
3848
4066
|
"422": EnterprisesEnterpriseAuditLogStreamsStreamIdPutResponse422,
|
|
@@ -3856,6 +4074,7 @@ class EnterpriseAdminClient:
|
|
|
3856
4074
|
stream_id: int,
|
|
3857
4075
|
*,
|
|
3858
4076
|
headers: Optional[Mapping[str, str]] = None,
|
|
4077
|
+
stream: bool = False,
|
|
3859
4078
|
data: EnterprisesEnterpriseAuditLogStreamsStreamIdPutBodyType,
|
|
3860
4079
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]: ...
|
|
3861
4080
|
|
|
@@ -3867,6 +4086,7 @@ class EnterpriseAdminClient:
|
|
|
3867
4086
|
*,
|
|
3868
4087
|
data: UnsetType = UNSET,
|
|
3869
4088
|
headers: Optional[Mapping[str, str]] = None,
|
|
4089
|
+
stream: bool = False,
|
|
3870
4090
|
enabled: bool,
|
|
3871
4091
|
stream_type: Literal[
|
|
3872
4092
|
"Azure Blob Storage",
|
|
@@ -3895,6 +4115,7 @@ class EnterpriseAdminClient:
|
|
|
3895
4115
|
stream_id: int,
|
|
3896
4116
|
*,
|
|
3897
4117
|
headers: Optional[Mapping[str, str]] = None,
|
|
4118
|
+
stream: bool = False,
|
|
3898
4119
|
data: Missing[EnterprisesEnterpriseAuditLogStreamsStreamIdPutBodyType] = UNSET,
|
|
3899
4120
|
**kwargs,
|
|
3900
4121
|
) -> Response[GetAuditLogStreamConfig, GetAuditLogStreamConfigType]:
|
|
@@ -3935,6 +4156,7 @@ class EnterpriseAdminClient:
|
|
|
3935
4156
|
url,
|
|
3936
4157
|
json=exclude_unset(json),
|
|
3937
4158
|
headers=exclude_unset(headers),
|
|
4159
|
+
stream=stream,
|
|
3938
4160
|
response_model=GetAuditLogStreamConfig,
|
|
3939
4161
|
error_models={
|
|
3940
4162
|
"422": EnterprisesEnterpriseAuditLogStreamsStreamIdPutResponse422,
|
|
@@ -3947,6 +4169,7 @@ class EnterpriseAdminClient:
|
|
|
3947
4169
|
stream_id: int,
|
|
3948
4170
|
*,
|
|
3949
4171
|
headers: Optional[Mapping[str, str]] = None,
|
|
4172
|
+
stream: bool = False,
|
|
3950
4173
|
) -> Response:
|
|
3951
4174
|
"""enterprise-admin/delete-audit-log-stream
|
|
3952
4175
|
|
|
@@ -3967,6 +4190,7 @@ class EnterpriseAdminClient:
|
|
|
3967
4190
|
"DELETE",
|
|
3968
4191
|
url,
|
|
3969
4192
|
headers=exclude_unset(headers),
|
|
4193
|
+
stream=stream,
|
|
3970
4194
|
)
|
|
3971
4195
|
|
|
3972
4196
|
async def async_delete_audit_log_stream(
|
|
@@ -3975,6 +4199,7 @@ class EnterpriseAdminClient:
|
|
|
3975
4199
|
stream_id: int,
|
|
3976
4200
|
*,
|
|
3977
4201
|
headers: Optional[Mapping[str, str]] = None,
|
|
4202
|
+
stream: bool = False,
|
|
3978
4203
|
) -> Response:
|
|
3979
4204
|
"""enterprise-admin/delete-audit-log-stream
|
|
3980
4205
|
|
|
@@ -3995,6 +4220,7 @@ class EnterpriseAdminClient:
|
|
|
3995
4220
|
"DELETE",
|
|
3996
4221
|
url,
|
|
3997
4222
|
headers=exclude_unset(headers),
|
|
4223
|
+
stream=stream,
|
|
3998
4224
|
)
|
|
3999
4225
|
|
|
4000
4226
|
def list_push_bypass_requests(
|
|
@@ -4020,6 +4246,7 @@ class EnterpriseAdminClient:
|
|
|
4020
4246
|
per_page: Missing[int] = UNSET,
|
|
4021
4247
|
page: Missing[int] = UNSET,
|
|
4022
4248
|
headers: Optional[Mapping[str, str]] = None,
|
|
4249
|
+
stream: bool = False,
|
|
4023
4250
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
4024
4251
|
"""enterprise-admin/list-push-bypass-requests
|
|
4025
4252
|
|
|
@@ -4051,6 +4278,7 @@ class EnterpriseAdminClient:
|
|
|
4051
4278
|
url,
|
|
4052
4279
|
params=exclude_unset(params),
|
|
4053
4280
|
headers=exclude_unset(headers),
|
|
4281
|
+
stream=stream,
|
|
4054
4282
|
response_model=list[PushRuleBypassRequest],
|
|
4055
4283
|
error_models={
|
|
4056
4284
|
"404": BasicError,
|
|
@@ -4081,6 +4309,7 @@ class EnterpriseAdminClient:
|
|
|
4081
4309
|
per_page: Missing[int] = UNSET,
|
|
4082
4310
|
page: Missing[int] = UNSET,
|
|
4083
4311
|
headers: Optional[Mapping[str, str]] = None,
|
|
4312
|
+
stream: bool = False,
|
|
4084
4313
|
) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
|
|
4085
4314
|
"""enterprise-admin/list-push-bypass-requests
|
|
4086
4315
|
|
|
@@ -4112,6 +4341,7 @@ class EnterpriseAdminClient:
|
|
|
4112
4341
|
url,
|
|
4113
4342
|
params=exclude_unset(params),
|
|
4114
4343
|
headers=exclude_unset(headers),
|
|
4344
|
+
stream=stream,
|
|
4115
4345
|
response_model=list[PushRuleBypassRequest],
|
|
4116
4346
|
error_models={
|
|
4117
4347
|
"404": BasicError,
|
|
@@ -4124,6 +4354,7 @@ class EnterpriseAdminClient:
|
|
|
4124
4354
|
enterprise: str,
|
|
4125
4355
|
*,
|
|
4126
4356
|
headers: Optional[Mapping[str, str]] = None,
|
|
4357
|
+
stream: bool = False,
|
|
4127
4358
|
) -> Response[
|
|
4128
4359
|
EnterpriseSecurityAnalysisSettings, EnterpriseSecurityAnalysisSettingsType
|
|
4129
4360
|
]:
|
|
@@ -4153,6 +4384,7 @@ class EnterpriseAdminClient:
|
|
|
4153
4384
|
"GET",
|
|
4154
4385
|
url,
|
|
4155
4386
|
headers=exclude_unset(headers),
|
|
4387
|
+
stream=stream,
|
|
4156
4388
|
response_model=EnterpriseSecurityAnalysisSettings,
|
|
4157
4389
|
error_models={
|
|
4158
4390
|
"404": BasicError,
|
|
@@ -4164,6 +4396,7 @@ class EnterpriseAdminClient:
|
|
|
4164
4396
|
enterprise: str,
|
|
4165
4397
|
*,
|
|
4166
4398
|
headers: Optional[Mapping[str, str]] = None,
|
|
4399
|
+
stream: bool = False,
|
|
4167
4400
|
) -> Response[
|
|
4168
4401
|
EnterpriseSecurityAnalysisSettings, EnterpriseSecurityAnalysisSettingsType
|
|
4169
4402
|
]:
|
|
@@ -4193,6 +4426,7 @@ class EnterpriseAdminClient:
|
|
|
4193
4426
|
"GET",
|
|
4194
4427
|
url,
|
|
4195
4428
|
headers=exclude_unset(headers),
|
|
4429
|
+
stream=stream,
|
|
4196
4430
|
response_model=EnterpriseSecurityAnalysisSettings,
|
|
4197
4431
|
error_models={
|
|
4198
4432
|
"404": BasicError,
|
|
@@ -4205,6 +4439,7 @@ class EnterpriseAdminClient:
|
|
|
4205
4439
|
enterprise: str,
|
|
4206
4440
|
*,
|
|
4207
4441
|
headers: Optional[Mapping[str, str]] = None,
|
|
4442
|
+
stream: bool = False,
|
|
4208
4443
|
data: Missing[
|
|
4209
4444
|
EnterprisesEnterpriseCodeSecurityAndAnalysisPatchBodyType
|
|
4210
4445
|
] = UNSET,
|
|
@@ -4217,6 +4452,7 @@ class EnterpriseAdminClient:
|
|
|
4217
4452
|
*,
|
|
4218
4453
|
data: UnsetType = UNSET,
|
|
4219
4454
|
headers: Optional[Mapping[str, str]] = None,
|
|
4455
|
+
stream: bool = False,
|
|
4220
4456
|
advanced_security_enabled_for_new_repositories: Missing[bool] = UNSET,
|
|
4221
4457
|
advanced_security_enabled_new_user_namespace_repos: Missing[bool] = UNSET,
|
|
4222
4458
|
dependabot_alerts_enabled_for_new_repositories: Missing[bool] = UNSET,
|
|
@@ -4235,6 +4471,7 @@ class EnterpriseAdminClient:
|
|
|
4235
4471
|
enterprise: str,
|
|
4236
4472
|
*,
|
|
4237
4473
|
headers: Optional[Mapping[str, str]] = None,
|
|
4474
|
+
stream: bool = False,
|
|
4238
4475
|
data: Missing[
|
|
4239
4476
|
EnterprisesEnterpriseCodeSecurityAndAnalysisPatchBodyType
|
|
4240
4477
|
] = UNSET,
|
|
@@ -4281,6 +4518,7 @@ class EnterpriseAdminClient:
|
|
|
4281
4518
|
url,
|
|
4282
4519
|
json=exclude_unset(json),
|
|
4283
4520
|
headers=exclude_unset(headers),
|
|
4521
|
+
stream=stream,
|
|
4284
4522
|
error_models={
|
|
4285
4523
|
"404": BasicError,
|
|
4286
4524
|
},
|
|
@@ -4292,6 +4530,7 @@ class EnterpriseAdminClient:
|
|
|
4292
4530
|
enterprise: str,
|
|
4293
4531
|
*,
|
|
4294
4532
|
headers: Optional[Mapping[str, str]] = None,
|
|
4533
|
+
stream: bool = False,
|
|
4295
4534
|
data: Missing[
|
|
4296
4535
|
EnterprisesEnterpriseCodeSecurityAndAnalysisPatchBodyType
|
|
4297
4536
|
] = UNSET,
|
|
@@ -4304,6 +4543,7 @@ class EnterpriseAdminClient:
|
|
|
4304
4543
|
*,
|
|
4305
4544
|
data: UnsetType = UNSET,
|
|
4306
4545
|
headers: Optional[Mapping[str, str]] = None,
|
|
4546
|
+
stream: bool = False,
|
|
4307
4547
|
advanced_security_enabled_for_new_repositories: Missing[bool] = UNSET,
|
|
4308
4548
|
advanced_security_enabled_new_user_namespace_repos: Missing[bool] = UNSET,
|
|
4309
4549
|
dependabot_alerts_enabled_for_new_repositories: Missing[bool] = UNSET,
|
|
@@ -4322,6 +4562,7 @@ class EnterpriseAdminClient:
|
|
|
4322
4562
|
enterprise: str,
|
|
4323
4563
|
*,
|
|
4324
4564
|
headers: Optional[Mapping[str, str]] = None,
|
|
4565
|
+
stream: bool = False,
|
|
4325
4566
|
data: Missing[
|
|
4326
4567
|
EnterprisesEnterpriseCodeSecurityAndAnalysisPatchBodyType
|
|
4327
4568
|
] = UNSET,
|
|
@@ -4368,6 +4609,7 @@ class EnterpriseAdminClient:
|
|
|
4368
4609
|
url,
|
|
4369
4610
|
json=exclude_unset(json),
|
|
4370
4611
|
headers=exclude_unset(headers),
|
|
4612
|
+
stream=stream,
|
|
4371
4613
|
error_models={
|
|
4372
4614
|
"404": BasicError,
|
|
4373
4615
|
},
|
|
@@ -4380,6 +4622,7 @@ class EnterpriseAdminClient:
|
|
|
4380
4622
|
per_page: Missing[int] = UNSET,
|
|
4381
4623
|
page: Missing[int] = UNSET,
|
|
4382
4624
|
headers: Optional[Mapping[str, str]] = None,
|
|
4625
|
+
stream: bool = False,
|
|
4383
4626
|
) -> Response[GetConsumedLicenses, GetConsumedLicensesType]:
|
|
4384
4627
|
"""enterprise-admin/get-consumed-licenses
|
|
4385
4628
|
|
|
@@ -4410,6 +4653,7 @@ class EnterpriseAdminClient:
|
|
|
4410
4653
|
url,
|
|
4411
4654
|
params=exclude_unset(params),
|
|
4412
4655
|
headers=exclude_unset(headers),
|
|
4656
|
+
stream=stream,
|
|
4413
4657
|
response_model=GetConsumedLicenses,
|
|
4414
4658
|
)
|
|
4415
4659
|
|
|
@@ -4420,6 +4664,7 @@ class EnterpriseAdminClient:
|
|
|
4420
4664
|
per_page: Missing[int] = UNSET,
|
|
4421
4665
|
page: Missing[int] = UNSET,
|
|
4422
4666
|
headers: Optional[Mapping[str, str]] = None,
|
|
4667
|
+
stream: bool = False,
|
|
4423
4668
|
) -> Response[GetConsumedLicenses, GetConsumedLicensesType]:
|
|
4424
4669
|
"""enterprise-admin/get-consumed-licenses
|
|
4425
4670
|
|
|
@@ -4450,6 +4695,7 @@ class EnterpriseAdminClient:
|
|
|
4450
4695
|
url,
|
|
4451
4696
|
params=exclude_unset(params),
|
|
4452
4697
|
headers=exclude_unset(headers),
|
|
4698
|
+
stream=stream,
|
|
4453
4699
|
response_model=GetConsumedLicenses,
|
|
4454
4700
|
)
|
|
4455
4701
|
|
|
@@ -4458,6 +4704,7 @@ class EnterpriseAdminClient:
|
|
|
4458
4704
|
enterprise: str,
|
|
4459
4705
|
*,
|
|
4460
4706
|
headers: Optional[Mapping[str, str]] = None,
|
|
4707
|
+
stream: bool = False,
|
|
4461
4708
|
) -> Response[GetLicenseSyncStatus, GetLicenseSyncStatusType]:
|
|
4462
4709
|
"""enterprise-admin/get-license-sync-status
|
|
4463
4710
|
|
|
@@ -4482,6 +4729,7 @@ class EnterpriseAdminClient:
|
|
|
4482
4729
|
"GET",
|
|
4483
4730
|
url,
|
|
4484
4731
|
headers=exclude_unset(headers),
|
|
4732
|
+
stream=stream,
|
|
4485
4733
|
response_model=GetLicenseSyncStatus,
|
|
4486
4734
|
)
|
|
4487
4735
|
|
|
@@ -4490,6 +4738,7 @@ class EnterpriseAdminClient:
|
|
|
4490
4738
|
enterprise: str,
|
|
4491
4739
|
*,
|
|
4492
4740
|
headers: Optional[Mapping[str, str]] = None,
|
|
4741
|
+
stream: bool = False,
|
|
4493
4742
|
) -> Response[GetLicenseSyncStatus, GetLicenseSyncStatusType]:
|
|
4494
4743
|
"""enterprise-admin/get-license-sync-status
|
|
4495
4744
|
|
|
@@ -4514,6 +4763,7 @@ class EnterpriseAdminClient:
|
|
|
4514
4763
|
"GET",
|
|
4515
4764
|
url,
|
|
4516
4765
|
headers=exclude_unset(headers),
|
|
4766
|
+
stream=stream,
|
|
4517
4767
|
response_model=GetLicenseSyncStatus,
|
|
4518
4768
|
)
|
|
4519
4769
|
|
|
@@ -4524,6 +4774,7 @@ class EnterpriseAdminClient:
|
|
|
4524
4774
|
per_page: Missing[int] = UNSET,
|
|
4525
4775
|
page: Missing[int] = UNSET,
|
|
4526
4776
|
headers: Optional[Mapping[str, str]] = None,
|
|
4777
|
+
stream: bool = False,
|
|
4527
4778
|
) -> Response[
|
|
4528
4779
|
EnterprisesEnterpriseNetworkConfigurationsGetResponse200,
|
|
4529
4780
|
EnterprisesEnterpriseNetworkConfigurationsGetResponse200Type,
|
|
@@ -4553,6 +4804,7 @@ class EnterpriseAdminClient:
|
|
|
4553
4804
|
url,
|
|
4554
4805
|
params=exclude_unset(params),
|
|
4555
4806
|
headers=exclude_unset(headers),
|
|
4807
|
+
stream=stream,
|
|
4556
4808
|
response_model=EnterprisesEnterpriseNetworkConfigurationsGetResponse200,
|
|
4557
4809
|
)
|
|
4558
4810
|
|
|
@@ -4563,6 +4815,7 @@ class EnterpriseAdminClient:
|
|
|
4563
4815
|
per_page: Missing[int] = UNSET,
|
|
4564
4816
|
page: Missing[int] = UNSET,
|
|
4565
4817
|
headers: Optional[Mapping[str, str]] = None,
|
|
4818
|
+
stream: bool = False,
|
|
4566
4819
|
) -> Response[
|
|
4567
4820
|
EnterprisesEnterpriseNetworkConfigurationsGetResponse200,
|
|
4568
4821
|
EnterprisesEnterpriseNetworkConfigurationsGetResponse200Type,
|
|
@@ -4592,6 +4845,7 @@ class EnterpriseAdminClient:
|
|
|
4592
4845
|
url,
|
|
4593
4846
|
params=exclude_unset(params),
|
|
4594
4847
|
headers=exclude_unset(headers),
|
|
4848
|
+
stream=stream,
|
|
4595
4849
|
response_model=EnterprisesEnterpriseNetworkConfigurationsGetResponse200,
|
|
4596
4850
|
)
|
|
4597
4851
|
|
|
@@ -4601,6 +4855,7 @@ class EnterpriseAdminClient:
|
|
|
4601
4855
|
enterprise: str,
|
|
4602
4856
|
*,
|
|
4603
4857
|
headers: Optional[Mapping[str, str]] = None,
|
|
4858
|
+
stream: bool = False,
|
|
4604
4859
|
data: EnterprisesEnterpriseNetworkConfigurationsPostBodyType,
|
|
4605
4860
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]: ...
|
|
4606
4861
|
|
|
@@ -4611,6 +4866,7 @@ class EnterpriseAdminClient:
|
|
|
4611
4866
|
*,
|
|
4612
4867
|
data: UnsetType = UNSET,
|
|
4613
4868
|
headers: Optional[Mapping[str, str]] = None,
|
|
4869
|
+
stream: bool = False,
|
|
4614
4870
|
name: str,
|
|
4615
4871
|
compute_service: Missing[Literal["none", "actions"]] = UNSET,
|
|
4616
4872
|
network_settings_ids: list[str],
|
|
@@ -4621,6 +4877,7 @@ class EnterpriseAdminClient:
|
|
|
4621
4877
|
enterprise: str,
|
|
4622
4878
|
*,
|
|
4623
4879
|
headers: Optional[Mapping[str, str]] = None,
|
|
4880
|
+
stream: bool = False,
|
|
4624
4881
|
data: Missing[EnterprisesEnterpriseNetworkConfigurationsPostBodyType] = UNSET,
|
|
4625
4882
|
**kwargs,
|
|
4626
4883
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]:
|
|
@@ -4658,6 +4915,7 @@ class EnterpriseAdminClient:
|
|
|
4658
4915
|
url,
|
|
4659
4916
|
json=exclude_unset(json),
|
|
4660
4917
|
headers=exclude_unset(headers),
|
|
4918
|
+
stream=stream,
|
|
4661
4919
|
response_model=NetworkConfiguration,
|
|
4662
4920
|
)
|
|
4663
4921
|
|
|
@@ -4667,6 +4925,7 @@ class EnterpriseAdminClient:
|
|
|
4667
4925
|
enterprise: str,
|
|
4668
4926
|
*,
|
|
4669
4927
|
headers: Optional[Mapping[str, str]] = None,
|
|
4928
|
+
stream: bool = False,
|
|
4670
4929
|
data: EnterprisesEnterpriseNetworkConfigurationsPostBodyType,
|
|
4671
4930
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]: ...
|
|
4672
4931
|
|
|
@@ -4677,6 +4936,7 @@ class EnterpriseAdminClient:
|
|
|
4677
4936
|
*,
|
|
4678
4937
|
data: UnsetType = UNSET,
|
|
4679
4938
|
headers: Optional[Mapping[str, str]] = None,
|
|
4939
|
+
stream: bool = False,
|
|
4680
4940
|
name: str,
|
|
4681
4941
|
compute_service: Missing[Literal["none", "actions"]] = UNSET,
|
|
4682
4942
|
network_settings_ids: list[str],
|
|
@@ -4687,6 +4947,7 @@ class EnterpriseAdminClient:
|
|
|
4687
4947
|
enterprise: str,
|
|
4688
4948
|
*,
|
|
4689
4949
|
headers: Optional[Mapping[str, str]] = None,
|
|
4950
|
+
stream: bool = False,
|
|
4690
4951
|
data: Missing[EnterprisesEnterpriseNetworkConfigurationsPostBodyType] = UNSET,
|
|
4691
4952
|
**kwargs,
|
|
4692
4953
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]:
|
|
@@ -4724,6 +4985,7 @@ class EnterpriseAdminClient:
|
|
|
4724
4985
|
url,
|
|
4725
4986
|
json=exclude_unset(json),
|
|
4726
4987
|
headers=exclude_unset(headers),
|
|
4988
|
+
stream=stream,
|
|
4727
4989
|
response_model=NetworkConfiguration,
|
|
4728
4990
|
)
|
|
4729
4991
|
|
|
@@ -4733,6 +4995,7 @@ class EnterpriseAdminClient:
|
|
|
4733
4995
|
network_configuration_id: str,
|
|
4734
4996
|
*,
|
|
4735
4997
|
headers: Optional[Mapping[str, str]] = None,
|
|
4998
|
+
stream: bool = False,
|
|
4736
4999
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]:
|
|
4737
5000
|
"""hosted-compute/get-network-configuration-for-enterprise
|
|
4738
5001
|
|
|
@@ -4753,6 +5016,7 @@ class EnterpriseAdminClient:
|
|
|
4753
5016
|
"GET",
|
|
4754
5017
|
url,
|
|
4755
5018
|
headers=exclude_unset(headers),
|
|
5019
|
+
stream=stream,
|
|
4756
5020
|
response_model=NetworkConfiguration,
|
|
4757
5021
|
)
|
|
4758
5022
|
|
|
@@ -4762,6 +5026,7 @@ class EnterpriseAdminClient:
|
|
|
4762
5026
|
network_configuration_id: str,
|
|
4763
5027
|
*,
|
|
4764
5028
|
headers: Optional[Mapping[str, str]] = None,
|
|
5029
|
+
stream: bool = False,
|
|
4765
5030
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]:
|
|
4766
5031
|
"""hosted-compute/get-network-configuration-for-enterprise
|
|
4767
5032
|
|
|
@@ -4782,6 +5047,7 @@ class EnterpriseAdminClient:
|
|
|
4782
5047
|
"GET",
|
|
4783
5048
|
url,
|
|
4784
5049
|
headers=exclude_unset(headers),
|
|
5050
|
+
stream=stream,
|
|
4785
5051
|
response_model=NetworkConfiguration,
|
|
4786
5052
|
)
|
|
4787
5053
|
|
|
@@ -4791,6 +5057,7 @@ class EnterpriseAdminClient:
|
|
|
4791
5057
|
network_configuration_id: str,
|
|
4792
5058
|
*,
|
|
4793
5059
|
headers: Optional[Mapping[str, str]] = None,
|
|
5060
|
+
stream: bool = False,
|
|
4794
5061
|
) -> Response:
|
|
4795
5062
|
"""hosted-compute/delete-network-configuration-from-enterprise
|
|
4796
5063
|
|
|
@@ -4809,6 +5076,7 @@ class EnterpriseAdminClient:
|
|
|
4809
5076
|
"DELETE",
|
|
4810
5077
|
url,
|
|
4811
5078
|
headers=exclude_unset(headers),
|
|
5079
|
+
stream=stream,
|
|
4812
5080
|
)
|
|
4813
5081
|
|
|
4814
5082
|
async def async_delete_network_configuration_from_enterprise(
|
|
@@ -4817,6 +5085,7 @@ class EnterpriseAdminClient:
|
|
|
4817
5085
|
network_configuration_id: str,
|
|
4818
5086
|
*,
|
|
4819
5087
|
headers: Optional[Mapping[str, str]] = None,
|
|
5088
|
+
stream: bool = False,
|
|
4820
5089
|
) -> Response:
|
|
4821
5090
|
"""hosted-compute/delete-network-configuration-from-enterprise
|
|
4822
5091
|
|
|
@@ -4835,6 +5104,7 @@ class EnterpriseAdminClient:
|
|
|
4835
5104
|
"DELETE",
|
|
4836
5105
|
url,
|
|
4837
5106
|
headers=exclude_unset(headers),
|
|
5107
|
+
stream=stream,
|
|
4838
5108
|
)
|
|
4839
5109
|
|
|
4840
5110
|
@overload
|
|
@@ -4844,6 +5114,7 @@ class EnterpriseAdminClient:
|
|
|
4844
5114
|
network_configuration_id: str,
|
|
4845
5115
|
*,
|
|
4846
5116
|
headers: Optional[Mapping[str, str]] = None,
|
|
5117
|
+
stream: bool = False,
|
|
4847
5118
|
data: EnterprisesEnterpriseNetworkConfigurationsNetworkConfigurationIdPatchBodyType,
|
|
4848
5119
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]: ...
|
|
4849
5120
|
|
|
@@ -4855,6 +5126,7 @@ class EnterpriseAdminClient:
|
|
|
4855
5126
|
*,
|
|
4856
5127
|
data: UnsetType = UNSET,
|
|
4857
5128
|
headers: Optional[Mapping[str, str]] = None,
|
|
5129
|
+
stream: bool = False,
|
|
4858
5130
|
name: Missing[str] = UNSET,
|
|
4859
5131
|
compute_service: Missing[Literal["none", "actions"]] = UNSET,
|
|
4860
5132
|
network_settings_ids: Missing[list[str]] = UNSET,
|
|
@@ -4866,6 +5138,7 @@ class EnterpriseAdminClient:
|
|
|
4866
5138
|
network_configuration_id: str,
|
|
4867
5139
|
*,
|
|
4868
5140
|
headers: Optional[Mapping[str, str]] = None,
|
|
5141
|
+
stream: bool = False,
|
|
4869
5142
|
data: Missing[
|
|
4870
5143
|
EnterprisesEnterpriseNetworkConfigurationsNetworkConfigurationIdPatchBodyType
|
|
4871
5144
|
] = UNSET,
|
|
@@ -4906,6 +5179,7 @@ class EnterpriseAdminClient:
|
|
|
4906
5179
|
url,
|
|
4907
5180
|
json=exclude_unset(json),
|
|
4908
5181
|
headers=exclude_unset(headers),
|
|
5182
|
+
stream=stream,
|
|
4909
5183
|
response_model=NetworkConfiguration,
|
|
4910
5184
|
)
|
|
4911
5185
|
|
|
@@ -4916,6 +5190,7 @@ class EnterpriseAdminClient:
|
|
|
4916
5190
|
network_configuration_id: str,
|
|
4917
5191
|
*,
|
|
4918
5192
|
headers: Optional[Mapping[str, str]] = None,
|
|
5193
|
+
stream: bool = False,
|
|
4919
5194
|
data: EnterprisesEnterpriseNetworkConfigurationsNetworkConfigurationIdPatchBodyType,
|
|
4920
5195
|
) -> Response[NetworkConfiguration, NetworkConfigurationType]: ...
|
|
4921
5196
|
|
|
@@ -4927,6 +5202,7 @@ class EnterpriseAdminClient:
|
|
|
4927
5202
|
*,
|
|
4928
5203
|
data: UnsetType = UNSET,
|
|
4929
5204
|
headers: Optional[Mapping[str, str]] = None,
|
|
5205
|
+
stream: bool = False,
|
|
4930
5206
|
name: Missing[str] = UNSET,
|
|
4931
5207
|
compute_service: Missing[Literal["none", "actions"]] = UNSET,
|
|
4932
5208
|
network_settings_ids: Missing[list[str]] = UNSET,
|
|
@@ -4938,6 +5214,7 @@ class EnterpriseAdminClient:
|
|
|
4938
5214
|
network_configuration_id: str,
|
|
4939
5215
|
*,
|
|
4940
5216
|
headers: Optional[Mapping[str, str]] = None,
|
|
5217
|
+
stream: bool = False,
|
|
4941
5218
|
data: Missing[
|
|
4942
5219
|
EnterprisesEnterpriseNetworkConfigurationsNetworkConfigurationIdPatchBodyType
|
|
4943
5220
|
] = UNSET,
|
|
@@ -4978,6 +5255,7 @@ class EnterpriseAdminClient:
|
|
|
4978
5255
|
url,
|
|
4979
5256
|
json=exclude_unset(json),
|
|
4980
5257
|
headers=exclude_unset(headers),
|
|
5258
|
+
stream=stream,
|
|
4981
5259
|
response_model=NetworkConfiguration,
|
|
4982
5260
|
)
|
|
4983
5261
|
|
|
@@ -4987,6 +5265,7 @@ class EnterpriseAdminClient:
|
|
|
4987
5265
|
network_settings_id: str,
|
|
4988
5266
|
*,
|
|
4989
5267
|
headers: Optional[Mapping[str, str]] = None,
|
|
5268
|
+
stream: bool = False,
|
|
4990
5269
|
) -> Response[NetworkSettings, NetworkSettingsType]:
|
|
4991
5270
|
"""hosted-compute/get-network-settings-for-enterprise
|
|
4992
5271
|
|
|
@@ -5007,6 +5286,7 @@ class EnterpriseAdminClient:
|
|
|
5007
5286
|
"GET",
|
|
5008
5287
|
url,
|
|
5009
5288
|
headers=exclude_unset(headers),
|
|
5289
|
+
stream=stream,
|
|
5010
5290
|
response_model=NetworkSettings,
|
|
5011
5291
|
)
|
|
5012
5292
|
|
|
@@ -5016,6 +5296,7 @@ class EnterpriseAdminClient:
|
|
|
5016
5296
|
network_settings_id: str,
|
|
5017
5297
|
*,
|
|
5018
5298
|
headers: Optional[Mapping[str, str]] = None,
|
|
5299
|
+
stream: bool = False,
|
|
5019
5300
|
) -> Response[NetworkSettings, NetworkSettingsType]:
|
|
5020
5301
|
"""hosted-compute/get-network-settings-for-enterprise
|
|
5021
5302
|
|
|
@@ -5036,6 +5317,7 @@ class EnterpriseAdminClient:
|
|
|
5036
5317
|
"GET",
|
|
5037
5318
|
url,
|
|
5038
5319
|
headers=exclude_unset(headers),
|
|
5320
|
+
stream=stream,
|
|
5039
5321
|
response_model=NetworkSettings,
|
|
5040
5322
|
)
|
|
5041
5323
|
|
|
@@ -5044,6 +5326,7 @@ class EnterpriseAdminClient:
|
|
|
5044
5326
|
enterprise: str,
|
|
5045
5327
|
*,
|
|
5046
5328
|
headers: Optional[Mapping[str, str]] = None,
|
|
5329
|
+
stream: bool = False,
|
|
5047
5330
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
5048
5331
|
"""enterprise-admin/get-enterprise-custom-properties
|
|
5049
5332
|
|
|
@@ -5065,6 +5348,7 @@ class EnterpriseAdminClient:
|
|
|
5065
5348
|
"GET",
|
|
5066
5349
|
url,
|
|
5067
5350
|
headers=exclude_unset(headers),
|
|
5351
|
+
stream=stream,
|
|
5068
5352
|
response_model=list[CustomProperty],
|
|
5069
5353
|
error_models={
|
|
5070
5354
|
"403": BasicError,
|
|
@@ -5077,6 +5361,7 @@ class EnterpriseAdminClient:
|
|
|
5077
5361
|
enterprise: str,
|
|
5078
5362
|
*,
|
|
5079
5363
|
headers: Optional[Mapping[str, str]] = None,
|
|
5364
|
+
stream: bool = False,
|
|
5080
5365
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
5081
5366
|
"""enterprise-admin/get-enterprise-custom-properties
|
|
5082
5367
|
|
|
@@ -5098,6 +5383,7 @@ class EnterpriseAdminClient:
|
|
|
5098
5383
|
"GET",
|
|
5099
5384
|
url,
|
|
5100
5385
|
headers=exclude_unset(headers),
|
|
5386
|
+
stream=stream,
|
|
5101
5387
|
response_model=list[CustomProperty],
|
|
5102
5388
|
error_models={
|
|
5103
5389
|
"403": BasicError,
|
|
@@ -5111,6 +5397,7 @@ class EnterpriseAdminClient:
|
|
|
5111
5397
|
enterprise: str,
|
|
5112
5398
|
*,
|
|
5113
5399
|
headers: Optional[Mapping[str, str]] = None,
|
|
5400
|
+
stream: bool = False,
|
|
5114
5401
|
data: EnterprisesEnterprisePropertiesSchemaPatchBodyType,
|
|
5115
5402
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
5116
5403
|
|
|
@@ -5121,6 +5408,7 @@ class EnterpriseAdminClient:
|
|
|
5121
5408
|
*,
|
|
5122
5409
|
data: UnsetType = UNSET,
|
|
5123
5410
|
headers: Optional[Mapping[str, str]] = None,
|
|
5411
|
+
stream: bool = False,
|
|
5124
5412
|
properties: list[CustomPropertyType],
|
|
5125
5413
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
5126
5414
|
|
|
@@ -5129,6 +5417,7 @@ class EnterpriseAdminClient:
|
|
|
5129
5417
|
enterprise: str,
|
|
5130
5418
|
*,
|
|
5131
5419
|
headers: Optional[Mapping[str, str]] = None,
|
|
5420
|
+
stream: bool = False,
|
|
5132
5421
|
data: Missing[EnterprisesEnterprisePropertiesSchemaPatchBodyType] = UNSET,
|
|
5133
5422
|
**kwargs,
|
|
5134
5423
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -5173,6 +5462,7 @@ class EnterpriseAdminClient:
|
|
|
5173
5462
|
url,
|
|
5174
5463
|
json=exclude_unset(json),
|
|
5175
5464
|
headers=exclude_unset(headers),
|
|
5465
|
+
stream=stream,
|
|
5176
5466
|
response_model=list[CustomProperty],
|
|
5177
5467
|
error_models={
|
|
5178
5468
|
"403": BasicError,
|
|
@@ -5186,6 +5476,7 @@ class EnterpriseAdminClient:
|
|
|
5186
5476
|
enterprise: str,
|
|
5187
5477
|
*,
|
|
5188
5478
|
headers: Optional[Mapping[str, str]] = None,
|
|
5479
|
+
stream: bool = False,
|
|
5189
5480
|
data: EnterprisesEnterprisePropertiesSchemaPatchBodyType,
|
|
5190
5481
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
5191
5482
|
|
|
@@ -5196,6 +5487,7 @@ class EnterpriseAdminClient:
|
|
|
5196
5487
|
*,
|
|
5197
5488
|
data: UnsetType = UNSET,
|
|
5198
5489
|
headers: Optional[Mapping[str, str]] = None,
|
|
5490
|
+
stream: bool = False,
|
|
5199
5491
|
properties: list[CustomPropertyType],
|
|
5200
5492
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
5201
5493
|
|
|
@@ -5204,6 +5496,7 @@ class EnterpriseAdminClient:
|
|
|
5204
5496
|
enterprise: str,
|
|
5205
5497
|
*,
|
|
5206
5498
|
headers: Optional[Mapping[str, str]] = None,
|
|
5499
|
+
stream: bool = False,
|
|
5207
5500
|
data: Missing[EnterprisesEnterprisePropertiesSchemaPatchBodyType] = UNSET,
|
|
5208
5501
|
**kwargs,
|
|
5209
5502
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -5248,6 +5541,7 @@ class EnterpriseAdminClient:
|
|
|
5248
5541
|
url,
|
|
5249
5542
|
json=exclude_unset(json),
|
|
5250
5543
|
headers=exclude_unset(headers),
|
|
5544
|
+
stream=stream,
|
|
5251
5545
|
response_model=list[CustomProperty],
|
|
5252
5546
|
error_models={
|
|
5253
5547
|
"403": BasicError,
|
|
@@ -5262,6 +5556,7 @@ class EnterpriseAdminClient:
|
|
|
5262
5556
|
custom_property_name: str,
|
|
5263
5557
|
*,
|
|
5264
5558
|
headers: Optional[Mapping[str, str]] = None,
|
|
5559
|
+
stream: bool = False,
|
|
5265
5560
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
5266
5561
|
"""enterprise-admin/promote-custom-property-to-enterprise
|
|
5267
5562
|
|
|
@@ -5284,6 +5579,7 @@ class EnterpriseAdminClient:
|
|
|
5284
5579
|
"PUT",
|
|
5285
5580
|
url,
|
|
5286
5581
|
headers=exclude_unset(headers),
|
|
5582
|
+
stream=stream,
|
|
5287
5583
|
response_model=CustomProperty,
|
|
5288
5584
|
error_models={
|
|
5289
5585
|
"403": BasicError,
|
|
@@ -5298,6 +5594,7 @@ class EnterpriseAdminClient:
|
|
|
5298
5594
|
custom_property_name: str,
|
|
5299
5595
|
*,
|
|
5300
5596
|
headers: Optional[Mapping[str, str]] = None,
|
|
5597
|
+
stream: bool = False,
|
|
5301
5598
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
5302
5599
|
"""enterprise-admin/promote-custom-property-to-enterprise
|
|
5303
5600
|
|
|
@@ -5320,6 +5617,7 @@ class EnterpriseAdminClient:
|
|
|
5320
5617
|
"PUT",
|
|
5321
5618
|
url,
|
|
5322
5619
|
headers=exclude_unset(headers),
|
|
5620
|
+
stream=stream,
|
|
5323
5621
|
response_model=CustomProperty,
|
|
5324
5622
|
error_models={
|
|
5325
5623
|
"403": BasicError,
|
|
@@ -5333,6 +5631,7 @@ class EnterpriseAdminClient:
|
|
|
5333
5631
|
custom_property_name: str,
|
|
5334
5632
|
*,
|
|
5335
5633
|
headers: Optional[Mapping[str, str]] = None,
|
|
5634
|
+
stream: bool = False,
|
|
5336
5635
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
5337
5636
|
"""enterprise-admin/get-enterprise-custom-property
|
|
5338
5637
|
|
|
@@ -5354,6 +5653,7 @@ class EnterpriseAdminClient:
|
|
|
5354
5653
|
"GET",
|
|
5355
5654
|
url,
|
|
5356
5655
|
headers=exclude_unset(headers),
|
|
5656
|
+
stream=stream,
|
|
5357
5657
|
response_model=CustomProperty,
|
|
5358
5658
|
error_models={
|
|
5359
5659
|
"403": BasicError,
|
|
@@ -5367,6 +5667,7 @@ class EnterpriseAdminClient:
|
|
|
5367
5667
|
custom_property_name: str,
|
|
5368
5668
|
*,
|
|
5369
5669
|
headers: Optional[Mapping[str, str]] = None,
|
|
5670
|
+
stream: bool = False,
|
|
5370
5671
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
5371
5672
|
"""enterprise-admin/get-enterprise-custom-property
|
|
5372
5673
|
|
|
@@ -5388,6 +5689,7 @@ class EnterpriseAdminClient:
|
|
|
5388
5689
|
"GET",
|
|
5389
5690
|
url,
|
|
5390
5691
|
headers=exclude_unset(headers),
|
|
5692
|
+
stream=stream,
|
|
5391
5693
|
response_model=CustomProperty,
|
|
5392
5694
|
error_models={
|
|
5393
5695
|
"403": BasicError,
|
|
@@ -5402,6 +5704,7 @@ class EnterpriseAdminClient:
|
|
|
5402
5704
|
custom_property_name: str,
|
|
5403
5705
|
*,
|
|
5404
5706
|
headers: Optional[Mapping[str, str]] = None,
|
|
5707
|
+
stream: bool = False,
|
|
5405
5708
|
data: CustomPropertySetPayloadType,
|
|
5406
5709
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
5407
5710
|
|
|
@@ -5413,6 +5716,7 @@ class EnterpriseAdminClient:
|
|
|
5413
5716
|
*,
|
|
5414
5717
|
data: UnsetType = UNSET,
|
|
5415
5718
|
headers: Optional[Mapping[str, str]] = None,
|
|
5719
|
+
stream: bool = False,
|
|
5416
5720
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
5417
5721
|
required: Missing[bool] = UNSET,
|
|
5418
5722
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -5429,6 +5733,7 @@ class EnterpriseAdminClient:
|
|
|
5429
5733
|
custom_property_name: str,
|
|
5430
5734
|
*,
|
|
5431
5735
|
headers: Optional[Mapping[str, str]] = None,
|
|
5736
|
+
stream: bool = False,
|
|
5432
5737
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
5433
5738
|
**kwargs,
|
|
5434
5739
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -5463,6 +5768,7 @@ class EnterpriseAdminClient:
|
|
|
5463
5768
|
url,
|
|
5464
5769
|
json=exclude_unset(json),
|
|
5465
5770
|
headers=exclude_unset(headers),
|
|
5771
|
+
stream=stream,
|
|
5466
5772
|
response_model=CustomProperty,
|
|
5467
5773
|
error_models={
|
|
5468
5774
|
"403": BasicError,
|
|
@@ -5477,6 +5783,7 @@ class EnterpriseAdminClient:
|
|
|
5477
5783
|
custom_property_name: str,
|
|
5478
5784
|
*,
|
|
5479
5785
|
headers: Optional[Mapping[str, str]] = None,
|
|
5786
|
+
stream: bool = False,
|
|
5480
5787
|
data: CustomPropertySetPayloadType,
|
|
5481
5788
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
5482
5789
|
|
|
@@ -5488,6 +5795,7 @@ class EnterpriseAdminClient:
|
|
|
5488
5795
|
*,
|
|
5489
5796
|
data: UnsetType = UNSET,
|
|
5490
5797
|
headers: Optional[Mapping[str, str]] = None,
|
|
5798
|
+
stream: bool = False,
|
|
5491
5799
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
5492
5800
|
required: Missing[bool] = UNSET,
|
|
5493
5801
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -5504,6 +5812,7 @@ class EnterpriseAdminClient:
|
|
|
5504
5812
|
custom_property_name: str,
|
|
5505
5813
|
*,
|
|
5506
5814
|
headers: Optional[Mapping[str, str]] = None,
|
|
5815
|
+
stream: bool = False,
|
|
5507
5816
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
5508
5817
|
**kwargs,
|
|
5509
5818
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -5538,6 +5847,7 @@ class EnterpriseAdminClient:
|
|
|
5538
5847
|
url,
|
|
5539
5848
|
json=exclude_unset(json),
|
|
5540
5849
|
headers=exclude_unset(headers),
|
|
5850
|
+
stream=stream,
|
|
5541
5851
|
response_model=CustomProperty,
|
|
5542
5852
|
error_models={
|
|
5543
5853
|
"403": BasicError,
|
|
@@ -5551,6 +5861,7 @@ class EnterpriseAdminClient:
|
|
|
5551
5861
|
custom_property_name: str,
|
|
5552
5862
|
*,
|
|
5553
5863
|
headers: Optional[Mapping[str, str]] = None,
|
|
5864
|
+
stream: bool = False,
|
|
5554
5865
|
) -> Response:
|
|
5555
5866
|
"""enterprise-admin/remove-enterprise-custom-property
|
|
5556
5867
|
|
|
@@ -5573,6 +5884,7 @@ class EnterpriseAdminClient:
|
|
|
5573
5884
|
"DELETE",
|
|
5574
5885
|
url,
|
|
5575
5886
|
headers=exclude_unset(headers),
|
|
5887
|
+
stream=stream,
|
|
5576
5888
|
error_models={
|
|
5577
5889
|
"403": BasicError,
|
|
5578
5890
|
"404": BasicError,
|
|
@@ -5585,6 +5897,7 @@ class EnterpriseAdminClient:
|
|
|
5585
5897
|
custom_property_name: str,
|
|
5586
5898
|
*,
|
|
5587
5899
|
headers: Optional[Mapping[str, str]] = None,
|
|
5900
|
+
stream: bool = False,
|
|
5588
5901
|
) -> Response:
|
|
5589
5902
|
"""enterprise-admin/remove-enterprise-custom-property
|
|
5590
5903
|
|
|
@@ -5607,6 +5920,7 @@ class EnterpriseAdminClient:
|
|
|
5607
5920
|
"DELETE",
|
|
5608
5921
|
url,
|
|
5609
5922
|
headers=exclude_unset(headers),
|
|
5923
|
+
stream=stream,
|
|
5610
5924
|
error_models={
|
|
5611
5925
|
"403": BasicError,
|
|
5612
5926
|
"404": BasicError,
|
|
@@ -5621,6 +5935,7 @@ class EnterpriseAdminClient:
|
|
|
5621
5935
|
per_page: Missing[int] = UNSET,
|
|
5622
5936
|
page: Missing[int] = UNSET,
|
|
5623
5937
|
headers: Optional[Mapping[str, str]] = None,
|
|
5938
|
+
stream: bool = False,
|
|
5624
5939
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
5625
5940
|
"""enterprise-admin/get-enterprise-ruleset-history
|
|
5626
5941
|
|
|
@@ -5647,6 +5962,7 @@ class EnterpriseAdminClient:
|
|
|
5647
5962
|
url,
|
|
5648
5963
|
params=exclude_unset(params),
|
|
5649
5964
|
headers=exclude_unset(headers),
|
|
5965
|
+
stream=stream,
|
|
5650
5966
|
response_model=list[RulesetVersion],
|
|
5651
5967
|
error_models={
|
|
5652
5968
|
"404": BasicError,
|
|
@@ -5662,6 +5978,7 @@ class EnterpriseAdminClient:
|
|
|
5662
5978
|
per_page: Missing[int] = UNSET,
|
|
5663
5979
|
page: Missing[int] = UNSET,
|
|
5664
5980
|
headers: Optional[Mapping[str, str]] = None,
|
|
5981
|
+
stream: bool = False,
|
|
5665
5982
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
5666
5983
|
"""enterprise-admin/get-enterprise-ruleset-history
|
|
5667
5984
|
|
|
@@ -5688,6 +6005,7 @@ class EnterpriseAdminClient:
|
|
|
5688
6005
|
url,
|
|
5689
6006
|
params=exclude_unset(params),
|
|
5690
6007
|
headers=exclude_unset(headers),
|
|
6008
|
+
stream=stream,
|
|
5691
6009
|
response_model=list[RulesetVersion],
|
|
5692
6010
|
error_models={
|
|
5693
6011
|
"404": BasicError,
|
|
@@ -5702,6 +6020,7 @@ class EnterpriseAdminClient:
|
|
|
5702
6020
|
version_id: int,
|
|
5703
6021
|
*,
|
|
5704
6022
|
headers: Optional[Mapping[str, str]] = None,
|
|
6023
|
+
stream: bool = False,
|
|
5705
6024
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
5706
6025
|
"""enterprise-admin/get-enterprise-ruleset-version
|
|
5707
6026
|
|
|
@@ -5722,6 +6041,7 @@ class EnterpriseAdminClient:
|
|
|
5722
6041
|
"GET",
|
|
5723
6042
|
url,
|
|
5724
6043
|
headers=exclude_unset(headers),
|
|
6044
|
+
stream=stream,
|
|
5725
6045
|
response_model=RulesetVersionWithState,
|
|
5726
6046
|
error_models={
|
|
5727
6047
|
"404": BasicError,
|
|
@@ -5736,6 +6056,7 @@ class EnterpriseAdminClient:
|
|
|
5736
6056
|
version_id: int,
|
|
5737
6057
|
*,
|
|
5738
6058
|
headers: Optional[Mapping[str, str]] = None,
|
|
6059
|
+
stream: bool = False,
|
|
5739
6060
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
5740
6061
|
"""enterprise-admin/get-enterprise-ruleset-version
|
|
5741
6062
|
|
|
@@ -5756,6 +6077,7 @@ class EnterpriseAdminClient:
|
|
|
5756
6077
|
"GET",
|
|
5757
6078
|
url,
|
|
5758
6079
|
headers=exclude_unset(headers),
|
|
6080
|
+
stream=stream,
|
|
5759
6081
|
response_model=RulesetVersionWithState,
|
|
5760
6082
|
error_models={
|
|
5761
6083
|
"404": BasicError,
|
|
@@ -5777,6 +6099,7 @@ class EnterpriseAdminClient:
|
|
|
5777
6099
|
enablement: Literal["enable_all", "disable_all"],
|
|
5778
6100
|
*,
|
|
5779
6101
|
headers: Optional[Mapping[str, str]] = None,
|
|
6102
|
+
stream: bool = False,
|
|
5780
6103
|
) -> Response:
|
|
5781
6104
|
"""DEPRECATED secret-scanning/post-security-product-enablement-for-enterprise
|
|
5782
6105
|
|
|
@@ -5804,6 +6127,7 @@ class EnterpriseAdminClient:
|
|
|
5804
6127
|
"POST",
|
|
5805
6128
|
url,
|
|
5806
6129
|
headers=exclude_unset(headers),
|
|
6130
|
+
stream=stream,
|
|
5807
6131
|
error_models={
|
|
5808
6132
|
"404": BasicError,
|
|
5809
6133
|
},
|
|
@@ -5823,6 +6147,7 @@ class EnterpriseAdminClient:
|
|
|
5823
6147
|
enablement: Literal["enable_all", "disable_all"],
|
|
5824
6148
|
*,
|
|
5825
6149
|
headers: Optional[Mapping[str, str]] = None,
|
|
6150
|
+
stream: bool = False,
|
|
5826
6151
|
) -> Response:
|
|
5827
6152
|
"""DEPRECATED secret-scanning/post-security-product-enablement-for-enterprise
|
|
5828
6153
|
|
|
@@ -5850,6 +6175,7 @@ class EnterpriseAdminClient:
|
|
|
5850
6175
|
"POST",
|
|
5851
6176
|
url,
|
|
5852
6177
|
headers=exclude_unset(headers),
|
|
6178
|
+
stream=stream,
|
|
5853
6179
|
error_models={
|
|
5854
6180
|
"404": BasicError,
|
|
5855
6181
|
},
|
|
@@ -5864,6 +6190,7 @@ class EnterpriseAdminClient:
|
|
|
5864
6190
|
start_index: Missing[int] = UNSET,
|
|
5865
6191
|
count: Missing[int] = UNSET,
|
|
5866
6192
|
headers: Optional[Mapping[str, str]] = None,
|
|
6193
|
+
stream: bool = False,
|
|
5867
6194
|
) -> Response[ScimEnterpriseGroupList, ScimEnterpriseGroupListType]:
|
|
5868
6195
|
"""enterprise-admin/list-provisioned-groups-enterprise
|
|
5869
6196
|
|
|
@@ -5894,6 +6221,7 @@ class EnterpriseAdminClient:
|
|
|
5894
6221
|
url,
|
|
5895
6222
|
params=exclude_unset(params),
|
|
5896
6223
|
headers=exclude_unset(headers),
|
|
6224
|
+
stream=stream,
|
|
5897
6225
|
response_model=ScimEnterpriseGroupList,
|
|
5898
6226
|
error_models={
|
|
5899
6227
|
"400": ScimError,
|
|
@@ -5911,6 +6239,7 @@ class EnterpriseAdminClient:
|
|
|
5911
6239
|
start_index: Missing[int] = UNSET,
|
|
5912
6240
|
count: Missing[int] = UNSET,
|
|
5913
6241
|
headers: Optional[Mapping[str, str]] = None,
|
|
6242
|
+
stream: bool = False,
|
|
5914
6243
|
) -> Response[ScimEnterpriseGroupList, ScimEnterpriseGroupListType]:
|
|
5915
6244
|
"""enterprise-admin/list-provisioned-groups-enterprise
|
|
5916
6245
|
|
|
@@ -5941,6 +6270,7 @@ class EnterpriseAdminClient:
|
|
|
5941
6270
|
url,
|
|
5942
6271
|
params=exclude_unset(params),
|
|
5943
6272
|
headers=exclude_unset(headers),
|
|
6273
|
+
stream=stream,
|
|
5944
6274
|
response_model=ScimEnterpriseGroupList,
|
|
5945
6275
|
error_models={
|
|
5946
6276
|
"400": ScimError,
|
|
@@ -5955,6 +6285,7 @@ class EnterpriseAdminClient:
|
|
|
5955
6285
|
enterprise: str,
|
|
5956
6286
|
*,
|
|
5957
6287
|
headers: Optional[Mapping[str, str]] = None,
|
|
6288
|
+
stream: bool = False,
|
|
5958
6289
|
data: GroupType,
|
|
5959
6290
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]: ...
|
|
5960
6291
|
|
|
@@ -5965,6 +6296,7 @@ class EnterpriseAdminClient:
|
|
|
5965
6296
|
*,
|
|
5966
6297
|
data: UnsetType = UNSET,
|
|
5967
6298
|
headers: Optional[Mapping[str, str]] = None,
|
|
6299
|
+
stream: bool = False,
|
|
5968
6300
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:Group"]],
|
|
5969
6301
|
external_id: str,
|
|
5970
6302
|
display_name: str,
|
|
@@ -5976,6 +6308,7 @@ class EnterpriseAdminClient:
|
|
|
5976
6308
|
enterprise: str,
|
|
5977
6309
|
*,
|
|
5978
6310
|
headers: Optional[Mapping[str, str]] = None,
|
|
6311
|
+
stream: bool = False,
|
|
5979
6312
|
data: Missing[GroupType] = UNSET,
|
|
5980
6313
|
**kwargs,
|
|
5981
6314
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
@@ -6010,6 +6343,7 @@ class EnterpriseAdminClient:
|
|
|
6010
6343
|
url,
|
|
6011
6344
|
json=exclude_unset(json),
|
|
6012
6345
|
headers=exclude_unset(headers),
|
|
6346
|
+
stream=stream,
|
|
6013
6347
|
response_model=ScimEnterpriseGroupResponse,
|
|
6014
6348
|
error_models={
|
|
6015
6349
|
"400": ScimError,
|
|
@@ -6024,6 +6358,7 @@ class EnterpriseAdminClient:
|
|
|
6024
6358
|
enterprise: str,
|
|
6025
6359
|
*,
|
|
6026
6360
|
headers: Optional[Mapping[str, str]] = None,
|
|
6361
|
+
stream: bool = False,
|
|
6027
6362
|
data: GroupType,
|
|
6028
6363
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]: ...
|
|
6029
6364
|
|
|
@@ -6034,6 +6369,7 @@ class EnterpriseAdminClient:
|
|
|
6034
6369
|
*,
|
|
6035
6370
|
data: UnsetType = UNSET,
|
|
6036
6371
|
headers: Optional[Mapping[str, str]] = None,
|
|
6372
|
+
stream: bool = False,
|
|
6037
6373
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:Group"]],
|
|
6038
6374
|
external_id: str,
|
|
6039
6375
|
display_name: str,
|
|
@@ -6045,6 +6381,7 @@ class EnterpriseAdminClient:
|
|
|
6045
6381
|
enterprise: str,
|
|
6046
6382
|
*,
|
|
6047
6383
|
headers: Optional[Mapping[str, str]] = None,
|
|
6384
|
+
stream: bool = False,
|
|
6048
6385
|
data: Missing[GroupType] = UNSET,
|
|
6049
6386
|
**kwargs,
|
|
6050
6387
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
@@ -6079,6 +6416,7 @@ class EnterpriseAdminClient:
|
|
|
6079
6416
|
url,
|
|
6080
6417
|
json=exclude_unset(json),
|
|
6081
6418
|
headers=exclude_unset(headers),
|
|
6419
|
+
stream=stream,
|
|
6082
6420
|
response_model=ScimEnterpriseGroupResponse,
|
|
6083
6421
|
error_models={
|
|
6084
6422
|
"400": ScimError,
|
|
@@ -6094,6 +6432,7 @@ class EnterpriseAdminClient:
|
|
|
6094
6432
|
*,
|
|
6095
6433
|
excluded_attributes: Missing[str] = UNSET,
|
|
6096
6434
|
headers: Optional[Mapping[str, str]] = None,
|
|
6435
|
+
stream: bool = False,
|
|
6097
6436
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
6098
6437
|
"""enterprise-admin/get-provisioning-information-for-enterprise-group
|
|
6099
6438
|
|
|
@@ -6119,6 +6458,7 @@ class EnterpriseAdminClient:
|
|
|
6119
6458
|
url,
|
|
6120
6459
|
params=exclude_unset(params),
|
|
6121
6460
|
headers=exclude_unset(headers),
|
|
6461
|
+
stream=stream,
|
|
6122
6462
|
response_model=ScimEnterpriseGroupResponse,
|
|
6123
6463
|
error_models={
|
|
6124
6464
|
"400": ScimError,
|
|
@@ -6135,6 +6475,7 @@ class EnterpriseAdminClient:
|
|
|
6135
6475
|
*,
|
|
6136
6476
|
excluded_attributes: Missing[str] = UNSET,
|
|
6137
6477
|
headers: Optional[Mapping[str, str]] = None,
|
|
6478
|
+
stream: bool = False,
|
|
6138
6479
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
6139
6480
|
"""enterprise-admin/get-provisioning-information-for-enterprise-group
|
|
6140
6481
|
|
|
@@ -6160,6 +6501,7 @@ class EnterpriseAdminClient:
|
|
|
6160
6501
|
url,
|
|
6161
6502
|
params=exclude_unset(params),
|
|
6162
6503
|
headers=exclude_unset(headers),
|
|
6504
|
+
stream=stream,
|
|
6163
6505
|
response_model=ScimEnterpriseGroupResponse,
|
|
6164
6506
|
error_models={
|
|
6165
6507
|
"400": ScimError,
|
|
@@ -6176,6 +6518,7 @@ class EnterpriseAdminClient:
|
|
|
6176
6518
|
enterprise: str,
|
|
6177
6519
|
*,
|
|
6178
6520
|
headers: Optional[Mapping[str, str]] = None,
|
|
6521
|
+
stream: bool = False,
|
|
6179
6522
|
data: GroupType,
|
|
6180
6523
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]: ...
|
|
6181
6524
|
|
|
@@ -6187,6 +6530,7 @@ class EnterpriseAdminClient:
|
|
|
6187
6530
|
*,
|
|
6188
6531
|
data: UnsetType = UNSET,
|
|
6189
6532
|
headers: Optional[Mapping[str, str]] = None,
|
|
6533
|
+
stream: bool = False,
|
|
6190
6534
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:Group"]],
|
|
6191
6535
|
external_id: str,
|
|
6192
6536
|
display_name: str,
|
|
@@ -6199,6 +6543,7 @@ class EnterpriseAdminClient:
|
|
|
6199
6543
|
enterprise: str,
|
|
6200
6544
|
*,
|
|
6201
6545
|
headers: Optional[Mapping[str, str]] = None,
|
|
6546
|
+
stream: bool = False,
|
|
6202
6547
|
data: Missing[GroupType] = UNSET,
|
|
6203
6548
|
**kwargs,
|
|
6204
6549
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
@@ -6233,6 +6578,7 @@ class EnterpriseAdminClient:
|
|
|
6233
6578
|
url,
|
|
6234
6579
|
json=exclude_unset(json),
|
|
6235
6580
|
headers=exclude_unset(headers),
|
|
6581
|
+
stream=stream,
|
|
6236
6582
|
response_model=ScimEnterpriseGroupResponse,
|
|
6237
6583
|
error_models={
|
|
6238
6584
|
"400": ScimError,
|
|
@@ -6249,6 +6595,7 @@ class EnterpriseAdminClient:
|
|
|
6249
6595
|
enterprise: str,
|
|
6250
6596
|
*,
|
|
6251
6597
|
headers: Optional[Mapping[str, str]] = None,
|
|
6598
|
+
stream: bool = False,
|
|
6252
6599
|
data: GroupType,
|
|
6253
6600
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]: ...
|
|
6254
6601
|
|
|
@@ -6260,6 +6607,7 @@ class EnterpriseAdminClient:
|
|
|
6260
6607
|
*,
|
|
6261
6608
|
data: UnsetType = UNSET,
|
|
6262
6609
|
headers: Optional[Mapping[str, str]] = None,
|
|
6610
|
+
stream: bool = False,
|
|
6263
6611
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:Group"]],
|
|
6264
6612
|
external_id: str,
|
|
6265
6613
|
display_name: str,
|
|
@@ -6272,6 +6620,7 @@ class EnterpriseAdminClient:
|
|
|
6272
6620
|
enterprise: str,
|
|
6273
6621
|
*,
|
|
6274
6622
|
headers: Optional[Mapping[str, str]] = None,
|
|
6623
|
+
stream: bool = False,
|
|
6275
6624
|
data: Missing[GroupType] = UNSET,
|
|
6276
6625
|
**kwargs,
|
|
6277
6626
|
) -> Response[ScimEnterpriseGroupResponse, ScimEnterpriseGroupResponseType]:
|
|
@@ -6306,6 +6655,7 @@ class EnterpriseAdminClient:
|
|
|
6306
6655
|
url,
|
|
6307
6656
|
json=exclude_unset(json),
|
|
6308
6657
|
headers=exclude_unset(headers),
|
|
6658
|
+
stream=stream,
|
|
6309
6659
|
response_model=ScimEnterpriseGroupResponse,
|
|
6310
6660
|
error_models={
|
|
6311
6661
|
"400": ScimError,
|
|
@@ -6321,6 +6671,7 @@ class EnterpriseAdminClient:
|
|
|
6321
6671
|
enterprise: str,
|
|
6322
6672
|
*,
|
|
6323
6673
|
headers: Optional[Mapping[str, str]] = None,
|
|
6674
|
+
stream: bool = False,
|
|
6324
6675
|
) -> Response:
|
|
6325
6676
|
"""enterprise-admin/delete-scim-group-from-enterprise
|
|
6326
6677
|
|
|
@@ -6341,6 +6692,7 @@ class EnterpriseAdminClient:
|
|
|
6341
6692
|
"DELETE",
|
|
6342
6693
|
url,
|
|
6343
6694
|
headers=exclude_unset(headers),
|
|
6695
|
+
stream=stream,
|
|
6344
6696
|
error_models={
|
|
6345
6697
|
"400": ScimError,
|
|
6346
6698
|
"404": BasicError,
|
|
@@ -6355,6 +6707,7 @@ class EnterpriseAdminClient:
|
|
|
6355
6707
|
enterprise: str,
|
|
6356
6708
|
*,
|
|
6357
6709
|
headers: Optional[Mapping[str, str]] = None,
|
|
6710
|
+
stream: bool = False,
|
|
6358
6711
|
) -> Response:
|
|
6359
6712
|
"""enterprise-admin/delete-scim-group-from-enterprise
|
|
6360
6713
|
|
|
@@ -6375,6 +6728,7 @@ class EnterpriseAdminClient:
|
|
|
6375
6728
|
"DELETE",
|
|
6376
6729
|
url,
|
|
6377
6730
|
headers=exclude_unset(headers),
|
|
6731
|
+
stream=stream,
|
|
6378
6732
|
error_models={
|
|
6379
6733
|
"400": ScimError,
|
|
6380
6734
|
"404": BasicError,
|
|
@@ -6390,6 +6744,7 @@ class EnterpriseAdminClient:
|
|
|
6390
6744
|
enterprise: str,
|
|
6391
6745
|
*,
|
|
6392
6746
|
headers: Optional[Mapping[str, str]] = None,
|
|
6747
|
+
stream: bool = False,
|
|
6393
6748
|
data: PatchSchemaType,
|
|
6394
6749
|
) -> Response: ...
|
|
6395
6750
|
|
|
@@ -6401,6 +6756,7 @@ class EnterpriseAdminClient:
|
|
|
6401
6756
|
*,
|
|
6402
6757
|
data: UnsetType = UNSET,
|
|
6403
6758
|
headers: Optional[Mapping[str, str]] = None,
|
|
6759
|
+
stream: bool = False,
|
|
6404
6760
|
operations: list[PatchSchemaPropOperationsItemsType],
|
|
6405
6761
|
schemas: list[Literal["urn:ietf:params:scim:api:messages:2.0:PatchOp"]],
|
|
6406
6762
|
) -> Response: ...
|
|
@@ -6411,6 +6767,7 @@ class EnterpriseAdminClient:
|
|
|
6411
6767
|
enterprise: str,
|
|
6412
6768
|
*,
|
|
6413
6769
|
headers: Optional[Mapping[str, str]] = None,
|
|
6770
|
+
stream: bool = False,
|
|
6414
6771
|
data: Missing[PatchSchemaType] = UNSET,
|
|
6415
6772
|
**kwargs,
|
|
6416
6773
|
) -> Response:
|
|
@@ -6450,6 +6807,7 @@ class EnterpriseAdminClient:
|
|
|
6450
6807
|
url,
|
|
6451
6808
|
json=exclude_unset(json),
|
|
6452
6809
|
headers=exclude_unset(headers),
|
|
6810
|
+
stream=stream,
|
|
6453
6811
|
error_models={
|
|
6454
6812
|
"400": ScimError,
|
|
6455
6813
|
"404": BasicError,
|
|
@@ -6465,6 +6823,7 @@ class EnterpriseAdminClient:
|
|
|
6465
6823
|
enterprise: str,
|
|
6466
6824
|
*,
|
|
6467
6825
|
headers: Optional[Mapping[str, str]] = None,
|
|
6826
|
+
stream: bool = False,
|
|
6468
6827
|
data: PatchSchemaType,
|
|
6469
6828
|
) -> Response: ...
|
|
6470
6829
|
|
|
@@ -6476,6 +6835,7 @@ class EnterpriseAdminClient:
|
|
|
6476
6835
|
*,
|
|
6477
6836
|
data: UnsetType = UNSET,
|
|
6478
6837
|
headers: Optional[Mapping[str, str]] = None,
|
|
6838
|
+
stream: bool = False,
|
|
6479
6839
|
operations: list[PatchSchemaPropOperationsItemsType],
|
|
6480
6840
|
schemas: list[Literal["urn:ietf:params:scim:api:messages:2.0:PatchOp"]],
|
|
6481
6841
|
) -> Response: ...
|
|
@@ -6486,6 +6846,7 @@ class EnterpriseAdminClient:
|
|
|
6486
6846
|
enterprise: str,
|
|
6487
6847
|
*,
|
|
6488
6848
|
headers: Optional[Mapping[str, str]] = None,
|
|
6849
|
+
stream: bool = False,
|
|
6489
6850
|
data: Missing[PatchSchemaType] = UNSET,
|
|
6490
6851
|
**kwargs,
|
|
6491
6852
|
) -> Response:
|
|
@@ -6525,6 +6886,7 @@ class EnterpriseAdminClient:
|
|
|
6525
6886
|
url,
|
|
6526
6887
|
json=exclude_unset(json),
|
|
6527
6888
|
headers=exclude_unset(headers),
|
|
6889
|
+
stream=stream,
|
|
6528
6890
|
error_models={
|
|
6529
6891
|
"400": ScimError,
|
|
6530
6892
|
"404": BasicError,
|
|
@@ -6541,6 +6903,7 @@ class EnterpriseAdminClient:
|
|
|
6541
6903
|
start_index: Missing[int] = UNSET,
|
|
6542
6904
|
count: Missing[int] = UNSET,
|
|
6543
6905
|
headers: Optional[Mapping[str, str]] = None,
|
|
6906
|
+
stream: bool = False,
|
|
6544
6907
|
) -> Response[ScimEnterpriseUserList, ScimEnterpriseUserListType]:
|
|
6545
6908
|
"""enterprise-admin/list-provisioned-identities-enterprise
|
|
6546
6909
|
|
|
@@ -6570,6 +6933,7 @@ class EnterpriseAdminClient:
|
|
|
6570
6933
|
url,
|
|
6571
6934
|
params=exclude_unset(params),
|
|
6572
6935
|
headers=exclude_unset(headers),
|
|
6936
|
+
stream=stream,
|
|
6573
6937
|
response_model=ScimEnterpriseUserList,
|
|
6574
6938
|
error_models={
|
|
6575
6939
|
"400": ScimError,
|
|
@@ -6586,6 +6950,7 @@ class EnterpriseAdminClient:
|
|
|
6586
6950
|
start_index: Missing[int] = UNSET,
|
|
6587
6951
|
count: Missing[int] = UNSET,
|
|
6588
6952
|
headers: Optional[Mapping[str, str]] = None,
|
|
6953
|
+
stream: bool = False,
|
|
6589
6954
|
) -> Response[ScimEnterpriseUserList, ScimEnterpriseUserListType]:
|
|
6590
6955
|
"""enterprise-admin/list-provisioned-identities-enterprise
|
|
6591
6956
|
|
|
@@ -6615,6 +6980,7 @@ class EnterpriseAdminClient:
|
|
|
6615
6980
|
url,
|
|
6616
6981
|
params=exclude_unset(params),
|
|
6617
6982
|
headers=exclude_unset(headers),
|
|
6983
|
+
stream=stream,
|
|
6618
6984
|
response_model=ScimEnterpriseUserList,
|
|
6619
6985
|
error_models={
|
|
6620
6986
|
"400": ScimError,
|
|
@@ -6629,6 +6995,7 @@ class EnterpriseAdminClient:
|
|
|
6629
6995
|
enterprise: str,
|
|
6630
6996
|
*,
|
|
6631
6997
|
headers: Optional[Mapping[str, str]] = None,
|
|
6998
|
+
stream: bool = False,
|
|
6632
6999
|
data: UserType,
|
|
6633
7000
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
6634
7001
|
|
|
@@ -6639,6 +7006,7 @@ class EnterpriseAdminClient:
|
|
|
6639
7006
|
*,
|
|
6640
7007
|
data: UnsetType = UNSET,
|
|
6641
7008
|
headers: Optional[Mapping[str, str]] = None,
|
|
7009
|
+
stream: bool = False,
|
|
6642
7010
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:User"]],
|
|
6643
7011
|
external_id: str,
|
|
6644
7012
|
active: bool,
|
|
@@ -6654,6 +7022,7 @@ class EnterpriseAdminClient:
|
|
|
6654
7022
|
enterprise: str,
|
|
6655
7023
|
*,
|
|
6656
7024
|
headers: Optional[Mapping[str, str]] = None,
|
|
7025
|
+
stream: bool = False,
|
|
6657
7026
|
data: Missing[UserType] = UNSET,
|
|
6658
7027
|
**kwargs,
|
|
6659
7028
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -6688,6 +7057,7 @@ class EnterpriseAdminClient:
|
|
|
6688
7057
|
url,
|
|
6689
7058
|
json=exclude_unset(json),
|
|
6690
7059
|
headers=exclude_unset(headers),
|
|
7060
|
+
stream=stream,
|
|
6691
7061
|
response_model=ScimEnterpriseUserResponse,
|
|
6692
7062
|
error_models={
|
|
6693
7063
|
"400": ScimError,
|
|
@@ -6702,6 +7072,7 @@ class EnterpriseAdminClient:
|
|
|
6702
7072
|
enterprise: str,
|
|
6703
7073
|
*,
|
|
6704
7074
|
headers: Optional[Mapping[str, str]] = None,
|
|
7075
|
+
stream: bool = False,
|
|
6705
7076
|
data: UserType,
|
|
6706
7077
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
6707
7078
|
|
|
@@ -6712,6 +7083,7 @@ class EnterpriseAdminClient:
|
|
|
6712
7083
|
*,
|
|
6713
7084
|
data: UnsetType = UNSET,
|
|
6714
7085
|
headers: Optional[Mapping[str, str]] = None,
|
|
7086
|
+
stream: bool = False,
|
|
6715
7087
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:User"]],
|
|
6716
7088
|
external_id: str,
|
|
6717
7089
|
active: bool,
|
|
@@ -6727,6 +7099,7 @@ class EnterpriseAdminClient:
|
|
|
6727
7099
|
enterprise: str,
|
|
6728
7100
|
*,
|
|
6729
7101
|
headers: Optional[Mapping[str, str]] = None,
|
|
7102
|
+
stream: bool = False,
|
|
6730
7103
|
data: Missing[UserType] = UNSET,
|
|
6731
7104
|
**kwargs,
|
|
6732
7105
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -6761,6 +7134,7 @@ class EnterpriseAdminClient:
|
|
|
6761
7134
|
url,
|
|
6762
7135
|
json=exclude_unset(json),
|
|
6763
7136
|
headers=exclude_unset(headers),
|
|
7137
|
+
stream=stream,
|
|
6764
7138
|
response_model=ScimEnterpriseUserResponse,
|
|
6765
7139
|
error_models={
|
|
6766
7140
|
"400": ScimError,
|
|
@@ -6775,6 +7149,7 @@ class EnterpriseAdminClient:
|
|
|
6775
7149
|
enterprise: str,
|
|
6776
7150
|
*,
|
|
6777
7151
|
headers: Optional[Mapping[str, str]] = None,
|
|
7152
|
+
stream: bool = False,
|
|
6778
7153
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
6779
7154
|
"""enterprise-admin/get-provisioning-information-for-enterprise-user
|
|
6780
7155
|
|
|
@@ -6795,6 +7170,7 @@ class EnterpriseAdminClient:
|
|
|
6795
7170
|
"GET",
|
|
6796
7171
|
url,
|
|
6797
7172
|
headers=exclude_unset(headers),
|
|
7173
|
+
stream=stream,
|
|
6798
7174
|
response_model=ScimEnterpriseUserResponse,
|
|
6799
7175
|
error_models={
|
|
6800
7176
|
"400": ScimError,
|
|
@@ -6810,6 +7186,7 @@ class EnterpriseAdminClient:
|
|
|
6810
7186
|
enterprise: str,
|
|
6811
7187
|
*,
|
|
6812
7188
|
headers: Optional[Mapping[str, str]] = None,
|
|
7189
|
+
stream: bool = False,
|
|
6813
7190
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
6814
7191
|
"""enterprise-admin/get-provisioning-information-for-enterprise-user
|
|
6815
7192
|
|
|
@@ -6830,6 +7207,7 @@ class EnterpriseAdminClient:
|
|
|
6830
7207
|
"GET",
|
|
6831
7208
|
url,
|
|
6832
7209
|
headers=exclude_unset(headers),
|
|
7210
|
+
stream=stream,
|
|
6833
7211
|
response_model=ScimEnterpriseUserResponse,
|
|
6834
7212
|
error_models={
|
|
6835
7213
|
"400": ScimError,
|
|
@@ -6846,6 +7224,7 @@ class EnterpriseAdminClient:
|
|
|
6846
7224
|
enterprise: str,
|
|
6847
7225
|
*,
|
|
6848
7226
|
headers: Optional[Mapping[str, str]] = None,
|
|
7227
|
+
stream: bool = False,
|
|
6849
7228
|
data: UserType,
|
|
6850
7229
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
6851
7230
|
|
|
@@ -6857,6 +7236,7 @@ class EnterpriseAdminClient:
|
|
|
6857
7236
|
*,
|
|
6858
7237
|
data: UnsetType = UNSET,
|
|
6859
7238
|
headers: Optional[Mapping[str, str]] = None,
|
|
7239
|
+
stream: bool = False,
|
|
6860
7240
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:User"]],
|
|
6861
7241
|
external_id: str,
|
|
6862
7242
|
active: bool,
|
|
@@ -6873,6 +7253,7 @@ class EnterpriseAdminClient:
|
|
|
6873
7253
|
enterprise: str,
|
|
6874
7254
|
*,
|
|
6875
7255
|
headers: Optional[Mapping[str, str]] = None,
|
|
7256
|
+
stream: bool = False,
|
|
6876
7257
|
data: Missing[UserType] = UNSET,
|
|
6877
7258
|
**kwargs,
|
|
6878
7259
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -6910,6 +7291,7 @@ class EnterpriseAdminClient:
|
|
|
6910
7291
|
url,
|
|
6911
7292
|
json=exclude_unset(json),
|
|
6912
7293
|
headers=exclude_unset(headers),
|
|
7294
|
+
stream=stream,
|
|
6913
7295
|
response_model=ScimEnterpriseUserResponse,
|
|
6914
7296
|
error_models={
|
|
6915
7297
|
"400": ScimError,
|
|
@@ -6926,6 +7308,7 @@ class EnterpriseAdminClient:
|
|
|
6926
7308
|
enterprise: str,
|
|
6927
7309
|
*,
|
|
6928
7310
|
headers: Optional[Mapping[str, str]] = None,
|
|
7311
|
+
stream: bool = False,
|
|
6929
7312
|
data: UserType,
|
|
6930
7313
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
6931
7314
|
|
|
@@ -6937,6 +7320,7 @@ class EnterpriseAdminClient:
|
|
|
6937
7320
|
*,
|
|
6938
7321
|
data: UnsetType = UNSET,
|
|
6939
7322
|
headers: Optional[Mapping[str, str]] = None,
|
|
7323
|
+
stream: bool = False,
|
|
6940
7324
|
schemas: list[Literal["urn:ietf:params:scim:schemas:core:2.0:User"]],
|
|
6941
7325
|
external_id: str,
|
|
6942
7326
|
active: bool,
|
|
@@ -6953,6 +7337,7 @@ class EnterpriseAdminClient:
|
|
|
6953
7337
|
enterprise: str,
|
|
6954
7338
|
*,
|
|
6955
7339
|
headers: Optional[Mapping[str, str]] = None,
|
|
7340
|
+
stream: bool = False,
|
|
6956
7341
|
data: Missing[UserType] = UNSET,
|
|
6957
7342
|
**kwargs,
|
|
6958
7343
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -6990,6 +7375,7 @@ class EnterpriseAdminClient:
|
|
|
6990
7375
|
url,
|
|
6991
7376
|
json=exclude_unset(json),
|
|
6992
7377
|
headers=exclude_unset(headers),
|
|
7378
|
+
stream=stream,
|
|
6993
7379
|
response_model=ScimEnterpriseUserResponse,
|
|
6994
7380
|
error_models={
|
|
6995
7381
|
"400": ScimError,
|
|
@@ -7005,6 +7391,7 @@ class EnterpriseAdminClient:
|
|
|
7005
7391
|
enterprise: str,
|
|
7006
7392
|
*,
|
|
7007
7393
|
headers: Optional[Mapping[str, str]] = None,
|
|
7394
|
+
stream: bool = False,
|
|
7008
7395
|
) -> Response:
|
|
7009
7396
|
"""enterprise-admin/delete-user-from-enterprise
|
|
7010
7397
|
|
|
@@ -7025,6 +7412,7 @@ class EnterpriseAdminClient:
|
|
|
7025
7412
|
"DELETE",
|
|
7026
7413
|
url,
|
|
7027
7414
|
headers=exclude_unset(headers),
|
|
7415
|
+
stream=stream,
|
|
7028
7416
|
error_models={
|
|
7029
7417
|
"400": ScimError,
|
|
7030
7418
|
"404": BasicError,
|
|
@@ -7039,6 +7427,7 @@ class EnterpriseAdminClient:
|
|
|
7039
7427
|
enterprise: str,
|
|
7040
7428
|
*,
|
|
7041
7429
|
headers: Optional[Mapping[str, str]] = None,
|
|
7430
|
+
stream: bool = False,
|
|
7042
7431
|
) -> Response:
|
|
7043
7432
|
"""enterprise-admin/delete-user-from-enterprise
|
|
7044
7433
|
|
|
@@ -7059,6 +7448,7 @@ class EnterpriseAdminClient:
|
|
|
7059
7448
|
"DELETE",
|
|
7060
7449
|
url,
|
|
7061
7450
|
headers=exclude_unset(headers),
|
|
7451
|
+
stream=stream,
|
|
7062
7452
|
error_models={
|
|
7063
7453
|
"400": ScimError,
|
|
7064
7454
|
"404": BasicError,
|
|
@@ -7074,6 +7464,7 @@ class EnterpriseAdminClient:
|
|
|
7074
7464
|
enterprise: str,
|
|
7075
7465
|
*,
|
|
7076
7466
|
headers: Optional[Mapping[str, str]] = None,
|
|
7467
|
+
stream: bool = False,
|
|
7077
7468
|
data: PatchSchemaType,
|
|
7078
7469
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
7079
7470
|
|
|
@@ -7085,6 +7476,7 @@ class EnterpriseAdminClient:
|
|
|
7085
7476
|
*,
|
|
7086
7477
|
data: UnsetType = UNSET,
|
|
7087
7478
|
headers: Optional[Mapping[str, str]] = None,
|
|
7479
|
+
stream: bool = False,
|
|
7088
7480
|
operations: list[PatchSchemaPropOperationsItemsType],
|
|
7089
7481
|
schemas: list[Literal["urn:ietf:params:scim:api:messages:2.0:PatchOp"]],
|
|
7090
7482
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
@@ -7095,6 +7487,7 @@ class EnterpriseAdminClient:
|
|
|
7095
7487
|
enterprise: str,
|
|
7096
7488
|
*,
|
|
7097
7489
|
headers: Optional[Mapping[str, str]] = None,
|
|
7490
|
+
stream: bool = False,
|
|
7098
7491
|
data: Missing[PatchSchemaType] = UNSET,
|
|
7099
7492
|
**kwargs,
|
|
7100
7493
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -7150,6 +7543,7 @@ class EnterpriseAdminClient:
|
|
|
7150
7543
|
url,
|
|
7151
7544
|
json=exclude_unset(json),
|
|
7152
7545
|
headers=exclude_unset(headers),
|
|
7546
|
+
stream=stream,
|
|
7153
7547
|
response_model=ScimEnterpriseUserResponse,
|
|
7154
7548
|
error_models={
|
|
7155
7549
|
"400": ScimError,
|
|
@@ -7166,6 +7560,7 @@ class EnterpriseAdminClient:
|
|
|
7166
7560
|
enterprise: str,
|
|
7167
7561
|
*,
|
|
7168
7562
|
headers: Optional[Mapping[str, str]] = None,
|
|
7563
|
+
stream: bool = False,
|
|
7169
7564
|
data: PatchSchemaType,
|
|
7170
7565
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
7171
7566
|
|
|
@@ -7177,6 +7572,7 @@ class EnterpriseAdminClient:
|
|
|
7177
7572
|
*,
|
|
7178
7573
|
data: UnsetType = UNSET,
|
|
7179
7574
|
headers: Optional[Mapping[str, str]] = None,
|
|
7575
|
+
stream: bool = False,
|
|
7180
7576
|
operations: list[PatchSchemaPropOperationsItemsType],
|
|
7181
7577
|
schemas: list[Literal["urn:ietf:params:scim:api:messages:2.0:PatchOp"]],
|
|
7182
7578
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]: ...
|
|
@@ -7187,6 +7583,7 @@ class EnterpriseAdminClient:
|
|
|
7187
7583
|
enterprise: str,
|
|
7188
7584
|
*,
|
|
7189
7585
|
headers: Optional[Mapping[str, str]] = None,
|
|
7586
|
+
stream: bool = False,
|
|
7190
7587
|
data: Missing[PatchSchemaType] = UNSET,
|
|
7191
7588
|
**kwargs,
|
|
7192
7589
|
) -> Response[ScimEnterpriseUserResponse, ScimEnterpriseUserResponseType]:
|
|
@@ -7242,6 +7639,7 @@ class EnterpriseAdminClient:
|
|
|
7242
7639
|
url,
|
|
7243
7640
|
json=exclude_unset(json),
|
|
7244
7641
|
headers=exclude_unset(headers),
|
|
7642
|
+
stream=stream,
|
|
7245
7643
|
response_model=ScimEnterpriseUserResponse,
|
|
7246
7644
|
error_models={
|
|
7247
7645
|
"400": ScimError,
|