GitHubKit 0.11.0a3__py3-none-any.whl → 0.11.1__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/compat.py +14 -0
- githubkit/config.py +17 -0
- githubkit/core.py +64 -27
- githubkit/github.py +4 -0
- githubkit/lazy_module.py +5 -7
- githubkit/log.py +3 -0
- githubkit/rest/__init__.py +36 -10
- githubkit/retry.py +74 -0
- githubkit/typing.py +24 -2
- githubkit/utils.py +0 -15
- githubkit/versions/latest/models.py +36 -10
- githubkit/versions/latest/types.py +36 -12
- githubkit/versions/v2022_11_28/models/__init__.py +4491 -4471
- githubkit/versions/v2022_11_28/models/group_0002.py +2 -2
- githubkit/versions/v2022_11_28/models/group_0027.py +3 -5
- githubkit/versions/v2022_11_28/models/group_0041.py +1 -3
- githubkit/versions/v2022_11_28/models/group_0091.py +14 -2
- githubkit/versions/v2022_11_28/models/group_0092.py +4 -2
- githubkit/versions/v2022_11_28/models/group_0095.py +16 -1
- githubkit/versions/v2022_11_28/models/group_0103.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0104.py +26 -10
- githubkit/versions/v2022_11_28/models/group_0105.py +16 -41
- githubkit/versions/v2022_11_28/models/group_0106.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0107.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0108.py +41 -6
- githubkit/versions/v2022_11_28/models/group_0109.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0110.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0111.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0112.py +16 -19
- githubkit/versions/v2022_11_28/models/group_0113.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0114.py +11 -27
- githubkit/versions/v2022_11_28/models/group_0115.py +20 -15
- githubkit/versions/v2022_11_28/models/group_0116.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0117.py +26 -10
- githubkit/versions/v2022_11_28/models/group_0118.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0119.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0120.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0121.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0122.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0123.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0124.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0125.py +15 -13
- githubkit/versions/v2022_11_28/models/group_0126.py +10 -26
- githubkit/versions/v2022_11_28/models/group_0127.py +12 -112
- githubkit/versions/v2022_11_28/models/group_0128.py +17 -45
- githubkit/versions/v2022_11_28/models/group_0129.py +21 -75
- githubkit/versions/v2022_11_28/models/group_0130.py +116 -24
- githubkit/versions/v2022_11_28/models/group_0131.py +30 -173
- githubkit/versions/v2022_11_28/models/group_0132.py +61 -61
- githubkit/versions/v2022_11_28/models/group_0133.py +30 -14
- githubkit/versions/v2022_11_28/models/group_0134.py +184 -10
- githubkit/versions/v2022_11_28/models/group_0135.py +86 -118
- githubkit/versions/v2022_11_28/models/group_0136.py +10 -37
- githubkit/versions/v2022_11_28/models/group_0137.py +11 -30
- githubkit/versions/v2022_11_28/models/group_0138.py +109 -12
- githubkit/versions/v2022_11_28/models/group_0139.py +35 -11
- githubkit/versions/v2022_11_28/models/group_0140.py +21 -36
- githubkit/versions/v2022_11_28/models/group_0141.py +16 -145
- githubkit/versions/v2022_11_28/models/group_0142.py +11 -24
- githubkit/versions/v2022_11_28/models/group_0143.py +42 -12
- githubkit/versions/v2022_11_28/models/group_0144.py +147 -11
- githubkit/versions/v2022_11_28/models/group_0145.py +29 -8
- githubkit/versions/v2022_11_28/models/group_0146.py +15 -12
- githubkit/versions/v2022_11_28/models/group_0147.py +12 -17
- githubkit/versions/v2022_11_28/models/group_0148.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0149.py +10 -28
- githubkit/versions/v2022_11_28/models/group_0150.py +16 -86
- githubkit/versions/v2022_11_28/models/group_0151.py +32 -13
- githubkit/versions/v2022_11_28/models/group_0152.py +28 -8
- githubkit/versions/v2022_11_28/models/group_0153.py +85 -9
- githubkit/versions/v2022_11_28/models/group_0154.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0155.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0156.py +14 -51
- githubkit/versions/v2022_11_28/models/group_0157.py +16 -43
- githubkit/versions/v2022_11_28/models/group_0158.py +7 -102
- githubkit/versions/v2022_11_28/models/group_0159.py +44 -39
- githubkit/versions/v2022_11_28/models/group_0160.py +44 -8
- githubkit/versions/v2022_11_28/models/group_0161.py +98 -11
- githubkit/versions/v2022_11_28/models/group_0162.py +23 -30
- githubkit/versions/v2022_11_28/models/group_0163.py +9 -48
- githubkit/versions/v2022_11_28/models/group_0164.py +11 -88
- githubkit/versions/v2022_11_28/models/group_0165.py +39 -38
- githubkit/versions/v2022_11_28/models/group_0166.py +39 -21
- githubkit/versions/v2022_11_28/models/group_0167.py +90 -11
- githubkit/versions/v2022_11_28/models/group_0168.py +48 -9
- githubkit/versions/v2022_11_28/models/group_0169.py +24 -30
- githubkit/versions/v2022_11_28/models/group_0170.py +12 -46
- githubkit/versions/v2022_11_28/models/group_0171.py +10 -124
- githubkit/versions/v2022_11_28/models/group_0172.py +20 -159
- githubkit/versions/v2022_11_28/models/group_0173.py +37 -21
- githubkit/versions/v2022_11_28/models/group_0174.py +122 -7
- githubkit/versions/v2022_11_28/models/group_0175.py +174 -10
- githubkit/versions/v2022_11_28/models/group_0176.py +31 -22
- githubkit/versions/v2022_11_28/models/group_0177.py +8 -44
- githubkit/versions/v2022_11_28/models/group_0178.py +8 -27
- githubkit/versions/v2022_11_28/models/group_0179.py +20 -33
- githubkit/versions/v2022_11_28/models/group_0180.py +36 -146
- githubkit/versions/v2022_11_28/models/group_0181.py +28 -27
- githubkit/versions/v2022_11_28/models/group_0182.py +27 -27
- githubkit/versions/v2022_11_28/models/group_0183.py +145 -22
- githubkit/versions/v2022_11_28/models/group_0184.py +20 -66
- githubkit/versions/v2022_11_28/models/group_0185.py +36 -18
- githubkit/versions/v2022_11_28/models/group_0186.py +24 -53
- githubkit/versions/v2022_11_28/models/group_0187.py +58 -23
- githubkit/versions/v2022_11_28/models/group_0188.py +17 -51
- githubkit/versions/v2022_11_28/models/group_0189.py +63 -92
- githubkit/versions/v2022_11_28/models/group_0190.py +33 -40
- githubkit/versions/v2022_11_28/models/group_0191.py +49 -11
- githubkit/versions/v2022_11_28/models/group_0192.py +81 -21
- githubkit/versions/v2022_11_28/models/group_0193.py +44 -38
- githubkit/versions/v2022_11_28/models/group_0194.py +13 -29
- githubkit/versions/v2022_11_28/models/group_0195.py +27 -11
- githubkit/versions/v2022_11_28/models/group_0196.py +37 -7
- githubkit/versions/v2022_11_28/models/group_0197.py +29 -18
- githubkit/versions/v2022_11_28/models/group_0198.py +11 -29
- githubkit/versions/v2022_11_28/models/group_0199.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0200.py +13 -24
- githubkit/versions/v2022_11_28/models/group_0201.py +26 -51
- githubkit/versions/v2022_11_28/models/group_0202.py +7 -54
- githubkit/versions/v2022_11_28/models/group_0203.py +32 -22
- githubkit/versions/v2022_11_28/models/group_0204.py +58 -6
- githubkit/versions/v2022_11_28/models/group_0205.py +49 -15
- githubkit/versions/v2022_11_28/models/group_0206.py +16 -83
- githubkit/versions/v2022_11_28/models/group_0207.py +7 -30
- githubkit/versions/v2022_11_28/models/group_0208.py +22 -13
- githubkit/versions/v2022_11_28/models/group_0209.py +70 -25
- githubkit/versions/v2022_11_28/models/group_0210.py +25 -18
- githubkit/versions/v2022_11_28/models/group_0211.py +13 -45
- githubkit/versions/v2022_11_28/models/group_0212.py +38 -22
- githubkit/versions/v2022_11_28/models/group_0213.py +18 -56
- githubkit/versions/v2022_11_28/models/group_0214.py +37 -22
- githubkit/versions/v2022_11_28/models/group_0215.py +24 -34
- githubkit/versions/v2022_11_28/models/group_0216.py +43 -13
- githubkit/versions/v2022_11_28/models/group_0217.py +13 -14
- githubkit/versions/v2022_11_28/models/group_0218.py +27 -101
- githubkit/versions/v2022_11_28/models/group_0219.py +32 -32
- githubkit/versions/v2022_11_28/models/group_0220.py +32 -59
- githubkit/versions/v2022_11_28/models/group_0221.py +105 -17
- githubkit/versions/v2022_11_28/models/group_0222.py +35 -34
- githubkit/versions/v2022_11_28/models/group_0223.py +43 -105
- githubkit/versions/v2022_11_28/models/group_0224.py +25 -7
- githubkit/versions/v2022_11_28/models/group_0225.py +30 -31
- githubkit/versions/v2022_11_28/models/group_0226.py +107 -26
- githubkit/versions/v2022_11_28/models/group_0227.py +7 -76
- githubkit/versions/v2022_11_28/models/group_0228.py +22 -33
- githubkit/versions/v2022_11_28/models/group_0229.py +38 -12
- githubkit/versions/v2022_11_28/models/group_0230.py +53 -57
- githubkit/versions/v2022_11_28/models/group_0231.py +35 -14
- githubkit/versions/v2022_11_28/models/group_0232.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0233.py +76 -9
- githubkit/versions/v2022_11_28/models/group_0234.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0235.py +13 -17
- githubkit/versions/v2022_11_28/models/group_0236.py +9 -43
- githubkit/versions/v2022_11_28/models/group_0237.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0238.py +17 -16
- githubkit/versions/v2022_11_28/models/group_0239.py +36 -70
- githubkit/versions/v2022_11_28/models/group_0240.py +6 -24
- githubkit/versions/v2022_11_28/models/group_0241.py +11 -36
- githubkit/versions/v2022_11_28/models/group_0242.py +72 -22
- githubkit/versions/v2022_11_28/models/group_0243.py +24 -8
- githubkit/versions/v2022_11_28/models/group_0244.py +35 -52
- githubkit/versions/v2022_11_28/models/group_0245.py +21 -52
- githubkit/versions/v2022_11_28/models/group_0246.py +9 -14
- githubkit/versions/v2022_11_28/models/group_0247.py +37 -12
- githubkit/versions/v2022_11_28/models/group_0248.py +52 -125
- githubkit/versions/v2022_11_28/models/group_0249.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0250.py +10 -35
- githubkit/versions/v2022_11_28/models/group_0251.py +120 -13
- githubkit/versions/v2022_11_28/models/group_0252.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0253.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0254.py +13 -19
- githubkit/versions/v2022_11_28/models/group_0255.py +9 -19
- githubkit/versions/v2022_11_28/models/group_0256.py +20 -21
- githubkit/versions/v2022_11_28/models/group_0257.py +20 -21
- githubkit/versions/v2022_11_28/models/group_0258.py +13 -15
- githubkit/versions/v2022_11_28/models/group_0259.py +21 -10
- githubkit/versions/v2022_11_28/models/group_0260.py +17 -23
- githubkit/versions/v2022_11_28/models/group_0261.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0262.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0263.py +12 -15
- githubkit/versions/v2022_11_28/models/group_0264.py +37 -14
- githubkit/versions/v2022_11_28/models/group_0265.py +30 -34
- githubkit/versions/v2022_11_28/models/group_0266.py +35 -12
- githubkit/versions/v2022_11_28/models/group_0267.py +17 -15
- githubkit/versions/v2022_11_28/models/group_0268.py +37 -76
- githubkit/versions/v2022_11_28/models/group_0269.py +14 -59
- githubkit/versions/v2022_11_28/models/group_0270.py +10 -140
- githubkit/versions/v2022_11_28/models/group_0271.py +77 -17
- githubkit/versions/v2022_11_28/models/group_0272.py +62 -20
- githubkit/versions/v2022_11_28/models/group_0273.py +142 -20
- githubkit/versions/v2022_11_28/models/group_0274.py +18 -13
- githubkit/versions/v2022_11_28/models/group_0275.py +27 -6
- githubkit/versions/v2022_11_28/models/group_0276.py +19 -32
- githubkit/versions/v2022_11_28/models/group_0277.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0278.py +6 -82
- githubkit/versions/v2022_11_28/models/group_0279.py +25 -19
- githubkit/versions/v2022_11_28/models/group_0280.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0281.py +73 -9
- githubkit/versions/v2022_11_28/models/group_0282.py +26 -85
- githubkit/versions/v2022_11_28/models/group_0283.py +6 -91
- githubkit/versions/v2022_11_28/models/group_0284.py +11 -198
- githubkit/versions/v2022_11_28/models/group_0285.py +20 -40
- githubkit/versions/v2022_11_28/models/group_0286.py +87 -136
- githubkit/versions/v2022_11_28/models/group_0287.py +93 -13
- githubkit/versions/v2022_11_28/models/group_0288.py +201 -8
- githubkit/versions/v2022_11_28/models/group_0289.py +44 -17
- githubkit/versions/v2022_11_28/models/group_0290.py +130 -58
- githubkit/versions/v2022_11_28/models/group_0291.py +13 -73
- githubkit/versions/v2022_11_28/models/group_0292.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0293.py +12 -25
- githubkit/versions/v2022_11_28/models/group_0294.py +57 -36
- githubkit/versions/v2022_11_28/models/group_0295.py +71 -8
- githubkit/versions/v2022_11_28/models/group_0296.py +8 -22
- githubkit/versions/v2022_11_28/models/group_0297.py +25 -16
- githubkit/versions/v2022_11_28/models/group_0298.py +40 -16
- githubkit/versions/v2022_11_28/models/group_0299.py +10 -19
- githubkit/versions/v2022_11_28/models/group_0300.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0301.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0302.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0303.py +5 -9
- githubkit/versions/v2022_11_28/models/group_0304.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0305.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0306.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0307.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0308.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0309.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0310.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0311.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0312.py +15 -59
- githubkit/versions/v2022_11_28/models/group_0313.py +15 -106
- githubkit/versions/v2022_11_28/models/group_0314.py +15 -79
- githubkit/versions/v2022_11_28/models/group_0315.py +14 -118
- githubkit/versions/v2022_11_28/models/group_0316.py +67 -14
- githubkit/versions/v2022_11_28/models/group_0317.py +114 -9
- githubkit/versions/v2022_11_28/models/group_0318.py +86 -25
- githubkit/versions/v2022_11_28/models/group_0319.py +127 -7
- githubkit/versions/v2022_11_28/models/group_0320.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0321.py +10 -21
- githubkit/versions/v2022_11_28/models/group_0322.py +25 -10
- githubkit/versions/v2022_11_28/models/group_0323.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0324.py +18 -7
- githubkit/versions/v2022_11_28/models/group_0325.py +21 -13
- githubkit/versions/v2022_11_28/models/group_0326.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0327.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0328.py +6 -12
- githubkit/versions/v2022_11_28/models/group_0329.py +12 -23
- githubkit/versions/v2022_11_28/models/group_0330.py +8 -41
- githubkit/versions/v2022_11_28/models/group_0331.py +8 -54
- githubkit/versions/v2022_11_28/models/group_0332.py +11 -36
- githubkit/versions/v2022_11_28/models/group_0333.py +19 -101
- githubkit/versions/v2022_11_28/models/group_0334.py +26 -18
- githubkit/versions/v2022_11_28/models/group_0335.py +32 -112
- githubkit/versions/v2022_11_28/models/group_0336.py +27 -77
- githubkit/versions/v2022_11_28/models/group_0337.py +90 -44
- githubkit/versions/v2022_11_28/models/group_0338.py +25 -56
- githubkit/versions/v2022_11_28/models/group_0339.py +134 -7
- githubkit/versions/v2022_11_28/models/group_0340.py +81 -23
- githubkit/versions/v2022_11_28/models/group_0341.py +54 -144
- githubkit/versions/v2022_11_28/models/group_0342.py +63 -9
- githubkit/versions/v2022_11_28/models/group_0343.py +7 -66
- githubkit/versions/v2022_11_28/models/group_0344.py +31 -15
- githubkit/versions/v2022_11_28/models/group_0345.py +139 -27
- githubkit/versions/v2022_11_28/models/group_0346.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0347.py +62 -7
- githubkit/versions/v2022_11_28/models/group_0348.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0349.py +32 -13
- githubkit/versions/v2022_11_28/models/group_0350.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0351.py +12 -30
- githubkit/versions/v2022_11_28/models/group_0352.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0353.py +18 -21
- githubkit/versions/v2022_11_28/models/group_0354.py +8 -359
- githubkit/versions/v2022_11_28/models/group_0355.py +26 -28
- githubkit/versions/v2022_11_28/models/group_0356.py +12 -54
- githubkit/versions/v2022_11_28/models/group_0357.py +20 -67
- githubkit/versions/v2022_11_28/models/group_0358.py +332 -116
- githubkit/versions/v2022_11_28/models/group_0359.py +32 -18
- githubkit/versions/v2022_11_28/models/group_0360.py +44 -167
- githubkit/versions/v2022_11_28/models/group_0361.py +67 -24
- githubkit/versions/v2022_11_28/models/group_0362.py +134 -18
- githubkit/versions/v2022_11_28/models/group_0363.py +15 -58
- githubkit/versions/v2022_11_28/models/group_0364.py +168 -29
- githubkit/versions/v2022_11_28/models/group_0365.py +31 -42
- githubkit/versions/v2022_11_28/models/group_0366.py +20 -97
- githubkit/versions/v2022_11_28/models/group_0367.py +50 -90
- githubkit/versions/v2022_11_28/models/group_0368.py +10 -183
- githubkit/versions/v2022_11_28/models/group_0369.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0370.py +103 -8
- githubkit/versions/v2022_11_28/models/group_0371.py +80 -13
- githubkit/versions/v2022_11_28/models/group_0372.py +210 -8
- githubkit/versions/v2022_11_28/models/group_0373.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0374.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0375.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0376.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0377.py +24 -361
- githubkit/versions/v2022_11_28/models/group_0378.py +8 -392
- githubkit/versions/v2022_11_28/models/group_0379.py +12 -364
- githubkit/versions/v2022_11_28/models/group_0380.py +8 -206
- githubkit/versions/v2022_11_28/models/group_0381.py +300 -114
- githubkit/versions/v2022_11_28/models/group_0382.py +327 -119
- githubkit/versions/v2022_11_28/models/group_0383.py +299 -112
- githubkit/versions/v2022_11_28/models/group_0384.py +84 -62
- githubkit/versions/v2022_11_28/models/group_0385.py +84 -51
- githubkit/versions/v2022_11_28/models/group_0386.py +136 -90
- githubkit/versions/v2022_11_28/models/group_0387.py +171 -21
- githubkit/versions/v2022_11_28/models/group_0388.py +164 -17
- githubkit/versions/v2022_11_28/models/group_0389.py +150 -20
- githubkit/versions/v2022_11_28/models/group_0390.py +118 -17
- githubkit/versions/v2022_11_28/models/group_0391.py +30 -23
- githubkit/versions/v2022_11_28/models/group_0392.py +19 -26
- githubkit/versions/v2022_11_28/models/group_0393.py +29 -26
- githubkit/versions/v2022_11_28/models/group_0394.py +22 -24
- githubkit/versions/v2022_11_28/models/group_0395.py +28 -24
- githubkit/versions/v2022_11_28/models/group_0396.py +22 -17
- githubkit/versions/v2022_11_28/models/group_0397.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0398.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0399.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0400.py +18 -40
- githubkit/versions/v2022_11_28/models/group_0401.py +18 -40
- githubkit/versions/v2022_11_28/models/group_0402.py +18 -646
- githubkit/versions/v2022_11_28/models/group_0403.py +24 -36
- githubkit/versions/v2022_11_28/models/group_0404.py +28 -505
- githubkit/versions/v2022_11_28/models/group_0405.py +28 -505
- githubkit/versions/v2022_11_28/models/group_0406.py +294 -148
- githubkit/versions/v2022_11_28/models/group_0407.py +32 -962
- githubkit/versions/v2022_11_28/models/group_0408.py +475 -59
- githubkit/versions/v2022_11_28/models/group_0409.py +498 -38
- githubkit/versions/v2022_11_28/models/group_0410.py +497 -16
- githubkit/versions/v2022_11_28/models/group_0411.py +909 -52
- githubkit/versions/v2022_11_28/models/group_0412.py +28 -30
- githubkit/versions/v2022_11_28/models/group_0413.py +36 -99
- githubkit/versions/v2022_11_28/models/group_0414.py +14 -117
- githubkit/versions/v2022_11_28/models/group_0415.py +64 -77
- githubkit/versions/v2022_11_28/models/group_0416.py +100 -69
- githubkit/versions/v2022_11_28/models/group_0417.py +112 -11
- githubkit/versions/v2022_11_28/models/group_0418.py +115 -40
- githubkit/versions/v2022_11_28/models/group_0419.py +134 -56
- githubkit/versions/v2022_11_28/models/group_0420.py +92 -39
- githubkit/versions/v2022_11_28/models/group_0421.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0422.py +39 -11
- githubkit/versions/v2022_11_28/models/group_0423.py +30 -13
- githubkit/versions/v2022_11_28/models/group_0424.py +32 -8
- githubkit/versions/v2022_11_28/models/group_0425.py +22 -95
- githubkit/versions/v2022_11_28/models/group_0426.py +11 -30
- githubkit/versions/v2022_11_28/models/group_0427.py +13 -11
- githubkit/versions/v2022_11_28/models/group_0428.py +8 -32
- githubkit/versions/v2022_11_28/models/group_0429.py +97 -26
- githubkit/versions/v2022_11_28/models/group_0430.py +44 -162
- githubkit/versions/v2022_11_28/models/group_0431.py +29 -167
- githubkit/versions/v2022_11_28/models/group_0432.py +46 -27
- githubkit/versions/v2022_11_28/models/group_0433.py +47 -123
- githubkit/versions/v2022_11_28/models/group_0434.py +167 -27
- githubkit/versions/v2022_11_28/models/group_0435.py +164 -41
- githubkit/versions/v2022_11_28/models/group_0436.py +24 -87
- githubkit/versions/v2022_11_28/models/group_0437.py +120 -56
- githubkit/versions/v2022_11_28/models/group_0438.py +8 -50
- githubkit/versions/v2022_11_28/models/group_0439.py +28 -80
- githubkit/versions/v2022_11_28/models/group_0440.py +22 -41
- githubkit/versions/v2022_11_28/models/group_0441.py +14 -14
- githubkit/versions/v2022_11_28/models/group_0442.py +28 -88
- githubkit/versions/v2022_11_28/models/group_0443.py +71 -18
- githubkit/versions/v2022_11_28/models/group_0444.py +86 -28
- githubkit/versions/v2022_11_28/models/group_0445.py +45 -78
- githubkit/versions/v2022_11_28/models/group_0446.py +86 -121
- githubkit/versions/v2022_11_28/models/group_0447.py +42 -155
- githubkit/versions/v2022_11_28/models/group_0448.py +43 -57
- githubkit/versions/v2022_11_28/models/group_0449.py +67 -8
- githubkit/versions/v2022_11_28/models/group_0450.py +136 -18
- githubkit/versions/v2022_11_28/models/group_0451.py +140 -63
- githubkit/versions/v2022_11_28/models/group_0452.py +54 -83
- githubkit/versions/v2022_11_28/models/group_0453.py +4 -130
- githubkit/versions/v2022_11_28/models/group_0454.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0455.py +89 -81
- githubkit/versions/v2022_11_28/models/group_0456.py +85 -42
- githubkit/versions/v2022_11_28/models/group_0457.py +125 -60
- githubkit/versions/v2022_11_28/models/group_0458.py +17 -138
- githubkit/versions/v2022_11_28/models/group_0459.py +76 -161
- githubkit/versions/v2022_11_28/models/group_0460.py +43 -57
- githubkit/versions/v2022_11_28/models/group_0461.py +66 -5
- githubkit/versions/v2022_11_28/models/group_0462.py +136 -18
- githubkit/versions/v2022_11_28/models/group_0463.py +140 -59
- githubkit/versions/v2022_11_28/models/group_0464.py +54 -81
- githubkit/versions/v2022_11_28/models/group_0465.py +4 -130
- githubkit/versions/v2022_11_28/models/group_0466.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0467.py +85 -79
- githubkit/versions/v2022_11_28/models/group_0468.py +82 -65
- githubkit/versions/v2022_11_28/models/group_0469.py +125 -60
- githubkit/versions/v2022_11_28/models/group_0470.py +17 -138
- githubkit/versions/v2022_11_28/models/group_0471.py +74 -161
- githubkit/versions/v2022_11_28/models/group_0472.py +63 -53
- githubkit/versions/v2022_11_28/models/group_0473.py +66 -5
- githubkit/versions/v2022_11_28/models/group_0474.py +137 -17
- githubkit/versions/v2022_11_28/models/group_0475.py +140 -60
- githubkit/versions/v2022_11_28/models/group_0476.py +54 -82
- githubkit/versions/v2022_11_28/models/group_0477.py +4 -130
- githubkit/versions/v2022_11_28/models/group_0478.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0479.py +86 -80
- githubkit/versions/v2022_11_28/models/group_0480.py +10 -426
- githubkit/versions/v2022_11_28/models/group_0481.py +148 -34
- githubkit/versions/v2022_11_28/models/group_0482.py +16 -182
- githubkit/versions/v2022_11_28/models/group_0483.py +75 -197
- githubkit/versions/v2022_11_28/models/group_0484.py +480 -5
- githubkit/versions/v2022_11_28/models/group_0485.py +46 -35
- githubkit/versions/v2022_11_28/models/group_0486.py +164 -55
- githubkit/versions/v2022_11_28/models/group_0487.py +195 -80
- githubkit/versions/v2022_11_28/models/group_0488.py +26 -9
- githubkit/versions/v2022_11_28/models/group_0489.py +33 -122
- githubkit/versions/v2022_11_28/models/group_0490.py +81 -24
- githubkit/versions/v2022_11_28/models/group_0491.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0492.py +6 -456
- githubkit/versions/v2022_11_28/models/group_0493.py +95 -80
- githubkit/versions/v2022_11_28/models/group_0494.py +16 -186
- githubkit/versions/v2022_11_28/models/group_0495.py +75 -204
- githubkit/versions/v2022_11_28/models/group_0496.py +407 -17
- githubkit/versions/v2022_11_28/models/group_0497.py +81 -65
- githubkit/versions/v2022_11_28/models/group_0498.py +190 -79
- githubkit/versions/v2022_11_28/models/group_0499.py +139 -104
- githubkit/versions/v2022_11_28/models/group_0500.py +65 -73
- githubkit/versions/v2022_11_28/models/group_0501.py +17 -449
- githubkit/versions/v2022_11_28/models/group_0502.py +10 -414
- githubkit/versions/v2022_11_28/models/group_0503.py +171 -33
- githubkit/versions/v2022_11_28/models/group_0504.py +73 -177
- githubkit/versions/v2022_11_28/models/group_0505.py +359 -37
- githubkit/versions/v2022_11_28/models/group_0506.py +468 -5
- githubkit/versions/v2022_11_28/models/group_0507.py +44 -35
- githubkit/versions/v2022_11_28/models/group_0508.py +159 -57
- githubkit/versions/v2022_11_28/models/group_0509.py +192 -82
- githubkit/versions/v2022_11_28/models/group_0510.py +24 -9
- githubkit/versions/v2022_11_28/models/group_0511.py +33 -124
- githubkit/versions/v2022_11_28/models/group_0512.py +79 -24
- githubkit/versions/v2022_11_28/models/group_0513.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0514.py +9 -100
- githubkit/versions/v2022_11_28/models/group_0515.py +79 -145
- githubkit/versions/v2022_11_28/models/group_0516.py +7 -237
- githubkit/versions/v2022_11_28/models/group_0517.py +80 -84
- githubkit/versions/v2022_11_28/models/group_0518.py +94 -78
- githubkit/versions/v2022_11_28/models/group_0519.py +183 -8
- githubkit/versions/v2022_11_28/models/group_0520.py +209 -69
- githubkit/versions/v2022_11_28/models/group_0521.py +61 -35
- githubkit/versions/v2022_11_28/models/group_0522.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0523.py +6 -1110
- githubkit/versions/v2022_11_28/models/group_0524.py +77 -419
- githubkit/versions/v2022_11_28/models/group_0525.py +57 -36
- githubkit/versions/v2022_11_28/models/group_0526.py +74 -181
- githubkit/versions/v2022_11_28/models/group_0527.py +949 -37
- githubkit/versions/v2022_11_28/models/group_0528.py +436 -6
- githubkit/versions/v2022_11_28/models/group_0529.py +44 -35
- githubkit/versions/v2022_11_28/models/group_0530.py +159 -59
- githubkit/versions/v2022_11_28/models/group_0531.py +195 -79
- githubkit/versions/v2022_11_28/models/group_0532.py +26 -9
- githubkit/versions/v2022_11_28/models/group_0533.py +33 -122
- githubkit/versions/v2022_11_28/models/group_0534.py +85 -24
- githubkit/versions/v2022_11_28/models/group_0535.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0536.py +6 -1113
- githubkit/versions/v2022_11_28/models/group_0537.py +76 -463
- githubkit/versions/v2022_11_28/models/group_0538.py +8 -473
- githubkit/versions/v2022_11_28/models/group_0539.py +78 -35
- githubkit/versions/v2022_11_28/models/group_0540.py +979 -39
- githubkit/versions/v2022_11_28/models/group_0541.py +196 -53
- githubkit/versions/v2022_11_28/models/group_0542.py +470 -5
- githubkit/versions/v2022_11_28/models/group_0543.py +44 -35
- githubkit/versions/v2022_11_28/models/group_0544.py +175 -8
- githubkit/versions/v2022_11_28/models/group_0545.py +324 -72
- githubkit/versions/v2022_11_28/models/group_0546.py +27 -27
- githubkit/versions/v2022_11_28/models/group_0547.py +7 -438
- githubkit/versions/v2022_11_28/models/group_0548.py +11 -56
- githubkit/versions/v2022_11_28/models/group_0549.py +104 -49
- githubkit/versions/v2022_11_28/models/group_0550.py +22 -103
- githubkit/versions/v2022_11_28/models/group_0551.py +414 -100
- githubkit/versions/v2022_11_28/models/group_0552.py +47 -43
- githubkit/versions/v2022_11_28/models/group_0553.py +55 -54
- githubkit/versions/v2022_11_28/models/group_0554.py +63 -100
- githubkit/versions/v2022_11_28/models/group_0555.py +111 -15
- githubkit/versions/v2022_11_28/models/group_0556.py +45 -45
- githubkit/versions/v2022_11_28/models/group_0557.py +40 -142
- githubkit/versions/v2022_11_28/models/group_0558.py +107 -17
- githubkit/versions/v2022_11_28/models/group_0559.py +41 -47
- githubkit/versions/v2022_11_28/models/group_0560.py +41 -100
- githubkit/versions/v2022_11_28/models/group_0561.py +148 -13
- githubkit/versions/v2022_11_28/models/group_0562.py +40 -13
- githubkit/versions/v2022_11_28/models/group_0563.py +46 -28
- githubkit/versions/v2022_11_28/models/group_0564.py +109 -6
- githubkit/versions/v2022_11_28/models/group_0565.py +12 -137
- githubkit/versions/v2022_11_28/models/group_0566.py +13 -38
- githubkit/versions/v2022_11_28/models/group_0567.py +30 -46
- githubkit/versions/v2022_11_28/models/group_0568.py +10 -88
- githubkit/versions/v2022_11_28/models/group_0569.py +107 -67
- githubkit/versions/v2022_11_28/models/group_0570.py +43 -58
- githubkit/versions/v2022_11_28/models/group_0571.py +43 -145
- githubkit/versions/v2022_11_28/models/group_0572.py +33 -103
- githubkit/versions/v2022_11_28/models/group_0573.py +87 -18
- githubkit/versions/v2022_11_28/models/group_0574.py +46 -20
- githubkit/versions/v2022_11_28/models/group_0575.py +131 -100
- githubkit/versions/v2022_11_28/models/group_0576.py +105 -49
- githubkit/versions/v2022_11_28/models/group_0577.py +17 -78
- githubkit/versions/v2022_11_28/models/group_0578.py +19 -78
- githubkit/versions/v2022_11_28/models/group_0579.py +93 -119
- githubkit/versions/v2022_11_28/models/group_0580.py +21 -19
- githubkit/versions/v2022_11_28/models/group_0581.py +48 -19
- githubkit/versions/v2022_11_28/models/group_0582.py +51 -20
- githubkit/versions/v2022_11_28/models/group_0583.py +94 -32
- githubkit/versions/v2022_11_28/models/group_0584.py +40 -30
- githubkit/versions/v2022_11_28/models/group_0585.py +16 -71
- githubkit/versions/v2022_11_28/models/group_0586.py +16 -35
- githubkit/versions/v2022_11_28/models/group_0587.py +18 -37
- githubkit/versions/v2022_11_28/models/group_0588.py +79 -30
- githubkit/versions/v2022_11_28/models/group_0589.py +99 -16
- githubkit/versions/v2022_11_28/models/group_0590.py +55 -35
- githubkit/versions/v2022_11_28/models/group_0591.py +79 -518
- githubkit/versions/v2022_11_28/models/group_0592.py +38 -39
- githubkit/versions/v2022_11_28/models/group_0593.py +45 -68
- githubkit/versions/v2022_11_28/models/group_0594.py +35 -127
- githubkit/versions/v2022_11_28/models/group_0595.py +510 -59
- githubkit/versions/v2022_11_28/models/group_0596.py +30 -17
- githubkit/versions/v2022_11_28/models/group_0597.py +68 -31
- githubkit/versions/v2022_11_28/models/group_0598.py +164 -31
- githubkit/versions/v2022_11_28/models/group_0599.py +86 -17
- githubkit/versions/v2022_11_28/models/group_0600.py +18 -24
- githubkit/versions/v2022_11_28/models/group_0601.py +22 -50
- githubkit/versions/v2022_11_28/models/group_0602.py +29 -9
- githubkit/versions/v2022_11_28/models/group_0603.py +16 -98
- githubkit/versions/v2022_11_28/models/group_0604.py +15 -72
- githubkit/versions/v2022_11_28/models/group_0605.py +41 -74
- githubkit/versions/v2022_11_28/models/group_0606.py +9 -109
- githubkit/versions/v2022_11_28/models/group_0607.py +38 -36
- githubkit/versions/v2022_11_28/models/group_0608.py +51 -14
- githubkit/versions/v2022_11_28/models/group_0609.py +74 -32
- githubkit/versions/v2022_11_28/models/group_0610.py +44 -29
- githubkit/versions/v2022_11_28/models/group_0611.py +71 -23
- githubkit/versions/v2022_11_28/models/group_0612.py +45 -47
- githubkit/versions/v2022_11_28/models/group_0613.py +50 -80
- githubkit/versions/v2022_11_28/models/group_0614.py +56 -22
- githubkit/versions/v2022_11_28/models/group_0615.py +23 -56
- githubkit/versions/v2022_11_28/models/group_0616.py +21 -55
- githubkit/versions/v2022_11_28/models/group_0617.py +36 -91
- githubkit/versions/v2022_11_28/models/group_0618.py +22 -56
- githubkit/versions/v2022_11_28/models/group_0619.py +78 -14
- githubkit/versions/v2022_11_28/models/group_0620.py +77 -19
- githubkit/versions/v2022_11_28/models/group_0621.py +118 -15
- githubkit/versions/v2022_11_28/models/group_0622.py +73 -67
- githubkit/versions/v2022_11_28/models/group_0623.py +11 -33
- githubkit/versions/v2022_11_28/models/group_0624.py +14 -33
- githubkit/versions/v2022_11_28/models/group_0625.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0626.py +69 -11
- githubkit/versions/v2022_11_28/models/group_0627.py +23 -43
- githubkit/versions/v2022_11_28/models/group_0628.py +21 -23
- githubkit/versions/v2022_11_28/models/group_0629.py +9 -31
- githubkit/versions/v2022_11_28/models/group_0630.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0631.py +56 -21
- githubkit/versions/v2022_11_28/models/group_0632.py +27 -1148
- githubkit/versions/v2022_11_28/models/group_0633.py +27 -1177
- githubkit/versions/v2022_11_28/models/group_0634.py +14 -1178
- githubkit/versions/v2022_11_28/models/group_0635.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0636.py +1126 -73
- githubkit/versions/v2022_11_28/models/group_0637.py +1174 -14
- githubkit/versions/v2022_11_28/models/group_0638.py +1166 -13
- githubkit/versions/v2022_11_28/models/group_0639.py +29 -110
- githubkit/versions/v2022_11_28/models/group_0640.py +85 -5
- githubkit/versions/v2022_11_28/models/group_0641.py +14 -1144
- githubkit/versions/v2022_11_28/models/group_0642.py +13 -1116
- githubkit/versions/v2022_11_28/models/group_0643.py +110 -95
- githubkit/versions/v2022_11_28/models/group_0644.py +6 -86
- githubkit/versions/v2022_11_28/models/group_0645.py +1144 -14
- githubkit/versions/v2022_11_28/models/group_0646.py +162 -161
- githubkit/versions/v2022_11_28/models/group_0647.py +55 -1107
- githubkit/versions/v2022_11_28/models/group_0648.py +72 -1084
- githubkit/versions/v2022_11_28/models/group_0649.py +14 -1136
- githubkit/versions/v2022_11_28/models/group_0650.py +1115 -13
- githubkit/versions/v2022_11_28/models/group_0651.py +1109 -72
- githubkit/versions/v2022_11_28/models/group_0652.py +1106 -14
- githubkit/versions/v2022_11_28/models/group_0653.py +1139 -16
- githubkit/versions/v2022_11_28/models/group_0654.py +29 -110
- githubkit/versions/v2022_11_28/models/group_0655.py +86 -6
- githubkit/versions/v2022_11_28/models/group_0656.py +33 -32
- githubkit/versions/v2022_11_28/models/group_0657.py +29 -110
- githubkit/versions/v2022_11_28/models/group_0658.py +85 -5
- githubkit/versions/v2022_11_28/models/group_0659.py +14 -1331
- githubkit/versions/v2022_11_28/models/group_0660.py +13 -1326
- githubkit/versions/v2022_11_28/models/group_0661.py +72 -1317
- githubkit/versions/v2022_11_28/models/group_0662.py +14 -1205
- githubkit/versions/v2022_11_28/models/group_0663.py +415 -227
- githubkit/versions/v2022_11_28/models/group_0664.py +392 -321
- githubkit/versions/v2022_11_28/models/group_0665.py +426 -368
- githubkit/versions/v2022_11_28/models/group_0666.py +278 -311
- githubkit/versions/v2022_11_28/models/group_0667.py +320 -439
- githubkit/versions/v2022_11_28/models/group_0668.py +353 -303
- githubkit/versions/v2022_11_28/models/group_0669.py +398 -426
- githubkit/versions/v2022_11_28/models/group_0670.py +330 -403
- githubkit/versions/v2022_11_28/models/group_0671.py +312 -186
- githubkit/versions/v2022_11_28/models/group_0672.py +274 -237
- githubkit/versions/v2022_11_28/models/group_0673.py +467 -299
- githubkit/versions/v2022_11_28/models/group_0674.py +504 -302
- githubkit/versions/v2022_11_28/models/group_0675.py +960 -190
- githubkit/versions/v2022_11_28/models/group_0676.py +1170 -15
- githubkit/versions/v2022_11_28/models/group_0677.py +1145 -42
- githubkit/versions/v2022_11_28/models/group_0678.py +1022 -478
- githubkit/versions/v2022_11_28/models/group_0679.py +370 -17
- githubkit/versions/v2022_11_28/models/group_0680.py +37 -56
- githubkit/versions/v2022_11_28/models/group_0681.py +36 -154
- githubkit/versions/v2022_11_28/models/group_0682.py +554 -142
- githubkit/versions/v2022_11_28/models/group_0683.py +14 -154
- githubkit/versions/v2022_11_28/models/group_0684.py +44 -209
- githubkit/versions/v2022_11_28/models/group_0685.py +179 -36
- githubkit/versions/v2022_11_28/models/group_0686.py +134 -20
- githubkit/versions/v2022_11_28/models/group_0687.py +120 -12
- githubkit/versions/v2022_11_28/models/group_0688.py +204 -11
- githubkit/versions/v2022_11_28/models/group_0689.py +46 -35
- githubkit/versions/v2022_11_28/models/group_0690.py +67 -13
- githubkit/versions/v2022_11_28/models/group_0691.py +47 -38
- githubkit/versions/v2022_11_28/models/group_0692.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0693.py +35 -46
- githubkit/versions/v2022_11_28/models/group_0694.py +13 -67
- githubkit/versions/v2022_11_28/models/group_0695.py +38 -47
- githubkit/versions/v2022_11_28/models/group_0696.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0697.py +46 -33
- githubkit/versions/v2022_11_28/models/group_0698.py +67 -13
- githubkit/versions/v2022_11_28/models/group_0699.py +48 -38
- githubkit/versions/v2022_11_28/models/group_0700.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0701.py +5 -159
- githubkit/versions/v2022_11_28/models/group_0702.py +21 -49
- githubkit/versions/v2022_11_28/models/group_0703.py +40 -44
- githubkit/versions/v2022_11_28/models/group_0704.py +20 -66
- githubkit/versions/v2022_11_28/models/group_0705.py +161 -11
- githubkit/versions/v2022_11_28/models/group_0706.py +46 -35
- githubkit/versions/v2022_11_28/models/group_0707.py +67 -13
- githubkit/versions/v2022_11_28/models/group_0708.py +49 -38
- githubkit/versions/v2022_11_28/models/group_0709.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0710.py +35 -49
- githubkit/versions/v2022_11_28/models/group_0711.py +15 -46
- githubkit/versions/v2022_11_28/models/group_0712.py +60 -36
- githubkit/versions/v2022_11_28/models/group_0713.py +33 -42
- githubkit/versions/v2022_11_28/models/group_0714.py +17 -11
- githubkit/versions/v2022_11_28/models/group_0715.py +19 -24
- githubkit/versions/v2022_11_28/models/group_0716.py +10 -62
- githubkit/versions/v2022_11_28/models/group_0717.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0718.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0719.py +23 -12
- githubkit/versions/v2022_11_28/models/group_0720.py +51 -26
- githubkit/versions/v2022_11_28/models/group_0721.py +11 -18
- githubkit/versions/v2022_11_28/models/group_0722.py +11 -18
- githubkit/versions/v2022_11_28/models/group_0723.py +11 -20
- githubkit/versions/v2022_11_28/models/group_0724.py +52 -28
- githubkit/versions/v2022_11_28/models/group_0725.py +43 -15
- githubkit/versions/v2022_11_28/models/group_0726.py +41 -98
- githubkit/versions/v2022_11_28/models/group_0727.py +43 -70
- githubkit/versions/v2022_11_28/models/group_0728.py +24 -95
- githubkit/versions/v2022_11_28/models/group_0729.py +15 -120
- githubkit/versions/v2022_11_28/models/group_0730.py +98 -34
- githubkit/versions/v2022_11_28/models/group_0731.py +78 -44
- githubkit/versions/v2022_11_28/models/group_0732.py +109 -30
- githubkit/versions/v2022_11_28/models/group_0733.py +121 -35
- githubkit/versions/v2022_11_28/models/group_0734.py +43 -35
- githubkit/versions/v2022_11_28/models/group_0735.py +45 -24
- githubkit/versions/v2022_11_28/models/group_0736.py +37 -44
- githubkit/versions/v2022_11_28/models/group_0737.py +17 -16
- githubkit/versions/v2022_11_28/models/group_0738.py +31 -38
- githubkit/versions/v2022_11_28/models/group_0739.py +16 -27
- githubkit/versions/v2022_11_28/models/group_0740.py +45 -62
- githubkit/versions/v2022_11_28/models/group_0741.py +39 -44
- githubkit/versions/v2022_11_28/models/group_0742.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0743.py +31 -37
- githubkit/versions/v2022_11_28/models/group_0744.py +30 -3
- githubkit/versions/v2022_11_28/models/group_0745.py +45 -24
- githubkit/versions/v2022_11_28/models/group_0746.py +37 -44
- githubkit/versions/v2022_11_28/models/group_0747.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0748.py +31 -37
- githubkit/versions/v2022_11_28/models/group_0749.py +16 -27
- githubkit/versions/v2022_11_28/models/group_0750.py +44 -26
- githubkit/versions/v2022_11_28/models/group_0751.py +37 -45
- githubkit/versions/v2022_11_28/models/group_0752.py +31 -254
- githubkit/versions/v2022_11_28/models/group_0753.py +35 -11
- githubkit/versions/v2022_11_28/models/group_0754.py +26 -45
- githubkit/versions/v2022_11_28/models/group_0755.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0756.py +236 -18
- githubkit/versions/v2022_11_28/models/group_0757.py +7 -165
- githubkit/versions/v2022_11_28/models/group_0758.py +13 -136
- githubkit/versions/v2022_11_28/models/group_0759.py +13 -136
- githubkit/versions/v2022_11_28/models/group_0760.py +16 -14
- githubkit/versions/v2022_11_28/models/group_0761.py +38 -9
- githubkit/versions/v2022_11_28/models/group_0762.py +161 -9
- githubkit/versions/v2022_11_28/models/group_0763.py +125 -128
- githubkit/versions/v2022_11_28/models/group_0764.py +125 -128
- githubkit/versions/v2022_11_28/models/group_0765.py +15 -165
- githubkit/versions/v2022_11_28/models/group_0766.py +9 -168
- githubkit/versions/v2022_11_28/models/group_0767.py +9 -210
- githubkit/versions/v2022_11_28/models/group_0768.py +34 -76
- githubkit/versions/v2022_11_28/models/group_0769.py +138 -12
- githubkit/versions/v2022_11_28/models/group_0770.py +161 -13
- githubkit/versions/v2022_11_28/models/group_0771.py +85 -146
- githubkit/versions/v2022_11_28/models/group_0772.py +209 -11
- githubkit/versions/v2022_11_28/models/group_0773.py +208 -7
- githubkit/versions/v2022_11_28/models/group_0774.py +45 -19
- githubkit/versions/v2022_11_28/models/group_0775.py +47 -14
- githubkit/versions/v2022_11_28/models/group_0776.py +191 -63
- githubkit/versions/v2022_11_28/models/group_0777.py +11 -294
- githubkit/versions/v2022_11_28/models/group_0778.py +7 -294
- githubkit/versions/v2022_11_28/models/group_0779.py +11 -292
- githubkit/versions/v2022_11_28/models/group_0780.py +7 -399
- githubkit/versions/v2022_11_28/models/group_0781.py +25 -220
- githubkit/versions/v2022_11_28/models/group_0782.py +276 -16
- githubkit/versions/v2022_11_28/models/group_0783.py +268 -21
- githubkit/versions/v2022_11_28/models/group_0784.py +259 -79
- githubkit/versions/v2022_11_28/models/group_0785.py +388 -62
- githubkit/versions/v2022_11_28/models/group_0786.py +292 -49
- githubkit/versions/v2022_11_28/models/group_0787.py +10 -82
- githubkit/versions/v2022_11_28/models/group_0788.py +38 -55
- githubkit/versions/v2022_11_28/models/group_0789.py +101 -38
- githubkit/versions/v2022_11_28/models/group_0790.py +46 -64
- githubkit/versions/v2022_11_28/models/group_0791.py +50 -88
- githubkit/versions/v2022_11_28/models/group_0792.py +71 -23
- githubkit/versions/v2022_11_28/models/group_0793.py +48 -322
- githubkit/versions/v2022_11_28/models/group_0794.py +38 -353
- githubkit/versions/v2022_11_28/models/group_0795.py +90 -17
- githubkit/versions/v2022_11_28/models/group_0796.py +83 -47
- githubkit/versions/v2022_11_28/models/group_0797.py +59 -11
- githubkit/versions/v2022_11_28/models/group_0798.py +241 -257
- githubkit/versions/v2022_11_28/models/group_0799.py +364 -13
- githubkit/versions/v2022_11_28/models/group_0800.py +17 -60
- githubkit/versions/v2022_11_28/models/group_0801.py +38 -326
- githubkit/versions/v2022_11_28/models/group_0802.py +7 -359
- githubkit/versions/v2022_11_28/models/group_0803.py +353 -17
- githubkit/versions/v2022_11_28/models/group_0804.py +15 -56
- githubkit/versions/v2022_11_28/models/group_0805.py +59 -11
- githubkit/versions/v2022_11_28/models/group_0806.py +245 -257
- githubkit/versions/v2022_11_28/models/group_0807.py +362 -13
- githubkit/versions/v2022_11_28/models/group_0808.py +11 -490
- githubkit/versions/v2022_11_28/models/group_0809.py +58 -35
- githubkit/versions/v2022_11_28/models/group_0810.py +16 -11
- githubkit/versions/v2022_11_28/models/group_0811.py +355 -16
- githubkit/versions/v2022_11_28/models/group_0812.py +21 -4
- githubkit/versions/v2022_11_28/models/group_0813.py +490 -14
- githubkit/versions/v2022_11_28/models/group_0814.py +36 -7
- githubkit/versions/v2022_11_28/models/group_0815.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0816.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0817.py +4 -10
- githubkit/versions/v2022_11_28/models/group_0818.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0819.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0820.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0821.py +7 -29
- githubkit/versions/v2022_11_28/models/group_0822.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0823.py +30 -30
- githubkit/versions/v2022_11_28/models/group_0824.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0825.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0826.py +33 -5
- githubkit/versions/v2022_11_28/models/group_0827.py +19 -10
- githubkit/versions/v2022_11_28/models/group_0828.py +30 -12
- githubkit/versions/v2022_11_28/models/group_0829.py +6 -14
- githubkit/versions/v2022_11_28/models/group_0830.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0831.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0832.py +11 -112
- githubkit/versions/v2022_11_28/models/group_0833.py +13 -26
- githubkit/versions/v2022_11_28/models/group_0834.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0835.py +5 -11
- githubkit/versions/v2022_11_28/models/group_0836.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0837.py +112 -9
- githubkit/versions/v2022_11_28/models/group_0838.py +24 -15
- githubkit/versions/v2022_11_28/models/group_0839.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0840.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0841.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0842.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0843.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0844.py +10 -24
- githubkit/versions/v2022_11_28/models/group_0845.py +12 -30
- githubkit/versions/v2022_11_28/models/group_0846.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0847.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0848.py +7 -30
- githubkit/versions/v2022_11_28/models/group_0849.py +24 -11
- githubkit/versions/v2022_11_28/models/group_0850.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0851.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0852.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0853.py +30 -8
- githubkit/versions/v2022_11_28/models/group_0854.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0855.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0856.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0857.py +7 -35
- githubkit/versions/v2022_11_28/models/group_0858.py +14 -31
- githubkit/versions/v2022_11_28/models/group_0859.py +19 -10
- githubkit/versions/v2022_11_28/models/group_0860.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0861.py +7 -6
- githubkit/versions/v2022_11_28/models/group_0862.py +36 -7
- githubkit/versions/v2022_11_28/models/group_0863.py +21 -7
- githubkit/versions/v2022_11_28/models/group_0864.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0865.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0866.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0867.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0868.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0869.py +6 -28
- githubkit/versions/v2022_11_28/models/group_0870.py +8 -27
- githubkit/versions/v2022_11_28/models/group_0871.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0872.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0873.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0874.py +19 -32
- githubkit/versions/v2022_11_28/models/group_0875.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0876.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0877.py +12 -4
- githubkit/versions/v2022_11_28/models/group_0878.py +33 -15
- githubkit/versions/v2022_11_28/models/group_0879.py +39 -9
- githubkit/versions/v2022_11_28/models/group_0880.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0881.py +10 -40
- githubkit/versions/v2022_11_28/models/group_0882.py +4 -19
- githubkit/versions/v2022_11_28/models/group_0883.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0884.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0885.py +15 -4
- githubkit/versions/v2022_11_28/models/group_0886.py +41 -6
- githubkit/versions/v2022_11_28/models/group_0887.py +10 -16
- githubkit/versions/v2022_11_28/models/group_0888.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0889.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0890.py +4 -12
- githubkit/versions/v2022_11_28/models/group_0891.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0892.py +17 -9
- githubkit/versions/v2022_11_28/models/group_0893.py +11 -18
- githubkit/versions/v2022_11_28/models/group_0894.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0895.py +7 -114
- githubkit/versions/v2022_11_28/models/group_0896.py +7 -66
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -63
- githubkit/versions/v2022_11_28/models/group_0898.py +22 -27
- githubkit/versions/v2022_11_28/models/group_0899.py +14 -26
- githubkit/versions/v2022_11_28/models/group_0900.py +112 -8
- githubkit/versions/v2022_11_28/models/group_0901.py +70 -8
- githubkit/versions/v2022_11_28/models/group_0902.py +75 -5
- githubkit/versions/v2022_11_28/models/group_0903.py +41 -15
- githubkit/versions/v2022_11_28/models/group_0904.py +26 -16
- githubkit/versions/v2022_11_28/models/group_0905.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0906.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0908.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0909.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0910.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0911.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0912.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0913.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0914.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0915.py +9 -23
- githubkit/versions/v2022_11_28/models/group_0916.py +5 -19
- githubkit/versions/v2022_11_28/models/group_0917.py +14 -5
- githubkit/versions/v2022_11_28/models/group_0918.py +15 -6
- githubkit/versions/v2022_11_28/models/group_0919.py +4 -13
- githubkit/versions/v2022_11_28/models/group_0920.py +11 -10
- githubkit/versions/v2022_11_28/models/group_0921.py +24 -8
- githubkit/versions/v2022_11_28/models/group_0922.py +8 -4
- githubkit/versions/v2022_11_28/models/group_0923.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0924.py +8 -21
- githubkit/versions/v2022_11_28/models/group_0925.py +19 -5
- githubkit/versions/v2022_11_28/models/group_0926.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0927.py +4 -8
- githubkit/versions/v2022_11_28/models/group_0928.py +7 -4
- githubkit/versions/v2022_11_28/models/group_0929.py +13 -192
- githubkit/versions/v2022_11_28/models/group_0930.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0931.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0932.py +5 -18
- githubkit/versions/v2022_11_28/models/group_0933.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0934.py +200 -9
- githubkit/versions/v2022_11_28/models/group_0935.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0936.py +7 -10
- githubkit/versions/v2022_11_28/models/group_0937.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0938.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0939.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0940.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0941.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0942.py +19 -12
- githubkit/versions/v2022_11_28/models/group_0943.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0944.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0945.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0946.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0947.py +11 -7
- githubkit/versions/v2022_11_28/models/group_0948.py +10 -19
- githubkit/versions/v2022_11_28/models/group_0949.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0950.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0951.py +7 -6
- githubkit/versions/v2022_11_28/models/group_0952.py +8 -33
- githubkit/versions/v2022_11_28/models/group_0953.py +13 -27
- githubkit/versions/v2022_11_28/models/group_0954.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0955.py +6 -16
- githubkit/versions/v2022_11_28/models/group_0956.py +6 -213
- githubkit/versions/v2022_11_28/models/group_0957.py +28 -86
- githubkit/versions/v2022_11_28/models/group_0958.py +19 -32
- githubkit/versions/v2022_11_28/models/group_0959.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0960.py +16 -17
- githubkit/versions/v2022_11_28/models/group_0961.py +206 -9
- githubkit/versions/v2022_11_28/models/group_0962.py +89 -8
- githubkit/versions/v2022_11_28/models/group_0963.py +38 -8
- githubkit/versions/v2022_11_28/models/group_0964.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0965.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0966.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0968.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0969.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0970.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0971.py +13 -5
- githubkit/versions/v2022_11_28/models/group_0972.py +10 -100
- githubkit/versions/v2022_11_28/models/group_0973.py +10 -58
- githubkit/versions/v2022_11_28/models/group_0974.py +12 -61
- githubkit/versions/v2022_11_28/models/group_0975.py +9 -102
- githubkit/versions/v2022_11_28/models/group_0976.py +6 -61
- githubkit/versions/v2022_11_28/models/group_0977.py +88 -45
- githubkit/versions/v2022_11_28/models/group_0978.py +57 -6
- githubkit/versions/v2022_11_28/models/group_0979.py +53 -24
- githubkit/versions/v2022_11_28/models/group_0980.py +100 -10
- githubkit/versions/v2022_11_28/models/group_0981.py +48 -14
- githubkit/versions/v2022_11_28/models/group_0982.py +46 -22
- githubkit/versions/v2022_11_28/models/group_0983.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0984.py +24 -43
- githubkit/versions/v2022_11_28/models/group_0985.py +10 -23
- githubkit/versions/v2022_11_28/models/group_0986.py +23 -9
- githubkit/versions/v2022_11_28/models/group_0987.py +34 -22
- githubkit/versions/v2022_11_28/models/group_0988.py +10 -21
- githubkit/versions/v2022_11_28/models/group_0989.py +43 -16
- githubkit/versions/v2022_11_28/models/group_0990.py +24 -8
- githubkit/versions/v2022_11_28/models/group_0991.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0992.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0993.py +24 -17
- githubkit/versions/v2022_11_28/models/group_0994.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0995.py +6 -57
- githubkit/versions/v2022_11_28/models/group_0996.py +5 -54
- githubkit/versions/v2022_11_28/models/group_0997.py +7 -20
- githubkit/versions/v2022_11_28/models/group_0998.py +17 -24
- githubkit/versions/v2022_11_28/models/group_0999.py +11 -20
- githubkit/versions/v2022_11_28/models/group_1000.py +59 -10
- githubkit/versions/v2022_11_28/models/group_1001.py +42 -37
- githubkit/versions/v2022_11_28/models/group_1002.py +23 -5
- githubkit/versions/v2022_11_28/models/group_1003.py +27 -40
- githubkit/versions/v2022_11_28/models/group_1004.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1005.py +10 -47
- githubkit/versions/v2022_11_28/models/group_1006.py +40 -30
- githubkit/versions/v2022_11_28/models/group_1007.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1008.py +32 -20
- githubkit/versions/v2022_11_28/models/group_1009.py +25 -14
- githubkit/versions/v2022_11_28/models/group_1010.py +45 -7
- githubkit/versions/v2022_11_28/models/group_1011.py +23 -56
- githubkit/versions/v2022_11_28/models/group_1012.py +15 -7
- githubkit/versions/v2022_11_28/models/group_1013.py +21 -7
- githubkit/versions/v2022_11_28/models/group_1014.py +11 -34
- githubkit/versions/v2022_11_28/models/group_1015.py +7 -38
- githubkit/versions/v2022_11_28/models/group_1016.py +49 -27
- githubkit/versions/v2022_11_28/models/group_1017.py +7 -51
- githubkit/versions/v2022_11_28/models/group_1018.py +7 -16
- githubkit/versions/v2022_11_28/models/group_1019.py +31 -15
- githubkit/versions/v2022_11_28/models/group_1020.py +31 -13
- githubkit/versions/v2022_11_28/models/group_1021.py +46 -6
- githubkit/versions/v2022_11_28/models/group_1022.py +29 -7
- githubkit/versions/v2022_11_28/models/group_1023.py +23 -4
- githubkit/versions/v2022_11_28/models/group_1024.py +19 -8
- githubkit/versions/v2022_11_28/models/group_1025.py +15 -29
- githubkit/versions/v2022_11_28/models/group_1026.py +8 -5
- githubkit/versions/v2022_11_28/models/group_1027.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1028.py +4 -54
- githubkit/versions/v2022_11_28/models/group_1029.py +9 -7
- githubkit/versions/v2022_11_28/models/group_1030.py +32 -6
- githubkit/versions/v2022_11_28/models/group_1031.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1032.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1033.py +43 -17
- githubkit/versions/v2022_11_28/models/group_1034.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1035.py +6 -7
- githubkit/versions/v2022_11_28/models/group_1036.py +5 -25
- githubkit/versions/v2022_11_28/models/group_1037.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1038.py +19 -11
- githubkit/versions/v2022_11_28/models/group_1039.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1040.py +10 -8
- githubkit/versions/v2022_11_28/models/group_1041.py +20 -15
- githubkit/versions/v2022_11_28/models/group_1042.py +5 -18
- githubkit/versions/v2022_11_28/models/group_1043.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1044.py +10 -15
- githubkit/versions/v2022_11_28/models/group_1045.py +8 -17
- githubkit/versions/v2022_11_28/models/group_1046.py +9 -15
- githubkit/versions/v2022_11_28/models/group_1047.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1048.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1049.py +14 -13
- githubkit/versions/v2022_11_28/models/group_1050.py +14 -20
- githubkit/versions/v2022_11_28/models/group_1051.py +15 -18
- githubkit/versions/v2022_11_28/models/group_1052.py +7 -22
- githubkit/versions/v2022_11_28/models/group_1053.py +6 -26
- githubkit/versions/v2022_11_28/models/group_1054.py +11 -23
- githubkit/versions/v2022_11_28/models/group_1055.py +20 -11
- githubkit/versions/v2022_11_28/models/group_1056.py +19 -10
- githubkit/versions/v2022_11_28/models/group_1057.py +20 -10
- githubkit/versions/v2022_11_28/models/group_1058.py +21 -16
- githubkit/versions/v2022_11_28/models/group_1059.py +24 -7
- githubkit/versions/v2022_11_28/models/group_1060.py +13 -30
- githubkit/versions/v2022_11_28/models/group_1061.py +17 -5
- githubkit/versions/v2022_11_28/models/group_1062.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1063.py +20 -18
- githubkit/versions/v2022_11_28/models/group_1064.py +7 -42
- githubkit/versions/v2022_11_28/models/group_1065.py +9 -40
- githubkit/versions/v2022_11_28/models/group_1066.py +39 -9
- githubkit/versions/v2022_11_28/models/group_1067.py +5 -21
- githubkit/versions/v2022_11_28/models/group_1068.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1069.py +28 -10
- githubkit/versions/v2022_11_28/models/group_1070.py +40 -9
- githubkit/versions/v2022_11_28/models/group_1071.py +37 -9
- githubkit/versions/v2022_11_28/models/group_1072.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1073.py +13 -39
- githubkit/versions/v2022_11_28/models/group_1074.py +8 -5
- githubkit/versions/v2022_11_28/models/group_1075.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1076.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1077.py +11 -7
- githubkit/versions/v2022_11_28/models/group_1078.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1079.py +32 -22
- githubkit/versions/v2022_11_28/models/group_1080.py +5 -12
- githubkit/versions/v2022_11_28/models/group_1081.py +9 -18
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -26
- githubkit/versions/v2022_11_28/models/group_1083.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1084.py +6 -64
- githubkit/versions/v2022_11_28/models/group_1085.py +27 -57
- githubkit/versions/v2022_11_28/models/group_1086.py +8 -17
- githubkit/versions/v2022_11_28/models/group_1087.py +13 -14
- githubkit/versions/v2022_11_28/models/group_1088.py +27 -8
- githubkit/versions/v2022_11_28/models/group_1089.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1090.py +64 -7
- githubkit/versions/v2022_11_28/models/group_1091.py +60 -11
- githubkit/versions/v2022_11_28/models/group_1092.py +14 -15
- githubkit/versions/v2022_11_28/models/group_1093.py +21 -12
- githubkit/versions/v2022_11_28/models/group_1094.py +13 -20
- githubkit/versions/v2022_11_28/models/group_1095.py +7 -17
- githubkit/versions/v2022_11_28/models/group_1096.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1097.py +16 -8
- githubkit/versions/v2022_11_28/models/group_1098.py +14 -21
- githubkit/versions/v2022_11_28/models/group_1099.py +13 -12
- githubkit/versions/v2022_11_28/models/group_1100.py +16 -11
- githubkit/versions/v2022_11_28/models/group_1101.py +17 -5
- githubkit/versions/v2022_11_28/models/group_1102.py +6 -5
- githubkit/versions/v2022_11_28/models/group_1103.py +8 -15
- githubkit/versions/v2022_11_28/models/group_1104.py +26 -8
- githubkit/versions/v2022_11_28/models/group_1105.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1106.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1107.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1108.py +5 -12
- githubkit/versions/v2022_11_28/models/group_1109.py +15 -28
- githubkit/versions/v2022_11_28/models/group_1110.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1111.py +6 -45
- githubkit/versions/v2022_11_28/models/group_1112.py +6 -41
- githubkit/versions/v2022_11_28/models/group_1113.py +8 -34
- githubkit/versions/v2022_11_28/models/group_1114.py +7 -20
- githubkit/versions/v2022_11_28/models/group_1115.py +31 -14
- githubkit/versions/v2022_11_28/models/group_1116.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1117.py +40 -8
- githubkit/versions/v2022_11_28/models/group_1118.py +45 -8
- githubkit/versions/v2022_11_28/models/group_1119.py +32 -10
- githubkit/versions/v2022_11_28/models/group_1120.py +17 -7
- githubkit/versions/v2022_11_28/models/group_1121.py +11 -11
- githubkit/versions/v2022_11_28/models/group_1122.py +6 -15
- githubkit/versions/v2022_11_28/models/group_1123.py +15 -7
- githubkit/versions/v2022_11_28/models/group_1124.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1125.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1126.py +12 -4
- githubkit/versions/v2022_11_28/models/group_1127.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1128.py +16 -7
- githubkit/versions/v2022_11_28/models/group_1129.py +7 -36
- githubkit/versions/v2022_11_28/models/group_1130.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1131.py +11 -87
- githubkit/versions/v2022_11_28/models/group_1132.py +4 -17
- githubkit/versions/v2022_11_28/models/group_1133.py +13 -12
- githubkit/versions/v2022_11_28/models/group_1134.py +7 -17
- githubkit/versions/v2022_11_28/models/group_1135.py +60 -0
- githubkit/versions/v2022_11_28/models/group_1136.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1137.py +111 -0
- githubkit/versions/v2022_11_28/models/group_1138.py +35 -0
- githubkit/versions/v2022_11_28/models/group_1139.py +35 -0
- githubkit/versions/v2022_11_28/models/group_1140.py +36 -0
- githubkit/versions/v2022_11_28/rest/actions.py +496 -0
- githubkit/versions/v2022_11_28/rest/activity.py +128 -0
- githubkit/versions/v2022_11_28/rest/apps.py +148 -0
- githubkit/versions/v2022_11_28/rest/billing.py +24 -0
- githubkit/versions/v2022_11_28/rest/checks.py +48 -0
- githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/v2022_11_28/rest/code_scanning.py +56 -0
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/v2022_11_28/rest/codespaces.py +192 -0
- githubkit/versions/v2022_11_28/rest/copilot.py +28 -0
- githubkit/versions/v2022_11_28/rest/dependabot.py +76 -0
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +12 -0
- githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/v2022_11_28/rest/gists.py +80 -0
- githubkit/versions/v2022_11_28/rest/git.py +52 -0
- githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/v2022_11_28/rest/interactions.py +36 -0
- githubkit/versions/v2022_11_28/rest/issues.py +160 -0
- githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/v2022_11_28/rest/markdown.py +8 -0
- githubkit/versions/v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/v2022_11_28/rest/migrations.py +88 -0
- githubkit/versions/v2022_11_28/rest/oidc.py +8 -0
- githubkit/versions/v2022_11_28/rest/orgs.py +304 -0
- githubkit/versions/v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/v2022_11_28/rest/projects.py +100 -0
- githubkit/versions/v2022_11_28/rest/pulls.py +108 -0
- githubkit/versions/v2022_11_28/rest/rate_limit.py +4 -0
- githubkit/versions/v2022_11_28/rest/reactions.py +100 -0
- githubkit/versions/v2022_11_28/rest/repos.py +1034 -20
- githubkit/versions/v2022_11_28/rest/search.py +28 -0
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +24 -0
- githubkit/versions/v2022_11_28/rest/security_advisories.py +40 -0
- githubkit/versions/v2022_11_28/rest/teams.py +240 -0
- githubkit/versions/v2022_11_28/rest/users.py +164 -0
- githubkit/versions/v2022_11_28/types/__init__.py +4493 -4471
- githubkit/versions/v2022_11_28/types/group_0091.py +3 -0
- githubkit/versions/v2022_11_28/types/group_0092.py +2 -2
- githubkit/versions/v2022_11_28/types/group_0095.py +11 -0
- githubkit/versions/v2022_11_28/types/group_0103.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0104.py +17 -10
- githubkit/versions/v2022_11_28/types/group_0105.py +12 -38
- githubkit/versions/v2022_11_28/types/group_0106.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0107.py +15 -5
- githubkit/versions/v2022_11_28/types/group_0108.py +37 -5
- githubkit/versions/v2022_11_28/types/group_0109.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0110.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0111.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0112.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0113.py +6 -13
- githubkit/versions/v2022_11_28/types/group_0114.py +9 -16
- githubkit/versions/v2022_11_28/types/group_0115.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0116.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0117.py +16 -8
- githubkit/versions/v2022_11_28/types/group_0118.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0119.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0120.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0121.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0122.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0123.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0124.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0125.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0126.py +8 -17
- githubkit/versions/v2022_11_28/types/group_0127.py +8 -96
- githubkit/versions/v2022_11_28/types/group_0128.py +12 -16
- githubkit/versions/v2022_11_28/types/group_0129.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0130.py +95 -19
- githubkit/versions/v2022_11_28/types/group_0131.py +15 -130
- githubkit/versions/v2022_11_28/types/group_0132.py +37 -25
- githubkit/versions/v2022_11_28/types/group_0133.py +24 -7
- githubkit/versions/v2022_11_28/types/group_0134.py +132 -7
- githubkit/versions/v2022_11_28/types/group_0135.py +25 -97
- githubkit/versions/v2022_11_28/types/group_0136.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0137.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0138.py +93 -9
- githubkit/versions/v2022_11_28/types/group_0139.py +28 -8
- githubkit/versions/v2022_11_28/types/group_0140.py +16 -28
- githubkit/versions/v2022_11_28/types/group_0141.py +11 -106
- githubkit/versions/v2022_11_28/types/group_0142.py +10 -23
- githubkit/versions/v2022_11_28/types/group_0143.py +31 -10
- githubkit/versions/v2022_11_28/types/group_0144.py +109 -7
- githubkit/versions/v2022_11_28/types/group_0145.py +24 -8
- githubkit/versions/v2022_11_28/types/group_0146.py +14 -10
- githubkit/versions/v2022_11_28/types/group_0147.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0148.py +8 -33
- githubkit/versions/v2022_11_28/types/group_0149.py +9 -23
- githubkit/versions/v2022_11_28/types/group_0150.py +14 -55
- githubkit/versions/v2022_11_28/types/group_0151.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0152.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0153.py +55 -7
- githubkit/versions/v2022_11_28/types/group_0154.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0155.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0156.py +7 -45
- githubkit/versions/v2022_11_28/types/group_0157.py +8 -39
- githubkit/versions/v2022_11_28/types/group_0158.py +6 -64
- githubkit/versions/v2022_11_28/types/group_0159.py +40 -23
- githubkit/versions/v2022_11_28/types/group_0160.py +38 -5
- githubkit/versions/v2022_11_28/types/group_0161.py +63 -7
- githubkit/versions/v2022_11_28/types/group_0162.py +13 -21
- githubkit/versions/v2022_11_28/types/group_0163.py +11 -42
- githubkit/versions/v2022_11_28/types/group_0164.py +7 -77
- githubkit/versions/v2022_11_28/types/group_0165.py +27 -29
- githubkit/versions/v2022_11_28/types/group_0166.py +30 -19
- githubkit/versions/v2022_11_28/types/group_0167.py +76 -9
- githubkit/versions/v2022_11_28/types/group_0168.py +38 -7
- githubkit/versions/v2022_11_28/types/group_0169.py +20 -19
- githubkit/versions/v2022_11_28/types/group_0170.py +9 -28
- githubkit/versions/v2022_11_28/types/group_0171.py +7 -115
- githubkit/versions/v2022_11_28/types/group_0172.py +17 -123
- githubkit/versions/v2022_11_28/types/group_0173.py +20 -16
- githubkit/versions/v2022_11_28/types/group_0174.py +113 -6
- githubkit/versions/v2022_11_28/types/group_0175.py +131 -9
- githubkit/versions/v2022_11_28/types/group_0176.py +24 -19
- githubkit/versions/v2022_11_28/types/group_0177.py +7 -40
- githubkit/versions/v2022_11_28/types/group_0178.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0179.py +20 -29
- githubkit/versions/v2022_11_28/types/group_0180.py +32 -115
- githubkit/versions/v2022_11_28/types/group_0181.py +24 -21
- githubkit/versions/v2022_11_28/types/group_0182.py +22 -23
- githubkit/versions/v2022_11_28/types/group_0183.py +121 -21
- githubkit/versions/v2022_11_28/types/group_0184.py +17 -56
- githubkit/versions/v2022_11_28/types/group_0185.py +30 -17
- githubkit/versions/v2022_11_28/types/group_0186.py +20 -50
- githubkit/versions/v2022_11_28/types/group_0187.py +47 -18
- githubkit/versions/v2022_11_28/types/group_0188.py +23 -33
- githubkit/versions/v2022_11_28/types/group_0189.py +49 -39
- githubkit/versions/v2022_11_28/types/group_0190.py +29 -20
- githubkit/versions/v2022_11_28/types/group_0191.py +33 -15
- githubkit/versions/v2022_11_28/types/group_0192.py +42 -17
- githubkit/versions/v2022_11_28/types/group_0193.py +24 -30
- githubkit/versions/v2022_11_28/types/group_0194.py +10 -24
- githubkit/versions/v2022_11_28/types/group_0195.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0196.py +31 -8
- githubkit/versions/v2022_11_28/types/group_0197.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0198.py +8 -21
- githubkit/versions/v2022_11_28/types/group_0199.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0200.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0201.py +16 -47
- githubkit/versions/v2022_11_28/types/group_0202.py +6 -48
- githubkit/versions/v2022_11_28/types/group_0203.py +19 -17
- githubkit/versions/v2022_11_28/types/group_0204.py +53 -6
- githubkit/versions/v2022_11_28/types/group_0205.py +45 -9
- githubkit/versions/v2022_11_28/types/group_0206.py +12 -68
- githubkit/versions/v2022_11_28/types/group_0207.py +7 -26
- githubkit/versions/v2022_11_28/types/group_0208.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0209.py +62 -23
- githubkit/versions/v2022_11_28/types/group_0210.py +23 -17
- githubkit/versions/v2022_11_28/types/group_0211.py +13 -40
- githubkit/versions/v2022_11_28/types/group_0212.py +33 -20
- githubkit/versions/v2022_11_28/types/group_0213.py +19 -54
- githubkit/versions/v2022_11_28/types/group_0214.py +34 -20
- githubkit/versions/v2022_11_28/types/group_0215.py +22 -31
- githubkit/versions/v2022_11_28/types/group_0216.py +38 -12
- githubkit/versions/v2022_11_28/types/group_0217.py +10 -13
- githubkit/versions/v2022_11_28/types/group_0218.py +25 -90
- githubkit/versions/v2022_11_28/types/group_0219.py +30 -29
- githubkit/versions/v2022_11_28/types/group_0220.py +29 -33
- githubkit/versions/v2022_11_28/types/group_0221.py +95 -10
- githubkit/versions/v2022_11_28/types/group_0222.py +34 -32
- githubkit/versions/v2022_11_28/types/group_0223.py +30 -57
- githubkit/versions/v2022_11_28/types/group_0224.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0225.py +26 -11
- githubkit/versions/v2022_11_28/types/group_0226.py +50 -16
- githubkit/versions/v2022_11_28/types/group_0227.py +6 -49
- githubkit/versions/v2022_11_28/types/group_0228.py +10 -27
- githubkit/versions/v2022_11_28/types/group_0229.py +26 -9
- githubkit/versions/v2022_11_28/types/group_0230.py +34 -44
- githubkit/versions/v2022_11_28/types/group_0231.py +25 -10
- githubkit/versions/v2022_11_28/types/group_0232.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0233.py +58 -5
- githubkit/versions/v2022_11_28/types/group_0234.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0235.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0236.py +6 -29
- githubkit/versions/v2022_11_28/types/group_0237.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0238.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0239.py +20 -62
- githubkit/versions/v2022_11_28/types/group_0240.py +4 -17
- githubkit/versions/v2022_11_28/types/group_0241.py +9 -32
- githubkit/versions/v2022_11_28/types/group_0242.py +63 -17
- githubkit/versions/v2022_11_28/types/group_0243.py +21 -7
- githubkit/versions/v2022_11_28/types/group_0244.py +28 -32
- githubkit/versions/v2022_11_28/types/group_0245.py +17 -50
- githubkit/versions/v2022_11_28/types/group_0246.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0247.py +25 -11
- githubkit/versions/v2022_11_28/types/group_0248.py +48 -95
- githubkit/versions/v2022_11_28/types/group_0249.py +10 -28
- githubkit/versions/v2022_11_28/types/group_0250.py +9 -30
- githubkit/versions/v2022_11_28/types/group_0251.py +93 -10
- githubkit/versions/v2022_11_28/types/group_0252.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0253.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0254.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0255.py +8 -17
- githubkit/versions/v2022_11_28/types/group_0256.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0257.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0258.py +11 -13
- githubkit/versions/v2022_11_28/types/group_0259.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0260.py +9 -20
- githubkit/versions/v2022_11_28/types/group_0261.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0262.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0263.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0264.py +31 -11
- githubkit/versions/v2022_11_28/types/group_0265.py +27 -29
- githubkit/versions/v2022_11_28/types/group_0266.py +31 -12
- githubkit/versions/v2022_11_28/types/group_0267.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0268.py +32 -67
- githubkit/versions/v2022_11_28/types/group_0269.py +11 -52
- githubkit/versions/v2022_11_28/types/group_0270.py +6 -91
- githubkit/versions/v2022_11_28/types/group_0271.py +66 -15
- githubkit/versions/v2022_11_28/types/group_0272.py +50 -14
- githubkit/versions/v2022_11_28/types/group_0273.py +87 -14
- githubkit/versions/v2022_11_28/types/group_0274.py +16 -11
- githubkit/versions/v2022_11_28/types/group_0275.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0276.py +17 -29
- githubkit/versions/v2022_11_28/types/group_0277.py +14 -8
- githubkit/versions/v2022_11_28/types/group_0278.py +5 -55
- githubkit/versions/v2022_11_28/types/group_0279.py +23 -17
- githubkit/versions/v2022_11_28/types/group_0280.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0281.py +52 -6
- githubkit/versions/v2022_11_28/types/group_0282.py +22 -74
- githubkit/versions/v2022_11_28/types/group_0283.py +6 -74
- githubkit/versions/v2022_11_28/types/group_0284.py +8 -185
- githubkit/versions/v2022_11_28/types/group_0285.py +23 -42
- githubkit/versions/v2022_11_28/types/group_0286.py +79 -129
- githubkit/versions/v2022_11_28/types/group_0287.py +76 -13
- githubkit/versions/v2022_11_28/types/group_0288.py +185 -8
- githubkit/versions/v2022_11_28/types/group_0289.py +41 -15
- githubkit/versions/v2022_11_28/types/group_0290.py +122 -49
- githubkit/versions/v2022_11_28/types/group_0291.py +13 -49
- githubkit/versions/v2022_11_28/types/group_0292.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0293.py +10 -21
- githubkit/versions/v2022_11_28/types/group_0294.py +51 -30
- githubkit/versions/v2022_11_28/types/group_0295.py +47 -6
- githubkit/versions/v2022_11_28/types/group_0296.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0297.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0298.py +39 -15
- githubkit/versions/v2022_11_28/types/group_0299.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0300.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0301.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0302.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0303.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0304.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0305.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0306.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0307.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0308.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0309.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0310.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0311.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0312.py +15 -31
- githubkit/versions/v2022_11_28/types/group_0313.py +10 -70
- githubkit/versions/v2022_11_28/types/group_0314.py +10 -51
- githubkit/versions/v2022_11_28/types/group_0315.py +10 -74
- githubkit/versions/v2022_11_28/types/group_0316.py +27 -12
- githubkit/versions/v2022_11_28/types/group_0317.py +70 -9
- githubkit/versions/v2022_11_28/types/group_0318.py +45 -17
- githubkit/versions/v2022_11_28/types/group_0319.py +76 -7
- githubkit/versions/v2022_11_28/types/group_0320.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0321.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0322.py +22 -9
- githubkit/versions/v2022_11_28/types/group_0323.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0324.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0325.py +19 -11
- githubkit/versions/v2022_11_28/types/group_0326.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0327.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0328.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0329.py +12 -18
- githubkit/versions/v2022_11_28/types/group_0330.py +10 -35
- githubkit/versions/v2022_11_28/types/group_0331.py +8 -45
- githubkit/versions/v2022_11_28/types/group_0332.py +11 -32
- githubkit/versions/v2022_11_28/types/group_0333.py +14 -89
- githubkit/versions/v2022_11_28/types/group_0334.py +22 -16
- githubkit/versions/v2022_11_28/types/group_0335.py +28 -105
- githubkit/versions/v2022_11_28/types/group_0336.py +24 -65
- githubkit/versions/v2022_11_28/types/group_0337.py +82 -43
- githubkit/versions/v2022_11_28/types/group_0338.py +21 -54
- githubkit/versions/v2022_11_28/types/group_0339.py +122 -7
- githubkit/versions/v2022_11_28/types/group_0340.py +72 -13
- githubkit/versions/v2022_11_28/types/group_0341.py +47 -78
- githubkit/versions/v2022_11_28/types/group_0342.py +60 -9
- githubkit/versions/v2022_11_28/types/group_0343.py +6 -59
- githubkit/versions/v2022_11_28/types/group_0344.py +14 -12
- githubkit/versions/v2022_11_28/types/group_0345.py +76 -23
- githubkit/versions/v2022_11_28/types/group_0346.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0347.py +57 -7
- githubkit/versions/v2022_11_28/types/group_0348.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0349.py +27 -12
- githubkit/versions/v2022_11_28/types/group_0350.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0351.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0352.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0353.py +18 -22
- githubkit/versions/v2022_11_28/types/group_0354.py +6 -270
- githubkit/versions/v2022_11_28/types/group_0355.py +19 -25
- githubkit/versions/v2022_11_28/types/group_0356.py +13 -44
- githubkit/versions/v2022_11_28/types/group_0357.py +18 -54
- githubkit/versions/v2022_11_28/types/group_0358.py +248 -103
- githubkit/versions/v2022_11_28/types/group_0359.py +29 -15
- githubkit/versions/v2022_11_28/types/group_0360.py +37 -123
- githubkit/versions/v2022_11_28/types/group_0361.py +55 -21
- githubkit/versions/v2022_11_28/types/group_0362.py +121 -13
- githubkit/versions/v2022_11_28/types/group_0363.py +20 -38
- githubkit/versions/v2022_11_28/types/group_0364.py +127 -15
- githubkit/versions/v2022_11_28/types/group_0365.py +22 -15
- githubkit/versions/v2022_11_28/types/group_0366.py +13 -56
- githubkit/versions/v2022_11_28/types/group_0367.py +34 -62
- githubkit/versions/v2022_11_28/types/group_0368.py +9 -150
- githubkit/versions/v2022_11_28/types/group_0369.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0370.py +61 -6
- githubkit/versions/v2022_11_28/types/group_0371.py +55 -10
- githubkit/versions/v2022_11_28/types/group_0372.py +157 -6
- githubkit/versions/v2022_11_28/types/group_0373.py +9 -22
- githubkit/versions/v2022_11_28/types/group_0374.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0375.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0376.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0377.py +16 -299
- githubkit/versions/v2022_11_28/types/group_0378.py +6 -310
- githubkit/versions/v2022_11_28/types/group_0379.py +9 -297
- githubkit/versions/v2022_11_28/types/group_0380.py +6 -141
- githubkit/versions/v2022_11_28/types/group_0381.py +247 -78
- githubkit/versions/v2022_11_28/types/group_0382.py +272 -73
- githubkit/versions/v2022_11_28/types/group_0383.py +241 -74
- githubkit/versions/v2022_11_28/types/group_0384.py +75 -48
- githubkit/versions/v2022_11_28/types/group_0385.py +73 -38
- githubkit/versions/v2022_11_28/types/group_0386.py +88 -72
- githubkit/versions/v2022_11_28/types/group_0387.py +129 -12
- githubkit/versions/v2022_11_28/types/group_0388.py +110 -12
- githubkit/versions/v2022_11_28/types/group_0389.py +100 -16
- githubkit/versions/v2022_11_28/types/group_0390.py +91 -12
- githubkit/versions/v2022_11_28/types/group_0391.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0392.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0393.py +22 -16
- githubkit/versions/v2022_11_28/types/group_0394.py +13 -15
- githubkit/versions/v2022_11_28/types/group_0395.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0396.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0397.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0398.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0399.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0400.py +12 -32
- githubkit/versions/v2022_11_28/types/group_0401.py +12 -32
- githubkit/versions/v2022_11_28/types/group_0402.py +12 -595
- githubkit/versions/v2022_11_28/types/group_0403.py +18 -21
- githubkit/versions/v2022_11_28/types/group_0404.py +23 -459
- githubkit/versions/v2022_11_28/types/group_0405.py +23 -457
- githubkit/versions/v2022_11_28/types/group_0406.py +248 -107
- githubkit/versions/v2022_11_28/types/group_0407.py +21 -871
- githubkit/versions/v2022_11_28/types/group_0408.py +429 -47
- githubkit/versions/v2022_11_28/types/group_0409.py +451 -30
- githubkit/versions/v2022_11_28/types/group_0410.py +454 -12
- githubkit/versions/v2022_11_28/types/group_0411.py +822 -43
- githubkit/versions/v2022_11_28/types/group_0412.py +23 -23
- githubkit/versions/v2022_11_28/types/group_0413.py +30 -86
- githubkit/versions/v2022_11_28/types/group_0414.py +11 -107
- githubkit/versions/v2022_11_28/types/group_0415.py +36 -70
- githubkit/versions/v2022_11_28/types/group_0416.py +76 -68
- githubkit/versions/v2022_11_28/types/group_0417.py +99 -10
- githubkit/versions/v2022_11_28/types/group_0418.py +103 -32
- githubkit/versions/v2022_11_28/types/group_0419.py +117 -25
- githubkit/versions/v2022_11_28/types/group_0420.py +84 -18
- githubkit/versions/v2022_11_28/types/group_0421.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0422.py +35 -10
- githubkit/versions/v2022_11_28/types/group_0423.py +26 -12
- githubkit/versions/v2022_11_28/types/group_0424.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0425.py +13 -83
- githubkit/versions/v2022_11_28/types/group_0426.py +10 -26
- githubkit/versions/v2022_11_28/types/group_0427.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0428.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0429.py +84 -16
- githubkit/versions/v2022_11_28/types/group_0430.py +25 -135
- githubkit/versions/v2022_11_28/types/group_0431.py +16 -141
- githubkit/versions/v2022_11_28/types/group_0432.py +18 -19
- githubkit/versions/v2022_11_28/types/group_0433.py +18 -110
- githubkit/versions/v2022_11_28/types/group_0434.py +142 -14
- githubkit/versions/v2022_11_28/types/group_0435.py +136 -23
- githubkit/versions/v2022_11_28/types/group_0436.py +15 -54
- githubkit/versions/v2022_11_28/types/group_0437.py +106 -25
- githubkit/versions/v2022_11_28/types/group_0438.py +7 -33
- githubkit/versions/v2022_11_28/types/group_0439.py +20 -65
- githubkit/versions/v2022_11_28/types/group_0440.py +15 -32
- githubkit/versions/v2022_11_28/types/group_0441.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0442.py +21 -73
- githubkit/versions/v2022_11_28/types/group_0443.py +56 -14
- githubkit/versions/v2022_11_28/types/group_0444.py +70 -15
- githubkit/versions/v2022_11_28/types/group_0445.py +23 -68
- githubkit/versions/v2022_11_28/types/group_0446.py +64 -116
- githubkit/versions/v2022_11_28/types/group_0447.py +27 -136
- githubkit/versions/v2022_11_28/types/group_0448.py +19 -50
- githubkit/versions/v2022_11_28/types/group_0449.py +56 -4
- githubkit/versions/v2022_11_28/types/group_0450.py +122 -14
- githubkit/versions/v2022_11_28/types/group_0451.py +116 -49
- githubkit/versions/v2022_11_28/types/group_0452.py +48 -81
- githubkit/versions/v2022_11_28/types/group_0453.py +3 -116
- githubkit/versions/v2022_11_28/types/group_0454.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0455.py +75 -78
- githubkit/versions/v2022_11_28/types/group_0456.py +82 -18
- githubkit/versions/v2022_11_28/types/group_0457.py +109 -48
- githubkit/versions/v2022_11_28/types/group_0458.py +13 -124
- githubkit/versions/v2022_11_28/types/group_0459.py +71 -135
- githubkit/versions/v2022_11_28/types/group_0460.py +19 -50
- githubkit/versions/v2022_11_28/types/group_0461.py +55 -3
- githubkit/versions/v2022_11_28/types/group_0462.py +122 -14
- githubkit/versions/v2022_11_28/types/group_0463.py +116 -49
- githubkit/versions/v2022_11_28/types/group_0464.py +48 -79
- githubkit/versions/v2022_11_28/types/group_0465.py +3 -116
- githubkit/versions/v2022_11_28/types/group_0466.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0467.py +75 -76
- githubkit/versions/v2022_11_28/types/group_0468.py +80 -38
- githubkit/versions/v2022_11_28/types/group_0469.py +109 -48
- githubkit/versions/v2022_11_28/types/group_0470.py +13 -124
- githubkit/versions/v2022_11_28/types/group_0471.py +69 -135
- githubkit/versions/v2022_11_28/types/group_0472.py +39 -50
- githubkit/versions/v2022_11_28/types/group_0473.py +55 -3
- githubkit/versions/v2022_11_28/types/group_0474.py +122 -14
- githubkit/versions/v2022_11_28/types/group_0475.py +116 -48
- githubkit/versions/v2022_11_28/types/group_0476.py +48 -81
- githubkit/versions/v2022_11_28/types/group_0477.py +3 -116
- githubkit/versions/v2022_11_28/types/group_0478.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0479.py +74 -78
- githubkit/versions/v2022_11_28/types/group_0480.py +9 -350
- githubkit/versions/v2022_11_28/types/group_0481.py +136 -17
- githubkit/versions/v2022_11_28/types/group_0482.py +14 -154
- githubkit/versions/v2022_11_28/types/group_0483.py +72 -164
- githubkit/versions/v2022_11_28/types/group_0484.py +404 -3
- githubkit/versions/v2022_11_28/types/group_0485.py +17 -24
- githubkit/versions/v2022_11_28/types/group_0486.py +141 -49
- githubkit/versions/v2022_11_28/types/group_0487.py +162 -76
- githubkit/versions/v2022_11_28/types/group_0488.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0489.py +24 -106
- githubkit/versions/v2022_11_28/types/group_0490.py +73 -21
- githubkit/versions/v2022_11_28/types/group_0491.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0492.py +4 -391
- githubkit/versions/v2022_11_28/types/group_0493.py +91 -57
- githubkit/versions/v2022_11_28/types/group_0494.py +11 -162
- githubkit/versions/v2022_11_28/types/group_0495.py +70 -172
- githubkit/versions/v2022_11_28/types/group_0496.py +343 -12
- githubkit/versions/v2022_11_28/types/group_0497.py +51 -52
- githubkit/versions/v2022_11_28/types/group_0498.py +165 -74
- githubkit/versions/v2022_11_28/types/group_0499.py +114 -93
- githubkit/versions/v2022_11_28/types/group_0500.py +61 -72
- githubkit/versions/v2022_11_28/types/group_0501.py +8 -372
- githubkit/versions/v2022_11_28/types/group_0502.py +9 -338
- githubkit/versions/v2022_11_28/types/group_0503.py +157 -16
- githubkit/versions/v2022_11_28/types/group_0504.py +70 -157
- githubkit/versions/v2022_11_28/types/group_0505.py +298 -30
- githubkit/versions/v2022_11_28/types/group_0506.py +390 -3
- githubkit/versions/v2022_11_28/types/group_0507.py +17 -24
- githubkit/versions/v2022_11_28/types/group_0508.py +139 -50
- githubkit/versions/v2022_11_28/types/group_0509.py +162 -75
- githubkit/versions/v2022_11_28/types/group_0510.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0511.py +24 -108
- githubkit/versions/v2022_11_28/types/group_0512.py +73 -21
- githubkit/versions/v2022_11_28/types/group_0513.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0514.py +7 -71
- githubkit/versions/v2022_11_28/types/group_0515.py +69 -125
- githubkit/versions/v2022_11_28/types/group_0516.py +6 -209
- githubkit/versions/v2022_11_28/types/group_0517.py +77 -74
- githubkit/versions/v2022_11_28/types/group_0518.py +68 -78
- githubkit/versions/v2022_11_28/types/group_0519.py +163 -7
- githubkit/versions/v2022_11_28/types/group_0520.py +182 -60
- githubkit/versions/v2022_11_28/types/group_0521.py +51 -31
- githubkit/versions/v2022_11_28/types/group_0522.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0523.py +4 -965
- githubkit/versions/v2022_11_28/types/group_0524.py +62 -354
- githubkit/versions/v2022_11_28/types/group_0525.py +53 -17
- githubkit/versions/v2022_11_28/types/group_0526.py +71 -157
- githubkit/versions/v2022_11_28/types/group_0527.py +825 -27
- githubkit/versions/v2022_11_28/types/group_0528.py +375 -4
- githubkit/versions/v2022_11_28/types/group_0529.py +17 -26
- githubkit/versions/v2022_11_28/types/group_0530.py +139 -50
- githubkit/versions/v2022_11_28/types/group_0531.py +163 -74
- githubkit/versions/v2022_11_28/types/group_0532.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0533.py +26 -106
- githubkit/versions/v2022_11_28/types/group_0534.py +73 -23
- githubkit/versions/v2022_11_28/types/group_0535.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0536.py +4 -979
- githubkit/versions/v2022_11_28/types/group_0537.py +65 -383
- githubkit/versions/v2022_11_28/types/group_0538.py +8 -395
- githubkit/versions/v2022_11_28/types/group_0539.py +75 -16
- githubkit/versions/v2022_11_28/types/group_0540.py +857 -31
- githubkit/versions/v2022_11_28/types/group_0541.py +144 -41
- githubkit/versions/v2022_11_28/types/group_0542.py +390 -3
- githubkit/versions/v2022_11_28/types/group_0543.py +17 -26
- githubkit/versions/v2022_11_28/types/group_0544.py +156 -7
- githubkit/versions/v2022_11_28/types/group_0545.py +283 -61
- githubkit/versions/v2022_11_28/types/group_0546.py +25 -25
- githubkit/versions/v2022_11_28/types/group_0547.py +7 -375
- githubkit/versions/v2022_11_28/types/group_0548.py +9 -32
- githubkit/versions/v2022_11_28/types/group_0549.py +94 -26
- githubkit/versions/v2022_11_28/types/group_0550.py +19 -61
- githubkit/versions/v2022_11_28/types/group_0551.py +359 -73
- githubkit/versions/v2022_11_28/types/group_0552.py +24 -34
- githubkit/versions/v2022_11_28/types/group_0553.py +26 -40
- githubkit/versions/v2022_11_28/types/group_0554.py +41 -82
- githubkit/versions/v2022_11_28/types/group_0555.py +78 -11
- githubkit/versions/v2022_11_28/types/group_0556.py +33 -37
- githubkit/versions/v2022_11_28/types/group_0557.py +33 -100
- githubkit/versions/v2022_11_28/types/group_0558.py +74 -11
- githubkit/versions/v2022_11_28/types/group_0559.py +33 -39
- githubkit/versions/v2022_11_28/types/group_0560.py +33 -62
- githubkit/versions/v2022_11_28/types/group_0561.py +106 -12
- githubkit/versions/v2022_11_28/types/group_0562.py +35 -10
- githubkit/versions/v2022_11_28/types/group_0563.py +40 -25
- githubkit/versions/v2022_11_28/types/group_0564.py +73 -5
- githubkit/versions/v2022_11_28/types/group_0565.py +11 -101
- githubkit/versions/v2022_11_28/types/group_0566.py +12 -35
- githubkit/versions/v2022_11_28/types/group_0567.py +25 -38
- githubkit/versions/v2022_11_28/types/group_0568.py +7 -61
- githubkit/versions/v2022_11_28/types/group_0569.py +86 -50
- githubkit/versions/v2022_11_28/types/group_0570.py +40 -44
- githubkit/versions/v2022_11_28/types/group_0571.py +42 -113
- githubkit/versions/v2022_11_28/types/group_0572.py +24 -80
- githubkit/versions/v2022_11_28/types/group_0573.py +69 -12
- githubkit/versions/v2022_11_28/types/group_0574.py +42 -13
- githubkit/versions/v2022_11_28/types/group_0575.py +103 -89
- githubkit/versions/v2022_11_28/types/group_0576.py +83 -37
- githubkit/versions/v2022_11_28/types/group_0577.py +12 -67
- githubkit/versions/v2022_11_28/types/group_0578.py +13 -67
- githubkit/versions/v2022_11_28/types/group_0579.py +87 -89
- githubkit/versions/v2022_11_28/types/group_0580.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0581.py +39 -14
- githubkit/versions/v2022_11_28/types/group_0582.py +40 -15
- githubkit/versions/v2022_11_28/types/group_0583.py +68 -24
- githubkit/versions/v2022_11_28/types/group_0584.py +33 -23
- githubkit/versions/v2022_11_28/types/group_0585.py +12 -61
- githubkit/versions/v2022_11_28/types/group_0586.py +12 -27
- githubkit/versions/v2022_11_28/types/group_0587.py +15 -30
- githubkit/versions/v2022_11_28/types/group_0588.py +61 -32
- githubkit/versions/v2022_11_28/types/group_0589.py +89 -12
- githubkit/versions/v2022_11_28/types/group_0590.py +33 -34
- githubkit/versions/v2022_11_28/types/group_0591.py +36 -442
- githubkit/versions/v2022_11_28/types/group_0592.py +32 -18
- githubkit/versions/v2022_11_28/types/group_0593.py +17 -59
- githubkit/versions/v2022_11_28/types/group_0594.py +25 -118
- githubkit/versions/v2022_11_28/types/group_0595.py +443 -32
- githubkit/versions/v2022_11_28/types/group_0596.py +16 -11
- githubkit/versions/v2022_11_28/types/group_0597.py +59 -12
- githubkit/versions/v2022_11_28/types/group_0598.py +154 -12
- githubkit/versions/v2022_11_28/types/group_0599.py +69 -11
- githubkit/versions/v2022_11_28/types/group_0600.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0601.py +12 -34
- githubkit/versions/v2022_11_28/types/group_0602.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0603.py +11 -78
- githubkit/versions/v2022_11_28/types/group_0604.py +11 -61
- githubkit/versions/v2022_11_28/types/group_0605.py +23 -53
- githubkit/versions/v2022_11_28/types/group_0606.py +7 -81
- githubkit/versions/v2022_11_28/types/group_0607.py +29 -29
- githubkit/versions/v2022_11_28/types/group_0608.py +26 -7
- githubkit/versions/v2022_11_28/types/group_0609.py +46 -24
- githubkit/versions/v2022_11_28/types/group_0610.py +38 -23
- githubkit/versions/v2022_11_28/types/group_0611.py +63 -17
- githubkit/versions/v2022_11_28/types/group_0612.py +37 -25
- githubkit/versions/v2022_11_28/types/group_0613.py +43 -49
- githubkit/versions/v2022_11_28/types/group_0614.py +47 -16
- githubkit/versions/v2022_11_28/types/group_0615.py +16 -47
- githubkit/versions/v2022_11_28/types/group_0616.py +15 -46
- githubkit/versions/v2022_11_28/types/group_0617.py +27 -69
- githubkit/versions/v2022_11_28/types/group_0618.py +16 -47
- githubkit/versions/v2022_11_28/types/group_0619.py +62 -11
- githubkit/versions/v2022_11_28/types/group_0620.py +63 -15
- githubkit/versions/v2022_11_28/types/group_0621.py +89 -12
- githubkit/versions/v2022_11_28/types/group_0622.py +58 -56
- githubkit/versions/v2022_11_28/types/group_0623.py +9 -27
- githubkit/versions/v2022_11_28/types/group_0624.py +12 -29
- githubkit/versions/v2022_11_28/types/group_0625.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0626.py +58 -9
- githubkit/versions/v2022_11_28/types/group_0627.py +21 -41
- githubkit/versions/v2022_11_28/types/group_0628.py +18 -20
- githubkit/versions/v2022_11_28/types/group_0629.py +8 -26
- githubkit/versions/v2022_11_28/types/group_0630.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0631.py +49 -12
- githubkit/versions/v2022_11_28/types/group_0632.py +22 -937
- githubkit/versions/v2022_11_28/types/group_0633.py +21 -960
- githubkit/versions/v2022_11_28/types/group_0634.py +11 -960
- githubkit/versions/v2022_11_28/types/group_0635.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0636.py +927 -55
- githubkit/versions/v2022_11_28/types/group_0637.py +962 -4
- githubkit/versions/v2022_11_28/types/group_0638.py +955 -11
- githubkit/versions/v2022_11_28/types/group_0639.py +16 -76
- githubkit/versions/v2022_11_28/types/group_0640.py +70 -4
- githubkit/versions/v2022_11_28/types/group_0641.py +4 -929
- githubkit/versions/v2022_11_28/types/group_0642.py +11 -916
- githubkit/versions/v2022_11_28/types/group_0643.py +81 -72
- githubkit/versions/v2022_11_28/types/group_0644.py +4 -70
- githubkit/versions/v2022_11_28/types/group_0645.py +929 -4
- githubkit/versions/v2022_11_28/types/group_0646.py +125 -124
- githubkit/versions/v2022_11_28/types/group_0647.py +41 -904
- githubkit/versions/v2022_11_28/types/group_0648.py +55 -889
- githubkit/versions/v2022_11_28/types/group_0649.py +4 -922
- githubkit/versions/v2022_11_28/types/group_0650.py +915 -11
- githubkit/versions/v2022_11_28/types/group_0651.py +908 -54
- githubkit/versions/v2022_11_28/types/group_0652.py +904 -4
- githubkit/versions/v2022_11_28/types/group_0653.py +925 -13
- githubkit/versions/v2022_11_28/types/group_0654.py +16 -76
- githubkit/versions/v2022_11_28/types/group_0655.py +70 -4
- githubkit/versions/v2022_11_28/types/group_0656.py +14 -20
- githubkit/versions/v2022_11_28/types/group_0657.py +16 -76
- githubkit/versions/v2022_11_28/types/group_0658.py +70 -4
- githubkit/versions/v2022_11_28/types/group_0659.py +4 -1057
- githubkit/versions/v2022_11_28/types/group_0660.py +12 -1059
- githubkit/versions/v2022_11_28/types/group_0661.py +53 -1058
- githubkit/versions/v2022_11_28/types/group_0662.py +4 -989
- githubkit/versions/v2022_11_28/types/group_0663.py +255 -161
- githubkit/versions/v2022_11_28/types/group_0664.py +279 -251
- githubkit/versions/v2022_11_28/types/group_0665.py +309 -280
- githubkit/versions/v2022_11_28/types/group_0666.py +213 -235
- githubkit/versions/v2022_11_28/types/group_0667.py +243 -305
- githubkit/versions/v2022_11_28/types/group_0668.py +266 -226
- githubkit/versions/v2022_11_28/types/group_0669.py +299 -317
- githubkit/versions/v2022_11_28/types/group_0670.py +233 -296
- githubkit/versions/v2022_11_28/types/group_0671.py +232 -137
- githubkit/versions/v2022_11_28/types/group_0672.py +213 -174
- githubkit/versions/v2022_11_28/types/group_0673.py +332 -200
- githubkit/versions/v2022_11_28/types/group_0674.py +368 -208
- githubkit/versions/v2022_11_28/types/group_0675.py +764 -111
- githubkit/versions/v2022_11_28/types/group_0676.py +954 -13
- githubkit/versions/v2022_11_28/types/group_0677.py +920 -39
- githubkit/versions/v2022_11_28/types/group_0678.py +797 -381
- githubkit/versions/v2022_11_28/types/group_0679.py +281 -13
- githubkit/versions/v2022_11_28/types/group_0680.py +18 -52
- githubkit/versions/v2022_11_28/types/group_0681.py +30 -128
- githubkit/versions/v2022_11_28/types/group_0682.py +463 -99
- githubkit/versions/v2022_11_28/types/group_0683.py +12 -137
- githubkit/versions/v2022_11_28/types/group_0684.py +39 -161
- githubkit/versions/v2022_11_28/types/group_0685.py +158 -18
- githubkit/versions/v2022_11_28/types/group_0686.py +104 -17
- githubkit/versions/v2022_11_28/types/group_0687.py +92 -9
- githubkit/versions/v2022_11_28/types/group_0688.py +155 -10
- githubkit/versions/v2022_11_28/types/group_0689.py +22 -30
- githubkit/versions/v2022_11_28/types/group_0690.py +57 -13
- githubkit/versions/v2022_11_28/types/group_0691.py +44 -38
- githubkit/versions/v2022_11_28/types/group_0692.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0693.py +30 -22
- githubkit/versions/v2022_11_28/types/group_0694.py +13 -57
- githubkit/versions/v2022_11_28/types/group_0695.py +38 -44
- githubkit/versions/v2022_11_28/types/group_0696.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0697.py +22 -30
- githubkit/versions/v2022_11_28/types/group_0698.py +57 -13
- githubkit/versions/v2022_11_28/types/group_0699.py +41 -36
- githubkit/versions/v2022_11_28/types/group_0700.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0701.py +5 -122
- githubkit/versions/v2022_11_28/types/group_0702.py +14 -20
- githubkit/versions/v2022_11_28/types/group_0703.py +36 -37
- githubkit/versions/v2022_11_28/types/group_0704.py +22 -56
- githubkit/versions/v2022_11_28/types/group_0705.py +124 -10
- githubkit/versions/v2022_11_28/types/group_0706.py +22 -30
- githubkit/versions/v2022_11_28/types/group_0707.py +57 -13
- githubkit/versions/v2022_11_28/types/group_0708.py +45 -39
- githubkit/versions/v2022_11_28/types/group_0709.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0710.py +30 -22
- githubkit/versions/v2022_11_28/types/group_0711.py +14 -20
- githubkit/versions/v2022_11_28/types/group_0712.py +54 -16
- githubkit/versions/v2022_11_28/types/group_0713.py +30 -20
- githubkit/versions/v2022_11_28/types/group_0714.py +12 -10
- githubkit/versions/v2022_11_28/types/group_0715.py +13 -20
- githubkit/versions/v2022_11_28/types/group_0716.py +9 -50
- githubkit/versions/v2022_11_28/types/group_0717.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0718.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0719.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0720.py +39 -22
- githubkit/versions/v2022_11_28/types/group_0721.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0722.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0723.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0724.py +31 -19
- githubkit/versions/v2022_11_28/types/group_0725.py +18 -15
- githubkit/versions/v2022_11_28/types/group_0726.py +18 -79
- githubkit/versions/v2022_11_28/types/group_0727.py +19 -68
- githubkit/versions/v2022_11_28/types/group_0728.py +16 -83
- githubkit/versions/v2022_11_28/types/group_0729.py +13 -93
- githubkit/versions/v2022_11_28/types/group_0730.py +79 -16
- githubkit/versions/v2022_11_28/types/group_0731.py +68 -17
- githubkit/versions/v2022_11_28/types/group_0732.py +93 -28
- githubkit/versions/v2022_11_28/types/group_0733.py +88 -26
- githubkit/versions/v2022_11_28/types/group_0734.py +20 -30
- githubkit/versions/v2022_11_28/types/group_0735.py +19 -16
- githubkit/versions/v2022_11_28/types/group_0736.py +34 -22
- githubkit/versions/v2022_11_28/types/group_0737.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0738.py +29 -37
- githubkit/versions/v2022_11_28/types/group_0739.py +17 -30
- githubkit/versions/v2022_11_28/types/group_0740.py +18 -52
- githubkit/versions/v2022_11_28/types/group_0741.py +36 -22
- githubkit/versions/v2022_11_28/types/group_0742.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0743.py +30 -35
- githubkit/versions/v2022_11_28/types/group_0744.py +28 -2
- githubkit/versions/v2022_11_28/types/group_0745.py +19 -16
- githubkit/versions/v2022_11_28/types/group_0746.py +34 -22
- githubkit/versions/v2022_11_28/types/group_0747.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0748.py +29 -36
- githubkit/versions/v2022_11_28/types/group_0749.py +17 -30
- githubkit/versions/v2022_11_28/types/group_0750.py +18 -18
- githubkit/versions/v2022_11_28/types/group_0751.py +34 -22
- githubkit/versions/v2022_11_28/types/group_0752.py +32 -193
- githubkit/versions/v2022_11_28/types/group_0753.py +35 -10
- githubkit/versions/v2022_11_28/types/group_0754.py +18 -18
- githubkit/versions/v2022_11_28/types/group_0755.py +10 -10
- githubkit/versions/v2022_11_28/types/group_0756.py +188 -12
- githubkit/versions/v2022_11_28/types/group_0757.py +5 -122
- githubkit/versions/v2022_11_28/types/group_0758.py +12 -114
- githubkit/versions/v2022_11_28/types/group_0759.py +12 -114
- githubkit/versions/v2022_11_28/types/group_0760.py +12 -11
- githubkit/versions/v2022_11_28/types/group_0761.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0762.py +120 -6
- githubkit/versions/v2022_11_28/types/group_0763.py +104 -118
- githubkit/versions/v2022_11_28/types/group_0764.py +105 -117
- githubkit/versions/v2022_11_28/types/group_0765.py +12 -140
- githubkit/versions/v2022_11_28/types/group_0766.py +6 -139
- githubkit/versions/v2022_11_28/types/group_0767.py +6 -172
- githubkit/versions/v2022_11_28/types/group_0768.py +26 -61
- githubkit/versions/v2022_11_28/types/group_0769.py +125 -10
- githubkit/versions/v2022_11_28/types/group_0770.py +139 -11
- githubkit/versions/v2022_11_28/types/group_0771.py +74 -126
- githubkit/versions/v2022_11_28/types/group_0772.py +169 -8
- githubkit/versions/v2022_11_28/types/group_0773.py +169 -5
- githubkit/versions/v2022_11_28/types/group_0774.py +16 -10
- githubkit/versions/v2022_11_28/types/group_0775.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0776.py +168 -38
- githubkit/versions/v2022_11_28/types/group_0777.py +8 -220
- githubkit/versions/v2022_11_28/types/group_0778.py +5 -221
- githubkit/versions/v2022_11_28/types/group_0779.py +8 -218
- githubkit/versions/v2022_11_28/types/group_0780.py +5 -289
- githubkit/versions/v2022_11_28/types/group_0781.py +17 -181
- githubkit/versions/v2022_11_28/types/group_0782.py +219 -12
- githubkit/versions/v2022_11_28/types/group_0783.py +212 -16
- githubkit/versions/v2022_11_28/types/group_0784.py +205 -54
- githubkit/versions/v2022_11_28/types/group_0785.py +276 -42
- githubkit/versions/v2022_11_28/types/group_0786.py +215 -37
- githubkit/versions/v2022_11_28/types/group_0787.py +9 -55
- githubkit/versions/v2022_11_28/types/group_0788.py +27 -46
- githubkit/versions/v2022_11_28/types/group_0789.py +62 -32
- githubkit/versions/v2022_11_28/types/group_0790.py +24 -31
- githubkit/versions/v2022_11_28/types/group_0791.py +46 -61
- githubkit/versions/v2022_11_28/types/group_0792.py +45 -20
- githubkit/versions/v2022_11_28/types/group_0793.py +32 -310
- githubkit/versions/v2022_11_28/types/group_0794.py +30 -328
- githubkit/versions/v2022_11_28/types/group_0795.py +62 -14
- githubkit/versions/v2022_11_28/types/group_0796.py +58 -38
- githubkit/versions/v2022_11_28/types/group_0797.py +35 -7
- githubkit/versions/v2022_11_28/types/group_0798.py +218 -233
- githubkit/versions/v2022_11_28/types/group_0799.py +337 -11
- githubkit/versions/v2022_11_28/types/group_0800.py +18 -41
- githubkit/versions/v2022_11_28/types/group_0801.py +21 -302
- githubkit/versions/v2022_11_28/types/group_0802.py +6 -335
- githubkit/versions/v2022_11_28/types/group_0803.py +334 -13
- githubkit/versions/v2022_11_28/types/group_0804.py +11 -41
- githubkit/versions/v2022_11_28/types/group_0805.py +35 -7
- githubkit/versions/v2022_11_28/types/group_0806.py +222 -238
- githubkit/versions/v2022_11_28/types/group_0807.py +337 -11
- githubkit/versions/v2022_11_28/types/group_0808.py +10 -421
- githubkit/versions/v2022_11_28/types/group_0809.py +43 -25
- githubkit/versions/v2022_11_28/types/group_0810.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0811.py +339 -7
- githubkit/versions/v2022_11_28/types/group_0812.py +14 -3
- githubkit/versions/v2022_11_28/types/group_0813.py +427 -8
- githubkit/versions/v2022_11_28/types/group_0814.py +31 -10
- githubkit/versions/v2022_11_28/types/group_0815.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0816.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0817.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0818.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0819.py +5 -3
- githubkit/versions/v2022_11_28/types/group_0820.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0821.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0822.py +5 -19
- githubkit/versions/v2022_11_28/types/group_0823.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0824.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0825.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0826.py +22 -4
- githubkit/versions/v2022_11_28/types/group_0827.py +17 -9
- githubkit/versions/v2022_11_28/types/group_0828.py +25 -7
- githubkit/versions/v2022_11_28/types/group_0829.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0830.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0831.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0832.py +13 -40
- githubkit/versions/v2022_11_28/types/group_0833.py +8 -21
- githubkit/versions/v2022_11_28/types/group_0834.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0835.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0836.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0837.py +40 -11
- githubkit/versions/v2022_11_28/types/group_0838.py +20 -8
- githubkit/versions/v2022_11_28/types/group_0839.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0840.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0841.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0842.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0843.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0844.py +6 -21
- githubkit/versions/v2022_11_28/types/group_0845.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0846.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0847.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0848.py +6 -22
- githubkit/versions/v2022_11_28/types/group_0849.py +20 -5
- githubkit/versions/v2022_11_28/types/group_0850.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0851.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0852.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0853.py +22 -7
- githubkit/versions/v2022_11_28/types/group_0854.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0855.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0856.py +10 -6
- githubkit/versions/v2022_11_28/types/group_0857.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0858.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0859.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0860.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0861.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0862.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0863.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0864.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0865.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0866.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0867.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0868.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0869.py +6 -22
- githubkit/versions/v2022_11_28/types/group_0870.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0871.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0872.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0873.py +6 -24
- githubkit/versions/v2022_11_28/types/group_0874.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0875.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0876.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0877.py +6 -3
- githubkit/versions/v2022_11_28/types/group_0878.py +25 -8
- githubkit/versions/v2022_11_28/types/group_0879.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0880.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0881.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0882.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0883.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0884.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0885.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0886.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0887.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0888.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0889.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0890.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0891.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0892.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0893.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0894.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0895.py +10 -47
- githubkit/versions/v2022_11_28/types/group_0896.py +4 -52
- githubkit/versions/v2022_11_28/types/group_0897.py +5 -51
- githubkit/versions/v2022_11_28/types/group_0898.py +9 -14
- githubkit/versions/v2022_11_28/types/group_0899.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +43 -7
- githubkit/versions/v2022_11_28/types/group_0901.py +58 -5
- githubkit/versions/v2022_11_28/types/group_0902.py +59 -5
- githubkit/versions/v2022_11_28/types/group_0903.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0904.py +12 -13
- githubkit/versions/v2022_11_28/types/group_0905.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0906.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0907.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0908.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0909.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0911.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0912.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0913.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0914.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0915.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0916.py +4 -17
- githubkit/versions/v2022_11_28/types/group_0917.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0918.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0919.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0920.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0921.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0922.py +5 -3
- githubkit/versions/v2022_11_28/types/group_0923.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0924.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0925.py +17 -4
- githubkit/versions/v2022_11_28/types/group_0926.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0927.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0928.py +5 -3
- githubkit/versions/v2022_11_28/types/group_0929.py +6 -104
- githubkit/versions/v2022_11_28/types/group_0930.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0931.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0932.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0933.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0934.py +107 -9
- githubkit/versions/v2022_11_28/types/group_0935.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0936.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0937.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0938.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0939.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0940.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0941.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0942.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0944.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0945.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0946.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0947.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0948.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0949.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0950.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0951.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0952.py +10 -32
- githubkit/versions/v2022_11_28/types/group_0953.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0954.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0955.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0956.py +5 -123
- githubkit/versions/v2022_11_28/types/group_0957.py +24 -44
- githubkit/versions/v2022_11_28/types/group_0958.py +14 -20
- githubkit/versions/v2022_11_28/types/group_0959.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0960.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0961.py +117 -8
- githubkit/versions/v2022_11_28/types/group_0962.py +47 -7
- githubkit/versions/v2022_11_28/types/group_0963.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0964.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0965.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0966.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0967.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0968.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0969.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0970.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0971.py +11 -4
- githubkit/versions/v2022_11_28/types/group_0972.py +10 -50
- githubkit/versions/v2022_11_28/types/group_0973.py +17 -35
- githubkit/versions/v2022_11_28/types/group_0974.py +17 -37
- githubkit/versions/v2022_11_28/types/group_0975.py +9 -55
- githubkit/versions/v2022_11_28/types/group_0976.py +10 -36
- githubkit/versions/v2022_11_28/types/group_0977.py +50 -29
- githubkit/versions/v2022_11_28/types/group_0978.py +31 -6
- githubkit/versions/v2022_11_28/types/group_0979.py +29 -19
- githubkit/versions/v2022_11_28/types/group_0980.py +58 -8
- githubkit/versions/v2022_11_28/types/group_0981.py +31 -10
- githubkit/versions/v2022_11_28/types/group_0982.py +32 -11
- githubkit/versions/v2022_11_28/types/group_0983.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0984.py +21 -15
- githubkit/versions/v2022_11_28/types/group_0985.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0986.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0987.py +11 -18
- githubkit/versions/v2022_11_28/types/group_0988.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0989.py +15 -5
- githubkit/versions/v2022_11_28/types/group_0990.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0991.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0992.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0993.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0994.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0995.py +4 -36
- githubkit/versions/v2022_11_28/types/group_0996.py +5 -33
- githubkit/versions/v2022_11_28/types/group_0997.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0998.py +8 -22
- githubkit/versions/v2022_11_28/types/group_0999.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1000.py +36 -7
- githubkit/versions/v2022_11_28/types/group_1001.py +28 -18
- githubkit/versions/v2022_11_28/types/group_1002.py +11 -4
- githubkit/versions/v2022_11_28/types/group_1003.py +22 -14
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1005.py +8 -30
- githubkit/versions/v2022_11_28/types/group_1006.py +18 -19
- githubkit/versions/v2022_11_28/types/group_1007.py +4 -8
- githubkit/versions/v2022_11_28/types/group_1008.py +12 -15
- githubkit/versions/v2022_11_28/types/group_1009.py +16 -6
- githubkit/versions/v2022_11_28/types/group_1010.py +29 -5
- githubkit/versions/v2022_11_28/types/group_1011.py +15 -33
- githubkit/versions/v2022_11_28/types/group_1012.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1013.py +16 -5
- githubkit/versions/v2022_11_28/types/group_1014.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1015.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1016.py +34 -18
- githubkit/versions/v2022_11_28/types/group_1017.py +6 -27
- githubkit/versions/v2022_11_28/types/group_1018.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1019.py +23 -8
- githubkit/versions/v2022_11_28/types/group_1020.py +19 -8
- githubkit/versions/v2022_11_28/types/group_1021.py +22 -4
- githubkit/versions/v2022_11_28/types/group_1022.py +12 -6
- githubkit/versions/v2022_11_28/types/group_1023.py +10 -4
- githubkit/versions/v2022_11_28/types/group_1024.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1025.py +8 -24
- githubkit/versions/v2022_11_28/types/group_1026.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +8 -38
- githubkit/versions/v2022_11_28/types/group_1029.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +23 -4
- githubkit/versions/v2022_11_28/types/group_1031.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1032.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1033.py +25 -9
- githubkit/versions/v2022_11_28/types/group_1034.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1035.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1036.py +5 -17
- githubkit/versions/v2022_11_28/types/group_1037.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1038.py +16 -5
- githubkit/versions/v2022_11_28/types/group_1039.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1040.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1041.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1042.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1043.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1044.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1045.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1046.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1047.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1048.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1049.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1050.py +9 -15
- githubkit/versions/v2022_11_28/types/group_1051.py +9 -13
- githubkit/versions/v2022_11_28/types/group_1052.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1053.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1054.py +9 -15
- githubkit/versions/v2022_11_28/types/group_1055.py +14 -8
- githubkit/versions/v2022_11_28/types/group_1056.py +11 -6
- githubkit/versions/v2022_11_28/types/group_1057.py +14 -7
- githubkit/versions/v2022_11_28/types/group_1058.py +14 -9
- githubkit/versions/v2022_11_28/types/group_1059.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1060.py +9 -11
- githubkit/versions/v2022_11_28/types/group_1061.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1062.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1063.py +11 -9
- githubkit/versions/v2022_11_28/types/group_1064.py +5 -14
- githubkit/versions/v2022_11_28/types/group_1065.py +8 -15
- githubkit/versions/v2022_11_28/types/group_1066.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1067.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1068.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1069.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1070.py +14 -6
- githubkit/versions/v2022_11_28/types/group_1071.py +14 -6
- githubkit/versions/v2022_11_28/types/group_1072.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1073.py +8 -25
- githubkit/versions/v2022_11_28/types/group_1074.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1075.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1076.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1077.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1078.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1079.py +24 -12
- githubkit/versions/v2022_11_28/types/group_1080.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1081.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1082.py +4 -10
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1084.py +5 -50
- githubkit/versions/v2022_11_28/types/group_1085.py +12 -49
- githubkit/versions/v2022_11_28/types/group_1086.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1087.py +7 -8
- githubkit/versions/v2022_11_28/types/group_1088.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1089.py +5 -4
- githubkit/versions/v2022_11_28/types/group_1090.py +51 -6
- githubkit/versions/v2022_11_28/types/group_1091.py +50 -7
- githubkit/versions/v2022_11_28/types/group_1092.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1093.py +9 -14
- githubkit/versions/v2022_11_28/types/group_1094.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1095.py +4 -13
- githubkit/versions/v2022_11_28/types/group_1096.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1097.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1098.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1099.py +14 -7
- githubkit/versions/v2022_11_28/types/group_1100.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1101.py +13 -4
- githubkit/versions/v2022_11_28/types/group_1102.py +5 -4
- githubkit/versions/v2022_11_28/types/group_1103.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1104.py +12 -7
- githubkit/versions/v2022_11_28/types/group_1105.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1107.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1108.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1109.py +12 -13
- githubkit/versions/v2022_11_28/types/group_1110.py +8 -10
- githubkit/versions/v2022_11_28/types/group_1111.py +7 -18
- githubkit/versions/v2022_11_28/types/group_1112.py +4 -23
- githubkit/versions/v2022_11_28/types/group_1113.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1114.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1115.py +12 -9
- githubkit/versions/v2022_11_28/types/group_1116.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1117.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1118.py +24 -8
- githubkit/versions/v2022_11_28/types/group_1119.py +24 -6
- githubkit/versions/v2022_11_28/types/group_1120.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1121.py +9 -9
- githubkit/versions/v2022_11_28/types/group_1122.py +4 -13
- githubkit/versions/v2022_11_28/types/group_1123.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1124.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1125.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1126.py +6 -3
- githubkit/versions/v2022_11_28/types/group_1127.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1128.py +14 -5
- githubkit/versions/v2022_11_28/types/group_1129.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1130.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1131.py +13 -32
- githubkit/versions/v2022_11_28/types/group_1132.py +3 -11
- githubkit/versions/v2022_11_28/types/group_1133.py +6 -11
- githubkit/versions/v2022_11_28/types/group_1134.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1135.py +31 -0
- githubkit/versions/v2022_11_28/types/group_1136.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1137.py +47 -0
- githubkit/versions/v2022_11_28/types/group_1138.py +28 -0
- githubkit/versions/v2022_11_28/types/group_1139.py +28 -0
- githubkit/versions/v2022_11_28/types/group_1140.py +23 -0
- githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +3 -0
- {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/METADATA +105 -7
- githubkit-0.11.1.dist-info/RECORD +2435 -0
- githubkit-0.11.0a3.dist-info/RECORD +0 -2421
- {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/LICENSE +0 -0
- {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/WHEEL +0 -0
|
@@ -139,6 +139,8 @@ class ActionsClient:
|
|
|
139
139
|
*,
|
|
140
140
|
headers: Optional[Dict[str, str]] = None,
|
|
141
141
|
) -> Response[ActionsCacheUsageOrgEnterprise]:
|
|
142
|
+
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization"""
|
|
143
|
+
|
|
142
144
|
from ..models import ActionsCacheUsageOrgEnterprise
|
|
143
145
|
|
|
144
146
|
url = f"/orgs/{org}/actions/cache/usage"
|
|
@@ -158,6 +160,8 @@ class ActionsClient:
|
|
|
158
160
|
*,
|
|
159
161
|
headers: Optional[Dict[str, str]] = None,
|
|
160
162
|
) -> Response[ActionsCacheUsageOrgEnterprise]:
|
|
163
|
+
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization"""
|
|
164
|
+
|
|
161
165
|
from ..models import ActionsCacheUsageOrgEnterprise
|
|
162
166
|
|
|
163
167
|
url = f"/orgs/{org}/actions/cache/usage"
|
|
@@ -179,6 +183,8 @@ class ActionsClient:
|
|
|
179
183
|
*,
|
|
180
184
|
headers: Optional[Dict[str, str]] = None,
|
|
181
185
|
) -> Response[OrgsOrgActionsCacheUsageByRepositoryGetResponse200]:
|
|
186
|
+
"""See also: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization"""
|
|
187
|
+
|
|
182
188
|
from ..models import OrgsOrgActionsCacheUsageByRepositoryGetResponse200
|
|
183
189
|
|
|
184
190
|
url = f"/orgs/{org}/actions/cache/usage-by-repository"
|
|
@@ -206,6 +212,8 @@ class ActionsClient:
|
|
|
206
212
|
*,
|
|
207
213
|
headers: Optional[Dict[str, str]] = None,
|
|
208
214
|
) -> Response[OrgsOrgActionsCacheUsageByRepositoryGetResponse200]:
|
|
215
|
+
"""See also: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization"""
|
|
216
|
+
|
|
209
217
|
from ..models import OrgsOrgActionsCacheUsageByRepositoryGetResponse200
|
|
210
218
|
|
|
211
219
|
url = f"/orgs/{org}/actions/cache/usage-by-repository"
|
|
@@ -231,6 +239,8 @@ class ActionsClient:
|
|
|
231
239
|
*,
|
|
232
240
|
headers: Optional[Dict[str, str]] = None,
|
|
233
241
|
) -> Response[ActionsOrganizationPermissions]:
|
|
242
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization"""
|
|
243
|
+
|
|
234
244
|
from ..models import ActionsOrganizationPermissions
|
|
235
245
|
|
|
236
246
|
url = f"/orgs/{org}/actions/permissions"
|
|
@@ -250,6 +260,8 @@ class ActionsClient:
|
|
|
250
260
|
*,
|
|
251
261
|
headers: Optional[Dict[str, str]] = None,
|
|
252
262
|
) -> Response[ActionsOrganizationPermissions]:
|
|
263
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization"""
|
|
264
|
+
|
|
253
265
|
from ..models import ActionsOrganizationPermissions
|
|
254
266
|
|
|
255
267
|
url = f"/orgs/{org}/actions/permissions"
|
|
@@ -293,6 +305,8 @@ class ActionsClient:
|
|
|
293
305
|
data: Missing[OrgsOrgActionsPermissionsPutBodyType] = UNSET,
|
|
294
306
|
**kwargs,
|
|
295
307
|
) -> Response:
|
|
308
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization"""
|
|
309
|
+
|
|
296
310
|
from ..models import OrgsOrgActionsPermissionsPutBody
|
|
297
311
|
|
|
298
312
|
url = f"/orgs/{org}/actions/permissions"
|
|
@@ -343,6 +357,8 @@ class ActionsClient:
|
|
|
343
357
|
data: Missing[OrgsOrgActionsPermissionsPutBodyType] = UNSET,
|
|
344
358
|
**kwargs,
|
|
345
359
|
) -> Response:
|
|
360
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization"""
|
|
361
|
+
|
|
346
362
|
from ..models import OrgsOrgActionsPermissionsPutBody
|
|
347
363
|
|
|
348
364
|
url = f"/orgs/{org}/actions/permissions"
|
|
@@ -371,6 +387,8 @@ class ActionsClient:
|
|
|
371
387
|
*,
|
|
372
388
|
headers: Optional[Dict[str, str]] = None,
|
|
373
389
|
) -> Response[OrgsOrgActionsPermissionsRepositoriesGetResponse200]:
|
|
390
|
+
"""See also: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization"""
|
|
391
|
+
|
|
374
392
|
from ..models import OrgsOrgActionsPermissionsRepositoriesGetResponse200
|
|
375
393
|
|
|
376
394
|
url = f"/orgs/{org}/actions/permissions/repositories"
|
|
@@ -398,6 +416,8 @@ class ActionsClient:
|
|
|
398
416
|
*,
|
|
399
417
|
headers: Optional[Dict[str, str]] = None,
|
|
400
418
|
) -> Response[OrgsOrgActionsPermissionsRepositoriesGetResponse200]:
|
|
419
|
+
"""See also: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization"""
|
|
420
|
+
|
|
401
421
|
from ..models import OrgsOrgActionsPermissionsRepositoriesGetResponse200
|
|
402
422
|
|
|
403
423
|
url = f"/orgs/{org}/actions/permissions/repositories"
|
|
@@ -446,6 +466,8 @@ class ActionsClient:
|
|
|
446
466
|
data: Missing[OrgsOrgActionsPermissionsRepositoriesPutBodyType] = UNSET,
|
|
447
467
|
**kwargs,
|
|
448
468
|
) -> Response:
|
|
469
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization"""
|
|
470
|
+
|
|
449
471
|
from ..models import OrgsOrgActionsPermissionsRepositoriesPutBody
|
|
450
472
|
|
|
451
473
|
url = f"/orgs/{org}/actions/permissions/repositories"
|
|
@@ -495,6 +517,8 @@ class ActionsClient:
|
|
|
495
517
|
data: Missing[OrgsOrgActionsPermissionsRepositoriesPutBodyType] = UNSET,
|
|
496
518
|
**kwargs,
|
|
497
519
|
) -> Response:
|
|
520
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization"""
|
|
521
|
+
|
|
498
522
|
from ..models import OrgsOrgActionsPermissionsRepositoriesPutBody
|
|
499
523
|
|
|
500
524
|
url = f"/orgs/{org}/actions/permissions/repositories"
|
|
@@ -522,6 +546,8 @@ class ActionsClient:
|
|
|
522
546
|
*,
|
|
523
547
|
headers: Optional[Dict[str, str]] = None,
|
|
524
548
|
) -> Response:
|
|
549
|
+
"""See also: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
550
|
+
|
|
525
551
|
url = f"/orgs/{org}/actions/permissions/repositories/{repository_id}"
|
|
526
552
|
|
|
527
553
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -539,6 +565,8 @@ class ActionsClient:
|
|
|
539
565
|
*,
|
|
540
566
|
headers: Optional[Dict[str, str]] = None,
|
|
541
567
|
) -> Response:
|
|
568
|
+
"""See also: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
569
|
+
|
|
542
570
|
url = f"/orgs/{org}/actions/permissions/repositories/{repository_id}"
|
|
543
571
|
|
|
544
572
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -556,6 +584,8 @@ class ActionsClient:
|
|
|
556
584
|
*,
|
|
557
585
|
headers: Optional[Dict[str, str]] = None,
|
|
558
586
|
) -> Response:
|
|
587
|
+
"""See also: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
588
|
+
|
|
559
589
|
url = f"/orgs/{org}/actions/permissions/repositories/{repository_id}"
|
|
560
590
|
|
|
561
591
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -573,6 +603,8 @@ class ActionsClient:
|
|
|
573
603
|
*,
|
|
574
604
|
headers: Optional[Dict[str, str]] = None,
|
|
575
605
|
) -> Response:
|
|
606
|
+
"""See also: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization"""
|
|
607
|
+
|
|
576
608
|
url = f"/orgs/{org}/actions/permissions/repositories/{repository_id}"
|
|
577
609
|
|
|
578
610
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -589,6 +621,8 @@ class ActionsClient:
|
|
|
589
621
|
*,
|
|
590
622
|
headers: Optional[Dict[str, str]] = None,
|
|
591
623
|
) -> Response[SelectedActions]:
|
|
624
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
625
|
+
|
|
592
626
|
from ..models import SelectedActions
|
|
593
627
|
|
|
594
628
|
url = f"/orgs/{org}/actions/permissions/selected-actions"
|
|
@@ -608,6 +642,8 @@ class ActionsClient:
|
|
|
608
642
|
*,
|
|
609
643
|
headers: Optional[Dict[str, str]] = None,
|
|
610
644
|
) -> Response[SelectedActions]:
|
|
645
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
646
|
+
|
|
611
647
|
from ..models import SelectedActions
|
|
612
648
|
|
|
613
649
|
url = f"/orgs/{org}/actions/permissions/selected-actions"
|
|
@@ -652,6 +688,8 @@ class ActionsClient:
|
|
|
652
688
|
data: Missing[SelectedActionsType] = UNSET,
|
|
653
689
|
**kwargs,
|
|
654
690
|
) -> Response:
|
|
691
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
692
|
+
|
|
655
693
|
from ..models import SelectedActions
|
|
656
694
|
|
|
657
695
|
url = f"/orgs/{org}/actions/permissions/selected-actions"
|
|
@@ -703,6 +741,8 @@ class ActionsClient:
|
|
|
703
741
|
data: Missing[SelectedActionsType] = UNSET,
|
|
704
742
|
**kwargs,
|
|
705
743
|
) -> Response:
|
|
744
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization"""
|
|
745
|
+
|
|
706
746
|
from ..models import SelectedActions
|
|
707
747
|
|
|
708
748
|
url = f"/orgs/{org}/actions/permissions/selected-actions"
|
|
@@ -729,6 +769,8 @@ class ActionsClient:
|
|
|
729
769
|
*,
|
|
730
770
|
headers: Optional[Dict[str, str]] = None,
|
|
731
771
|
) -> Response[ActionsGetDefaultWorkflowPermissions]:
|
|
772
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization"""
|
|
773
|
+
|
|
732
774
|
from ..models import ActionsGetDefaultWorkflowPermissions
|
|
733
775
|
|
|
734
776
|
url = f"/orgs/{org}/actions/permissions/workflow"
|
|
@@ -748,6 +790,8 @@ class ActionsClient:
|
|
|
748
790
|
*,
|
|
749
791
|
headers: Optional[Dict[str, str]] = None,
|
|
750
792
|
) -> Response[ActionsGetDefaultWorkflowPermissions]:
|
|
793
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization"""
|
|
794
|
+
|
|
751
795
|
from ..models import ActionsGetDefaultWorkflowPermissions
|
|
752
796
|
|
|
753
797
|
url = f"/orgs/{org}/actions/permissions/workflow"
|
|
@@ -791,6 +835,8 @@ class ActionsClient:
|
|
|
791
835
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
792
836
|
**kwargs,
|
|
793
837
|
) -> Response:
|
|
838
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization"""
|
|
839
|
+
|
|
794
840
|
from ..models import ActionsSetDefaultWorkflowPermissions
|
|
795
841
|
|
|
796
842
|
url = f"/orgs/{org}/actions/permissions/workflow"
|
|
@@ -841,6 +887,8 @@ class ActionsClient:
|
|
|
841
887
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
842
888
|
**kwargs,
|
|
843
889
|
) -> Response:
|
|
890
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization"""
|
|
891
|
+
|
|
844
892
|
from ..models import ActionsSetDefaultWorkflowPermissions
|
|
845
893
|
|
|
846
894
|
url = f"/orgs/{org}/actions/permissions/workflow"
|
|
@@ -870,6 +918,8 @@ class ActionsClient:
|
|
|
870
918
|
*,
|
|
871
919
|
headers: Optional[Dict[str, str]] = None,
|
|
872
920
|
) -> Response[OrgsOrgActionsRunnersGetResponse200]:
|
|
921
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-organization"""
|
|
922
|
+
|
|
873
923
|
from ..models import OrgsOrgActionsRunnersGetResponse200
|
|
874
924
|
|
|
875
925
|
url = f"/orgs/{org}/actions/runners"
|
|
@@ -899,6 +949,8 @@ class ActionsClient:
|
|
|
899
949
|
*,
|
|
900
950
|
headers: Optional[Dict[str, str]] = None,
|
|
901
951
|
) -> Response[OrgsOrgActionsRunnersGetResponse200]:
|
|
952
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-organization"""
|
|
953
|
+
|
|
902
954
|
from ..models import OrgsOrgActionsRunnersGetResponse200
|
|
903
955
|
|
|
904
956
|
url = f"/orgs/{org}/actions/runners"
|
|
@@ -925,6 +977,8 @@ class ActionsClient:
|
|
|
925
977
|
*,
|
|
926
978
|
headers: Optional[Dict[str, str]] = None,
|
|
927
979
|
) -> Response[List[RunnerApplication]]:
|
|
980
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization"""
|
|
981
|
+
|
|
928
982
|
from typing import List
|
|
929
983
|
|
|
930
984
|
from ..models import RunnerApplication
|
|
@@ -946,6 +1000,8 @@ class ActionsClient:
|
|
|
946
1000
|
*,
|
|
947
1001
|
headers: Optional[Dict[str, str]] = None,
|
|
948
1002
|
) -> Response[List[RunnerApplication]]:
|
|
1003
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization"""
|
|
1004
|
+
|
|
949
1005
|
from typing import List
|
|
950
1006
|
|
|
951
1007
|
from ..models import RunnerApplication
|
|
@@ -993,6 +1049,8 @@ class ActionsClient:
|
|
|
993
1049
|
data: Missing[OrgsOrgActionsRunnersGenerateJitconfigPostBodyType] = UNSET,
|
|
994
1050
|
**kwargs,
|
|
995
1051
|
) -> Response[OrgsOrgActionsRunnersGenerateJitconfigPostResponse201]:
|
|
1052
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization"""
|
|
1053
|
+
|
|
996
1054
|
from ..models import (
|
|
997
1055
|
BasicError,
|
|
998
1056
|
ValidationErrorSimple,
|
|
@@ -1057,6 +1115,8 @@ class ActionsClient:
|
|
|
1057
1115
|
data: Missing[OrgsOrgActionsRunnersGenerateJitconfigPostBodyType] = UNSET,
|
|
1058
1116
|
**kwargs,
|
|
1059
1117
|
) -> Response[OrgsOrgActionsRunnersGenerateJitconfigPostResponse201]:
|
|
1118
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization"""
|
|
1119
|
+
|
|
1060
1120
|
from ..models import (
|
|
1061
1121
|
BasicError,
|
|
1062
1122
|
ValidationErrorSimple,
|
|
@@ -1095,6 +1155,8 @@ class ActionsClient:
|
|
|
1095
1155
|
*,
|
|
1096
1156
|
headers: Optional[Dict[str, str]] = None,
|
|
1097
1157
|
) -> Response[AuthenticationToken]:
|
|
1158
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization"""
|
|
1159
|
+
|
|
1098
1160
|
from ..models import AuthenticationToken
|
|
1099
1161
|
|
|
1100
1162
|
url = f"/orgs/{org}/actions/runners/registration-token"
|
|
@@ -1114,6 +1176,8 @@ class ActionsClient:
|
|
|
1114
1176
|
*,
|
|
1115
1177
|
headers: Optional[Dict[str, str]] = None,
|
|
1116
1178
|
) -> Response[AuthenticationToken]:
|
|
1179
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization"""
|
|
1180
|
+
|
|
1117
1181
|
from ..models import AuthenticationToken
|
|
1118
1182
|
|
|
1119
1183
|
url = f"/orgs/{org}/actions/runners/registration-token"
|
|
@@ -1133,6 +1197,8 @@ class ActionsClient:
|
|
|
1133
1197
|
*,
|
|
1134
1198
|
headers: Optional[Dict[str, str]] = None,
|
|
1135
1199
|
) -> Response[AuthenticationToken]:
|
|
1200
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization"""
|
|
1201
|
+
|
|
1136
1202
|
from ..models import AuthenticationToken
|
|
1137
1203
|
|
|
1138
1204
|
url = f"/orgs/{org}/actions/runners/remove-token"
|
|
@@ -1152,6 +1218,8 @@ class ActionsClient:
|
|
|
1152
1218
|
*,
|
|
1153
1219
|
headers: Optional[Dict[str, str]] = None,
|
|
1154
1220
|
) -> Response[AuthenticationToken]:
|
|
1221
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization"""
|
|
1222
|
+
|
|
1155
1223
|
from ..models import AuthenticationToken
|
|
1156
1224
|
|
|
1157
1225
|
url = f"/orgs/{org}/actions/runners/remove-token"
|
|
@@ -1172,6 +1240,8 @@ class ActionsClient:
|
|
|
1172
1240
|
*,
|
|
1173
1241
|
headers: Optional[Dict[str, str]] = None,
|
|
1174
1242
|
) -> Response[Runner]:
|
|
1243
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization"""
|
|
1244
|
+
|
|
1175
1245
|
from ..models import Runner
|
|
1176
1246
|
|
|
1177
1247
|
url = f"/orgs/{org}/actions/runners/{runner_id}"
|
|
@@ -1192,6 +1262,8 @@ class ActionsClient:
|
|
|
1192
1262
|
*,
|
|
1193
1263
|
headers: Optional[Dict[str, str]] = None,
|
|
1194
1264
|
) -> Response[Runner]:
|
|
1265
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization"""
|
|
1266
|
+
|
|
1195
1267
|
from ..models import Runner
|
|
1196
1268
|
|
|
1197
1269
|
url = f"/orgs/{org}/actions/runners/{runner_id}"
|
|
@@ -1212,6 +1284,8 @@ class ActionsClient:
|
|
|
1212
1284
|
*,
|
|
1213
1285
|
headers: Optional[Dict[str, str]] = None,
|
|
1214
1286
|
) -> Response:
|
|
1287
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization"""
|
|
1288
|
+
|
|
1215
1289
|
url = f"/orgs/{org}/actions/runners/{runner_id}"
|
|
1216
1290
|
|
|
1217
1291
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -1229,6 +1303,8 @@ class ActionsClient:
|
|
|
1229
1303
|
*,
|
|
1230
1304
|
headers: Optional[Dict[str, str]] = None,
|
|
1231
1305
|
) -> Response:
|
|
1306
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization"""
|
|
1307
|
+
|
|
1232
1308
|
url = f"/orgs/{org}/actions/runners/{runner_id}"
|
|
1233
1309
|
|
|
1234
1310
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -1246,6 +1322,8 @@ class ActionsClient:
|
|
|
1246
1322
|
*,
|
|
1247
1323
|
headers: Optional[Dict[str, str]] = None,
|
|
1248
1324
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1325
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization"""
|
|
1326
|
+
|
|
1249
1327
|
from ..models import (
|
|
1250
1328
|
BasicError,
|
|
1251
1329
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -1272,6 +1350,8 @@ class ActionsClient:
|
|
|
1272
1350
|
*,
|
|
1273
1351
|
headers: Optional[Dict[str, str]] = None,
|
|
1274
1352
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1353
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization"""
|
|
1354
|
+
|
|
1275
1355
|
from ..models import (
|
|
1276
1356
|
BasicError,
|
|
1277
1357
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -1323,6 +1403,8 @@ class ActionsClient:
|
|
|
1323
1403
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
1324
1404
|
**kwargs,
|
|
1325
1405
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1406
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization"""
|
|
1407
|
+
|
|
1326
1408
|
from ..models import (
|
|
1327
1409
|
BasicError,
|
|
1328
1410
|
ValidationErrorSimple,
|
|
@@ -1385,6 +1467,8 @@ class ActionsClient:
|
|
|
1385
1467
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
1386
1468
|
**kwargs,
|
|
1387
1469
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1470
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization"""
|
|
1471
|
+
|
|
1388
1472
|
from ..models import (
|
|
1389
1473
|
BasicError,
|
|
1390
1474
|
ValidationErrorSimple,
|
|
@@ -1447,6 +1531,8 @@ class ActionsClient:
|
|
|
1447
1531
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
1448
1532
|
**kwargs,
|
|
1449
1533
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1534
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization"""
|
|
1535
|
+
|
|
1450
1536
|
from ..models import (
|
|
1451
1537
|
BasicError,
|
|
1452
1538
|
ValidationErrorSimple,
|
|
@@ -1509,6 +1595,8 @@ class ActionsClient:
|
|
|
1509
1595
|
data: Missing[OrgsOrgActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
1510
1596
|
**kwargs,
|
|
1511
1597
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1598
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization"""
|
|
1599
|
+
|
|
1512
1600
|
from ..models import (
|
|
1513
1601
|
BasicError,
|
|
1514
1602
|
ValidationErrorSimple,
|
|
@@ -1546,6 +1634,8 @@ class ActionsClient:
|
|
|
1546
1634
|
*,
|
|
1547
1635
|
headers: Optional[Dict[str, str]] = None,
|
|
1548
1636
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200]:
|
|
1637
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization"""
|
|
1638
|
+
|
|
1549
1639
|
from ..models import (
|
|
1550
1640
|
BasicError,
|
|
1551
1641
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
@@ -1572,6 +1662,8 @@ class ActionsClient:
|
|
|
1572
1662
|
*,
|
|
1573
1663
|
headers: Optional[Dict[str, str]] = None,
|
|
1574
1664
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200]:
|
|
1665
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization"""
|
|
1666
|
+
|
|
1575
1667
|
from ..models import (
|
|
1576
1668
|
BasicError,
|
|
1577
1669
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
@@ -1599,6 +1691,8 @@ class ActionsClient:
|
|
|
1599
1691
|
*,
|
|
1600
1692
|
headers: Optional[Dict[str, str]] = None,
|
|
1601
1693
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1694
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization"""
|
|
1695
|
+
|
|
1602
1696
|
from ..models import (
|
|
1603
1697
|
BasicError,
|
|
1604
1698
|
ValidationErrorSimple,
|
|
@@ -1628,6 +1722,8 @@ class ActionsClient:
|
|
|
1628
1722
|
*,
|
|
1629
1723
|
headers: Optional[Dict[str, str]] = None,
|
|
1630
1724
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
1725
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization"""
|
|
1726
|
+
|
|
1631
1727
|
from ..models import (
|
|
1632
1728
|
BasicError,
|
|
1633
1729
|
ValidationErrorSimple,
|
|
@@ -1657,6 +1753,8 @@ class ActionsClient:
|
|
|
1657
1753
|
*,
|
|
1658
1754
|
headers: Optional[Dict[str, str]] = None,
|
|
1659
1755
|
) -> Response[OrgsOrgActionsSecretsGetResponse200]:
|
|
1756
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-organization-secrets"""
|
|
1757
|
+
|
|
1660
1758
|
from ..models import OrgsOrgActionsSecretsGetResponse200
|
|
1661
1759
|
|
|
1662
1760
|
url = f"/orgs/{org}/actions/secrets"
|
|
@@ -1684,6 +1782,8 @@ class ActionsClient:
|
|
|
1684
1782
|
*,
|
|
1685
1783
|
headers: Optional[Dict[str, str]] = None,
|
|
1686
1784
|
) -> Response[OrgsOrgActionsSecretsGetResponse200]:
|
|
1785
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-organization-secrets"""
|
|
1786
|
+
|
|
1687
1787
|
from ..models import OrgsOrgActionsSecretsGetResponse200
|
|
1688
1788
|
|
|
1689
1789
|
url = f"/orgs/{org}/actions/secrets"
|
|
@@ -1709,6 +1809,8 @@ class ActionsClient:
|
|
|
1709
1809
|
*,
|
|
1710
1810
|
headers: Optional[Dict[str, str]] = None,
|
|
1711
1811
|
) -> Response[ActionsPublicKey]:
|
|
1812
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key"""
|
|
1813
|
+
|
|
1712
1814
|
from ..models import ActionsPublicKey
|
|
1713
1815
|
|
|
1714
1816
|
url = f"/orgs/{org}/actions/secrets/public-key"
|
|
@@ -1728,6 +1830,8 @@ class ActionsClient:
|
|
|
1728
1830
|
*,
|
|
1729
1831
|
headers: Optional[Dict[str, str]] = None,
|
|
1730
1832
|
) -> Response[ActionsPublicKey]:
|
|
1833
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key"""
|
|
1834
|
+
|
|
1731
1835
|
from ..models import ActionsPublicKey
|
|
1732
1836
|
|
|
1733
1837
|
url = f"/orgs/{org}/actions/secrets/public-key"
|
|
@@ -1748,6 +1852,8 @@ class ActionsClient:
|
|
|
1748
1852
|
*,
|
|
1749
1853
|
headers: Optional[Dict[str, str]] = None,
|
|
1750
1854
|
) -> Response[OrganizationActionsSecret]:
|
|
1855
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-secret"""
|
|
1856
|
+
|
|
1751
1857
|
from ..models import OrganizationActionsSecret
|
|
1752
1858
|
|
|
1753
1859
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
@@ -1768,6 +1874,8 @@ class ActionsClient:
|
|
|
1768
1874
|
*,
|
|
1769
1875
|
headers: Optional[Dict[str, str]] = None,
|
|
1770
1876
|
) -> Response[OrganizationActionsSecret]:
|
|
1877
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-organization-secret"""
|
|
1878
|
+
|
|
1771
1879
|
from ..models import OrganizationActionsSecret
|
|
1772
1880
|
|
|
1773
1881
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
@@ -1816,6 +1924,8 @@ class ActionsClient:
|
|
|
1816
1924
|
data: Missing[OrgsOrgActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
1817
1925
|
**kwargs,
|
|
1818
1926
|
) -> Response[EmptyObject]:
|
|
1927
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret"""
|
|
1928
|
+
|
|
1819
1929
|
from ..models import EmptyObject, OrgsOrgActionsSecretsSecretNamePutBody
|
|
1820
1930
|
|
|
1821
1931
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
@@ -1872,6 +1982,8 @@ class ActionsClient:
|
|
|
1872
1982
|
data: Missing[OrgsOrgActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
1873
1983
|
**kwargs,
|
|
1874
1984
|
) -> Response[EmptyObject]:
|
|
1985
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret"""
|
|
1986
|
+
|
|
1875
1987
|
from ..models import EmptyObject, OrgsOrgActionsSecretsSecretNamePutBody
|
|
1876
1988
|
|
|
1877
1989
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
@@ -1900,6 +2012,8 @@ class ActionsClient:
|
|
|
1900
2012
|
*,
|
|
1901
2013
|
headers: Optional[Dict[str, str]] = None,
|
|
1902
2014
|
) -> Response:
|
|
2015
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret"""
|
|
2016
|
+
|
|
1903
2017
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
1904
2018
|
|
|
1905
2019
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -1917,6 +2031,8 @@ class ActionsClient:
|
|
|
1917
2031
|
*,
|
|
1918
2032
|
headers: Optional[Dict[str, str]] = None,
|
|
1919
2033
|
) -> Response:
|
|
2034
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret"""
|
|
2035
|
+
|
|
1920
2036
|
url = f"/orgs/{org}/actions/secrets/{secret_name}"
|
|
1921
2037
|
|
|
1922
2038
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -1936,6 +2052,8 @@ class ActionsClient:
|
|
|
1936
2052
|
*,
|
|
1937
2053
|
headers: Optional[Dict[str, str]] = None,
|
|
1938
2054
|
) -> Response[OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200]:
|
|
2055
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret"""
|
|
2056
|
+
|
|
1939
2057
|
from ..models import OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200
|
|
1940
2058
|
|
|
1941
2059
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories"
|
|
@@ -1964,6 +2082,8 @@ class ActionsClient:
|
|
|
1964
2082
|
*,
|
|
1965
2083
|
headers: Optional[Dict[str, str]] = None,
|
|
1966
2084
|
) -> Response[OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200]:
|
|
2085
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret"""
|
|
2086
|
+
|
|
1967
2087
|
from ..models import OrgsOrgActionsSecretsSecretNameRepositoriesGetResponse200
|
|
1968
2088
|
|
|
1969
2089
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories"
|
|
@@ -2015,6 +2135,8 @@ class ActionsClient:
|
|
|
2015
2135
|
data: Missing[OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
2016
2136
|
**kwargs,
|
|
2017
2137
|
) -> Response:
|
|
2138
|
+
"""See also: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret"""
|
|
2139
|
+
|
|
2018
2140
|
from ..models import OrgsOrgActionsSecretsSecretNameRepositoriesPutBody
|
|
2019
2141
|
|
|
2020
2142
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories"
|
|
@@ -2069,6 +2191,8 @@ class ActionsClient:
|
|
|
2069
2191
|
data: Missing[OrgsOrgActionsSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
2070
2192
|
**kwargs,
|
|
2071
2193
|
) -> Response:
|
|
2194
|
+
"""See also: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret"""
|
|
2195
|
+
|
|
2072
2196
|
from ..models import OrgsOrgActionsSecretsSecretNameRepositoriesPutBody
|
|
2073
2197
|
|
|
2074
2198
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories"
|
|
@@ -2099,6 +2223,8 @@ class ActionsClient:
|
|
|
2099
2223
|
*,
|
|
2100
2224
|
headers: Optional[Dict[str, str]] = None,
|
|
2101
2225
|
) -> Response:
|
|
2226
|
+
"""See also: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret"""
|
|
2227
|
+
|
|
2102
2228
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
|
|
2103
2229
|
|
|
2104
2230
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2118,6 +2244,8 @@ class ActionsClient:
|
|
|
2118
2244
|
*,
|
|
2119
2245
|
headers: Optional[Dict[str, str]] = None,
|
|
2120
2246
|
) -> Response:
|
|
2247
|
+
"""See also: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret"""
|
|
2248
|
+
|
|
2121
2249
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
|
|
2122
2250
|
|
|
2123
2251
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2137,6 +2265,8 @@ class ActionsClient:
|
|
|
2137
2265
|
*,
|
|
2138
2266
|
headers: Optional[Dict[str, str]] = None,
|
|
2139
2267
|
) -> Response:
|
|
2268
|
+
"""See also: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret"""
|
|
2269
|
+
|
|
2140
2270
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
|
|
2141
2271
|
|
|
2142
2272
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2156,6 +2286,8 @@ class ActionsClient:
|
|
|
2156
2286
|
*,
|
|
2157
2287
|
headers: Optional[Dict[str, str]] = None,
|
|
2158
2288
|
) -> Response:
|
|
2289
|
+
"""See also: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret"""
|
|
2290
|
+
|
|
2159
2291
|
url = f"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
|
|
2160
2292
|
|
|
2161
2293
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2175,6 +2307,8 @@ class ActionsClient:
|
|
|
2175
2307
|
*,
|
|
2176
2308
|
headers: Optional[Dict[str, str]] = None,
|
|
2177
2309
|
) -> Response[OrgsOrgActionsVariablesGetResponse200]:
|
|
2310
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-organization-variables"""
|
|
2311
|
+
|
|
2178
2312
|
from ..models import OrgsOrgActionsVariablesGetResponse200
|
|
2179
2313
|
|
|
2180
2314
|
url = f"/orgs/{org}/actions/variables"
|
|
@@ -2202,6 +2336,8 @@ class ActionsClient:
|
|
|
2202
2336
|
*,
|
|
2203
2337
|
headers: Optional[Dict[str, str]] = None,
|
|
2204
2338
|
) -> Response[OrgsOrgActionsVariablesGetResponse200]:
|
|
2339
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-organization-variables"""
|
|
2340
|
+
|
|
2205
2341
|
from ..models import OrgsOrgActionsVariablesGetResponse200
|
|
2206
2342
|
|
|
2207
2343
|
url = f"/orgs/{org}/actions/variables"
|
|
@@ -2253,6 +2389,8 @@ class ActionsClient:
|
|
|
2253
2389
|
data: Missing[OrgsOrgActionsVariablesPostBodyType] = UNSET,
|
|
2254
2390
|
**kwargs,
|
|
2255
2391
|
) -> Response[EmptyObject]:
|
|
2392
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-an-organization-variable"""
|
|
2393
|
+
|
|
2256
2394
|
from ..models import EmptyObject, OrgsOrgActionsVariablesPostBody
|
|
2257
2395
|
|
|
2258
2396
|
url = f"/orgs/{org}/actions/variables"
|
|
@@ -2306,6 +2444,8 @@ class ActionsClient:
|
|
|
2306
2444
|
data: Missing[OrgsOrgActionsVariablesPostBodyType] = UNSET,
|
|
2307
2445
|
**kwargs,
|
|
2308
2446
|
) -> Response[EmptyObject]:
|
|
2447
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-an-organization-variable"""
|
|
2448
|
+
|
|
2309
2449
|
from ..models import EmptyObject, OrgsOrgActionsVariablesPostBody
|
|
2310
2450
|
|
|
2311
2451
|
url = f"/orgs/{org}/actions/variables"
|
|
@@ -2334,6 +2474,8 @@ class ActionsClient:
|
|
|
2334
2474
|
*,
|
|
2335
2475
|
headers: Optional[Dict[str, str]] = None,
|
|
2336
2476
|
) -> Response[OrganizationActionsVariable]:
|
|
2477
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-an-organization-variable"""
|
|
2478
|
+
|
|
2337
2479
|
from ..models import OrganizationActionsVariable
|
|
2338
2480
|
|
|
2339
2481
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
@@ -2354,6 +2496,8 @@ class ActionsClient:
|
|
|
2354
2496
|
*,
|
|
2355
2497
|
headers: Optional[Dict[str, str]] = None,
|
|
2356
2498
|
) -> Response[OrganizationActionsVariable]:
|
|
2499
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-an-organization-variable"""
|
|
2500
|
+
|
|
2357
2501
|
from ..models import OrganizationActionsVariable
|
|
2358
2502
|
|
|
2359
2503
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
@@ -2374,6 +2518,8 @@ class ActionsClient:
|
|
|
2374
2518
|
*,
|
|
2375
2519
|
headers: Optional[Dict[str, str]] = None,
|
|
2376
2520
|
) -> Response:
|
|
2521
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-an-organization-variable"""
|
|
2522
|
+
|
|
2377
2523
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
2378
2524
|
|
|
2379
2525
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2391,6 +2537,8 @@ class ActionsClient:
|
|
|
2391
2537
|
*,
|
|
2392
2538
|
headers: Optional[Dict[str, str]] = None,
|
|
2393
2539
|
) -> Response:
|
|
2540
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-an-organization-variable"""
|
|
2541
|
+
|
|
2394
2542
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
2395
2543
|
|
|
2396
2544
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2435,6 +2583,8 @@ class ActionsClient:
|
|
|
2435
2583
|
data: Missing[OrgsOrgActionsVariablesNamePatchBodyType] = UNSET,
|
|
2436
2584
|
**kwargs,
|
|
2437
2585
|
) -> Response:
|
|
2586
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-an-organization-variable"""
|
|
2587
|
+
|
|
2438
2588
|
from ..models import OrgsOrgActionsVariablesNamePatchBody
|
|
2439
2589
|
|
|
2440
2590
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
@@ -2489,6 +2639,8 @@ class ActionsClient:
|
|
|
2489
2639
|
data: Missing[OrgsOrgActionsVariablesNamePatchBodyType] = UNSET,
|
|
2490
2640
|
**kwargs,
|
|
2491
2641
|
) -> Response:
|
|
2642
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-an-organization-variable"""
|
|
2643
|
+
|
|
2492
2644
|
from ..models import OrgsOrgActionsVariablesNamePatchBody
|
|
2493
2645
|
|
|
2494
2646
|
url = f"/orgs/{org}/actions/variables/{name}"
|
|
@@ -2518,6 +2670,8 @@ class ActionsClient:
|
|
|
2518
2670
|
*,
|
|
2519
2671
|
headers: Optional[Dict[str, str]] = None,
|
|
2520
2672
|
) -> Response[OrgsOrgActionsVariablesNameRepositoriesGetResponse200]:
|
|
2673
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable"""
|
|
2674
|
+
|
|
2521
2675
|
from ..models import OrgsOrgActionsVariablesNameRepositoriesGetResponse200
|
|
2522
2676
|
|
|
2523
2677
|
url = f"/orgs/{org}/actions/variables/{name}/repositories"
|
|
@@ -2547,6 +2701,8 @@ class ActionsClient:
|
|
|
2547
2701
|
*,
|
|
2548
2702
|
headers: Optional[Dict[str, str]] = None,
|
|
2549
2703
|
) -> Response[OrgsOrgActionsVariablesNameRepositoriesGetResponse200]:
|
|
2704
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable"""
|
|
2705
|
+
|
|
2550
2706
|
from ..models import OrgsOrgActionsVariablesNameRepositoriesGetResponse200
|
|
2551
2707
|
|
|
2552
2708
|
url = f"/orgs/{org}/actions/variables/{name}/repositories"
|
|
@@ -2599,6 +2755,8 @@ class ActionsClient:
|
|
|
2599
2755
|
data: Missing[OrgsOrgActionsVariablesNameRepositoriesPutBodyType] = UNSET,
|
|
2600
2756
|
**kwargs,
|
|
2601
2757
|
) -> Response:
|
|
2758
|
+
"""See also: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable"""
|
|
2759
|
+
|
|
2602
2760
|
from ..models import OrgsOrgActionsVariablesNameRepositoriesPutBody
|
|
2603
2761
|
|
|
2604
2762
|
url = f"/orgs/{org}/actions/variables/{name}/repositories"
|
|
@@ -2654,6 +2812,8 @@ class ActionsClient:
|
|
|
2654
2812
|
data: Missing[OrgsOrgActionsVariablesNameRepositoriesPutBodyType] = UNSET,
|
|
2655
2813
|
**kwargs,
|
|
2656
2814
|
) -> Response:
|
|
2815
|
+
"""See also: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable"""
|
|
2816
|
+
|
|
2657
2817
|
from ..models import OrgsOrgActionsVariablesNameRepositoriesPutBody
|
|
2658
2818
|
|
|
2659
2819
|
url = f"/orgs/{org}/actions/variables/{name}/repositories"
|
|
@@ -2685,6 +2845,8 @@ class ActionsClient:
|
|
|
2685
2845
|
*,
|
|
2686
2846
|
headers: Optional[Dict[str, str]] = None,
|
|
2687
2847
|
) -> Response:
|
|
2848
|
+
"""See also: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable"""
|
|
2849
|
+
|
|
2688
2850
|
url = f"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}"
|
|
2689
2851
|
|
|
2690
2852
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2704,6 +2866,8 @@ class ActionsClient:
|
|
|
2704
2866
|
*,
|
|
2705
2867
|
headers: Optional[Dict[str, str]] = None,
|
|
2706
2868
|
) -> Response:
|
|
2869
|
+
"""See also: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable"""
|
|
2870
|
+
|
|
2707
2871
|
url = f"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}"
|
|
2708
2872
|
|
|
2709
2873
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2723,6 +2887,8 @@ class ActionsClient:
|
|
|
2723
2887
|
*,
|
|
2724
2888
|
headers: Optional[Dict[str, str]] = None,
|
|
2725
2889
|
) -> Response:
|
|
2890
|
+
"""See also: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable"""
|
|
2891
|
+
|
|
2726
2892
|
url = f"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}"
|
|
2727
2893
|
|
|
2728
2894
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2742,6 +2908,8 @@ class ActionsClient:
|
|
|
2742
2908
|
*,
|
|
2743
2909
|
headers: Optional[Dict[str, str]] = None,
|
|
2744
2910
|
) -> Response:
|
|
2911
|
+
"""See also: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable"""
|
|
2912
|
+
|
|
2745
2913
|
url = f"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}"
|
|
2746
2914
|
|
|
2747
2915
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2763,6 +2931,8 @@ class ActionsClient:
|
|
|
2763
2931
|
*,
|
|
2764
2932
|
headers: Optional[Dict[str, str]] = None,
|
|
2765
2933
|
) -> Response[ReposOwnerRepoActionsArtifactsGetResponse200]:
|
|
2934
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository"""
|
|
2935
|
+
|
|
2766
2936
|
from ..models import ReposOwnerRepoActionsArtifactsGetResponse200
|
|
2767
2937
|
|
|
2768
2938
|
url = f"/repos/{owner}/{repo}/actions/artifacts"
|
|
@@ -2793,6 +2963,8 @@ class ActionsClient:
|
|
|
2793
2963
|
*,
|
|
2794
2964
|
headers: Optional[Dict[str, str]] = None,
|
|
2795
2965
|
) -> Response[ReposOwnerRepoActionsArtifactsGetResponse200]:
|
|
2966
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository"""
|
|
2967
|
+
|
|
2796
2968
|
from ..models import ReposOwnerRepoActionsArtifactsGetResponse200
|
|
2797
2969
|
|
|
2798
2970
|
url = f"/repos/{owner}/{repo}/actions/artifacts"
|
|
@@ -2821,6 +2993,8 @@ class ActionsClient:
|
|
|
2821
2993
|
*,
|
|
2822
2994
|
headers: Optional[Dict[str, str]] = None,
|
|
2823
2995
|
) -> Response[Artifact]:
|
|
2996
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#get-an-artifact"""
|
|
2997
|
+
|
|
2824
2998
|
from ..models import Artifact
|
|
2825
2999
|
|
|
2826
3000
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
|
|
@@ -2842,6 +3016,8 @@ class ActionsClient:
|
|
|
2842
3016
|
*,
|
|
2843
3017
|
headers: Optional[Dict[str, str]] = None,
|
|
2844
3018
|
) -> Response[Artifact]:
|
|
3019
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#get-an-artifact"""
|
|
3020
|
+
|
|
2845
3021
|
from ..models import Artifact
|
|
2846
3022
|
|
|
2847
3023
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
|
|
@@ -2863,6 +3039,8 @@ class ActionsClient:
|
|
|
2863
3039
|
*,
|
|
2864
3040
|
headers: Optional[Dict[str, str]] = None,
|
|
2865
3041
|
) -> Response:
|
|
3042
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#delete-an-artifact"""
|
|
3043
|
+
|
|
2866
3044
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
|
|
2867
3045
|
|
|
2868
3046
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2881,6 +3059,8 @@ class ActionsClient:
|
|
|
2881
3059
|
*,
|
|
2882
3060
|
headers: Optional[Dict[str, str]] = None,
|
|
2883
3061
|
) -> Response:
|
|
3062
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#delete-an-artifact"""
|
|
3063
|
+
|
|
2884
3064
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
|
|
2885
3065
|
|
|
2886
3066
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -2900,6 +3080,8 @@ class ActionsClient:
|
|
|
2900
3080
|
*,
|
|
2901
3081
|
headers: Optional[Dict[str, str]] = None,
|
|
2902
3082
|
) -> Response:
|
|
3083
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#download-an-artifact"""
|
|
3084
|
+
|
|
2903
3085
|
from ..models import BasicError
|
|
2904
3086
|
|
|
2905
3087
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
|
|
@@ -2924,6 +3106,8 @@ class ActionsClient:
|
|
|
2924
3106
|
*,
|
|
2925
3107
|
headers: Optional[Dict[str, str]] = None,
|
|
2926
3108
|
) -> Response:
|
|
3109
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#download-an-artifact"""
|
|
3110
|
+
|
|
2927
3111
|
from ..models import BasicError
|
|
2928
3112
|
|
|
2929
3113
|
url = f"/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
|
|
@@ -2946,6 +3130,8 @@ class ActionsClient:
|
|
|
2946
3130
|
*,
|
|
2947
3131
|
headers: Optional[Dict[str, str]] = None,
|
|
2948
3132
|
) -> Response[ActionsCacheUsageByRepository]:
|
|
3133
|
+
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository"""
|
|
3134
|
+
|
|
2949
3135
|
from ..models import ActionsCacheUsageByRepository
|
|
2950
3136
|
|
|
2951
3137
|
url = f"/repos/{owner}/{repo}/actions/cache/usage"
|
|
@@ -2966,6 +3152,8 @@ class ActionsClient:
|
|
|
2966
3152
|
*,
|
|
2967
3153
|
headers: Optional[Dict[str, str]] = None,
|
|
2968
3154
|
) -> Response[ActionsCacheUsageByRepository]:
|
|
3155
|
+
"""See also: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository"""
|
|
3156
|
+
|
|
2969
3157
|
from ..models import ActionsCacheUsageByRepository
|
|
2970
3158
|
|
|
2971
3159
|
url = f"/repos/{owner}/{repo}/actions/cache/usage"
|
|
@@ -2994,6 +3182,8 @@ class ActionsClient:
|
|
|
2994
3182
|
*,
|
|
2995
3183
|
headers: Optional[Dict[str, str]] = None,
|
|
2996
3184
|
) -> Response[ActionsCacheList]:
|
|
3185
|
+
"""See also: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"""
|
|
3186
|
+
|
|
2997
3187
|
from ..models import ActionsCacheList
|
|
2998
3188
|
|
|
2999
3189
|
url = f"/repos/{owner}/{repo}/actions/caches"
|
|
@@ -3032,6 +3222,8 @@ class ActionsClient:
|
|
|
3032
3222
|
*,
|
|
3033
3223
|
headers: Optional[Dict[str, str]] = None,
|
|
3034
3224
|
) -> Response[ActionsCacheList]:
|
|
3225
|
+
"""See also: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"""
|
|
3226
|
+
|
|
3035
3227
|
from ..models import ActionsCacheList
|
|
3036
3228
|
|
|
3037
3229
|
url = f"/repos/{owner}/{repo}/actions/caches"
|
|
@@ -3064,6 +3256,8 @@ class ActionsClient:
|
|
|
3064
3256
|
*,
|
|
3065
3257
|
headers: Optional[Dict[str, str]] = None,
|
|
3066
3258
|
) -> Response[ActionsCacheList]:
|
|
3259
|
+
"""See also: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"""
|
|
3260
|
+
|
|
3067
3261
|
from ..models import ActionsCacheList
|
|
3068
3262
|
|
|
3069
3263
|
url = f"/repos/{owner}/{repo}/actions/caches"
|
|
@@ -3092,6 +3286,8 @@ class ActionsClient:
|
|
|
3092
3286
|
*,
|
|
3093
3287
|
headers: Optional[Dict[str, str]] = None,
|
|
3094
3288
|
) -> Response[ActionsCacheList]:
|
|
3289
|
+
"""See also: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"""
|
|
3290
|
+
|
|
3095
3291
|
from ..models import ActionsCacheList
|
|
3096
3292
|
|
|
3097
3293
|
url = f"/repos/{owner}/{repo}/actions/caches"
|
|
@@ -3119,6 +3315,8 @@ class ActionsClient:
|
|
|
3119
3315
|
*,
|
|
3120
3316
|
headers: Optional[Dict[str, str]] = None,
|
|
3121
3317
|
) -> Response:
|
|
3318
|
+
"""See also: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"""
|
|
3319
|
+
|
|
3122
3320
|
url = f"/repos/{owner}/{repo}/actions/caches/{cache_id}"
|
|
3123
3321
|
|
|
3124
3322
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -3137,6 +3335,8 @@ class ActionsClient:
|
|
|
3137
3335
|
*,
|
|
3138
3336
|
headers: Optional[Dict[str, str]] = None,
|
|
3139
3337
|
) -> Response:
|
|
3338
|
+
"""See also: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"""
|
|
3339
|
+
|
|
3140
3340
|
url = f"/repos/{owner}/{repo}/actions/caches/{cache_id}"
|
|
3141
3341
|
|
|
3142
3342
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -3155,6 +3355,8 @@ class ActionsClient:
|
|
|
3155
3355
|
*,
|
|
3156
3356
|
headers: Optional[Dict[str, str]] = None,
|
|
3157
3357
|
) -> Response[Job]:
|
|
3358
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run"""
|
|
3359
|
+
|
|
3158
3360
|
from ..models import Job
|
|
3159
3361
|
|
|
3160
3362
|
url = f"/repos/{owner}/{repo}/actions/jobs/{job_id}"
|
|
@@ -3176,6 +3378,8 @@ class ActionsClient:
|
|
|
3176
3378
|
*,
|
|
3177
3379
|
headers: Optional[Dict[str, str]] = None,
|
|
3178
3380
|
) -> Response[Job]:
|
|
3381
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run"""
|
|
3382
|
+
|
|
3179
3383
|
from ..models import Job
|
|
3180
3384
|
|
|
3181
3385
|
url = f"/repos/{owner}/{repo}/actions/jobs/{job_id}"
|
|
@@ -3197,6 +3401,8 @@ class ActionsClient:
|
|
|
3197
3401
|
*,
|
|
3198
3402
|
headers: Optional[Dict[str, str]] = None,
|
|
3199
3403
|
) -> Response:
|
|
3404
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run"""
|
|
3405
|
+
|
|
3200
3406
|
url = f"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
|
|
3201
3407
|
|
|
3202
3408
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -3215,6 +3421,8 @@ class ActionsClient:
|
|
|
3215
3421
|
*,
|
|
3216
3422
|
headers: Optional[Dict[str, str]] = None,
|
|
3217
3423
|
) -> Response:
|
|
3424
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run"""
|
|
3425
|
+
|
|
3218
3426
|
url = f"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
|
|
3219
3427
|
|
|
3220
3428
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -3264,6 +3472,8 @@ class ActionsClient:
|
|
|
3264
3472
|
] = UNSET,
|
|
3265
3473
|
**kwargs,
|
|
3266
3474
|
) -> Response[EmptyObject]:
|
|
3475
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run"""
|
|
3476
|
+
|
|
3267
3477
|
from typing import Union
|
|
3268
3478
|
|
|
3269
3479
|
from ..models import (
|
|
@@ -3335,6 +3545,8 @@ class ActionsClient:
|
|
|
3335
3545
|
] = UNSET,
|
|
3336
3546
|
**kwargs,
|
|
3337
3547
|
) -> Response[EmptyObject]:
|
|
3548
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run"""
|
|
3549
|
+
|
|
3338
3550
|
from typing import Union
|
|
3339
3551
|
|
|
3340
3552
|
from ..models import (
|
|
@@ -3374,6 +3586,8 @@ class ActionsClient:
|
|
|
3374
3586
|
*,
|
|
3375
3587
|
headers: Optional[Dict[str, str]] = None,
|
|
3376
3588
|
) -> Response[OidcCustomSubRepo]:
|
|
3589
|
+
"""See also: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
3590
|
+
|
|
3377
3591
|
from ..models import BasicError, OidcCustomSubRepo
|
|
3378
3592
|
|
|
3379
3593
|
url = f"/repos/{owner}/{repo}/actions/oidc/customization/sub"
|
|
@@ -3398,6 +3612,8 @@ class ActionsClient:
|
|
|
3398
3612
|
*,
|
|
3399
3613
|
headers: Optional[Dict[str, str]] = None,
|
|
3400
3614
|
) -> Response[OidcCustomSubRepo]:
|
|
3615
|
+
"""See also: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
3616
|
+
|
|
3401
3617
|
from ..models import BasicError, OidcCustomSubRepo
|
|
3402
3618
|
|
|
3403
3619
|
url = f"/repos/{owner}/{repo}/actions/oidc/customization/sub"
|
|
@@ -3448,6 +3664,8 @@ class ActionsClient:
|
|
|
3448
3664
|
data: Missing[ReposOwnerRepoActionsOidcCustomizationSubPutBodyType] = UNSET,
|
|
3449
3665
|
**kwargs,
|
|
3450
3666
|
) -> Response[EmptyObject]:
|
|
3667
|
+
"""See also: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
3668
|
+
|
|
3451
3669
|
from ..models import (
|
|
3452
3670
|
BasicError,
|
|
3453
3671
|
EmptyObject,
|
|
@@ -3514,6 +3732,8 @@ class ActionsClient:
|
|
|
3514
3732
|
data: Missing[ReposOwnerRepoActionsOidcCustomizationSubPutBodyType] = UNSET,
|
|
3515
3733
|
**kwargs,
|
|
3516
3734
|
) -> Response[EmptyObject]:
|
|
3735
|
+
"""See also: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository"""
|
|
3736
|
+
|
|
3517
3737
|
from ..models import (
|
|
3518
3738
|
BasicError,
|
|
3519
3739
|
EmptyObject,
|
|
@@ -3556,6 +3776,8 @@ class ActionsClient:
|
|
|
3556
3776
|
*,
|
|
3557
3777
|
headers: Optional[Dict[str, str]] = None,
|
|
3558
3778
|
) -> Response[ReposOwnerRepoActionsOrganizationSecretsGetResponse200]:
|
|
3779
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets"""
|
|
3780
|
+
|
|
3559
3781
|
from ..models import ReposOwnerRepoActionsOrganizationSecretsGetResponse200
|
|
3560
3782
|
|
|
3561
3783
|
url = f"/repos/{owner}/{repo}/actions/organization-secrets"
|
|
@@ -3584,6 +3806,8 @@ class ActionsClient:
|
|
|
3584
3806
|
*,
|
|
3585
3807
|
headers: Optional[Dict[str, str]] = None,
|
|
3586
3808
|
) -> Response[ReposOwnerRepoActionsOrganizationSecretsGetResponse200]:
|
|
3809
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets"""
|
|
3810
|
+
|
|
3587
3811
|
from ..models import ReposOwnerRepoActionsOrganizationSecretsGetResponse200
|
|
3588
3812
|
|
|
3589
3813
|
url = f"/repos/{owner}/{repo}/actions/organization-secrets"
|
|
@@ -3612,6 +3836,8 @@ class ActionsClient:
|
|
|
3612
3836
|
*,
|
|
3613
3837
|
headers: Optional[Dict[str, str]] = None,
|
|
3614
3838
|
) -> Response[ReposOwnerRepoActionsOrganizationVariablesGetResponse200]:
|
|
3839
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-repository-organization-variables"""
|
|
3840
|
+
|
|
3615
3841
|
from ..models import ReposOwnerRepoActionsOrganizationVariablesGetResponse200
|
|
3616
3842
|
|
|
3617
3843
|
url = f"/repos/{owner}/{repo}/actions/organization-variables"
|
|
@@ -3640,6 +3866,8 @@ class ActionsClient:
|
|
|
3640
3866
|
*,
|
|
3641
3867
|
headers: Optional[Dict[str, str]] = None,
|
|
3642
3868
|
) -> Response[ReposOwnerRepoActionsOrganizationVariablesGetResponse200]:
|
|
3869
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-repository-organization-variables"""
|
|
3870
|
+
|
|
3643
3871
|
from ..models import ReposOwnerRepoActionsOrganizationVariablesGetResponse200
|
|
3644
3872
|
|
|
3645
3873
|
url = f"/repos/{owner}/{repo}/actions/organization-variables"
|
|
@@ -3666,6 +3894,8 @@ class ActionsClient:
|
|
|
3666
3894
|
*,
|
|
3667
3895
|
headers: Optional[Dict[str, str]] = None,
|
|
3668
3896
|
) -> Response[ActionsRepositoryPermissions]:
|
|
3897
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository"""
|
|
3898
|
+
|
|
3669
3899
|
from ..models import ActionsRepositoryPermissions
|
|
3670
3900
|
|
|
3671
3901
|
url = f"/repos/{owner}/{repo}/actions/permissions"
|
|
@@ -3686,6 +3916,8 @@ class ActionsClient:
|
|
|
3686
3916
|
*,
|
|
3687
3917
|
headers: Optional[Dict[str, str]] = None,
|
|
3688
3918
|
) -> Response[ActionsRepositoryPermissions]:
|
|
3919
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository"""
|
|
3920
|
+
|
|
3689
3921
|
from ..models import ActionsRepositoryPermissions
|
|
3690
3922
|
|
|
3691
3923
|
url = f"/repos/{owner}/{repo}/actions/permissions"
|
|
@@ -3732,6 +3964,8 @@ class ActionsClient:
|
|
|
3732
3964
|
data: Missing[ReposOwnerRepoActionsPermissionsPutBodyType] = UNSET,
|
|
3733
3965
|
**kwargs,
|
|
3734
3966
|
) -> Response:
|
|
3967
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository"""
|
|
3968
|
+
|
|
3735
3969
|
from ..models import ReposOwnerRepoActionsPermissionsPutBody
|
|
3736
3970
|
|
|
3737
3971
|
url = f"/repos/{owner}/{repo}/actions/permissions"
|
|
@@ -3785,6 +4019,8 @@ class ActionsClient:
|
|
|
3785
4019
|
data: Missing[ReposOwnerRepoActionsPermissionsPutBodyType] = UNSET,
|
|
3786
4020
|
**kwargs,
|
|
3787
4021
|
) -> Response:
|
|
4022
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository"""
|
|
4023
|
+
|
|
3788
4024
|
from ..models import ReposOwnerRepoActionsPermissionsPutBody
|
|
3789
4025
|
|
|
3790
4026
|
url = f"/repos/{owner}/{repo}/actions/permissions"
|
|
@@ -3812,6 +4048,8 @@ class ActionsClient:
|
|
|
3812
4048
|
*,
|
|
3813
4049
|
headers: Optional[Dict[str, str]] = None,
|
|
3814
4050
|
) -> Response[ActionsWorkflowAccessToRepository]:
|
|
4051
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository"""
|
|
4052
|
+
|
|
3815
4053
|
from ..models import ActionsWorkflowAccessToRepository
|
|
3816
4054
|
|
|
3817
4055
|
url = f"/repos/{owner}/{repo}/actions/permissions/access"
|
|
@@ -3832,6 +4070,8 @@ class ActionsClient:
|
|
|
3832
4070
|
*,
|
|
3833
4071
|
headers: Optional[Dict[str, str]] = None,
|
|
3834
4072
|
) -> Response[ActionsWorkflowAccessToRepository]:
|
|
4073
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository"""
|
|
4074
|
+
|
|
3835
4075
|
from ..models import ActionsWorkflowAccessToRepository
|
|
3836
4076
|
|
|
3837
4077
|
url = f"/repos/{owner}/{repo}/actions/permissions/access"
|
|
@@ -3877,6 +4117,8 @@ class ActionsClient:
|
|
|
3877
4117
|
data: Missing[ActionsWorkflowAccessToRepositoryType] = UNSET,
|
|
3878
4118
|
**kwargs,
|
|
3879
4119
|
) -> Response:
|
|
4120
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository"""
|
|
4121
|
+
|
|
3880
4122
|
from ..models import ActionsWorkflowAccessToRepository
|
|
3881
4123
|
|
|
3882
4124
|
url = f"/repos/{owner}/{repo}/actions/permissions/access"
|
|
@@ -3929,6 +4171,8 @@ class ActionsClient:
|
|
|
3929
4171
|
data: Missing[ActionsWorkflowAccessToRepositoryType] = UNSET,
|
|
3930
4172
|
**kwargs,
|
|
3931
4173
|
) -> Response:
|
|
4174
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository"""
|
|
4175
|
+
|
|
3932
4176
|
from ..models import ActionsWorkflowAccessToRepository
|
|
3933
4177
|
|
|
3934
4178
|
url = f"/repos/{owner}/{repo}/actions/permissions/access"
|
|
@@ -3956,6 +4200,8 @@ class ActionsClient:
|
|
|
3956
4200
|
*,
|
|
3957
4201
|
headers: Optional[Dict[str, str]] = None,
|
|
3958
4202
|
) -> Response[SelectedActions]:
|
|
4203
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
4204
|
+
|
|
3959
4205
|
from ..models import SelectedActions
|
|
3960
4206
|
|
|
3961
4207
|
url = f"/repos/{owner}/{repo}/actions/permissions/selected-actions"
|
|
@@ -3976,6 +4222,8 @@ class ActionsClient:
|
|
|
3976
4222
|
*,
|
|
3977
4223
|
headers: Optional[Dict[str, str]] = None,
|
|
3978
4224
|
) -> Response[SelectedActions]:
|
|
4225
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
4226
|
+
|
|
3979
4227
|
from ..models import SelectedActions
|
|
3980
4228
|
|
|
3981
4229
|
url = f"/repos/{owner}/{repo}/actions/permissions/selected-actions"
|
|
@@ -4023,6 +4271,8 @@ class ActionsClient:
|
|
|
4023
4271
|
data: Missing[SelectedActionsType] = UNSET,
|
|
4024
4272
|
**kwargs,
|
|
4025
4273
|
) -> Response:
|
|
4274
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
4275
|
+
|
|
4026
4276
|
from ..models import SelectedActions
|
|
4027
4277
|
|
|
4028
4278
|
url = f"/repos/{owner}/{repo}/actions/permissions/selected-actions"
|
|
@@ -4077,6 +4327,8 @@ class ActionsClient:
|
|
|
4077
4327
|
data: Missing[SelectedActionsType] = UNSET,
|
|
4078
4328
|
**kwargs,
|
|
4079
4329
|
) -> Response:
|
|
4330
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository"""
|
|
4331
|
+
|
|
4080
4332
|
from ..models import SelectedActions
|
|
4081
4333
|
|
|
4082
4334
|
url = f"/repos/{owner}/{repo}/actions/permissions/selected-actions"
|
|
@@ -4104,6 +4356,8 @@ class ActionsClient:
|
|
|
4104
4356
|
*,
|
|
4105
4357
|
headers: Optional[Dict[str, str]] = None,
|
|
4106
4358
|
) -> Response[ActionsGetDefaultWorkflowPermissions]:
|
|
4359
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository"""
|
|
4360
|
+
|
|
4107
4361
|
from ..models import ActionsGetDefaultWorkflowPermissions
|
|
4108
4362
|
|
|
4109
4363
|
url = f"/repos/{owner}/{repo}/actions/permissions/workflow"
|
|
@@ -4124,6 +4378,8 @@ class ActionsClient:
|
|
|
4124
4378
|
*,
|
|
4125
4379
|
headers: Optional[Dict[str, str]] = None,
|
|
4126
4380
|
) -> Response[ActionsGetDefaultWorkflowPermissions]:
|
|
4381
|
+
"""See also: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository"""
|
|
4382
|
+
|
|
4127
4383
|
from ..models import ActionsGetDefaultWorkflowPermissions
|
|
4128
4384
|
|
|
4129
4385
|
url = f"/repos/{owner}/{repo}/actions/permissions/workflow"
|
|
@@ -4170,6 +4426,8 @@ class ActionsClient:
|
|
|
4170
4426
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
4171
4427
|
**kwargs,
|
|
4172
4428
|
) -> Response:
|
|
4429
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository"""
|
|
4430
|
+
|
|
4173
4431
|
from ..models import ActionsSetDefaultWorkflowPermissions
|
|
4174
4432
|
|
|
4175
4433
|
url = f"/repos/{owner}/{repo}/actions/permissions/workflow"
|
|
@@ -4224,6 +4482,8 @@ class ActionsClient:
|
|
|
4224
4482
|
data: Missing[ActionsSetDefaultWorkflowPermissionsType] = UNSET,
|
|
4225
4483
|
**kwargs,
|
|
4226
4484
|
) -> Response:
|
|
4485
|
+
"""See also: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository"""
|
|
4486
|
+
|
|
4227
4487
|
from ..models import ActionsSetDefaultWorkflowPermissions
|
|
4228
4488
|
|
|
4229
4489
|
url = f"/repos/{owner}/{repo}/actions/permissions/workflow"
|
|
@@ -4255,6 +4515,8 @@ class ActionsClient:
|
|
|
4255
4515
|
*,
|
|
4256
4516
|
headers: Optional[Dict[str, str]] = None,
|
|
4257
4517
|
) -> Response[ReposOwnerRepoActionsRunnersGetResponse200]:
|
|
4518
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-a-repository"""
|
|
4519
|
+
|
|
4258
4520
|
from ..models import ReposOwnerRepoActionsRunnersGetResponse200
|
|
4259
4521
|
|
|
4260
4522
|
url = f"/repos/{owner}/{repo}/actions/runners"
|
|
@@ -4285,6 +4547,8 @@ class ActionsClient:
|
|
|
4285
4547
|
*,
|
|
4286
4548
|
headers: Optional[Dict[str, str]] = None,
|
|
4287
4549
|
) -> Response[ReposOwnerRepoActionsRunnersGetResponse200]:
|
|
4550
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-a-repository"""
|
|
4551
|
+
|
|
4288
4552
|
from ..models import ReposOwnerRepoActionsRunnersGetResponse200
|
|
4289
4553
|
|
|
4290
4554
|
url = f"/repos/{owner}/{repo}/actions/runners"
|
|
@@ -4312,6 +4576,8 @@ class ActionsClient:
|
|
|
4312
4576
|
*,
|
|
4313
4577
|
headers: Optional[Dict[str, str]] = None,
|
|
4314
4578
|
) -> Response[List[RunnerApplication]]:
|
|
4579
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository"""
|
|
4580
|
+
|
|
4315
4581
|
from typing import List
|
|
4316
4582
|
|
|
4317
4583
|
from ..models import RunnerApplication
|
|
@@ -4334,6 +4600,8 @@ class ActionsClient:
|
|
|
4334
4600
|
*,
|
|
4335
4601
|
headers: Optional[Dict[str, str]] = None,
|
|
4336
4602
|
) -> Response[List[RunnerApplication]]:
|
|
4603
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository"""
|
|
4604
|
+
|
|
4337
4605
|
from typing import List
|
|
4338
4606
|
|
|
4339
4607
|
from ..models import RunnerApplication
|
|
@@ -4386,6 +4654,8 @@ class ActionsClient:
|
|
|
4386
4654
|
] = UNSET,
|
|
4387
4655
|
**kwargs,
|
|
4388
4656
|
) -> Response[OrgsOrgActionsRunnersGenerateJitconfigPostResponse201]:
|
|
4657
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository"""
|
|
4658
|
+
|
|
4389
4659
|
from ..models import (
|
|
4390
4660
|
BasicError,
|
|
4391
4661
|
ValidationErrorSimple,
|
|
@@ -4455,6 +4725,8 @@ class ActionsClient:
|
|
|
4455
4725
|
] = UNSET,
|
|
4456
4726
|
**kwargs,
|
|
4457
4727
|
) -> Response[OrgsOrgActionsRunnersGenerateJitconfigPostResponse201]:
|
|
4728
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository"""
|
|
4729
|
+
|
|
4458
4730
|
from ..models import (
|
|
4459
4731
|
BasicError,
|
|
4460
4732
|
ValidationErrorSimple,
|
|
@@ -4494,6 +4766,8 @@ class ActionsClient:
|
|
|
4494
4766
|
*,
|
|
4495
4767
|
headers: Optional[Dict[str, str]] = None,
|
|
4496
4768
|
) -> Response[AuthenticationToken]:
|
|
4769
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository"""
|
|
4770
|
+
|
|
4497
4771
|
from ..models import AuthenticationToken
|
|
4498
4772
|
|
|
4499
4773
|
url = f"/repos/{owner}/{repo}/actions/runners/registration-token"
|
|
@@ -4514,6 +4788,8 @@ class ActionsClient:
|
|
|
4514
4788
|
*,
|
|
4515
4789
|
headers: Optional[Dict[str, str]] = None,
|
|
4516
4790
|
) -> Response[AuthenticationToken]:
|
|
4791
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository"""
|
|
4792
|
+
|
|
4517
4793
|
from ..models import AuthenticationToken
|
|
4518
4794
|
|
|
4519
4795
|
url = f"/repos/{owner}/{repo}/actions/runners/registration-token"
|
|
@@ -4534,6 +4810,8 @@ class ActionsClient:
|
|
|
4534
4810
|
*,
|
|
4535
4811
|
headers: Optional[Dict[str, str]] = None,
|
|
4536
4812
|
) -> Response[AuthenticationToken]:
|
|
4813
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository"""
|
|
4814
|
+
|
|
4537
4815
|
from ..models import AuthenticationToken
|
|
4538
4816
|
|
|
4539
4817
|
url = f"/repos/{owner}/{repo}/actions/runners/remove-token"
|
|
@@ -4554,6 +4832,8 @@ class ActionsClient:
|
|
|
4554
4832
|
*,
|
|
4555
4833
|
headers: Optional[Dict[str, str]] = None,
|
|
4556
4834
|
) -> Response[AuthenticationToken]:
|
|
4835
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository"""
|
|
4836
|
+
|
|
4557
4837
|
from ..models import AuthenticationToken
|
|
4558
4838
|
|
|
4559
4839
|
url = f"/repos/{owner}/{repo}/actions/runners/remove-token"
|
|
@@ -4575,6 +4855,8 @@ class ActionsClient:
|
|
|
4575
4855
|
*,
|
|
4576
4856
|
headers: Optional[Dict[str, str]] = None,
|
|
4577
4857
|
) -> Response[Runner]:
|
|
4858
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository"""
|
|
4859
|
+
|
|
4578
4860
|
from ..models import Runner
|
|
4579
4861
|
|
|
4580
4862
|
url = f"/repos/{owner}/{repo}/actions/runners/{runner_id}"
|
|
@@ -4596,6 +4878,8 @@ class ActionsClient:
|
|
|
4596
4878
|
*,
|
|
4597
4879
|
headers: Optional[Dict[str, str]] = None,
|
|
4598
4880
|
) -> Response[Runner]:
|
|
4881
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository"""
|
|
4882
|
+
|
|
4599
4883
|
from ..models import Runner
|
|
4600
4884
|
|
|
4601
4885
|
url = f"/repos/{owner}/{repo}/actions/runners/{runner_id}"
|
|
@@ -4617,6 +4901,8 @@ class ActionsClient:
|
|
|
4617
4901
|
*,
|
|
4618
4902
|
headers: Optional[Dict[str, str]] = None,
|
|
4619
4903
|
) -> Response:
|
|
4904
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository"""
|
|
4905
|
+
|
|
4620
4906
|
url = f"/repos/{owner}/{repo}/actions/runners/{runner_id}"
|
|
4621
4907
|
|
|
4622
4908
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -4635,6 +4921,8 @@ class ActionsClient:
|
|
|
4635
4921
|
*,
|
|
4636
4922
|
headers: Optional[Dict[str, str]] = None,
|
|
4637
4923
|
) -> Response:
|
|
4924
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository"""
|
|
4925
|
+
|
|
4638
4926
|
url = f"/repos/{owner}/{repo}/actions/runners/{runner_id}"
|
|
4639
4927
|
|
|
4640
4928
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -4653,6 +4941,8 @@ class ActionsClient:
|
|
|
4653
4941
|
*,
|
|
4654
4942
|
headers: Optional[Dict[str, str]] = None,
|
|
4655
4943
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
4944
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository"""
|
|
4945
|
+
|
|
4656
4946
|
from ..models import (
|
|
4657
4947
|
BasicError,
|
|
4658
4948
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -4680,6 +4970,8 @@ class ActionsClient:
|
|
|
4680
4970
|
*,
|
|
4681
4971
|
headers: Optional[Dict[str, str]] = None,
|
|
4682
4972
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
4973
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository"""
|
|
4974
|
+
|
|
4683
4975
|
from ..models import (
|
|
4684
4976
|
BasicError,
|
|
4685
4977
|
OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
|
|
@@ -4734,6 +5026,8 @@ class ActionsClient:
|
|
|
4734
5026
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
4735
5027
|
**kwargs,
|
|
4736
5028
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5029
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository"""
|
|
5030
|
+
|
|
4737
5031
|
from ..models import (
|
|
4738
5032
|
BasicError,
|
|
4739
5033
|
ValidationErrorSimple,
|
|
@@ -4801,6 +5095,8 @@ class ActionsClient:
|
|
|
4801
5095
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType] = UNSET,
|
|
4802
5096
|
**kwargs,
|
|
4803
5097
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5098
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository"""
|
|
5099
|
+
|
|
4804
5100
|
from ..models import (
|
|
4805
5101
|
BasicError,
|
|
4806
5102
|
ValidationErrorSimple,
|
|
@@ -4868,6 +5164,8 @@ class ActionsClient:
|
|
|
4868
5164
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
4869
5165
|
**kwargs,
|
|
4870
5166
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5167
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository"""
|
|
5168
|
+
|
|
4871
5169
|
from ..models import (
|
|
4872
5170
|
BasicError,
|
|
4873
5171
|
ValidationErrorSimple,
|
|
@@ -4935,6 +5233,8 @@ class ActionsClient:
|
|
|
4935
5233
|
data: Missing[ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType] = UNSET,
|
|
4936
5234
|
**kwargs,
|
|
4937
5235
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5236
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository"""
|
|
5237
|
+
|
|
4938
5238
|
from ..models import (
|
|
4939
5239
|
BasicError,
|
|
4940
5240
|
ValidationErrorSimple,
|
|
@@ -4975,6 +5275,8 @@ class ActionsClient:
|
|
|
4975
5275
|
*,
|
|
4976
5276
|
headers: Optional[Dict[str, str]] = None,
|
|
4977
5277
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200]:
|
|
5278
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository"""
|
|
5279
|
+
|
|
4978
5280
|
from ..models import (
|
|
4979
5281
|
BasicError,
|
|
4980
5282
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
@@ -5002,6 +5304,8 @@ class ActionsClient:
|
|
|
5002
5304
|
*,
|
|
5003
5305
|
headers: Optional[Dict[str, str]] = None,
|
|
5004
5306
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200]:
|
|
5307
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository"""
|
|
5308
|
+
|
|
5005
5309
|
from ..models import (
|
|
5006
5310
|
BasicError,
|
|
5007
5311
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
@@ -5030,6 +5334,8 @@ class ActionsClient:
|
|
|
5030
5334
|
*,
|
|
5031
5335
|
headers: Optional[Dict[str, str]] = None,
|
|
5032
5336
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5337
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository"""
|
|
5338
|
+
|
|
5033
5339
|
from ..models import (
|
|
5034
5340
|
BasicError,
|
|
5035
5341
|
ValidationErrorSimple,
|
|
@@ -5060,6 +5366,8 @@ class ActionsClient:
|
|
|
5060
5366
|
*,
|
|
5061
5367
|
headers: Optional[Dict[str, str]] = None,
|
|
5062
5368
|
) -> Response[OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200]:
|
|
5369
|
+
"""See also: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository"""
|
|
5370
|
+
|
|
5063
5371
|
from ..models import (
|
|
5064
5372
|
BasicError,
|
|
5065
5373
|
ValidationErrorSimple,
|
|
@@ -5115,6 +5423,8 @@ class ActionsClient:
|
|
|
5115
5423
|
*,
|
|
5116
5424
|
headers: Optional[Dict[str, str]] = None,
|
|
5117
5425
|
) -> Response[ReposOwnerRepoActionsRunsGetResponse200]:
|
|
5426
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository"""
|
|
5427
|
+
|
|
5118
5428
|
from ..models import ReposOwnerRepoActionsRunsGetResponse200
|
|
5119
5429
|
|
|
5120
5430
|
url = f"/repos/{owner}/{repo}/actions/runs"
|
|
@@ -5176,6 +5486,8 @@ class ActionsClient:
|
|
|
5176
5486
|
*,
|
|
5177
5487
|
headers: Optional[Dict[str, str]] = None,
|
|
5178
5488
|
) -> Response[ReposOwnerRepoActionsRunsGetResponse200]:
|
|
5489
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository"""
|
|
5490
|
+
|
|
5179
5491
|
from ..models import ReposOwnerRepoActionsRunsGetResponse200
|
|
5180
5492
|
|
|
5181
5493
|
url = f"/repos/{owner}/{repo}/actions/runs"
|
|
@@ -5212,6 +5524,8 @@ class ActionsClient:
|
|
|
5212
5524
|
*,
|
|
5213
5525
|
headers: Optional[Dict[str, str]] = None,
|
|
5214
5526
|
) -> Response[WorkflowRun]:
|
|
5527
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run"""
|
|
5528
|
+
|
|
5215
5529
|
from ..models import WorkflowRun
|
|
5216
5530
|
|
|
5217
5531
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}"
|
|
@@ -5239,6 +5553,8 @@ class ActionsClient:
|
|
|
5239
5553
|
*,
|
|
5240
5554
|
headers: Optional[Dict[str, str]] = None,
|
|
5241
5555
|
) -> Response[WorkflowRun]:
|
|
5556
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run"""
|
|
5557
|
+
|
|
5242
5558
|
from ..models import WorkflowRun
|
|
5243
5559
|
|
|
5244
5560
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}"
|
|
@@ -5265,6 +5581,8 @@ class ActionsClient:
|
|
|
5265
5581
|
*,
|
|
5266
5582
|
headers: Optional[Dict[str, str]] = None,
|
|
5267
5583
|
) -> Response:
|
|
5584
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run"""
|
|
5585
|
+
|
|
5268
5586
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}"
|
|
5269
5587
|
|
|
5270
5588
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5283,6 +5601,8 @@ class ActionsClient:
|
|
|
5283
5601
|
*,
|
|
5284
5602
|
headers: Optional[Dict[str, str]] = None,
|
|
5285
5603
|
) -> Response:
|
|
5604
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run"""
|
|
5605
|
+
|
|
5286
5606
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}"
|
|
5287
5607
|
|
|
5288
5608
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5301,6 +5621,8 @@ class ActionsClient:
|
|
|
5301
5621
|
*,
|
|
5302
5622
|
headers: Optional[Dict[str, str]] = None,
|
|
5303
5623
|
) -> Response[List[EnvironmentApprovals]]:
|
|
5624
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run"""
|
|
5625
|
+
|
|
5304
5626
|
from typing import List
|
|
5305
5627
|
|
|
5306
5628
|
from ..models import EnvironmentApprovals
|
|
@@ -5324,6 +5646,8 @@ class ActionsClient:
|
|
|
5324
5646
|
*,
|
|
5325
5647
|
headers: Optional[Dict[str, str]] = None,
|
|
5326
5648
|
) -> Response[List[EnvironmentApprovals]]:
|
|
5649
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run"""
|
|
5650
|
+
|
|
5327
5651
|
from typing import List
|
|
5328
5652
|
|
|
5329
5653
|
from ..models import EnvironmentApprovals
|
|
@@ -5347,6 +5671,8 @@ class ActionsClient:
|
|
|
5347
5671
|
*,
|
|
5348
5672
|
headers: Optional[Dict[str, str]] = None,
|
|
5349
5673
|
) -> Response[EmptyObject]:
|
|
5674
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request"""
|
|
5675
|
+
|
|
5350
5676
|
from ..models import BasicError, EmptyObject
|
|
5351
5677
|
|
|
5352
5678
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/approve"
|
|
@@ -5372,6 +5698,8 @@ class ActionsClient:
|
|
|
5372
5698
|
*,
|
|
5373
5699
|
headers: Optional[Dict[str, str]] = None,
|
|
5374
5700
|
) -> Response[EmptyObject]:
|
|
5701
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request"""
|
|
5702
|
+
|
|
5375
5703
|
from ..models import BasicError, EmptyObject
|
|
5376
5704
|
|
|
5377
5705
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/approve"
|
|
@@ -5400,6 +5728,8 @@ class ActionsClient:
|
|
|
5400
5728
|
*,
|
|
5401
5729
|
headers: Optional[Dict[str, str]] = None,
|
|
5402
5730
|
) -> Response[ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200]:
|
|
5731
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts"""
|
|
5732
|
+
|
|
5403
5733
|
from ..models import ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200
|
|
5404
5734
|
|
|
5405
5735
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
|
|
@@ -5431,6 +5761,8 @@ class ActionsClient:
|
|
|
5431
5761
|
*,
|
|
5432
5762
|
headers: Optional[Dict[str, str]] = None,
|
|
5433
5763
|
) -> Response[ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200]:
|
|
5764
|
+
"""See also: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts"""
|
|
5765
|
+
|
|
5434
5766
|
from ..models import ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200
|
|
5435
5767
|
|
|
5436
5768
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
|
|
@@ -5461,6 +5793,8 @@ class ActionsClient:
|
|
|
5461
5793
|
*,
|
|
5462
5794
|
headers: Optional[Dict[str, str]] = None,
|
|
5463
5795
|
) -> Response[WorkflowRun]:
|
|
5796
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt"""
|
|
5797
|
+
|
|
5464
5798
|
from ..models import WorkflowRun
|
|
5465
5799
|
|
|
5466
5800
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"
|
|
@@ -5489,6 +5823,8 @@ class ActionsClient:
|
|
|
5489
5823
|
*,
|
|
5490
5824
|
headers: Optional[Dict[str, str]] = None,
|
|
5491
5825
|
) -> Response[WorkflowRun]:
|
|
5826
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt"""
|
|
5827
|
+
|
|
5492
5828
|
from ..models import WorkflowRun
|
|
5493
5829
|
|
|
5494
5830
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"
|
|
@@ -5520,6 +5856,8 @@ class ActionsClient:
|
|
|
5520
5856
|
) -> Response[
|
|
5521
5857
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200
|
|
5522
5858
|
]:
|
|
5859
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt"""
|
|
5860
|
+
|
|
5523
5861
|
from ..models import (
|
|
5524
5862
|
BasicError,
|
|
5525
5863
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
@@ -5558,6 +5896,8 @@ class ActionsClient:
|
|
|
5558
5896
|
) -> Response[
|
|
5559
5897
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200
|
|
5560
5898
|
]:
|
|
5899
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt"""
|
|
5900
|
+
|
|
5561
5901
|
from ..models import (
|
|
5562
5902
|
BasicError,
|
|
5563
5903
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
@@ -5592,6 +5932,8 @@ class ActionsClient:
|
|
|
5592
5932
|
*,
|
|
5593
5933
|
headers: Optional[Dict[str, str]] = None,
|
|
5594
5934
|
) -> Response:
|
|
5935
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs"""
|
|
5936
|
+
|
|
5595
5937
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"
|
|
5596
5938
|
|
|
5597
5939
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5611,6 +5953,8 @@ class ActionsClient:
|
|
|
5611
5953
|
*,
|
|
5612
5954
|
headers: Optional[Dict[str, str]] = None,
|
|
5613
5955
|
) -> Response:
|
|
5956
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs"""
|
|
5957
|
+
|
|
5614
5958
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"
|
|
5615
5959
|
|
|
5616
5960
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5629,6 +5973,8 @@ class ActionsClient:
|
|
|
5629
5973
|
*,
|
|
5630
5974
|
headers: Optional[Dict[str, str]] = None,
|
|
5631
5975
|
) -> Response[EmptyObject]:
|
|
5976
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run"""
|
|
5977
|
+
|
|
5632
5978
|
from ..models import BasicError, EmptyObject
|
|
5633
5979
|
|
|
5634
5980
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
|
|
@@ -5653,6 +5999,8 @@ class ActionsClient:
|
|
|
5653
5999
|
*,
|
|
5654
6000
|
headers: Optional[Dict[str, str]] = None,
|
|
5655
6001
|
) -> Response[EmptyObject]:
|
|
6002
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run"""
|
|
6003
|
+
|
|
5656
6004
|
from ..models import BasicError, EmptyObject
|
|
5657
6005
|
|
|
5658
6006
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
|
|
@@ -5726,6 +6074,8 @@ class ActionsClient:
|
|
|
5726
6074
|
] = UNSET,
|
|
5727
6075
|
**kwargs,
|
|
5728
6076
|
) -> Response:
|
|
6077
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"""
|
|
6078
|
+
|
|
5729
6079
|
from typing import Union
|
|
5730
6080
|
|
|
5731
6081
|
from ..models import (
|
|
@@ -5811,6 +6161,8 @@ class ActionsClient:
|
|
|
5811
6161
|
] = UNSET,
|
|
5812
6162
|
**kwargs,
|
|
5813
6163
|
) -> Response:
|
|
6164
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"""
|
|
6165
|
+
|
|
5814
6166
|
from typing import Union
|
|
5815
6167
|
|
|
5816
6168
|
from ..models import (
|
|
@@ -5847,6 +6199,8 @@ class ActionsClient:
|
|
|
5847
6199
|
*,
|
|
5848
6200
|
headers: Optional[Dict[str, str]] = None,
|
|
5849
6201
|
) -> Response[EmptyObject]:
|
|
6202
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run"""
|
|
6203
|
+
|
|
5850
6204
|
from ..models import BasicError, EmptyObject
|
|
5851
6205
|
|
|
5852
6206
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
|
|
@@ -5871,6 +6225,8 @@ class ActionsClient:
|
|
|
5871
6225
|
*,
|
|
5872
6226
|
headers: Optional[Dict[str, str]] = None,
|
|
5873
6227
|
) -> Response[EmptyObject]:
|
|
6228
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run"""
|
|
6229
|
+
|
|
5874
6230
|
from ..models import BasicError, EmptyObject
|
|
5875
6231
|
|
|
5876
6232
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"
|
|
@@ -5898,6 +6254,8 @@ class ActionsClient:
|
|
|
5898
6254
|
*,
|
|
5899
6255
|
headers: Optional[Dict[str, str]] = None,
|
|
5900
6256
|
) -> Response[ReposOwnerRepoActionsRunsRunIdJobsGetResponse200]:
|
|
6257
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run"""
|
|
6258
|
+
|
|
5901
6259
|
from ..models import ReposOwnerRepoActionsRunsRunIdJobsGetResponse200
|
|
5902
6260
|
|
|
5903
6261
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
|
|
@@ -5929,6 +6287,8 @@ class ActionsClient:
|
|
|
5929
6287
|
*,
|
|
5930
6288
|
headers: Optional[Dict[str, str]] = None,
|
|
5931
6289
|
) -> Response[ReposOwnerRepoActionsRunsRunIdJobsGetResponse200]:
|
|
6290
|
+
"""See also: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run"""
|
|
6291
|
+
|
|
5932
6292
|
from ..models import ReposOwnerRepoActionsRunsRunIdJobsGetResponse200
|
|
5933
6293
|
|
|
5934
6294
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
|
|
@@ -5957,6 +6317,8 @@ class ActionsClient:
|
|
|
5957
6317
|
*,
|
|
5958
6318
|
headers: Optional[Dict[str, str]] = None,
|
|
5959
6319
|
) -> Response:
|
|
6320
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs"""
|
|
6321
|
+
|
|
5960
6322
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
|
|
5961
6323
|
|
|
5962
6324
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5975,6 +6337,8 @@ class ActionsClient:
|
|
|
5975
6337
|
*,
|
|
5976
6338
|
headers: Optional[Dict[str, str]] = None,
|
|
5977
6339
|
) -> Response:
|
|
6340
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs"""
|
|
6341
|
+
|
|
5978
6342
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
|
|
5979
6343
|
|
|
5980
6344
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -5993,6 +6357,8 @@ class ActionsClient:
|
|
|
5993
6357
|
*,
|
|
5994
6358
|
headers: Optional[Dict[str, str]] = None,
|
|
5995
6359
|
) -> Response:
|
|
6360
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs"""
|
|
6361
|
+
|
|
5996
6362
|
from ..models import BasicError
|
|
5997
6363
|
|
|
5998
6364
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
|
|
@@ -6017,6 +6383,8 @@ class ActionsClient:
|
|
|
6017
6383
|
*,
|
|
6018
6384
|
headers: Optional[Dict[str, str]] = None,
|
|
6019
6385
|
) -> Response:
|
|
6386
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs"""
|
|
6387
|
+
|
|
6020
6388
|
from ..models import BasicError
|
|
6021
6389
|
|
|
6022
6390
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
|
|
@@ -6041,6 +6409,8 @@ class ActionsClient:
|
|
|
6041
6409
|
*,
|
|
6042
6410
|
headers: Optional[Dict[str, str]] = None,
|
|
6043
6411
|
) -> Response[List[PendingDeployment]]:
|
|
6412
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run"""
|
|
6413
|
+
|
|
6044
6414
|
from typing import List
|
|
6045
6415
|
|
|
6046
6416
|
from ..models import PendingDeployment
|
|
@@ -6064,6 +6434,8 @@ class ActionsClient:
|
|
|
6064
6434
|
*,
|
|
6065
6435
|
headers: Optional[Dict[str, str]] = None,
|
|
6066
6436
|
) -> Response[List[PendingDeployment]]:
|
|
6437
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run"""
|
|
6438
|
+
|
|
6067
6439
|
from typing import List
|
|
6068
6440
|
|
|
6069
6441
|
from ..models import PendingDeployment
|
|
@@ -6118,6 +6490,8 @@ class ActionsClient:
|
|
|
6118
6490
|
] = UNSET,
|
|
6119
6491
|
**kwargs,
|
|
6120
6492
|
) -> Response[List[Deployment]]:
|
|
6493
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run"""
|
|
6494
|
+
|
|
6121
6495
|
from typing import List
|
|
6122
6496
|
|
|
6123
6497
|
from ..models import (
|
|
@@ -6185,6 +6559,8 @@ class ActionsClient:
|
|
|
6185
6559
|
] = UNSET,
|
|
6186
6560
|
**kwargs,
|
|
6187
6561
|
) -> Response[List[Deployment]]:
|
|
6562
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run"""
|
|
6563
|
+
|
|
6188
6564
|
from typing import List
|
|
6189
6565
|
|
|
6190
6566
|
from ..models import (
|
|
@@ -6252,6 +6628,8 @@ class ActionsClient:
|
|
|
6252
6628
|
] = UNSET,
|
|
6253
6629
|
**kwargs,
|
|
6254
6630
|
) -> Response[EmptyObject]:
|
|
6631
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow"""
|
|
6632
|
+
|
|
6255
6633
|
from typing import Union
|
|
6256
6634
|
|
|
6257
6635
|
from ..models import EmptyObject, ReposOwnerRepoActionsRunsRunIdRerunPostBody
|
|
@@ -6316,6 +6694,8 @@ class ActionsClient:
|
|
|
6316
6694
|
] = UNSET,
|
|
6317
6695
|
**kwargs,
|
|
6318
6696
|
) -> Response[EmptyObject]:
|
|
6697
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow"""
|
|
6698
|
+
|
|
6319
6699
|
from typing import Union
|
|
6320
6700
|
|
|
6321
6701
|
from ..models import EmptyObject, ReposOwnerRepoActionsRunsRunIdRerunPostBody
|
|
@@ -6380,6 +6760,8 @@ class ActionsClient:
|
|
|
6380
6760
|
] = UNSET,
|
|
6381
6761
|
**kwargs,
|
|
6382
6762
|
) -> Response[EmptyObject]:
|
|
6763
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run"""
|
|
6764
|
+
|
|
6383
6765
|
from typing import Union
|
|
6384
6766
|
|
|
6385
6767
|
from ..models import (
|
|
@@ -6447,6 +6829,8 @@ class ActionsClient:
|
|
|
6447
6829
|
] = UNSET,
|
|
6448
6830
|
**kwargs,
|
|
6449
6831
|
) -> Response[EmptyObject]:
|
|
6832
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run"""
|
|
6833
|
+
|
|
6450
6834
|
from typing import Union
|
|
6451
6835
|
|
|
6452
6836
|
from ..models import (
|
|
@@ -6483,6 +6867,8 @@ class ActionsClient:
|
|
|
6483
6867
|
*,
|
|
6484
6868
|
headers: Optional[Dict[str, str]] = None,
|
|
6485
6869
|
) -> Response[WorkflowRunUsage]:
|
|
6870
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage"""
|
|
6871
|
+
|
|
6486
6872
|
from ..models import WorkflowRunUsage
|
|
6487
6873
|
|
|
6488
6874
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/timing"
|
|
@@ -6504,6 +6890,8 @@ class ActionsClient:
|
|
|
6504
6890
|
*,
|
|
6505
6891
|
headers: Optional[Dict[str, str]] = None,
|
|
6506
6892
|
) -> Response[WorkflowRunUsage]:
|
|
6893
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage"""
|
|
6894
|
+
|
|
6507
6895
|
from ..models import WorkflowRunUsage
|
|
6508
6896
|
|
|
6509
6897
|
url = f"/repos/{owner}/{repo}/actions/runs/{run_id}/timing"
|
|
@@ -6526,6 +6914,8 @@ class ActionsClient:
|
|
|
6526
6914
|
*,
|
|
6527
6915
|
headers: Optional[Dict[str, str]] = None,
|
|
6528
6916
|
) -> Response[ReposOwnerRepoActionsSecretsGetResponse200]:
|
|
6917
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-repository-secrets"""
|
|
6918
|
+
|
|
6529
6919
|
from ..models import ReposOwnerRepoActionsSecretsGetResponse200
|
|
6530
6920
|
|
|
6531
6921
|
url = f"/repos/{owner}/{repo}/actions/secrets"
|
|
@@ -6554,6 +6944,8 @@ class ActionsClient:
|
|
|
6554
6944
|
*,
|
|
6555
6945
|
headers: Optional[Dict[str, str]] = None,
|
|
6556
6946
|
) -> Response[ReposOwnerRepoActionsSecretsGetResponse200]:
|
|
6947
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-repository-secrets"""
|
|
6948
|
+
|
|
6557
6949
|
from ..models import ReposOwnerRepoActionsSecretsGetResponse200
|
|
6558
6950
|
|
|
6559
6951
|
url = f"/repos/{owner}/{repo}/actions/secrets"
|
|
@@ -6580,6 +6972,8 @@ class ActionsClient:
|
|
|
6580
6972
|
*,
|
|
6581
6973
|
headers: Optional[Dict[str, str]] = None,
|
|
6582
6974
|
) -> Response[ActionsPublicKey]:
|
|
6975
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key"""
|
|
6976
|
+
|
|
6583
6977
|
from ..models import ActionsPublicKey
|
|
6584
6978
|
|
|
6585
6979
|
url = f"/repos/{owner}/{repo}/actions/secrets/public-key"
|
|
@@ -6600,6 +6994,8 @@ class ActionsClient:
|
|
|
6600
6994
|
*,
|
|
6601
6995
|
headers: Optional[Dict[str, str]] = None,
|
|
6602
6996
|
) -> Response[ActionsPublicKey]:
|
|
6997
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key"""
|
|
6998
|
+
|
|
6603
6999
|
from ..models import ActionsPublicKey
|
|
6604
7000
|
|
|
6605
7001
|
url = f"/repos/{owner}/{repo}/actions/secrets/public-key"
|
|
@@ -6621,6 +7017,8 @@ class ActionsClient:
|
|
|
6621
7017
|
*,
|
|
6622
7018
|
headers: Optional[Dict[str, str]] = None,
|
|
6623
7019
|
) -> Response[ActionsSecret]:
|
|
7020
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-secret"""
|
|
7021
|
+
|
|
6624
7022
|
from ..models import ActionsSecret
|
|
6625
7023
|
|
|
6626
7024
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
@@ -6642,6 +7040,8 @@ class ActionsClient:
|
|
|
6642
7040
|
*,
|
|
6643
7041
|
headers: Optional[Dict[str, str]] = None,
|
|
6644
7042
|
) -> Response[ActionsSecret]:
|
|
7043
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-a-repository-secret"""
|
|
7044
|
+
|
|
6645
7045
|
from ..models import ActionsSecret
|
|
6646
7046
|
|
|
6647
7047
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
@@ -6691,6 +7091,8 @@ class ActionsClient:
|
|
|
6691
7091
|
data: Missing[ReposOwnerRepoActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
6692
7092
|
**kwargs,
|
|
6693
7093
|
) -> Response[EmptyObject]:
|
|
7094
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret"""
|
|
7095
|
+
|
|
6694
7096
|
from ..models import EmptyObject, ReposOwnerRepoActionsSecretsSecretNamePutBody
|
|
6695
7097
|
|
|
6696
7098
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
@@ -6748,6 +7150,8 @@ class ActionsClient:
|
|
|
6748
7150
|
data: Missing[ReposOwnerRepoActionsSecretsSecretNamePutBodyType] = UNSET,
|
|
6749
7151
|
**kwargs,
|
|
6750
7152
|
) -> Response[EmptyObject]:
|
|
7153
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret"""
|
|
7154
|
+
|
|
6751
7155
|
from ..models import EmptyObject, ReposOwnerRepoActionsSecretsSecretNamePutBody
|
|
6752
7156
|
|
|
6753
7157
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
@@ -6777,6 +7181,8 @@ class ActionsClient:
|
|
|
6777
7181
|
*,
|
|
6778
7182
|
headers: Optional[Dict[str, str]] = None,
|
|
6779
7183
|
) -> Response:
|
|
7184
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret"""
|
|
7185
|
+
|
|
6780
7186
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
6781
7187
|
|
|
6782
7188
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -6795,6 +7201,8 @@ class ActionsClient:
|
|
|
6795
7201
|
*,
|
|
6796
7202
|
headers: Optional[Dict[str, str]] = None,
|
|
6797
7203
|
) -> Response:
|
|
7204
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret"""
|
|
7205
|
+
|
|
6798
7206
|
url = f"/repos/{owner}/{repo}/actions/secrets/{secret_name}"
|
|
6799
7207
|
|
|
6800
7208
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -6814,6 +7222,8 @@ class ActionsClient:
|
|
|
6814
7222
|
*,
|
|
6815
7223
|
headers: Optional[Dict[str, str]] = None,
|
|
6816
7224
|
) -> Response[ReposOwnerRepoActionsVariablesGetResponse200]:
|
|
7225
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-repository-variables"""
|
|
7226
|
+
|
|
6817
7227
|
from ..models import ReposOwnerRepoActionsVariablesGetResponse200
|
|
6818
7228
|
|
|
6819
7229
|
url = f"/repos/{owner}/{repo}/actions/variables"
|
|
@@ -6842,6 +7252,8 @@ class ActionsClient:
|
|
|
6842
7252
|
*,
|
|
6843
7253
|
headers: Optional[Dict[str, str]] = None,
|
|
6844
7254
|
) -> Response[ReposOwnerRepoActionsVariablesGetResponse200]:
|
|
7255
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-repository-variables"""
|
|
7256
|
+
|
|
6845
7257
|
from ..models import ReposOwnerRepoActionsVariablesGetResponse200
|
|
6846
7258
|
|
|
6847
7259
|
url = f"/repos/{owner}/{repo}/actions/variables"
|
|
@@ -6894,6 +7306,8 @@ class ActionsClient:
|
|
|
6894
7306
|
data: Missing[ReposOwnerRepoActionsVariablesPostBodyType] = UNSET,
|
|
6895
7307
|
**kwargs,
|
|
6896
7308
|
) -> Response[EmptyObject]:
|
|
7309
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-a-repository-variable"""
|
|
7310
|
+
|
|
6897
7311
|
from ..models import EmptyObject, ReposOwnerRepoActionsVariablesPostBody
|
|
6898
7312
|
|
|
6899
7313
|
url = f"/repos/{owner}/{repo}/actions/variables"
|
|
@@ -6948,6 +7362,8 @@ class ActionsClient:
|
|
|
6948
7362
|
data: Missing[ReposOwnerRepoActionsVariablesPostBodyType] = UNSET,
|
|
6949
7363
|
**kwargs,
|
|
6950
7364
|
) -> Response[EmptyObject]:
|
|
7365
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-a-repository-variable"""
|
|
7366
|
+
|
|
6951
7367
|
from ..models import EmptyObject, ReposOwnerRepoActionsVariablesPostBody
|
|
6952
7368
|
|
|
6953
7369
|
url = f"/repos/{owner}/{repo}/actions/variables"
|
|
@@ -6977,6 +7393,8 @@ class ActionsClient:
|
|
|
6977
7393
|
*,
|
|
6978
7394
|
headers: Optional[Dict[str, str]] = None,
|
|
6979
7395
|
) -> Response[ActionsVariable]:
|
|
7396
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-a-repository-variable"""
|
|
7397
|
+
|
|
6980
7398
|
from ..models import ActionsVariable
|
|
6981
7399
|
|
|
6982
7400
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
@@ -6998,6 +7416,8 @@ class ActionsClient:
|
|
|
6998
7416
|
*,
|
|
6999
7417
|
headers: Optional[Dict[str, str]] = None,
|
|
7000
7418
|
) -> Response[ActionsVariable]:
|
|
7419
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-a-repository-variable"""
|
|
7420
|
+
|
|
7001
7421
|
from ..models import ActionsVariable
|
|
7002
7422
|
|
|
7003
7423
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
@@ -7019,6 +7439,8 @@ class ActionsClient:
|
|
|
7019
7439
|
*,
|
|
7020
7440
|
headers: Optional[Dict[str, str]] = None,
|
|
7021
7441
|
) -> Response:
|
|
7442
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-a-repository-variable"""
|
|
7443
|
+
|
|
7022
7444
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
7023
7445
|
|
|
7024
7446
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7037,6 +7459,8 @@ class ActionsClient:
|
|
|
7037
7459
|
*,
|
|
7038
7460
|
headers: Optional[Dict[str, str]] = None,
|
|
7039
7461
|
) -> Response:
|
|
7462
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-a-repository-variable"""
|
|
7463
|
+
|
|
7040
7464
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
7041
7465
|
|
|
7042
7466
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7082,6 +7506,8 @@ class ActionsClient:
|
|
|
7082
7506
|
data: Missing[ReposOwnerRepoActionsVariablesNamePatchBodyType] = UNSET,
|
|
7083
7507
|
**kwargs,
|
|
7084
7508
|
) -> Response:
|
|
7509
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-a-repository-variable"""
|
|
7510
|
+
|
|
7085
7511
|
from ..models import ReposOwnerRepoActionsVariablesNamePatchBody
|
|
7086
7512
|
|
|
7087
7513
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
@@ -7137,6 +7563,8 @@ class ActionsClient:
|
|
|
7137
7563
|
data: Missing[ReposOwnerRepoActionsVariablesNamePatchBodyType] = UNSET,
|
|
7138
7564
|
**kwargs,
|
|
7139
7565
|
) -> Response:
|
|
7566
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-a-repository-variable"""
|
|
7567
|
+
|
|
7140
7568
|
from ..models import ReposOwnerRepoActionsVariablesNamePatchBody
|
|
7141
7569
|
|
|
7142
7570
|
url = f"/repos/{owner}/{repo}/actions/variables/{name}"
|
|
@@ -7166,6 +7594,8 @@ class ActionsClient:
|
|
|
7166
7594
|
*,
|
|
7167
7595
|
headers: Optional[Dict[str, str]] = None,
|
|
7168
7596
|
) -> Response[ReposOwnerRepoActionsWorkflowsGetResponse200]:
|
|
7597
|
+
"""See also: https://docs.github.com/rest/actions/workflows#list-repository-workflows"""
|
|
7598
|
+
|
|
7169
7599
|
from ..models import ReposOwnerRepoActionsWorkflowsGetResponse200
|
|
7170
7600
|
|
|
7171
7601
|
url = f"/repos/{owner}/{repo}/actions/workflows"
|
|
@@ -7194,6 +7624,8 @@ class ActionsClient:
|
|
|
7194
7624
|
*,
|
|
7195
7625
|
headers: Optional[Dict[str, str]] = None,
|
|
7196
7626
|
) -> Response[ReposOwnerRepoActionsWorkflowsGetResponse200]:
|
|
7627
|
+
"""See also: https://docs.github.com/rest/actions/workflows#list-repository-workflows"""
|
|
7628
|
+
|
|
7197
7629
|
from ..models import ReposOwnerRepoActionsWorkflowsGetResponse200
|
|
7198
7630
|
|
|
7199
7631
|
url = f"/repos/{owner}/{repo}/actions/workflows"
|
|
@@ -7221,6 +7653,8 @@ class ActionsClient:
|
|
|
7221
7653
|
*,
|
|
7222
7654
|
headers: Optional[Dict[str, str]] = None,
|
|
7223
7655
|
) -> Response[Workflow]:
|
|
7656
|
+
"""See also: https://docs.github.com/rest/actions/workflows#get-a-workflow"""
|
|
7657
|
+
|
|
7224
7658
|
from ..models import Workflow
|
|
7225
7659
|
|
|
7226
7660
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
|
|
@@ -7242,6 +7676,8 @@ class ActionsClient:
|
|
|
7242
7676
|
*,
|
|
7243
7677
|
headers: Optional[Dict[str, str]] = None,
|
|
7244
7678
|
) -> Response[Workflow]:
|
|
7679
|
+
"""See also: https://docs.github.com/rest/actions/workflows#get-a-workflow"""
|
|
7680
|
+
|
|
7245
7681
|
from ..models import Workflow
|
|
7246
7682
|
|
|
7247
7683
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
|
|
@@ -7263,6 +7699,8 @@ class ActionsClient:
|
|
|
7263
7699
|
*,
|
|
7264
7700
|
headers: Optional[Dict[str, str]] = None,
|
|
7265
7701
|
) -> Response:
|
|
7702
|
+
"""See also: https://docs.github.com/rest/actions/workflows#disable-a-workflow"""
|
|
7703
|
+
|
|
7266
7704
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
|
|
7267
7705
|
|
|
7268
7706
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7281,6 +7719,8 @@ class ActionsClient:
|
|
|
7281
7719
|
*,
|
|
7282
7720
|
headers: Optional[Dict[str, str]] = None,
|
|
7283
7721
|
) -> Response:
|
|
7722
|
+
"""See also: https://docs.github.com/rest/actions/workflows#disable-a-workflow"""
|
|
7723
|
+
|
|
7284
7724
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
|
|
7285
7725
|
|
|
7286
7726
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7331,6 +7771,8 @@ class ActionsClient:
|
|
|
7331
7771
|
] = UNSET,
|
|
7332
7772
|
**kwargs,
|
|
7333
7773
|
) -> Response:
|
|
7774
|
+
"""See also: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event"""
|
|
7775
|
+
|
|
7334
7776
|
from ..models import ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody
|
|
7335
7777
|
|
|
7336
7778
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
|
|
@@ -7393,6 +7835,8 @@ class ActionsClient:
|
|
|
7393
7835
|
] = UNSET,
|
|
7394
7836
|
**kwargs,
|
|
7395
7837
|
) -> Response:
|
|
7838
|
+
"""See also: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event"""
|
|
7839
|
+
|
|
7396
7840
|
from ..models import ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody
|
|
7397
7841
|
|
|
7398
7842
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
|
|
@@ -7423,6 +7867,8 @@ class ActionsClient:
|
|
|
7423
7867
|
*,
|
|
7424
7868
|
headers: Optional[Dict[str, str]] = None,
|
|
7425
7869
|
) -> Response:
|
|
7870
|
+
"""See also: https://docs.github.com/rest/actions/workflows#enable-a-workflow"""
|
|
7871
|
+
|
|
7426
7872
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
|
7427
7873
|
|
|
7428
7874
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7441,6 +7887,8 @@ class ActionsClient:
|
|
|
7441
7887
|
*,
|
|
7442
7888
|
headers: Optional[Dict[str, str]] = None,
|
|
7443
7889
|
) -> Response:
|
|
7890
|
+
"""See also: https://docs.github.com/rest/actions/workflows#enable-a-workflow"""
|
|
7891
|
+
|
|
7444
7892
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
|
|
7445
7893
|
|
|
7446
7894
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7486,6 +7934,8 @@ class ActionsClient:
|
|
|
7486
7934
|
*,
|
|
7487
7935
|
headers: Optional[Dict[str, str]] = None,
|
|
7488
7936
|
) -> Response[ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200]:
|
|
7937
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow"""
|
|
7938
|
+
|
|
7489
7939
|
from ..models import ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200
|
|
7490
7940
|
|
|
7491
7941
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
@@ -7548,6 +7998,8 @@ class ActionsClient:
|
|
|
7548
7998
|
*,
|
|
7549
7999
|
headers: Optional[Dict[str, str]] = None,
|
|
7550
8000
|
) -> Response[ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200]:
|
|
8001
|
+
"""See also: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow"""
|
|
8002
|
+
|
|
7551
8003
|
from ..models import ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200
|
|
7552
8004
|
|
|
7553
8005
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
|
|
@@ -7583,6 +8035,8 @@ class ActionsClient:
|
|
|
7583
8035
|
*,
|
|
7584
8036
|
headers: Optional[Dict[str, str]] = None,
|
|
7585
8037
|
) -> Response[WorkflowUsage]:
|
|
8038
|
+
"""See also: https://docs.github.com/rest/actions/workflows#get-workflow-usage"""
|
|
8039
|
+
|
|
7586
8040
|
from ..models import WorkflowUsage
|
|
7587
8041
|
|
|
7588
8042
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"
|
|
@@ -7604,6 +8058,8 @@ class ActionsClient:
|
|
|
7604
8058
|
*,
|
|
7605
8059
|
headers: Optional[Dict[str, str]] = None,
|
|
7606
8060
|
) -> Response[WorkflowUsage]:
|
|
8061
|
+
"""See also: https://docs.github.com/rest/actions/workflows#get-workflow-usage"""
|
|
8062
|
+
|
|
7607
8063
|
from ..models import WorkflowUsage
|
|
7608
8064
|
|
|
7609
8065
|
url = f"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"
|
|
@@ -7628,6 +8084,8 @@ class ActionsClient:
|
|
|
7628
8084
|
) -> Response[
|
|
7629
8085
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200
|
|
7630
8086
|
]:
|
|
8087
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-environment-secrets"""
|
|
8088
|
+
|
|
7631
8089
|
from ..models import (
|
|
7632
8090
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
7633
8091
|
)
|
|
@@ -7660,6 +8118,8 @@ class ActionsClient:
|
|
|
7660
8118
|
) -> Response[
|
|
7661
8119
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200
|
|
7662
8120
|
]:
|
|
8121
|
+
"""See also: https://docs.github.com/rest/actions/secrets#list-environment-secrets"""
|
|
8122
|
+
|
|
7663
8123
|
from ..models import (
|
|
7664
8124
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
7665
8125
|
)
|
|
@@ -7688,6 +8148,8 @@ class ActionsClient:
|
|
|
7688
8148
|
*,
|
|
7689
8149
|
headers: Optional[Dict[str, str]] = None,
|
|
7690
8150
|
) -> Response[ActionsPublicKey]:
|
|
8151
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key"""
|
|
8152
|
+
|
|
7691
8153
|
from ..models import ActionsPublicKey
|
|
7692
8154
|
|
|
7693
8155
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
|
|
@@ -7708,6 +8170,8 @@ class ActionsClient:
|
|
|
7708
8170
|
*,
|
|
7709
8171
|
headers: Optional[Dict[str, str]] = None,
|
|
7710
8172
|
) -> Response[ActionsPublicKey]:
|
|
8173
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key"""
|
|
8174
|
+
|
|
7711
8175
|
from ..models import ActionsPublicKey
|
|
7712
8176
|
|
|
7713
8177
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
|
|
@@ -7729,6 +8193,8 @@ class ActionsClient:
|
|
|
7729
8193
|
*,
|
|
7730
8194
|
headers: Optional[Dict[str, str]] = None,
|
|
7731
8195
|
) -> Response[ActionsSecret]:
|
|
8196
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-secret"""
|
|
8197
|
+
|
|
7732
8198
|
from ..models import ActionsSecret
|
|
7733
8199
|
|
|
7734
8200
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
|
|
@@ -7750,6 +8216,8 @@ class ActionsClient:
|
|
|
7750
8216
|
*,
|
|
7751
8217
|
headers: Optional[Dict[str, str]] = None,
|
|
7752
8218
|
) -> Response[ActionsSecret]:
|
|
8219
|
+
"""See also: https://docs.github.com/rest/actions/secrets#get-an-environment-secret"""
|
|
8220
|
+
|
|
7753
8221
|
from ..models import ActionsSecret
|
|
7754
8222
|
|
|
7755
8223
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
|
|
@@ -7801,6 +8269,8 @@ class ActionsClient:
|
|
|
7801
8269
|
] = UNSET,
|
|
7802
8270
|
**kwargs,
|
|
7803
8271
|
) -> Response[EmptyObject]:
|
|
8272
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret"""
|
|
8273
|
+
|
|
7804
8274
|
from ..models import (
|
|
7805
8275
|
EmptyObject,
|
|
7806
8276
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
@@ -7866,6 +8336,8 @@ class ActionsClient:
|
|
|
7866
8336
|
] = UNSET,
|
|
7867
8337
|
**kwargs,
|
|
7868
8338
|
) -> Response[EmptyObject]:
|
|
8339
|
+
"""See also: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret"""
|
|
8340
|
+
|
|
7869
8341
|
from ..models import (
|
|
7870
8342
|
EmptyObject,
|
|
7871
8343
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
@@ -7901,6 +8373,8 @@ class ActionsClient:
|
|
|
7901
8373
|
*,
|
|
7902
8374
|
headers: Optional[Dict[str, str]] = None,
|
|
7903
8375
|
) -> Response:
|
|
8376
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret"""
|
|
8377
|
+
|
|
7904
8378
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
|
|
7905
8379
|
|
|
7906
8380
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7919,6 +8393,8 @@ class ActionsClient:
|
|
|
7919
8393
|
*,
|
|
7920
8394
|
headers: Optional[Dict[str, str]] = None,
|
|
7921
8395
|
) -> Response:
|
|
8396
|
+
"""See also: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret"""
|
|
8397
|
+
|
|
7922
8398
|
url = f"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
|
|
7923
8399
|
|
|
7924
8400
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -7940,6 +8416,8 @@ class ActionsClient:
|
|
|
7940
8416
|
) -> Response[
|
|
7941
8417
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200
|
|
7942
8418
|
]:
|
|
8419
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-environment-variables"""
|
|
8420
|
+
|
|
7943
8421
|
from ..models import (
|
|
7944
8422
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
7945
8423
|
)
|
|
@@ -7972,6 +8450,8 @@ class ActionsClient:
|
|
|
7972
8450
|
) -> Response[
|
|
7973
8451
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200
|
|
7974
8452
|
]:
|
|
8453
|
+
"""See also: https://docs.github.com/rest/actions/variables#list-environment-variables"""
|
|
8454
|
+
|
|
7975
8455
|
from ..models import (
|
|
7976
8456
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
7977
8457
|
)
|
|
@@ -8028,6 +8508,8 @@ class ActionsClient:
|
|
|
8028
8508
|
] = UNSET,
|
|
8029
8509
|
**kwargs,
|
|
8030
8510
|
) -> Response[EmptyObject]:
|
|
8511
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-an-environment-variable"""
|
|
8512
|
+
|
|
8031
8513
|
from ..models import (
|
|
8032
8514
|
EmptyObject,
|
|
8033
8515
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody,
|
|
@@ -8089,6 +8571,8 @@ class ActionsClient:
|
|
|
8089
8571
|
] = UNSET,
|
|
8090
8572
|
**kwargs,
|
|
8091
8573
|
) -> Response[EmptyObject]:
|
|
8574
|
+
"""See also: https://docs.github.com/rest/actions/variables#create-an-environment-variable"""
|
|
8575
|
+
|
|
8092
8576
|
from ..models import (
|
|
8093
8577
|
EmptyObject,
|
|
8094
8578
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody,
|
|
@@ -8123,6 +8607,8 @@ class ActionsClient:
|
|
|
8123
8607
|
*,
|
|
8124
8608
|
headers: Optional[Dict[str, str]] = None,
|
|
8125
8609
|
) -> Response[ActionsVariable]:
|
|
8610
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-an-environment-variable"""
|
|
8611
|
+
|
|
8126
8612
|
from ..models import ActionsVariable
|
|
8127
8613
|
|
|
8128
8614
|
url = f"/repositories/{repository_id}/environments/{environment_name}/variables/{name}"
|
|
@@ -8144,6 +8630,8 @@ class ActionsClient:
|
|
|
8144
8630
|
*,
|
|
8145
8631
|
headers: Optional[Dict[str, str]] = None,
|
|
8146
8632
|
) -> Response[ActionsVariable]:
|
|
8633
|
+
"""See also: https://docs.github.com/rest/actions/variables#get-an-environment-variable"""
|
|
8634
|
+
|
|
8147
8635
|
from ..models import ActionsVariable
|
|
8148
8636
|
|
|
8149
8637
|
url = f"/repositories/{repository_id}/environments/{environment_name}/variables/{name}"
|
|
@@ -8165,6 +8653,8 @@ class ActionsClient:
|
|
|
8165
8653
|
*,
|
|
8166
8654
|
headers: Optional[Dict[str, str]] = None,
|
|
8167
8655
|
) -> Response:
|
|
8656
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-an-environment-variable"""
|
|
8657
|
+
|
|
8168
8658
|
url = f"/repositories/{repository_id}/environments/{environment_name}/variables/{name}"
|
|
8169
8659
|
|
|
8170
8660
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -8183,6 +8673,8 @@ class ActionsClient:
|
|
|
8183
8673
|
*,
|
|
8184
8674
|
headers: Optional[Dict[str, str]] = None,
|
|
8185
8675
|
) -> Response:
|
|
8676
|
+
"""See also: https://docs.github.com/rest/actions/variables#delete-an-environment-variable"""
|
|
8677
|
+
|
|
8186
8678
|
url = f"/repositories/{repository_id}/environments/{environment_name}/variables/{name}"
|
|
8187
8679
|
|
|
8188
8680
|
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
@@ -8230,6 +8722,8 @@ class ActionsClient:
|
|
|
8230
8722
|
] = UNSET,
|
|
8231
8723
|
**kwargs,
|
|
8232
8724
|
) -> Response:
|
|
8725
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-an-environment-variable"""
|
|
8726
|
+
|
|
8233
8727
|
from ..models import (
|
|
8234
8728
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
8235
8729
|
)
|
|
@@ -8292,6 +8786,8 @@ class ActionsClient:
|
|
|
8292
8786
|
] = UNSET,
|
|
8293
8787
|
**kwargs,
|
|
8294
8788
|
) -> Response:
|
|
8789
|
+
"""See also: https://docs.github.com/rest/actions/variables#update-an-environment-variable"""
|
|
8790
|
+
|
|
8295
8791
|
from ..models import (
|
|
8296
8792
|
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
8297
8793
|
)
|