GitHubKit 0.11.4__py3-none-any.whl → 0.11.5__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/core.py +5 -4
- githubkit/exception.py +2 -2
- githubkit/github.py +6 -6
- githubkit/paginator.py +22 -14
- githubkit/response.py +13 -1
- githubkit/rest/__init__.py +611 -1605
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +4696 -5846
- githubkit/versions/ghec_v2022_11_28/models/group_0005.py +16 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0006.py +41 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0047.py +88 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0048.py +8 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0049.py +23 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0050.py +86 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0051.py +52 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0052.py +16 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0053.py +32 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0054.py +47 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0055.py +78 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0056.py +41 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0057.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0058.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0059.py +31 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +14 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0061.py +78 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0062.py +39 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0063.py +66 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0064.py +67 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0065.py +13 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0066.py +42 -97
- githubkit/versions/ghec_v2022_11_28/models/group_0067.py +113 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +27 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0069.py +29 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0070.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0071.py +17 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0072.py +17 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0073.py +26 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0074.py +31 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0075.py +39 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0076.py +54 -132
- githubkit/versions/ghec_v2022_11_28/models/group_0077.py +140 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0078.py +30 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0079.py +16 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0080.py +17 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0081.py +109 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0082.py +13 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0083.py +6 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0084.py +21 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0085.py +16 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0086.py +17 -147
- githubkit/versions/ghec_v2022_11_28/models/group_0087.py +150 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0088.py +12 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0089.py +62 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0090.py +23 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0091.py +31 -111
- githubkit/versions/ghec_v2022_11_28/models/group_0092.py +102 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0093.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0094.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0095.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0096.py +7 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0097.py +23 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0098.py +32 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0099.py +22 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0100.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0102.py +32 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0103.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0104.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0105.py +28 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0106.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0107.py +7 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0108.py +31 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0109.py +43 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0110.py +34 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0111.py +73 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0112.py +27 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0113.py +34 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0114.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0115.py +14 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0116.py +10 -181
- githubkit/versions/ghec_v2022_11_28/models/group_0117.py +180 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0118.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0119.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0120.py +16 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +12 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0122.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0123.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0124.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0125.py +9 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0126.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0127.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0128.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0129.py +13 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0130.py +91 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0131.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0132.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0133.py +33 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0134.py +16 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0135.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0136.py +16 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0137.py +19 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0138.py +11 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0139.py +26 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0140.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0141.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0142.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0143.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0144.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0145.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0146.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0147.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0149.py +16 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0150.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +28 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +11 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +26 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +19 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +125 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +30 -173
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +74 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +22 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +176 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +25 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +110 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +35 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +21 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +13 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +11 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +42 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +146 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +29 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +15 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +12 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +8 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +10 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +16 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +32 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +28 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +85 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +14 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +16 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +7 -102
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +44 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +44 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +98 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +9 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +11 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +39 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +43 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +90 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +48 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +25 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +11 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +10 -124
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +20 -161
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +39 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +122 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +171 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +27 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +8 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +8 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +20 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +34 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +28 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +25 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +146 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +19 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +34 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +26 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +61 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +17 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +63 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +33 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +49 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +81 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +42 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +13 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +27 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +49 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +28 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +25 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +44 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +33 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +32 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +12 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +28 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +20 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +53 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +46 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +21 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +6 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +17 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +80 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +20 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +13 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +31 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +21 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +42 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +21 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +55 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +29 -119
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +40 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +36 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +27 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +94 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +30 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +55 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +13 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +29 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +116 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +8 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +31 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +37 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +61 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +42 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +61 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +20 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +12 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +10 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +43 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +16 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +53 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +14 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +31 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +27 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +31 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +54 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +12 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +118 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +15 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +20 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +13 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +11 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +14 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +14 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +28 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +24 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +26 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +17 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +26 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +28 -134
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +28 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +31 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +43 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +13 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +80 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +57 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +136 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +19 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +21 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +14 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +6 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +25 -192
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +18 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +76 -136
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +29 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +18 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +20 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +83 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +93 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +193 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +37 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +138 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +13 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +63 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +66 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +8 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +25 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +40 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0332.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0333.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0334.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +14 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +15 -106
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +12 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +15 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0342.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0343.py +21 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0344.py +24 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0345.py +19 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +22 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +66 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +113 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +88 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +123 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +25 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +11 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +15 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +25 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +11 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +8 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +12 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +11 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +15 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +11 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +37 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +55 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +17 -116
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +23 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +18 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +24 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +22 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +27 -100
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +61 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +12 -129
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +7 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +54 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +125 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +25 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +36 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +38 -135
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +36 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +93 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +31 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +123 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +88 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +57 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +64 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +7 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +33 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +144 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +64 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +12 -356
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +32 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +7 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +9 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +18 -141
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +24 -171
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +15 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +24 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +325 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +34 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +50 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +47 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +63 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +23 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +20 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +64 -149
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +17 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +78 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +141 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +77 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +14 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +14 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +51 -355
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +11 -386
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +244 -210
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +27 -175
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +349 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +27 -182
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +41 -201
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +43 -184
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +44 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +12 -135
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +59 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +49 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +166 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +54 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +50 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +15 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +30 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +23 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +22 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +111 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +31 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +1039 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +159 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +78 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +123 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +60 -591
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +56 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +48 -520
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +70 -516
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +42 -440
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +26 -968
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +44 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +10 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +15 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +15 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +112 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +8 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +13 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +8 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +32 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +8 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +390 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +337 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +355 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +180 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +180 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +160 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +163 -140
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +165 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +168 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +114 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +46 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +18 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +25 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +21 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +27 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +23 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +21 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +21 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +20 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +21 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +17 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +33 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +31 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +31 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +37 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +626 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +51 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +415 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +445 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +420 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +957 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +39 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +52 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +34 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +35 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +33 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +52 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +39 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +46 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +66 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +39 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +33 -148
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +46 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +37 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +18 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +11 -89
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +25 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +33 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +37 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +39 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +42 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +154 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +168 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +18 -151
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +119 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +10 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +23 -473
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +21 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +32 -187
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +31 -197
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +63 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +59 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +34 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +110 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +43 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +41 -115
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +81 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +143 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +45 -339
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +11 -490
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +4 -496
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +10 -471
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +23 -394
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +11 -451
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +76 -1039
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +11 -444
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +12 -403
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +20 -1096
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +41 -398
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +42 -366
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +14 -416
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +5 -438
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +25 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +84 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +81 -101
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +139 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +25 -138
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +78 -145
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +22 -133
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +138 -132
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +129 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +27 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +6 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +23 -151
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +55 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +85 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +148 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +23 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +75 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +16 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +14 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +141 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +158 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +25 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +58 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +84 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +8 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +91 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +22 -105
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +83 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +439 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +444 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +419 -461
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +451 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +424 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +401 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +1058 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +32 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +465 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +695 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +37 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +29 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +442 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +41 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +16 -87
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +14 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +64 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +20 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +59 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +95 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +102 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +20 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +54 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +52 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +14 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +48 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +22 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +20 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +17 -108
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +98 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +24 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +24 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +24 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +62 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +26 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +21 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +24 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +25 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +75 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +25 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +46 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +40 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +16 -1149
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +29 -1161
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +374 -1019
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +14 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +69 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +83 -1093
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +35 -1082
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +17 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +17 -1133
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +17 -1149
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +17 -1124
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +15 -1147
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +47 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +8 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +14 -1334
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +29 -1294
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +25 -1334
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +42 -1166
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +18 -1134
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +23 -1259
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +15 -1284
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +17 -1242
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +16 -1269
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +28 -1201
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +16 -1314
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +16 -1316
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +16 -1143
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +39 -1154
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +15 -1144
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +13 -1121
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +18 -383
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +12 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +85 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +36 -598
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +35 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +34 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +34 -185
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +51 -161
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +33 -161
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +16 -210
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +14 -169
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +10 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +1042 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +1095 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +1169 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +14 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +18 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +1118 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +77 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +1094 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +1116 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1108 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +18 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0673.py +13 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0674.py +14 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0675.py +14 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +1335 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +1163 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +1165 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +1182 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1071 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +1246 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +1234 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +1240 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +1228 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1078 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1278 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1280 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1139 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +1068 -196
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +1152 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +1112 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +374 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +69 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +549 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +13 -134
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +46 -151
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +186 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +39 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +38 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +58 -134
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +95 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +19 -164
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +19 -146
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +19 -188
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +18 -184
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +17 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +11 -206
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +40 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +56 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +86 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +41 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +11 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +18 -279
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +33 -264
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +24 -277
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +23 -380
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +25 -279
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +32 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +15 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +90 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +90 -77
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +113 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +85 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +31 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +36 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +70 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +40 -439
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +15 -469
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +238 -441
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +6 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +47 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +47 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +31 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +43 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +43 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +161 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +36 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +7 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +17 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0744.py +34 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0745.py +45 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0746.py +63 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +35 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +34 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +32 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +45 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +39 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +229 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +45 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +238 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +235 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +236 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +340 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +227 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +34 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +48 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +105 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +75 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +57 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +113 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +64 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +49 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +86 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +93 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +480 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +472 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +459 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +31 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +10 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +4 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +12 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +6 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +6 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +37 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +14 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +8 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +6 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +35 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +27 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +12 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +9 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +7 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +27 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +28 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +22 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +34 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +9 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +111 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +26 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +7 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +35 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +35 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +28 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +13 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +7 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +14 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +28 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +9 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +33 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +16 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +13 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +9 -115
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +15 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +8 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +8 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +29 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +10 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +9 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +26 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +47 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +35 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +17 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +4 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +24 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +48 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +11 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +4 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +20 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +9 -220
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +35 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +115 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +76 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +82 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +35 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +32 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +11 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +18 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +9 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +9 -210
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +4 -97
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +23 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +20 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +22 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +7 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +4 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +8 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +190 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +9 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +7 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +10 -94
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +9 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +9 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +15 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +7 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +8 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +9 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +10 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +9 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +6 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +27 -52
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +20 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +16 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +210 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +92 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +32 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +17 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +20 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +16 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +10 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +9 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +13 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +5 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +101 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +39 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +58 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +98 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +47 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +47 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +5 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +23 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +9 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +17 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +29 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +25 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +43 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +40 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +26 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +17 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +22 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +17 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +60 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +54 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +20 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +10 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +42 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +7 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +31 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +23 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +34 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +14 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +21 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +14 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +14 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +11 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +11 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +65 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +7 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +10 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +38 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +35 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +36 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +18 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +14 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +12 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +10 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +4 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +40 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +46 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +7 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +19 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +5 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -61
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +10 -59
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +11 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +6 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +20 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +21 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +10 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +12 -48
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +24 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +26 -63
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +20 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +27 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +27 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +18 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +17 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +27 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +5 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +9 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +29 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +4 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +27 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +5 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +15 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +45 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +42 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +19 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +66 -81
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +73 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +19 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +18 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +70 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +33 -0
- githubkit/versions/ghec_v2022_11_28/rest/__init__.py +6 -6
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +16 -8
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +381 -0
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +165 -0
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +90 -38
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +4735 -5851
- githubkit/versions/ghec_v2022_11_28/types/group_0005.py +13 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0006.py +30 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0047.py +35 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0048.py +6 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0049.py +16 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0050.py +66 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0051.py +33 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0052.py +10 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0053.py +30 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0054.py +33 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0055.py +25 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0056.py +32 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0057.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0058.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0059.py +27 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +15 -88
- githubkit/versions/ghec_v2022_11_28/types/group_0061.py +63 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0062.py +31 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0063.py +61 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0064.py +42 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0065.py +9 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0066.py +38 -86
- githubkit/versions/ghec_v2022_11_28/types/group_0067.py +102 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +23 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0069.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0070.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0071.py +16 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0072.py +19 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0073.py +19 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0074.py +21 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0075.py +35 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0076.py +43 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0077.py +126 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0078.py +27 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0079.py +12 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0080.py +12 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0081.py +78 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0082.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0083.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0084.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0085.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0086.py +12 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0087.py +83 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0088.py +10 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0089.py +33 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0090.py +8 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0091.py +24 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0092.py +76 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0093.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0094.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0095.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0096.py +7 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0097.py +20 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0098.py +24 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0099.py +19 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0100.py +22 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0101.py +6 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0102.py +29 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0103.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0104.py +9 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0105.py +21 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0106.py +30 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0107.py +6 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0108.py +15 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0109.py +30 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0110.py +28 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0111.py +48 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0112.py +25 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0113.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0114.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0115.py +11 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0116.py +9 -140
- githubkit/versions/ghec_v2022_11_28/types/group_0117.py +141 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0118.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0119.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0120.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0121.py +14 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0122.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0123.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0124.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0125.py +11 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0126.py +18 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0127.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0128.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0129.py +13 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0130.py +79 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0131.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0132.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0133.py +27 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0134.py +13 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0135.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0136.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0137.py +9 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0138.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0139.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0140.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0141.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0143.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0144.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0145.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0146.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0147.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0149.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0150.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +19 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +10 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +22 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +14 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +108 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +15 -130
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +35 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +20 -99
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +125 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +21 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +94 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +28 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +16 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +12 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +10 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +31 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +110 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +24 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +8 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +14 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +32 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +23 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +57 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +7 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +8 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +6 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +40 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +38 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +63 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +14 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +11 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +7 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +27 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +31 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +76 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +38 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +22 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +7 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +17 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +21 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +113 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +130 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +22 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +7 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +8 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +20 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +31 -113
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +24 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +21 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +122 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +15 -58
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +29 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +21 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +51 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +23 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +54 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +29 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +33 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +42 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +23 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +34 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +26 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +15 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +23 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +24 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +6 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +18 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +14 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +49 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +41 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +19 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +6 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +67 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +18 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +12 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +28 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +20 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +37 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +22 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +50 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +20 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +33 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +29 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +23 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +82 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +28 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +34 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +9 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +26 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +59 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +26 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +39 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +28 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +45 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +11 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +6 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +25 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +48 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +12 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +26 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +23 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +6 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +20 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +51 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +9 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +94 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +14 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +13 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +13 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +25 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +17 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +21 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +31 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +17 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +22 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +23 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0295.py +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0297.py +10 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +35 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +7 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +70 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +52 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +82 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +19 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +20 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +13 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +5 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +24 -177
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +16 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +52 -126
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +26 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +19 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +79 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +76 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +178 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +35 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +128 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +12 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +56 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +49 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +24 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +39 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0332.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0333.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0334.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0336.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0337.py +15 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0338.py +10 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +8 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +10 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0343.py +10 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0344.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0345.py +11 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0346.py +11 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0347.py +31 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +53 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +73 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +22 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +13 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +16 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +10 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +7 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +8 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +11 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +16 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +9 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +11 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +30 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +12 -95
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +14 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +12 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +19 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +13 -92
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +27 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +9 -122
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +6 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +30 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +98 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +34 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +34 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +32 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +80 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +26 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +114 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +74 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +52 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +61 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +15 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +81 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +61 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -268
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +28 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +9 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +11 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +8 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +12 -121
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +19 -125
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +12 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +23 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +256 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +32 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +43 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +47 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +57 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +16 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +15 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +58 -115
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +12 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +31 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +71 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +126 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +64 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +9 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +38 -275
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +9 -305
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +212 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +20 -109
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +317 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +27 -114
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +34 -133
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +28 -104
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +34 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +11 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +52 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +45 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +123 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +46 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +46 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +24 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +15 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +18 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +79 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +851 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +120 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +71 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +113 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +49 -532
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +53 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +26 -471
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +61 -455
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +34 -388
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +19 -858
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +32 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +9 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +11 -85
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +11 -85
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +98 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +10 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +23 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +314 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +270 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +291 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +136 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +138 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +106 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +104 -111
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +102 -131
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +103 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +74 -92
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +23 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +13 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +17 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +14 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +18 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +14 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +15 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +15 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +16 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +15 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +17 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +17 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +17 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +17 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +570 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +27 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +376 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +396 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +370 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +848 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +19 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +45 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +17 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +19 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +19 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +36 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +21 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +24 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +42 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +19 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +17 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +24 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +17 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +13 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +8 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +15 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +19 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +17 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +21 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +19 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +122 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +136 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +15 -133
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +116 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +8 -79
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +16 -413
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +16 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +18 -167
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +18 -171
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +37 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +39 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +18 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +82 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +19 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +19 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +69 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +130 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +37 -291
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +8 -414
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +3 -418
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +10 -393
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +11 -336
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +10 -378
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +61 -896
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +11 -381
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +11 -333
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +14 -981
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +38 -327
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +35 -304
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +9 -356
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +4 -376
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +24 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +69 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +80 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +119 -88
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +24 -106
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +73 -113
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +17 -116
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +128 -97
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +112 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +22 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +3 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +21 -108
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +45 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +84 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +137 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +24 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +76 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +13 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +12 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +125 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +132 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +3 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +30 -50
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +50 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +84 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +7 -93
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +83 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +21 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +81 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +393 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +368 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +331 -386
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +395 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +363 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +324 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +931 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +400 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +604 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +23 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +18 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +385 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +18 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +14 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +13 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +45 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +15 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +51 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +66 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +70 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +15 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +45 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +37 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +13 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +38 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +17 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +12 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +12 -87
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +92 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +35 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +15 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +13 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +14 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +63 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +14 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +30 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +32 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +13 -951
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +23 -938
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +315 -800
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +60 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +69 -856
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +29 -887
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +13 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +13 -927
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +13 -937
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +13 -917
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +11 -933
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +35 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +29 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +12 -1070
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +24 -1034
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +21 -1080
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +35 -959
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +14 -944
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +21 -1024
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +13 -1059
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +14 -1023
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +14 -1037
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +23 -993
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +14 -1079
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +14 -1089
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +14 -940
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +28 -946
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +13 -941
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +11 -925
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +14 -284
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +59 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +15 -507
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +31 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +14 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +13 -160
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +45 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +28 -136
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +14 -173
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +12 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +9 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +845 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +894 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +963 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +14 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +923 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +60 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +904 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +920 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +912 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +14 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0674.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0675.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +1071 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +943 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +952 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +965 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +895 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +1014 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +1005 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +1021 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +999 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +882 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +1042 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +1050 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +939 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +890 -171
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +935 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +923 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +282 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +13 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +60 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +462 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +12 -114
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +45 -110
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +160 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +45 -128
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +78 -66
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +14 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +14 -135
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +14 -168
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +14 -165
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +10 -186
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +15 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +29 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +56 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +10 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +13 -221
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +34 -216
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +15 -219
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +14 -286
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +16 -222
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +27 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +15 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +79 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +86 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +102 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +78 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +22 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +21 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +60 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +12 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +34 -384
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +13 -425
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +194 -403
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +10 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +20 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +17 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +121 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0744.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0745.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0746.py +36 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +18 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +21 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +20 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +17 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +190 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +183 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +181 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +180 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +248 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +182 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +15 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +19 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +63 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +56 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +49 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +64 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +51 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +44 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +62 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +63 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +412 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +414 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +412 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +31 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +9 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +10 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +6 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +26 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +41 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +8 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +26 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +11 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +6 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +25 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +14 -48
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +10 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +6 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +23 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +6 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +27 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +18 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +5 -123
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +48 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +69 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +71 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +13 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +5 -123
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +4 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +15 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +17 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +19 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +3 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +10 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +109 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +14 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +14 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +14 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +8 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +5 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +23 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +15 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +123 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +52 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +22 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +12 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +11 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +13 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +53 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +28 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +37 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +59 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +31 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +34 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +15 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +22 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +13 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +7 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +30 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +33 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +21 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +13 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +29 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +23 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +15 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +8 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +6 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +8 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +40 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +23 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +23 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +10 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +4 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +35 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +16 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +6 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +6 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +15 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +12 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +3 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +16 -26
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +4 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +26 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +7 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +12 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +60 -27
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +62 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +10 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +22 -0
- githubkit/versions/latest/models.py +611 -1605
- githubkit/versions/latest/types.py +639 -1607
- githubkit/versions/v2022_11_28/models/__init__.py +4568 -5718
- githubkit/versions/v2022_11_28/models/group_0005.py +16 -41
- githubkit/versions/v2022_11_28/models/group_0006.py +41 -16
- githubkit/versions/v2022_11_28/models/group_0025.py +88 -9
- githubkit/versions/v2022_11_28/models/group_0026.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0027.py +23 -85
- githubkit/versions/v2022_11_28/models/group_0028.py +84 -115
- githubkit/versions/v2022_11_28/models/group_0029.py +117 -47
- githubkit/versions/v2022_11_28/models/group_0030.py +52 -12
- githubkit/versions/v2022_11_28/models/group_0031.py +14 -65
- githubkit/versions/v2022_11_28/models/group_0032.py +68 -24
- githubkit/versions/v2022_11_28/models/group_0033.py +31 -15
- githubkit/versions/v2022_11_28/models/group_0034.py +14 -103
- githubkit/versions/v2022_11_28/models/group_0035.py +78 -17
- githubkit/versions/v2022_11_28/models/group_0036.py +39 -76
- githubkit/versions/v2022_11_28/models/group_0037.py +66 -59
- githubkit/versions/v2022_11_28/models/group_0038.py +67 -35
- githubkit/versions/v2022_11_28/models/group_0039.py +13 -36
- githubkit/versions/v2022_11_28/models/group_0040.py +42 -97
- githubkit/versions/v2022_11_28/models/group_0041.py +113 -22
- githubkit/versions/v2022_11_28/models/group_0042.py +27 -26
- githubkit/versions/v2022_11_28/models/group_0043.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0044.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0045.py +17 -17
- githubkit/versions/v2022_11_28/models/group_0046.py +17 -21
- githubkit/versions/v2022_11_28/models/group_0047.py +26 -40
- githubkit/versions/v2022_11_28/models/group_0048.py +31 -43
- githubkit/versions/v2022_11_28/models/group_0049.py +39 -49
- githubkit/versions/v2022_11_28/models/group_0050.py +43 -132
- githubkit/versions/v2022_11_28/models/group_0051.py +140 -23
- githubkit/versions/v2022_11_28/models/group_0052.py +30 -14
- githubkit/versions/v2022_11_28/models/group_0053.py +11 -101
- githubkit/versions/v2022_11_28/models/group_0054.py +107 -8
- githubkit/versions/v2022_11_28/models/group_0055.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0056.py +13 -5
- githubkit/versions/v2022_11_28/models/group_0057.py +6 -25
- githubkit/versions/v2022_11_28/models/group_0058.py +14 -11
- githubkit/versions/v2022_11_28/models/group_0059.py +17 -9
- githubkit/versions/v2022_11_28/models/group_0060.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0061.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0062.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0063.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0064.py +12 -31
- githubkit/versions/v2022_11_28/models/group_0065.py +33 -11
- githubkit/versions/v2022_11_28/models/group_0066.py +17 -30
- githubkit/versions/v2022_11_28/models/group_0067.py +20 -12
- githubkit/versions/v2022_11_28/models/group_0068.py +11 -55
- githubkit/versions/v2022_11_28/models/group_0069.py +52 -45
- githubkit/versions/v2022_11_28/models/group_0070.py +50 -17
- githubkit/versions/v2022_11_28/models/group_0071.py +17 -147
- githubkit/versions/v2022_11_28/models/group_0072.py +150 -11
- githubkit/versions/v2022_11_28/models/group_0073.py +12 -68
- githubkit/versions/v2022_11_28/models/group_0074.py +62 -24
- githubkit/versions/v2022_11_28/models/group_0075.py +23 -31
- githubkit/versions/v2022_11_28/models/group_0076.py +31 -111
- githubkit/versions/v2022_11_28/models/group_0077.py +119 -7
- githubkit/versions/v2022_11_28/models/group_0078.py +7 -26
- githubkit/versions/v2022_11_28/models/group_0079.py +21 -18
- githubkit/versions/v2022_11_28/models/group_0080.py +22 -33
- githubkit/versions/v2022_11_28/models/group_0081.py +32 -11
- githubkit/versions/v2022_11_28/models/group_0082.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0083.py +13 -51
- githubkit/versions/v2022_11_28/models/group_0084.py +49 -29
- githubkit/versions/v2022_11_28/models/group_0085.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0086.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0087.py +31 -45
- githubkit/versions/v2022_11_28/models/group_0088.py +43 -69
- githubkit/versions/v2022_11_28/models/group_0089.py +34 -31
- githubkit/versions/v2022_11_28/models/group_0090.py +73 -26
- githubkit/versions/v2022_11_28/models/group_0091.py +27 -31
- githubkit/versions/v2022_11_28/models/group_0092.py +34 -8
- githubkit/versions/v2022_11_28/models/group_0093.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0094.py +14 -10
- githubkit/versions/v2022_11_28/models/group_0095.py +10 -181
- githubkit/versions/v2022_11_28/models/group_0096.py +180 -14
- githubkit/versions/v2022_11_28/models/group_0097.py +17 -8
- githubkit/versions/v2022_11_28/models/group_0098.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0099.py +16 -12
- githubkit/versions/v2022_11_28/models/group_0100.py +12 -20
- githubkit/versions/v2022_11_28/models/group_0101.py +19 -11
- githubkit/versions/v2022_11_28/models/group_0102.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0103.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0104.py +9 -31
- githubkit/versions/v2022_11_28/models/group_0105.py +29 -11
- githubkit/versions/v2022_11_28/models/group_0106.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0107.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0108.py +13 -42
- githubkit/versions/v2022_11_28/models/group_0109.py +91 -9
- githubkit/versions/v2022_11_28/models/group_0110.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0111.py +7 -10
- githubkit/versions/v2022_11_28/models/group_0112.py +33 -10
- githubkit/versions/v2022_11_28/models/group_0113.py +16 -7
- githubkit/versions/v2022_11_28/models/group_0114.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0115.py +16 -20
- githubkit/versions/v2022_11_28/models/group_0116.py +19 -17
- githubkit/versions/v2022_11_28/models/group_0117.py +11 -26
- githubkit/versions/v2022_11_28/models/group_0118.py +26 -10
- githubkit/versions/v2022_11_28/models/group_0119.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0120.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0121.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0122.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0123.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0124.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0125.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0126.py +13 -12
- githubkit/versions/v2022_11_28/models/group_0127.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0128.py +16 -9
- githubkit/versions/v2022_11_28/models/group_0129.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0130.py +12 -29
- githubkit/versions/v2022_11_28/models/group_0131.py +28 -13
- githubkit/versions/v2022_11_28/models/group_0132.py +11 -114
- githubkit/versions/v2022_11_28/models/group_0133.py +26 -40
- githubkit/versions/v2022_11_28/models/group_0134.py +19 -76
- githubkit/versions/v2022_11_28/models/group_0135.py +125 -22
- githubkit/versions/v2022_11_28/models/group_0136.py +30 -173
- githubkit/versions/v2022_11_28/models/group_0137.py +61 -61
- githubkit/versions/v2022_11_28/models/group_0138.py +28 -14
- githubkit/versions/v2022_11_28/models/group_0139.py +184 -10
- githubkit/versions/v2022_11_28/models/group_0140.py +79 -111
- githubkit/versions/v2022_11_28/models/group_0141.py +10 -37
- githubkit/versions/v2022_11_28/models/group_0142.py +11 -30
- githubkit/versions/v2022_11_28/models/group_0143.py +110 -11
- githubkit/versions/v2022_11_28/models/group_0144.py +35 -11
- githubkit/versions/v2022_11_28/models/group_0145.py +21 -36
- githubkit/versions/v2022_11_28/models/group_0146.py +13 -144
- githubkit/versions/v2022_11_28/models/group_0147.py +11 -24
- githubkit/versions/v2022_11_28/models/group_0148.py +42 -12
- githubkit/versions/v2022_11_28/models/group_0149.py +146 -8
- githubkit/versions/v2022_11_28/models/group_0150.py +29 -8
- githubkit/versions/v2022_11_28/models/group_0151.py +15 -10
- githubkit/versions/v2022_11_28/models/group_0152.py +12 -19
- githubkit/versions/v2022_11_28/models/group_0153.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0154.py +10 -30
- githubkit/versions/v2022_11_28/models/group_0155.py +16 -86
- githubkit/versions/v2022_11_28/models/group_0156.py +32 -13
- githubkit/versions/v2022_11_28/models/group_0157.py +28 -8
- githubkit/versions/v2022_11_28/models/group_0158.py +85 -9
- githubkit/versions/v2022_11_28/models/group_0159.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0160.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0161.py +14 -51
- githubkit/versions/v2022_11_28/models/group_0162.py +16 -43
- githubkit/versions/v2022_11_28/models/group_0163.py +7 -102
- githubkit/versions/v2022_11_28/models/group_0164.py +44 -39
- githubkit/versions/v2022_11_28/models/group_0165.py +44 -8
- githubkit/versions/v2022_11_28/models/group_0166.py +98 -11
- githubkit/versions/v2022_11_28/models/group_0167.py +24 -31
- githubkit/versions/v2022_11_28/models/group_0168.py +9 -48
- githubkit/versions/v2022_11_28/models/group_0169.py +11 -88
- githubkit/versions/v2022_11_28/models/group_0170.py +39 -38
- githubkit/versions/v2022_11_28/models/group_0171.py +43 -21
- githubkit/versions/v2022_11_28/models/group_0172.py +90 -11
- githubkit/versions/v2022_11_28/models/group_0173.py +48 -9
- githubkit/versions/v2022_11_28/models/group_0174.py +25 -27
- githubkit/versions/v2022_11_28/models/group_0175.py +11 -44
- githubkit/versions/v2022_11_28/models/group_0176.py +10 -124
- githubkit/versions/v2022_11_28/models/group_0177.py +20 -161
- githubkit/versions/v2022_11_28/models/group_0178.py +39 -20
- githubkit/versions/v2022_11_28/models/group_0179.py +122 -7
- githubkit/versions/v2022_11_28/models/group_0180.py +171 -9
- githubkit/versions/v2022_11_28/models/group_0181.py +27 -22
- githubkit/versions/v2022_11_28/models/group_0182.py +8 -44
- githubkit/versions/v2022_11_28/models/group_0183.py +8 -27
- githubkit/versions/v2022_11_28/models/group_0184.py +20 -29
- githubkit/versions/v2022_11_28/models/group_0185.py +34 -143
- githubkit/versions/v2022_11_28/models/group_0186.py +28 -24
- githubkit/versions/v2022_11_28/models/group_0187.py +25 -28
- githubkit/versions/v2022_11_28/models/group_0188.py +146 -24
- githubkit/versions/v2022_11_28/models/group_0189.py +19 -70
- githubkit/versions/v2022_11_28/models/group_0190.py +34 -17
- githubkit/versions/v2022_11_28/models/group_0191.py +26 -60
- githubkit/versions/v2022_11_28/models/group_0192.py +61 -23
- githubkit/versions/v2022_11_28/models/group_0193.py +17 -51
- githubkit/versions/v2022_11_28/models/group_0194.py +63 -85
- githubkit/versions/v2022_11_28/models/group_0195.py +33 -40
- githubkit/versions/v2022_11_28/models/group_0196.py +49 -11
- githubkit/versions/v2022_11_28/models/group_0197.py +81 -21
- githubkit/versions/v2022_11_28/models/group_0198.py +42 -38
- githubkit/versions/v2022_11_28/models/group_0199.py +13 -29
- githubkit/versions/v2022_11_28/models/group_0200.py +27 -11
- githubkit/versions/v2022_11_28/models/group_0201.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0202.py +11 -17
- githubkit/versions/v2022_11_28/models/group_0203.py +49 -26
- githubkit/versions/v2022_11_28/models/group_0204.py +28 -8
- githubkit/versions/v2022_11_28/models/group_0205.py +25 -25
- githubkit/versions/v2022_11_28/models/group_0206.py +44 -62
- githubkit/versions/v2022_11_28/models/group_0207.py +33 -49
- githubkit/versions/v2022_11_28/models/group_0208.py +32 -22
- githubkit/versions/v2022_11_28/models/group_0209.py +15 -6
- githubkit/versions/v2022_11_28/models/group_0210.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0211.py +12 -80
- githubkit/versions/v2022_11_28/models/group_0212.py +28 -21
- githubkit/versions/v2022_11_28/models/group_0213.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0214.py +20 -32
- githubkit/versions/v2022_11_28/models/group_0215.py +53 -15
- githubkit/versions/v2022_11_28/models/group_0216.py +46 -35
- githubkit/versions/v2022_11_28/models/group_0217.py +21 -27
- githubkit/versions/v2022_11_28/models/group_0218.py +6 -60
- githubkit/versions/v2022_11_28/models/group_0219.py +17 -27
- githubkit/versions/v2022_11_28/models/group_0220.py +80 -29
- githubkit/versions/v2022_11_28/models/group_0221.py +20 -24
- githubkit/versions/v2022_11_28/models/group_0222.py +13 -31
- githubkit/versions/v2022_11_28/models/group_0223.py +31 -99
- githubkit/versions/v2022_11_28/models/group_0224.py +21 -31
- githubkit/versions/v2022_11_28/models/group_0225.py +42 -55
- githubkit/versions/v2022_11_28/models/group_0226.py +21 -17
- githubkit/versions/v2022_11_28/models/group_0227.py +55 -24
- githubkit/versions/v2022_11_28/models/group_0228.py +29 -119
- githubkit/versions/v2022_11_28/models/group_0229.py +40 -8
- githubkit/versions/v2022_11_28/models/group_0230.py +36 -36
- githubkit/versions/v2022_11_28/models/group_0231.py +27 -35
- githubkit/versions/v2022_11_28/models/group_0232.py +94 -59
- githubkit/versions/v2022_11_28/models/group_0233.py +30 -41
- githubkit/versions/v2022_11_28/models/group_0234.py +55 -10
- githubkit/versions/v2022_11_28/models/group_0235.py +13 -71
- githubkit/versions/v2022_11_28/models/group_0236.py +29 -21
- githubkit/versions/v2022_11_28/models/group_0237.py +116 -10
- githubkit/versions/v2022_11_28/models/group_0238.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0239.py +31 -6
- githubkit/versions/v2022_11_28/models/group_0240.py +37 -16
- githubkit/versions/v2022_11_28/models/group_0241.py +61 -33
- githubkit/versions/v2022_11_28/models/group_0242.py +42 -6
- githubkit/versions/v2022_11_28/models/group_0243.py +12 -16
- githubkit/versions/v2022_11_28/models/group_0244.py +61 -62
- githubkit/versions/v2022_11_28/models/group_0245.py +20 -20
- githubkit/versions/v2022_11_28/models/group_0246.py +12 -38
- githubkit/versions/v2022_11_28/models/group_0247.py +10 -28
- githubkit/versions/v2022_11_28/models/group_0248.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0249.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0250.py +43 -58
- githubkit/versions/v2022_11_28/models/group_0251.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0252.py +16 -9
- githubkit/versions/v2022_11_28/models/group_0253.py +53 -107
- githubkit/versions/v2022_11_28/models/group_0254.py +14 -24
- githubkit/versions/v2022_11_28/models/group_0255.py +31 -23
- githubkit/versions/v2022_11_28/models/group_0256.py +27 -21
- githubkit/versions/v2022_11_28/models/group_0257.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0258.py +31 -27
- githubkit/versions/v2022_11_28/models/group_0259.py +54 -23
- githubkit/versions/v2022_11_28/models/group_0260.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0261.py +12 -36
- githubkit/versions/v2022_11_28/models/group_0262.py +118 -15
- githubkit/versions/v2022_11_28/models/group_0263.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0264.py +20 -9
- githubkit/versions/v2022_11_28/models/group_0265.py +13 -28
- githubkit/versions/v2022_11_28/models/group_0266.py +11 -29
- githubkit/versions/v2022_11_28/models/group_0267.py +14 -23
- githubkit/versions/v2022_11_28/models/group_0268.py +14 -26
- githubkit/versions/v2022_11_28/models/group_0269.py +28 -14
- githubkit/versions/v2022_11_28/models/group_0270.py +24 -35
- githubkit/versions/v2022_11_28/models/group_0271.py +26 -13
- githubkit/versions/v2022_11_28/models/group_0272.py +34 -11
- githubkit/versions/v2022_11_28/models/group_0273.py +17 -80
- githubkit/versions/v2022_11_28/models/group_0274.py +26 -52
- githubkit/versions/v2022_11_28/models/group_0275.py +28 -134
- githubkit/versions/v2022_11_28/models/group_0276.py +28 -9
- githubkit/versions/v2022_11_28/models/group_0277.py +31 -9
- githubkit/versions/v2022_11_28/models/group_0278.py +13 -18
- githubkit/versions/v2022_11_28/models/group_0279.py +43 -15
- githubkit/versions/v2022_11_28/models/group_0280.py +24 -6
- githubkit/versions/v2022_11_28/models/group_0281.py +13 -35
- githubkit/versions/v2022_11_28/models/group_0282.py +80 -9
- githubkit/versions/v2022_11_28/models/group_0283.py +57 -70
- githubkit/versions/v2022_11_28/models/group_0284.py +136 -19
- githubkit/versions/v2022_11_28/models/group_0285.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0286.py +19 -18
- githubkit/versions/v2022_11_28/models/group_0287.py +21 -20
- githubkit/versions/v2022_11_28/models/group_0288.py +14 -85
- githubkit/versions/v2022_11_28/models/group_0289.py +6 -96
- githubkit/versions/v2022_11_28/models/group_0290.py +25 -192
- githubkit/versions/v2022_11_28/models/group_0291.py +18 -44
- githubkit/versions/v2022_11_28/models/group_0292.py +76 -136
- githubkit/versions/v2022_11_28/models/group_0293.py +29 -13
- githubkit/versions/v2022_11_28/models/group_0294.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0295.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0296.py +20 -65
- githubkit/versions/v2022_11_28/models/group_0297.py +83 -66
- githubkit/versions/v2022_11_28/models/group_0298.py +93 -8
- githubkit/versions/v2022_11_28/models/group_0299.py +193 -17
- githubkit/versions/v2022_11_28/models/group_0300.py +37 -44
- githubkit/versions/v2022_11_28/models/group_0301.py +138 -9
- githubkit/versions/v2022_11_28/models/group_0302.py +13 -22
- githubkit/versions/v2022_11_28/models/group_0303.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0304.py +12 -21
- githubkit/versions/v2022_11_28/models/group_0305.py +63 -15
- githubkit/versions/v2022_11_28/models/group_0306.py +66 -12
- githubkit/versions/v2022_11_28/models/group_0307.py +8 -24
- githubkit/versions/v2022_11_28/models/group_0308.py +25 -18
- githubkit/versions/v2022_11_28/models/group_0309.py +40 -16
- githubkit/versions/v2022_11_28/models/group_0310.py +9 -23
- githubkit/versions/v2022_11_28/models/group_0311.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0312.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0313.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0314.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0315.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0316.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0317.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0318.py +14 -60
- githubkit/versions/v2022_11_28/models/group_0319.py +15 -106
- githubkit/versions/v2022_11_28/models/group_0320.py +12 -81
- githubkit/versions/v2022_11_28/models/group_0321.py +15 -117
- githubkit/versions/v2022_11_28/models/group_0322.py +23 -12
- githubkit/versions/v2022_11_28/models/group_0323.py +23 -10
- githubkit/versions/v2022_11_28/models/group_0324.py +21 -25
- githubkit/versions/v2022_11_28/models/group_0325.py +24 -7
- githubkit/versions/v2022_11_28/models/group_0326.py +19 -16
- githubkit/versions/v2022_11_28/models/group_0327.py +22 -22
- githubkit/versions/v2022_11_28/models/group_0328.py +66 -11
- githubkit/versions/v2022_11_28/models/group_0329.py +113 -7
- githubkit/versions/v2022_11_28/models/group_0330.py +88 -8
- githubkit/versions/v2022_11_28/models/group_0331.py +123 -10
- githubkit/versions/v2022_11_28/models/group_0332.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0333.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0334.py +25 -10
- githubkit/versions/v2022_11_28/models/group_0335.py +7 -25
- githubkit/versions/v2022_11_28/models/group_0336.py +14 -38
- githubkit/versions/v2022_11_28/models/group_0337.py +15 -47
- githubkit/versions/v2022_11_28/models/group_0338.py +11 -37
- githubkit/versions/v2022_11_28/models/group_0339.py +7 -105
- githubkit/versions/v2022_11_28/models/group_0340.py +8 -35
- githubkit/versions/v2022_11_28/models/group_0341.py +10 -132
- githubkit/versions/v2022_11_28/models/group_0342.py +9 -88
- githubkit/versions/v2022_11_28/models/group_0343.py +8 -60
- githubkit/versions/v2022_11_28/models/group_0344.py +11 -64
- githubkit/versions/v2022_11_28/models/group_0345.py +25 -8
- githubkit/versions/v2022_11_28/models/group_0346.py +36 -24
- githubkit/versions/v2022_11_28/models/group_0347.py +38 -135
- githubkit/versions/v2022_11_28/models/group_0348.py +36 -9
- githubkit/versions/v2022_11_28/models/group_0349.py +93 -51
- githubkit/versions/v2022_11_28/models/group_0350.py +31 -11
- githubkit/versions/v2022_11_28/models/group_0351.py +123 -27
- githubkit/versions/v2022_11_28/models/group_0352.py +88 -7
- githubkit/versions/v2022_11_28/models/group_0353.py +57 -8
- githubkit/versions/v2022_11_28/models/group_0354.py +64 -9
- githubkit/versions/v2022_11_28/models/group_0355.py +7 -19
- githubkit/versions/v2022_11_28/models/group_0356.py +33 -10
- githubkit/versions/v2022_11_28/models/group_0357.py +144 -23
- githubkit/versions/v2022_11_28/models/group_0358.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0359.py +64 -20
- githubkit/versions/v2022_11_28/models/group_0360.py +12 -356
- githubkit/versions/v2022_11_28/models/group_0361.py +32 -25
- githubkit/versions/v2022_11_28/models/group_0362.py +7 -60
- githubkit/versions/v2022_11_28/models/group_0363.py +9 -51
- githubkit/versions/v2022_11_28/models/group_0364.py +8 -66
- githubkit/versions/v2022_11_28/models/group_0365.py +18 -141
- githubkit/versions/v2022_11_28/models/group_0366.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0367.py +24 -171
- githubkit/versions/v2022_11_28/models/group_0368.py +14 -27
- githubkit/versions/v2022_11_28/models/group_0369.py +24 -28
- githubkit/versions/v2022_11_28/models/group_0370.py +325 -88
- githubkit/versions/v2022_11_28/models/group_0371.py +34 -44
- githubkit/versions/v2022_11_28/models/group_0372.py +50 -53
- githubkit/versions/v2022_11_28/models/group_0373.py +47 -30
- githubkit/versions/v2022_11_28/models/group_0374.py +63 -30
- githubkit/versions/v2022_11_28/models/group_0375.py +23 -45
- githubkit/versions/v2022_11_28/models/group_0376.py +20 -47
- githubkit/versions/v2022_11_28/models/group_0377.py +64 -149
- githubkit/versions/v2022_11_28/models/group_0378.py +17 -42
- githubkit/versions/v2022_11_28/models/group_0379.py +33 -14
- githubkit/versions/v2022_11_28/models/group_0380.py +78 -32
- githubkit/versions/v2022_11_28/models/group_0381.py +141 -7
- githubkit/versions/v2022_11_28/models/group_0382.py +77 -53
- githubkit/versions/v2022_11_28/models/group_0383.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0384.py +14 -42
- githubkit/versions/v2022_11_28/models/group_0385.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0386.py +51 -354
- githubkit/versions/v2022_11_28/models/group_0387.py +11 -385
- githubkit/versions/v2022_11_28/models/group_0388.py +243 -209
- githubkit/versions/v2022_11_28/models/group_0389.py +27 -175
- githubkit/versions/v2022_11_28/models/group_0390.py +348 -144
- githubkit/versions/v2022_11_28/models/group_0391.py +27 -182
- githubkit/versions/v2022_11_28/models/group_0392.py +41 -201
- githubkit/versions/v2022_11_28/models/group_0393.py +43 -184
- githubkit/versions/v2022_11_28/models/group_0394.py +44 -160
- githubkit/versions/v2022_11_28/models/group_0395.py +12 -135
- githubkit/versions/v2022_11_28/models/group_0396.py +59 -53
- githubkit/versions/v2022_11_28/models/group_0397.py +49 -40
- githubkit/versions/v2022_11_28/models/group_0398.py +166 -32
- githubkit/versions/v2022_11_28/models/group_0399.py +54 -40
- githubkit/versions/v2022_11_28/models/group_0400.py +50 -41
- githubkit/versions/v2022_11_28/models/group_0401.py +15 -43
- githubkit/versions/v2022_11_28/models/group_0402.py +30 -44
- githubkit/versions/v2022_11_28/models/group_0403.py +23 -42
- githubkit/versions/v2022_11_28/models/group_0404.py +22 -34
- githubkit/versions/v2022_11_28/models/group_0405.py +111 -28
- githubkit/versions/v2022_11_28/models/group_0406.py +31 -28
- githubkit/versions/v2022_11_28/models/group_0407.py +1039 -28
- githubkit/versions/v2022_11_28/models/group_0408.py +158 -31
- githubkit/versions/v2022_11_28/models/group_0409.py +78 -51
- githubkit/versions/v2022_11_28/models/group_0410.py +123 -47
- githubkit/versions/v2022_11_28/models/group_0411.py +60 -591
- githubkit/versions/v2022_11_28/models/group_0412.py +56 -48
- githubkit/versions/v2022_11_28/models/group_0413.py +48 -520
- githubkit/versions/v2022_11_28/models/group_0414.py +70 -516
- githubkit/versions/v2022_11_28/models/group_0415.py +42 -440
- githubkit/versions/v2022_11_28/models/group_0416.py +26 -968
- githubkit/versions/v2022_11_28/models/group_0417.py +44 -107
- githubkit/versions/v2022_11_28/models/group_0418.py +10 -53
- githubkit/versions/v2022_11_28/models/group_0419.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0420.py +15 -98
- githubkit/versions/v2022_11_28/models/group_0421.py +15 -98
- githubkit/versions/v2022_11_28/models/group_0422.py +112 -103
- githubkit/versions/v2022_11_28/models/group_0423.py +13 -18
- githubkit/versions/v2022_11_28/models/group_0424.py +8 -40
- githubkit/versions/v2022_11_28/models/group_0425.py +13 -46
- githubkit/versions/v2022_11_28/models/group_0426.py +8 -59
- githubkit/versions/v2022_11_28/models/group_0427.py +32 -18
- githubkit/versions/v2022_11_28/models/group_0428.py +8 -40
- githubkit/versions/v2022_11_28/models/group_0429.py +13 -18
- githubkit/versions/v2022_11_28/models/group_0430.py +8 -42
- githubkit/versions/v2022_11_28/models/group_0431.py +389 -9
- githubkit/versions/v2022_11_28/models/group_0432.py +336 -58
- githubkit/versions/v2022_11_28/models/group_0433.py +354 -25
- githubkit/versions/v2022_11_28/models/group_0434.py +180 -14
- githubkit/versions/v2022_11_28/models/group_0435.py +180 -14
- githubkit/versions/v2022_11_28/models/group_0436.py +160 -16
- githubkit/versions/v2022_11_28/models/group_0437.py +163 -140
- githubkit/versions/v2022_11_28/models/group_0438.py +165 -160
- githubkit/versions/v2022_11_28/models/group_0439.py +168 -17
- githubkit/versions/v2022_11_28/models/group_0440.py +114 -96
- githubkit/versions/v2022_11_28/models/group_0441.py +46 -7
- githubkit/versions/v2022_11_28/models/group_0442.py +18 -37
- githubkit/versions/v2022_11_28/models/group_0443.py +25 -67
- githubkit/versions/v2022_11_28/models/group_0444.py +21 -39
- githubkit/versions/v2022_11_28/models/group_0445.py +27 -38
- githubkit/versions/v2022_11_28/models/group_0446.py +23 -86
- githubkit/versions/v2022_11_28/models/group_0447.py +21 -86
- githubkit/versions/v2022_11_28/models/group_0448.py +21 -37
- githubkit/versions/v2022_11_28/models/group_0449.py +20 -96
- githubkit/versions/v2022_11_28/models/group_0450.py +21 -37
- githubkit/versions/v2022_11_28/models/group_0451.py +17 -24
- githubkit/versions/v2022_11_28/models/group_0452.py +33 -83
- githubkit/versions/v2022_11_28/models/group_0453.py +31 -143
- githubkit/versions/v2022_11_28/models/group_0454.py +31 -159
- githubkit/versions/v2022_11_28/models/group_0455.py +37 -57
- githubkit/versions/v2022_11_28/models/group_0456.py +626 -5
- githubkit/versions/v2022_11_28/models/group_0457.py +51 -30
- githubkit/versions/v2022_11_28/models/group_0458.py +415 -54
- githubkit/versions/v2022_11_28/models/group_0459.py +445 -82
- githubkit/versions/v2022_11_28/models/group_0460.py +420 -86
- githubkit/versions/v2022_11_28/models/group_0461.py +957 -18
- githubkit/versions/v2022_11_28/models/group_0462.py +39 -80
- githubkit/versions/v2022_11_28/models/group_0463.py +52 -18
- githubkit/versions/v2022_11_28/models/group_0464.py +34 -84
- githubkit/versions/v2022_11_28/models/group_0465.py +35 -143
- githubkit/versions/v2022_11_28/models/group_0466.py +33 -159
- githubkit/versions/v2022_11_28/models/group_0467.py +52 -51
- githubkit/versions/v2022_11_28/models/group_0468.py +39 -28
- githubkit/versions/v2022_11_28/models/group_0469.py +46 -36
- githubkit/versions/v2022_11_28/models/group_0470.py +66 -85
- githubkit/versions/v2022_11_28/models/group_0471.py +39 -84
- githubkit/versions/v2022_11_28/models/group_0472.py +33 -148
- githubkit/versions/v2022_11_28/models/group_0473.py +46 -33
- githubkit/versions/v2022_11_28/models/group_0474.py +37 -78
- githubkit/versions/v2022_11_28/models/group_0475.py +18 -45
- githubkit/versions/v2022_11_28/models/group_0476.py +11 -89
- githubkit/versions/v2022_11_28/models/group_0477.py +25 -144
- githubkit/versions/v2022_11_28/models/group_0478.py +33 -159
- githubkit/versions/v2022_11_28/models/group_0479.py +37 -57
- githubkit/versions/v2022_11_28/models/group_0480.py +39 -28
- githubkit/versions/v2022_11_28/models/group_0481.py +42 -30
- githubkit/versions/v2022_11_28/models/group_0482.py +154 -64
- githubkit/versions/v2022_11_28/models/group_0483.py +168 -77
- githubkit/versions/v2022_11_28/models/group_0484.py +18 -151
- githubkit/versions/v2022_11_28/models/group_0485.py +119 -25
- githubkit/versions/v2022_11_28/models/group_0486.py +10 -81
- githubkit/versions/v2022_11_28/models/group_0487.py +23 -472
- githubkit/versions/v2022_11_28/models/group_0488.py +21 -21
- githubkit/versions/v2022_11_28/models/group_0489.py +32 -186
- githubkit/versions/v2022_11_28/models/group_0490.py +31 -196
- githubkit/versions/v2022_11_28/models/group_0491.py +63 -27
- githubkit/versions/v2022_11_28/models/group_0492.py +59 -26
- githubkit/versions/v2022_11_28/models/group_0493.py +34 -79
- githubkit/versions/v2022_11_28/models/group_0494.py +110 -85
- githubkit/versions/v2022_11_28/models/group_0495.py +43 -16
- githubkit/versions/v2022_11_28/models/group_0496.py +41 -115
- githubkit/versions/v2022_11_28/models/group_0497.py +81 -18
- githubkit/versions/v2022_11_28/models/group_0498.py +143 -76
- githubkit/versions/v2022_11_28/models/group_0499.py +45 -339
- githubkit/versions/v2022_11_28/models/group_0500.py +11 -489
- githubkit/versions/v2022_11_28/models/group_0501.py +4 -495
- githubkit/versions/v2022_11_28/models/group_0502.py +10 -470
- githubkit/versions/v2022_11_28/models/group_0503.py +23 -393
- githubkit/versions/v2022_11_28/models/group_0504.py +11 -450
- githubkit/versions/v2022_11_28/models/group_0505.py +76 -1037
- githubkit/versions/v2022_11_28/models/group_0506.py +11 -443
- githubkit/versions/v2022_11_28/models/group_0507.py +12 -402
- githubkit/versions/v2022_11_28/models/group_0508.py +20 -1094
- githubkit/versions/v2022_11_28/models/group_0509.py +42 -398
- githubkit/versions/v2022_11_28/models/group_0510.py +42 -366
- githubkit/versions/v2022_11_28/models/group_0511.py +14 -415
- githubkit/versions/v2022_11_28/models/group_0512.py +5 -437
- githubkit/versions/v2022_11_28/models/group_0513.py +25 -51
- githubkit/versions/v2022_11_28/models/group_0514.py +84 -52
- githubkit/versions/v2022_11_28/models/group_0515.py +81 -101
- githubkit/versions/v2022_11_28/models/group_0516.py +139 -128
- githubkit/versions/v2022_11_28/models/group_0517.py +25 -138
- githubkit/versions/v2022_11_28/models/group_0518.py +78 -145
- githubkit/versions/v2022_11_28/models/group_0519.py +22 -133
- githubkit/versions/v2022_11_28/models/group_0520.py +138 -132
- githubkit/versions/v2022_11_28/models/group_0521.py +128 -70
- githubkit/versions/v2022_11_28/models/group_0522.py +27 -73
- githubkit/versions/v2022_11_28/models/group_0523.py +6 -44
- githubkit/versions/v2022_11_28/models/group_0524.py +23 -151
- githubkit/versions/v2022_11_28/models/group_0525.py +55 -123
- githubkit/versions/v2022_11_28/models/group_0526.py +85 -34
- githubkit/versions/v2022_11_28/models/group_0527.py +148 -34
- githubkit/versions/v2022_11_28/models/group_0528.py +23 -123
- githubkit/versions/v2022_11_28/models/group_0529.py +75 -94
- githubkit/versions/v2022_11_28/models/group_0530.py +16 -72
- githubkit/versions/v2022_11_28/models/group_0531.py +14 -75
- githubkit/versions/v2022_11_28/models/group_0532.py +140 -99
- githubkit/versions/v2022_11_28/models/group_0533.py +157 -52
- githubkit/versions/v2022_11_28/models/group_0534.py +6 -46
- githubkit/versions/v2022_11_28/models/group_0535.py +25 -66
- githubkit/versions/v2022_11_28/models/group_0536.py +58 -63
- githubkit/versions/v2022_11_28/models/group_0537.py +84 -83
- githubkit/versions/v2022_11_28/models/group_0538.py +8 -121
- githubkit/versions/v2022_11_28/models/group_0539.py +91 -60
- githubkit/versions/v2022_11_28/models/group_0540.py +22 -105
- githubkit/versions/v2022_11_28/models/group_0541.py +83 -40
- githubkit/versions/v2022_11_28/models/group_0542.py +438 -17
- githubkit/versions/v2022_11_28/models/group_0543.py +443 -31
- githubkit/versions/v2022_11_28/models/group_0544.py +418 -461
- githubkit/versions/v2022_11_28/models/group_0545.py +450 -15
- githubkit/versions/v2022_11_28/models/group_0546.py +423 -27
- githubkit/versions/v2022_11_28/models/group_0547.py +400 -90
- githubkit/versions/v2022_11_28/models/group_0548.py +1056 -36
- githubkit/versions/v2022_11_28/models/group_0549.py +32 -17
- githubkit/versions/v2022_11_28/models/group_0550.py +464 -17
- githubkit/versions/v2022_11_28/models/group_0551.py +694 -18
- githubkit/versions/v2022_11_28/models/group_0552.py +37 -18
- githubkit/versions/v2022_11_28/models/group_0553.py +29 -17
- githubkit/versions/v2022_11_28/models/group_0554.py +441 -36
- githubkit/versions/v2022_11_28/models/group_0555.py +41 -8
- githubkit/versions/v2022_11_28/models/group_0556.py +16 -87
- githubkit/versions/v2022_11_28/models/group_0557.py +14 -67
- githubkit/versions/v2022_11_28/models/group_0558.py +64 -61
- githubkit/versions/v2022_11_28/models/group_0559.py +20 -82
- githubkit/versions/v2022_11_28/models/group_0560.py +59 -70
- githubkit/versions/v2022_11_28/models/group_0561.py +95 -48
- githubkit/versions/v2022_11_28/models/group_0562.py +102 -48
- githubkit/versions/v2022_11_28/models/group_0563.py +20 -67
- githubkit/versions/v2022_11_28/models/group_0564.py +54 -31
- githubkit/versions/v2022_11_28/models/group_0565.py +52 -29
- githubkit/versions/v2022_11_28/models/group_0566.py +14 -53
- githubkit/versions/v2022_11_28/models/group_0567.py +48 -35
- githubkit/versions/v2022_11_28/models/group_0568.py +22 -43
- githubkit/versions/v2022_11_28/models/group_0569.py +20 -73
- githubkit/versions/v2022_11_28/models/group_0570.py +17 -108
- githubkit/versions/v2022_11_28/models/group_0571.py +98 -66
- githubkit/versions/v2022_11_28/models/group_0572.py +24 -11
- githubkit/versions/v2022_11_28/models/group_0573.py +24 -14
- githubkit/versions/v2022_11_28/models/group_0574.py +24 -11
- githubkit/versions/v2022_11_28/models/group_0575.py +62 -54
- githubkit/versions/v2022_11_28/models/group_0576.py +26 -36
- githubkit/versions/v2022_11_28/models/group_0577.py +21 -33
- githubkit/versions/v2022_11_28/models/group_0578.py +22 -12
- githubkit/versions/v2022_11_28/models/group_0579.py +24 -10
- githubkit/versions/v2022_11_28/models/group_0580.py +25 -54
- githubkit/versions/v2022_11_28/models/group_0581.py +75 -31
- githubkit/versions/v2022_11_28/models/group_0582.py +25 -35
- githubkit/versions/v2022_11_28/models/group_0583.py +46 -11
- githubkit/versions/v2022_11_28/models/group_0584.py +40 -33
- githubkit/versions/v2022_11_28/models/group_0585.py +16 -1149
- githubkit/versions/v2022_11_28/models/group_0586.py +29 -1161
- githubkit/versions/v2022_11_28/models/group_0587.py +374 -1019
- githubkit/versions/v2022_11_28/models/group_0588.py +14 -13
- githubkit/versions/v2022_11_28/models/group_0589.py +69 -43
- githubkit/versions/v2022_11_28/models/group_0590.py +83 -1093
- githubkit/versions/v2022_11_28/models/group_0591.py +35 -1082
- githubkit/versions/v2022_11_28/models/group_0592.py +17 -96
- githubkit/versions/v2022_11_28/models/group_0593.py +17 -1133
- githubkit/versions/v2022_11_28/models/group_0594.py +17 -1149
- githubkit/versions/v2022_11_28/models/group_0595.py +17 -1124
- githubkit/versions/v2022_11_28/models/group_0596.py +15 -1147
- githubkit/versions/v2022_11_28/models/group_0597.py +47 -30
- githubkit/versions/v2022_11_28/models/group_0598.py +8 -39
- githubkit/versions/v2022_11_28/models/group_0599.py +33 -14
- githubkit/versions/v2022_11_28/models/group_0600.py +14 -1333
- githubkit/versions/v2022_11_28/models/group_0601.py +29 -1293
- githubkit/versions/v2022_11_28/models/group_0602.py +25 -1333
- githubkit/versions/v2022_11_28/models/group_0603.py +42 -1166
- githubkit/versions/v2022_11_28/models/group_0604.py +18 -1134
- githubkit/versions/v2022_11_28/models/group_0605.py +23 -1259
- githubkit/versions/v2022_11_28/models/group_0606.py +15 -1284
- githubkit/versions/v2022_11_28/models/group_0607.py +17 -1242
- githubkit/versions/v2022_11_28/models/group_0608.py +16 -1269
- githubkit/versions/v2022_11_28/models/group_0609.py +28 -1201
- githubkit/versions/v2022_11_28/models/group_0610.py +16 -1313
- githubkit/versions/v2022_11_28/models/group_0611.py +16 -1315
- githubkit/versions/v2022_11_28/models/group_0612.py +16 -1143
- githubkit/versions/v2022_11_28/models/group_0613.py +39 -1154
- githubkit/versions/v2022_11_28/models/group_0614.py +15 -1144
- githubkit/versions/v2022_11_28/models/group_0615.py +13 -1121
- githubkit/versions/v2022_11_28/models/group_0616.py +18 -383
- githubkit/versions/v2022_11_28/models/group_0617.py +12 -23
- githubkit/versions/v2022_11_28/models/group_0618.py +85 -64
- githubkit/versions/v2022_11_28/models/group_0619.py +36 -598
- githubkit/versions/v2022_11_28/models/group_0620.py +35 -24
- githubkit/versions/v2022_11_28/models/group_0621.py +34 -61
- githubkit/versions/v2022_11_28/models/group_0622.py +34 -185
- githubkit/versions/v2022_11_28/models/group_0623.py +51 -161
- githubkit/versions/v2022_11_28/models/group_0624.py +33 -161
- githubkit/versions/v2022_11_28/models/group_0625.py +16 -210
- githubkit/versions/v2022_11_28/models/group_0626.py +14 -169
- githubkit/versions/v2022_11_28/models/group_0627.py +10 -160
- githubkit/versions/v2022_11_28/models/group_0628.py +1042 -76
- githubkit/versions/v2022_11_28/models/group_0629.py +1095 -77
- githubkit/versions/v2022_11_28/models/group_0630.py +1169 -17
- githubkit/versions/v2022_11_28/models/group_0631.py +14 -16
- githubkit/versions/v2022_11_28/models/group_0632.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0633.py +18 -14
- githubkit/versions/v2022_11_28/models/group_0634.py +1118 -11
- githubkit/versions/v2022_11_28/models/group_0635.py +77 -27
- githubkit/versions/v2022_11_28/models/group_0636.py +1094 -40
- githubkit/versions/v2022_11_28/models/group_0637.py +1116 -11
- githubkit/versions/v2022_11_28/models/group_0638.py +1108 -11
- githubkit/versions/v2022_11_28/models/group_0639.py +18 -14
- githubkit/versions/v2022_11_28/models/group_0640.py +13 -37
- githubkit/versions/v2022_11_28/models/group_0641.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0642.py +14 -17
- githubkit/versions/v2022_11_28/models/group_0643.py +1334 -20
- githubkit/versions/v2022_11_28/models/group_0644.py +1163 -23
- githubkit/versions/v2022_11_28/models/group_0645.py +1165 -13
- githubkit/versions/v2022_11_28/models/group_0646.py +1182 -51
- githubkit/versions/v2022_11_28/models/group_0647.py +1071 -66
- githubkit/versions/v2022_11_28/models/group_0648.py +1246 -73
- githubkit/versions/v2022_11_28/models/group_0649.py +1234 -46
- githubkit/versions/v2022_11_28/models/group_0650.py +1240 -11
- githubkit/versions/v2022_11_28/models/group_0651.py +1228 -39
- githubkit/versions/v2022_11_28/models/group_0652.py +1078 -40
- githubkit/versions/v2022_11_28/models/group_0653.py +1277 -41
- githubkit/versions/v2022_11_28/models/group_0654.py +1279 -41
- githubkit/versions/v2022_11_28/models/group_0655.py +1139 -15
- githubkit/versions/v2022_11_28/models/group_0656.py +1068 -196
- githubkit/versions/v2022_11_28/models/group_0657.py +1152 -6
- githubkit/versions/v2022_11_28/models/group_0658.py +1112 -15
- githubkit/versions/v2022_11_28/models/group_0659.py +374 -17
- githubkit/versions/v2022_11_28/models/group_0660.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0661.py +69 -43
- githubkit/versions/v2022_11_28/models/group_0662.py +549 -117
- githubkit/versions/v2022_11_28/models/group_0663.py +13 -134
- githubkit/versions/v2022_11_28/models/group_0664.py +46 -151
- githubkit/versions/v2022_11_28/models/group_0665.py +186 -42
- githubkit/versions/v2022_11_28/models/group_0666.py +39 -7
- githubkit/versions/v2022_11_28/models/group_0667.py +38 -8
- githubkit/versions/v2022_11_28/models/group_0668.py +58 -134
- githubkit/versions/v2022_11_28/models/group_0669.py +95 -77
- githubkit/versions/v2022_11_28/models/group_0670.py +19 -164
- githubkit/versions/v2022_11_28/models/group_0671.py +19 -146
- githubkit/versions/v2022_11_28/models/group_0672.py +19 -188
- githubkit/versions/v2022_11_28/models/group_0673.py +18 -184
- githubkit/versions/v2022_11_28/models/group_0674.py +17 -15
- githubkit/versions/v2022_11_28/models/group_0675.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0676.py +11 -206
- githubkit/versions/v2022_11_28/models/group_0677.py +40 -18
- githubkit/versions/v2022_11_28/models/group_0678.py +56 -8
- githubkit/versions/v2022_11_28/models/group_0679.py +86 -12
- githubkit/versions/v2022_11_28/models/group_0680.py +41 -12
- githubkit/versions/v2022_11_28/models/group_0681.py +11 -77
- githubkit/versions/v2022_11_28/models/group_0682.py +18 -279
- githubkit/versions/v2022_11_28/models/group_0683.py +33 -264
- githubkit/versions/v2022_11_28/models/group_0684.py +24 -277
- githubkit/versions/v2022_11_28/models/group_0685.py +23 -380
- githubkit/versions/v2022_11_28/models/group_0686.py +25 -279
- githubkit/versions/v2022_11_28/models/group_0687.py +32 -31
- githubkit/versions/v2022_11_28/models/group_0688.py +15 -45
- githubkit/versions/v2022_11_28/models/group_0689.py +90 -103
- githubkit/versions/v2022_11_28/models/group_0690.py +90 -77
- githubkit/versions/v2022_11_28/models/group_0691.py +113 -49
- githubkit/versions/v2022_11_28/models/group_0692.py +85 -73
- githubkit/versions/v2022_11_28/models/group_0693.py +31 -59
- githubkit/versions/v2022_11_28/models/group_0694.py +36 -47
- githubkit/versions/v2022_11_28/models/group_0695.py +70 -60
- githubkit/versions/v2022_11_28/models/group_0696.py +16 -68
- githubkit/versions/v2022_11_28/models/group_0697.py +40 -439
- githubkit/versions/v2022_11_28/models/group_0698.py +15 -469
- githubkit/versions/v2022_11_28/models/group_0699.py +238 -441
- githubkit/versions/v2022_11_28/models/group_0700.py +6 -35
- githubkit/versions/v2022_11_28/models/group_0701.py +47 -16
- githubkit/versions/v2022_11_28/models/group_0702.py +33 -12
- githubkit/versions/v2022_11_28/models/group_0703.py +47 -7
- githubkit/versions/v2022_11_28/models/group_0704.py +31 -13
- githubkit/versions/v2022_11_28/models/group_0705.py +43 -6
- githubkit/versions/v2022_11_28/models/group_0706.py +43 -6
- githubkit/versions/v2022_11_28/models/group_0707.py +161 -6
- githubkit/versions/v2022_11_28/models/group_0708.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0709.py +7 -30
- githubkit/versions/v2022_11_28/models/group_0710.py +17 -5
- githubkit/versions/v2022_11_28/models/group_0711.py +44 -12
- githubkit/versions/v2022_11_28/models/group_0712.py +37 -25
- githubkit/versions/v2022_11_28/models/group_0713.py +64 -22
- githubkit/versions/v2022_11_28/models/group_0714.py +41 -30
- githubkit/versions/v2022_11_28/models/group_0715.py +47 -5
- githubkit/versions/v2022_11_28/models/group_0716.py +48 -10
- githubkit/versions/v2022_11_28/models/group_0717.py +47 -7
- githubkit/versions/v2022_11_28/models/group_0718.py +43 -15
- githubkit/versions/v2022_11_28/models/group_0719.py +227 -10
- githubkit/versions/v2022_11_28/models/group_0720.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0721.py +7 -5
- githubkit/versions/v2022_11_28/models/group_0722.py +14 -7
- githubkit/versions/v2022_11_28/models/group_0723.py +7 -114
- githubkit/versions/v2022_11_28/models/group_0724.py +36 -25
- githubkit/versions/v2022_11_28/models/group_0725.py +234 -10
- githubkit/versions/v2022_11_28/models/group_0726.py +235 -9
- githubkit/versions/v2022_11_28/models/group_0727.py +236 -8
- githubkit/versions/v2022_11_28/models/group_0728.py +340 -9
- githubkit/versions/v2022_11_28/models/group_0729.py +234 -15
- githubkit/versions/v2022_11_28/models/group_0730.py +35 -9
- githubkit/versions/v2022_11_28/models/group_0731.py +47 -9
- githubkit/versions/v2022_11_28/models/group_0732.py +113 -7
- githubkit/versions/v2022_11_28/models/group_0733.py +72 -8
- githubkit/versions/v2022_11_28/models/group_0734.py +55 -8
- githubkit/versions/v2022_11_28/models/group_0735.py +100 -20
- githubkit/versions/v2022_11_28/models/group_0736.py +61 -18
- githubkit/versions/v2022_11_28/models/group_0737.py +52 -8
- githubkit/versions/v2022_11_28/models/group_0738.py +91 -7
- githubkit/versions/v2022_11_28/models/group_0739.py +84 -24
- githubkit/versions/v2022_11_28/models/group_0740.py +477 -11
- githubkit/versions/v2022_11_28/models/group_0741.py +470 -11
- githubkit/versions/v2022_11_28/models/group_0742.py +479 -8
- githubkit/versions/v2022_11_28/models/group_0743.py +34 -7
- githubkit/versions/v2022_11_28/models/group_0744.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0745.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0746.py +4 -13
- githubkit/versions/v2022_11_28/models/group_0747.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0748.py +6 -36
- githubkit/versions/v2022_11_28/models/group_0749.py +6 -22
- githubkit/versions/v2022_11_28/models/group_0750.py +7 -10
- githubkit/versions/v2022_11_28/models/group_0751.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0752.py +31 -7
- githubkit/versions/v2022_11_28/models/group_0753.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0754.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0755.py +29 -8
- githubkit/versions/v2022_11_28/models/group_0756.py +22 -9
- githubkit/versions/v2022_11_28/models/group_0757.py +34 -8
- githubkit/versions/v2022_11_28/models/group_0758.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0759.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0760.py +4 -33
- githubkit/versions/v2022_11_28/models/group_0761.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0762.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0763.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0764.py +5 -42
- githubkit/versions/v2022_11_28/models/group_0765.py +6 -40
- githubkit/versions/v2022_11_28/models/group_0766.py +108 -12
- githubkit/versions/v2022_11_28/models/group_0767.py +26 -7
- githubkit/versions/v2022_11_28/models/group_0768.py +18 -4
- githubkit/versions/v2022_11_28/models/group_0769.py +13 -29
- githubkit/versions/v2022_11_28/models/group_0770.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0771.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0772.py +14 -36
- githubkit/versions/v2022_11_28/models/group_0773.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0774.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0775.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0776.py +14 -4
- githubkit/versions/v2022_11_28/models/group_0777.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0778.py +26 -18
- githubkit/versions/v2022_11_28/models/group_0779.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0780.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0781.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0782.py +32 -7
- githubkit/versions/v2022_11_28/models/group_0783.py +15 -11
- githubkit/versions/v2022_11_28/models/group_0784.py +12 -26
- githubkit/versions/v2022_11_28/models/group_0785.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0786.py +8 -115
- githubkit/versions/v2022_11_28/models/group_0787.py +8 -71
- githubkit/versions/v2022_11_28/models/group_0788.py +15 -68
- githubkit/versions/v2022_11_28/models/group_0789.py +8 -35
- githubkit/versions/v2022_11_28/models/group_0790.py +8 -27
- githubkit/versions/v2022_11_28/models/group_0791.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0792.py +19 -8
- githubkit/versions/v2022_11_28/models/group_0793.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0794.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0795.py +8 -17
- githubkit/versions/v2022_11_28/models/group_0796.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0797.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0798.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0799.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0800.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0801.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0802.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0803.py +26 -10
- githubkit/versions/v2022_11_28/models/group_0804.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0805.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0806.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0807.py +36 -17
- githubkit/versions/v2022_11_28/models/group_0808.py +47 -9
- githubkit/versions/v2022_11_28/models/group_0809.py +18 -5
- githubkit/versions/v2022_11_28/models/group_0810.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0811.py +4 -28
- githubkit/versions/v2022_11_28/models/group_0812.py +25 -7
- githubkit/versions/v2022_11_28/models/group_0813.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0814.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0815.py +34 -14
- githubkit/versions/v2022_11_28/models/group_0816.py +12 -7
- githubkit/versions/v2022_11_28/models/group_0817.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0818.py +11 -5
- githubkit/versions/v2022_11_28/models/group_0819.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0820.py +6 -200
- githubkit/versions/v2022_11_28/models/group_0821.py +21 -9
- githubkit/versions/v2022_11_28/models/group_0822.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0823.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0824.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0825.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0826.py +11 -13
- githubkit/versions/v2022_11_28/models/group_0827.py +35 -13
- githubkit/versions/v2022_11_28/models/group_0828.py +11 -16
- githubkit/versions/v2022_11_28/models/group_0829.py +115 -9
- githubkit/versions/v2022_11_28/models/group_0830.py +81 -9
- githubkit/versions/v2022_11_28/models/group_0831.py +82 -8
- githubkit/versions/v2022_11_28/models/group_0832.py +40 -13
- githubkit/versions/v2022_11_28/models/group_0833.py +32 -15
- githubkit/versions/v2022_11_28/models/group_0834.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0835.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0836.py +5 -9
- githubkit/versions/v2022_11_28/models/group_0837.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0838.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0839.py +10 -13
- githubkit/versions/v2022_11_28/models/group_0840.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0841.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0842.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0843.py +8 -34
- githubkit/versions/v2022_11_28/models/group_0844.py +9 -27
- githubkit/versions/v2022_11_28/models/group_0845.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0846.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0847.py +9 -210
- githubkit/versions/v2022_11_28/models/group_0848.py +4 -97
- githubkit/versions/v2022_11_28/models/group_0849.py +23 -40
- githubkit/versions/v2022_11_28/models/group_0850.py +20 -12
- githubkit/versions/v2022_11_28/models/group_0851.py +5 -17
- githubkit/versions/v2022_11_28/models/group_0852.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0853.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0854.py +22 -10
- githubkit/versions/v2022_11_28/models/group_0855.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0856.py +4 -14
- githubkit/versions/v2022_11_28/models/group_0857.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0858.py +22 -12
- githubkit/versions/v2022_11_28/models/group_0859.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0860.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0861.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0862.py +8 -5
- githubkit/versions/v2022_11_28/models/group_0863.py +166 -69
- githubkit/versions/v2022_11_28/models/group_0864.py +9 -54
- githubkit/versions/v2022_11_28/models/group_0865.py +7 -56
- githubkit/versions/v2022_11_28/models/group_0866.py +10 -94
- githubkit/versions/v2022_11_28/models/group_0867.py +9 -56
- githubkit/versions/v2022_11_28/models/group_0868.py +9 -59
- githubkit/versions/v2022_11_28/models/group_0869.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0870.py +7 -27
- githubkit/versions/v2022_11_28/models/group_0871.py +19 -8
- githubkit/versions/v2022_11_28/models/group_0872.py +8 -22
- githubkit/versions/v2022_11_28/models/group_0873.py +9 -36
- githubkit/versions/v2022_11_28/models/group_0874.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0875.py +9 -48
- githubkit/versions/v2022_11_28/models/group_0876.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0877.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0878.py +10 -24
- githubkit/versions/v2022_11_28/models/group_0879.py +9 -24
- githubkit/versions/v2022_11_28/models/group_0880.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0881.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0882.py +14 -5
- githubkit/versions/v2022_11_28/models/group_0883.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0884.py +6 -17
- githubkit/versions/v2022_11_28/models/group_0885.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0886.py +27 -52
- githubkit/versions/v2022_11_28/models/group_0887.py +20 -44
- githubkit/versions/v2022_11_28/models/group_0888.py +9 -23
- githubkit/versions/v2022_11_28/models/group_0889.py +16 -24
- githubkit/versions/v2022_11_28/models/group_0890.py +210 -9
- githubkit/versions/v2022_11_28/models/group_0891.py +92 -10
- githubkit/versions/v2022_11_28/models/group_0892.py +32 -38
- githubkit/versions/v2022_11_28/models/group_0893.py +17 -7
- githubkit/versions/v2022_11_28/models/group_0894.py +20 -40
- githubkit/versions/v2022_11_28/models/group_0895.py +16 -25
- githubkit/versions/v2022_11_28/models/group_0896.py +10 -46
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -35
- githubkit/versions/v2022_11_28/models/group_0898.py +12 -13
- githubkit/versions/v2022_11_28/models/group_0899.py +7 -21
- githubkit/versions/v2022_11_28/models/group_0900.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0901.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0902.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0903.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0904.py +13 -8
- githubkit/versions/v2022_11_28/models/group_0905.py +5 -18
- githubkit/versions/v2022_11_28/models/group_0906.py +101 -7
- githubkit/versions/v2022_11_28/models/group_0907.py +39 -56
- githubkit/versions/v2022_11_28/models/group_0908.py +58 -8
- githubkit/versions/v2022_11_28/models/group_0909.py +98 -7
- githubkit/versions/v2022_11_28/models/group_0910.py +47 -31
- githubkit/versions/v2022_11_28/models/group_0911.py +47 -29
- githubkit/versions/v2022_11_28/models/group_0912.py +5 -48
- githubkit/versions/v2022_11_28/models/group_0913.py +23 -24
- githubkit/versions/v2022_11_28/models/group_0914.py +9 -19
- githubkit/versions/v2022_11_28/models/group_0915.py +17 -18
- githubkit/versions/v2022_11_28/models/group_0916.py +18 -15
- githubkit/versions/v2022_11_28/models/group_0917.py +29 -10
- githubkit/versions/v2022_11_28/models/group_0918.py +25 -7
- githubkit/versions/v2022_11_28/models/group_0919.py +43 -6
- githubkit/versions/v2022_11_28/models/group_0920.py +9 -13
- githubkit/versions/v2022_11_28/models/group_0921.py +40 -29
- githubkit/versions/v2022_11_28/models/group_0922.py +26 -5
- githubkit/versions/v2022_11_28/models/group_0923.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0924.py +17 -41
- githubkit/versions/v2022_11_28/models/group_0925.py +22 -10
- githubkit/versions/v2022_11_28/models/group_0926.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0927.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0928.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0929.py +10 -20
- githubkit/versions/v2022_11_28/models/group_0930.py +17 -5
- githubkit/versions/v2022_11_28/models/group_0931.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0932.py +60 -20
- githubkit/versions/v2022_11_28/models/group_0933.py +54 -5
- githubkit/versions/v2022_11_28/models/group_0934.py +20 -10
- githubkit/versions/v2022_11_28/models/group_0935.py +23 -10
- githubkit/versions/v2022_11_28/models/group_0936.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0937.py +10 -15
- githubkit/versions/v2022_11_28/models/group_0938.py +42 -11
- githubkit/versions/v2022_11_28/models/group_0939.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0940.py +31 -10
- githubkit/versions/v2022_11_28/models/group_0941.py +23 -17
- githubkit/versions/v2022_11_28/models/group_0942.py +40 -14
- githubkit/versions/v2022_11_28/models/group_0943.py +34 -7
- githubkit/versions/v2022_11_28/models/group_0944.py +14 -6
- githubkit/versions/v2022_11_28/models/group_0945.py +21 -11
- githubkit/versions/v2022_11_28/models/group_0946.py +8 -25
- githubkit/versions/v2022_11_28/models/group_0947.py +8 -25
- githubkit/versions/v2022_11_28/models/group_0948.py +8 -25
- githubkit/versions/v2022_11_28/models/group_0949.py +6 -28
- githubkit/versions/v2022_11_28/models/group_0950.py +6 -25
- githubkit/versions/v2022_11_28/models/group_0951.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0952.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0953.py +65 -10
- githubkit/versions/v2022_11_28/models/group_0954.py +7 -27
- githubkit/versions/v2022_11_28/models/group_0955.py +10 -6
- githubkit/versions/v2022_11_28/models/group_0956.py +38 -7
- githubkit/versions/v2022_11_28/models/group_0957.py +39 -8
- githubkit/versions/v2022_11_28/models/group_0958.py +35 -22
- githubkit/versions/v2022_11_28/models/group_0959.py +36 -10
- githubkit/versions/v2022_11_28/models/group_0960.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0961.py +14 -15
- githubkit/versions/v2022_11_28/models/group_0962.py +12 -33
- githubkit/versions/v2022_11_28/models/group_0963.py +10 -44
- githubkit/versions/v2022_11_28/models/group_0964.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0965.py +4 -24
- githubkit/versions/v2022_11_28/models/group_0966.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +40 -10
- githubkit/versions/v2022_11_28/models/group_0968.py +5 -14
- githubkit/versions/v2022_11_28/models/group_0969.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0970.py +46 -9
- githubkit/versions/v2022_11_28/models/group_0971.py +7 -42
- githubkit/versions/v2022_11_28/models/group_0972.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0973.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0974.py +9 -10
- githubkit/versions/v2022_11_28/models/group_0975.py +19 -8
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0977.py +8 -32
- githubkit/versions/v2022_11_28/models/group_0978.py +19 -10
- githubkit/versions/v2022_11_28/models/group_0979.py +5 -21
- githubkit/versions/v2022_11_28/models/group_0980.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0981.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0982.py +8 -61
- githubkit/versions/v2022_11_28/models/group_0983.py +10 -59
- githubkit/versions/v2022_11_28/models/group_0984.py +11 -14
- githubkit/versions/v2022_11_28/models/group_0985.py +6 -21
- githubkit/versions/v2022_11_28/models/group_0986.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0987.py +20 -6
- githubkit/versions/v2022_11_28/models/group_0988.py +21 -7
- githubkit/versions/v2022_11_28/models/group_0989.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0990.py +10 -24
- githubkit/versions/v2022_11_28/models/group_0991.py +12 -26
- githubkit/versions/v2022_11_28/models/group_0992.py +23 -8
- githubkit/versions/v2022_11_28/models/group_0993.py +22 -8
- githubkit/versions/v2022_11_28/models/group_0994.py +27 -5
- githubkit/versions/v2022_11_28/models/group_0995.py +28 -5
- githubkit/versions/v2022_11_28/models/group_0996.py +25 -15
- githubkit/versions/v2022_11_28/models/group_0997.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0998.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0999.py +11 -6
- githubkit/versions/v2022_11_28/models/group_1000.py +30 -10
- githubkit/versions/v2022_11_28/models/group_1001.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1002.py +7 -27
- githubkit/versions/v2022_11_28/models/group_1003.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1004.py +20 -35
- githubkit/versions/v2022_11_28/models/group_1005.py +5 -47
- githubkit/versions/v2022_11_28/models/group_1006.py +9 -32
- githubkit/versions/v2022_11_28/models/group_1007.py +19 -11
- githubkit/versions/v2022_11_28/models/group_1008.py +44 -9
- githubkit/versions/v2022_11_28/models/group_1009.py +40 -7
- githubkit/versions/v2022_11_28/models/group_1010.py +5 -18
- githubkit/versions/v2022_11_28/models/group_1011.py +20 -9
- githubkit/versions/v2022_11_28/models/group_1012.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1013.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1014.py +11 -10
- githubkit/versions/v2022_11_28/models/group_1015.py +11 -15
- githubkit/versions/v2022_11_28/models/group_1016.py +11 -7
- githubkit/versions/v2022_11_28/models/group_1017.py +45 -8
- githubkit/versions/v2022_11_28/models/group_1018.py +5 -13
- githubkit/versions/v2022_11_28/models/group_1019.py +15 -4
- githubkit/versions/v2022_11_28/models/group_1020.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1021.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1022.py +10 -41
- githubkit/versions/v2022_11_28/models/group_1023.py +33 -8
- githubkit/versions/v2022_11_28/models/group_1024.py +8 -86
- githubkit/versions/v2022_11_28/models/group_1025.py +20 -13
- githubkit/versions/v2022_11_28/models/group_1026.py +31 -12
- githubkit/versions/v2022_11_28/models/group_1027.py +8 -12
- githubkit/versions/v2022_11_28/models/group_1028.py +95 -0
- githubkit/versions/v2022_11_28/models/group_1029.py +96 -0
- githubkit/versions/v2022_11_28/models/group_1030.py +41 -0
- githubkit/versions/v2022_11_28/models/group_1031.py +42 -0
- githubkit/versions/v2022_11_28/models/group_1032.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1033.py +27 -0
- githubkit/versions/v2022_11_28/models/group_1034.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1035.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1036.py +42 -0
- githubkit/versions/v2022_11_28/models/group_1037.py +49 -0
- githubkit/versions/v2022_11_28/models/group_1038.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1039.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1040.py +25 -0
- githubkit/versions/v2022_11_28/models/group_1041.py +25 -0
- githubkit/versions/v2022_11_28/models/group_1042.py +37 -0
- githubkit/versions/v2022_11_28/models/group_1043.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1044.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1045.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1046.py +28 -0
- githubkit/versions/v2022_11_28/models/group_1047.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1048.py +50 -0
- githubkit/versions/v2022_11_28/models/group_1049.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1050.py +70 -0
- githubkit/versions/v2022_11_28/models/group_1051.py +67 -0
- githubkit/versions/v2022_11_28/models/group_1052.py +54 -0
- githubkit/versions/v2022_11_28/models/group_1053.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1054.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1055.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1056.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1057.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1058.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1059.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1060.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1061.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1062.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1063.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1064.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1065.py +21 -0
- githubkit/versions/v2022_11_28/models/group_1066.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1067.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1068.py +59 -0
- githubkit/versions/v2022_11_28/models/group_1069.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1070.py +110 -0
- githubkit/versions/v2022_11_28/models/group_1071.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1072.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1073.py +33 -0
- githubkit/versions/v2022_11_28/rest/__init__.py +6 -6
- githubkit/versions/v2022_11_28/rest/apps.py +16 -8
- githubkit/versions/v2022_11_28/rest/code_scanning.py +381 -0
- githubkit/versions/v2022_11_28/rest/copilot.py +165 -0
- githubkit/versions/v2022_11_28/rest/repos.py +90 -38
- githubkit/versions/v2022_11_28/types/__init__.py +4625 -5741
- githubkit/versions/v2022_11_28/types/group_0005.py +13 -30
- githubkit/versions/v2022_11_28/types/group_0006.py +30 -13
- githubkit/versions/v2022_11_28/types/group_0025.py +35 -7
- githubkit/versions/v2022_11_28/types/group_0026.py +6 -25
- githubkit/versions/v2022_11_28/types/group_0027.py +16 -57
- githubkit/versions/v2022_11_28/types/group_0028.py +65 -52
- githubkit/versions/v2022_11_28/types/group_0029.py +53 -33
- githubkit/versions/v2022_11_28/types/group_0030.py +33 -10
- githubkit/versions/v2022_11_28/types/group_0031.py +15 -32
- githubkit/versions/v2022_11_28/types/group_0032.py +31 -28
- githubkit/versions/v2022_11_28/types/group_0033.py +27 -14
- githubkit/versions/v2022_11_28/types/group_0034.py +15 -88
- githubkit/versions/v2022_11_28/types/group_0035.py +63 -12
- githubkit/versions/v2022_11_28/types/group_0036.py +31 -63
- githubkit/versions/v2022_11_28/types/group_0037.py +61 -41
- githubkit/versions/v2022_11_28/types/group_0038.py +42 -32
- githubkit/versions/v2022_11_28/types/group_0039.py +9 -32
- githubkit/versions/v2022_11_28/types/group_0040.py +38 -86
- githubkit/versions/v2022_11_28/types/group_0041.py +102 -20
- githubkit/versions/v2022_11_28/types/group_0042.py +23 -22
- githubkit/versions/v2022_11_28/types/group_0043.py +25 -7
- githubkit/versions/v2022_11_28/types/group_0044.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0045.py +16 -16
- githubkit/versions/v2022_11_28/types/group_0046.py +19 -21
- githubkit/versions/v2022_11_28/types/group_0047.py +19 -24
- githubkit/versions/v2022_11_28/types/group_0048.py +21 -38
- githubkit/versions/v2022_11_28/types/group_0049.py +35 -35
- githubkit/versions/v2022_11_28/types/group_0050.py +33 -124
- githubkit/versions/v2022_11_28/types/group_0051.py +126 -20
- githubkit/versions/v2022_11_28/types/group_0052.py +27 -12
- githubkit/versions/v2022_11_28/types/group_0053.py +10 -73
- githubkit/versions/v2022_11_28/types/group_0054.py +79 -6
- githubkit/versions/v2022_11_28/types/group_0055.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0056.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0057.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0058.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0059.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0060.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0061.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0062.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0063.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0064.py +10 -25
- githubkit/versions/v2022_11_28/types/group_0065.py +25 -10
- githubkit/versions/v2022_11_28/types/group_0066.py +12 -12
- githubkit/versions/v2022_11_28/types/group_0067.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0068.py +7 -39
- githubkit/versions/v2022_11_28/types/group_0069.py +40 -30
- githubkit/versions/v2022_11_28/types/group_0070.py +34 -19
- githubkit/versions/v2022_11_28/types/group_0071.py +12 -83
- githubkit/versions/v2022_11_28/types/group_0072.py +83 -10
- githubkit/versions/v2022_11_28/types/group_0073.py +10 -31
- githubkit/versions/v2022_11_28/types/group_0074.py +33 -20
- githubkit/versions/v2022_11_28/types/group_0075.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0076.py +24 -66
- githubkit/versions/v2022_11_28/types/group_0077.py +77 -7
- githubkit/versions/v2022_11_28/types/group_0078.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0079.py +19 -18
- githubkit/versions/v2022_11_28/types/group_0080.py +20 -30
- githubkit/versions/v2022_11_28/types/group_0081.py +29 -9
- githubkit/versions/v2022_11_28/types/group_0082.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0083.py +9 -44
- githubkit/versions/v2022_11_28/types/group_0084.py +40 -23
- githubkit/versions/v2022_11_28/types/group_0085.py +30 -9
- githubkit/versions/v2022_11_28/types/group_0086.py +6 -25
- githubkit/versions/v2022_11_28/types/group_0087.py +15 -32
- githubkit/versions/v2022_11_28/types/group_0088.py +30 -45
- githubkit/versions/v2022_11_28/types/group_0089.py +28 -21
- githubkit/versions/v2022_11_28/types/group_0090.py +48 -21
- githubkit/versions/v2022_11_28/types/group_0091.py +25 -16
- githubkit/versions/v2022_11_28/types/group_0092.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0093.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0094.py +11 -9
- githubkit/versions/v2022_11_28/types/group_0095.py +9 -140
- githubkit/versions/v2022_11_28/types/group_0096.py +141 -9
- githubkit/versions/v2022_11_28/types/group_0097.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0098.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0099.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0100.py +14 -8
- githubkit/versions/v2022_11_28/types/group_0101.py +8 -12
- githubkit/versions/v2022_11_28/types/group_0102.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0103.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0104.py +11 -19
- githubkit/versions/v2022_11_28/types/group_0105.py +18 -12
- githubkit/versions/v2022_11_28/types/group_0106.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0107.py +8 -10
- githubkit/versions/v2022_11_28/types/group_0108.py +13 -38
- githubkit/versions/v2022_11_28/types/group_0109.py +79 -8
- githubkit/versions/v2022_11_28/types/group_0110.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0111.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0112.py +27 -8
- githubkit/versions/v2022_11_28/types/group_0113.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0114.py +6 -13
- githubkit/versions/v2022_11_28/types/group_0115.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0116.py +9 -13
- githubkit/versions/v2022_11_28/types/group_0117.py +9 -16
- githubkit/versions/v2022_11_28/types/group_0118.py +16 -8
- githubkit/versions/v2022_11_28/types/group_0119.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0120.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0121.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0122.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0123.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0124.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0125.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0126.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0127.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0128.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0129.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0130.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0131.py +19 -11
- githubkit/versions/v2022_11_28/types/group_0132.py +10 -96
- githubkit/versions/v2022_11_28/types/group_0133.py +22 -17
- githubkit/versions/v2022_11_28/types/group_0134.py +14 -35
- githubkit/versions/v2022_11_28/types/group_0135.py +108 -20
- githubkit/versions/v2022_11_28/types/group_0136.py +15 -130
- githubkit/versions/v2022_11_28/types/group_0137.py +37 -25
- githubkit/versions/v2022_11_28/types/group_0138.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0139.py +132 -7
- githubkit/versions/v2022_11_28/types/group_0140.py +25 -97
- githubkit/versions/v2022_11_28/types/group_0141.py +12 -36
- githubkit/versions/v2022_11_28/types/group_0142.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0143.py +94 -10
- githubkit/versions/v2022_11_28/types/group_0144.py +28 -8
- githubkit/versions/v2022_11_28/types/group_0145.py +16 -28
- githubkit/versions/v2022_11_28/types/group_0146.py +12 -107
- githubkit/versions/v2022_11_28/types/group_0147.py +10 -23
- githubkit/versions/v2022_11_28/types/group_0148.py +31 -10
- githubkit/versions/v2022_11_28/types/group_0149.py +110 -8
- githubkit/versions/v2022_11_28/types/group_0150.py +24 -8
- githubkit/versions/v2022_11_28/types/group_0151.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0152.py +11 -15
- githubkit/versions/v2022_11_28/types/group_0153.py +8 -33
- githubkit/versions/v2022_11_28/types/group_0154.py +10 -24
- githubkit/versions/v2022_11_28/types/group_0155.py +14 -57
- githubkit/versions/v2022_11_28/types/group_0156.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0157.py +23 -8
- githubkit/versions/v2022_11_28/types/group_0158.py +57 -7
- githubkit/versions/v2022_11_28/types/group_0159.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0160.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0161.py +7 -45
- githubkit/versions/v2022_11_28/types/group_0162.py +8 -39
- githubkit/versions/v2022_11_28/types/group_0163.py +6 -64
- githubkit/versions/v2022_11_28/types/group_0164.py +40 -23
- githubkit/versions/v2022_11_28/types/group_0165.py +38 -5
- githubkit/versions/v2022_11_28/types/group_0166.py +63 -7
- githubkit/versions/v2022_11_28/types/group_0167.py +14 -22
- githubkit/versions/v2022_11_28/types/group_0168.py +11 -42
- githubkit/versions/v2022_11_28/types/group_0169.py +7 -77
- githubkit/versions/v2022_11_28/types/group_0170.py +27 -29
- githubkit/versions/v2022_11_28/types/group_0171.py +31 -20
- githubkit/versions/v2022_11_28/types/group_0172.py +76 -9
- githubkit/versions/v2022_11_28/types/group_0173.py +38 -7
- githubkit/versions/v2022_11_28/types/group_0174.py +22 -19
- githubkit/versions/v2022_11_28/types/group_0175.py +9 -27
- githubkit/versions/v2022_11_28/types/group_0176.py +7 -115
- githubkit/versions/v2022_11_28/types/group_0177.py +17 -124
- githubkit/versions/v2022_11_28/types/group_0178.py +21 -16
- githubkit/versions/v2022_11_28/types/group_0179.py +113 -6
- githubkit/versions/v2022_11_28/types/group_0180.py +130 -9
- githubkit/versions/v2022_11_28/types/group_0181.py +22 -19
- githubkit/versions/v2022_11_28/types/group_0182.py +7 -40
- githubkit/versions/v2022_11_28/types/group_0183.py +8 -24
- githubkit/versions/v2022_11_28/types/group_0184.py +20 -27
- githubkit/versions/v2022_11_28/types/group_0185.py +31 -113
- githubkit/versions/v2022_11_28/types/group_0186.py +24 -19
- githubkit/versions/v2022_11_28/types/group_0187.py +21 -23
- githubkit/versions/v2022_11_28/types/group_0188.py +122 -23
- githubkit/versions/v2022_11_28/types/group_0189.py +15 -58
- githubkit/versions/v2022_11_28/types/group_0190.py +29 -17
- githubkit/versions/v2022_11_28/types/group_0191.py +21 -56
- githubkit/versions/v2022_11_28/types/group_0192.py +51 -19
- githubkit/versions/v2022_11_28/types/group_0193.py +23 -33
- githubkit/versions/v2022_11_28/types/group_0194.py +54 -39
- githubkit/versions/v2022_11_28/types/group_0195.py +29 -20
- githubkit/versions/v2022_11_28/types/group_0196.py +33 -15
- githubkit/versions/v2022_11_28/types/group_0197.py +42 -17
- githubkit/versions/v2022_11_28/types/group_0198.py +23 -30
- githubkit/versions/v2022_11_28/types/group_0199.py +10 -24
- githubkit/versions/v2022_11_28/types/group_0200.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0201.py +15 -6
- githubkit/versions/v2022_11_28/types/group_0202.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0203.py +34 -23
- githubkit/versions/v2022_11_28/types/group_0204.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0205.py +26 -19
- githubkit/versions/v2022_11_28/types/group_0206.py +15 -53
- githubkit/versions/v2022_11_28/types/group_0207.py +23 -44
- githubkit/versions/v2022_11_28/types/group_0208.py +24 -20
- githubkit/versions/v2022_11_28/types/group_0209.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0210.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0211.py +6 -74
- githubkit/versions/v2022_11_28/types/group_0212.py +18 -20
- githubkit/versions/v2022_11_28/types/group_0213.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0214.py +14 -29
- githubkit/versions/v2022_11_28/types/group_0215.py +49 -15
- githubkit/versions/v2022_11_28/types/group_0216.py +41 -32
- githubkit/versions/v2022_11_28/types/group_0217.py +19 -23
- githubkit/versions/v2022_11_28/types/group_0218.py +6 -54
- githubkit/versions/v2022_11_28/types/group_0219.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0220.py +67 -24
- githubkit/versions/v2022_11_28/types/group_0221.py +18 -22
- githubkit/versions/v2022_11_28/types/group_0222.py +12 -28
- githubkit/versions/v2022_11_28/types/group_0223.py +28 -89
- githubkit/versions/v2022_11_28/types/group_0224.py +20 -28
- githubkit/versions/v2022_11_28/types/group_0225.py +37 -30
- githubkit/versions/v2022_11_28/types/group_0226.py +22 -11
- githubkit/versions/v2022_11_28/types/group_0227.py +50 -21
- githubkit/versions/v2022_11_28/types/group_0228.py +20 -54
- githubkit/versions/v2022_11_28/types/group_0229.py +33 -7
- githubkit/versions/v2022_11_28/types/group_0230.py +29 -11
- githubkit/versions/v2022_11_28/types/group_0231.py +23 -20
- githubkit/versions/v2022_11_28/types/group_0232.py +82 -34
- githubkit/versions/v2022_11_28/types/group_0233.py +28 -28
- githubkit/versions/v2022_11_28/types/group_0234.py +34 -10
- githubkit/versions/v2022_11_28/types/group_0235.py +9 -56
- githubkit/versions/v2022_11_28/types/group_0236.py +26 -13
- githubkit/versions/v2022_11_28/types/group_0237.py +59 -8
- githubkit/versions/v2022_11_28/types/group_0238.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0239.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0240.py +26 -10
- githubkit/versions/v2022_11_28/types/group_0241.py +39 -19
- githubkit/versions/v2022_11_28/types/group_0242.py +28 -8
- githubkit/versions/v2022_11_28/types/group_0243.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0244.py +45 -57
- githubkit/versions/v2022_11_28/types/group_0245.py +11 -19
- githubkit/versions/v2022_11_28/types/group_0246.py +8 -35
- githubkit/versions/v2022_11_28/types/group_0247.py +6 -25
- githubkit/versions/v2022_11_28/types/group_0248.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0249.py +10 -24
- githubkit/versions/v2022_11_28/types/group_0250.py +25 -54
- githubkit/versions/v2022_11_28/types/group_0251.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0252.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0253.py +48 -82
- githubkit/versions/v2022_11_28/types/group_0254.py +12 -21
- githubkit/versions/v2022_11_28/types/group_0255.py +26 -20
- githubkit/versions/v2022_11_28/types/group_0256.py +23 -19
- githubkit/versions/v2022_11_28/types/group_0257.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0258.py +20 -25
- githubkit/versions/v2022_11_28/types/group_0259.py +51 -22
- githubkit/versions/v2022_11_28/types/group_0260.py +9 -26
- githubkit/versions/v2022_11_28/types/group_0261.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0262.py +94 -12
- githubkit/versions/v2022_11_28/types/group_0263.py +14 -16
- githubkit/versions/v2022_11_28/types/group_0264.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0265.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0266.py +11 -24
- githubkit/versions/v2022_11_28/types/group_0267.py +13 -18
- githubkit/versions/v2022_11_28/types/group_0268.py +13 -18
- githubkit/versions/v2022_11_28/types/group_0269.py +25 -10
- githubkit/versions/v2022_11_28/types/group_0270.py +17 -31
- githubkit/versions/v2022_11_28/types/group_0271.py +21 -14
- githubkit/versions/v2022_11_28/types/group_0272.py +31 -6
- githubkit/versions/v2022_11_28/types/group_0273.py +17 -69
- githubkit/versions/v2022_11_28/types/group_0274.py +22 -45
- githubkit/versions/v2022_11_28/types/group_0275.py +23 -83
- githubkit/versions/v2022_11_28/types/group_0276.py +23 -9
- githubkit/versions/v2022_11_28/types/group_0277.py +23 -9
- githubkit/versions/v2022_11_28/types/group_0278.py +10 -15
- githubkit/versions/v2022_11_28/types/group_0279.py +35 -14
- githubkit/versions/v2022_11_28/types/group_0280.py +16 -5
- githubkit/versions/v2022_11_28/types/group_0281.py +7 -33
- githubkit/versions/v2022_11_28/types/group_0282.py +70 -8
- githubkit/versions/v2022_11_28/types/group_0283.py +52 -50
- githubkit/versions/v2022_11_28/types/group_0284.py +82 -15
- githubkit/versions/v2022_11_28/types/group_0285.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0286.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0287.py +20 -19
- githubkit/versions/v2022_11_28/types/group_0288.py +13 -76
- githubkit/versions/v2022_11_28/types/group_0289.py +5 -76
- githubkit/versions/v2022_11_28/types/group_0290.py +24 -177
- githubkit/versions/v2022_11_28/types/group_0291.py +16 -43
- githubkit/versions/v2022_11_28/types/group_0292.py +52 -126
- githubkit/versions/v2022_11_28/types/group_0293.py +26 -12
- githubkit/versions/v2022_11_28/types/group_0294.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0295.py +10 -11
- githubkit/versions/v2022_11_28/types/group_0296.py +19 -56
- githubkit/versions/v2022_11_28/types/group_0297.py +79 -49
- githubkit/versions/v2022_11_28/types/group_0298.py +76 -8
- githubkit/versions/v2022_11_28/types/group_0299.py +178 -15
- githubkit/versions/v2022_11_28/types/group_0300.py +35 -33
- githubkit/versions/v2022_11_28/types/group_0301.py +128 -7
- githubkit/versions/v2022_11_28/types/group_0302.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0303.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0304.py +12 -11
- githubkit/versions/v2022_11_28/types/group_0305.py +56 -8
- githubkit/versions/v2022_11_28/types/group_0306.py +49 -8
- githubkit/versions/v2022_11_28/types/group_0307.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0308.py +24 -9
- githubkit/versions/v2022_11_28/types/group_0309.py +39 -15
- githubkit/versions/v2022_11_28/types/group_0310.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0311.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0312.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0313.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0314.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0315.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0316.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0317.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0318.py +15 -31
- githubkit/versions/v2022_11_28/types/group_0319.py +10 -70
- githubkit/versions/v2022_11_28/types/group_0320.py +8 -52
- githubkit/versions/v2022_11_28/types/group_0321.py +10 -74
- githubkit/versions/v2022_11_28/types/group_0322.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0323.py +11 -10
- githubkit/versions/v2022_11_28/types/group_0324.py +10 -23
- githubkit/versions/v2022_11_28/types/group_0325.py +12 -7
- githubkit/versions/v2022_11_28/types/group_0326.py +11 -14
- githubkit/versions/v2022_11_28/types/group_0327.py +11 -21
- githubkit/versions/v2022_11_28/types/group_0328.py +31 -15
- githubkit/versions/v2022_11_28/types/group_0329.py +70 -7
- githubkit/versions/v2022_11_28/types/group_0330.py +53 -8
- githubkit/versions/v2022_11_28/types/group_0331.py +73 -10
- githubkit/versions/v2022_11_28/types/group_0332.py +10 -8
- githubkit/versions/v2022_11_28/types/group_0333.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0334.py +22 -10
- githubkit/versions/v2022_11_28/types/group_0335.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0336.py +11 -32
- githubkit/versions/v2022_11_28/types/group_0337.py +14 -38
- githubkit/versions/v2022_11_28/types/group_0338.py +10 -33
- githubkit/versions/v2022_11_28/types/group_0339.py +7 -93
- githubkit/versions/v2022_11_28/types/group_0340.py +8 -30
- githubkit/versions/v2022_11_28/types/group_0341.py +10 -121
- githubkit/versions/v2022_11_28/types/group_0342.py +9 -74
- githubkit/versions/v2022_11_28/types/group_0343.py +8 -54
- githubkit/versions/v2022_11_28/types/group_0344.py +11 -61
- githubkit/versions/v2022_11_28/types/group_0345.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0346.py +34 -15
- githubkit/versions/v2022_11_28/types/group_0347.py +34 -75
- githubkit/versions/v2022_11_28/types/group_0348.py +32 -9
- githubkit/versions/v2022_11_28/types/group_0349.py +80 -47
- githubkit/versions/v2022_11_28/types/group_0350.py +26 -11
- githubkit/versions/v2022_11_28/types/group_0351.py +114 -24
- githubkit/versions/v2022_11_28/types/group_0352.py +74 -7
- githubkit/versions/v2022_11_28/types/group_0353.py +52 -8
- githubkit/versions/v2022_11_28/types/group_0354.py +61 -9
- githubkit/versions/v2022_11_28/types/group_0355.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0356.py +15 -7
- githubkit/versions/v2022_11_28/types/group_0357.py +81 -18
- githubkit/versions/v2022_11_28/types/group_0358.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0359.py +61 -22
- githubkit/versions/v2022_11_28/types/group_0360.py +10 -268
- githubkit/versions/v2022_11_28/types/group_0361.py +28 -24
- githubkit/versions/v2022_11_28/types/group_0362.py +9 -42
- githubkit/versions/v2022_11_28/types/group_0363.py +11 -43
- githubkit/versions/v2022_11_28/types/group_0364.py +8 -55
- githubkit/versions/v2022_11_28/types/group_0365.py +12 -121
- githubkit/versions/v2022_11_28/types/group_0366.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0367.py +19 -125
- githubkit/versions/v2022_11_28/types/group_0368.py +11 -23
- githubkit/versions/v2022_11_28/types/group_0369.py +23 -20
- githubkit/versions/v2022_11_28/types/group_0370.py +256 -64
- githubkit/versions/v2022_11_28/types/group_0371.py +32 -17
- githubkit/versions/v2022_11_28/types/group_0372.py +43 -36
- githubkit/versions/v2022_11_28/types/group_0373.py +47 -20
- githubkit/versions/v2022_11_28/types/group_0374.py +57 -15
- githubkit/versions/v2022_11_28/types/group_0375.py +16 -17
- githubkit/versions/v2022_11_28/types/group_0376.py +15 -19
- githubkit/versions/v2022_11_28/types/group_0377.py +58 -115
- githubkit/versions/v2022_11_28/types/group_0378.py +12 -17
- githubkit/versions/v2022_11_28/types/group_0379.py +31 -13
- githubkit/versions/v2022_11_28/types/group_0380.py +71 -15
- githubkit/versions/v2022_11_28/types/group_0381.py +126 -6
- githubkit/versions/v2022_11_28/types/group_0382.py +64 -22
- githubkit/versions/v2022_11_28/types/group_0383.py +11 -7
- githubkit/versions/v2022_11_28/types/group_0384.py +9 -17
- githubkit/versions/v2022_11_28/types/group_0385.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0386.py +38 -274
- githubkit/versions/v2022_11_28/types/group_0387.py +9 -304
- githubkit/versions/v2022_11_28/types/group_0388.py +211 -143
- githubkit/versions/v2022_11_28/types/group_0389.py +20 -109
- githubkit/versions/v2022_11_28/types/group_0390.py +316 -89
- githubkit/versions/v2022_11_28/types/group_0391.py +27 -114
- githubkit/versions/v2022_11_28/types/group_0392.py +34 -133
- githubkit/versions/v2022_11_28/types/group_0393.py +28 -104
- githubkit/versions/v2022_11_28/types/group_0394.py +34 -100
- githubkit/versions/v2022_11_28/types/group_0395.py +11 -93
- githubkit/versions/v2022_11_28/types/group_0396.py +52 -19
- githubkit/versions/v2022_11_28/types/group_0397.py +45 -19
- githubkit/versions/v2022_11_28/types/group_0398.py +123 -18
- githubkit/versions/v2022_11_28/types/group_0399.py +46 -15
- githubkit/versions/v2022_11_28/types/group_0400.py +46 -18
- githubkit/versions/v2022_11_28/types/group_0401.py +14 -18
- githubkit/versions/v2022_11_28/types/group_0402.py +24 -18
- githubkit/versions/v2022_11_28/types/group_0403.py +15 -17
- githubkit/versions/v2022_11_28/types/group_0404.py +18 -17
- githubkit/versions/v2022_11_28/types/group_0405.py +79 -17
- githubkit/versions/v2022_11_28/types/group_0406.py +13 -17
- githubkit/versions/v2022_11_28/types/group_0407.py +851 -17
- githubkit/versions/v2022_11_28/types/group_0408.py +119 -17
- githubkit/versions/v2022_11_28/types/group_0409.py +71 -30
- githubkit/versions/v2022_11_28/types/group_0410.py +113 -28
- githubkit/versions/v2022_11_28/types/group_0411.py +49 -532
- githubkit/versions/v2022_11_28/types/group_0412.py +53 -20
- githubkit/versions/v2022_11_28/types/group_0413.py +26 -471
- githubkit/versions/v2022_11_28/types/group_0414.py +61 -455
- githubkit/versions/v2022_11_28/types/group_0415.py +34 -388
- githubkit/versions/v2022_11_28/types/group_0416.py +19 -858
- githubkit/versions/v2022_11_28/types/group_0417.py +32 -82
- githubkit/versions/v2022_11_28/types/group_0418.py +9 -45
- githubkit/versions/v2022_11_28/types/group_0419.py +9 -11
- githubkit/versions/v2022_11_28/types/group_0420.py +11 -85
- githubkit/versions/v2022_11_28/types/group_0421.py +11 -85
- githubkit/versions/v2022_11_28/types/group_0422.py +98 -89
- githubkit/versions/v2022_11_28/types/group_0423.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0424.py +7 -18
- githubkit/versions/v2022_11_28/types/group_0425.py +10 -37
- githubkit/versions/v2022_11_28/types/group_0426.py +13 -40
- githubkit/versions/v2022_11_28/types/group_0427.py +23 -12
- githubkit/versions/v2022_11_28/types/group_0428.py +7 -18
- githubkit/versions/v2022_11_28/types/group_0429.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0430.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0431.py +313 -8
- githubkit/versions/v2022_11_28/types/group_0432.py +269 -47
- githubkit/versions/v2022_11_28/types/group_0433.py +290 -19
- githubkit/versions/v2022_11_28/types/group_0434.py +136 -12
- githubkit/versions/v2022_11_28/types/group_0435.py +138 -12
- githubkit/versions/v2022_11_28/types/group_0436.py +106 -13
- githubkit/versions/v2022_11_28/types/group_0437.py +104 -111
- githubkit/versions/v2022_11_28/types/group_0438.py +102 -131
- githubkit/versions/v2022_11_28/types/group_0439.py +103 -14
- githubkit/versions/v2022_11_28/types/group_0440.py +74 -92
- githubkit/versions/v2022_11_28/types/group_0441.py +23 -11
- githubkit/versions/v2022_11_28/types/group_0442.py +13 -27
- githubkit/versions/v2022_11_28/types/group_0443.py +17 -51
- githubkit/versions/v2022_11_28/types/group_0444.py +14 -29
- githubkit/versions/v2022_11_28/types/group_0445.py +18 -32
- githubkit/versions/v2022_11_28/types/group_0446.py +14 -71
- githubkit/versions/v2022_11_28/types/group_0447.py +15 -72
- githubkit/versions/v2022_11_28/types/group_0448.py +15 -28
- githubkit/versions/v2022_11_28/types/group_0449.py +16 -83
- githubkit/versions/v2022_11_28/types/group_0450.py +15 -30
- githubkit/versions/v2022_11_28/types/group_0451.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0452.py +17 -76
- githubkit/versions/v2022_11_28/types/group_0453.py +17 -137
- githubkit/versions/v2022_11_28/types/group_0454.py +17 -142
- githubkit/versions/v2022_11_28/types/group_0455.py +17 -51
- githubkit/versions/v2022_11_28/types/group_0456.py +570 -4
- githubkit/versions/v2022_11_28/types/group_0457.py +27 -36
- githubkit/versions/v2022_11_28/types/group_0458.py +376 -46
- githubkit/versions/v2022_11_28/types/group_0459.py +396 -77
- githubkit/versions/v2022_11_28/types/group_0460.py +370 -69
- githubkit/versions/v2022_11_28/types/group_0461.py +848 -18
- githubkit/versions/v2022_11_28/types/group_0462.py +19 -78
- githubkit/versions/v2022_11_28/types/group_0463.py +45 -13
- githubkit/versions/v2022_11_28/types/group_0464.py +17 -76
- githubkit/versions/v2022_11_28/types/group_0465.py +19 -137
- githubkit/versions/v2022_11_28/types/group_0466.py +19 -142
- githubkit/versions/v2022_11_28/types/group_0467.py +36 -51
- githubkit/versions/v2022_11_28/types/group_0468.py +21 -28
- githubkit/versions/v2022_11_28/types/group_0469.py +24 -36
- githubkit/versions/v2022_11_28/types/group_0470.py +42 -75
- githubkit/versions/v2022_11_28/types/group_0471.py +19 -82
- githubkit/versions/v2022_11_28/types/group_0472.py +17 -137
- githubkit/versions/v2022_11_28/types/group_0473.py +24 -33
- githubkit/versions/v2022_11_28/types/group_0474.py +17 -76
- githubkit/versions/v2022_11_28/types/group_0475.py +13 -33
- githubkit/versions/v2022_11_28/types/group_0476.py +8 -77
- githubkit/versions/v2022_11_28/types/group_0477.py +15 -137
- githubkit/versions/v2022_11_28/types/group_0478.py +19 -142
- githubkit/versions/v2022_11_28/types/group_0479.py +17 -51
- githubkit/versions/v2022_11_28/types/group_0480.py +21 -28
- githubkit/versions/v2022_11_28/types/group_0481.py +19 -30
- githubkit/versions/v2022_11_28/types/group_0482.py +122 -52
- githubkit/versions/v2022_11_28/types/group_0483.py +136 -77
- githubkit/versions/v2022_11_28/types/group_0484.py +15 -133
- githubkit/versions/v2022_11_28/types/group_0485.py +116 -30
- githubkit/versions/v2022_11_28/types/group_0486.py +8 -79
- githubkit/versions/v2022_11_28/types/group_0487.py +16 -412
- githubkit/versions/v2022_11_28/types/group_0488.py +16 -14
- githubkit/versions/v2022_11_28/types/group_0489.py +18 -166
- githubkit/versions/v2022_11_28/types/group_0490.py +18 -170
- githubkit/versions/v2022_11_28/types/group_0491.py +37 -25
- githubkit/versions/v2022_11_28/types/group_0492.py +39 -28
- githubkit/versions/v2022_11_28/types/group_0493.py +18 -74
- githubkit/versions/v2022_11_28/types/group_0494.py +82 -82
- githubkit/versions/v2022_11_28/types/group_0495.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0496.py +19 -107
- githubkit/versions/v2022_11_28/types/group_0497.py +69 -15
- githubkit/versions/v2022_11_28/types/group_0498.py +130 -71
- githubkit/versions/v2022_11_28/types/group_0499.py +37 -291
- githubkit/versions/v2022_11_28/types/group_0500.py +8 -413
- githubkit/versions/v2022_11_28/types/group_0501.py +3 -417
- githubkit/versions/v2022_11_28/types/group_0502.py +10 -392
- githubkit/versions/v2022_11_28/types/group_0503.py +11 -335
- githubkit/versions/v2022_11_28/types/group_0504.py +10 -377
- githubkit/versions/v2022_11_28/types/group_0505.py +61 -894
- githubkit/versions/v2022_11_28/types/group_0506.py +11 -380
- githubkit/versions/v2022_11_28/types/group_0507.py +11 -332
- githubkit/versions/v2022_11_28/types/group_0508.py +14 -979
- githubkit/versions/v2022_11_28/types/group_0509.py +39 -327
- githubkit/versions/v2022_11_28/types/group_0510.py +35 -304
- githubkit/versions/v2022_11_28/types/group_0511.py +9 -355
- githubkit/versions/v2022_11_28/types/group_0512.py +4 -375
- githubkit/versions/v2022_11_28/types/group_0513.py +24 -26
- githubkit/versions/v2022_11_28/types/group_0514.py +69 -25
- githubkit/versions/v2022_11_28/types/group_0515.py +80 -63
- githubkit/versions/v2022_11_28/types/group_0516.py +119 -88
- githubkit/versions/v2022_11_28/types/group_0517.py +24 -106
- githubkit/versions/v2022_11_28/types/group_0518.py +73 -113
- githubkit/versions/v2022_11_28/types/group_0519.py +17 -116
- githubkit/versions/v2022_11_28/types/group_0520.py +128 -97
- githubkit/versions/v2022_11_28/types/group_0521.py +111 -49
- githubkit/versions/v2022_11_28/types/group_0522.py +22 -43
- githubkit/versions/v2022_11_28/types/group_0523.py +3 -24
- githubkit/versions/v2022_11_28/types/group_0524.py +21 -108
- githubkit/versions/v2022_11_28/types/group_0525.py +45 -87
- githubkit/versions/v2022_11_28/types/group_0526.py +84 -15
- githubkit/versions/v2022_11_28/types/group_0527.py +137 -16
- githubkit/versions/v2022_11_28/types/group_0528.py +24 -100
- githubkit/versions/v2022_11_28/types/group_0529.py +76 -69
- githubkit/versions/v2022_11_28/types/group_0530.py +13 -65
- githubkit/versions/v2022_11_28/types/group_0531.py +12 -66
- githubkit/versions/v2022_11_28/types/group_0532.py +124 -63
- githubkit/versions/v2022_11_28/types/group_0533.py +131 -32
- githubkit/versions/v2022_11_28/types/group_0534.py +3 -24
- githubkit/versions/v2022_11_28/types/group_0535.py +30 -50
- githubkit/versions/v2022_11_28/types/group_0536.py +50 -36
- githubkit/versions/v2022_11_28/types/group_0537.py +84 -60
- githubkit/versions/v2022_11_28/types/group_0538.py +7 -93
- githubkit/versions/v2022_11_28/types/group_0539.py +83 -36
- githubkit/versions/v2022_11_28/types/group_0540.py +21 -74
- githubkit/versions/v2022_11_28/types/group_0541.py +81 -35
- githubkit/versions/v2022_11_28/types/group_0542.py +392 -13
- githubkit/versions/v2022_11_28/types/group_0543.py +367 -24
- githubkit/versions/v2022_11_28/types/group_0544.py +330 -386
- githubkit/versions/v2022_11_28/types/group_0545.py +394 -12
- githubkit/versions/v2022_11_28/types/group_0546.py +362 -23
- githubkit/versions/v2022_11_28/types/group_0547.py +323 -78
- githubkit/versions/v2022_11_28/types/group_0548.py +929 -29
- githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
- githubkit/versions/v2022_11_28/types/group_0550.py +399 -13
- githubkit/versions/v2022_11_28/types/group_0551.py +603 -13
- githubkit/versions/v2022_11_28/types/group_0552.py +23 -17
- githubkit/versions/v2022_11_28/types/group_0553.py +18 -12
- githubkit/versions/v2022_11_28/types/group_0554.py +384 -22
- githubkit/versions/v2022_11_28/types/group_0555.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0556.py +14 -77
- githubkit/versions/v2022_11_28/types/group_0557.py +13 -61
- githubkit/versions/v2022_11_28/types/group_0558.py +45 -57
- githubkit/versions/v2022_11_28/types/group_0559.py +15 -75
- githubkit/versions/v2022_11_28/types/group_0560.py +51 -63
- githubkit/versions/v2022_11_28/types/group_0561.py +66 -42
- githubkit/versions/v2022_11_28/types/group_0562.py +70 -43
- githubkit/versions/v2022_11_28/types/group_0563.py +15 -60
- githubkit/versions/v2022_11_28/types/group_0564.py +45 -25
- githubkit/versions/v2022_11_28/types/group_0565.py +37 -25
- githubkit/versions/v2022_11_28/types/group_0566.py +13 -45
- githubkit/versions/v2022_11_28/types/group_0567.py +38 -24
- githubkit/versions/v2022_11_28/types/group_0568.py +17 -34
- githubkit/versions/v2022_11_28/types/group_0569.py +12 -62
- githubkit/versions/v2022_11_28/types/group_0570.py +12 -87
- githubkit/versions/v2022_11_28/types/group_0571.py +92 -55
- githubkit/versions/v2022_11_28/types/group_0572.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0573.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0574.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0575.py +35 -44
- githubkit/versions/v2022_11_28/types/group_0576.py +15 -30
- githubkit/versions/v2022_11_28/types/group_0577.py +13 -29
- githubkit/versions/v2022_11_28/types/group_0578.py +14 -10
- githubkit/versions/v2022_11_28/types/group_0579.py +12 -8
- githubkit/versions/v2022_11_28/types/group_0580.py +14 -48
- githubkit/versions/v2022_11_28/types/group_0581.py +63 -29
- githubkit/versions/v2022_11_28/types/group_0582.py +14 -29
- githubkit/versions/v2022_11_28/types/group_0583.py +30 -9
- githubkit/versions/v2022_11_28/types/group_0584.py +32 -13
- githubkit/versions/v2022_11_28/types/group_0585.py +13 -951
- githubkit/versions/v2022_11_28/types/group_0586.py +23 -938
- githubkit/versions/v2022_11_28/types/group_0587.py +315 -800
- githubkit/versions/v2022_11_28/types/group_0588.py +11 -12
- githubkit/versions/v2022_11_28/types/group_0589.py +60 -18
- githubkit/versions/v2022_11_28/types/group_0590.py +69 -856
- githubkit/versions/v2022_11_28/types/group_0591.py +29 -887
- githubkit/versions/v2022_11_28/types/group_0592.py +13 -69
- githubkit/versions/v2022_11_28/types/group_0593.py +13 -927
- githubkit/versions/v2022_11_28/types/group_0594.py +13 -937
- githubkit/versions/v2022_11_28/types/group_0595.py +13 -917
- githubkit/versions/v2022_11_28/types/group_0596.py +11 -933
- githubkit/versions/v2022_11_28/types/group_0597.py +35 -18
- githubkit/versions/v2022_11_28/types/group_0598.py +7 -19
- githubkit/versions/v2022_11_28/types/group_0599.py +29 -13
- githubkit/versions/v2022_11_28/types/group_0600.py +12 -1069
- githubkit/versions/v2022_11_28/types/group_0601.py +24 -1033
- githubkit/versions/v2022_11_28/types/group_0602.py +21 -1079
- githubkit/versions/v2022_11_28/types/group_0603.py +35 -959
- githubkit/versions/v2022_11_28/types/group_0604.py +14 -944
- githubkit/versions/v2022_11_28/types/group_0605.py +21 -1024
- githubkit/versions/v2022_11_28/types/group_0606.py +13 -1059
- githubkit/versions/v2022_11_28/types/group_0607.py +14 -1023
- githubkit/versions/v2022_11_28/types/group_0608.py +14 -1037
- githubkit/versions/v2022_11_28/types/group_0609.py +23 -993
- githubkit/versions/v2022_11_28/types/group_0610.py +14 -1078
- githubkit/versions/v2022_11_28/types/group_0611.py +14 -1088
- githubkit/versions/v2022_11_28/types/group_0612.py +14 -940
- githubkit/versions/v2022_11_28/types/group_0613.py +28 -946
- githubkit/versions/v2022_11_28/types/group_0614.py +13 -941
- githubkit/versions/v2022_11_28/types/group_0615.py +11 -925
- githubkit/versions/v2022_11_28/types/group_0616.py +14 -284
- githubkit/versions/v2022_11_28/types/group_0617.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0618.py +59 -57
- githubkit/versions/v2022_11_28/types/group_0619.py +15 -507
- githubkit/versions/v2022_11_28/types/group_0620.py +31 -15
- githubkit/versions/v2022_11_28/types/group_0621.py +14 -55
- githubkit/versions/v2022_11_28/types/group_0622.py +13 -160
- githubkit/versions/v2022_11_28/types/group_0623.py +45 -137
- githubkit/versions/v2022_11_28/types/group_0624.py +28 -136
- githubkit/versions/v2022_11_28/types/group_0625.py +14 -173
- githubkit/versions/v2022_11_28/types/group_0626.py +12 -142
- githubkit/versions/v2022_11_28/types/group_0627.py +9 -139
- githubkit/versions/v2022_11_28/types/group_0628.py +845 -59
- githubkit/versions/v2022_11_28/types/group_0629.py +894 -60
- githubkit/versions/v2022_11_28/types/group_0630.py +963 -13
- githubkit/versions/v2022_11_28/types/group_0631.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0632.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0633.py +14 -11
- githubkit/versions/v2022_11_28/types/group_0634.py +923 -10
- githubkit/versions/v2022_11_28/types/group_0635.py +60 -19
- githubkit/versions/v2022_11_28/types/group_0636.py +904 -33
- githubkit/versions/v2022_11_28/types/group_0637.py +920 -10
- githubkit/versions/v2022_11_28/types/group_0638.py +912 -10
- githubkit/versions/v2022_11_28/types/group_0639.py +14 -11
- githubkit/versions/v2022_11_28/types/group_0640.py +12 -33
- githubkit/versions/v2022_11_28/types/group_0641.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0642.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0643.py +1070 -15
- githubkit/versions/v2022_11_28/types/group_0644.py +943 -18
- githubkit/versions/v2022_11_28/types/group_0645.py +952 -13
- githubkit/versions/v2022_11_28/types/group_0646.py +965 -40
- githubkit/versions/v2022_11_28/types/group_0647.py +895 -65
- githubkit/versions/v2022_11_28/types/group_0648.py +1014 -63
- githubkit/versions/v2022_11_28/types/group_0649.py +1005 -36
- githubkit/versions/v2022_11_28/types/group_0650.py +1021 -10
- githubkit/versions/v2022_11_28/types/group_0651.py +999 -33
- githubkit/versions/v2022_11_28/types/group_0652.py +882 -34
- githubkit/versions/v2022_11_28/types/group_0653.py +1041 -34
- githubkit/versions/v2022_11_28/types/group_0654.py +1049 -34
- githubkit/versions/v2022_11_28/types/group_0655.py +939 -13
- githubkit/versions/v2022_11_28/types/group_0656.py +890 -171
- githubkit/versions/v2022_11_28/types/group_0657.py +935 -5
- githubkit/versions/v2022_11_28/types/group_0658.py +923 -13
- githubkit/versions/v2022_11_28/types/group_0659.py +282 -13
- githubkit/versions/v2022_11_28/types/group_0660.py +13 -13
- githubkit/versions/v2022_11_28/types/group_0661.py +60 -17
- githubkit/versions/v2022_11_28/types/group_0662.py +462 -74
- githubkit/versions/v2022_11_28/types/group_0663.py +12 -114
- githubkit/versions/v2022_11_28/types/group_0664.py +45 -110
- githubkit/versions/v2022_11_28/types/group_0665.py +160 -15
- githubkit/versions/v2022_11_28/types/group_0666.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0667.py +17 -6
- githubkit/versions/v2022_11_28/types/group_0668.py +45 -128
- githubkit/versions/v2022_11_28/types/group_0669.py +78 -66
- githubkit/versions/v2022_11_28/types/group_0670.py +14 -141
- githubkit/versions/v2022_11_28/types/group_0671.py +14 -135
- githubkit/versions/v2022_11_28/types/group_0672.py +14 -168
- githubkit/versions/v2022_11_28/types/group_0673.py +14 -165
- githubkit/versions/v2022_11_28/types/group_0674.py +13 -12
- githubkit/versions/v2022_11_28/types/group_0675.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0676.py +10 -186
- githubkit/versions/v2022_11_28/types/group_0677.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0678.py +29 -6
- githubkit/versions/v2022_11_28/types/group_0679.py +56 -11
- githubkit/versions/v2022_11_28/types/group_0680.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0681.py +10 -55
- githubkit/versions/v2022_11_28/types/group_0682.py +13 -221
- githubkit/versions/v2022_11_28/types/group_0683.py +34 -216
- githubkit/versions/v2022_11_28/types/group_0684.py +15 -219
- githubkit/versions/v2022_11_28/types/group_0685.py +14 -286
- githubkit/versions/v2022_11_28/types/group_0686.py +16 -222
- githubkit/versions/v2022_11_28/types/group_0687.py +27 -15
- githubkit/versions/v2022_11_28/types/group_0688.py +15 -24
- githubkit/versions/v2022_11_28/types/group_0689.py +79 -69
- githubkit/versions/v2022_11_28/types/group_0690.py +86 -55
- githubkit/versions/v2022_11_28/types/group_0691.py +102 -42
- githubkit/versions/v2022_11_28/types/group_0692.py +78 -45
- githubkit/versions/v2022_11_28/types/group_0693.py +22 -51
- githubkit/versions/v2022_11_28/types/group_0694.py +21 -44
- githubkit/versions/v2022_11_28/types/group_0695.py +60 -47
- githubkit/versions/v2022_11_28/types/group_0696.py +12 -57
- githubkit/versions/v2022_11_28/types/group_0697.py +34 -384
- githubkit/versions/v2022_11_28/types/group_0698.py +13 -425
- githubkit/versions/v2022_11_28/types/group_0699.py +194 -403
- githubkit/versions/v2022_11_28/types/group_0700.py +10 -31
- githubkit/versions/v2022_11_28/types/group_0701.py +19 -9
- githubkit/versions/v2022_11_28/types/group_0702.py +18 -8
- githubkit/versions/v2022_11_28/types/group_0703.py +20 -4
- githubkit/versions/v2022_11_28/types/group_0704.py +17 -8
- githubkit/versions/v2022_11_28/types/group_0705.py +19 -5
- githubkit/versions/v2022_11_28/types/group_0706.py +19 -5
- githubkit/versions/v2022_11_28/types/group_0707.py +121 -5
- githubkit/versions/v2022_11_28/types/group_0708.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0709.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0710.py +9 -4
- githubkit/versions/v2022_11_28/types/group_0711.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0712.py +17 -19
- githubkit/versions/v2022_11_28/types/group_0713.py +30 -13
- githubkit/versions/v2022_11_28/types/group_0714.py +18 -24
- githubkit/versions/v2022_11_28/types/group_0715.py +22 -5
- githubkit/versions/v2022_11_28/types/group_0716.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0717.py +19 -4
- githubkit/versions/v2022_11_28/types/group_0718.py +16 -8
- githubkit/versions/v2022_11_28/types/group_0719.py +192 -7
- githubkit/versions/v2022_11_28/types/group_0720.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0721.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0722.py +12 -4
- githubkit/versions/v2022_11_28/types/group_0723.py +6 -37
- githubkit/versions/v2022_11_28/types/group_0724.py +16 -20
- githubkit/versions/v2022_11_28/types/group_0725.py +182 -6
- githubkit/versions/v2022_11_28/types/group_0726.py +180 -8
- githubkit/versions/v2022_11_28/types/group_0727.py +181 -6
- githubkit/versions/v2022_11_28/types/group_0728.py +248 -8
- githubkit/versions/v2022_11_28/types/group_0729.py +181 -7
- githubkit/versions/v2022_11_28/types/group_0730.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0731.py +25 -8
- githubkit/versions/v2022_11_28/types/group_0732.py +70 -5
- githubkit/versions/v2022_11_28/types/group_0733.py +55 -4
- githubkit/versions/v2022_11_28/types/group_0734.py +48 -8
- githubkit/versions/v2022_11_28/types/group_0735.py +55 -16
- githubkit/versions/v2022_11_28/types/group_0736.py +51 -14
- githubkit/versions/v2022_11_28/types/group_0737.py +47 -14
- githubkit/versions/v2022_11_28/types/group_0738.py +64 -6
- githubkit/versions/v2022_11_28/types/group_0739.py +55 -16
- githubkit/versions/v2022_11_28/types/group_0740.py +411 -7
- githubkit/versions/v2022_11_28/types/group_0741.py +414 -7
- githubkit/versions/v2022_11_28/types/group_0742.py +413 -8
- githubkit/versions/v2022_11_28/types/group_0743.py +31 -11
- githubkit/versions/v2022_11_28/types/group_0744.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0745.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0746.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0747.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0748.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0749.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0750.py +4 -8
- githubkit/versions/v2022_11_28/types/group_0751.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0752.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0753.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0754.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0755.py +20 -7
- githubkit/versions/v2022_11_28/types/group_0756.py +19 -6
- githubkit/versions/v2022_11_28/types/group_0757.py +25 -7
- githubkit/versions/v2022_11_28/types/group_0758.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0759.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0760.py +4 -25
- githubkit/versions/v2022_11_28/types/group_0761.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0762.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0763.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0764.py +4 -25
- githubkit/versions/v2022_11_28/types/group_0765.py +4 -23
- githubkit/versions/v2022_11_28/types/group_0766.py +40 -11
- githubkit/versions/v2022_11_28/types/group_0767.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0768.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0769.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0770.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0771.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0772.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0773.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0774.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0775.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0776.py +6 -3
- githubkit/versions/v2022_11_28/types/group_0777.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0778.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0779.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0780.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0781.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0782.py +23 -4
- githubkit/versions/v2022_11_28/types/group_0783.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0784.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0785.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0786.py +11 -48
- githubkit/versions/v2022_11_28/types/group_0787.py +8 -58
- githubkit/versions/v2022_11_28/types/group_0788.py +10 -57
- githubkit/versions/v2022_11_28/types/group_0789.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0790.py +6 -13
- githubkit/versions/v2022_11_28/types/group_0791.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0792.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0793.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0794.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0795.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0796.py +7 -7
- githubkit/versions/v2022_11_28/types/group_0797.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0798.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0799.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0800.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0801.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0802.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0803.py +23 -6
- githubkit/versions/v2022_11_28/types/group_0804.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0805.py +9 -3
- githubkit/versions/v2022_11_28/types/group_0806.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0807.py +20 -15
- githubkit/versions/v2022_11_28/types/group_0808.py +24 -5
- githubkit/versions/v2022_11_28/types/group_0809.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0810.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0811.py +4 -22
- githubkit/versions/v2022_11_28/types/group_0812.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0813.py +9 -3
- githubkit/versions/v2022_11_28/types/group_0814.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0815.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0816.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0817.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0818.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0819.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0820.py +5 -107
- githubkit/versions/v2022_11_28/types/group_0821.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0822.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0823.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0824.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0825.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0826.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0827.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0828.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0829.py +48 -11
- githubkit/versions/v2022_11_28/types/group_0830.py +71 -6
- githubkit/versions/v2022_11_28/types/group_0831.py +70 -8
- githubkit/versions/v2022_11_28/types/group_0832.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0833.py +13 -11
- githubkit/versions/v2022_11_28/types/group_0834.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0835.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0836.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0837.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0838.py +13 -8
- githubkit/versions/v2022_11_28/types/group_0839.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0840.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0841.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0842.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0843.py +4 -31
- githubkit/versions/v2022_11_28/types/group_0844.py +5 -21
- githubkit/versions/v2022_11_28/types/group_0845.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0846.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0847.py +5 -123
- githubkit/versions/v2022_11_28/types/group_0848.py +4 -53
- githubkit/versions/v2022_11_28/types/group_0849.py +15 -21
- githubkit/versions/v2022_11_28/types/group_0850.py +17 -10
- githubkit/versions/v2022_11_28/types/group_0851.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0852.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0853.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0854.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0855.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0856.py +3 -12
- githubkit/versions/v2022_11_28/types/group_0857.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0858.py +10 -14
- githubkit/versions/v2022_11_28/types/group_0859.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0860.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0861.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0862.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0863.py +92 -38
- githubkit/versions/v2022_11_28/types/group_0864.py +14 -35
- githubkit/versions/v2022_11_28/types/group_0865.py +8 -35
- githubkit/versions/v2022_11_28/types/group_0866.py +7 -57
- githubkit/versions/v2022_11_28/types/group_0867.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0868.py +14 -38
- githubkit/versions/v2022_11_28/types/group_0869.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0870.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0871.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0872.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0873.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0874.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0875.py +9 -16
- githubkit/versions/v2022_11_28/types/group_0876.py +7 -18
- githubkit/versions/v2022_11_28/types/group_0877.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0878.py +8 -19
- githubkit/versions/v2022_11_28/types/group_0879.py +5 -22
- githubkit/versions/v2022_11_28/types/group_0880.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0881.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0882.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0883.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0884.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0885.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0886.py +23 -28
- githubkit/versions/v2022_11_28/types/group_0887.py +15 -26
- githubkit/versions/v2022_11_28/types/group_0888.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0889.py +7 -22
- githubkit/versions/v2022_11_28/types/group_0890.py +123 -5
- githubkit/versions/v2022_11_28/types/group_0891.py +52 -8
- githubkit/versions/v2022_11_28/types/group_0892.py +22 -17
- githubkit/versions/v2022_11_28/types/group_0893.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0894.py +14 -14
- githubkit/versions/v2022_11_28/types/group_0895.py +12 -14
- githubkit/versions/v2022_11_28/types/group_0896.py +11 -29
- githubkit/versions/v2022_11_28/types/group_0897.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0898.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0899.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0901.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0902.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0903.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0904.py +14 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0906.py +53 -5
- githubkit/versions/v2022_11_28/types/group_0907.py +28 -40
- githubkit/versions/v2022_11_28/types/group_0908.py +37 -11
- githubkit/versions/v2022_11_28/types/group_0909.py +59 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +31 -25
- githubkit/versions/v2022_11_28/types/group_0911.py +34 -21
- githubkit/versions/v2022_11_28/types/group_0912.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0913.py +19 -9
- githubkit/versions/v2022_11_28/types/group_0914.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0915.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0916.py +11 -8
- githubkit/versions/v2022_11_28/types/group_0917.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0918.py +12 -6
- githubkit/versions/v2022_11_28/types/group_0919.py +13 -4
- githubkit/versions/v2022_11_28/types/group_0920.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0921.py +15 -24
- githubkit/versions/v2022_11_28/types/group_0922.py +22 -5
- githubkit/versions/v2022_11_28/types/group_0923.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0924.py +13 -27
- githubkit/versions/v2022_11_28/types/group_0925.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0926.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0928.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0929.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0930.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0931.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0932.py +30 -10
- githubkit/versions/v2022_11_28/types/group_0933.py +33 -5
- githubkit/versions/v2022_11_28/types/group_0934.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0935.py +21 -7
- githubkit/versions/v2022_11_28/types/group_0936.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0937.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0938.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0940.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0941.py +16 -9
- githubkit/versions/v2022_11_28/types/group_0942.py +29 -9
- githubkit/versions/v2022_11_28/types/group_0943.py +23 -5
- githubkit/versions/v2022_11_28/types/group_0944.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0945.py +15 -8
- githubkit/versions/v2022_11_28/types/group_0946.py +8 -15
- githubkit/versions/v2022_11_28/types/group_0947.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0948.py +8 -15
- githubkit/versions/v2022_11_28/types/group_0949.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0950.py +5 -15
- githubkit/versions/v2022_11_28/types/group_0951.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0952.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0953.py +40 -7
- githubkit/versions/v2022_11_28/types/group_0954.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0955.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0956.py +23 -4
- githubkit/versions/v2022_11_28/types/group_0957.py +19 -7
- githubkit/versions/v2022_11_28/types/group_0958.py +23 -11
- githubkit/versions/v2022_11_28/types/group_0959.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0960.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0961.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0962.py +10 -16
- githubkit/versions/v2022_11_28/types/group_0963.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0964.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0965.py +4 -10
- githubkit/versions/v2022_11_28/types/group_0966.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0967.py +24 -5
- githubkit/versions/v2022_11_28/types/group_0968.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0969.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0970.py +35 -9
- githubkit/versions/v2022_11_28/types/group_0971.py +5 -25
- githubkit/versions/v2022_11_28/types/group_0972.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0973.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0974.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0975.py +16 -4
- githubkit/versions/v2022_11_28/types/group_0976.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0977.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0978.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0979.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0980.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0981.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0982.py +6 -50
- githubkit/versions/v2022_11_28/types/group_0983.py +6 -50
- githubkit/versions/v2022_11_28/types/group_0984.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0985.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0986.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0987.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0988.py +10 -6
- githubkit/versions/v2022_11_28/types/group_0989.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0991.py +10 -13
- githubkit/versions/v2022_11_28/types/group_0992.py +15 -6
- githubkit/versions/v2022_11_28/types/group_0993.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0994.py +16 -5
- githubkit/versions/v2022_11_28/types/group_0995.py +16 -7
- githubkit/versions/v2022_11_28/types/group_0996.py +15 -11
- githubkit/versions/v2022_11_28/types/group_0997.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0999.py +7 -4
- githubkit/versions/v2022_11_28/types/group_1000.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1001.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1002.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1003.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1004.py +11 -16
- githubkit/versions/v2022_11_28/types/group_1005.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1006.py +7 -23
- githubkit/versions/v2022_11_28/types/group_1007.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1008.py +15 -9
- githubkit/versions/v2022_11_28/types/group_1009.py +15 -6
- githubkit/versions/v2022_11_28/types/group_1010.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1011.py +9 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1013.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1014.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1015.py +6 -14
- githubkit/versions/v2022_11_28/types/group_1016.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1017.py +25 -8
- githubkit/versions/v2022_11_28/types/group_1018.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1019.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1020.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1021.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1022.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1023.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1024.py +9 -32
- githubkit/versions/v2022_11_28/types/group_1025.py +8 -11
- githubkit/versions/v2022_11_28/types/group_1026.py +13 -11
- githubkit/versions/v2022_11_28/types/group_1027.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +79 -0
- githubkit/versions/v2022_11_28/types/group_1029.py +79 -0
- githubkit/versions/v2022_11_28/types/group_1030.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1031.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1032.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1033.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1034.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1035.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1036.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1037.py +29 -0
- githubkit/versions/v2022_11_28/types/group_1038.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1039.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1040.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1041.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1042.py +28 -0
- githubkit/versions/v2022_11_28/types/group_1043.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1044.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1045.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1046.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1047.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1048.py +29 -0
- githubkit/versions/v2022_11_28/types/group_1049.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1050.py +33 -0
- githubkit/versions/v2022_11_28/types/group_1051.py +41 -0
- githubkit/versions/v2022_11_28/types/group_1052.py +40 -0
- githubkit/versions/v2022_11_28/types/group_1053.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1054.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1055.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1056.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1057.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1058.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1059.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1060.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1061.py +31 -0
- githubkit/versions/v2022_11_28/types/group_1062.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1063.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1064.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1065.py +19 -0
- githubkit/versions/v2022_11_28/types/group_1066.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1067.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1068.py +30 -0
- githubkit/versions/v2022_11_28/types/group_1069.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1070.py +46 -0
- githubkit/versions/v2022_11_28/types/group_1071.py +27 -0
- githubkit/versions/v2022_11_28/types/group_1072.py +27 -0
- githubkit/versions/v2022_11_28/types/group_1073.py +22 -0
- {githubkit-0.11.4.dist-info → githubkit-0.11.5.dist-info}/METADATA +1 -1
- githubkit-0.11.5.dist-info/RECORD +4691 -0
- githubkit-0.11.4.dist-info/RECORD +0 -4507
- {githubkit-0.11.4.dist-info → githubkit-0.11.5.dist-info}/LICENSE +0 -0
- {githubkit-0.11.4.dist-info → githubkit-0.11.5.dist-info}/WHEEL +0 -0
|
@@ -146,6 +146,12 @@ if TYPE_CHECKING:
|
|
|
146
146
|
from githubkit.versions.v2022_11_28.types import (
|
|
147
147
|
WebhooksRuleType as WebhooksRuleType,
|
|
148
148
|
)
|
|
149
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
150
|
+
WebhooksTeamType as WebhooksTeamType,
|
|
151
|
+
)
|
|
152
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
153
|
+
WebhooksUserType as WebhooksUserType,
|
|
154
|
+
)
|
|
149
155
|
from githubkit.versions.v2022_11_28.types import (
|
|
150
156
|
ActionsSecretType as ActionsSecretType,
|
|
151
157
|
)
|
|
@@ -218,6 +224,18 @@ if TYPE_CHECKING:
|
|
|
218
224
|
from githubkit.versions.v2022_11_28.types import (
|
|
219
225
|
WebhookStatusType as WebhookStatusType,
|
|
220
226
|
)
|
|
227
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
228
|
+
WebhooksAlertType as WebhooksAlertType,
|
|
229
|
+
)
|
|
230
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
231
|
+
WebhooksIssueType as WebhooksIssueType,
|
|
232
|
+
)
|
|
233
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
234
|
+
WebhooksLabelType as WebhooksLabelType,
|
|
235
|
+
)
|
|
236
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
237
|
+
WebhooksTeam1Type as WebhooksTeam1Type,
|
|
238
|
+
)
|
|
221
239
|
from githubkit.versions.v2022_11_28.types import (
|
|
222
240
|
WorkflowUsageType as WorkflowUsageType,
|
|
223
241
|
)
|
|
@@ -269,6 +287,15 @@ if TYPE_CHECKING:
|
|
|
269
287
|
from githubkit.versions.v2022_11_28.types import (
|
|
270
288
|
WebhookTeamAddType as WebhookTeamAddType,
|
|
271
289
|
)
|
|
290
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
291
|
+
WebhooksAnswerType as WebhooksAnswerType,
|
|
292
|
+
)
|
|
293
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
294
|
+
WebhooksIssue2Type as WebhooksIssue2Type,
|
|
295
|
+
)
|
|
296
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
297
|
+
WebhooksReviewType as WebhooksReviewType,
|
|
298
|
+
)
|
|
272
299
|
from githubkit.versions.v2022_11_28.types import (
|
|
273
300
|
ActionsVariableType as ActionsVariableType,
|
|
274
301
|
)
|
|
@@ -314,6 +341,18 @@ if TYPE_CHECKING:
|
|
|
314
341
|
from githubkit.versions.v2022_11_28.types import (
|
|
315
342
|
ValidationErrorType as ValidationErrorType,
|
|
316
343
|
)
|
|
344
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
345
|
+
WebhooksChangesType as WebhooksChangesType,
|
|
346
|
+
)
|
|
347
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
348
|
+
WebhooksCommentType as WebhooksCommentType,
|
|
349
|
+
)
|
|
350
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
351
|
+
WebhooksProjectType as WebhooksProjectType,
|
|
352
|
+
)
|
|
353
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
354
|
+
WebhooksReleaseType as WebhooksReleaseType,
|
|
355
|
+
)
|
|
317
356
|
from githubkit.versions.v2022_11_28.types import (
|
|
318
357
|
ActionsCacheListType as ActionsCacheListType,
|
|
319
358
|
)
|
|
@@ -410,6 +449,18 @@ if TYPE_CHECKING:
|
|
|
410
449
|
from githubkit.versions.v2022_11_28.types import (
|
|
411
450
|
WebhookPageBuildType as WebhookPageBuildType,
|
|
412
451
|
)
|
|
452
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
453
|
+
WebhooksApproverType as WebhooksApproverType,
|
|
454
|
+
)
|
|
455
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
456
|
+
WebhooksChanges8Type as WebhooksChanges8Type,
|
|
457
|
+
)
|
|
458
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
459
|
+
WebhooksRelease1Type as WebhooksRelease1Type,
|
|
460
|
+
)
|
|
461
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
462
|
+
WebhooksWorkflowType as WebhooksWorkflowType,
|
|
463
|
+
)
|
|
413
464
|
from githubkit.versions.v2022_11_28.types import (
|
|
414
465
|
WorkflowRunUsageType as WorkflowRunUsageType,
|
|
415
466
|
)
|
|
@@ -482,6 +533,12 @@ if TYPE_CHECKING:
|
|
|
482
533
|
from githubkit.versions.v2022_11_28.types import (
|
|
483
534
|
WebhookTeamEditedType as WebhookTeamEditedType,
|
|
484
535
|
)
|
|
536
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
537
|
+
WebhooksDeployKeyType as WebhooksDeployKeyType,
|
|
538
|
+
)
|
|
539
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
540
|
+
WebhooksMilestoneType as WebhooksMilestoneType,
|
|
541
|
+
)
|
|
485
542
|
from githubkit.versions.v2022_11_28.types import (
|
|
486
543
|
AssignedIssueEventType as AssignedIssueEventType,
|
|
487
544
|
)
|
|
@@ -563,6 +620,12 @@ if TYPE_CHECKING:
|
|
|
563
620
|
from githubkit.versions.v2022_11_28.types import (
|
|
564
621
|
WebhookTeamDeletedType as WebhookTeamDeletedType,
|
|
565
622
|
)
|
|
623
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
624
|
+
WebhooksMembershipType as WebhooksMembershipType,
|
|
625
|
+
)
|
|
626
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
627
|
+
WebhooksMilestone3Type as WebhooksMilestone3Type,
|
|
628
|
+
)
|
|
566
629
|
from githubkit.versions.v2022_11_28.types import (
|
|
567
630
|
ActionsBillingUsageType as ActionsBillingUsageType,
|
|
568
631
|
)
|
|
@@ -587,6 +650,9 @@ if TYPE_CHECKING:
|
|
|
587
650
|
from githubkit.versions.v2022_11_28.types import (
|
|
588
651
|
ContributorActivityType as ContributorActivityType,
|
|
589
652
|
)
|
|
653
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
654
|
+
CopilotUsageMetricsType as CopilotUsageMetricsType,
|
|
655
|
+
)
|
|
590
656
|
from githubkit.versions.v2022_11_28.types import (
|
|
591
657
|
CustomPropertyValueType as CustomPropertyValueType,
|
|
592
658
|
)
|
|
@@ -665,6 +731,12 @@ if TYPE_CHECKING:
|
|
|
665
731
|
from githubkit.versions.v2022_11_28.types import (
|
|
666
732
|
WebhookWatchStartedType as WebhookWatchStartedType,
|
|
667
733
|
)
|
|
734
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
735
|
+
WebhooksProjectCardType as WebhooksProjectCardType,
|
|
736
|
+
)
|
|
737
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
738
|
+
WebhooksSponsorshipType as WebhooksSponsorshipType,
|
|
739
|
+
)
|
|
668
740
|
from githubkit.versions.v2022_11_28.types import (
|
|
669
741
|
AuthorizationPropAppType as AuthorizationPropAppType,
|
|
670
742
|
)
|
|
@@ -791,6 +863,12 @@ if TYPE_CHECKING:
|
|
|
791
863
|
from githubkit.versions.v2022_11_28.types import (
|
|
792
864
|
WebhookReleaseEditedType as WebhookReleaseEditedType,
|
|
793
865
|
)
|
|
866
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
867
|
+
WebhooksIssueCommentType as WebhooksIssueCommentType,
|
|
868
|
+
)
|
|
869
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
870
|
+
WebhooksPullRequest5Type as WebhooksPullRequest5Type,
|
|
871
|
+
)
|
|
794
872
|
from githubkit.versions.v2022_11_28.types import (
|
|
795
873
|
BranchShortPropCommitType as BranchShortPropCommitType,
|
|
796
874
|
)
|
|
@@ -821,6 +899,18 @@ if TYPE_CHECKING:
|
|
|
821
899
|
from githubkit.versions.v2022_11_28.types import (
|
|
822
900
|
PagesHttpsCertificateType as PagesHttpsCertificateType,
|
|
823
901
|
)
|
|
902
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
903
|
+
RepositoryRuleOneof14Type as RepositoryRuleOneof14Type,
|
|
904
|
+
)
|
|
905
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
906
|
+
RepositoryRuleOneof15Type as RepositoryRuleOneof15Type,
|
|
907
|
+
)
|
|
908
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
909
|
+
RepositoryRuleOneof16Type as RepositoryRuleOneof16Type,
|
|
910
|
+
)
|
|
911
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
912
|
+
RepositoryRuleOneof17Type as RepositoryRuleOneof17Type,
|
|
913
|
+
)
|
|
824
914
|
from githubkit.versions.v2022_11_28.types import (
|
|
825
915
|
ShortBranchPropCommitType as ShortBranchPropCommitType,
|
|
826
916
|
)
|
|
@@ -875,6 +965,18 @@ if TYPE_CHECKING:
|
|
|
875
965
|
from githubkit.versions.v2022_11_28.types import (
|
|
876
966
|
WebhookReleaseDeletedType as WebhookReleaseDeletedType,
|
|
877
967
|
)
|
|
968
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
969
|
+
WebhooksIssuePropUserType as WebhooksIssuePropUserType,
|
|
970
|
+
)
|
|
971
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
972
|
+
WebhooksProjectColumnType as WebhooksProjectColumnType,
|
|
973
|
+
)
|
|
974
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
975
|
+
WebhooksReviewCommentType as WebhooksReviewCommentType,
|
|
976
|
+
)
|
|
977
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
978
|
+
WebhooksUserMannequinType as WebhooksUserMannequinType,
|
|
979
|
+
)
|
|
878
980
|
from githubkit.versions.v2022_11_28.types import (
|
|
879
981
|
ApiOverviewPropDomainsType as ApiOverviewPropDomainsType,
|
|
880
982
|
)
|
|
@@ -987,7 +1089,25 @@ if TYPE_CHECKING:
|
|
|
987
1089
|
WebhookReleaseReleasedType as WebhookReleaseReleasedType,
|
|
988
1090
|
)
|
|
989
1091
|
from githubkit.versions.v2022_11_28.types import (
|
|
990
|
-
|
|
1092
|
+
WebhooksAnswerPropUserType as WebhooksAnswerPropUserType,
|
|
1093
|
+
)
|
|
1094
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1095
|
+
WebhooksIssue2PropUserType as WebhooksIssue2PropUserType,
|
|
1096
|
+
)
|
|
1097
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1098
|
+
WebhooksProjectChangesType as WebhooksProjectChangesType,
|
|
1099
|
+
)
|
|
1100
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1101
|
+
WebhooksReviewPropUserType as WebhooksReviewPropUserType,
|
|
1102
|
+
)
|
|
1103
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1104
|
+
WebhooksReviewersItemsType as WebhooksReviewersItemsType,
|
|
1105
|
+
)
|
|
1106
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1107
|
+
WebhooksTeamPropParentType as WebhooksTeamPropParentType,
|
|
1108
|
+
)
|
|
1109
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1110
|
+
WebhooksWorkflowJobRunType as WebhooksWorkflowJobRunType,
|
|
991
1111
|
)
|
|
992
1112
|
from githubkit.versions.v2022_11_28.types import (
|
|
993
1113
|
ArtifactPropWorkflowRunType as ArtifactPropWorkflowRunType,
|
|
@@ -1085,6 +1205,18 @@ if TYPE_CHECKING:
|
|
|
1085
1205
|
from githubkit.versions.v2022_11_28.types import (
|
|
1086
1206
|
WebhookWorkflowDispatchType as WebhookWorkflowDispatchType,
|
|
1087
1207
|
)
|
|
1208
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1209
|
+
WebhooksChangesPropBodyType as WebhooksChangesPropBodyType,
|
|
1210
|
+
)
|
|
1211
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1212
|
+
WebhooksCommentPropUserType as WebhooksCommentPropUserType,
|
|
1213
|
+
)
|
|
1214
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1215
|
+
WebhooksReviewPropLinksType as WebhooksReviewPropLinksType,
|
|
1216
|
+
)
|
|
1217
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1218
|
+
WebhooksTeam1PropParentType as WebhooksTeam1PropParentType,
|
|
1219
|
+
)
|
|
1088
1220
|
from githubkit.versions.v2022_11_28.types import (
|
|
1089
1221
|
AddedToProjectIssueEventType as AddedToProjectIssueEventType,
|
|
1090
1222
|
)
|
|
@@ -1205,6 +1337,12 @@ if TYPE_CHECKING:
|
|
|
1205
1337
|
from githubkit.versions.v2022_11_28.types import (
|
|
1206
1338
|
WebhookWorkflowJobQueuedType as WebhookWorkflowJobQueuedType,
|
|
1207
1339
|
)
|
|
1340
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1341
|
+
WebhooksChanges8PropTierType as WebhooksChanges8PropTierType,
|
|
1342
|
+
)
|
|
1343
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1344
|
+
WebhooksSecurityAdvisoryType as WebhooksSecurityAdvisoryType,
|
|
1345
|
+
)
|
|
1208
1346
|
from githubkit.versions.v2022_11_28.types import (
|
|
1209
1347
|
CodeScanningAlertInstanceType as CodeScanningAlertInstanceType,
|
|
1210
1348
|
)
|
|
@@ -1323,10 +1461,16 @@ if TYPE_CHECKING:
|
|
|
1323
1461
|
WebhookSponsorshipCreatedType as WebhookSponsorshipCreatedType,
|
|
1324
1462
|
)
|
|
1325
1463
|
from githubkit.versions.v2022_11_28.types import (
|
|
1326
|
-
|
|
1464
|
+
WebhookWorkflowJobWaitingType as WebhookWorkflowJobWaitingType,
|
|
1327
1465
|
)
|
|
1328
1466
|
from githubkit.versions.v2022_11_28.types import (
|
|
1329
|
-
|
|
1467
|
+
WebhooksIssuePropAssigneeType as WebhooksIssuePropAssigneeType,
|
|
1468
|
+
)
|
|
1469
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1470
|
+
WebhooksReleasePropAuthorType as WebhooksReleasePropAuthorType,
|
|
1471
|
+
)
|
|
1472
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1473
|
+
WebhooksRepositoriesItemsType as WebhooksRepositoriesItemsType,
|
|
1330
1474
|
)
|
|
1331
1475
|
from githubkit.versions.v2022_11_28.types import (
|
|
1332
1476
|
WorkflowUsagePropBillableType as WorkflowUsagePropBillableType,
|
|
@@ -1400,6 +1544,9 @@ if TYPE_CHECKING:
|
|
|
1400
1544
|
from githubkit.versions.v2022_11_28.types import (
|
|
1401
1545
|
RepositoryAdvisoryPropCvssType as RepositoryAdvisoryPropCvssType,
|
|
1402
1546
|
)
|
|
1547
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1548
|
+
RepositoryRuleCodeScanningType as RepositoryRuleCodeScanningType,
|
|
1549
|
+
)
|
|
1403
1550
|
from githubkit.versions.v2022_11_28.types import (
|
|
1404
1551
|
RepositoryRulesetPropLinksType as RepositoryRulesetPropLinksType,
|
|
1405
1552
|
)
|
|
@@ -1494,10 +1641,25 @@ if TYPE_CHECKING:
|
|
|
1494
1641
|
WebhookSecurityAndAnalysisType as WebhookSecurityAndAnalysisType,
|
|
1495
1642
|
)
|
|
1496
1643
|
from githubkit.versions.v2022_11_28.types import (
|
|
1497
|
-
|
|
1644
|
+
WebhooksAlertPropDismisserType as WebhooksAlertPropDismisserType,
|
|
1645
|
+
)
|
|
1646
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1647
|
+
WebhooksIssue2PropAssigneeType as WebhooksIssue2PropAssigneeType,
|
|
1648
|
+
)
|
|
1649
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1650
|
+
WebhooksIssuePropMilestoneType as WebhooksIssuePropMilestoneType,
|
|
1498
1651
|
)
|
|
1499
1652
|
from githubkit.versions.v2022_11_28.types import (
|
|
1500
|
-
|
|
1653
|
+
WebhooksIssuePropReactionsType as WebhooksIssuePropReactionsType,
|
|
1654
|
+
)
|
|
1655
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1656
|
+
WebhooksMembershipPropUserType as WebhooksMembershipPropUserType,
|
|
1657
|
+
)
|
|
1658
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1659
|
+
WebhooksProjectPropCreatorType as WebhooksProjectPropCreatorType,
|
|
1660
|
+
)
|
|
1661
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1662
|
+
WebhooksRelease1PropAuthorType as WebhooksRelease1PropAuthorType,
|
|
1501
1663
|
)
|
|
1502
1664
|
from githubkit.versions.v2022_11_28.types import (
|
|
1503
1665
|
CheckAutomatedSecurityFixesType as CheckAutomatedSecurityFixesType,
|
|
@@ -1505,6 +1667,9 @@ if TYPE_CHECKING:
|
|
|
1505
1667
|
from githubkit.versions.v2022_11_28.types import (
|
|
1506
1668
|
ClassroomAcceptedAssignmentType as ClassroomAcceptedAssignmentType,
|
|
1507
1669
|
)
|
|
1670
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1671
|
+
CodeScanningVariantAnalysisType as CodeScanningVariantAnalysisType,
|
|
1672
|
+
)
|
|
1508
1673
|
from githubkit.versions.v2022_11_28.types import (
|
|
1509
1674
|
CodespaceWithFullRepositoryType as CodespaceWithFullRepositoryType,
|
|
1510
1675
|
)
|
|
@@ -1595,9 +1760,6 @@ if TYPE_CHECKING:
|
|
|
1595
1760
|
from githubkit.versions.v2022_11_28.types import (
|
|
1596
1761
|
WebhookGollumPropPagesItemsType as WebhookGollumPropPagesItemsType,
|
|
1597
1762
|
)
|
|
1598
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1599
|
-
WebhookLabelEditedPropLabelType as WebhookLabelEditedPropLabelType,
|
|
1600
|
-
)
|
|
1601
1763
|
from githubkit.versions.v2022_11_28.types import (
|
|
1602
1764
|
WebhookProjectCardConvertedType as WebhookProjectCardConvertedType,
|
|
1603
1765
|
)
|
|
@@ -1637,6 +1799,21 @@ if TYPE_CHECKING:
|
|
|
1637
1799
|
from githubkit.versions.v2022_11_28.types import (
|
|
1638
1800
|
WebhookWorkflowRunRequestedType as WebhookWorkflowRunRequestedType,
|
|
1639
1801
|
)
|
|
1802
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1803
|
+
WebhooksAnswerPropReactionsType as WebhooksAnswerPropReactionsType,
|
|
1804
|
+
)
|
|
1805
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1806
|
+
WebhooksIssue2PropMilestoneType as WebhooksIssue2PropMilestoneType,
|
|
1807
|
+
)
|
|
1808
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1809
|
+
WebhooksIssue2PropReactionsType as WebhooksIssue2PropReactionsType,
|
|
1810
|
+
)
|
|
1811
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1812
|
+
WebhooksMarketplacePurchaseType as WebhooksMarketplacePurchaseType,
|
|
1813
|
+
)
|
|
1814
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1815
|
+
WebhooksSponsorshipPropTierType as WebhooksSponsorshipPropTierType,
|
|
1816
|
+
)
|
|
1640
1817
|
from githubkit.versions.v2022_11_28.types import (
|
|
1641
1818
|
ActionsRepositoryPermissionsType as ActionsRepositoryPermissionsType,
|
|
1642
1819
|
)
|
|
@@ -1775,27 +1952,12 @@ if TYPE_CHECKING:
|
|
|
1775
1952
|
from githubkit.versions.v2022_11_28.types import (
|
|
1776
1953
|
WebhookIssuesEditedPropIssueType as WebhookIssuesEditedPropIssueType,
|
|
1777
1954
|
)
|
|
1778
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1779
|
-
WebhookIssuesEditedPropLabelType as WebhookIssuesEditedPropLabelType,
|
|
1780
|
-
)
|
|
1781
1955
|
from githubkit.versions.v2022_11_28.types import (
|
|
1782
1956
|
WebhookIssuesLockedPropIssueType as WebhookIssuesLockedPropIssueType,
|
|
1783
1957
|
)
|
|
1784
1958
|
from githubkit.versions.v2022_11_28.types import (
|
|
1785
1959
|
WebhookIssuesOpenedPropIssueType as WebhookIssuesOpenedPropIssueType,
|
|
1786
1960
|
)
|
|
1787
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1788
|
-
WebhookIssuesPinnedPropIssueType as WebhookIssuesPinnedPropIssueType,
|
|
1789
|
-
)
|
|
1790
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1791
|
-
WebhookLabelCreatedPropLabelType as WebhookLabelCreatedPropLabelType,
|
|
1792
|
-
)
|
|
1793
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1794
|
-
WebhookLabelDeletedPropLabelType as WebhookLabelDeletedPropLabelType,
|
|
1795
|
-
)
|
|
1796
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1797
|
-
WebhookMemberAddedPropMemberType as WebhookMemberAddedPropMemberType,
|
|
1798
|
-
)
|
|
1799
1961
|
from githubkit.versions.v2022_11_28.types import (
|
|
1800
1962
|
WebhookProjectsV2ItemCreatedType as WebhookProjectsV2ItemCreatedType,
|
|
1801
1963
|
)
|
|
@@ -1823,6 +1985,33 @@ if TYPE_CHECKING:
|
|
|
1823
1985
|
from githubkit.versions.v2022_11_28.types import (
|
|
1824
1986
|
WebhookWorkflowRunInProgressType as WebhookWorkflowRunInProgressType,
|
|
1825
1987
|
)
|
|
1988
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1989
|
+
WebhooksCommentPropReactionsType as WebhooksCommentPropReactionsType,
|
|
1990
|
+
)
|
|
1991
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1992
|
+
WebhooksIssueCommentPropUserType as WebhooksIssueCommentPropUserType,
|
|
1993
|
+
)
|
|
1994
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1995
|
+
WebhooksIssuePropLabelsItemsType as WebhooksIssuePropLabelsItemsType,
|
|
1996
|
+
)
|
|
1997
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1998
|
+
WebhooksIssuePropPullRequestType as WebhooksIssuePropPullRequestType,
|
|
1999
|
+
)
|
|
2000
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2001
|
+
WebhooksMilestonePropCreatorType as WebhooksMilestonePropCreatorType,
|
|
2002
|
+
)
|
|
2003
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2004
|
+
WebhooksPullRequest5PropBaseType as WebhooksPullRequest5PropBaseType,
|
|
2005
|
+
)
|
|
2006
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2007
|
+
WebhooksPullRequest5PropHeadType as WebhooksPullRequest5PropHeadType,
|
|
2008
|
+
)
|
|
2009
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2010
|
+
WebhooksPullRequest5PropUserType as WebhooksPullRequest5PropUserType,
|
|
2011
|
+
)
|
|
2012
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2013
|
+
WebhooksReleasePropReactionsType as WebhooksReleasePropReactionsType,
|
|
2014
|
+
)
|
|
1826
2015
|
from githubkit.versions.v2022_11_28.types import (
|
|
1827
2016
|
WorkflowRunUsagePropBillableType as WorkflowRunUsagePropBillableType,
|
|
1828
2017
|
)
|
|
@@ -1889,6 +2078,9 @@ if TYPE_CHECKING:
|
|
|
1889
2078
|
from githubkit.versions.v2022_11_28.types import (
|
|
1890
2079
|
RepositoryRuleDetailedOneof14Type as RepositoryRuleDetailedOneof14Type,
|
|
1891
2080
|
)
|
|
2081
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2082
|
+
RepositoryRuleDetailedOneof15Type as RepositoryRuleDetailedOneof15Type,
|
|
2083
|
+
)
|
|
1892
2084
|
from githubkit.versions.v2022_11_28.types import (
|
|
1893
2085
|
TeamRepositoryPropPermissionsType as TeamRepositoryPropPermissionsType,
|
|
1894
2086
|
)
|
|
@@ -1904,18 +2096,12 @@ if TYPE_CHECKING:
|
|
|
1904
2096
|
from githubkit.versions.v2022_11_28.types import (
|
|
1905
2097
|
WebhookIssuesLabeledPropIssueType as WebhookIssuesLabeledPropIssueType,
|
|
1906
2098
|
)
|
|
1907
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1908
|
-
WebhookIssuesLabeledPropLabelType as WebhookIssuesLabeledPropLabelType,
|
|
1909
|
-
)
|
|
1910
2099
|
from githubkit.versions.v2022_11_28.types import (
|
|
1911
2100
|
WebhookLabelEditedPropChangesType as WebhookLabelEditedPropChangesType,
|
|
1912
2101
|
)
|
|
1913
2102
|
from githubkit.versions.v2022_11_28.types import (
|
|
1914
2103
|
WebhookMemberAddedPropChangesType as WebhookMemberAddedPropChangesType,
|
|
1915
2104
|
)
|
|
1916
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1917
|
-
WebhookMemberEditedPropMemberType as WebhookMemberEditedPropMemberType,
|
|
1918
|
-
)
|
|
1919
2105
|
from githubkit.versions.v2022_11_28.types import (
|
|
1920
2106
|
WebhookPingPropHookPropConfigType as WebhookPingPropHookPropConfigType,
|
|
1921
2107
|
)
|
|
@@ -1934,6 +2120,24 @@ if TYPE_CHECKING:
|
|
|
1934
2120
|
from githubkit.versions.v2022_11_28.types import (
|
|
1935
2121
|
WebhookSponsorshipTierChangedType as WebhookSponsorshipTierChangedType,
|
|
1936
2122
|
)
|
|
2123
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2124
|
+
WebhooksIssue2PropLabelsItemsType as WebhooksIssue2PropLabelsItemsType,
|
|
2125
|
+
)
|
|
2126
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2127
|
+
WebhooksIssue2PropPullRequestType as WebhooksIssue2PropPullRequestType,
|
|
2128
|
+
)
|
|
2129
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2130
|
+
WebhooksMilestone3PropCreatorType as WebhooksMilestone3PropCreatorType,
|
|
2131
|
+
)
|
|
2132
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2133
|
+
WebhooksPullRequest5PropLinksType as WebhooksPullRequest5PropLinksType,
|
|
2134
|
+
)
|
|
2135
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2136
|
+
WebhooksRelease1PropReactionsType as WebhooksRelease1PropReactionsType,
|
|
2137
|
+
)
|
|
2138
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2139
|
+
WebhooksReviewCommentPropUserType as WebhooksReviewCommentPropUserType,
|
|
2140
|
+
)
|
|
1937
2141
|
from githubkit.versions.v2022_11_28.types import (
|
|
1938
2142
|
ActionsCacheUsageOrgEnterpriseType as ActionsCacheUsageOrgEnterpriseType,
|
|
1939
2143
|
)
|
|
@@ -2024,21 +2228,12 @@ if TYPE_CHECKING:
|
|
|
2024
2228
|
from githubkit.versions.v2022_11_28.types import (
|
|
2025
2229
|
WebhookDependabotAlertReopenedType as WebhookDependabotAlertReopenedType,
|
|
2026
2230
|
)
|
|
2027
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2028
|
-
WebhookDeployKeyCreatedPropKeyType as WebhookDeployKeyCreatedPropKeyType,
|
|
2029
|
-
)
|
|
2030
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2031
|
-
WebhookDeployKeyDeletedPropKeyType as WebhookDeployKeyDeletedPropKeyType,
|
|
2032
|
-
)
|
|
2033
2231
|
from githubkit.versions.v2022_11_28.types import (
|
|
2034
2232
|
WebhookDeploymentStatusCreatedType as WebhookDeploymentStatusCreatedType,
|
|
2035
2233
|
)
|
|
2036
2234
|
from githubkit.versions.v2022_11_28.types import (
|
|
2037
2235
|
WebhookDiscussionCommentEditedType as WebhookDiscussionCommentEditedType,
|
|
2038
2236
|
)
|
|
2039
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2040
|
-
WebhookIssuesAssignedPropIssueType as WebhookIssuesAssignedPropIssueType,
|
|
2041
|
-
)
|
|
2042
2237
|
from githubkit.versions.v2022_11_28.types import (
|
|
2043
2238
|
WebhookIssuesEditedPropChangesType as WebhookIssuesEditedPropChangesType,
|
|
2044
2239
|
)
|
|
@@ -2051,18 +2246,9 @@ if TYPE_CHECKING:
|
|
|
2051
2246
|
from githubkit.versions.v2022_11_28.types import (
|
|
2052
2247
|
WebhookIssuesUnlockedPropIssueType as WebhookIssuesUnlockedPropIssueType,
|
|
2053
2248
|
)
|
|
2054
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2055
|
-
WebhookIssuesUnpinnedPropIssueType as WebhookIssuesUnpinnedPropIssueType,
|
|
2056
|
-
)
|
|
2057
2249
|
from githubkit.versions.v2022_11_28.types import (
|
|
2058
2250
|
WebhookMemberEditedPropChangesType as WebhookMemberEditedPropChangesType,
|
|
2059
2251
|
)
|
|
2060
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2061
|
-
WebhookMemberRemovedPropMemberType as WebhookMemberRemovedPropMemberType,
|
|
2062
|
-
)
|
|
2063
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2064
|
-
WebhookMembershipAddedPropTeamType as WebhookMembershipAddedPropTeamType,
|
|
2065
|
-
)
|
|
2066
2252
|
from githubkit.versions.v2022_11_28.types import (
|
|
2067
2253
|
WebhookOrganizationMemberAddedType as WebhookOrganizationMemberAddedType,
|
|
2068
2254
|
)
|
|
@@ -2093,6 +2279,21 @@ if TYPE_CHECKING:
|
|
|
2093
2279
|
from githubkit.versions.v2022_11_28.types import (
|
|
2094
2280
|
WebhookStatusPropBranchesItemsType as WebhookStatusPropBranchesItemsType,
|
|
2095
2281
|
)
|
|
2282
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2283
|
+
WebhooksProjectCardPropCreatorType as WebhooksProjectCardPropCreatorType,
|
|
2284
|
+
)
|
|
2285
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2286
|
+
WebhooksReleasePropAssetsItemsType as WebhooksReleasePropAssetsItemsType,
|
|
2287
|
+
)
|
|
2288
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2289
|
+
WebhooksRepositoriesAddedItemsType as WebhooksRepositoriesAddedItemsType,
|
|
2290
|
+
)
|
|
2291
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2292
|
+
WebhooksReviewCommentPropLinksType as WebhooksReviewCommentPropLinksType,
|
|
2293
|
+
)
|
|
2294
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2295
|
+
WebhooksSponsorshipPropSponsorType as WebhooksSponsorshipPropSponsorType,
|
|
2296
|
+
)
|
|
2096
2297
|
from githubkit.versions.v2022_11_28.types import (
|
|
2097
2298
|
CodeownersErrorsPropErrorsItemsType as CodeownersErrorsPropErrorsItemsType,
|
|
2098
2299
|
)
|
|
@@ -2159,21 +2360,9 @@ if TYPE_CHECKING:
|
|
|
2159
2360
|
from githubkit.versions.v2022_11_28.types import (
|
|
2160
2361
|
WebhookDiscussionCommentDeletedType as WebhookDiscussionCommentDeletedType,
|
|
2161
2362
|
)
|
|
2162
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2163
|
-
WebhookIssuesUnlabeledPropIssueType as WebhookIssuesUnlabeledPropIssueType,
|
|
2164
|
-
)
|
|
2165
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2166
|
-
WebhookIssuesUnlabeledPropLabelType as WebhookIssuesUnlabeledPropLabelType,
|
|
2167
|
-
)
|
|
2168
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2169
|
-
WebhookProjectClosedPropProjectType as WebhookProjectClosedPropProjectType,
|
|
2170
|
-
)
|
|
2171
2363
|
from githubkit.versions.v2022_11_28.types import (
|
|
2172
2364
|
WebhookProjectEditedPropChangesType as WebhookProjectEditedPropChangesType,
|
|
2173
2365
|
)
|
|
2174
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2175
|
-
WebhookProjectEditedPropProjectType as WebhookProjectEditedPropProjectType,
|
|
2176
|
-
)
|
|
2177
2366
|
from githubkit.versions.v2022_11_28.types import (
|
|
2178
2367
|
WebhookProjectsV2ProjectCreatedType as WebhookProjectsV2ProjectCreatedType,
|
|
2179
2368
|
)
|
|
@@ -2186,9 +2375,6 @@ if TYPE_CHECKING:
|
|
|
2186
2375
|
from githubkit.versions.v2022_11_28.types import (
|
|
2187
2376
|
WebhookReleaseEditedPropChangesType as WebhookReleaseEditedPropChangesType,
|
|
2188
2377
|
)
|
|
2189
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2190
|
-
WebhookReleaseEditedPropReleaseType as WebhookReleaseEditedPropReleaseType,
|
|
2191
|
-
)
|
|
2192
2378
|
from githubkit.versions.v2022_11_28.types import (
|
|
2193
2379
|
WebhookRepositoryDispatchSampleType as WebhookRepositoryDispatchSampleType,
|
|
2194
2380
|
)
|
|
@@ -2201,6 +2387,15 @@ if TYPE_CHECKING:
|
|
|
2201
2387
|
from githubkit.versions.v2022_11_28.types import (
|
|
2202
2388
|
WebhookTeamEditedPropRepositoryType as WebhookTeamEditedPropRepositoryType,
|
|
2203
2389
|
)
|
|
2390
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2391
|
+
WebhooksIssuePropAssigneesItemsType as WebhooksIssuePropAssigneesItemsType,
|
|
2392
|
+
)
|
|
2393
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2394
|
+
WebhooksRelease1PropAssetsItemsType as WebhooksRelease1PropAssetsItemsType,
|
|
2395
|
+
)
|
|
2396
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2397
|
+
WebhooksReviewPropLinksPropHtmlType as WebhooksReviewPropLinksPropHtmlType,
|
|
2398
|
+
)
|
|
2204
2399
|
from githubkit.versions.v2022_11_28.types import (
|
|
2205
2400
|
CommitSearchResultItemPropCommitType as CommitSearchResultItemPropCommitType,
|
|
2206
2401
|
)
|
|
@@ -2318,18 +2513,9 @@ if TYPE_CHECKING:
|
|
|
2318
2513
|
from githubkit.versions.v2022_11_28.types import (
|
|
2319
2514
|
WebhookIssuesMilestonedPropIssueType as WebhookIssuesMilestonedPropIssueType,
|
|
2320
2515
|
)
|
|
2321
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2322
|
-
WebhookIssuesUnassignedPropIssueType as WebhookIssuesUnassignedPropIssueType,
|
|
2323
|
-
)
|
|
2324
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2325
|
-
WebhookMembershipAddedPropMemberType as WebhookMembershipAddedPropMemberType,
|
|
2326
|
-
)
|
|
2327
2516
|
from githubkit.versions.v2022_11_28.types import (
|
|
2328
2517
|
WebhookMembershipAddedPropSenderType as WebhookMembershipAddedPropSenderType,
|
|
2329
2518
|
)
|
|
2330
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2331
|
-
WebhookMembershipRemovedPropTeamType as WebhookMembershipRemovedPropTeamType,
|
|
2332
|
-
)
|
|
2333
2519
|
from githubkit.versions.v2022_11_28.types import (
|
|
2334
2520
|
WebhookMergeGroupChecksRequestedType as WebhookMergeGroupChecksRequestedType,
|
|
2335
2521
|
)
|
|
@@ -2343,40 +2529,40 @@ if TYPE_CHECKING:
|
|
|
2343
2529
|
WebhookPackageUpdatedPropPackageType as WebhookPackageUpdatedPropPackageType,
|
|
2344
2530
|
)
|
|
2345
2531
|
from githubkit.versions.v2022_11_28.types import (
|
|
2346
|
-
|
|
2532
|
+
WebhookProjectsV2ProjectReopenedType as WebhookProjectsV2ProjectReopenedType,
|
|
2347
2533
|
)
|
|
2348
2534
|
from githubkit.versions.v2022_11_28.types import (
|
|
2349
|
-
|
|
2535
|
+
WebhookPullRequestReadyForReviewType as WebhookPullRequestReadyForReviewType,
|
|
2350
2536
|
)
|
|
2351
2537
|
from githubkit.versions.v2022_11_28.types import (
|
|
2352
|
-
|
|
2538
|
+
WebhookSecurityAdvisoryPublishedType as WebhookSecurityAdvisoryPublishedType,
|
|
2353
2539
|
)
|
|
2354
2540
|
from githubkit.versions.v2022_11_28.types import (
|
|
2355
|
-
|
|
2541
|
+
WebhookSecurityAdvisoryWithdrawnType as WebhookSecurityAdvisoryWithdrawnType,
|
|
2356
2542
|
)
|
|
2357
2543
|
from githubkit.versions.v2022_11_28.types import (
|
|
2358
|
-
|
|
2544
|
+
WebhookTeamCreatedPropRepositoryType as WebhookTeamCreatedPropRepositoryType,
|
|
2359
2545
|
)
|
|
2360
2546
|
from githubkit.versions.v2022_11_28.types import (
|
|
2361
|
-
|
|
2547
|
+
WebhookTeamDeletedPropRepositoryType as WebhookTeamDeletedPropRepositoryType,
|
|
2362
2548
|
)
|
|
2363
2549
|
from githubkit.versions.v2022_11_28.types import (
|
|
2364
|
-
|
|
2550
|
+
WebhookTeamRemovedFromRepositoryType as WebhookTeamRemovedFromRepositoryType,
|
|
2365
2551
|
)
|
|
2366
2552
|
from githubkit.versions.v2022_11_28.types import (
|
|
2367
|
-
|
|
2553
|
+
WebhooksChanges8PropTierPropFromType as WebhooksChanges8PropTierPropFromType,
|
|
2368
2554
|
)
|
|
2369
2555
|
from githubkit.versions.v2022_11_28.types import (
|
|
2370
|
-
|
|
2556
|
+
WebhooksIssue2PropAssigneesItemsType as WebhooksIssue2PropAssigneesItemsType,
|
|
2371
2557
|
)
|
|
2372
2558
|
from githubkit.versions.v2022_11_28.types import (
|
|
2373
|
-
|
|
2559
|
+
WebhooksPullRequest5PropAssigneeType as WebhooksPullRequest5PropAssigneeType,
|
|
2374
2560
|
)
|
|
2375
2561
|
from githubkit.versions.v2022_11_28.types import (
|
|
2376
|
-
|
|
2562
|
+
WebhooksPullRequest5PropMergedByType as WebhooksPullRequest5PropMergedByType,
|
|
2377
2563
|
)
|
|
2378
2564
|
from githubkit.versions.v2022_11_28.types import (
|
|
2379
|
-
|
|
2565
|
+
WebhooksSecurityAdvisoryPropCvssType as WebhooksSecurityAdvisoryPropCvssType,
|
|
2380
2566
|
)
|
|
2381
2567
|
from githubkit.versions.v2022_11_28.types import (
|
|
2382
2568
|
ActionsWorkflowAccessToRepositoryType as ActionsWorkflowAccessToRepositoryType,
|
|
@@ -2462,33 +2648,18 @@ if TYPE_CHECKING:
|
|
|
2462
2648
|
from githubkit.versions.v2022_11_28.types import (
|
|
2463
2649
|
WebhookCheckRunCreatedFormEncodedType as WebhookCheckRunCreatedFormEncodedType,
|
|
2464
2650
|
)
|
|
2465
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2466
|
-
WebhookDiscussionLabeledPropLabelType as WebhookDiscussionLabeledPropLabelType,
|
|
2467
|
-
)
|
|
2468
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2469
|
-
WebhookIssuesAssignedPropAssigneeType as WebhookIssuesAssignedPropAssigneeType,
|
|
2470
|
-
)
|
|
2471
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2472
|
-
WebhookIssuesTransferredPropIssueType as WebhookIssuesTransferredPropIssueType,
|
|
2473
|
-
)
|
|
2474
2651
|
from githubkit.versions.v2022_11_28.types import (
|
|
2475
2652
|
WebhookMarketplacePurchaseChangedType as WebhookMarketplacePurchaseChangedType,
|
|
2476
2653
|
)
|
|
2477
2654
|
from githubkit.versions.v2022_11_28.types import (
|
|
2478
2655
|
WebhookMilestoneEditedPropChangesType as WebhookMilestoneEditedPropChangesType,
|
|
2479
2656
|
)
|
|
2480
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2481
|
-
WebhookProjectReopenedPropProjectType as WebhookProjectReopenedPropProjectType,
|
|
2482
|
-
)
|
|
2483
2657
|
from githubkit.versions.v2022_11_28.types import (
|
|
2484
2658
|
WebhookPullRequestReviewDismissedType as WebhookPullRequestReviewDismissedType,
|
|
2485
2659
|
)
|
|
2486
2660
|
from githubkit.versions.v2022_11_28.types import (
|
|
2487
2661
|
WebhookPullRequestReviewSubmittedType as WebhookPullRequestReviewSubmittedType,
|
|
2488
2662
|
)
|
|
2489
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2490
|
-
WebhookReleaseReleasedPropReleaseType as WebhookReleaseReleasedPropReleaseType,
|
|
2491
|
-
)
|
|
2492
2663
|
from githubkit.versions.v2022_11_28.types import (
|
|
2493
2664
|
WebhookRepositoryAdvisoryReportedType as WebhookRepositoryAdvisoryReportedType,
|
|
2494
2665
|
)
|
|
@@ -2507,6 +2678,18 @@ if TYPE_CHECKING:
|
|
|
2507
2678
|
from githubkit.versions.v2022_11_28.types import (
|
|
2508
2679
|
WebhookWorkflowDispatchPropInputsType as WebhookWorkflowDispatchPropInputsType,
|
|
2509
2680
|
)
|
|
2681
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2682
|
+
WebhooksIssueCommentPropReactionsType as WebhooksIssueCommentPropReactionsType,
|
|
2683
|
+
)
|
|
2684
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2685
|
+
WebhooksPullRequest5PropAutoMergeType as WebhooksPullRequest5PropAutoMergeType,
|
|
2686
|
+
)
|
|
2687
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2688
|
+
WebhooksPullRequest5PropMilestoneType as WebhooksPullRequest5PropMilestoneType,
|
|
2689
|
+
)
|
|
2690
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2691
|
+
WebhooksSponsorshipPropMaintainerType as WebhooksSponsorshipPropMaintainerType,
|
|
2692
|
+
)
|
|
2510
2693
|
from githubkit.versions.v2022_11_28.types import (
|
|
2511
2694
|
ApplicationsClientIdTokenPatchBodyType as ApplicationsClientIdTokenPatchBodyType,
|
|
2512
2695
|
)
|
|
@@ -2615,9 +2798,6 @@ if TYPE_CHECKING:
|
|
|
2615
2798
|
from githubkit.versions.v2022_11_28.types import (
|
|
2616
2799
|
WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
|
|
2617
2800
|
)
|
|
2618
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2619
|
-
WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
|
|
2620
|
-
)
|
|
2621
2801
|
from githubkit.versions.v2022_11_28.types import (
|
|
2622
2802
|
WebhookMembershipRemovedPropSenderType as WebhookMembershipRemovedPropSenderType,
|
|
2623
2803
|
)
|
|
@@ -2636,15 +2816,9 @@ if TYPE_CHECKING:
|
|
|
2636
2816
|
from githubkit.versions.v2022_11_28.types import (
|
|
2637
2817
|
WebhookPullRequestConvertedToDraftType as WebhookPullRequestConvertedToDraftType,
|
|
2638
2818
|
)
|
|
2639
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2640
|
-
WebhookPullRequestLabeledPropLabelType as WebhookPullRequestLabeledPropLabelType,
|
|
2641
|
-
)
|
|
2642
2819
|
from githubkit.versions.v2022_11_28.types import (
|
|
2643
2820
|
WebhookPushPropRepositoryPropOwnerType as WebhookPushPropRepositoryPropOwnerType,
|
|
2644
2821
|
)
|
|
2645
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2646
|
-
WebhookReleasePublishedPropReleaseType as WebhookReleasePublishedPropReleaseType,
|
|
2647
|
-
)
|
|
2648
2822
|
from githubkit.versions.v2022_11_28.types import (
|
|
2649
2823
|
WebhookRepositoryAdvisoryPublishedType as WebhookRepositoryAdvisoryPublishedType,
|
|
2650
2824
|
)
|
|
@@ -2658,16 +2832,28 @@ if TYPE_CHECKING:
|
|
|
2658
2832
|
WebhookSecretScanningAlertResolvedType as WebhookSecretScanningAlertResolvedType,
|
|
2659
2833
|
)
|
|
2660
2834
|
from githubkit.versions.v2022_11_28.types import (
|
|
2661
|
-
|
|
2835
|
+
WebhooksReviewCommentPropReactionsType as WebhooksReviewCommentPropReactionsType,
|
|
2662
2836
|
)
|
|
2663
2837
|
from githubkit.versions.v2022_11_28.types import (
|
|
2664
|
-
|
|
2838
|
+
WebhooksReviewersItemsPropReviewerType as WebhooksReviewersItemsPropReviewerType,
|
|
2665
2839
|
)
|
|
2666
2840
|
from githubkit.versions.v2022_11_28.types import (
|
|
2667
|
-
|
|
2841
|
+
WebhooksSponsorshipPropSponsorableType as WebhooksSponsorshipPropSponsorableType,
|
|
2668
2842
|
)
|
|
2669
2843
|
from githubkit.versions.v2022_11_28.types import (
|
|
2670
|
-
|
|
2844
|
+
WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
|
|
2845
|
+
)
|
|
2846
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2847
|
+
ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
|
|
2848
|
+
)
|
|
2849
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2850
|
+
ApplicationsClientIdTokenDeleteBodyType as ApplicationsClientIdTokenDeleteBodyType,
|
|
2851
|
+
)
|
|
2852
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2853
|
+
CheckSuitePreferencePropPreferencesType as CheckSuitePreferencePropPreferencesType,
|
|
2854
|
+
)
|
|
2855
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2856
|
+
CodeScanningVariantAnalysisRepoTaskType as CodeScanningVariantAnalysisRepoTaskType,
|
|
2671
2857
|
)
|
|
2672
2858
|
from githubkit.versions.v2022_11_28.types import (
|
|
2673
2859
|
DemilestonedIssueEventPropMilestoneType as DemilestonedIssueEventPropMilestoneType,
|
|
@@ -2708,6 +2894,18 @@ if TYPE_CHECKING:
|
|
|
2708
2894
|
from githubkit.versions.v2022_11_28.types import (
|
|
2709
2895
|
RepositoryRuleCommitterEmailPatternType as RepositoryRuleCommitterEmailPatternType,
|
|
2710
2896
|
)
|
|
2897
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2898
|
+
RepositoryRuleOneof14PropParametersType as RepositoryRuleOneof14PropParametersType,
|
|
2899
|
+
)
|
|
2900
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2901
|
+
RepositoryRuleOneof15PropParametersType as RepositoryRuleOneof15PropParametersType,
|
|
2902
|
+
)
|
|
2903
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2904
|
+
RepositoryRuleOneof16PropParametersType as RepositoryRuleOneof16PropParametersType,
|
|
2905
|
+
)
|
|
2906
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2907
|
+
RepositoryRuleOneof17PropParametersType as RepositoryRuleOneof17PropParametersType,
|
|
2908
|
+
)
|
|
2711
2909
|
from githubkit.versions.v2022_11_28.types import (
|
|
2712
2910
|
RepositoryRuleRequiredLinearHistoryType as RepositoryRuleRequiredLinearHistoryType,
|
|
2713
2911
|
)
|
|
@@ -2726,12 +2924,6 @@ if TYPE_CHECKING:
|
|
|
2726
2924
|
from githubkit.versions.v2022_11_28.types import (
|
|
2727
2925
|
WebhookDependabotAlertAutoDismissedType as WebhookDependabotAlertAutoDismissedType,
|
|
2728
2926
|
)
|
|
2729
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2730
|
-
WebhookDiscussionAnsweredPropAnswerType as WebhookDiscussionAnsweredPropAnswerType,
|
|
2731
|
-
)
|
|
2732
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2733
|
-
WebhookDiscussionUnlabeledPropLabelType as WebhookDiscussionUnlabeledPropLabelType,
|
|
2734
|
-
)
|
|
2735
2927
|
from githubkit.versions.v2022_11_28.types import (
|
|
2736
2928
|
WebhookIssueCommentCreatedPropIssueType as WebhookIssueCommentCreatedPropIssueType,
|
|
2737
2929
|
)
|
|
@@ -2741,24 +2933,12 @@ if TYPE_CHECKING:
|
|
|
2741
2933
|
from githubkit.versions.v2022_11_28.types import (
|
|
2742
2934
|
WebhookIssuesTransferredPropChangesType as WebhookIssuesTransferredPropChangesType,
|
|
2743
2935
|
)
|
|
2744
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2745
|
-
WebhookIssuesUnassignedPropAssigneeType as WebhookIssuesUnassignedPropAssigneeType,
|
|
2746
|
-
)
|
|
2747
2936
|
from githubkit.versions.v2022_11_28.types import (
|
|
2748
2937
|
WebhookMarketplacePurchaseCancelledType as WebhookMarketplacePurchaseCancelledType,
|
|
2749
2938
|
)
|
|
2750
2939
|
from githubkit.versions.v2022_11_28.types import (
|
|
2751
2940
|
WebhookMarketplacePurchasePurchasedType as WebhookMarketplacePurchasePurchasedType,
|
|
2752
2941
|
)
|
|
2753
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2754
|
-
WebhookMilestoneClosedPropMilestoneType as WebhookMilestoneClosedPropMilestoneType,
|
|
2755
|
-
)
|
|
2756
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2757
|
-
WebhookMilestoneEditedPropMilestoneType as WebhookMilestoneEditedPropMilestoneType,
|
|
2758
|
-
)
|
|
2759
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2760
|
-
WebhookMilestoneOpenedPropMilestoneType as WebhookMilestoneOpenedPropMilestoneType,
|
|
2761
|
-
)
|
|
2762
2942
|
from githubkit.versions.v2022_11_28.types import (
|
|
2763
2943
|
WebhookPageBuildPropBuildPropPusherType as WebhookPageBuildPropBuildPropPusherType,
|
|
2764
2944
|
)
|
|
@@ -2790,7 +2970,13 @@ if TYPE_CHECKING:
|
|
|
2790
2970
|
WebhookSponsorshipPendingTierChangeType as WebhookSponsorshipPendingTierChangeType,
|
|
2791
2971
|
)
|
|
2792
2972
|
from githubkit.versions.v2022_11_28.types import (
|
|
2793
|
-
|
|
2973
|
+
WebhooksMarketplacePurchasePropPlanType as WebhooksMarketplacePurchasePropPlanType,
|
|
2974
|
+
)
|
|
2975
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2976
|
+
WebhooksPreviousMarketplacePurchaseType as WebhooksPreviousMarketplacePurchaseType,
|
|
2977
|
+
)
|
|
2978
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2979
|
+
WebhooksPullRequest5PropLabelsItemsType as WebhooksPullRequest5PropLabelsItemsType,
|
|
2794
2980
|
)
|
|
2795
2981
|
from githubkit.versions.v2022_11_28.types import (
|
|
2796
2982
|
WorkflowUsagePropBillablePropUbuntuType as WorkflowUsagePropBillablePropUbuntuType,
|
|
@@ -2864,9 +3050,6 @@ if TYPE_CHECKING:
|
|
|
2864
3050
|
from githubkit.versions.v2022_11_28.types import (
|
|
2865
3051
|
WebhookCodeScanningAlertClosedByUserType as WebhookCodeScanningAlertClosedByUserType,
|
|
2866
3052
|
)
|
|
2867
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2868
|
-
WebhookDeploymentCreatedPropWorkflowType as WebhookDeploymentCreatedPropWorkflowType,
|
|
2869
|
-
)
|
|
2870
3053
|
from githubkit.versions.v2022_11_28.types import (
|
|
2871
3054
|
WebhookForkPropForkeeAllof0PropOwnerType as WebhookForkPropForkeeAllof0PropOwnerType,
|
|
2872
3055
|
)
|
|
@@ -2879,71 +3062,59 @@ if TYPE_CHECKING:
|
|
|
2879
3062
|
from githubkit.versions.v2022_11_28.types import (
|
|
2880
3063
|
WebhookInstallationRepositoriesAddedType as WebhookInstallationRepositoriesAddedType,
|
|
2881
3064
|
)
|
|
2882
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2883
|
-
WebhookIssueCommentEditedPropChangesType as WebhookIssueCommentEditedPropChangesType,
|
|
2884
|
-
)
|
|
2885
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2886
|
-
WebhookIssueCommentEditedPropCommentType as WebhookIssueCommentEditedPropCommentType,
|
|
2887
|
-
)
|
|
2888
3065
|
from githubkit.versions.v2022_11_28.types import (
|
|
2889
3066
|
WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
|
|
2890
3067
|
)
|
|
2891
3068
|
from githubkit.versions.v2022_11_28.types import (
|
|
2892
3069
|
WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
|
|
2893
3070
|
)
|
|
2894
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2895
|
-
WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
|
|
2896
|
-
)
|
|
2897
3071
|
from githubkit.versions.v2022_11_28.types import (
|
|
2898
3072
|
WebhookIssuesOpenedPropIssuePropUserType as WebhookIssuesOpenedPropIssuePropUserType,
|
|
2899
3073
|
)
|
|
2900
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2901
|
-
WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
|
|
2902
|
-
)
|
|
2903
3074
|
from githubkit.versions.v2022_11_28.types import (
|
|
2904
3075
|
WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
|
|
2905
3076
|
)
|
|
2906
3077
|
from githubkit.versions.v2022_11_28.types import (
|
|
2907
|
-
|
|
3078
|
+
WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
|
|
2908
3079
|
)
|
|
2909
3080
|
from githubkit.versions.v2022_11_28.types import (
|
|
2910
|
-
|
|
3081
|
+
WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
|
|
2911
3082
|
)
|
|
2912
3083
|
from githubkit.versions.v2022_11_28.types import (
|
|
2913
|
-
|
|
3084
|
+
WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
|
|
2914
3085
|
)
|
|
2915
3086
|
from githubkit.versions.v2022_11_28.types import (
|
|
2916
|
-
|
|
3087
|
+
WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
|
|
2917
3088
|
)
|
|
2918
3089
|
from githubkit.versions.v2022_11_28.types import (
|
|
2919
|
-
|
|
3090
|
+
WebhooksProjectChangesPropArchivedAtType as WebhooksProjectChangesPropArchivedAtType,
|
|
2920
3091
|
)
|
|
2921
3092
|
from githubkit.versions.v2022_11_28.types import (
|
|
2922
|
-
|
|
3093
|
+
WebhooksPullRequest5PropBasePropRepoType as WebhooksPullRequest5PropBasePropRepoType,
|
|
2923
3094
|
)
|
|
2924
3095
|
from githubkit.versions.v2022_11_28.types import (
|
|
2925
|
-
|
|
3096
|
+
WebhooksPullRequest5PropBasePropUserType as WebhooksPullRequest5PropBasePropUserType,
|
|
2926
3097
|
)
|
|
2927
3098
|
from githubkit.versions.v2022_11_28.types import (
|
|
2928
|
-
|
|
3099
|
+
WebhooksPullRequest5PropHeadPropRepoType as WebhooksPullRequest5PropHeadPropRepoType,
|
|
2929
3100
|
)
|
|
2930
3101
|
from githubkit.versions.v2022_11_28.types import (
|
|
2931
|
-
|
|
3102
|
+
WebhooksPullRequest5PropHeadPropUserType as WebhooksPullRequest5PropHeadPropUserType,
|
|
2932
3103
|
)
|
|
2933
3104
|
from githubkit.versions.v2022_11_28.types import (
|
|
2934
|
-
|
|
3105
|
+
WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
|
|
2935
3106
|
)
|
|
2936
3107
|
from githubkit.versions.v2022_11_28.types import (
|
|
2937
|
-
|
|
3108
|
+
BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
|
|
2938
3109
|
)
|
|
2939
3110
|
from githubkit.versions.v2022_11_28.types import (
|
|
2940
|
-
|
|
3111
|
+
BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
|
|
2941
3112
|
)
|
|
2942
3113
|
from githubkit.versions.v2022_11_28.types import (
|
|
2943
|
-
|
|
3114
|
+
CodeScanningVariantAnalysisRepositoryType as CodeScanningVariantAnalysisRepositoryType,
|
|
2944
3115
|
)
|
|
2945
3116
|
from githubkit.versions.v2022_11_28.types import (
|
|
2946
|
-
|
|
3117
|
+
CopilotUsageMetricsPropBreakdownItemsType as CopilotUsageMetricsPropBreakdownItemsType,
|
|
2947
3118
|
)
|
|
2948
3119
|
from githubkit.versions.v2022_11_28.types import (
|
|
2949
3120
|
GistsGistIdCommentsCommentIdPatchBodyType as GistsGistIdCommentsCommentIdPatchBodyType,
|
|
@@ -3002,9 +3173,6 @@ if TYPE_CHECKING:
|
|
|
3002
3173
|
from githubkit.versions.v2022_11_28.types import (
|
|
3003
3174
|
WebhookIssueCommentCreatedPropCommentType as WebhookIssueCommentCreatedPropCommentType,
|
|
3004
3175
|
)
|
|
3005
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3006
|
-
WebhookIssueCommentDeletedPropCommentType as WebhookIssueCommentDeletedPropCommentType,
|
|
3007
|
-
)
|
|
3008
3176
|
from githubkit.versions.v2022_11_28.types import (
|
|
3009
3177
|
WebhookIssuesDeletedPropIssuePropUserType as WebhookIssuesDeletedPropIssuePropUserType,
|
|
3010
3178
|
)
|
|
@@ -3014,9 +3182,6 @@ if TYPE_CHECKING:
|
|
|
3014
3182
|
from githubkit.versions.v2022_11_28.types import (
|
|
3015
3183
|
WebhookLabelEditedPropChangesPropNameType as WebhookLabelEditedPropChangesPropNameType,
|
|
3016
3184
|
)
|
|
3017
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3018
|
-
WebhookOrgBlockBlockedPropBlockedUserType as WebhookOrgBlockBlockedPropBlockedUserType,
|
|
3019
|
-
)
|
|
3020
3185
|
from githubkit.versions.v2022_11_28.types import (
|
|
3021
3186
|
WebhookOrganizationRenamedPropChangesType as WebhookOrganizationRenamedPropChangesType,
|
|
3022
3187
|
)
|
|
@@ -3035,6 +3200,18 @@ if TYPE_CHECKING:
|
|
|
3035
3200
|
from githubkit.versions.v2022_11_28.types import (
|
|
3036
3201
|
WebhookSponsorshipPendingCancellationType as WebhookSponsorshipPendingCancellationType,
|
|
3037
3202
|
)
|
|
3203
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3204
|
+
WebhooksIssuePropMilestonePropCreatorType as WebhooksIssuePropMilestonePropCreatorType,
|
|
3205
|
+
)
|
|
3206
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3207
|
+
WebhooksPullRequest5PropLinksPropHtmlType as WebhooksPullRequest5PropLinksPropHtmlType,
|
|
3208
|
+
)
|
|
3209
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3210
|
+
WebhooksPullRequest5PropLinksPropSelfType as WebhooksPullRequest5PropLinksPropSelfType,
|
|
3211
|
+
)
|
|
3212
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3213
|
+
WebhooksSecurityAdvisoryPropCwesItemsType as WebhooksSecurityAdvisoryPropCwesItemsType,
|
|
3214
|
+
)
|
|
3038
3215
|
from githubkit.versions.v2022_11_28.types import (
|
|
3039
3216
|
WorkflowRunUsagePropBillablePropMacosType as WorkflowRunUsagePropBillablePropMacosType,
|
|
3040
3217
|
)
|
|
@@ -3137,15 +3314,9 @@ if TYPE_CHECKING:
|
|
|
3137
3314
|
from githubkit.versions.v2022_11_28.types import (
|
|
3138
3315
|
WebhookInstallationRepositoriesRemovedType as WebhookInstallationRepositoriesRemovedType,
|
|
3139
3316
|
)
|
|
3140
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3141
|
-
WebhookIssuesAssignedPropIssuePropUserType as WebhookIssuesAssignedPropIssuePropUserType,
|
|
3142
|
-
)
|
|
3143
3317
|
from githubkit.versions.v2022_11_28.types import (
|
|
3144
3318
|
WebhookIssuesClosedPropIssueMergedUserType as WebhookIssuesClosedPropIssueMergedUserType,
|
|
3145
3319
|
)
|
|
3146
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3147
|
-
WebhookIssuesDemilestonedPropMilestoneType as WebhookIssuesDemilestonedPropMilestoneType,
|
|
3148
|
-
)
|
|
3149
3320
|
from githubkit.versions.v2022_11_28.types import (
|
|
3150
3321
|
WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
|
|
3151
3322
|
)
|
|
@@ -3155,9 +3326,6 @@ if TYPE_CHECKING:
|
|
|
3155
3326
|
from githubkit.versions.v2022_11_28.types import (
|
|
3156
3327
|
WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
|
|
3157
3328
|
)
|
|
3158
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3159
|
-
WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
|
|
3160
|
-
)
|
|
3161
3329
|
from githubkit.versions.v2022_11_28.types import (
|
|
3162
3330
|
WebhookLabelEditedPropChangesPropColorType as WebhookLabelEditedPropChangesPropColorType,
|
|
3163
3331
|
)
|
|
@@ -3167,9 +3335,6 @@ if TYPE_CHECKING:
|
|
|
3167
3335
|
from githubkit.versions.v2022_11_28.types import (
|
|
3168
3336
|
WebhookProjectCardMovedPropProjectCardType as WebhookProjectCardMovedPropProjectCardType,
|
|
3169
3337
|
)
|
|
3170
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3171
|
-
WebhookPullRequestAssignedPropAssigneeType as WebhookPullRequestAssignedPropAssigneeType,
|
|
3172
|
-
)
|
|
3173
3338
|
from githubkit.versions.v2022_11_28.types import (
|
|
3174
3339
|
WebhookPullRequestReviewCommentCreatedType as WebhookPullRequestReviewCommentCreatedType,
|
|
3175
3340
|
)
|
|
@@ -3185,6 +3350,30 @@ if TYPE_CHECKING:
|
|
|
3185
3350
|
from githubkit.versions.v2022_11_28.types import (
|
|
3186
3351
|
WebhookRubygemsMetadataPropVersionInfoType as WebhookRubygemsMetadataPropVersionInfoType,
|
|
3187
3352
|
)
|
|
3353
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3354
|
+
WebhooksIssue2PropMilestonePropCreatorType as WebhooksIssue2PropMilestonePropCreatorType,
|
|
3355
|
+
)
|
|
3356
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3357
|
+
WebhooksIssuePropPerformedViaGithubAppType as WebhooksIssuePropPerformedViaGithubAppType,
|
|
3358
|
+
)
|
|
3359
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3360
|
+
WebhooksMarketplacePurchasePropAccountType as WebhooksMarketplacePurchasePropAccountType,
|
|
3361
|
+
)
|
|
3362
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3363
|
+
WebhooksPullRequest5PropAssigneesItemsType as WebhooksPullRequest5PropAssigneesItemsType,
|
|
3364
|
+
)
|
|
3365
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3366
|
+
WebhooksPullRequest5PropLinksPropIssueType as WebhooksPullRequest5PropLinksPropIssueType,
|
|
3367
|
+
)
|
|
3368
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3369
|
+
WebhooksReviewCommentPropLinksPropHtmlType as WebhooksReviewCommentPropLinksPropHtmlType,
|
|
3370
|
+
)
|
|
3371
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3372
|
+
WebhooksReviewCommentPropLinksPropSelfType as WebhooksReviewCommentPropLinksPropSelfType,
|
|
3373
|
+
)
|
|
3374
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3375
|
+
WebhooksReviewPropLinksPropPullRequestType as WebhooksReviewPropLinksPropPullRequestType,
|
|
3376
|
+
)
|
|
3188
3377
|
from githubkit.versions.v2022_11_28.types import (
|
|
3189
3378
|
WorkflowRunUsagePropBillablePropUbuntuType as WorkflowRunUsagePropBillablePropUbuntuType,
|
|
3190
3379
|
)
|
|
@@ -3239,27 +3428,15 @@ if TYPE_CHECKING:
|
|
|
3239
3428
|
from githubkit.versions.v2022_11_28.types import (
|
|
3240
3429
|
WebhookDiscussionTransferredPropChangesType as WebhookDiscussionTransferredPropChangesType,
|
|
3241
3430
|
)
|
|
3242
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3243
|
-
WebhookInstallationCreatedPropRequesterType as WebhookInstallationCreatedPropRequesterType,
|
|
3244
|
-
)
|
|
3245
3431
|
from githubkit.versions.v2022_11_28.types import (
|
|
3246
3432
|
WebhookIssuesEditedPropChangesPropTitleType as WebhookIssuesEditedPropChangesPropTitleType,
|
|
3247
3433
|
)
|
|
3248
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3249
|
-
WebhookIssuesUnlabeledPropIssuePropUserType as WebhookIssuesUnlabeledPropIssuePropUserType,
|
|
3250
|
-
)
|
|
3251
3434
|
from githubkit.versions.v2022_11_28.types import (
|
|
3252
3435
|
WebhookMarketplacePurchasePendingChangeType as WebhookMarketplacePurchasePendingChangeType,
|
|
3253
3436
|
)
|
|
3254
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3255
|
-
WebhookOrgBlockUnblockedPropBlockedUserType as WebhookOrgBlockUnblockedPropBlockedUserType,
|
|
3256
|
-
)
|
|
3257
3437
|
from githubkit.versions.v2022_11_28.types import (
|
|
3258
3438
|
WebhookPersonalAccessTokenRequestDeniedType as WebhookPersonalAccessTokenRequestDeniedType,
|
|
3259
3439
|
)
|
|
3260
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3261
|
-
WebhookProjectCardEditedPropProjectCardType as WebhookProjectCardEditedPropProjectCardType,
|
|
3262
|
-
)
|
|
3263
3440
|
from githubkit.versions.v2022_11_28.types import (
|
|
3264
3441
|
WebhookProjectEditedPropChangesPropBodyType as WebhookProjectEditedPropChangesPropBodyType,
|
|
3265
3442
|
)
|
|
@@ -3284,9 +3461,6 @@ if TYPE_CHECKING:
|
|
|
3284
3461
|
from githubkit.versions.v2022_11_28.types import (
|
|
3285
3462
|
WebhookRepositoryTransferredPropChangesType as WebhookRepositoryTransferredPropChangesType,
|
|
3286
3463
|
)
|
|
3287
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3288
|
-
WebhookSponsorshipEditedPropSponsorshipType as WebhookSponsorshipEditedPropSponsorshipType,
|
|
3289
|
-
)
|
|
3290
3464
|
from githubkit.versions.v2022_11_28.types import (
|
|
3291
3465
|
WebhookStatusPropCommitPropParentsItemsType as WebhookStatusPropCommitPropParentsItemsType,
|
|
3292
3466
|
)
|
|
@@ -3297,10 +3471,7 @@ if TYPE_CHECKING:
|
|
|
3297
3471
|
WebhookWorkflowJobQueuedPropWorkflowJobType as WebhookWorkflowJobQueuedPropWorkflowJobType,
|
|
3298
3472
|
)
|
|
3299
3473
|
from githubkit.versions.v2022_11_28.types import (
|
|
3300
|
-
|
|
3301
|
-
)
|
|
3302
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3303
|
-
WebhookWorkflowRunRequestedPropWorkflowType as WebhookWorkflowRunRequestedPropWorkflowType,
|
|
3474
|
+
WebhooksIssue2PropPerformedViaGithubAppType as WebhooksIssue2PropPerformedViaGithubAppType,
|
|
3304
3475
|
)
|
|
3305
3476
|
from githubkit.versions.v2022_11_28.types import (
|
|
3306
3477
|
WorkflowRunUsagePropBillablePropWindowsType as WorkflowRunUsagePropBillablePropWindowsType,
|
|
@@ -3353,6 +3524,9 @@ if TYPE_CHECKING:
|
|
|
3353
3524
|
from githubkit.versions.v2022_11_28.types import (
|
|
3354
3525
|
RepositoryAdvisoryUpdatePropCreditsItemsType as RepositoryAdvisoryUpdatePropCreditsItemsType,
|
|
3355
3526
|
)
|
|
3527
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3528
|
+
RepositoryRuleCodeScanningPropParametersType as RepositoryRuleCodeScanningPropParametersType,
|
|
3529
|
+
)
|
|
3356
3530
|
from githubkit.versions.v2022_11_28.types import (
|
|
3357
3531
|
RepositoryWebhooksPropTemplateRepositoryType as RepositoryWebhooksPropTemplateRepositoryType,
|
|
3358
3532
|
)
|
|
@@ -3374,9 +3548,6 @@ if TYPE_CHECKING:
|
|
|
3374
3548
|
from githubkit.versions.v2022_11_28.types import (
|
|
3375
3549
|
WebhookDeploymentProtectionRuleRequestedType as WebhookDeploymentProtectionRuleRequestedType,
|
|
3376
3550
|
)
|
|
3377
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3378
|
-
WebhookDiscussionUnansweredPropOldAnswerType as WebhookDiscussionUnansweredPropOldAnswerType,
|
|
3379
|
-
)
|
|
3380
3551
|
from githubkit.versions.v2022_11_28.types import (
|
|
3381
3552
|
WebhookIssueCommentEditedPropIssueAllof0Type as WebhookIssueCommentEditedPropIssueAllof0Type,
|
|
3382
3553
|
)
|
|
@@ -3398,77 +3569,35 @@ if TYPE_CHECKING:
|
|
|
3398
3569
|
from githubkit.versions.v2022_11_28.types import (
|
|
3399
3570
|
WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
|
|
3400
3571
|
)
|
|
3401
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3402
|
-
WebhookIssuesPinnedPropIssuePropAssigneeType as WebhookIssuesPinnedPropIssuePropAssigneeType,
|
|
3403
|
-
)
|
|
3404
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3405
|
-
WebhookIssuesUnassignedPropIssuePropUserType as WebhookIssuesUnassignedPropIssuePropUserType,
|
|
3406
|
-
)
|
|
3407
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3408
|
-
WebhookMembershipAddedPropTeamPropParentType as WebhookMembershipAddedPropTeamPropParentType,
|
|
3409
|
-
)
|
|
3410
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3411
|
-
WebhookOrganizationDeletedPropMembershipType as WebhookOrganizationDeletedPropMembershipType,
|
|
3412
|
-
)
|
|
3413
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3414
|
-
WebhookOrganizationMemberInvitedPropUserType as WebhookOrganizationMemberInvitedPropUserType,
|
|
3415
|
-
)
|
|
3416
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3417
|
-
WebhookOrganizationRenamedPropMembershipType as WebhookOrganizationRenamedPropMembershipType,
|
|
3418
|
-
)
|
|
3419
3572
|
from githubkit.versions.v2022_11_28.types import (
|
|
3420
3573
|
WebhookPersonalAccessTokenRequestCreatedType as WebhookPersonalAccessTokenRequestCreatedType,
|
|
3421
3574
|
)
|
|
3422
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3423
|
-
WebhookProjectCardCreatedPropProjectCardType as WebhookProjectCardCreatedPropProjectCardType,
|
|
3424
|
-
)
|
|
3425
3575
|
from githubkit.versions.v2022_11_28.types import (
|
|
3426
3576
|
WebhookProjectCardDeletedPropProjectCardType as WebhookProjectCardDeletedPropProjectCardType,
|
|
3427
3577
|
)
|
|
3428
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3429
|
-
WebhookProjectsV2ItemArchivedPropChangesType as WebhookProjectsV2ItemArchivedPropChangesType,
|
|
3430
|
-
)
|
|
3431
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3432
|
-
WebhookProjectsV2ItemRestoredPropChangesType as WebhookProjectsV2ItemRestoredPropChangesType,
|
|
3433
|
-
)
|
|
3434
3578
|
from githubkit.versions.v2022_11_28.types import (
|
|
3435
3579
|
WebhookPullRequestLabeledPropPullRequestType as WebhookPullRequestLabeledPropPullRequestType,
|
|
3436
3580
|
)
|
|
3437
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3438
|
-
WebhookPullRequestReviewEditedPropReviewType as WebhookPullRequestReviewEditedPropReviewType,
|
|
3439
|
-
)
|
|
3440
3581
|
from githubkit.versions.v2022_11_28.types import (
|
|
3441
3582
|
WebhookPullRequestReviewThreadUnresolvedType as WebhookPullRequestReviewThreadUnresolvedType,
|
|
3442
3583
|
)
|
|
3443
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3444
|
-
WebhookPullRequestUnassignedPropAssigneeType as WebhookPullRequestUnassignedPropAssigneeType,
|
|
3445
|
-
)
|
|
3446
3584
|
from githubkit.versions.v2022_11_28.types import (
|
|
3447
3585
|
WebhookPushPropCommitsItemsPropCommitterType as WebhookPushPropCommitsItemsPropCommitterType,
|
|
3448
3586
|
)
|
|
3449
3587
|
from githubkit.versions.v2022_11_28.types import (
|
|
3450
3588
|
WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
|
|
3451
3589
|
)
|
|
3452
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3453
|
-
WebhookSponsorshipCreatedPropSponsorshipType as WebhookSponsorshipCreatedPropSponsorshipType,
|
|
3454
|
-
)
|
|
3455
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3456
|
-
WebhookSponsorshipTierChangedPropChangesType as WebhookSponsorshipTierChangedPropChangesType,
|
|
3457
|
-
)
|
|
3458
3590
|
from githubkit.versions.v2022_11_28.types import (
|
|
3459
3591
|
WebhookStatusPropBranchesItemsPropCommitType as WebhookStatusPropBranchesItemsPropCommitType,
|
|
3460
3592
|
)
|
|
3461
3593
|
from githubkit.versions.v2022_11_28.types import (
|
|
3462
3594
|
WebhookTeamEditedPropRepositoryPropOwnerType as WebhookTeamEditedPropRepositoryPropOwnerType,
|
|
3463
3595
|
)
|
|
3464
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3465
|
-
WebhookTeamRemovedFromRepositoryPropTeamType as WebhookTeamRemovedFromRepositoryPropTeamType,
|
|
3466
|
-
)
|
|
3467
3596
|
from githubkit.versions.v2022_11_28.types import (
|
|
3468
3597
|
WebhookWorkflowJobWaitingPropWorkflowJobType as WebhookWorkflowJobWaitingPropWorkflowJobType,
|
|
3469
3598
|
)
|
|
3470
3599
|
from githubkit.versions.v2022_11_28.types import (
|
|
3471
|
-
|
|
3600
|
+
WebhooksPullRequest5PropLinksPropCommitsType as WebhooksPullRequest5PropLinksPropCommitsType,
|
|
3472
3601
|
)
|
|
3473
3602
|
from githubkit.versions.v2022_11_28.types import (
|
|
3474
3603
|
BranchProtectionPropRequiredLinearHistoryType as BranchProtectionPropRequiredLinearHistoryType,
|
|
@@ -3536,9 +3665,6 @@ if TYPE_CHECKING:
|
|
|
3536
3665
|
from githubkit.versions.v2022_11_28.types import (
|
|
3537
3666
|
WebhookDiscussionCommentEditedPropChangesType as WebhookDiscussionCommentEditedPropChangesType,
|
|
3538
3667
|
)
|
|
3539
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3540
|
-
WebhookDiscussionCommentEditedPropCommentType as WebhookDiscussionCommentEditedPropCommentType,
|
|
3541
|
-
)
|
|
3542
3668
|
from githubkit.versions.v2022_11_28.types import (
|
|
3543
3669
|
WebhookInstallationNewPermissionsAcceptedType as WebhookInstallationNewPermissionsAcceptedType,
|
|
3544
3670
|
)
|
|
@@ -3578,15 +3704,6 @@ if TYPE_CHECKING:
|
|
|
3578
3704
|
from githubkit.versions.v2022_11_28.types import (
|
|
3579
3705
|
WebhookIssuesOpenedPropIssuePropReactionsType as WebhookIssuesOpenedPropIssuePropReactionsType,
|
|
3580
3706
|
)
|
|
3581
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3582
|
-
WebhookIssuesPinnedPropIssuePropMilestoneType as WebhookIssuesPinnedPropIssuePropMilestoneType,
|
|
3583
|
-
)
|
|
3584
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3585
|
-
WebhookIssuesPinnedPropIssuePropReactionsType as WebhookIssuesPinnedPropIssuePropReactionsType,
|
|
3586
|
-
)
|
|
3587
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3588
|
-
WebhookIssuesTransferredPropIssuePropUserType as WebhookIssuesTransferredPropIssuePropUserType,
|
|
3589
|
-
)
|
|
3590
3707
|
from githubkit.versions.v2022_11_28.types import (
|
|
3591
3708
|
WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
|
|
3592
3709
|
)
|
|
@@ -3620,9 +3737,6 @@ if TYPE_CHECKING:
|
|
|
3620
3737
|
from githubkit.versions.v2022_11_28.types import (
|
|
3621
3738
|
WebhookPullRequestUnlockedPropPullRequestType as WebhookPullRequestUnlockedPropPullRequestType,
|
|
3622
3739
|
)
|
|
3623
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3624
|
-
WebhookReleaseEditedPropReleasePropAuthorType as WebhookReleaseEditedPropReleasePropAuthorType,
|
|
3625
|
-
)
|
|
3626
3740
|
from githubkit.versions.v2022_11_28.types import (
|
|
3627
3741
|
WebhookRepositoryRulesetEditedPropChangesType as WebhookRepositoryRulesetEditedPropChangesType,
|
|
3628
3742
|
)
|
|
@@ -3644,6 +3758,12 @@ if TYPE_CHECKING:
|
|
|
3644
3758
|
from githubkit.versions.v2022_11_28.types import (
|
|
3645
3759
|
WebhookTeamDeletedPropRepositoryPropOwnerType as WebhookTeamDeletedPropRepositoryPropOwnerType,
|
|
3646
3760
|
)
|
|
3761
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3762
|
+
WebhooksPullRequest5PropLinksPropCommentsType as WebhooksPullRequest5PropLinksPropCommentsType,
|
|
3763
|
+
)
|
|
3764
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3765
|
+
WebhooksPullRequest5PropLinksPropStatusesType as WebhooksPullRequest5PropLinksPropStatusesType,
|
|
3766
|
+
)
|
|
3647
3767
|
from githubkit.versions.v2022_11_28.types import (
|
|
3648
3768
|
AppManifestsCodeConversionsPostResponse201Type as AppManifestsCodeConversionsPostResponse201Type,
|
|
3649
3769
|
)
|
|
@@ -3725,24 +3845,12 @@ if TYPE_CHECKING:
|
|
|
3725
3845
|
from githubkit.versions.v2022_11_28.types import (
|
|
3726
3846
|
WebhookDeploymentStatusCreatedPropCheckRunType as WebhookDeploymentStatusCreatedPropCheckRunType,
|
|
3727
3847
|
)
|
|
3728
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3729
|
-
WebhookDeploymentStatusCreatedPropWorkflowType as WebhookDeploymentStatusCreatedPropWorkflowType,
|
|
3730
|
-
)
|
|
3731
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3732
|
-
WebhookDiscussionCommentCreatedPropCommentType as WebhookDiscussionCommentCreatedPropCommentType,
|
|
3733
|
-
)
|
|
3734
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3735
|
-
WebhookDiscussionCommentDeletedPropCommentType as WebhookDiscussionCommentDeletedPropCommentType,
|
|
3736
|
-
)
|
|
3737
3848
|
from githubkit.versions.v2022_11_28.types import (
|
|
3738
3849
|
WebhookDiscussionEditedPropChangesPropBodyType as WebhookDiscussionEditedPropChangesPropBodyType,
|
|
3739
3850
|
)
|
|
3740
3851
|
from githubkit.versions.v2022_11_28.types import (
|
|
3741
3852
|
WebhookForkPropForkeeAllof0PropPermissionsType as WebhookForkPropForkeeAllof0PropPermissionsType,
|
|
3742
3853
|
)
|
|
3743
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3744
|
-
WebhookIssuesAssignedPropIssuePropAssigneeType as WebhookIssuesAssignedPropIssuePropAssigneeType,
|
|
3745
|
-
)
|
|
3746
3854
|
from githubkit.versions.v2022_11_28.types import (
|
|
3747
3855
|
WebhookIssuesClosedPropIssueAllof0PropUserType as WebhookIssuesClosedPropIssueAllof0PropUserType,
|
|
3748
3856
|
)
|
|
@@ -3776,12 +3884,6 @@ if TYPE_CHECKING:
|
|
|
3776
3884
|
from githubkit.versions.v2022_11_28.types import (
|
|
3777
3885
|
WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
|
|
3778
3886
|
)
|
|
3779
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3780
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneeType as WebhookIssuesUnpinnedPropIssuePropAssigneeType,
|
|
3781
|
-
)
|
|
3782
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3783
|
-
WebhookMembershipRemovedPropTeamPropParentType as WebhookMembershipRemovedPropTeamPropParentType,
|
|
3784
|
-
)
|
|
3785
3887
|
from githubkit.versions.v2022_11_28.types import (
|
|
3786
3888
|
WebhookMilestoneEditedPropChangesPropDueOnType as WebhookMilestoneEditedPropChangesPropDueOnType,
|
|
3787
3889
|
)
|
|
@@ -3791,36 +3893,15 @@ if TYPE_CHECKING:
|
|
|
3791
3893
|
from githubkit.versions.v2022_11_28.types import (
|
|
3792
3894
|
WebhookPersonalAccessTokenRequestCancelledType as WebhookPersonalAccessTokenRequestCancelledType,
|
|
3793
3895
|
)
|
|
3794
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3795
|
-
WebhookProjectCardConvertedPropProjectCardType as WebhookProjectCardConvertedPropProjectCardType,
|
|
3796
|
-
)
|
|
3797
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3798
|
-
WebhookProjectClosedPropProjectPropCreatorType as WebhookProjectClosedPropProjectPropCreatorType,
|
|
3799
|
-
)
|
|
3800
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3801
|
-
WebhookProjectColumnMovedPropProjectColumnType as WebhookProjectColumnMovedPropProjectColumnType,
|
|
3802
|
-
)
|
|
3803
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3804
|
-
WebhookProjectEditedPropProjectPropCreatorType as WebhookProjectEditedPropProjectPropCreatorType,
|
|
3805
|
-
)
|
|
3806
3896
|
from githubkit.versions.v2022_11_28.types import (
|
|
3807
3897
|
WebhookPullRequestUnlabeledPropPullRequestType as WebhookPullRequestUnlabeledPropPullRequestType,
|
|
3808
3898
|
)
|
|
3809
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3810
|
-
WebhookReleaseCreatedPropReleasePropAuthorType as WebhookReleaseCreatedPropReleasePropAuthorType,
|
|
3811
|
-
)
|
|
3812
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3813
|
-
WebhookReleaseDeletedPropReleasePropAuthorType as WebhookReleaseDeletedPropReleasePropAuthorType,
|
|
3814
|
-
)
|
|
3815
3899
|
from githubkit.versions.v2022_11_28.types import (
|
|
3816
3900
|
WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
|
|
3817
3901
|
)
|
|
3818
3902
|
from githubkit.versions.v2022_11_28.types import (
|
|
3819
3903
|
WebhookRepositoryVulnerabilityAlertResolveType as WebhookRepositoryVulnerabilityAlertResolveType,
|
|
3820
3904
|
)
|
|
3821
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3822
|
-
WebhookSponsorshipCancelledPropSponsorshipType as WebhookSponsorshipCancelledPropSponsorshipType,
|
|
3823
|
-
)
|
|
3824
3905
|
from githubkit.versions.v2022_11_28.types import (
|
|
3825
3906
|
WebhookTeamAddedToRepositoryPropRepositoryType as WebhookTeamAddedToRepositoryPropRepositoryType,
|
|
3826
3907
|
)
|
|
@@ -3839,9 +3920,15 @@ if TYPE_CHECKING:
|
|
|
3839
3920
|
from githubkit.versions.v2022_11_28.types import (
|
|
3840
3921
|
WebhookWorkflowRunRequestedPropWorkflowRunType as WebhookWorkflowRunRequestedPropWorkflowRunType,
|
|
3841
3922
|
)
|
|
3923
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3924
|
+
WebhooksReleasePropAssetsItemsPropUploaderType as WebhooksReleasePropAssetsItemsPropUploaderType,
|
|
3925
|
+
)
|
|
3842
3926
|
from githubkit.versions.v2022_11_28.types import (
|
|
3843
3927
|
ActionsBillingUsagePropMinutesUsedBreakdownType as ActionsBillingUsagePropMinutesUsedBreakdownType,
|
|
3844
3928
|
)
|
|
3929
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3930
|
+
CodeScanningVariantAnalysisSkippedRepoGroupType as CodeScanningVariantAnalysisSkippedRepoGroupType,
|
|
3931
|
+
)
|
|
3845
3932
|
from githubkit.versions.v2022_11_28.types import (
|
|
3846
3933
|
DependabotAlertWithRepositoryPropDependencyType as DependabotAlertWithRepositoryPropDependencyType,
|
|
3847
3934
|
)
|
|
@@ -3884,15 +3971,6 @@ if TYPE_CHECKING:
|
|
|
3884
3971
|
from githubkit.versions.v2022_11_28.types import (
|
|
3885
3972
|
WebhookBranchProtectionConfigurationEnabledType as WebhookBranchProtectionConfigurationEnabledType,
|
|
3886
3973
|
)
|
|
3887
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3888
|
-
WebhookDeploymentReviewApprovedPropApproverType as WebhookDeploymentReviewApprovedPropApproverType,
|
|
3889
|
-
)
|
|
3890
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3891
|
-
WebhookDeploymentReviewRejectedPropApproverType as WebhookDeploymentReviewRejectedPropApproverType,
|
|
3892
|
-
)
|
|
3893
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3894
|
-
WebhookDiscussionAnsweredPropAnswerPropUserType as WebhookDiscussionAnsweredPropAnswerPropUserType,
|
|
3895
|
-
)
|
|
3896
3974
|
from githubkit.versions.v2022_11_28.types import (
|
|
3897
3975
|
WebhookDiscussionCategoryChangedPropChangesType as WebhookDiscussionCategoryChangedPropChangesType,
|
|
3898
3976
|
)
|
|
@@ -3905,12 +3983,6 @@ if TYPE_CHECKING:
|
|
|
3905
3983
|
from githubkit.versions.v2022_11_28.types import (
|
|
3906
3984
|
WebhookInstallationTargetRenamedPropChangesType as WebhookInstallationTargetRenamedPropChangesType,
|
|
3907
3985
|
)
|
|
3908
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3909
|
-
WebhookIssuesAssignedPropIssuePropMilestoneType as WebhookIssuesAssignedPropIssuePropMilestoneType,
|
|
3910
|
-
)
|
|
3911
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3912
|
-
WebhookIssuesAssignedPropIssuePropReactionsType as WebhookIssuesAssignedPropIssuePropReactionsType,
|
|
3913
|
-
)
|
|
3914
3986
|
from githubkit.versions.v2022_11_28.types import (
|
|
3915
3987
|
WebhookIssuesClosedPropIssueMergedAssigneesType as WebhookIssuesClosedPropIssueMergedAssigneesType,
|
|
3916
3988
|
)
|
|
@@ -3938,33 +4010,18 @@ if TYPE_CHECKING:
|
|
|
3938
4010
|
from githubkit.versions.v2022_11_28.types import (
|
|
3939
4011
|
WebhookIssuesOpenedPropIssuePropPullRequestType as WebhookIssuesOpenedPropIssuePropPullRequestType,
|
|
3940
4012
|
)
|
|
3941
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3942
|
-
WebhookIssuesPinnedPropIssuePropLabelsItemsType as WebhookIssuesPinnedPropIssuePropLabelsItemsType,
|
|
3943
|
-
)
|
|
3944
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3945
|
-
WebhookIssuesPinnedPropIssuePropPullRequestType as WebhookIssuesPinnedPropIssuePropPullRequestType,
|
|
3946
|
-
)
|
|
3947
4013
|
from githubkit.versions.v2022_11_28.types import (
|
|
3948
4014
|
WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
|
|
3949
4015
|
)
|
|
3950
4016
|
from githubkit.versions.v2022_11_28.types import (
|
|
3951
4017
|
WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
|
|
3952
4018
|
)
|
|
3953
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3954
|
-
WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
|
|
3955
|
-
)
|
|
3956
4019
|
from githubkit.versions.v2022_11_28.types import (
|
|
3957
4020
|
WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
|
|
3958
4021
|
)
|
|
3959
4022
|
from githubkit.versions.v2022_11_28.types import (
|
|
3960
4023
|
WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
|
|
3961
4024
|
)
|
|
3962
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3963
|
-
WebhookIssuesUnpinnedPropIssuePropMilestoneType as WebhookIssuesUnpinnedPropIssuePropMilestoneType,
|
|
3964
|
-
)
|
|
3965
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3966
|
-
WebhookIssuesUnpinnedPropIssuePropReactionsType as WebhookIssuesUnpinnedPropIssuePropReactionsType,
|
|
3967
|
-
)
|
|
3968
4025
|
from githubkit.versions.v2022_11_28.types import (
|
|
3969
4026
|
WebhookMemberAddedPropChangesPropPermissionType as WebhookMemberAddedPropChangesPropPermissionType,
|
|
3970
4027
|
)
|
|
@@ -3974,36 +4031,18 @@ if TYPE_CHECKING:
|
|
|
3974
4031
|
from githubkit.versions.v2022_11_28.types import (
|
|
3975
4032
|
WebhookProjectCardEditedPropChangesPropNoteType as WebhookProjectCardEditedPropChangesPropNoteType,
|
|
3976
4033
|
)
|
|
3977
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3978
|
-
WebhookProjectColumnEditedPropProjectColumnType as WebhookProjectColumnEditedPropProjectColumnType,
|
|
3979
|
-
)
|
|
3980
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3981
|
-
WebhookProjectCreatedPropProjectPropCreatorType as WebhookProjectCreatedPropProjectPropCreatorType,
|
|
3982
|
-
)
|
|
3983
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3984
|
-
WebhookProjectDeletedPropProjectPropCreatorType as WebhookProjectDeletedPropProjectPropCreatorType,
|
|
3985
|
-
)
|
|
3986
4034
|
from githubkit.versions.v2022_11_28.types import (
|
|
3987
4035
|
WebhookPullRequestEditedPropChangesPropBaseType as WebhookPullRequestEditedPropChangesPropBaseType,
|
|
3988
4036
|
)
|
|
3989
4037
|
from githubkit.versions.v2022_11_28.types import (
|
|
3990
4038
|
WebhookPullRequestEditedPropChangesPropBodyType as WebhookPullRequestEditedPropChangesPropBodyType,
|
|
3991
4039
|
)
|
|
3992
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3993
|
-
WebhookPullRequestMilestonedPropPullRequestType as WebhookPullRequestMilestonedPropPullRequestType,
|
|
3994
|
-
)
|
|
3995
4040
|
from githubkit.versions.v2022_11_28.types import (
|
|
3996
4041
|
WebhookPullRequestReviewDismissedPropReviewType as WebhookPullRequestReviewDismissedPropReviewType,
|
|
3997
4042
|
)
|
|
3998
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3999
|
-
WebhookPullRequestReviewSubmittedPropReviewType as WebhookPullRequestReviewSubmittedPropReviewType,
|
|
4000
|
-
)
|
|
4001
4043
|
from githubkit.versions.v2022_11_28.types import (
|
|
4002
4044
|
WebhookPullRequestUnassignedPropPullRequestType as WebhookPullRequestUnassignedPropPullRequestType,
|
|
4003
4045
|
)
|
|
4004
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4005
|
-
WebhookReleaseReleasedPropReleasePropAuthorType as WebhookReleaseReleasedPropReleasePropAuthorType,
|
|
4006
|
-
)
|
|
4007
4046
|
from githubkit.versions.v2022_11_28.types import (
|
|
4008
4047
|
WebhookStatusPropCommitPropCommitPropAuthorType as WebhookStatusPropCommitPropCommitPropAuthorType,
|
|
4009
4048
|
)
|
|
@@ -4022,6 +4061,18 @@ if TYPE_CHECKING:
|
|
|
4022
4061
|
from githubkit.versions.v2022_11_28.types import (
|
|
4023
4062
|
WebhookWorkflowRunInProgressPropWorkflowRunType as WebhookWorkflowRunInProgressPropWorkflowRunType,
|
|
4024
4063
|
)
|
|
4064
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4065
|
+
WebhooksPreviousMarketplacePurchasePropPlanType as WebhooksPreviousMarketplacePurchasePropPlanType,
|
|
4066
|
+
)
|
|
4067
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4068
|
+
WebhooksPullRequest5PropRequestedTeamsItemsType as WebhooksPullRequest5PropRequestedTeamsItemsType,
|
|
4069
|
+
)
|
|
4070
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4071
|
+
WebhooksRelease1PropAssetsItemsPropUploaderType as WebhooksRelease1PropAssetsItemsPropUploaderType,
|
|
4072
|
+
)
|
|
4073
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4074
|
+
WebhooksSecurityAdvisoryPropReferencesItemsType as WebhooksSecurityAdvisoryPropReferencesItemsType,
|
|
4075
|
+
)
|
|
4025
4076
|
from githubkit.versions.v2022_11_28.types import (
|
|
4026
4077
|
DependabotAlertSecurityAdvisoryPropCwesItemsType as DependabotAlertSecurityAdvisoryPropCwesItemsType,
|
|
4027
4078
|
)
|
|
@@ -4079,12 +4130,6 @@ if TYPE_CHECKING:
|
|
|
4079
4130
|
from githubkit.versions.v2022_11_28.types import (
|
|
4080
4131
|
WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
|
|
4081
4132
|
)
|
|
4082
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4083
|
-
WebhookIssueCommentEditedPropChangesPropBodyType as WebhookIssueCommentEditedPropChangesPropBodyType,
|
|
4084
|
-
)
|
|
4085
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4086
|
-
WebhookIssueCommentEditedPropCommentPropUserType as WebhookIssueCommentEditedPropCommentPropUserType,
|
|
4087
|
-
)
|
|
4088
4133
|
from githubkit.versions.v2022_11_28.types import (
|
|
4089
4134
|
WebhookIssueCommentEditedPropIssueMergedUserType as WebhookIssueCommentEditedPropIssueMergedUserType,
|
|
4090
4135
|
)
|
|
@@ -4103,24 +4148,12 @@ if TYPE_CHECKING:
|
|
|
4103
4148
|
from githubkit.versions.v2022_11_28.types import (
|
|
4104
4149
|
WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
|
|
4105
4150
|
)
|
|
4106
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4107
|
-
WebhookIssuesUnassignedPropIssuePropAssigneeType as WebhookIssuesUnassignedPropIssuePropAssigneeType,
|
|
4108
|
-
)
|
|
4109
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4110
|
-
WebhookIssuesUnlabeledPropIssuePropMilestoneType as WebhookIssuesUnlabeledPropIssuePropMilestoneType,
|
|
4111
|
-
)
|
|
4112
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4113
|
-
WebhookIssuesUnlabeledPropIssuePropReactionsType as WebhookIssuesUnlabeledPropIssuePropReactionsType,
|
|
4114
|
-
)
|
|
4115
4151
|
from githubkit.versions.v2022_11_28.types import (
|
|
4116
4152
|
WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
|
|
4117
4153
|
)
|
|
4118
4154
|
from githubkit.versions.v2022_11_28.types import (
|
|
4119
4155
|
WebhookMemberEditedPropChangesPropPermissionType as WebhookMemberEditedPropChangesPropPermissionType,
|
|
4120
4156
|
)
|
|
4121
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4122
|
-
WebhookOrganizationMemberAddedPropMembershipType as WebhookOrganizationMemberAddedPropMembershipType,
|
|
4123
|
-
)
|
|
4124
4157
|
from githubkit.versions.v2022_11_28.types import (
|
|
4125
4158
|
WebhookPackageUpdatedPropPackagePropRegistryType as WebhookPackageUpdatedPropPackagePropRegistryType,
|
|
4126
4159
|
)
|
|
@@ -4130,15 +4163,6 @@ if TYPE_CHECKING:
|
|
|
4130
4163
|
from githubkit.versions.v2022_11_28.types import (
|
|
4131
4164
|
WebhookProjectCardMovedPropProjectCardAllof1Type as WebhookProjectCardMovedPropProjectCardAllof1Type,
|
|
4132
4165
|
)
|
|
4133
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4134
|
-
WebhookProjectColumnCreatedPropProjectColumnType as WebhookProjectColumnCreatedPropProjectColumnType,
|
|
4135
|
-
)
|
|
4136
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4137
|
-
WebhookProjectColumnDeletedPropProjectColumnType as WebhookProjectColumnDeletedPropProjectColumnType,
|
|
4138
|
-
)
|
|
4139
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4140
|
-
WebhookProjectReopenedPropProjectPropCreatorType as WebhookProjectReopenedPropProjectPropCreatorType,
|
|
4141
|
-
)
|
|
4142
4166
|
from githubkit.versions.v2022_11_28.types import (
|
|
4143
4167
|
WebhookProjectsV2ItemEditedPropChangesOneof0Type as WebhookProjectsV2ItemEditedPropChangesOneof0Type,
|
|
4144
4168
|
)
|
|
@@ -4157,12 +4181,6 @@ if TYPE_CHECKING:
|
|
|
4157
4181
|
from githubkit.versions.v2022_11_28.types import (
|
|
4158
4182
|
WebhookPullRequestSynchronizePropPullRequestType as WebhookPullRequestSynchronizePropPullRequestType,
|
|
4159
4183
|
)
|
|
4160
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4161
|
-
WebhookReleaseEditedPropReleasePropReactionsType as WebhookReleaseEditedPropReleasePropReactionsType,
|
|
4162
|
-
)
|
|
4163
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4164
|
-
WebhookReleasePublishedPropReleasePropAuthorType as WebhookReleasePublishedPropReleasePropAuthorType,
|
|
4165
|
-
)
|
|
4166
4184
|
from githubkit.versions.v2022_11_28.types import (
|
|
4167
4185
|
WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
|
|
4168
4186
|
)
|
|
@@ -4170,7 +4188,10 @@ if TYPE_CHECKING:
|
|
|
4170
4188
|
WebhookRubygemsMetadataPropDependenciesItemsType as WebhookRubygemsMetadataPropDependenciesItemsType,
|
|
4171
4189
|
)
|
|
4172
4190
|
from githubkit.versions.v2022_11_28.types import (
|
|
4173
|
-
|
|
4191
|
+
WebhooksPullRequest5PropMilestonePropCreatorType as WebhooksPullRequest5PropMilestonePropCreatorType,
|
|
4192
|
+
)
|
|
4193
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4194
|
+
WebhooksSecurityAdvisoryPropIdentifiersItemsType as WebhooksSecurityAdvisoryPropIdentifiersItemsType,
|
|
4174
4195
|
)
|
|
4175
4196
|
from githubkit.versions.v2022_11_28.types import (
|
|
4176
4197
|
BranchRestrictionPolicyPropAppsItemsPropOwnerType as BranchRestrictionPolicyPropAppsItemsPropOwnerType,
|
|
@@ -4223,9 +4244,6 @@ if TYPE_CHECKING:
|
|
|
4223
4244
|
from githubkit.versions.v2022_11_28.types import (
|
|
4224
4245
|
WebhookCodeScanningAlertClosedByUserPropAlertType as WebhookCodeScanningAlertClosedByUserPropAlertType,
|
|
4225
4246
|
)
|
|
4226
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4227
|
-
WebhookDeploymentReviewRequestedPropRequestorType as WebhookDeploymentReviewRequestedPropRequestorType,
|
|
4228
|
-
)
|
|
4229
4247
|
from githubkit.versions.v2022_11_28.types import (
|
|
4230
4248
|
WebhookDeploymentStatusCreatedPropWorkflowRunType as WebhookDeploymentStatusCreatedPropWorkflowRunType,
|
|
4231
4249
|
)
|
|
@@ -4235,18 +4253,9 @@ if TYPE_CHECKING:
|
|
|
4235
4253
|
from githubkit.versions.v2022_11_28.types import (
|
|
4236
4254
|
WebhookIssueCommentCreatedPropIssueMergedUserType as WebhookIssueCommentCreatedPropIssueMergedUserType,
|
|
4237
4255
|
)
|
|
4238
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4239
|
-
WebhookIssueCommentDeletedPropCommentPropUserType as WebhookIssueCommentDeletedPropCommentPropUserType,
|
|
4240
|
-
)
|
|
4241
4256
|
from githubkit.versions.v2022_11_28.types import (
|
|
4242
4257
|
WebhookIssueCommentDeletedPropIssueMergedUserType as WebhookIssueCommentDeletedPropIssueMergedUserType,
|
|
4243
4258
|
)
|
|
4244
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4245
|
-
WebhookIssuesAssignedPropIssuePropLabelsItemsType as WebhookIssuesAssignedPropIssuePropLabelsItemsType,
|
|
4246
|
-
)
|
|
4247
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4248
|
-
WebhookIssuesAssignedPropIssuePropPullRequestType as WebhookIssuesAssignedPropIssuePropPullRequestType,
|
|
4249
|
-
)
|
|
4250
4259
|
from githubkit.versions.v2022_11_28.types import (
|
|
4251
4260
|
WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
|
|
4252
4261
|
)
|
|
@@ -4259,33 +4268,15 @@ if TYPE_CHECKING:
|
|
|
4259
4268
|
from githubkit.versions.v2022_11_28.types import (
|
|
4260
4269
|
WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
|
|
4261
4270
|
)
|
|
4262
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4263
|
-
WebhookIssuesTransferredPropIssuePropAssigneeType as WebhookIssuesTransferredPropIssuePropAssigneeType,
|
|
4264
|
-
)
|
|
4265
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4266
|
-
WebhookIssuesUnassignedPropIssuePropMilestoneType as WebhookIssuesUnassignedPropIssuePropMilestoneType,
|
|
4267
|
-
)
|
|
4268
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4269
|
-
WebhookIssuesUnassignedPropIssuePropReactionsType as WebhookIssuesUnassignedPropIssuePropReactionsType,
|
|
4270
|
-
)
|
|
4271
4271
|
from githubkit.versions.v2022_11_28.types import (
|
|
4272
4272
|
WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
|
|
4273
4273
|
)
|
|
4274
4274
|
from githubkit.versions.v2022_11_28.types import (
|
|
4275
4275
|
WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
|
|
4276
4276
|
)
|
|
4277
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4278
|
-
WebhookIssuesUnpinnedPropIssuePropLabelsItemsType as WebhookIssuesUnpinnedPropIssuePropLabelsItemsType,
|
|
4279
|
-
)
|
|
4280
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4281
|
-
WebhookIssuesUnpinnedPropIssuePropPullRequestType as WebhookIssuesUnpinnedPropIssuePropPullRequestType,
|
|
4282
|
-
)
|
|
4283
4277
|
from githubkit.versions.v2022_11_28.types import (
|
|
4284
4278
|
WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
|
|
4285
4279
|
)
|
|
4286
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4287
|
-
WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
|
|
4288
|
-
)
|
|
4289
4280
|
from githubkit.versions.v2022_11_28.types import (
|
|
4290
4281
|
WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
|
|
4291
4282
|
)
|
|
@@ -4293,16 +4284,19 @@ if TYPE_CHECKING:
|
|
|
4293
4284
|
WebhookPushPropRepositoryPropCustomPropertiesType as WebhookPushPropRepositoryPropCustomPropertiesType,
|
|
4294
4285
|
)
|
|
4295
4286
|
from githubkit.versions.v2022_11_28.types import (
|
|
4296
|
-
|
|
4287
|
+
WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
|
|
4297
4288
|
)
|
|
4298
4289
|
from githubkit.versions.v2022_11_28.types import (
|
|
4299
|
-
|
|
4290
|
+
WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
|
|
4300
4291
|
)
|
|
4301
4292
|
from githubkit.versions.v2022_11_28.types import (
|
|
4302
|
-
|
|
4293
|
+
WebhooksPullRequest5PropBasePropRepoPropOwnerType as WebhooksPullRequest5PropBasePropRepoPropOwnerType,
|
|
4303
4294
|
)
|
|
4304
4295
|
from githubkit.versions.v2022_11_28.types import (
|
|
4305
|
-
|
|
4296
|
+
WebhooksPullRequest5PropHeadPropRepoPropOwnerType as WebhooksPullRequest5PropHeadPropRepoPropOwnerType,
|
|
4297
|
+
)
|
|
4298
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4299
|
+
WebhooksReviewCommentPropLinksPropPullRequestType as WebhooksReviewCommentPropLinksPropPullRequestType,
|
|
4306
4300
|
)
|
|
4307
4301
|
from githubkit.versions.v2022_11_28.types import (
|
|
4308
4302
|
OrgsOrgActionsRunnersGenerateJitconfigPostBodyType as OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
|
|
@@ -4391,36 +4385,9 @@ if TYPE_CHECKING:
|
|
|
4391
4385
|
from githubkit.versions.v2022_11_28.types import (
|
|
4392
4386
|
WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
|
|
4393
4387
|
)
|
|
4394
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4395
|
-
WebhookIssuesPinnedPropIssuePropAssigneesItemsType as WebhookIssuesPinnedPropIssuePropAssigneesItemsType,
|
|
4396
|
-
)
|
|
4397
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4398
|
-
WebhookIssuesTransferredPropIssuePropMilestoneType as WebhookIssuesTransferredPropIssuePropMilestoneType,
|
|
4399
|
-
)
|
|
4400
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4401
|
-
WebhookIssuesTransferredPropIssuePropReactionsType as WebhookIssuesTransferredPropIssuePropReactionsType,
|
|
4402
|
-
)
|
|
4403
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4404
|
-
WebhookIssuesUnlabeledPropIssuePropLabelsItemsType as WebhookIssuesUnlabeledPropIssuePropLabelsItemsType,
|
|
4405
|
-
)
|
|
4406
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4407
|
-
WebhookIssuesUnlabeledPropIssuePropPullRequestType as WebhookIssuesUnlabeledPropIssuePropPullRequestType,
|
|
4408
|
-
)
|
|
4409
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4410
|
-
WebhookMilestoneClosedPropMilestonePropCreatorType as WebhookMilestoneClosedPropMilestonePropCreatorType,
|
|
4411
|
-
)
|
|
4412
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4413
|
-
WebhookMilestoneEditedPropMilestonePropCreatorType as WebhookMilestoneEditedPropMilestonePropCreatorType,
|
|
4414
|
-
)
|
|
4415
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4416
|
-
WebhookMilestoneOpenedPropMilestonePropCreatorType as WebhookMilestoneOpenedPropMilestonePropCreatorType,
|
|
4417
|
-
)
|
|
4418
4388
|
from githubkit.versions.v2022_11_28.types import (
|
|
4419
4389
|
WebhookOrganizationMemberInvitedPropInvitationType as WebhookOrganizationMemberInvitedPropInvitationType,
|
|
4420
4390
|
)
|
|
4421
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4422
|
-
WebhookOrganizationMemberRemovedPropMembershipType as WebhookOrganizationMemberRemovedPropMembershipType,
|
|
4423
|
-
)
|
|
4424
4391
|
from githubkit.versions.v2022_11_28.types import (
|
|
4425
4392
|
WebhookOrganizationRenamedPropChangesPropLoginType as WebhookOrganizationRenamedPropChangesPropLoginType,
|
|
4426
4393
|
)
|
|
@@ -4433,35 +4400,29 @@ if TYPE_CHECKING:
|
|
|
4433
4400
|
from githubkit.versions.v2022_11_28.types import (
|
|
4434
4401
|
WebhookProjectCardMovedPropChangesPropColumnIdType as WebhookProjectCardMovedPropChangesPropColumnIdType,
|
|
4435
4402
|
)
|
|
4436
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4437
|
-
WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
|
|
4438
|
-
)
|
|
4439
4403
|
from githubkit.versions.v2022_11_28.types import (
|
|
4440
4404
|
WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
|
|
4441
4405
|
)
|
|
4442
4406
|
from githubkit.versions.v2022_11_28.types import (
|
|
4443
|
-
|
|
4444
|
-
)
|
|
4445
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4446
|
-
WebhookReleaseUnpublishedPropReleasePropAuthorType as WebhookReleaseUnpublishedPropReleasePropAuthorType,
|
|
4407
|
+
WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
|
|
4447
4408
|
)
|
|
4448
4409
|
from githubkit.versions.v2022_11_28.types import (
|
|
4449
|
-
|
|
4410
|
+
WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
|
|
4450
4411
|
)
|
|
4451
4412
|
from githubkit.versions.v2022_11_28.types import (
|
|
4452
|
-
|
|
4413
|
+
WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
|
|
4453
4414
|
)
|
|
4454
4415
|
from githubkit.versions.v2022_11_28.types import (
|
|
4455
|
-
|
|
4416
|
+
WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
|
|
4456
4417
|
)
|
|
4457
4418
|
from githubkit.versions.v2022_11_28.types import (
|
|
4458
|
-
|
|
4419
|
+
WebhooksPreviousMarketplacePurchasePropAccountType as WebhooksPreviousMarketplacePurchasePropAccountType,
|
|
4459
4420
|
)
|
|
4460
4421
|
from githubkit.versions.v2022_11_28.types import (
|
|
4461
|
-
|
|
4422
|
+
WebhooksPullRequest5PropAutoMergePropEnabledByType as WebhooksPullRequest5PropAutoMergePropEnabledByType,
|
|
4462
4423
|
)
|
|
4463
4424
|
from githubkit.versions.v2022_11_28.types import (
|
|
4464
|
-
|
|
4425
|
+
WebhooksPullRequest5PropLinksPropReviewCommentType as WebhooksPullRequest5PropLinksPropReviewCommentType,
|
|
4465
4426
|
)
|
|
4466
4427
|
from githubkit.versions.v2022_11_28.types import (
|
|
4467
4428
|
DependencyGraphSpdxSbomPropSbomPropCreationInfoType as DependencyGraphSpdxSbomPropSbomPropCreationInfoType,
|
|
@@ -4517,15 +4478,6 @@ if TYPE_CHECKING:
|
|
|
4517
4478
|
from githubkit.versions.v2022_11_28.types import (
|
|
4518
4479
|
WebhookForkPropForkeeAllof0PropCustomPropertiesType as WebhookForkPropForkeeAllof0PropCustomPropertiesType,
|
|
4519
4480
|
)
|
|
4520
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4521
|
-
WebhookInstallationCreatedPropRepositoriesItemsType as WebhookInstallationCreatedPropRepositoriesItemsType,
|
|
4522
|
-
)
|
|
4523
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4524
|
-
WebhookInstallationDeletedPropRepositoriesItemsType as WebhookInstallationDeletedPropRepositoriesItemsType,
|
|
4525
|
-
)
|
|
4526
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4527
|
-
WebhookInstallationSuspendPropRepositoriesItemsType as WebhookInstallationSuspendPropRepositoriesItemsType,
|
|
4528
|
-
)
|
|
4529
4481
|
from githubkit.versions.v2022_11_28.types import (
|
|
4530
4482
|
WebhookIssuesClosedPropIssueAllof0PropMilestoneType as WebhookIssuesClosedPropIssueAllof0PropMilestoneType,
|
|
4531
4483
|
)
|
|
@@ -4557,28 +4509,13 @@ if TYPE_CHECKING:
|
|
|
4557
4509
|
WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
|
|
4558
4510
|
)
|
|
4559
4511
|
from githubkit.versions.v2022_11_28.types import (
|
|
4560
|
-
|
|
4561
|
-
)
|
|
4562
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4563
|
-
WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
|
|
4564
|
-
)
|
|
4565
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4566
|
-
WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
|
|
4567
|
-
)
|
|
4568
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4569
|
-
WebhookIssuesUnassignedPropIssuePropLabelsItemsType as WebhookIssuesUnassignedPropIssuePropLabelsItemsType,
|
|
4570
|
-
)
|
|
4571
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4572
|
-
WebhookIssuesUnassignedPropIssuePropPullRequestType as WebhookIssuesUnassignedPropIssuePropPullRequestType,
|
|
4573
|
-
)
|
|
4574
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4575
|
-
WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
|
|
4512
|
+
WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
|
|
4576
4513
|
)
|
|
4577
4514
|
from githubkit.versions.v2022_11_28.types import (
|
|
4578
|
-
|
|
4515
|
+
WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
|
|
4579
4516
|
)
|
|
4580
4517
|
from githubkit.versions.v2022_11_28.types import (
|
|
4581
|
-
|
|
4518
|
+
WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
|
|
4582
4519
|
)
|
|
4583
4520
|
from githubkit.versions.v2022_11_28.types import (
|
|
4584
4521
|
WebhookPullRequestLockedPropPullRequestPropBaseType as WebhookPullRequestLockedPropPullRequestPropBaseType,
|
|
@@ -4590,22 +4527,22 @@ if TYPE_CHECKING:
|
|
|
4590
4527
|
WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
|
|
4591
4528
|
)
|
|
4592
4529
|
from githubkit.versions.v2022_11_28.types import (
|
|
4593
|
-
|
|
4530
|
+
WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
|
|
4594
4531
|
)
|
|
4595
4532
|
from githubkit.versions.v2022_11_28.types import (
|
|
4596
|
-
|
|
4533
|
+
WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
|
|
4597
4534
|
)
|
|
4598
4535
|
from githubkit.versions.v2022_11_28.types import (
|
|
4599
|
-
|
|
4536
|
+
WebhooksIssuePropPerformedViaGithubAppPropOwnerType as WebhooksIssuePropPerformedViaGithubAppPropOwnerType,
|
|
4600
4537
|
)
|
|
4601
4538
|
from githubkit.versions.v2022_11_28.types import (
|
|
4602
|
-
|
|
4539
|
+
WebhooksPullRequest5PropBasePropRepoPropLicenseType as WebhooksPullRequest5PropBasePropRepoPropLicenseType,
|
|
4603
4540
|
)
|
|
4604
4541
|
from githubkit.versions.v2022_11_28.types import (
|
|
4605
|
-
|
|
4542
|
+
WebhooksPullRequest5PropHeadPropRepoPropLicenseType as WebhooksPullRequest5PropHeadPropRepoPropLicenseType,
|
|
4606
4543
|
)
|
|
4607
4544
|
from githubkit.versions.v2022_11_28.types import (
|
|
4608
|
-
|
|
4545
|
+
WebhooksPullRequest5PropLinksPropReviewCommentsType as WebhooksPullRequest5PropLinksPropReviewCommentsType,
|
|
4609
4546
|
)
|
|
4610
4547
|
from githubkit.versions.v2022_11_28.types import (
|
|
4611
4548
|
AppManifestsCodeConversionsPostResponse201Allof1Type as AppManifestsCodeConversionsPostResponse201Allof1Type,
|
|
@@ -4691,48 +4628,24 @@ if TYPE_CHECKING:
|
|
|
4691
4628
|
from githubkit.versions.v2022_11_28.types import (
|
|
4692
4629
|
WebhookDeploymentCreatedPropWorkflowRunPropActorType as WebhookDeploymentCreatedPropWorkflowRunPropActorType,
|
|
4693
4630
|
)
|
|
4694
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4695
|
-
WebhookDiscussionAnsweredPropAnswerPropReactionsType as WebhookDiscussionAnsweredPropAnswerPropReactionsType,
|
|
4696
|
-
)
|
|
4697
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4698
|
-
WebhookDiscussionUnansweredPropOldAnswerPropUserType as WebhookDiscussionUnansweredPropOldAnswerPropUserType,
|
|
4699
|
-
)
|
|
4700
4631
|
from githubkit.versions.v2022_11_28.types import (
|
|
4701
4632
|
WebhookIssueCommentEditedPropIssueAllof0PropUserType as WebhookIssueCommentEditedPropIssueAllof0PropUserType,
|
|
4702
4633
|
)
|
|
4703
4634
|
from githubkit.versions.v2022_11_28.types import (
|
|
4704
4635
|
WebhookIssueCommentEditedPropIssueAllof1PropUserType as WebhookIssueCommentEditedPropIssueAllof1PropUserType,
|
|
4705
4636
|
)
|
|
4706
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4707
|
-
WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
|
|
4708
|
-
)
|
|
4709
4637
|
from githubkit.versions.v2022_11_28.types import (
|
|
4710
4638
|
WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
|
|
4711
4639
|
)
|
|
4712
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4713
|
-
WebhookIssuesTransferredPropIssuePropLabelsItemsType as WebhookIssuesTransferredPropIssuePropLabelsItemsType,
|
|
4714
|
-
)
|
|
4715
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4716
|
-
WebhookIssuesTransferredPropIssuePropPullRequestType as WebhookIssuesTransferredPropIssuePropPullRequestType,
|
|
4717
|
-
)
|
|
4718
4640
|
from githubkit.versions.v2022_11_28.types import (
|
|
4719
4641
|
WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
|
|
4720
4642
|
)
|
|
4721
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4722
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
|
|
4723
|
-
)
|
|
4724
4643
|
from githubkit.versions.v2022_11_28.types import (
|
|
4725
4644
|
WebhookMarketplacePurchasePendingChangeCancelledType as WebhookMarketplacePurchasePendingChangeCancelledType,
|
|
4726
4645
|
)
|
|
4727
4646
|
from githubkit.versions.v2022_11_28.types import (
|
|
4728
4647
|
WebhookMilestoneEditedPropChangesPropDescriptionType as WebhookMilestoneEditedPropChangesPropDescriptionType,
|
|
4729
4648
|
)
|
|
4730
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4731
|
-
WebhookOrganizationDeletedPropMembershipPropUserType as WebhookOrganizationDeletedPropMembershipPropUserType,
|
|
4732
|
-
)
|
|
4733
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4734
|
-
WebhookOrganizationRenamedPropMembershipPropUserType as WebhookOrganizationRenamedPropMembershipPropUserType,
|
|
4735
|
-
)
|
|
4736
4649
|
from githubkit.versions.v2022_11_28.types import (
|
|
4737
4650
|
WebhookPullRequestLabeledPropPullRequestPropBaseType as WebhookPullRequestLabeledPropPullRequestPropBaseType,
|
|
4738
4651
|
)
|
|
@@ -4745,18 +4658,9 @@ if TYPE_CHECKING:
|
|
|
4745
4658
|
from githubkit.versions.v2022_11_28.types import (
|
|
4746
4659
|
WebhookPullRequestLockedPropPullRequestPropLinksType as WebhookPullRequestLockedPropPullRequestPropLinksType,
|
|
4747
4660
|
)
|
|
4748
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4749
|
-
WebhookPullRequestReviewCommentEditedPropChangesType as WebhookPullRequestReviewCommentEditedPropChangesType,
|
|
4750
|
-
)
|
|
4751
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4752
|
-
WebhookPullRequestReviewCommentEditedPropCommentType as WebhookPullRequestReviewCommentEditedPropCommentType,
|
|
4753
|
-
)
|
|
4754
4661
|
from githubkit.versions.v2022_11_28.types import (
|
|
4755
4662
|
WebhookPullRequestReviewDismissedPropPullRequestType as WebhookPullRequestReviewDismissedPropPullRequestType,
|
|
4756
4663
|
)
|
|
4757
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4758
|
-
WebhookPullRequestReviewEditedPropReviewPropUserType as WebhookPullRequestReviewEditedPropReviewPropUserType,
|
|
4759
|
-
)
|
|
4760
4664
|
from githubkit.versions.v2022_11_28.types import (
|
|
4761
4665
|
WebhookPullRequestReviewSubmittedPropPullRequestType as WebhookPullRequestReviewSubmittedPropPullRequestType,
|
|
4762
4666
|
)
|
|
@@ -4766,9 +4670,6 @@ if TYPE_CHECKING:
|
|
|
4766
4670
|
from githubkit.versions.v2022_11_28.types import (
|
|
4767
4671
|
WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
|
|
4768
4672
|
)
|
|
4769
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4770
|
-
WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
|
|
4771
|
-
)
|
|
4772
4673
|
from githubkit.versions.v2022_11_28.types import (
|
|
4773
4674
|
WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
|
|
4774
4675
|
)
|
|
@@ -4776,16 +4677,16 @@ if TYPE_CHECKING:
|
|
|
4776
4677
|
WebhookRepositoryTransferredPropChangesPropOwnerType as WebhookRepositoryTransferredPropChangesPropOwnerType,
|
|
4777
4678
|
)
|
|
4778
4679
|
from githubkit.versions.v2022_11_28.types import (
|
|
4779
|
-
|
|
4680
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
|
|
4780
4681
|
)
|
|
4781
4682
|
from githubkit.versions.v2022_11_28.types import (
|
|
4782
|
-
|
|
4683
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
|
|
4783
4684
|
)
|
|
4784
4685
|
from githubkit.versions.v2022_11_28.types import (
|
|
4785
|
-
|
|
4686
|
+
WebhooksIssue2PropPerformedViaGithubAppPropOwnerType as WebhooksIssue2PropPerformedViaGithubAppPropOwnerType,
|
|
4786
4687
|
)
|
|
4787
4688
|
from githubkit.versions.v2022_11_28.types import (
|
|
4788
|
-
|
|
4689
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
4789
4690
|
)
|
|
4790
4691
|
from githubkit.versions.v2022_11_28.types import (
|
|
4791
4692
|
CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
|
|
@@ -4856,30 +4757,9 @@ if TYPE_CHECKING:
|
|
|
4856
4757
|
from githubkit.versions.v2022_11_28.types import (
|
|
4857
4758
|
WebhookDeploymentCreatedPropDeploymentPropCreatorType as WebhookDeploymentCreatedPropDeploymentPropCreatorType,
|
|
4858
4759
|
)
|
|
4859
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4860
|
-
WebhookDeploymentReviewApprovedPropReviewersItemsType as WebhookDeploymentReviewApprovedPropReviewersItemsType,
|
|
4861
|
-
)
|
|
4862
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4863
|
-
WebhookDeploymentReviewApprovedPropWorkflowJobRunType as WebhookDeploymentReviewApprovedPropWorkflowJobRunType,
|
|
4864
|
-
)
|
|
4865
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4866
|
-
WebhookDeploymentReviewRejectedPropReviewersItemsType as WebhookDeploymentReviewRejectedPropReviewersItemsType,
|
|
4867
|
-
)
|
|
4868
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4869
|
-
WebhookDeploymentReviewRejectedPropWorkflowJobRunType as WebhookDeploymentReviewRejectedPropWorkflowJobRunType,
|
|
4870
|
-
)
|
|
4871
4760
|
from githubkit.versions.v2022_11_28.types import (
|
|
4872
4761
|
WebhookDiscussionCommentEditedPropChangesPropBodyType as WebhookDiscussionCommentEditedPropChangesPropBodyType,
|
|
4873
4762
|
)
|
|
4874
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4875
|
-
WebhookDiscussionCommentEditedPropCommentPropUserType as WebhookDiscussionCommentEditedPropCommentPropUserType,
|
|
4876
|
-
)
|
|
4877
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4878
|
-
WebhookInstallationRepositoriesAddedPropRequesterType as WebhookInstallationRepositoriesAddedPropRequesterType,
|
|
4879
|
-
)
|
|
4880
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4881
|
-
WebhookInstallationUnsuspendPropRepositoriesItemsType as WebhookInstallationUnsuspendPropRepositoriesItemsType,
|
|
4882
|
-
)
|
|
4883
4763
|
from githubkit.versions.v2022_11_28.types import (
|
|
4884
4764
|
WebhookIssueCommentCreatedPropIssueAllof0PropUserType as WebhookIssueCommentCreatedPropIssueAllof0PropUserType,
|
|
4885
4765
|
)
|
|
@@ -4892,9 +4772,6 @@ if TYPE_CHECKING:
|
|
|
4892
4772
|
from githubkit.versions.v2022_11_28.types import (
|
|
4893
4773
|
WebhookIssueCommentDeletedPropIssueAllof1PropUserType as WebhookIssueCommentDeletedPropIssueAllof1PropUserType,
|
|
4894
4774
|
)
|
|
4895
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4896
|
-
WebhookIssueCommentEditedPropCommentPropReactionsType as WebhookIssueCommentEditedPropCommentPropReactionsType,
|
|
4897
|
-
)
|
|
4898
4775
|
from githubkit.versions.v2022_11_28.types import (
|
|
4899
4776
|
WebhookIssueCommentEditedPropIssueMergedAssigneesType as WebhookIssueCommentEditedPropIssueMergedAssigneesType,
|
|
4900
4777
|
)
|
|
@@ -4919,12 +4796,6 @@ if TYPE_CHECKING:
|
|
|
4919
4796
|
from githubkit.versions.v2022_11_28.types import (
|
|
4920
4797
|
WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
|
|
4921
4798
|
)
|
|
4922
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4923
|
-
WebhookIssuesDemilestonedPropMilestonePropCreatorType as WebhookIssuesDemilestonedPropMilestonePropCreatorType,
|
|
4924
|
-
)
|
|
4925
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4926
|
-
WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType as WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType,
|
|
4927
|
-
)
|
|
4928
4799
|
from githubkit.versions.v2022_11_28.types import (
|
|
4929
4800
|
WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
|
|
4930
4801
|
)
|
|
@@ -4961,15 +4832,9 @@ if TYPE_CHECKING:
|
|
|
4961
4832
|
from githubkit.versions.v2022_11_28.types import (
|
|
4962
4833
|
WebhookPullRequestReviewCommentCreatedPropCommentType as WebhookPullRequestReviewCommentCreatedPropCommentType,
|
|
4963
4834
|
)
|
|
4964
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4965
|
-
WebhookPullRequestReviewCommentDeletedPropCommentType as WebhookPullRequestReviewCommentDeletedPropCommentType,
|
|
4966
|
-
)
|
|
4967
4835
|
from githubkit.versions.v2022_11_28.types import (
|
|
4968
4836
|
WebhookPullRequestReviewEditedPropChangesPropBodyType as WebhookPullRequestReviewEditedPropChangesPropBodyType,
|
|
4969
4837
|
)
|
|
4970
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4971
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksType as WebhookPullRequestReviewEditedPropReviewPropLinksType,
|
|
4972
|
-
)
|
|
4973
4838
|
from githubkit.versions.v2022_11_28.types import (
|
|
4974
4839
|
WebhookPullRequestUnlockedPropPullRequestPropBaseType as WebhookPullRequestUnlockedPropPullRequestPropBaseType,
|
|
4975
4840
|
)
|
|
@@ -4982,12 +4847,6 @@ if TYPE_CHECKING:
|
|
|
4982
4847
|
from githubkit.versions.v2022_11_28.types import (
|
|
4983
4848
|
WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
|
|
4984
4849
|
)
|
|
4985
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4986
|
-
WebhookReleasePublishedPropReleasePropAssetsItemsType as WebhookReleasePublishedPropReleasePropAssetsItemsType,
|
|
4987
|
-
)
|
|
4988
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4989
|
-
WebhookReleaseUnpublishedPropReleasePropReactionsType as WebhookReleaseUnpublishedPropReleasePropReactionsType,
|
|
4990
|
-
)
|
|
4991
4850
|
from githubkit.versions.v2022_11_28.types import (
|
|
4992
4851
|
WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
|
|
4993
4852
|
)
|
|
@@ -5021,6 +4880,9 @@ if TYPE_CHECKING:
|
|
|
5021
4880
|
from githubkit.versions.v2022_11_28.types import (
|
|
5022
4881
|
BranchProtectionPropRequiredConversationResolutionType as BranchProtectionPropRequiredConversationResolutionType,
|
|
5023
4882
|
)
|
|
4883
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4884
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesType as CodeScanningVariantAnalysisPropSkippedRepositoriesType,
|
|
4885
|
+
)
|
|
5024
4886
|
from githubkit.versions.v2022_11_28.types import (
|
|
5025
4887
|
DependabotAlertSecurityAdvisoryPropReferencesItemsType as DependabotAlertSecurityAdvisoryPropReferencesItemsType,
|
|
5026
4888
|
)
|
|
@@ -5063,12 +4925,6 @@ if TYPE_CHECKING:
|
|
|
5063
4925
|
from githubkit.versions.v2022_11_28.types import (
|
|
5064
4926
|
WebhookDeploymentStatusCreatedPropDeploymentStatusType as WebhookDeploymentStatusCreatedPropDeploymentStatusType,
|
|
5065
4927
|
)
|
|
5066
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5067
|
-
WebhookDiscussionCommentCreatedPropCommentPropUserType as WebhookDiscussionCommentCreatedPropCommentPropUserType,
|
|
5068
|
-
)
|
|
5069
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5070
|
-
WebhookDiscussionCommentDeletedPropCommentPropUserType as WebhookDiscussionCommentDeletedPropCommentPropUserType,
|
|
5071
|
-
)
|
|
5072
4928
|
from githubkit.versions.v2022_11_28.types import (
|
|
5073
4929
|
WebhookIssueCommentCreatedPropCommentPropReactionsType as WebhookIssueCommentCreatedPropCommentPropReactionsType,
|
|
5074
4930
|
)
|
|
@@ -5081,9 +4937,6 @@ if TYPE_CHECKING:
|
|
|
5081
4937
|
from githubkit.versions.v2022_11_28.types import (
|
|
5082
4938
|
WebhookIssueCommentCreatedPropIssueMergedReactionsType as WebhookIssueCommentCreatedPropIssueMergedReactionsType,
|
|
5083
4939
|
)
|
|
5084
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5085
|
-
WebhookIssueCommentDeletedPropCommentPropReactionsType as WebhookIssueCommentDeletedPropCommentPropReactionsType,
|
|
5086
|
-
)
|
|
5087
4940
|
from githubkit.versions.v2022_11_28.types import (
|
|
5088
4941
|
WebhookIssueCommentDeletedPropIssueMergedAssigneesType as WebhookIssueCommentDeletedPropIssueMergedAssigneesType,
|
|
5089
4942
|
)
|
|
@@ -5099,15 +4952,9 @@ if TYPE_CHECKING:
|
|
|
5099
4952
|
from githubkit.versions.v2022_11_28.types import (
|
|
5100
4953
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
|
|
5101
4954
|
)
|
|
5102
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5103
|
-
WebhookIssuesUnassignedPropIssuePropAssigneesItemsType as WebhookIssuesUnassignedPropIssuePropAssigneesItemsType,
|
|
5104
|
-
)
|
|
5105
4955
|
from githubkit.versions.v2022_11_28.types import (
|
|
5106
4956
|
WebhookPackageUpdatedPropPackagePropPackageVersionType as WebhookPackageUpdatedPropPackagePropPackageVersionType,
|
|
5107
4957
|
)
|
|
5108
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5109
|
-
WebhookProjectCardEditedPropProjectCardPropCreatorType as WebhookProjectCardEditedPropProjectCardPropCreatorType,
|
|
5110
|
-
)
|
|
5111
4958
|
from githubkit.versions.v2022_11_28.types import (
|
|
5112
4959
|
WebhookProjectsV2ProjectEditedPropChangesPropTitleType as WebhookProjectsV2ProjectEditedPropChangesPropTitleType,
|
|
5113
4960
|
)
|
|
@@ -5150,27 +4997,6 @@ if TYPE_CHECKING:
|
|
|
5150
4997
|
from githubkit.versions.v2022_11_28.types import (
|
|
5151
4998
|
WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
|
|
5152
4999
|
)
|
|
5153
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5154
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertType as WebhookRepositoryVulnerabilityAlertCreatePropAlertType,
|
|
5155
|
-
)
|
|
5156
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5157
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertType as WebhookRepositoryVulnerabilityAlertReopenPropAlertType,
|
|
5158
|
-
)
|
|
5159
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5160
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType,
|
|
5161
|
-
)
|
|
5162
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5163
|
-
WebhookSponsorshipCancelledPropSponsorshipPropTierType as WebhookSponsorshipCancelledPropSponsorshipPropTierType,
|
|
5164
|
-
)
|
|
5165
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5166
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorType as WebhookSponsorshipEditedPropSponsorshipPropSponsorType,
|
|
5167
|
-
)
|
|
5168
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5169
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipType as WebhookSponsorshipPendingTierChangePropSponsorshipType,
|
|
5170
|
-
)
|
|
5171
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5172
|
-
WebhookTeamRemovedFromRepositoryPropTeamPropParentType as WebhookTeamRemovedFromRepositoryPropTeamPropParentType,
|
|
5173
|
-
)
|
|
5174
5000
|
from githubkit.versions.v2022_11_28.types import (
|
|
5175
5001
|
BranchRestrictionPolicyPropAppsItemsPropPermissionsType as BranchRestrictionPolicyPropAppsItemsPropPermissionsType,
|
|
5176
5002
|
)
|
|
@@ -5213,18 +5039,9 @@ if TYPE_CHECKING:
|
|
|
5213
5039
|
from githubkit.versions.v2022_11_28.types import (
|
|
5214
5040
|
WebhookCommitCommentCreatedPropCommentPropReactionsType as WebhookCommitCommentCreatedPropCommentPropReactionsType,
|
|
5215
5041
|
)
|
|
5216
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5217
|
-
WebhookInstallationRepositoriesRemovedPropRequesterType as WebhookInstallationRepositoriesRemovedPropRequesterType,
|
|
5218
|
-
)
|
|
5219
5042
|
from githubkit.versions.v2022_11_28.types import (
|
|
5220
5043
|
WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
|
|
5221
5044
|
)
|
|
5222
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5223
|
-
WebhookIssuesTransferredPropIssuePropAssigneesItemsType as WebhookIssuesTransferredPropIssuePropAssigneesItemsType,
|
|
5224
|
-
)
|
|
5225
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5226
|
-
WebhookProjectCardCreatedPropProjectCardPropCreatorType as WebhookProjectCardCreatedPropProjectCardPropCreatorType,
|
|
5227
|
-
)
|
|
5228
5045
|
from githubkit.versions.v2022_11_28.types import (
|
|
5229
5046
|
WebhookProjectCardDeletedPropProjectCardPropCreatorType as WebhookProjectCardDeletedPropProjectCardPropCreatorType,
|
|
5230
5047
|
)
|
|
@@ -5240,21 +5057,9 @@ if TYPE_CHECKING:
|
|
|
5240
5057
|
from githubkit.versions.v2022_11_28.types import (
|
|
5241
5058
|
WebhookPullRequestLockedPropPullRequestPropMergedByType as WebhookPullRequestLockedPropPullRequestPropMergedByType,
|
|
5242
5059
|
)
|
|
5243
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5244
|
-
WebhookPullRequestMilestonedPropPullRequestPropBaseType as WebhookPullRequestMilestonedPropPullRequestPropBaseType,
|
|
5245
|
-
)
|
|
5246
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5247
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadType as WebhookPullRequestMilestonedPropPullRequestPropHeadType,
|
|
5248
|
-
)
|
|
5249
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5250
|
-
WebhookPullRequestMilestonedPropPullRequestPropUserType as WebhookPullRequestMilestonedPropPullRequestPropUserType,
|
|
5251
|
-
)
|
|
5252
5060
|
from githubkit.versions.v2022_11_28.types import (
|
|
5253
5061
|
WebhookPullRequestReviewDismissedPropReviewPropUserType as WebhookPullRequestReviewDismissedPropReviewPropUserType,
|
|
5254
5062
|
)
|
|
5255
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5256
|
-
WebhookPullRequestReviewSubmittedPropReviewPropUserType as WebhookPullRequestReviewSubmittedPropReviewPropUserType,
|
|
5257
|
-
)
|
|
5258
5063
|
from githubkit.versions.v2022_11_28.types import (
|
|
5259
5064
|
WebhookPullRequestUnassignedPropPullRequestPropBaseType as WebhookPullRequestUnassignedPropPullRequestPropBaseType,
|
|
5260
5065
|
)
|
|
@@ -5270,9 +5075,6 @@ if TYPE_CHECKING:
|
|
|
5270
5075
|
from githubkit.versions.v2022_11_28.types import (
|
|
5271
5076
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
|
|
5272
5077
|
)
|
|
5273
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5274
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
|
|
5275
|
-
)
|
|
5276
5078
|
from githubkit.versions.v2022_11_28.types import (
|
|
5277
5079
|
WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
|
|
5278
5080
|
)
|
|
@@ -5282,9 +5084,6 @@ if TYPE_CHECKING:
|
|
|
5282
5084
|
from githubkit.versions.v2022_11_28.types import (
|
|
5283
5085
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertType as WebhookRepositoryVulnerabilityAlertResolvePropAlertType,
|
|
5284
5086
|
)
|
|
5285
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5286
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsorType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorType,
|
|
5287
|
-
)
|
|
5288
5087
|
from githubkit.versions.v2022_11_28.types import (
|
|
5289
5088
|
WebhookSponsorshipEditedPropChangesPropPrivacyLevelType as WebhookSponsorshipEditedPropChangesPropPrivacyLevelType,
|
|
5290
5089
|
)
|
|
@@ -5303,6 +5102,12 @@ if TYPE_CHECKING:
|
|
|
5303
5102
|
from githubkit.versions.v2022_11_28.types import (
|
|
5304
5103
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
|
|
5305
5104
|
)
|
|
5105
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5106
|
+
WebhooksPullRequest5PropBasePropRepoPropPermissionsType as WebhooksPullRequest5PropBasePropRepoPropPermissionsType,
|
|
5107
|
+
)
|
|
5108
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5109
|
+
WebhooksPullRequest5PropHeadPropRepoPropPermissionsType as WebhooksPullRequest5PropHeadPropRepoPropPermissionsType,
|
|
5110
|
+
)
|
|
5306
5111
|
from githubkit.versions.v2022_11_28.types import (
|
|
5307
5112
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
5308
5113
|
)
|
|
@@ -5345,15 +5150,9 @@ if TYPE_CHECKING:
|
|
|
5345
5150
|
from githubkit.versions.v2022_11_28.types import (
|
|
5346
5151
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
|
|
5347
5152
|
)
|
|
5348
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5349
|
-
WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType,
|
|
5350
|
-
)
|
|
5351
5153
|
from githubkit.versions.v2022_11_28.types import (
|
|
5352
5154
|
WebhookIssuesTransferredPropChangesPropNewRepositoryType as WebhookIssuesTransferredPropChangesPropNewRepositoryType,
|
|
5353
5155
|
)
|
|
5354
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5355
|
-
WebhookOrganizationMemberAddedPropMembershipPropUserType as WebhookOrganizationMemberAddedPropMembershipPropUserType,
|
|
5356
|
-
)
|
|
5357
5156
|
from githubkit.versions.v2022_11_28.types import (
|
|
5358
5157
|
WebhookPackagePublishedPropPackagePropPackageVersionType as WebhookPackagePublishedPropPackagePropPackageVersionType,
|
|
5359
5158
|
)
|
|
@@ -5372,18 +5171,12 @@ if TYPE_CHECKING:
|
|
|
5372
5171
|
from githubkit.versions.v2022_11_28.types import (
|
|
5373
5172
|
WebhookPullRequestLockedPropPullRequestPropMilestoneType as WebhookPullRequestLockedPropPullRequestPropMilestoneType,
|
|
5374
5173
|
)
|
|
5375
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5376
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksType as WebhookPullRequestMilestonedPropPullRequestPropLinksType,
|
|
5377
|
-
)
|
|
5378
5174
|
from githubkit.versions.v2022_11_28.types import (
|
|
5379
5175
|
WebhookPullRequestReviewCommentEditedPropPullRequestType as WebhookPullRequestReviewCommentEditedPropPullRequestType,
|
|
5380
5176
|
)
|
|
5381
5177
|
from githubkit.versions.v2022_11_28.types import (
|
|
5382
5178
|
WebhookPullRequestReviewDismissedPropReviewPropLinksType as WebhookPullRequestReviewDismissedPropReviewPropLinksType,
|
|
5383
5179
|
)
|
|
5384
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5385
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksType as WebhookPullRequestReviewSubmittedPropReviewPropLinksType,
|
|
5386
|
-
)
|
|
5387
5180
|
from githubkit.versions.v2022_11_28.types import (
|
|
5388
5181
|
WebhookPullRequestSynchronizePropPullRequestPropBaseType as WebhookPullRequestSynchronizePropPullRequestPropBaseType,
|
|
5389
5182
|
)
|
|
@@ -5399,18 +5192,9 @@ if TYPE_CHECKING:
|
|
|
5399
5192
|
from githubkit.versions.v2022_11_28.types import (
|
|
5400
5193
|
WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
|
|
5401
5194
|
)
|
|
5402
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5403
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType,
|
|
5404
|
-
)
|
|
5405
5195
|
from githubkit.versions.v2022_11_28.types import (
|
|
5406
5196
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType,
|
|
5407
5197
|
)
|
|
5408
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5409
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipType as WebhookSponsorshipPendingCancellationPropSponsorshipType,
|
|
5410
|
-
)
|
|
5411
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5412
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropTierType as WebhookSponsorshipTierChangedPropSponsorshipPropTierType,
|
|
5413
|
-
)
|
|
5414
5198
|
from githubkit.versions.v2022_11_28.types import (
|
|
5415
5199
|
WebhookStatusPropCommitPropCommitPropCommitterAllof0Type as WebhookStatusPropCommitPropCommitPropCommitterAllof0Type,
|
|
5416
5200
|
)
|
|
@@ -5471,9 +5255,6 @@ if TYPE_CHECKING:
|
|
|
5471
5255
|
from githubkit.versions.v2022_11_28.types import (
|
|
5472
5256
|
WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
|
|
5473
5257
|
)
|
|
5474
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5475
|
-
WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
|
|
5476
|
-
)
|
|
5477
5258
|
from githubkit.versions.v2022_11_28.types import (
|
|
5478
5259
|
WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType as WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType,
|
|
5479
5260
|
)
|
|
@@ -5513,27 +5294,12 @@ if TYPE_CHECKING:
|
|
|
5513
5294
|
from githubkit.versions.v2022_11_28.types import (
|
|
5514
5295
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
|
|
5515
5296
|
)
|
|
5516
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5517
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType,
|
|
5518
|
-
)
|
|
5519
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5520
|
-
WebhookProjectCardConvertedPropProjectCardPropCreatorType as WebhookProjectCardConvertedPropProjectCardPropCreatorType,
|
|
5521
|
-
)
|
|
5522
5297
|
from githubkit.versions.v2022_11_28.types import (
|
|
5523
5298
|
WebhookPullRequestAssignedPropPullRequestPropAssigneeType as WebhookPullRequestAssignedPropPullRequestPropAssigneeType,
|
|
5524
5299
|
)
|
|
5525
5300
|
from githubkit.versions.v2022_11_28.types import (
|
|
5526
5301
|
WebhookPullRequestAssignedPropPullRequestPropMergedByType as WebhookPullRequestAssignedPropPullRequestPropMergedByType,
|
|
5527
5302
|
)
|
|
5528
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5529
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBaseType as WebhookPullRequestDemilestonedPropPullRequestPropBaseType,
|
|
5530
|
-
)
|
|
5531
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5532
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadType as WebhookPullRequestDemilestonedPropPullRequestPropHeadType,
|
|
5533
|
-
)
|
|
5534
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5535
|
-
WebhookPullRequestDemilestonedPropPullRequestPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropUserType,
|
|
5536
|
-
)
|
|
5537
5303
|
from githubkit.versions.v2022_11_28.types import (
|
|
5538
5304
|
WebhookPullRequestDequeuedPropPullRequestPropAssigneeType as WebhookPullRequestDequeuedPropPullRequestPropAssigneeType,
|
|
5539
5305
|
)
|
|
@@ -5580,19 +5346,25 @@ if TYPE_CHECKING:
|
|
|
5580
5346
|
WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
|
|
5581
5347
|
)
|
|
5582
5348
|
from githubkit.versions.v2022_11_28.types import (
|
|
5583
|
-
|
|
5349
|
+
WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
|
|
5584
5350
|
)
|
|
5585
5351
|
from githubkit.versions.v2022_11_28.types import (
|
|
5586
|
-
|
|
5352
|
+
WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
|
|
5587
5353
|
)
|
|
5588
5354
|
from githubkit.versions.v2022_11_28.types import (
|
|
5589
|
-
|
|
5355
|
+
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
|
|
5590
5356
|
)
|
|
5591
5357
|
from githubkit.versions.v2022_11_28.types import (
|
|
5592
|
-
|
|
5358
|
+
WebhooksIssuePropPerformedViaGithubAppPropPermissionsType as WebhooksIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
5593
5359
|
)
|
|
5594
5360
|
from githubkit.versions.v2022_11_28.types import (
|
|
5595
|
-
|
|
5361
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type,
|
|
5362
|
+
)
|
|
5363
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5364
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type,
|
|
5365
|
+
)
|
|
5366
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5367
|
+
WebhooksPullRequest5PropRequestedTeamsItemsPropParentType as WebhooksPullRequest5PropRequestedTeamsItemsPropParentType,
|
|
5596
5368
|
)
|
|
5597
5369
|
from githubkit.versions.v2022_11_28.types import (
|
|
5598
5370
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
|
|
@@ -5627,9 +5399,6 @@ if TYPE_CHECKING:
|
|
|
5627
5399
|
from githubkit.versions.v2022_11_28.types import (
|
|
5628
5400
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType as WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType,
|
|
5629
5401
|
)
|
|
5630
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5631
|
-
WebhookDiscussionCommentEditedPropCommentPropReactionsType as WebhookDiscussionCommentEditedPropCommentPropReactionsType,
|
|
5632
|
-
)
|
|
5633
5402
|
from githubkit.versions.v2022_11_28.types import (
|
|
5634
5403
|
WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType as WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType,
|
|
5635
5404
|
)
|
|
@@ -5654,9 +5423,6 @@ if TYPE_CHECKING:
|
|
|
5654
5423
|
from githubkit.versions.v2022_11_28.types import (
|
|
5655
5424
|
WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType as WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType,
|
|
5656
5425
|
)
|
|
5657
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5658
|
-
WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType as WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType,
|
|
5659
|
-
)
|
|
5660
5426
|
from githubkit.versions.v2022_11_28.types import (
|
|
5661
5427
|
WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType,
|
|
5662
5428
|
)
|
|
@@ -5672,27 +5438,12 @@ if TYPE_CHECKING:
|
|
|
5672
5438
|
from githubkit.versions.v2022_11_28.types import (
|
|
5673
5439
|
WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
|
|
5674
5440
|
)
|
|
5675
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5676
|
-
WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType,
|
|
5677
|
-
)
|
|
5678
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5679
|
-
WebhookOrganizationMemberRemovedPropMembershipPropUserType as WebhookOrganizationMemberRemovedPropMembershipPropUserType,
|
|
5680
|
-
)
|
|
5681
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5682
|
-
WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType as WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType,
|
|
5683
|
-
)
|
|
5684
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5685
|
-
WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType as WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType,
|
|
5686
|
-
)
|
|
5687
5441
|
from githubkit.versions.v2022_11_28.types import (
|
|
5688
5442
|
WebhookPullRequestAssignedPropPullRequestPropAutoMergeType as WebhookPullRequestAssignedPropPullRequestPropAutoMergeType,
|
|
5689
5443
|
)
|
|
5690
5444
|
from githubkit.versions.v2022_11_28.types import (
|
|
5691
5445
|
WebhookPullRequestAssignedPropPullRequestPropMilestoneType as WebhookPullRequestAssignedPropPullRequestPropMilestoneType,
|
|
5692
5446
|
)
|
|
5693
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5694
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksType as WebhookPullRequestDemilestonedPropPullRequestPropLinksType,
|
|
5695
|
-
)
|
|
5696
5447
|
from githubkit.versions.v2022_11_28.types import (
|
|
5697
5448
|
WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType as WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType,
|
|
5698
5449
|
)
|
|
@@ -5730,22 +5481,19 @@ if TYPE_CHECKING:
|
|
|
5730
5481
|
WebhookPullRequestUnlockedPropPullRequestPropMilestoneType as WebhookPullRequestUnlockedPropPullRequestPropMilestoneType,
|
|
5731
5482
|
)
|
|
5732
5483
|
from githubkit.versions.v2022_11_28.types import (
|
|
5733
|
-
|
|
5734
|
-
)
|
|
5735
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5736
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorableType as WebhookSponsorshipEditedPropSponsorshipPropSponsorableType,
|
|
5484
|
+
WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
|
|
5737
5485
|
)
|
|
5738
5486
|
from githubkit.versions.v2022_11_28.types import (
|
|
5739
|
-
|
|
5487
|
+
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
|
|
5740
5488
|
)
|
|
5741
5489
|
from githubkit.versions.v2022_11_28.types import (
|
|
5742
|
-
|
|
5490
|
+
WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType as WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType,
|
|
5743
5491
|
)
|
|
5744
5492
|
from githubkit.versions.v2022_11_28.types import (
|
|
5745
|
-
|
|
5493
|
+
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
|
|
5746
5494
|
)
|
|
5747
5495
|
from githubkit.versions.v2022_11_28.types import (
|
|
5748
|
-
|
|
5496
|
+
CodeScanningVariantAnalysisPropScannedRepositoriesItemsType as CodeScanningVariantAnalysisPropScannedRepositoriesItemsType,
|
|
5749
5497
|
)
|
|
5750
5498
|
from githubkit.versions.v2022_11_28.types import (
|
|
5751
5499
|
EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type as EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type,
|
|
@@ -5792,12 +5540,6 @@ if TYPE_CHECKING:
|
|
|
5792
5540
|
from githubkit.versions.v2022_11_28.types import (
|
|
5793
5541
|
WebhookDiscussionCategoryChangedPropChangesPropCategoryType as WebhookDiscussionCategoryChangedPropChangesPropCategoryType,
|
|
5794
5542
|
)
|
|
5795
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5796
|
-
WebhookDiscussionCommentCreatedPropCommentPropReactionsType as WebhookDiscussionCommentCreatedPropCommentPropReactionsType,
|
|
5797
|
-
)
|
|
5798
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5799
|
-
WebhookDiscussionCommentDeletedPropCommentPropReactionsType as WebhookDiscussionCommentDeletedPropCommentPropReactionsType,
|
|
5800
|
-
)
|
|
5801
5543
|
from githubkit.versions.v2022_11_28.types import (
|
|
5802
5544
|
WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType,
|
|
5803
5545
|
)
|
|
@@ -5807,9 +5549,6 @@ if TYPE_CHECKING:
|
|
|
5807
5549
|
from githubkit.versions.v2022_11_28.types import (
|
|
5808
5550
|
WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType,
|
|
5809
5551
|
)
|
|
5810
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5811
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType,
|
|
5812
|
-
)
|
|
5813
5552
|
from githubkit.versions.v2022_11_28.types import (
|
|
5814
5553
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
|
|
5815
5554
|
)
|
|
@@ -5825,15 +5564,9 @@ if TYPE_CHECKING:
|
|
|
5825
5564
|
from githubkit.versions.v2022_11_28.types import (
|
|
5826
5565
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
|
|
5827
5566
|
)
|
|
5828
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5829
|
-
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
|
|
5830
|
-
)
|
|
5831
5567
|
from githubkit.versions.v2022_11_28.types import (
|
|
5832
5568
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
|
|
5833
5569
|
)
|
|
5834
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5835
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
|
|
5836
|
-
)
|
|
5837
5570
|
from githubkit.versions.v2022_11_28.types import (
|
|
5838
5571
|
WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType,
|
|
5839
5572
|
)
|
|
@@ -5855,12 +5588,6 @@ if TYPE_CHECKING:
|
|
|
5855
5588
|
from githubkit.versions.v2022_11_28.types import (
|
|
5856
5589
|
WebhookPullRequestLockedPropPullRequestPropHeadPropUserType as WebhookPullRequestLockedPropPullRequestPropHeadPropUserType,
|
|
5857
5590
|
)
|
|
5858
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5859
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssigneeType as WebhookPullRequestMilestonedPropPullRequestPropAssigneeType,
|
|
5860
|
-
)
|
|
5861
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5862
|
-
WebhookPullRequestMilestonedPropPullRequestPropMergedByType as WebhookPullRequestMilestonedPropPullRequestPropMergedByType,
|
|
5863
|
-
)
|
|
5864
5591
|
from githubkit.versions.v2022_11_28.types import (
|
|
5865
5592
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestType,
|
|
5866
5593
|
)
|
|
@@ -5879,12 +5606,6 @@ if TYPE_CHECKING:
|
|
|
5879
5606
|
from githubkit.versions.v2022_11_28.types import (
|
|
5880
5607
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
|
|
5881
5608
|
)
|
|
5882
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5883
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType,
|
|
5884
|
-
)
|
|
5885
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5886
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType,
|
|
5887
|
-
)
|
|
5888
5609
|
from githubkit.versions.v2022_11_28.types import (
|
|
5889
5610
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType,
|
|
5890
5611
|
)
|
|
@@ -5951,15 +5672,6 @@ if TYPE_CHECKING:
|
|
|
5951
5672
|
from githubkit.versions.v2022_11_28.types import (
|
|
5952
5673
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
|
|
5953
5674
|
)
|
|
5954
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5955
|
-
WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType,
|
|
5956
|
-
)
|
|
5957
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5958
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType,
|
|
5959
|
-
)
|
|
5960
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5961
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType,
|
|
5962
|
-
)
|
|
5963
5675
|
from githubkit.versions.v2022_11_28.types import (
|
|
5964
5676
|
WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType as WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType,
|
|
5965
5677
|
)
|
|
@@ -5993,18 +5705,6 @@ if TYPE_CHECKING:
|
|
|
5993
5705
|
from githubkit.versions.v2022_11_28.types import (
|
|
5994
5706
|
WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType,
|
|
5995
5707
|
)
|
|
5996
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5997
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType,
|
|
5998
|
-
)
|
|
5999
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6000
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestoneType as WebhookPullRequestMilestonedPropPullRequestPropMilestoneType,
|
|
6001
|
-
)
|
|
6002
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6003
|
-
WebhookPullRequestReviewCommentEditedPropChangesPropBodyType as WebhookPullRequestReviewCommentEditedPropChangesPropBodyType,
|
|
6004
|
-
)
|
|
6005
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6006
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropUserType as WebhookPullRequestReviewCommentEditedPropCommentPropUserType,
|
|
6007
|
-
)
|
|
6008
5708
|
from githubkit.versions.v2022_11_28.types import (
|
|
6009
5709
|
WebhookPullRequestReviewDismissedPropPullRequestPropBaseType as WebhookPullRequestReviewDismissedPropPullRequestPropBaseType,
|
|
6010
5710
|
)
|
|
@@ -6047,12 +5747,6 @@ if TYPE_CHECKING:
|
|
|
6047
5747
|
from githubkit.versions.v2022_11_28.types import (
|
|
6048
5748
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
|
|
6049
5749
|
)
|
|
6050
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6051
|
-
WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
|
|
6052
|
-
)
|
|
6053
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6054
|
-
WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
|
|
6055
|
-
)
|
|
6056
5750
|
from githubkit.versions.v2022_11_28.types import (
|
|
6057
5751
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
|
|
6058
5752
|
)
|
|
@@ -6104,12 +5798,6 @@ if TYPE_CHECKING:
|
|
|
6104
5798
|
from githubkit.versions.v2022_11_28.types import (
|
|
6105
5799
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
|
|
6106
5800
|
)
|
|
6107
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6108
|
-
WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType,
|
|
6109
|
-
)
|
|
6110
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6111
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType,
|
|
6112
|
-
)
|
|
6113
5801
|
from githubkit.versions.v2022_11_28.types import (
|
|
6114
5802
|
WebhookOrganizationMemberInvitedPropInvitationPropInviterType as WebhookOrganizationMemberInvitedPropInvitationPropInviterType,
|
|
6115
5803
|
)
|
|
@@ -6134,12 +5822,6 @@ if TYPE_CHECKING:
|
|
|
6134
5822
|
from githubkit.versions.v2022_11_28.types import (
|
|
6135
5823
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType,
|
|
6136
5824
|
)
|
|
6137
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6138
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType,
|
|
6139
|
-
)
|
|
6140
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6141
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMergedByType as WebhookPullRequestDemilestonedPropPullRequestPropMergedByType,
|
|
6142
|
-
)
|
|
6143
5825
|
from githubkit.versions.v2022_11_28.types import (
|
|
6144
5826
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType,
|
|
6145
5827
|
)
|
|
@@ -6179,21 +5861,12 @@ if TYPE_CHECKING:
|
|
|
6179
5861
|
from githubkit.versions.v2022_11_28.types import (
|
|
6180
5862
|
WebhookPullRequestReviewCommentCreatedPropCommentPropUserType as WebhookPullRequestReviewCommentCreatedPropCommentPropUserType,
|
|
6181
5863
|
)
|
|
6182
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6183
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropUserType as WebhookPullRequestReviewCommentDeletedPropCommentPropUserType,
|
|
6184
|
-
)
|
|
6185
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6186
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksType,
|
|
6187
|
-
)
|
|
6188
5864
|
from githubkit.versions.v2022_11_28.types import (
|
|
6189
5865
|
WebhookPullRequestReviewDismissedPropPullRequestPropLinksType as WebhookPullRequestReviewDismissedPropPullRequestPropLinksType,
|
|
6190
5866
|
)
|
|
6191
5867
|
from githubkit.versions.v2022_11_28.types import (
|
|
6192
5868
|
WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType,
|
|
6193
5869
|
)
|
|
6194
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6195
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType,
|
|
6196
|
-
)
|
|
6197
5870
|
from githubkit.versions.v2022_11_28.types import (
|
|
6198
5871
|
WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType as WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType,
|
|
6199
5872
|
)
|
|
@@ -6224,9 +5897,6 @@ if TYPE_CHECKING:
|
|
|
6224
5897
|
from githubkit.versions.v2022_11_28.types import (
|
|
6225
5898
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
|
|
6226
5899
|
)
|
|
6227
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6228
|
-
WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
|
|
6229
|
-
)
|
|
6230
5900
|
from githubkit.versions.v2022_11_28.types import (
|
|
6231
5901
|
WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType as WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType,
|
|
6232
5902
|
)
|
|
@@ -6284,15 +5954,6 @@ if TYPE_CHECKING:
|
|
|
6284
5954
|
from githubkit.versions.v2022_11_28.types import (
|
|
6285
5955
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
|
|
6286
5956
|
)
|
|
6287
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6288
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType,
|
|
6289
|
-
)
|
|
6290
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6291
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType,
|
|
6292
|
-
)
|
|
6293
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6294
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType,
|
|
6295
|
-
)
|
|
6296
5957
|
from githubkit.versions.v2022_11_28.types import (
|
|
6297
5958
|
WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType,
|
|
6298
5959
|
)
|
|
@@ -6314,12 +5975,6 @@ if TYPE_CHECKING:
|
|
|
6314
5975
|
from githubkit.versions.v2022_11_28.types import (
|
|
6315
5976
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType,
|
|
6316
5977
|
)
|
|
6317
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6318
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType,
|
|
6319
|
-
)
|
|
6320
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6321
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType as WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType,
|
|
6322
|
-
)
|
|
6323
5978
|
from githubkit.versions.v2022_11_28.types import (
|
|
6324
5979
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType,
|
|
6325
5980
|
)
|
|
@@ -6338,15 +5993,9 @@ if TYPE_CHECKING:
|
|
|
6338
5993
|
from githubkit.versions.v2022_11_28.types import (
|
|
6339
5994
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType,
|
|
6340
5995
|
)
|
|
6341
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6342
|
-
WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType,
|
|
6343
|
-
)
|
|
6344
5996
|
from githubkit.versions.v2022_11_28.types import (
|
|
6345
5997
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType,
|
|
6346
5998
|
)
|
|
6347
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6348
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType,
|
|
6349
|
-
)
|
|
6350
5999
|
from githubkit.versions.v2022_11_28.types import (
|
|
6351
6000
|
WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType,
|
|
6352
6001
|
)
|
|
@@ -6374,18 +6023,6 @@ if TYPE_CHECKING:
|
|
|
6374
6023
|
from githubkit.versions.v2022_11_28.types import (
|
|
6375
6024
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType,
|
|
6376
6025
|
)
|
|
6377
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6378
|
-
WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType,
|
|
6379
|
-
)
|
|
6380
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6381
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType,
|
|
6382
|
-
)
|
|
6383
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6384
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType as WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType,
|
|
6385
|
-
)
|
|
6386
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6387
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType,
|
|
6388
|
-
)
|
|
6389
6026
|
from githubkit.versions.v2022_11_28.types import (
|
|
6390
6027
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
|
|
6391
6028
|
)
|
|
@@ -6452,18 +6089,6 @@ if TYPE_CHECKING:
|
|
|
6452
6089
|
from githubkit.versions.v2022_11_28.types import (
|
|
6453
6090
|
WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType,
|
|
6454
6091
|
)
|
|
6455
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6456
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType,
|
|
6457
|
-
)
|
|
6458
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6459
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType,
|
|
6460
|
-
)
|
|
6461
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6462
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType,
|
|
6463
|
-
)
|
|
6464
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6465
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType,
|
|
6466
|
-
)
|
|
6467
6092
|
from githubkit.versions.v2022_11_28.types import (
|
|
6468
6093
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType,
|
|
6469
6094
|
)
|
|
@@ -6501,13 +6126,7 @@ if TYPE_CHECKING:
|
|
|
6501
6126
|
WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType as WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType,
|
|
6502
6127
|
)
|
|
6503
6128
|
from githubkit.versions.v2022_11_28.types import (
|
|
6504
|
-
|
|
6505
|
-
)
|
|
6506
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6507
|
-
WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType,
|
|
6508
|
-
)
|
|
6509
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6510
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType,
|
|
6129
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
6511
6130
|
)
|
|
6512
6131
|
from githubkit.versions.v2022_11_28.types import (
|
|
6513
6132
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -6554,9 +6173,6 @@ if TYPE_CHECKING:
|
|
|
6554
6173
|
from githubkit.versions.v2022_11_28.types import (
|
|
6555
6174
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
|
|
6556
6175
|
)
|
|
6557
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6558
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType,
|
|
6559
|
-
)
|
|
6560
6176
|
from githubkit.versions.v2022_11_28.types import (
|
|
6561
6177
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType,
|
|
6562
6178
|
)
|
|
@@ -6566,12 +6182,6 @@ if TYPE_CHECKING:
|
|
|
6566
6182
|
from githubkit.versions.v2022_11_28.types import (
|
|
6567
6183
|
WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType,
|
|
6568
6184
|
)
|
|
6569
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6570
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType,
|
|
6571
|
-
)
|
|
6572
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6573
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType,
|
|
6574
|
-
)
|
|
6575
6185
|
from githubkit.versions.v2022_11_28.types import (
|
|
6576
6186
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType,
|
|
6577
6187
|
)
|
|
@@ -6596,9 +6206,6 @@ if TYPE_CHECKING:
|
|
|
6596
6206
|
from githubkit.versions.v2022_11_28.types import (
|
|
6597
6207
|
WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType as WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType,
|
|
6598
6208
|
)
|
|
6599
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6600
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType,
|
|
6601
|
-
)
|
|
6602
6209
|
from githubkit.versions.v2022_11_28.types import (
|
|
6603
6210
|
WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType,
|
|
6604
6211
|
)
|
|
@@ -6626,18 +6233,9 @@ if TYPE_CHECKING:
|
|
|
6626
6233
|
from githubkit.versions.v2022_11_28.types import (
|
|
6627
6234
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType,
|
|
6628
6235
|
)
|
|
6629
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6630
|
-
WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType,
|
|
6631
|
-
)
|
|
6632
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6633
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType,
|
|
6634
|
-
)
|
|
6635
6236
|
from githubkit.versions.v2022_11_28.types import (
|
|
6636
6237
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType,
|
|
6637
6238
|
)
|
|
6638
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6639
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
|
|
6640
|
-
)
|
|
6641
6239
|
from githubkit.versions.v2022_11_28.types import (
|
|
6642
6240
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
|
|
6643
6241
|
)
|
|
@@ -6662,6 +6260,15 @@ if TYPE_CHECKING:
|
|
|
6662
6260
|
from githubkit.versions.v2022_11_28.types import (
|
|
6663
6261
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
|
|
6664
6262
|
)
|
|
6263
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6264
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
6265
|
+
)
|
|
6266
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6267
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
6268
|
+
)
|
|
6269
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6270
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
|
|
6271
|
+
)
|
|
6665
6272
|
from githubkit.versions.v2022_11_28.types import (
|
|
6666
6273
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
|
|
6667
6274
|
)
|
|
@@ -6692,12 +6299,6 @@ if TYPE_CHECKING:
|
|
|
6692
6299
|
from githubkit.versions.v2022_11_28.types import (
|
|
6693
6300
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType,
|
|
6694
6301
|
)
|
|
6695
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6696
|
-
WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType,
|
|
6697
|
-
)
|
|
6698
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6699
|
-
WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType,
|
|
6700
|
-
)
|
|
6701
6302
|
from githubkit.versions.v2022_11_28.types import (
|
|
6702
6303
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType,
|
|
6703
6304
|
)
|
|
@@ -6731,18 +6332,6 @@ if TYPE_CHECKING:
|
|
|
6731
6332
|
from githubkit.versions.v2022_11_28.types import (
|
|
6732
6333
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType,
|
|
6733
6334
|
)
|
|
6734
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6735
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType,
|
|
6736
|
-
)
|
|
6737
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6738
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType,
|
|
6739
|
-
)
|
|
6740
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6741
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType,
|
|
6742
|
-
)
|
|
6743
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6744
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType,
|
|
6745
|
-
)
|
|
6746
6335
|
from githubkit.versions.v2022_11_28.types import (
|
|
6747
6336
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType,
|
|
6748
6337
|
)
|
|
@@ -6755,12 +6344,6 @@ if TYPE_CHECKING:
|
|
|
6755
6344
|
from githubkit.versions.v2022_11_28.types import (
|
|
6756
6345
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType,
|
|
6757
6346
|
)
|
|
6758
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6759
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType,
|
|
6760
|
-
)
|
|
6761
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6762
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType,
|
|
6763
|
-
)
|
|
6764
6347
|
from githubkit.versions.v2022_11_28.types import (
|
|
6765
6348
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType,
|
|
6766
6349
|
)
|
|
@@ -6779,9 +6362,6 @@ if TYPE_CHECKING:
|
|
|
6779
6362
|
from githubkit.versions.v2022_11_28.types import (
|
|
6780
6363
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType,
|
|
6781
6364
|
)
|
|
6782
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6783
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType as WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType,
|
|
6784
|
-
)
|
|
6785
6365
|
from githubkit.versions.v2022_11_28.types import (
|
|
6786
6366
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType,
|
|
6787
6367
|
)
|
|
@@ -6836,12 +6416,6 @@ if TYPE_CHECKING:
|
|
|
6836
6416
|
from githubkit.versions.v2022_11_28.types import (
|
|
6837
6417
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
|
|
6838
6418
|
)
|
|
6839
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6840
|
-
WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
6841
|
-
)
|
|
6842
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6843
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType,
|
|
6844
|
-
)
|
|
6845
6419
|
from githubkit.versions.v2022_11_28.types import (
|
|
6846
6420
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
|
|
6847
6421
|
)
|
|
@@ -6875,12 +6449,6 @@ if TYPE_CHECKING:
|
|
|
6875
6449
|
from githubkit.versions.v2022_11_28.types import (
|
|
6876
6450
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
|
|
6877
6451
|
)
|
|
6878
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6879
|
-
WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType,
|
|
6880
|
-
)
|
|
6881
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6882
|
-
WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType,
|
|
6883
|
-
)
|
|
6884
6452
|
from githubkit.versions.v2022_11_28.types import (
|
|
6885
6453
|
WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType,
|
|
6886
6454
|
)
|
|
@@ -6899,18 +6467,12 @@ if TYPE_CHECKING:
|
|
|
6899
6467
|
from githubkit.versions.v2022_11_28.types import (
|
|
6900
6468
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
6901
6469
|
)
|
|
6902
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6903
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
6904
|
-
)
|
|
6905
6470
|
from githubkit.versions.v2022_11_28.types import (
|
|
6906
6471
|
WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType,
|
|
6907
6472
|
)
|
|
6908
6473
|
from githubkit.versions.v2022_11_28.types import (
|
|
6909
6474
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
|
|
6910
6475
|
)
|
|
6911
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6912
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
|
|
6913
|
-
)
|
|
6914
6476
|
from githubkit.versions.v2022_11_28.types import (
|
|
6915
6477
|
WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType,
|
|
6916
6478
|
)
|
|
@@ -6932,12 +6494,6 @@ if TYPE_CHECKING:
|
|
|
6932
6494
|
from githubkit.versions.v2022_11_28.types import (
|
|
6933
6495
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType,
|
|
6934
6496
|
)
|
|
6935
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6936
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType,
|
|
6937
|
-
)
|
|
6938
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6939
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType,
|
|
6940
|
-
)
|
|
6941
6497
|
from githubkit.versions.v2022_11_28.types import (
|
|
6942
6498
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType,
|
|
6943
6499
|
)
|
|
@@ -6959,9 +6515,6 @@ if TYPE_CHECKING:
|
|
|
6959
6515
|
from githubkit.versions.v2022_11_28.types import (
|
|
6960
6516
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType,
|
|
6961
6517
|
)
|
|
6962
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6963
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType as WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType,
|
|
6964
|
-
)
|
|
6965
6518
|
from githubkit.versions.v2022_11_28.types import (
|
|
6966
6519
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType,
|
|
6967
6520
|
)
|
|
@@ -7010,9 +6563,6 @@ if TYPE_CHECKING:
|
|
|
7010
6563
|
from githubkit.versions.v2022_11_28.types import (
|
|
7011
6564
|
WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType,
|
|
7012
6565
|
)
|
|
7013
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7014
|
-
WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType,
|
|
7015
|
-
)
|
|
7016
6566
|
from githubkit.versions.v2022_11_28.types import (
|
|
7017
6567
|
WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType,
|
|
7018
6568
|
)
|
|
@@ -7073,21 +6623,12 @@ if TYPE_CHECKING:
|
|
|
7073
6623
|
from githubkit.versions.v2022_11_28.types import (
|
|
7074
6624
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType,
|
|
7075
6625
|
)
|
|
7076
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7077
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType,
|
|
7078
|
-
)
|
|
7079
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7080
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType,
|
|
7081
|
-
)
|
|
7082
6626
|
from githubkit.versions.v2022_11_28.types import (
|
|
7083
6627
|
WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType,
|
|
7084
6628
|
)
|
|
7085
6629
|
from githubkit.versions.v2022_11_28.types import (
|
|
7086
6630
|
WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType,
|
|
7087
6631
|
)
|
|
7088
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7089
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType,
|
|
7090
|
-
)
|
|
7091
6632
|
from githubkit.versions.v2022_11_28.types import (
|
|
7092
6633
|
WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType,
|
|
7093
6634
|
)
|
|
@@ -7127,21 +6668,6 @@ if TYPE_CHECKING:
|
|
|
7127
6668
|
from githubkit.versions.v2022_11_28.types import (
|
|
7128
6669
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
|
|
7129
6670
|
)
|
|
7130
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7131
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
7132
|
-
)
|
|
7133
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7134
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType,
|
|
7135
|
-
)
|
|
7136
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7137
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType,
|
|
7138
|
-
)
|
|
7139
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7140
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
|
|
7141
|
-
)
|
|
7142
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7143
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
|
|
7144
|
-
)
|
|
7145
6671
|
from githubkit.versions.v2022_11_28.types import (
|
|
7146
6672
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
|
|
7147
6673
|
)
|
|
@@ -7154,6 +6680,9 @@ if TYPE_CHECKING:
|
|
|
7154
6680
|
from githubkit.versions.v2022_11_28.types import (
|
|
7155
6681
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
|
|
7156
6682
|
)
|
|
6683
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6684
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType,
|
|
6685
|
+
)
|
|
7157
6686
|
from githubkit.versions.v2022_11_28.types import (
|
|
7158
6687
|
OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType as OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType,
|
|
7159
6688
|
)
|
|
@@ -7190,27 +6719,15 @@ if TYPE_CHECKING:
|
|
|
7190
6719
|
from githubkit.versions.v2022_11_28.types import (
|
|
7191
6720
|
WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType,
|
|
7192
6721
|
)
|
|
7193
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7194
|
-
WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType,
|
|
7195
|
-
)
|
|
7196
6722
|
from githubkit.versions.v2022_11_28.types import (
|
|
7197
6723
|
WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType,
|
|
7198
6724
|
)
|
|
7199
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7200
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7201
|
-
)
|
|
7202
6725
|
from githubkit.versions.v2022_11_28.types import (
|
|
7203
6726
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7204
6727
|
)
|
|
7205
6728
|
from githubkit.versions.v2022_11_28.types import (
|
|
7206
6729
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7207
6730
|
)
|
|
7208
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7209
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7210
|
-
)
|
|
7211
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7212
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType,
|
|
7213
|
-
)
|
|
7214
6731
|
from githubkit.versions.v2022_11_28.types import (
|
|
7215
6732
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
|
|
7216
6733
|
)
|
|
@@ -7235,12 +6752,6 @@ if TYPE_CHECKING:
|
|
|
7235
6752
|
from githubkit.versions.v2022_11_28.types import (
|
|
7236
6753
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
7237
6754
|
)
|
|
7238
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7239
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType,
|
|
7240
|
-
)
|
|
7241
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7242
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType,
|
|
7243
|
-
)
|
|
7244
6755
|
from githubkit.versions.v2022_11_28.types import (
|
|
7245
6756
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType,
|
|
7246
6757
|
)
|
|
@@ -7256,9 +6767,6 @@ if TYPE_CHECKING:
|
|
|
7256
6767
|
from githubkit.versions.v2022_11_28.types import (
|
|
7257
6768
|
WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType,
|
|
7258
6769
|
)
|
|
7259
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7260
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType,
|
|
7261
|
-
)
|
|
7262
6770
|
from githubkit.versions.v2022_11_28.types import (
|
|
7263
6771
|
WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType,
|
|
7264
6772
|
)
|
|
@@ -7295,9 +6803,6 @@ if TYPE_CHECKING:
|
|
|
7295
6803
|
from githubkit.versions.v2022_11_28.types import (
|
|
7296
6804
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
|
|
7297
6805
|
)
|
|
7298
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7299
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
|
|
7300
|
-
)
|
|
7301
6806
|
from githubkit.versions.v2022_11_28.types import (
|
|
7302
6807
|
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
|
|
7303
6808
|
)
|
|
@@ -7337,9 +6842,6 @@ if TYPE_CHECKING:
|
|
|
7337
6842
|
from githubkit.versions.v2022_11_28.types import (
|
|
7338
6843
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
|
|
7339
6844
|
)
|
|
7340
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7341
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7342
|
-
)
|
|
7343
6845
|
from githubkit.versions.v2022_11_28.types import (
|
|
7344
6846
|
WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType,
|
|
7345
6847
|
)
|
|
@@ -7358,9 +6860,6 @@ if TYPE_CHECKING:
|
|
|
7358
6860
|
from githubkit.versions.v2022_11_28.types import (
|
|
7359
6861
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType,
|
|
7360
6862
|
)
|
|
7361
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7362
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType,
|
|
7363
|
-
)
|
|
7364
6863
|
from githubkit.versions.v2022_11_28.types import (
|
|
7365
6864
|
WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType,
|
|
7366
6865
|
)
|
|
@@ -7385,12 +6884,6 @@ if TYPE_CHECKING:
|
|
|
7385
6884
|
from githubkit.versions.v2022_11_28.types import (
|
|
7386
6885
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType,
|
|
7387
6886
|
)
|
|
7388
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7389
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType,
|
|
7390
|
-
)
|
|
7391
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7392
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType,
|
|
7393
|
-
)
|
|
7394
6887
|
from githubkit.versions.v2022_11_28.types import (
|
|
7395
6888
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType,
|
|
7396
6889
|
)
|
|
@@ -7433,15 +6926,9 @@ if TYPE_CHECKING:
|
|
|
7433
6926
|
from githubkit.versions.v2022_11_28.types import (
|
|
7434
6927
|
WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType,
|
|
7435
6928
|
)
|
|
7436
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7437
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType,
|
|
7438
|
-
)
|
|
7439
6929
|
from githubkit.versions.v2022_11_28.types import (
|
|
7440
6930
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType,
|
|
7441
6931
|
)
|
|
7442
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7443
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType,
|
|
7444
|
-
)
|
|
7445
6932
|
from githubkit.versions.v2022_11_28.types import (
|
|
7446
6933
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
|
|
7447
6934
|
)
|
|
@@ -7499,21 +6986,6 @@ if TYPE_CHECKING:
|
|
|
7499
6986
|
from githubkit.versions.v2022_11_28.types import (
|
|
7500
6987
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
|
|
7501
6988
|
)
|
|
7502
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7503
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7504
|
-
)
|
|
7505
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7506
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType,
|
|
7507
|
-
)
|
|
7508
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7509
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType,
|
|
7510
|
-
)
|
|
7511
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7512
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType,
|
|
7513
|
-
)
|
|
7514
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7515
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType,
|
|
7516
|
-
)
|
|
7517
6989
|
from githubkit.versions.v2022_11_28.types import (
|
|
7518
6990
|
WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type,
|
|
7519
6991
|
)
|
|
@@ -7541,12 +7013,6 @@ if TYPE_CHECKING:
|
|
|
7541
7013
|
from githubkit.versions.v2022_11_28.types import (
|
|
7542
7014
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType,
|
|
7543
7015
|
)
|
|
7544
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7545
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType,
|
|
7546
|
-
)
|
|
7547
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7548
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType,
|
|
7549
|
-
)
|
|
7550
7016
|
from githubkit.versions.v2022_11_28.types import (
|
|
7551
7017
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
7552
7018
|
)
|
|
@@ -7574,9 +7040,6 @@ if TYPE_CHECKING:
|
|
|
7574
7040
|
from githubkit.versions.v2022_11_28.types import (
|
|
7575
7041
|
WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType,
|
|
7576
7042
|
)
|
|
7577
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7578
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType,
|
|
7579
|
-
)
|
|
7580
7043
|
from githubkit.versions.v2022_11_28.types import (
|
|
7581
7044
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType,
|
|
7582
7045
|
)
|
|
@@ -7589,12 +7052,6 @@ if TYPE_CHECKING:
|
|
|
7589
7052
|
from githubkit.versions.v2022_11_28.types import (
|
|
7590
7053
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType,
|
|
7591
7054
|
)
|
|
7592
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7593
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType,
|
|
7594
|
-
)
|
|
7595
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7596
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType,
|
|
7597
|
-
)
|
|
7598
7055
|
from githubkit.versions.v2022_11_28.types import (
|
|
7599
7056
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType,
|
|
7600
7057
|
)
|
|
@@ -7658,9 +7115,6 @@ if TYPE_CHECKING:
|
|
|
7658
7115
|
from githubkit.versions.v2022_11_28.types import (
|
|
7659
7116
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType,
|
|
7660
7117
|
)
|
|
7661
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7662
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType,
|
|
7663
|
-
)
|
|
7664
7118
|
from githubkit.versions.v2022_11_28.types import (
|
|
7665
7119
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
|
|
7666
7120
|
)
|
|
@@ -7673,6 +7127,9 @@ if TYPE_CHECKING:
|
|
|
7673
7127
|
from githubkit.versions.v2022_11_28.types import (
|
|
7674
7128
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
7675
7129
|
)
|
|
7130
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7131
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType,
|
|
7132
|
+
)
|
|
7676
7133
|
from githubkit.versions.v2022_11_28.types import (
|
|
7677
7134
|
PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType,
|
|
7678
7135
|
)
|
|
@@ -7712,12 +7169,6 @@ if TYPE_CHECKING:
|
|
|
7712
7169
|
from githubkit.versions.v2022_11_28.types import (
|
|
7713
7170
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType,
|
|
7714
7171
|
)
|
|
7715
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7716
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7717
|
-
)
|
|
7718
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7719
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType,
|
|
7720
|
-
)
|
|
7721
7172
|
from githubkit.versions.v2022_11_28.types import (
|
|
7722
7173
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
|
|
7723
7174
|
)
|
|
@@ -7763,9 +7214,6 @@ if TYPE_CHECKING:
|
|
|
7763
7214
|
from githubkit.versions.v2022_11_28.types import (
|
|
7764
7215
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType,
|
|
7765
7216
|
)
|
|
7766
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7767
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType,
|
|
7768
|
-
)
|
|
7769
7217
|
from githubkit.versions.v2022_11_28.types import (
|
|
7770
7218
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType,
|
|
7771
7219
|
)
|
|
@@ -7802,9 +7250,6 @@ if TYPE_CHECKING:
|
|
|
7802
7250
|
from githubkit.versions.v2022_11_28.types import (
|
|
7803
7251
|
WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType,
|
|
7804
7252
|
)
|
|
7805
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7806
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType,
|
|
7807
|
-
)
|
|
7808
7253
|
from githubkit.versions.v2022_11_28.types import (
|
|
7809
7254
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType,
|
|
7810
7255
|
)
|
|
@@ -7829,9 +7274,6 @@ if TYPE_CHECKING:
|
|
|
7829
7274
|
from githubkit.versions.v2022_11_28.types import (
|
|
7830
7275
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
|
|
7831
7276
|
)
|
|
7832
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7833
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
|
|
7834
|
-
)
|
|
7835
7277
|
from githubkit.versions.v2022_11_28.types import (
|
|
7836
7278
|
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
7837
7279
|
)
|
|
@@ -7886,9 +7328,6 @@ if TYPE_CHECKING:
|
|
|
7886
7328
|
from githubkit.versions.v2022_11_28.types import (
|
|
7887
7329
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
7888
7330
|
)
|
|
7889
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7890
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
7891
|
-
)
|
|
7892
7331
|
from githubkit.versions.v2022_11_28.types import (
|
|
7893
7332
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
7894
7333
|
)
|
|
@@ -7904,9 +7343,6 @@ if TYPE_CHECKING:
|
|
|
7904
7343
|
from githubkit.versions.v2022_11_28.types import (
|
|
7905
7344
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType,
|
|
7906
7345
|
)
|
|
7907
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7908
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType,
|
|
7909
|
-
)
|
|
7910
7346
|
from githubkit.versions.v2022_11_28.types import (
|
|
7911
7347
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
7912
7348
|
)
|
|
@@ -7925,12 +7361,6 @@ if TYPE_CHECKING:
|
|
|
7925
7361
|
from githubkit.versions.v2022_11_28.types import (
|
|
7926
7362
|
WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType,
|
|
7927
7363
|
)
|
|
7928
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7929
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
7930
|
-
)
|
|
7931
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7932
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
7933
|
-
)
|
|
7934
7364
|
from githubkit.versions.v2022_11_28.types import (
|
|
7935
7365
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType,
|
|
7936
7366
|
)
|
|
@@ -8048,27 +7478,12 @@ if TYPE_CHECKING:
|
|
|
8048
7478
|
from githubkit.versions.v2022_11_28.types import (
|
|
8049
7479
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8050
7480
|
)
|
|
8051
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8052
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType,
|
|
8053
|
-
)
|
|
8054
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8055
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType,
|
|
8056
|
-
)
|
|
8057
7481
|
from githubkit.versions.v2022_11_28.types import (
|
|
8058
7482
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
|
|
8059
7483
|
)
|
|
8060
7484
|
from githubkit.versions.v2022_11_28.types import (
|
|
8061
7485
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType,
|
|
8062
7486
|
)
|
|
8063
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8064
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType,
|
|
8065
|
-
)
|
|
8066
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8067
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType,
|
|
8068
|
-
)
|
|
8069
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8070
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType,
|
|
8071
|
-
)
|
|
8072
7487
|
from githubkit.versions.v2022_11_28.types import (
|
|
8073
7488
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType,
|
|
8074
7489
|
)
|
|
@@ -8153,9 +7568,6 @@ if TYPE_CHECKING:
|
|
|
8153
7568
|
from githubkit.versions.v2022_11_28.types import (
|
|
8154
7569
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
|
|
8155
7570
|
)
|
|
8156
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8157
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
|
|
8158
|
-
)
|
|
8159
7571
|
from githubkit.versions.v2022_11_28.types import (
|
|
8160
7572
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
|
|
8161
7573
|
)
|
|
@@ -8177,21 +7589,12 @@ if TYPE_CHECKING:
|
|
|
8177
7589
|
from githubkit.versions.v2022_11_28.types import (
|
|
8178
7590
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType,
|
|
8179
7591
|
)
|
|
8180
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8181
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8182
|
-
)
|
|
8183
7592
|
from githubkit.versions.v2022_11_28.types import (
|
|
8184
7593
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8185
7594
|
)
|
|
8186
7595
|
from githubkit.versions.v2022_11_28.types import (
|
|
8187
7596
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8188
7597
|
)
|
|
8189
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8190
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8191
|
-
)
|
|
8192
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8193
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType,
|
|
8194
|
-
)
|
|
8195
7598
|
from githubkit.versions.v2022_11_28.types import (
|
|
8196
7599
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
|
|
8197
7600
|
)
|
|
@@ -8204,27 +7607,12 @@ if TYPE_CHECKING:
|
|
|
8204
7607
|
from githubkit.versions.v2022_11_28.types import (
|
|
8205
7608
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType,
|
|
8206
7609
|
)
|
|
8207
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8208
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
8209
|
-
)
|
|
8210
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8211
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
8212
|
-
)
|
|
8213
7610
|
from githubkit.versions.v2022_11_28.types import (
|
|
8214
7611
|
WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8215
7612
|
)
|
|
8216
7613
|
from githubkit.versions.v2022_11_28.types import (
|
|
8217
7614
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
8218
7615
|
)
|
|
8219
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8220
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
8221
|
-
)
|
|
8222
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8223
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
|
|
8224
|
-
)
|
|
8225
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8226
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8227
|
-
)
|
|
8228
7616
|
from githubkit.versions.v2022_11_28.types import (
|
|
8229
7617
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType,
|
|
8230
7618
|
)
|
|
@@ -8297,9 +7685,6 @@ if TYPE_CHECKING:
|
|
|
8297
7685
|
from githubkit.versions.v2022_11_28.types import (
|
|
8298
7686
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8299
7687
|
)
|
|
8300
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8301
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8302
|
-
)
|
|
8303
7688
|
from githubkit.versions.v2022_11_28.types import (
|
|
8304
7689
|
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8305
7690
|
)
|
|
@@ -8339,9 +7724,6 @@ if TYPE_CHECKING:
|
|
|
8339
7724
|
from githubkit.versions.v2022_11_28.types import (
|
|
8340
7725
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType,
|
|
8341
7726
|
)
|
|
8342
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8343
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8344
|
-
)
|
|
8345
7727
|
from githubkit.versions.v2022_11_28.types import (
|
|
8346
7728
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
|
|
8347
7729
|
)
|
|
@@ -8357,12 +7739,6 @@ if TYPE_CHECKING:
|
|
|
8357
7739
|
from githubkit.versions.v2022_11_28.types import (
|
|
8358
7740
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType,
|
|
8359
7741
|
)
|
|
8360
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8361
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType,
|
|
8362
|
-
)
|
|
8363
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8364
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType,
|
|
8365
|
-
)
|
|
8366
7742
|
from githubkit.versions.v2022_11_28.types import (
|
|
8367
7743
|
WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8368
7744
|
)
|
|
@@ -8450,9 +7826,6 @@ if TYPE_CHECKING:
|
|
|
8450
7826
|
from githubkit.versions.v2022_11_28.types import (
|
|
8451
7827
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType,
|
|
8452
7828
|
)
|
|
8453
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8454
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType,
|
|
8455
|
-
)
|
|
8456
7829
|
from githubkit.versions.v2022_11_28.types import (
|
|
8457
7830
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
|
|
8458
7831
|
)
|
|
@@ -8471,6 +7844,9 @@ if TYPE_CHECKING:
|
|
|
8471
7844
|
from githubkit.versions.v2022_11_28.types import (
|
|
8472
7845
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType,
|
|
8473
7846
|
)
|
|
7847
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7848
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
7849
|
+
)
|
|
8474
7850
|
from githubkit.versions.v2022_11_28.types import (
|
|
8475
7851
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
|
|
8476
7852
|
)
|
|
@@ -8492,9 +7868,6 @@ if TYPE_CHECKING:
|
|
|
8492
7868
|
from githubkit.versions.v2022_11_28.types import (
|
|
8493
7869
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType,
|
|
8494
7870
|
)
|
|
8495
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8496
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8497
|
-
)
|
|
8498
7871
|
from githubkit.versions.v2022_11_28.types import (
|
|
8499
7872
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
|
|
8500
7873
|
)
|
|
@@ -8507,15 +7880,6 @@ if TYPE_CHECKING:
|
|
|
8507
7880
|
from githubkit.versions.v2022_11_28.types import (
|
|
8508
7881
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType,
|
|
8509
7882
|
)
|
|
8510
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8511
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
8512
|
-
)
|
|
8513
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8514
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
|
|
8515
|
-
)
|
|
8516
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8517
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8518
|
-
)
|
|
8519
7883
|
from githubkit.versions.v2022_11_28.types import (
|
|
8520
7884
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8521
7885
|
)
|
|
@@ -8537,9 +7901,6 @@ if TYPE_CHECKING:
|
|
|
8537
7901
|
from githubkit.versions.v2022_11_28.types import (
|
|
8538
7902
|
WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8539
7903
|
)
|
|
8540
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8541
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType,
|
|
8542
|
-
)
|
|
8543
7904
|
from githubkit.versions.v2022_11_28.types import (
|
|
8544
7905
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType,
|
|
8545
7906
|
)
|
|
@@ -8597,9 +7958,6 @@ if TYPE_CHECKING:
|
|
|
8597
7958
|
from githubkit.versions.v2022_11_28.types import (
|
|
8598
7959
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType,
|
|
8599
7960
|
)
|
|
8600
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8601
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8602
|
-
)
|
|
8603
7961
|
from githubkit.versions.v2022_11_28.types import (
|
|
8604
7962
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8605
7963
|
)
|
|
@@ -8633,12 +7991,6 @@ if TYPE_CHECKING:
|
|
|
8633
7991
|
from githubkit.versions.v2022_11_28.types import (
|
|
8634
7992
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8635
7993
|
)
|
|
8636
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8637
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8638
|
-
)
|
|
8639
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8640
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType,
|
|
8641
|
-
)
|
|
8642
7994
|
from githubkit.versions.v2022_11_28.types import (
|
|
8643
7995
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
|
|
8644
7996
|
)
|
|
@@ -8675,9 +8027,6 @@ if TYPE_CHECKING:
|
|
|
8675
8027
|
from githubkit.versions.v2022_11_28.types import (
|
|
8676
8028
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType,
|
|
8677
8029
|
)
|
|
8678
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8679
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType,
|
|
8680
|
-
)
|
|
8681
8030
|
from githubkit.versions.v2022_11_28.types import (
|
|
8682
8031
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType,
|
|
8683
8032
|
)
|
|
@@ -8750,12 +8099,6 @@ if TYPE_CHECKING:
|
|
|
8750
8099
|
from githubkit.versions.v2022_11_28.types import (
|
|
8751
8100
|
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8752
8101
|
)
|
|
8753
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8754
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType,
|
|
8755
|
-
)
|
|
8756
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8757
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType,
|
|
8758
|
-
)
|
|
8759
8102
|
from githubkit.versions.v2022_11_28.types import (
|
|
8760
8103
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType,
|
|
8761
8104
|
)
|
|
@@ -8801,12 +8144,6 @@ if TYPE_CHECKING:
|
|
|
8801
8144
|
from githubkit.versions.v2022_11_28.types import (
|
|
8802
8145
|
WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8803
8146
|
)
|
|
8804
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8805
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8806
|
-
)
|
|
8807
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8808
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
8809
|
-
)
|
|
8810
8147
|
from githubkit.versions.v2022_11_28.types import (
|
|
8811
8148
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType,
|
|
8812
8149
|
)
|
|
@@ -8867,9 +8204,6 @@ if TYPE_CHECKING:
|
|
|
8867
8204
|
from githubkit.versions.v2022_11_28.types import (
|
|
8868
8205
|
WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8869
8206
|
)
|
|
8870
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8871
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
8872
|
-
)
|
|
8873
8207
|
from githubkit.versions.v2022_11_28.types import (
|
|
8874
8208
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
|
|
8875
8209
|
)
|
|
@@ -9038,21 +8372,6 @@ if TYPE_CHECKING:
|
|
|
9038
8372
|
from githubkit.versions.v2022_11_28.types import (
|
|
9039
8373
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType,
|
|
9040
8374
|
)
|
|
9041
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9042
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
9043
|
-
)
|
|
9044
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9045
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
9046
|
-
)
|
|
9047
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9048
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9049
|
-
)
|
|
9050
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9051
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
|
|
9052
|
-
)
|
|
9053
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9054
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
9055
|
-
)
|
|
9056
8375
|
from githubkit.versions.v2022_11_28.types import (
|
|
9057
8376
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType,
|
|
9058
8377
|
)
|
|
@@ -9104,9 +8423,6 @@ if TYPE_CHECKING:
|
|
|
9104
8423
|
from githubkit.versions.v2022_11_28.types import (
|
|
9105
8424
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType,
|
|
9106
8425
|
)
|
|
9107
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9108
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
9109
|
-
)
|
|
9110
8426
|
from githubkit.versions.v2022_11_28.types import (
|
|
9111
8427
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
9112
8428
|
)
|
|
@@ -9128,12 +8444,6 @@ if TYPE_CHECKING:
|
|
|
9128
8444
|
from githubkit.versions.v2022_11_28.types import (
|
|
9129
8445
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType,
|
|
9130
8446
|
)
|
|
9131
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9132
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType,
|
|
9133
|
-
)
|
|
9134
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9135
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType,
|
|
9136
|
-
)
|
|
9137
8447
|
from githubkit.versions.v2022_11_28.types import (
|
|
9138
8448
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType,
|
|
9139
8449
|
)
|
|
@@ -9215,15 +8525,6 @@ if TYPE_CHECKING:
|
|
|
9215
8525
|
from githubkit.versions.v2022_11_28.types import (
|
|
9216
8526
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType,
|
|
9217
8527
|
)
|
|
9218
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9219
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9220
|
-
)
|
|
9221
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9222
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
|
|
9223
|
-
)
|
|
9224
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9225
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
9226
|
-
)
|
|
9227
8528
|
from githubkit.versions.v2022_11_28.types import (
|
|
9228
8529
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
9229
8530
|
)
|
|
@@ -9290,9 +8591,6 @@ if TYPE_CHECKING:
|
|
|
9290
8591
|
from githubkit.versions.v2022_11_28.types import (
|
|
9291
8592
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
|
|
9292
8593
|
)
|
|
9293
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9294
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
|
|
9295
|
-
)
|
|
9296
8594
|
from githubkit.versions.v2022_11_28.types import (
|
|
9297
8595
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
|
|
9298
8596
|
)
|
|
@@ -9749,15 +9047,9 @@ if TYPE_CHECKING:
|
|
|
9749
9047
|
from githubkit.versions.v2022_11_28.types import (
|
|
9750
9048
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType,
|
|
9751
9049
|
)
|
|
9752
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9753
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9754
|
-
)
|
|
9755
9050
|
from githubkit.versions.v2022_11_28.types import (
|
|
9756
9051
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
|
|
9757
9052
|
)
|
|
9758
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9759
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9760
|
-
)
|
|
9761
9053
|
from githubkit.versions.v2022_11_28.types import (
|
|
9762
9054
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9763
9055
|
)
|
|
@@ -9815,9 +9107,6 @@ if TYPE_CHECKING:
|
|
|
9815
9107
|
from githubkit.versions.v2022_11_28.types import (
|
|
9816
9108
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
9817
9109
|
)
|
|
9818
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9819
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType,
|
|
9820
|
-
)
|
|
9821
9110
|
from githubkit.versions.v2022_11_28.types import (
|
|
9822
9111
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType,
|
|
9823
9112
|
)
|
|
@@ -9851,9 +9140,6 @@ if TYPE_CHECKING:
|
|
|
9851
9140
|
from githubkit.versions.v2022_11_28.types import (
|
|
9852
9141
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType,
|
|
9853
9142
|
)
|
|
9854
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9855
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9856
|
-
)
|
|
9857
9143
|
from githubkit.versions.v2022_11_28.types import (
|
|
9858
9144
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9859
9145
|
)
|
|
@@ -9863,9 +9149,6 @@ if TYPE_CHECKING:
|
|
|
9863
9149
|
from githubkit.versions.v2022_11_28.types import (
|
|
9864
9150
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
|
|
9865
9151
|
)
|
|
9866
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9867
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9868
|
-
)
|
|
9869
9152
|
from githubkit.versions.v2022_11_28.types import (
|
|
9870
9153
|
WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9871
9154
|
)
|
|
@@ -9905,9 +9188,6 @@ if TYPE_CHECKING:
|
|
|
9905
9188
|
from githubkit.versions.v2022_11_28.types import (
|
|
9906
9189
|
WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType,
|
|
9907
9190
|
)
|
|
9908
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9909
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType,
|
|
9910
|
-
)
|
|
9911
9191
|
from githubkit.versions.v2022_11_28.types import (
|
|
9912
9192
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType,
|
|
9913
9193
|
)
|
|
@@ -10013,9 +9293,6 @@ if TYPE_CHECKING:
|
|
|
10013
9293
|
from githubkit.versions.v2022_11_28.types import (
|
|
10014
9294
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type,
|
|
10015
9295
|
)
|
|
10016
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10017
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10018
|
-
)
|
|
10019
9296
|
from githubkit.versions.v2022_11_28.types import (
|
|
10020
9297
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
|
|
10021
9298
|
)
|
|
@@ -10034,9 +9311,6 @@ if TYPE_CHECKING:
|
|
|
10034
9311
|
from githubkit.versions.v2022_11_28.types import (
|
|
10035
9312
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType,
|
|
10036
9313
|
)
|
|
10037
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10038
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10039
|
-
)
|
|
10040
9314
|
from githubkit.versions.v2022_11_28.types import (
|
|
10041
9315
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10042
9316
|
)
|
|
@@ -10093,8 +9367,8 @@ else:
|
|
|
10093
9367
|
"VulnerabilityPropPackageType",
|
|
10094
9368
|
"BasicErrorType",
|
|
10095
9369
|
"ValidationErrorSimpleType",
|
|
10096
|
-
"IntegrationType",
|
|
10097
9370
|
"IntegrationPropPermissionsType",
|
|
9371
|
+
"IntegrationType",
|
|
10098
9372
|
"WebhookConfigType",
|
|
10099
9373
|
"HookDeliveryItemType",
|
|
10100
9374
|
"ScimErrorType",
|
|
@@ -10126,6 +9400,8 @@ else:
|
|
|
10126
9400
|
"SimpleClassroomAssignmentType",
|
|
10127
9401
|
"SimpleClassroomType",
|
|
10128
9402
|
"ClassroomAssignmentGradeType",
|
|
9403
|
+
"CopilotUsageMetricsType",
|
|
9404
|
+
"CopilotUsageMetricsPropBreakdownItemsType",
|
|
10129
9405
|
"DependabotAlertPackageType",
|
|
10130
9406
|
"DependabotAlertSecurityVulnerabilityType",
|
|
10131
9407
|
"DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType",
|
|
@@ -10275,9 +9551,15 @@ else:
|
|
|
10275
9551
|
"RepositoryRuleDeletionType",
|
|
10276
9552
|
"RepositoryRuleRequiredSignaturesType",
|
|
10277
9553
|
"RepositoryRuleNonFastForwardType",
|
|
9554
|
+
"RepositoryRuleOneof14Type",
|
|
9555
|
+
"RepositoryRuleOneof14PropParametersType",
|
|
9556
|
+
"RepositoryRuleOneof16Type",
|
|
9557
|
+
"RepositoryRuleOneof16PropParametersType",
|
|
10278
9558
|
"RepositoryRuleUpdateType",
|
|
10279
9559
|
"RepositoryRuleUpdatePropParametersType",
|
|
10280
9560
|
"RepositoryRuleRequiredLinearHistoryType",
|
|
9561
|
+
"RepositoryRuleOneof15Type",
|
|
9562
|
+
"RepositoryRuleOneof15PropParametersType",
|
|
10281
9563
|
"RepositoryRuleRequiredDeploymentsType",
|
|
10282
9564
|
"RepositoryRuleRequiredDeploymentsPropParametersType",
|
|
10283
9565
|
"RepositoryRulePullRequestType",
|
|
@@ -10299,7 +9581,11 @@ else:
|
|
|
10299
9581
|
"RepositoryRuleWorkflowsType",
|
|
10300
9582
|
"RepositoryRuleWorkflowsPropParametersType",
|
|
10301
9583
|
"RepositoryRuleParamsWorkflowFileReferenceType",
|
|
9584
|
+
"RepositoryRuleCodeScanningType",
|
|
9585
|
+
"RepositoryRuleCodeScanningPropParametersType",
|
|
10302
9586
|
"RepositoryRuleParamsCodeScanningToolType",
|
|
9587
|
+
"RepositoryRuleOneof17Type",
|
|
9588
|
+
"RepositoryRuleOneof17PropParametersType",
|
|
10303
9589
|
"RepositoryRulesetType",
|
|
10304
9590
|
"RepositoryRulesetPropLinksType",
|
|
10305
9591
|
"RepositoryRulesetPropLinksPropSelfType",
|
|
@@ -10448,6 +9734,13 @@ else:
|
|
|
10448
9734
|
"CodeScanningAnalysisType",
|
|
10449
9735
|
"CodeScanningAnalysisDeletionType",
|
|
10450
9736
|
"CodeScanningCodeqlDatabaseType",
|
|
9737
|
+
"CodeScanningVariantAnalysisRepositoryType",
|
|
9738
|
+
"CodeScanningVariantAnalysisSkippedRepoGroupType",
|
|
9739
|
+
"CodeScanningVariantAnalysisType",
|
|
9740
|
+
"CodeScanningVariantAnalysisPropScannedRepositoriesItemsType",
|
|
9741
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesType",
|
|
9742
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType",
|
|
9743
|
+
"CodeScanningVariantAnalysisRepoTaskType",
|
|
10451
9744
|
"CodeScanningDefaultSetupType",
|
|
10452
9745
|
"CodeScanningDefaultSetupUpdateType",
|
|
10453
9746
|
"CodeScanningDefaultSetupUpdateResponseType",
|
|
@@ -10663,6 +9956,7 @@ else:
|
|
|
10663
9956
|
"RepositoryRuleDetailedOneof12Type",
|
|
10664
9957
|
"RepositoryRuleDetailedOneof13Type",
|
|
10665
9958
|
"RepositoryRuleDetailedOneof14Type",
|
|
9959
|
+
"RepositoryRuleDetailedOneof15Type",
|
|
10666
9960
|
"SecretScanningAlertType",
|
|
10667
9961
|
"RepositoryAdvisoryCreateType",
|
|
10668
9962
|
"RepositoryAdvisoryCreatePropCreditsItemsType",
|
|
@@ -10752,12 +10046,72 @@ else:
|
|
|
10752
10046
|
"SimpleCheckSuiteType",
|
|
10753
10047
|
"CheckRunWithSimpleCheckSuiteType",
|
|
10754
10048
|
"CheckRunWithSimpleCheckSuitePropOutputType",
|
|
10049
|
+
"WebhooksDeployKeyType",
|
|
10050
|
+
"WebhooksWorkflowType",
|
|
10051
|
+
"WebhooksApproverType",
|
|
10052
|
+
"WebhooksReviewersItemsType",
|
|
10053
|
+
"WebhooksReviewersItemsPropReviewerType",
|
|
10054
|
+
"WebhooksWorkflowJobRunType",
|
|
10055
|
+
"WebhooksUserType",
|
|
10056
|
+
"WebhooksAnswerType",
|
|
10057
|
+
"WebhooksAnswerPropReactionsType",
|
|
10058
|
+
"WebhooksAnswerPropUserType",
|
|
10755
10059
|
"DiscussionType",
|
|
10756
10060
|
"DiscussionPropAnswerChosenByType",
|
|
10757
10061
|
"DiscussionPropCategoryType",
|
|
10758
10062
|
"DiscussionPropReactionsType",
|
|
10759
10063
|
"DiscussionPropUserType",
|
|
10064
|
+
"WebhooksCommentType",
|
|
10065
|
+
"WebhooksCommentPropReactionsType",
|
|
10066
|
+
"WebhooksCommentPropUserType",
|
|
10067
|
+
"WebhooksLabelType",
|
|
10068
|
+
"WebhooksRepositoriesItemsType",
|
|
10069
|
+
"WebhooksRepositoriesAddedItemsType",
|
|
10070
|
+
"WebhooksIssueCommentType",
|
|
10071
|
+
"WebhooksIssueCommentPropReactionsType",
|
|
10072
|
+
"WebhooksIssueCommentPropUserType",
|
|
10073
|
+
"WebhooksChangesType",
|
|
10074
|
+
"WebhooksChangesPropBodyType",
|
|
10075
|
+
"WebhooksIssueType",
|
|
10076
|
+
"WebhooksIssuePropAssigneeType",
|
|
10077
|
+
"WebhooksIssuePropAssigneesItemsType",
|
|
10078
|
+
"WebhooksIssuePropLabelsItemsType",
|
|
10079
|
+
"WebhooksIssuePropMilestoneType",
|
|
10080
|
+
"WebhooksIssuePropMilestonePropCreatorType",
|
|
10081
|
+
"WebhooksIssuePropPerformedViaGithubAppType",
|
|
10082
|
+
"WebhooksIssuePropPerformedViaGithubAppPropOwnerType",
|
|
10083
|
+
"WebhooksIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
10084
|
+
"WebhooksIssuePropPullRequestType",
|
|
10085
|
+
"WebhooksIssuePropReactionsType",
|
|
10086
|
+
"WebhooksIssuePropUserType",
|
|
10087
|
+
"WebhooksMilestoneType",
|
|
10088
|
+
"WebhooksMilestonePropCreatorType",
|
|
10089
|
+
"WebhooksIssue2Type",
|
|
10090
|
+
"WebhooksIssue2PropAssigneeType",
|
|
10091
|
+
"WebhooksIssue2PropAssigneesItemsType",
|
|
10092
|
+
"WebhooksIssue2PropLabelsItemsType",
|
|
10093
|
+
"WebhooksIssue2PropMilestoneType",
|
|
10094
|
+
"WebhooksIssue2PropMilestonePropCreatorType",
|
|
10095
|
+
"WebhooksIssue2PropPerformedViaGithubAppType",
|
|
10096
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropOwnerType",
|
|
10097
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType",
|
|
10098
|
+
"WebhooksIssue2PropPullRequestType",
|
|
10099
|
+
"WebhooksIssue2PropReactionsType",
|
|
10100
|
+
"WebhooksIssue2PropUserType",
|
|
10101
|
+
"WebhooksUserMannequinType",
|
|
10102
|
+
"WebhooksMarketplacePurchaseType",
|
|
10103
|
+
"WebhooksMarketplacePurchasePropAccountType",
|
|
10104
|
+
"WebhooksMarketplacePurchasePropPlanType",
|
|
10105
|
+
"WebhooksPreviousMarketplacePurchaseType",
|
|
10106
|
+
"WebhooksPreviousMarketplacePurchasePropAccountType",
|
|
10107
|
+
"WebhooksPreviousMarketplacePurchasePropPlanType",
|
|
10108
|
+
"WebhooksTeamType",
|
|
10109
|
+
"WebhooksTeamPropParentType",
|
|
10760
10110
|
"MergeGroupType",
|
|
10111
|
+
"WebhooksMilestone3Type",
|
|
10112
|
+
"WebhooksMilestone3PropCreatorType",
|
|
10113
|
+
"WebhooksMembershipType",
|
|
10114
|
+
"WebhooksMembershipPropUserType",
|
|
10761
10115
|
"PersonalAccessTokenRequestType",
|
|
10762
10116
|
"PersonalAccessTokenRequestPropRepositoriesItemsType",
|
|
10763
10117
|
"PersonalAccessTokenRequestPropPermissionsAddedType",
|
|
@@ -10772,11 +10126,96 @@ else:
|
|
|
10772
10126
|
"PersonalAccessTokenRequestPropPermissionsResultPropOrganizationType",
|
|
10773
10127
|
"PersonalAccessTokenRequestPropPermissionsResultPropRepositoryType",
|
|
10774
10128
|
"PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
|
|
10129
|
+
"WebhooksProjectCardType",
|
|
10130
|
+
"WebhooksProjectCardPropCreatorType",
|
|
10131
|
+
"WebhooksProjectType",
|
|
10132
|
+
"WebhooksProjectPropCreatorType",
|
|
10133
|
+
"WebhooksProjectColumnType",
|
|
10775
10134
|
"ProjectsV2Type",
|
|
10135
|
+
"WebhooksProjectChangesType",
|
|
10136
|
+
"WebhooksProjectChangesPropArchivedAtType",
|
|
10776
10137
|
"ProjectsV2ItemType",
|
|
10777
10138
|
"PullRequestWebhookType",
|
|
10778
10139
|
"PullRequestWebhookAllof1Type",
|
|
10140
|
+
"WebhooksPullRequest5Type",
|
|
10141
|
+
"WebhooksPullRequest5PropAssigneeType",
|
|
10142
|
+
"WebhooksPullRequest5PropAssigneesItemsType",
|
|
10143
|
+
"WebhooksPullRequest5PropAutoMergeType",
|
|
10144
|
+
"WebhooksPullRequest5PropAutoMergePropEnabledByType",
|
|
10145
|
+
"WebhooksPullRequest5PropLabelsItemsType",
|
|
10146
|
+
"WebhooksPullRequest5PropMergedByType",
|
|
10147
|
+
"WebhooksPullRequest5PropMilestoneType",
|
|
10148
|
+
"WebhooksPullRequest5PropMilestonePropCreatorType",
|
|
10149
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type",
|
|
10150
|
+
"WebhooksPullRequest5PropUserType",
|
|
10151
|
+
"WebhooksPullRequest5PropLinksType",
|
|
10152
|
+
"WebhooksPullRequest5PropLinksPropCommentsType",
|
|
10153
|
+
"WebhooksPullRequest5PropLinksPropCommitsType",
|
|
10154
|
+
"WebhooksPullRequest5PropLinksPropHtmlType",
|
|
10155
|
+
"WebhooksPullRequest5PropLinksPropIssueType",
|
|
10156
|
+
"WebhooksPullRequest5PropLinksPropReviewCommentType",
|
|
10157
|
+
"WebhooksPullRequest5PropLinksPropReviewCommentsType",
|
|
10158
|
+
"WebhooksPullRequest5PropLinksPropSelfType",
|
|
10159
|
+
"WebhooksPullRequest5PropLinksPropStatusesType",
|
|
10160
|
+
"WebhooksPullRequest5PropBaseType",
|
|
10161
|
+
"WebhooksPullRequest5PropBasePropUserType",
|
|
10162
|
+
"WebhooksPullRequest5PropBasePropRepoType",
|
|
10163
|
+
"WebhooksPullRequest5PropBasePropRepoPropLicenseType",
|
|
10164
|
+
"WebhooksPullRequest5PropBasePropRepoPropOwnerType",
|
|
10165
|
+
"WebhooksPullRequest5PropBasePropRepoPropPermissionsType",
|
|
10166
|
+
"WebhooksPullRequest5PropHeadType",
|
|
10167
|
+
"WebhooksPullRequest5PropHeadPropUserType",
|
|
10168
|
+
"WebhooksPullRequest5PropHeadPropRepoType",
|
|
10169
|
+
"WebhooksPullRequest5PropHeadPropRepoPropLicenseType",
|
|
10170
|
+
"WebhooksPullRequest5PropHeadPropRepoPropOwnerType",
|
|
10171
|
+
"WebhooksPullRequest5PropHeadPropRepoPropPermissionsType",
|
|
10172
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type",
|
|
10173
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType",
|
|
10174
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsType",
|
|
10175
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsPropParentType",
|
|
10176
|
+
"WebhooksReviewCommentType",
|
|
10177
|
+
"WebhooksReviewCommentPropReactionsType",
|
|
10178
|
+
"WebhooksReviewCommentPropUserType",
|
|
10179
|
+
"WebhooksReviewCommentPropLinksType",
|
|
10180
|
+
"WebhooksReviewCommentPropLinksPropHtmlType",
|
|
10181
|
+
"WebhooksReviewCommentPropLinksPropPullRequestType",
|
|
10182
|
+
"WebhooksReviewCommentPropLinksPropSelfType",
|
|
10183
|
+
"WebhooksReviewType",
|
|
10184
|
+
"WebhooksReviewPropUserType",
|
|
10185
|
+
"WebhooksReviewPropLinksType",
|
|
10186
|
+
"WebhooksReviewPropLinksPropHtmlType",
|
|
10187
|
+
"WebhooksReviewPropLinksPropPullRequestType",
|
|
10188
|
+
"WebhooksReleaseType",
|
|
10189
|
+
"WebhooksReleasePropAuthorType",
|
|
10190
|
+
"WebhooksReleasePropReactionsType",
|
|
10191
|
+
"WebhooksReleasePropAssetsItemsType",
|
|
10192
|
+
"WebhooksReleasePropAssetsItemsPropUploaderType",
|
|
10193
|
+
"WebhooksRelease1Type",
|
|
10194
|
+
"WebhooksRelease1PropAssetsItemsType",
|
|
10195
|
+
"WebhooksRelease1PropAssetsItemsPropUploaderType",
|
|
10196
|
+
"WebhooksRelease1PropAuthorType",
|
|
10197
|
+
"WebhooksRelease1PropReactionsType",
|
|
10198
|
+
"WebhooksAlertType",
|
|
10199
|
+
"WebhooksAlertPropDismisserType",
|
|
10779
10200
|
"SecretScanningAlertWebhookType",
|
|
10201
|
+
"WebhooksSecurityAdvisoryType",
|
|
10202
|
+
"WebhooksSecurityAdvisoryPropCvssType",
|
|
10203
|
+
"WebhooksSecurityAdvisoryPropCwesItemsType",
|
|
10204
|
+
"WebhooksSecurityAdvisoryPropIdentifiersItemsType",
|
|
10205
|
+
"WebhooksSecurityAdvisoryPropReferencesItemsType",
|
|
10206
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
10207
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
10208
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
10209
|
+
"WebhooksSponsorshipType",
|
|
10210
|
+
"WebhooksSponsorshipPropMaintainerType",
|
|
10211
|
+
"WebhooksSponsorshipPropSponsorType",
|
|
10212
|
+
"WebhooksSponsorshipPropSponsorableType",
|
|
10213
|
+
"WebhooksSponsorshipPropTierType",
|
|
10214
|
+
"WebhooksChanges8Type",
|
|
10215
|
+
"WebhooksChanges8PropTierType",
|
|
10216
|
+
"WebhooksChanges8PropTierPropFromType",
|
|
10217
|
+
"WebhooksTeam1Type",
|
|
10218
|
+
"WebhooksTeam1PropParentType",
|
|
10780
10219
|
"WebhookBranchProtectionConfigurationDisabledType",
|
|
10781
10220
|
"WebhookBranchProtectionConfigurationEnabledType",
|
|
10782
10221
|
"WebhookBranchProtectionRuleCreatedType",
|
|
@@ -10903,11 +10342,8 @@ else:
|
|
|
10903
10342
|
"WebhookDependabotAlertReintroducedType",
|
|
10904
10343
|
"WebhookDependabotAlertReopenedType",
|
|
10905
10344
|
"WebhookDeployKeyCreatedType",
|
|
10906
|
-
"WebhookDeployKeyCreatedPropKeyType",
|
|
10907
10345
|
"WebhookDeployKeyDeletedType",
|
|
10908
|
-
"WebhookDeployKeyDeletedPropKeyType",
|
|
10909
10346
|
"WebhookDeploymentCreatedType",
|
|
10910
|
-
"WebhookDeploymentCreatedPropWorkflowType",
|
|
10911
10347
|
"WebhookDeploymentCreatedPropDeploymentType",
|
|
10912
10348
|
"WebhookDeploymentCreatedPropDeploymentPropCreatorType",
|
|
10913
10349
|
"WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0Type",
|
|
@@ -10929,11 +10365,7 @@ else:
|
|
|
10929
10365
|
"WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10930
10366
|
"WebhookDeploymentProtectionRuleRequestedType",
|
|
10931
10367
|
"WebhookDeploymentReviewApprovedType",
|
|
10932
|
-
"WebhookDeploymentReviewApprovedPropApproverType",
|
|
10933
|
-
"WebhookDeploymentReviewApprovedPropWorkflowJobRunType",
|
|
10934
10368
|
"WebhookDeploymentReviewApprovedPropWorkflowJobRunsItemsType",
|
|
10935
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsType",
|
|
10936
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType",
|
|
10937
10369
|
"WebhookDeploymentReviewApprovedPropWorkflowRunType",
|
|
10938
10370
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropActorType",
|
|
10939
10371
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommitType",
|
|
@@ -10949,11 +10381,7 @@ else:
|
|
|
10949
10381
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
10950
10382
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10951
10383
|
"WebhookDeploymentReviewRejectedType",
|
|
10952
|
-
"WebhookDeploymentReviewRejectedPropApproverType",
|
|
10953
|
-
"WebhookDeploymentReviewRejectedPropWorkflowJobRunType",
|
|
10954
10384
|
"WebhookDeploymentReviewRejectedPropWorkflowJobRunsItemsType",
|
|
10955
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsType",
|
|
10956
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType",
|
|
10957
10385
|
"WebhookDeploymentReviewRejectedPropWorkflowRunType",
|
|
10958
10386
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropActorType",
|
|
10959
10387
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommitType",
|
|
@@ -10969,7 +10397,6 @@ else:
|
|
|
10969
10397
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
10970
10398
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10971
10399
|
"WebhookDeploymentReviewRequestedType",
|
|
10972
|
-
"WebhookDeploymentReviewRequestedPropRequestorType",
|
|
10973
10400
|
"WebhookDeploymentReviewRequestedPropWorkflowJobRunType",
|
|
10974
10401
|
"WebhookDeploymentReviewRequestedPropReviewersItemsType",
|
|
10975
10402
|
"WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType",
|
|
@@ -10989,7 +10416,6 @@ else:
|
|
|
10989
10416
|
"WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10990
10417
|
"WebhookDeploymentStatusCreatedType",
|
|
10991
10418
|
"WebhookDeploymentStatusCreatedPropCheckRunType",
|
|
10992
|
-
"WebhookDeploymentStatusCreatedPropWorkflowType",
|
|
10993
10419
|
"WebhookDeploymentStatusCreatedPropDeploymentType",
|
|
10994
10420
|
"WebhookDeploymentStatusCreatedPropDeploymentPropCreatorType",
|
|
10995
10421
|
"WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1Type",
|
|
@@ -11015,28 +10441,16 @@ else:
|
|
|
11015
10441
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
11016
10442
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
11017
10443
|
"WebhookDiscussionAnsweredType",
|
|
11018
|
-
"WebhookDiscussionAnsweredPropAnswerType",
|
|
11019
|
-
"WebhookDiscussionAnsweredPropAnswerPropReactionsType",
|
|
11020
|
-
"WebhookDiscussionAnsweredPropAnswerPropUserType",
|
|
11021
10444
|
"WebhookDiscussionCategoryChangedType",
|
|
11022
10445
|
"WebhookDiscussionCategoryChangedPropChangesType",
|
|
11023
10446
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryType",
|
|
11024
10447
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFromType",
|
|
11025
10448
|
"WebhookDiscussionClosedType",
|
|
11026
10449
|
"WebhookDiscussionCommentCreatedType",
|
|
11027
|
-
"WebhookDiscussionCommentCreatedPropCommentType",
|
|
11028
|
-
"WebhookDiscussionCommentCreatedPropCommentPropReactionsType",
|
|
11029
|
-
"WebhookDiscussionCommentCreatedPropCommentPropUserType",
|
|
11030
10450
|
"WebhookDiscussionCommentDeletedType",
|
|
11031
|
-
"WebhookDiscussionCommentDeletedPropCommentType",
|
|
11032
|
-
"WebhookDiscussionCommentDeletedPropCommentPropReactionsType",
|
|
11033
|
-
"WebhookDiscussionCommentDeletedPropCommentPropUserType",
|
|
11034
10451
|
"WebhookDiscussionCommentEditedType",
|
|
11035
10452
|
"WebhookDiscussionCommentEditedPropChangesType",
|
|
11036
10453
|
"WebhookDiscussionCommentEditedPropChangesPropBodyType",
|
|
11037
|
-
"WebhookDiscussionCommentEditedPropCommentType",
|
|
11038
|
-
"WebhookDiscussionCommentEditedPropCommentPropReactionsType",
|
|
11039
|
-
"WebhookDiscussionCommentEditedPropCommentPropUserType",
|
|
11040
10454
|
"WebhookDiscussionCreatedType",
|
|
11041
10455
|
"WebhookDiscussionDeletedType",
|
|
11042
10456
|
"WebhookDiscussionEditedType",
|
|
@@ -11044,18 +10458,13 @@ else:
|
|
|
11044
10458
|
"WebhookDiscussionEditedPropChangesPropBodyType",
|
|
11045
10459
|
"WebhookDiscussionEditedPropChangesPropTitleType",
|
|
11046
10460
|
"WebhookDiscussionLabeledType",
|
|
11047
|
-
"WebhookDiscussionLabeledPropLabelType",
|
|
11048
10461
|
"WebhookDiscussionLockedType",
|
|
11049
10462
|
"WebhookDiscussionPinnedType",
|
|
11050
10463
|
"WebhookDiscussionReopenedType",
|
|
11051
10464
|
"WebhookDiscussionTransferredType",
|
|
11052
10465
|
"WebhookDiscussionTransferredPropChangesType",
|
|
11053
10466
|
"WebhookDiscussionUnansweredType",
|
|
11054
|
-
"WebhookDiscussionUnansweredPropOldAnswerType",
|
|
11055
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropReactionsType",
|
|
11056
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropUserType",
|
|
11057
10467
|
"WebhookDiscussionUnlabeledType",
|
|
11058
|
-
"WebhookDiscussionUnlabeledPropLabelType",
|
|
11059
10468
|
"WebhookDiscussionUnlockedType",
|
|
11060
10469
|
"WebhookDiscussionUnpinnedType",
|
|
11061
10470
|
"WebhookForkType",
|
|
@@ -11074,29 +10483,19 @@ else:
|
|
|
11074
10483
|
"WebhookGollumType",
|
|
11075
10484
|
"WebhookGollumPropPagesItemsType",
|
|
11076
10485
|
"WebhookInstallationCreatedType",
|
|
11077
|
-
"WebhookInstallationCreatedPropRepositoriesItemsType",
|
|
11078
|
-
"WebhookInstallationCreatedPropRequesterType",
|
|
11079
10486
|
"WebhookInstallationDeletedType",
|
|
11080
|
-
"WebhookInstallationDeletedPropRepositoriesItemsType",
|
|
11081
10487
|
"WebhookInstallationNewPermissionsAcceptedType",
|
|
11082
|
-
"WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType",
|
|
11083
10488
|
"WebhookInstallationRepositoriesAddedType",
|
|
11084
|
-
"WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType",
|
|
11085
10489
|
"WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType",
|
|
11086
|
-
"WebhookInstallationRepositoriesAddedPropRequesterType",
|
|
11087
10490
|
"WebhookInstallationRepositoriesRemovedType",
|
|
11088
|
-
"WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType",
|
|
11089
10491
|
"WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItemsType",
|
|
11090
|
-
"WebhookInstallationRepositoriesRemovedPropRequesterType",
|
|
11091
10492
|
"WebhookInstallationSuspendType",
|
|
11092
|
-
"WebhookInstallationSuspendPropRepositoriesItemsType",
|
|
11093
10493
|
"WebhookInstallationTargetRenamedType",
|
|
11094
10494
|
"WebhookInstallationTargetRenamedPropAccountType",
|
|
11095
10495
|
"WebhookInstallationTargetRenamedPropChangesType",
|
|
11096
10496
|
"WebhookInstallationTargetRenamedPropChangesPropLoginType",
|
|
11097
10497
|
"WebhookInstallationTargetRenamedPropChangesPropSlugType",
|
|
11098
10498
|
"WebhookInstallationUnsuspendType",
|
|
11099
|
-
"WebhookInstallationUnsuspendPropRepositoriesItemsType",
|
|
11100
10499
|
"WebhookIssueCommentCreatedType",
|
|
11101
10500
|
"WebhookIssueCommentCreatedPropCommentType",
|
|
11102
10501
|
"WebhookIssueCommentCreatedPropCommentPropReactionsType",
|
|
@@ -11128,9 +10527,6 @@ else:
|
|
|
11128
10527
|
"WebhookIssueCommentCreatedPropIssueMergedMilestoneType",
|
|
11129
10528
|
"WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType",
|
|
11130
10529
|
"WebhookIssueCommentDeletedType",
|
|
11131
|
-
"WebhookIssueCommentDeletedPropCommentType",
|
|
11132
|
-
"WebhookIssueCommentDeletedPropCommentPropReactionsType",
|
|
11133
|
-
"WebhookIssueCommentDeletedPropCommentPropUserType",
|
|
11134
10530
|
"WebhookIssueCommentDeletedPropIssueType",
|
|
11135
10531
|
"WebhookIssueCommentDeletedPropIssueMergedAssigneesType",
|
|
11136
10532
|
"WebhookIssueCommentDeletedPropIssueMergedReactionsType",
|
|
@@ -11158,11 +10554,6 @@ else:
|
|
|
11158
10554
|
"WebhookIssueCommentDeletedPropIssueMergedMilestoneType",
|
|
11159
10555
|
"WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubAppType",
|
|
11160
10556
|
"WebhookIssueCommentEditedType",
|
|
11161
|
-
"WebhookIssueCommentEditedPropChangesType",
|
|
11162
|
-
"WebhookIssueCommentEditedPropChangesPropBodyType",
|
|
11163
|
-
"WebhookIssueCommentEditedPropCommentType",
|
|
11164
|
-
"WebhookIssueCommentEditedPropCommentPropReactionsType",
|
|
11165
|
-
"WebhookIssueCommentEditedPropCommentPropUserType",
|
|
11166
10557
|
"WebhookIssueCommentEditedPropIssueType",
|
|
11167
10558
|
"WebhookIssueCommentEditedPropIssueMergedAssigneesType",
|
|
11168
10559
|
"WebhookIssueCommentEditedPropIssueMergedReactionsType",
|
|
@@ -11190,19 +10581,6 @@ else:
|
|
|
11190
10581
|
"WebhookIssueCommentEditedPropIssueMergedMilestoneType",
|
|
11191
10582
|
"WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType",
|
|
11192
10583
|
"WebhookIssuesAssignedType",
|
|
11193
|
-
"WebhookIssuesAssignedPropAssigneeType",
|
|
11194
|
-
"WebhookIssuesAssignedPropIssueType",
|
|
11195
|
-
"WebhookIssuesAssignedPropIssuePropAssigneeType",
|
|
11196
|
-
"WebhookIssuesAssignedPropIssuePropAssigneesItemsType",
|
|
11197
|
-
"WebhookIssuesAssignedPropIssuePropLabelsItemsType",
|
|
11198
|
-
"WebhookIssuesAssignedPropIssuePropMilestoneType",
|
|
11199
|
-
"WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType",
|
|
11200
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType",
|
|
11201
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11202
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11203
|
-
"WebhookIssuesAssignedPropIssuePropPullRequestType",
|
|
11204
|
-
"WebhookIssuesAssignedPropIssuePropReactionsType",
|
|
11205
|
-
"WebhookIssuesAssignedPropIssuePropUserType",
|
|
11206
10584
|
"WebhookIssuesClosedType",
|
|
11207
10585
|
"WebhookIssuesClosedPropIssueType",
|
|
11208
10586
|
"WebhookIssuesClosedPropIssueMergedAssigneeType",
|
|
@@ -11258,10 +10636,7 @@ else:
|
|
|
11258
10636
|
"WebhookIssuesDemilestonedPropIssuePropPullRequestType",
|
|
11259
10637
|
"WebhookIssuesDemilestonedPropIssuePropReactionsType",
|
|
11260
10638
|
"WebhookIssuesDemilestonedPropIssuePropUserType",
|
|
11261
|
-
"WebhookIssuesDemilestonedPropMilestoneType",
|
|
11262
|
-
"WebhookIssuesDemilestonedPropMilestonePropCreatorType",
|
|
11263
10639
|
"WebhookIssuesEditedType",
|
|
11264
|
-
"WebhookIssuesEditedPropLabelType",
|
|
11265
10640
|
"WebhookIssuesEditedPropChangesType",
|
|
11266
10641
|
"WebhookIssuesEditedPropChangesPropBodyType",
|
|
11267
10642
|
"WebhookIssuesEditedPropChangesPropTitleType",
|
|
@@ -11278,7 +10653,6 @@ else:
|
|
|
11278
10653
|
"WebhookIssuesEditedPropIssuePropReactionsType",
|
|
11279
10654
|
"WebhookIssuesEditedPropIssuePropUserType",
|
|
11280
10655
|
"WebhookIssuesLabeledType",
|
|
11281
|
-
"WebhookIssuesLabeledPropLabelType",
|
|
11282
10656
|
"WebhookIssuesLabeledPropIssueType",
|
|
11283
10657
|
"WebhookIssuesLabeledPropIssuePropAssigneeType",
|
|
11284
10658
|
"WebhookIssuesLabeledPropIssuePropAssigneesItemsType",
|
|
@@ -11317,8 +10691,6 @@ else:
|
|
|
11317
10691
|
"WebhookIssuesMilestonedPropIssuePropPullRequestType",
|
|
11318
10692
|
"WebhookIssuesMilestonedPropIssuePropReactionsType",
|
|
11319
10693
|
"WebhookIssuesMilestonedPropIssuePropUserType",
|
|
11320
|
-
"WebhookIssuesMilestonedPropMilestoneType",
|
|
11321
|
-
"WebhookIssuesMilestonedPropMilestonePropCreatorType",
|
|
11322
10694
|
"WebhookIssuesOpenedType",
|
|
11323
10695
|
"WebhookIssuesOpenedPropIssueType",
|
|
11324
10696
|
"WebhookIssuesOpenedPropIssuePropAssigneeType",
|
|
@@ -11351,18 +10723,6 @@ else:
|
|
|
11351
10723
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType",
|
|
11352
10724
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType",
|
|
11353
10725
|
"WebhookIssuesPinnedType",
|
|
11354
|
-
"WebhookIssuesPinnedPropIssueType",
|
|
11355
|
-
"WebhookIssuesPinnedPropIssuePropAssigneeType",
|
|
11356
|
-
"WebhookIssuesPinnedPropIssuePropAssigneesItemsType",
|
|
11357
|
-
"WebhookIssuesPinnedPropIssuePropLabelsItemsType",
|
|
11358
|
-
"WebhookIssuesPinnedPropIssuePropMilestoneType",
|
|
11359
|
-
"WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType",
|
|
11360
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType",
|
|
11361
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11362
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11363
|
-
"WebhookIssuesPinnedPropIssuePropPullRequestType",
|
|
11364
|
-
"WebhookIssuesPinnedPropIssuePropReactionsType",
|
|
11365
|
-
"WebhookIssuesPinnedPropIssuePropUserType",
|
|
11366
10726
|
"WebhookIssuesReopenedType",
|
|
11367
10727
|
"WebhookIssuesReopenedPropIssueType",
|
|
11368
10728
|
"WebhookIssuesReopenedPropIssuePropAssigneeType",
|
|
@@ -11377,18 +10737,6 @@ else:
|
|
|
11377
10737
|
"WebhookIssuesReopenedPropIssuePropReactionsType",
|
|
11378
10738
|
"WebhookIssuesReopenedPropIssuePropUserType",
|
|
11379
10739
|
"WebhookIssuesTransferredType",
|
|
11380
|
-
"WebhookIssuesTransferredPropIssueType",
|
|
11381
|
-
"WebhookIssuesTransferredPropIssuePropAssigneeType",
|
|
11382
|
-
"WebhookIssuesTransferredPropIssuePropAssigneesItemsType",
|
|
11383
|
-
"WebhookIssuesTransferredPropIssuePropLabelsItemsType",
|
|
11384
|
-
"WebhookIssuesTransferredPropIssuePropMilestoneType",
|
|
11385
|
-
"WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType",
|
|
11386
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType",
|
|
11387
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11388
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11389
|
-
"WebhookIssuesTransferredPropIssuePropPullRequestType",
|
|
11390
|
-
"WebhookIssuesTransferredPropIssuePropReactionsType",
|
|
11391
|
-
"WebhookIssuesTransferredPropIssuePropUserType",
|
|
11392
10740
|
"WebhookIssuesTransferredPropChangesType",
|
|
11393
10741
|
"WebhookIssuesTransferredPropChangesPropNewIssueType",
|
|
11394
10742
|
"WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType",
|
|
@@ -11408,33 +10756,7 @@ else:
|
|
|
11408
10756
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType",
|
|
11409
10757
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType",
|
|
11410
10758
|
"WebhookIssuesUnassignedType",
|
|
11411
|
-
"WebhookIssuesUnassignedPropAssigneeType",
|
|
11412
|
-
"WebhookIssuesUnassignedPropIssueType",
|
|
11413
|
-
"WebhookIssuesUnassignedPropIssuePropAssigneeType",
|
|
11414
|
-
"WebhookIssuesUnassignedPropIssuePropAssigneesItemsType",
|
|
11415
|
-
"WebhookIssuesUnassignedPropIssuePropLabelsItemsType",
|
|
11416
|
-
"WebhookIssuesUnassignedPropIssuePropMilestoneType",
|
|
11417
|
-
"WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType",
|
|
11418
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType",
|
|
11419
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11420
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11421
|
-
"WebhookIssuesUnassignedPropIssuePropPullRequestType",
|
|
11422
|
-
"WebhookIssuesUnassignedPropIssuePropReactionsType",
|
|
11423
|
-
"WebhookIssuesUnassignedPropIssuePropUserType",
|
|
11424
10759
|
"WebhookIssuesUnlabeledType",
|
|
11425
|
-
"WebhookIssuesUnlabeledPropLabelType",
|
|
11426
|
-
"WebhookIssuesUnlabeledPropIssueType",
|
|
11427
|
-
"WebhookIssuesUnlabeledPropIssuePropAssigneeType",
|
|
11428
|
-
"WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType",
|
|
11429
|
-
"WebhookIssuesUnlabeledPropIssuePropLabelsItemsType",
|
|
11430
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestoneType",
|
|
11431
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType",
|
|
11432
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType",
|
|
11433
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11434
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11435
|
-
"WebhookIssuesUnlabeledPropIssuePropPullRequestType",
|
|
11436
|
-
"WebhookIssuesUnlabeledPropIssuePropReactionsType",
|
|
11437
|
-
"WebhookIssuesUnlabeledPropIssuePropUserType",
|
|
11438
10760
|
"WebhookIssuesUnlockedType",
|
|
11439
10761
|
"WebhookIssuesUnlockedPropIssueType",
|
|
11440
10762
|
"WebhookIssuesUnlockedPropIssuePropAssigneeType",
|
|
@@ -11449,46 +10771,19 @@ else:
|
|
|
11449
10771
|
"WebhookIssuesUnlockedPropIssuePropReactionsType",
|
|
11450
10772
|
"WebhookIssuesUnlockedPropIssuePropUserType",
|
|
11451
10773
|
"WebhookIssuesUnpinnedType",
|
|
11452
|
-
"WebhookIssuesUnpinnedPropIssueType",
|
|
11453
|
-
"WebhookIssuesUnpinnedPropIssuePropAssigneeType",
|
|
11454
|
-
"WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType",
|
|
11455
|
-
"WebhookIssuesUnpinnedPropIssuePropLabelsItemsType",
|
|
11456
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestoneType",
|
|
11457
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType",
|
|
11458
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType",
|
|
11459
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11460
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11461
|
-
"WebhookIssuesUnpinnedPropIssuePropPullRequestType",
|
|
11462
|
-
"WebhookIssuesUnpinnedPropIssuePropReactionsType",
|
|
11463
|
-
"WebhookIssuesUnpinnedPropIssuePropUserType",
|
|
11464
10774
|
"WebhookLabelCreatedType",
|
|
11465
|
-
"WebhookLabelCreatedPropLabelType",
|
|
11466
10775
|
"WebhookLabelDeletedType",
|
|
11467
|
-
"WebhookLabelDeletedPropLabelType",
|
|
11468
10776
|
"WebhookLabelEditedType",
|
|
11469
|
-
"WebhookLabelEditedPropLabelType",
|
|
11470
10777
|
"WebhookLabelEditedPropChangesType",
|
|
11471
10778
|
"WebhookLabelEditedPropChangesPropColorType",
|
|
11472
10779
|
"WebhookLabelEditedPropChangesPropDescriptionType",
|
|
11473
10780
|
"WebhookLabelEditedPropChangesPropNameType",
|
|
11474
10781
|
"WebhookMarketplacePurchaseCancelledType",
|
|
11475
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
|
|
11476
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
|
|
11477
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
|
|
11478
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
|
|
11479
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
11480
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
11481
10782
|
"WebhookMarketplacePurchaseChangedType",
|
|
11482
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
|
|
11483
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
|
|
11484
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
|
|
11485
10783
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
|
|
11486
10784
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
|
|
11487
10785
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
|
|
11488
10786
|
"WebhookMarketplacePurchasePendingChangeType",
|
|
11489
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
|
|
11490
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
|
|
11491
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
|
|
11492
10787
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
|
|
11493
10788
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
|
|
11494
10789
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
|
|
@@ -11496,84 +10791,45 @@ else:
|
|
|
11496
10791
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
|
|
11497
10792
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
|
|
11498
10793
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
|
|
11499
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
|
|
11500
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
11501
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
11502
10794
|
"WebhookMarketplacePurchasePurchasedType",
|
|
11503
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
|
|
11504
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
|
|
11505
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
|
|
11506
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
|
|
11507
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
|
|
11508
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
|
|
11509
10795
|
"WebhookMemberAddedType",
|
|
11510
|
-
"WebhookMemberAddedPropMemberType",
|
|
11511
10796
|
"WebhookMemberAddedPropChangesType",
|
|
11512
10797
|
"WebhookMemberAddedPropChangesPropPermissionType",
|
|
11513
10798
|
"WebhookMemberAddedPropChangesPropRoleNameType",
|
|
11514
10799
|
"WebhookMemberEditedType",
|
|
11515
|
-
"WebhookMemberEditedPropMemberType",
|
|
11516
10800
|
"WebhookMemberEditedPropChangesType",
|
|
11517
10801
|
"WebhookMemberEditedPropChangesPropOldPermissionType",
|
|
11518
10802
|
"WebhookMemberEditedPropChangesPropPermissionType",
|
|
11519
10803
|
"WebhookMemberRemovedType",
|
|
11520
|
-
"WebhookMemberRemovedPropMemberType",
|
|
11521
10804
|
"WebhookMembershipAddedType",
|
|
11522
|
-
"WebhookMembershipAddedPropMemberType",
|
|
11523
10805
|
"WebhookMembershipAddedPropSenderType",
|
|
11524
|
-
"WebhookMembershipAddedPropTeamType",
|
|
11525
|
-
"WebhookMembershipAddedPropTeamPropParentType",
|
|
11526
10806
|
"WebhookMembershipRemovedType",
|
|
11527
|
-
"WebhookMembershipRemovedPropMemberType",
|
|
11528
10807
|
"WebhookMembershipRemovedPropSenderType",
|
|
11529
|
-
"WebhookMembershipRemovedPropTeamType",
|
|
11530
|
-
"WebhookMembershipRemovedPropTeamPropParentType",
|
|
11531
10808
|
"WebhookMergeGroupChecksRequestedType",
|
|
11532
10809
|
"WebhookMergeGroupDestroyedType",
|
|
11533
10810
|
"WebhookMetaDeletedType",
|
|
11534
10811
|
"WebhookMetaDeletedPropHookType",
|
|
11535
10812
|
"WebhookMetaDeletedPropHookPropConfigType",
|
|
11536
10813
|
"WebhookMilestoneClosedType",
|
|
11537
|
-
"WebhookMilestoneClosedPropMilestoneType",
|
|
11538
|
-
"WebhookMilestoneClosedPropMilestonePropCreatorType",
|
|
11539
10814
|
"WebhookMilestoneCreatedType",
|
|
11540
|
-
"WebhookMilestoneCreatedPropMilestoneType",
|
|
11541
|
-
"WebhookMilestoneCreatedPropMilestonePropCreatorType",
|
|
11542
10815
|
"WebhookMilestoneDeletedType",
|
|
11543
|
-
"WebhookMilestoneDeletedPropMilestoneType",
|
|
11544
|
-
"WebhookMilestoneDeletedPropMilestonePropCreatorType",
|
|
11545
10816
|
"WebhookMilestoneEditedType",
|
|
11546
10817
|
"WebhookMilestoneEditedPropChangesType",
|
|
11547
10818
|
"WebhookMilestoneEditedPropChangesPropDescriptionType",
|
|
11548
10819
|
"WebhookMilestoneEditedPropChangesPropDueOnType",
|
|
11549
10820
|
"WebhookMilestoneEditedPropChangesPropTitleType",
|
|
11550
|
-
"WebhookMilestoneEditedPropMilestoneType",
|
|
11551
|
-
"WebhookMilestoneEditedPropMilestonePropCreatorType",
|
|
11552
10821
|
"WebhookMilestoneOpenedType",
|
|
11553
|
-
"WebhookMilestoneOpenedPropMilestoneType",
|
|
11554
|
-
"WebhookMilestoneOpenedPropMilestonePropCreatorType",
|
|
11555
10822
|
"WebhookOrgBlockBlockedType",
|
|
11556
|
-
"WebhookOrgBlockBlockedPropBlockedUserType",
|
|
11557
10823
|
"WebhookOrgBlockUnblockedType",
|
|
11558
|
-
"WebhookOrgBlockUnblockedPropBlockedUserType",
|
|
11559
10824
|
"WebhookOrganizationDeletedType",
|
|
11560
|
-
"WebhookOrganizationDeletedPropMembershipType",
|
|
11561
|
-
"WebhookOrganizationDeletedPropMembershipPropUserType",
|
|
11562
10825
|
"WebhookOrganizationMemberAddedType",
|
|
11563
|
-
"WebhookOrganizationMemberAddedPropMembershipType",
|
|
11564
|
-
"WebhookOrganizationMemberAddedPropMembershipPropUserType",
|
|
11565
10826
|
"WebhookOrganizationMemberInvitedType",
|
|
11566
|
-
"WebhookOrganizationMemberInvitedPropUserType",
|
|
11567
10827
|
"WebhookOrganizationMemberInvitedPropInvitationType",
|
|
11568
10828
|
"WebhookOrganizationMemberInvitedPropInvitationPropInviterType",
|
|
11569
10829
|
"WebhookOrganizationMemberRemovedType",
|
|
11570
|
-
"WebhookOrganizationMemberRemovedPropMembershipType",
|
|
11571
|
-
"WebhookOrganizationMemberRemovedPropMembershipPropUserType",
|
|
11572
10830
|
"WebhookOrganizationRenamedType",
|
|
11573
10831
|
"WebhookOrganizationRenamedPropChangesType",
|
|
11574
10832
|
"WebhookOrganizationRenamedPropChangesPropLoginType",
|
|
11575
|
-
"WebhookOrganizationRenamedPropMembershipType",
|
|
11576
|
-
"WebhookOrganizationRenamedPropMembershipPropUserType",
|
|
11577
10833
|
"WebhookRubygemsMetadataType",
|
|
11578
10834
|
"WebhookRubygemsMetadataPropVersionInfoType",
|
|
11579
10835
|
"WebhookRubygemsMetadataPropMetadataType",
|
|
@@ -11638,19 +10894,13 @@ else:
|
|
|
11638
10894
|
"WebhookProjectCardConvertedType",
|
|
11639
10895
|
"WebhookProjectCardConvertedPropChangesType",
|
|
11640
10896
|
"WebhookProjectCardConvertedPropChangesPropNoteType",
|
|
11641
|
-
"WebhookProjectCardConvertedPropProjectCardType",
|
|
11642
|
-
"WebhookProjectCardConvertedPropProjectCardPropCreatorType",
|
|
11643
10897
|
"WebhookProjectCardCreatedType",
|
|
11644
|
-
"WebhookProjectCardCreatedPropProjectCardType",
|
|
11645
|
-
"WebhookProjectCardCreatedPropProjectCardPropCreatorType",
|
|
11646
10898
|
"WebhookProjectCardDeletedType",
|
|
11647
10899
|
"WebhookProjectCardDeletedPropProjectCardType",
|
|
11648
10900
|
"WebhookProjectCardDeletedPropProjectCardPropCreatorType",
|
|
11649
10901
|
"WebhookProjectCardEditedType",
|
|
11650
10902
|
"WebhookProjectCardEditedPropChangesType",
|
|
11651
10903
|
"WebhookProjectCardEditedPropChangesPropNoteType",
|
|
11652
|
-
"WebhookProjectCardEditedPropProjectCardType",
|
|
11653
|
-
"WebhookProjectCardEditedPropProjectCardPropCreatorType",
|
|
11654
10904
|
"WebhookProjectCardMovedType",
|
|
11655
10905
|
"WebhookProjectCardMovedPropChangesType",
|
|
11656
10906
|
"WebhookProjectCardMovedPropChangesPropColumnIdType",
|
|
@@ -11661,33 +10911,19 @@ else:
|
|
|
11661
10911
|
"WebhookProjectCardMovedPropProjectCardAllof1Type",
|
|
11662
10912
|
"WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType",
|
|
11663
10913
|
"WebhookProjectClosedType",
|
|
11664
|
-
"WebhookProjectClosedPropProjectType",
|
|
11665
|
-
"WebhookProjectClosedPropProjectPropCreatorType",
|
|
11666
10914
|
"WebhookProjectColumnCreatedType",
|
|
11667
|
-
"WebhookProjectColumnCreatedPropProjectColumnType",
|
|
11668
10915
|
"WebhookProjectColumnDeletedType",
|
|
11669
|
-
"WebhookProjectColumnDeletedPropProjectColumnType",
|
|
11670
10916
|
"WebhookProjectColumnEditedType",
|
|
11671
|
-
"WebhookProjectColumnEditedPropProjectColumnType",
|
|
11672
10917
|
"WebhookProjectColumnEditedPropChangesType",
|
|
11673
10918
|
"WebhookProjectColumnEditedPropChangesPropNameType",
|
|
11674
10919
|
"WebhookProjectColumnMovedType",
|
|
11675
|
-
"WebhookProjectColumnMovedPropProjectColumnType",
|
|
11676
10920
|
"WebhookProjectCreatedType",
|
|
11677
|
-
"WebhookProjectCreatedPropProjectType",
|
|
11678
|
-
"WebhookProjectCreatedPropProjectPropCreatorType",
|
|
11679
10921
|
"WebhookProjectDeletedType",
|
|
11680
|
-
"WebhookProjectDeletedPropProjectType",
|
|
11681
|
-
"WebhookProjectDeletedPropProjectPropCreatorType",
|
|
11682
10922
|
"WebhookProjectEditedType",
|
|
11683
10923
|
"WebhookProjectEditedPropChangesType",
|
|
11684
10924
|
"WebhookProjectEditedPropChangesPropBodyType",
|
|
11685
10925
|
"WebhookProjectEditedPropChangesPropNameType",
|
|
11686
|
-
"WebhookProjectEditedPropProjectType",
|
|
11687
|
-
"WebhookProjectEditedPropProjectPropCreatorType",
|
|
11688
10926
|
"WebhookProjectReopenedType",
|
|
11689
|
-
"WebhookProjectReopenedPropProjectType",
|
|
11690
|
-
"WebhookProjectReopenedPropProjectPropCreatorType",
|
|
11691
10927
|
"WebhookProjectsV2ProjectClosedType",
|
|
11692
10928
|
"WebhookProjectsV2ProjectCreatedType",
|
|
11693
10929
|
"WebhookProjectsV2ProjectDeletedType",
|
|
@@ -11698,8 +10934,6 @@ else:
|
|
|
11698
10934
|
"WebhookProjectsV2ProjectEditedPropChangesPropShortDescriptionType",
|
|
11699
10935
|
"WebhookProjectsV2ProjectEditedPropChangesPropTitleType",
|
|
11700
10936
|
"WebhookProjectsV2ItemArchivedType",
|
|
11701
|
-
"WebhookProjectsV2ItemArchivedPropChangesType",
|
|
11702
|
-
"WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType",
|
|
11703
10937
|
"WebhookProjectsV2ItemConvertedType",
|
|
11704
10938
|
"WebhookProjectsV2ItemConvertedPropChangesType",
|
|
11705
10939
|
"WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType",
|
|
@@ -11714,12 +10948,9 @@ else:
|
|
|
11714
10948
|
"WebhookProjectsV2ItemReorderedPropChangesType",
|
|
11715
10949
|
"WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeIdType",
|
|
11716
10950
|
"WebhookProjectsV2ItemRestoredType",
|
|
11717
|
-
"WebhookProjectsV2ItemRestoredPropChangesType",
|
|
11718
|
-
"WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType",
|
|
11719
10951
|
"WebhookProjectsV2ProjectReopenedType",
|
|
11720
10952
|
"WebhookPublicType",
|
|
11721
10953
|
"WebhookPullRequestAssignedType",
|
|
11722
|
-
"WebhookPullRequestAssignedPropAssigneeType",
|
|
11723
10954
|
"WebhookPullRequestAssignedPropPullRequestType",
|
|
11724
10955
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneeType",
|
|
11725
10956
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneesItemsType",
|
|
@@ -11833,42 +11064,6 @@ else:
|
|
|
11833
11064
|
"WebhookPullRequestClosedType",
|
|
11834
11065
|
"WebhookPullRequestConvertedToDraftType",
|
|
11835
11066
|
"WebhookPullRequestDemilestonedType",
|
|
11836
|
-
"WebhookPullRequestDemilestonedPropPullRequestType",
|
|
11837
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType",
|
|
11838
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType",
|
|
11839
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType",
|
|
11840
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType",
|
|
11841
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType",
|
|
11842
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMergedByType",
|
|
11843
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType",
|
|
11844
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType",
|
|
11845
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
|
|
11846
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropUserType",
|
|
11847
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksType",
|
|
11848
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType",
|
|
11849
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType",
|
|
11850
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType",
|
|
11851
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType",
|
|
11852
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType",
|
|
11853
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType",
|
|
11854
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType",
|
|
11855
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType",
|
|
11856
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBaseType",
|
|
11857
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType",
|
|
11858
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType",
|
|
11859
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType",
|
|
11860
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType",
|
|
11861
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
|
|
11862
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadType",
|
|
11863
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType",
|
|
11864
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType",
|
|
11865
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
|
|
11866
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
|
|
11867
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
|
|
11868
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
|
|
11869
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
|
|
11870
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType",
|
|
11871
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
11872
11067
|
"WebhookPullRequestDequeuedType",
|
|
11873
11068
|
"WebhookPullRequestDequeuedPropPullRequestType",
|
|
11874
11069
|
"WebhookPullRequestDequeuedPropPullRequestPropAssigneeType",
|
|
@@ -11951,7 +11146,6 @@ else:
|
|
|
11951
11146
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsType",
|
|
11952
11147
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
11953
11148
|
"WebhookPullRequestLabeledType",
|
|
11954
|
-
"WebhookPullRequestLabeledPropLabelType",
|
|
11955
11149
|
"WebhookPullRequestLabeledPropPullRequestType",
|
|
11956
11150
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneeType",
|
|
11957
11151
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneesItemsType",
|
|
@@ -12026,42 +11220,6 @@ else:
|
|
|
12026
11220
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsType",
|
|
12027
11221
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12028
11222
|
"WebhookPullRequestMilestonedType",
|
|
12029
|
-
"WebhookPullRequestMilestonedPropPullRequestType",
|
|
12030
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssigneeType",
|
|
12031
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType",
|
|
12032
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType",
|
|
12033
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType",
|
|
12034
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType",
|
|
12035
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMergedByType",
|
|
12036
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestoneType",
|
|
12037
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType",
|
|
12038
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
|
|
12039
|
-
"WebhookPullRequestMilestonedPropPullRequestPropUserType",
|
|
12040
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksType",
|
|
12041
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType",
|
|
12042
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType",
|
|
12043
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType",
|
|
12044
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType",
|
|
12045
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType",
|
|
12046
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType",
|
|
12047
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType",
|
|
12048
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType",
|
|
12049
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBaseType",
|
|
12050
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType",
|
|
12051
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType",
|
|
12052
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType",
|
|
12053
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType",
|
|
12054
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
|
|
12055
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadType",
|
|
12056
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType",
|
|
12057
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType",
|
|
12058
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
|
|
12059
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
|
|
12060
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
|
|
12061
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
|
|
12062
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
|
|
12063
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType",
|
|
12064
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12065
11223
|
"WebhookPullRequestOpenedType",
|
|
12066
11224
|
"WebhookPullRequestReadyForReviewType",
|
|
12067
11225
|
"WebhookPullRequestReopenedType",
|
|
@@ -12109,13 +11267,6 @@ else:
|
|
|
12109
11267
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType",
|
|
12110
11268
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12111
11269
|
"WebhookPullRequestReviewCommentDeletedType",
|
|
12112
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentType",
|
|
12113
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType",
|
|
12114
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropUserType",
|
|
12115
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType",
|
|
12116
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType",
|
|
12117
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType",
|
|
12118
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType",
|
|
12119
11270
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestType",
|
|
12120
11271
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType",
|
|
12121
11272
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12152,15 +11303,6 @@ else:
|
|
|
12152
11303
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsType",
|
|
12153
11304
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12154
11305
|
"WebhookPullRequestReviewCommentEditedType",
|
|
12155
|
-
"WebhookPullRequestReviewCommentEditedPropChangesType",
|
|
12156
|
-
"WebhookPullRequestReviewCommentEditedPropChangesPropBodyType",
|
|
12157
|
-
"WebhookPullRequestReviewCommentEditedPropCommentType",
|
|
12158
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType",
|
|
12159
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropUserType",
|
|
12160
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksType",
|
|
12161
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType",
|
|
12162
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType",
|
|
12163
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType",
|
|
12164
11306
|
"WebhookPullRequestReviewCommentEditedPropPullRequestType",
|
|
12165
11307
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType",
|
|
12166
11308
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12240,11 +11382,6 @@ else:
|
|
|
12240
11382
|
"WebhookPullRequestReviewEditedType",
|
|
12241
11383
|
"WebhookPullRequestReviewEditedPropChangesType",
|
|
12242
11384
|
"WebhookPullRequestReviewEditedPropChangesPropBodyType",
|
|
12243
|
-
"WebhookPullRequestReviewEditedPropReviewType",
|
|
12244
|
-
"WebhookPullRequestReviewEditedPropReviewPropUserType",
|
|
12245
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksType",
|
|
12246
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType",
|
|
12247
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType",
|
|
12248
11385
|
"WebhookPullRequestReviewEditedPropPullRequestType",
|
|
12249
11386
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType",
|
|
12250
11387
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12435,11 +11572,6 @@ else:
|
|
|
12435
11572
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsType",
|
|
12436
11573
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12437
11574
|
"WebhookPullRequestReviewSubmittedType",
|
|
12438
|
-
"WebhookPullRequestReviewSubmittedPropReviewType",
|
|
12439
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropUserType",
|
|
12440
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksType",
|
|
12441
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType",
|
|
12442
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType",
|
|
12443
11575
|
"WebhookPullRequestReviewSubmittedPropPullRequestType",
|
|
12444
11576
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType",
|
|
12445
11577
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12601,7 +11733,6 @@ else:
|
|
|
12601
11733
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsType",
|
|
12602
11734
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12603
11735
|
"WebhookPullRequestUnassignedType",
|
|
12604
|
-
"WebhookPullRequestUnassignedPropAssigneeType",
|
|
12605
11736
|
"WebhookPullRequestUnassignedPropPullRequestType",
|
|
12606
11737
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneeType",
|
|
12607
11738
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12639,7 +11770,6 @@ else:
|
|
|
12639
11770
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsType",
|
|
12640
11771
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12641
11772
|
"WebhookPullRequestUnlabeledType",
|
|
12642
|
-
"WebhookPullRequestUnlabeledPropLabelType",
|
|
12643
11773
|
"WebhookPullRequestUnlabeledPropPullRequestType",
|
|
12644
11774
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneeType",
|
|
12645
11775
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItemsType",
|
|
@@ -12771,27 +11901,12 @@ else:
|
|
|
12771
11901
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleaseType",
|
|
12772
11902
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType",
|
|
12773
11903
|
"WebhookReleaseCreatedType",
|
|
12774
|
-
"WebhookReleaseCreatedPropReleaseType",
|
|
12775
|
-
"WebhookReleaseCreatedPropReleasePropAuthorType",
|
|
12776
|
-
"WebhookReleaseCreatedPropReleasePropReactionsType",
|
|
12777
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsType",
|
|
12778
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType",
|
|
12779
11904
|
"WebhookReleaseDeletedType",
|
|
12780
|
-
"WebhookReleaseDeletedPropReleaseType",
|
|
12781
|
-
"WebhookReleaseDeletedPropReleasePropAuthorType",
|
|
12782
|
-
"WebhookReleaseDeletedPropReleasePropReactionsType",
|
|
12783
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsType",
|
|
12784
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType",
|
|
12785
11905
|
"WebhookReleaseEditedType",
|
|
12786
11906
|
"WebhookReleaseEditedPropChangesType",
|
|
12787
11907
|
"WebhookReleaseEditedPropChangesPropBodyType",
|
|
12788
11908
|
"WebhookReleaseEditedPropChangesPropNameType",
|
|
12789
11909
|
"WebhookReleaseEditedPropChangesPropMakeLatestType",
|
|
12790
|
-
"WebhookReleaseEditedPropReleaseType",
|
|
12791
|
-
"WebhookReleaseEditedPropReleasePropAuthorType",
|
|
12792
|
-
"WebhookReleaseEditedPropReleasePropReactionsType",
|
|
12793
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsType",
|
|
12794
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
|
|
12795
11910
|
"WebhookReleasePrereleasedType",
|
|
12796
11911
|
"WebhookReleasePrereleasedPropReleaseType",
|
|
12797
11912
|
"WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
|
|
@@ -12799,23 +11914,8 @@ else:
|
|
|
12799
11914
|
"WebhookReleasePrereleasedPropReleasePropAuthorType",
|
|
12800
11915
|
"WebhookReleasePrereleasedPropReleasePropReactionsType",
|
|
12801
11916
|
"WebhookReleasePublishedType",
|
|
12802
|
-
"WebhookReleasePublishedPropReleaseType",
|
|
12803
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsType",
|
|
12804
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12805
|
-
"WebhookReleasePublishedPropReleasePropAuthorType",
|
|
12806
|
-
"WebhookReleasePublishedPropReleasePropReactionsType",
|
|
12807
11917
|
"WebhookReleaseReleasedType",
|
|
12808
|
-
"WebhookReleaseReleasedPropReleaseType",
|
|
12809
|
-
"WebhookReleaseReleasedPropReleasePropAuthorType",
|
|
12810
|
-
"WebhookReleaseReleasedPropReleasePropReactionsType",
|
|
12811
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsType",
|
|
12812
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
|
|
12813
11918
|
"WebhookReleaseUnpublishedType",
|
|
12814
|
-
"WebhookReleaseUnpublishedPropReleaseType",
|
|
12815
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
|
|
12816
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12817
|
-
"WebhookReleaseUnpublishedPropReleasePropAuthorType",
|
|
12818
|
-
"WebhookReleaseUnpublishedPropReleasePropReactionsType",
|
|
12819
11919
|
"WebhookRepositoryAdvisoryPublishedType",
|
|
12820
11920
|
"WebhookRepositoryAdvisoryReportedType",
|
|
12821
11921
|
"WebhookRepositoryArchivedType",
|
|
@@ -12863,14 +11963,10 @@ else:
|
|
|
12863
11963
|
"WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType",
|
|
12864
11964
|
"WebhookRepositoryUnarchivedType",
|
|
12865
11965
|
"WebhookRepositoryVulnerabilityAlertCreateType",
|
|
12866
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
|
|
12867
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
|
|
12868
11966
|
"WebhookRepositoryVulnerabilityAlertDismissType",
|
|
12869
11967
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
|
|
12870
11968
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
|
|
12871
11969
|
"WebhookRepositoryVulnerabilityAlertReopenType",
|
|
12872
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
|
|
12873
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
|
|
12874
11970
|
"WebhookRepositoryVulnerabilityAlertResolveType",
|
|
12875
11971
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
|
|
12876
11972
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
|
|
@@ -12896,23 +11992,7 @@ else:
|
|
|
12896
11992
|
"WebhookSecretScanningAlertRevokedType",
|
|
12897
11993
|
"WebhookSecretScanningAlertValidatedType",
|
|
12898
11994
|
"WebhookSecurityAdvisoryPublishedType",
|
|
12899
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType",
|
|
12900
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType",
|
|
12901
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType",
|
|
12902
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType",
|
|
12903
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType",
|
|
12904
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
12905
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
12906
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
12907
11995
|
"WebhookSecurityAdvisoryUpdatedType",
|
|
12908
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType",
|
|
12909
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType",
|
|
12910
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType",
|
|
12911
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType",
|
|
12912
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType",
|
|
12913
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
12914
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
12915
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
12916
11996
|
"WebhookSecurityAdvisoryWithdrawnType",
|
|
12917
11997
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType",
|
|
12918
11998
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType",
|
|
@@ -12926,49 +12006,13 @@ else:
|
|
|
12926
12006
|
"WebhookSecurityAndAnalysisPropChangesType",
|
|
12927
12007
|
"WebhookSecurityAndAnalysisPropChangesPropFromType",
|
|
12928
12008
|
"WebhookSponsorshipCancelledType",
|
|
12929
|
-
"WebhookSponsorshipCancelledPropSponsorshipType",
|
|
12930
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType",
|
|
12931
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorType",
|
|
12932
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType",
|
|
12933
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropTierType",
|
|
12934
12009
|
"WebhookSponsorshipCreatedType",
|
|
12935
|
-
"WebhookSponsorshipCreatedPropSponsorshipType",
|
|
12936
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType",
|
|
12937
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorType",
|
|
12938
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType",
|
|
12939
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropTierType",
|
|
12940
12010
|
"WebhookSponsorshipEditedType",
|
|
12941
12011
|
"WebhookSponsorshipEditedPropChangesType",
|
|
12942
12012
|
"WebhookSponsorshipEditedPropChangesPropPrivacyLevelType",
|
|
12943
|
-
"WebhookSponsorshipEditedPropSponsorshipType",
|
|
12944
|
-
"WebhookSponsorshipEditedPropSponsorshipPropMaintainerType",
|
|
12945
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorType",
|
|
12946
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorableType",
|
|
12947
|
-
"WebhookSponsorshipEditedPropSponsorshipPropTierType",
|
|
12948
12013
|
"WebhookSponsorshipPendingCancellationType",
|
|
12949
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipType",
|
|
12950
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType",
|
|
12951
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType",
|
|
12952
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType",
|
|
12953
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType",
|
|
12954
12014
|
"WebhookSponsorshipPendingTierChangeType",
|
|
12955
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipType",
|
|
12956
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType",
|
|
12957
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType",
|
|
12958
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType",
|
|
12959
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType",
|
|
12960
|
-
"WebhookSponsorshipPendingTierChangePropChangesType",
|
|
12961
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierType",
|
|
12962
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType",
|
|
12963
12015
|
"WebhookSponsorshipTierChangedType",
|
|
12964
|
-
"WebhookSponsorshipTierChangedPropSponsorshipType",
|
|
12965
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType",
|
|
12966
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType",
|
|
12967
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType",
|
|
12968
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropTierType",
|
|
12969
|
-
"WebhookSponsorshipTierChangedPropChangesType",
|
|
12970
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierType",
|
|
12971
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierPropFromType",
|
|
12972
12016
|
"WebhookStarCreatedType",
|
|
12973
12017
|
"WebhookStarDeletedType",
|
|
12974
12018
|
"WebhookStatusType",
|
|
@@ -12988,40 +12032,30 @@ else:
|
|
|
12988
12032
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof0Type",
|
|
12989
12033
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof1Type",
|
|
12990
12034
|
"WebhookTeamAddType",
|
|
12991
|
-
"WebhookTeamAddPropTeamType",
|
|
12992
|
-
"WebhookTeamAddPropTeamPropParentType",
|
|
12993
12035
|
"WebhookTeamAddedToRepositoryType",
|
|
12994
12036
|
"WebhookTeamAddedToRepositoryPropRepositoryType",
|
|
12995
12037
|
"WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType",
|
|
12996
12038
|
"WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType",
|
|
12997
12039
|
"WebhookTeamAddedToRepositoryPropRepositoryPropOwnerType",
|
|
12998
12040
|
"WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType",
|
|
12999
|
-
"WebhookTeamAddedToRepositoryPropTeamType",
|
|
13000
|
-
"WebhookTeamAddedToRepositoryPropTeamPropParentType",
|
|
13001
12041
|
"WebhookTeamCreatedType",
|
|
13002
12042
|
"WebhookTeamCreatedPropRepositoryType",
|
|
13003
12043
|
"WebhookTeamCreatedPropRepositoryPropCustomPropertiesType",
|
|
13004
12044
|
"WebhookTeamCreatedPropRepositoryPropLicenseType",
|
|
13005
12045
|
"WebhookTeamCreatedPropRepositoryPropOwnerType",
|
|
13006
12046
|
"WebhookTeamCreatedPropRepositoryPropPermissionsType",
|
|
13007
|
-
"WebhookTeamCreatedPropTeamType",
|
|
13008
|
-
"WebhookTeamCreatedPropTeamPropParentType",
|
|
13009
12047
|
"WebhookTeamDeletedType",
|
|
13010
12048
|
"WebhookTeamDeletedPropRepositoryType",
|
|
13011
12049
|
"WebhookTeamDeletedPropRepositoryPropCustomPropertiesType",
|
|
13012
12050
|
"WebhookTeamDeletedPropRepositoryPropLicenseType",
|
|
13013
12051
|
"WebhookTeamDeletedPropRepositoryPropOwnerType",
|
|
13014
12052
|
"WebhookTeamDeletedPropRepositoryPropPermissionsType",
|
|
13015
|
-
"WebhookTeamDeletedPropTeamType",
|
|
13016
|
-
"WebhookTeamDeletedPropTeamPropParentType",
|
|
13017
12053
|
"WebhookTeamEditedType",
|
|
13018
12054
|
"WebhookTeamEditedPropRepositoryType",
|
|
13019
12055
|
"WebhookTeamEditedPropRepositoryPropCustomPropertiesType",
|
|
13020
12056
|
"WebhookTeamEditedPropRepositoryPropLicenseType",
|
|
13021
12057
|
"WebhookTeamEditedPropRepositoryPropOwnerType",
|
|
13022
12058
|
"WebhookTeamEditedPropRepositoryPropPermissionsType",
|
|
13023
|
-
"WebhookTeamEditedPropTeamType",
|
|
13024
|
-
"WebhookTeamEditedPropTeamPropParentType",
|
|
13025
12059
|
"WebhookTeamEditedPropChangesType",
|
|
13026
12060
|
"WebhookTeamEditedPropChangesPropDescriptionType",
|
|
13027
12061
|
"WebhookTeamEditedPropChangesPropNameType",
|
|
@@ -13036,8 +12070,6 @@ else:
|
|
|
13036
12070
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType",
|
|
13037
12071
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType",
|
|
13038
12072
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType",
|
|
13039
|
-
"WebhookTeamRemovedFromRepositoryPropTeamType",
|
|
13040
|
-
"WebhookTeamRemovedFromRepositoryPropTeamPropParentType",
|
|
13041
12073
|
"WebhookWatchStartedType",
|
|
13042
12074
|
"WebhookWorkflowDispatchType",
|
|
13043
12075
|
"WebhookWorkflowDispatchPropInputsType",
|
|
@@ -13062,7 +12094,6 @@ else:
|
|
|
13062
12094
|
"WebhookWorkflowJobWaitingPropWorkflowJobType",
|
|
13063
12095
|
"WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType",
|
|
13064
12096
|
"WebhookWorkflowRunCompletedType",
|
|
13065
|
-
"WebhookWorkflowRunCompletedPropWorkflowType",
|
|
13066
12097
|
"WebhookWorkflowRunCompletedPropWorkflowRunType",
|
|
13067
12098
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
|
|
13068
12099
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13080,7 +12111,6 @@ else:
|
|
|
13080
12111
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13081
12112
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13082
12113
|
"WebhookWorkflowRunInProgressType",
|
|
13083
|
-
"WebhookWorkflowRunInProgressPropWorkflowType",
|
|
13084
12114
|
"WebhookWorkflowRunInProgressPropWorkflowRunType",
|
|
13085
12115
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
|
|
13086
12116
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13098,7 +12128,6 @@ else:
|
|
|
13098
12128
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13099
12129
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13100
12130
|
"WebhookWorkflowRunRequestedType",
|
|
13101
|
-
"WebhookWorkflowRunRequestedPropWorkflowType",
|
|
13102
12131
|
"WebhookWorkflowRunRequestedPropWorkflowRunType",
|
|
13103
12132
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropActorType",
|
|
13104
12133
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13324,6 +12353,9 @@ else:
|
|
|
13324
12353
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
|
|
13325
12354
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
|
|
13326
12355
|
"ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",
|
|
12356
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
|
|
12357
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
|
|
12358
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
|
|
13327
12359
|
"ReposOwnerRepoCodeScanningSarifsPostBodyType",
|
|
13328
12360
|
"ReposOwnerRepoCodespacesGetResponse200Type",
|
|
13329
12361
|
"ReposOwnerRepoCodespacesPostBodyType",
|