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
githubkit/rest/__init__.py
CHANGED
|
@@ -120,6 +120,8 @@ if TYPE_CHECKING:
|
|
|
120
120
|
from githubkit.versions.v2022_11_28.models import SimpleCommit as SimpleCommit
|
|
121
121
|
from githubkit.versions.v2022_11_28.models import Verification as Verification
|
|
122
122
|
from githubkit.versions.v2022_11_28.models import WebhooksRule as WebhooksRule
|
|
123
|
+
from githubkit.versions.v2022_11_28.models import WebhooksTeam as WebhooksTeam
|
|
124
|
+
from githubkit.versions.v2022_11_28.models import WebhooksUser as WebhooksUser
|
|
123
125
|
from githubkit.versions.v2022_11_28.models import ActionsSecret as ActionsSecret
|
|
124
126
|
from githubkit.versions.v2022_11_28.models import Authorization as Authorization
|
|
125
127
|
from githubkit.versions.v2022_11_28.models import CodeOfConduct as CodeOfConduct
|
|
@@ -144,6 +146,10 @@ if TYPE_CHECKING:
|
|
|
144
146
|
from githubkit.versions.v2022_11_28.models import WebhookGollum as WebhookGollum
|
|
145
147
|
from githubkit.versions.v2022_11_28.models import WebhookPublic as WebhookPublic
|
|
146
148
|
from githubkit.versions.v2022_11_28.models import WebhookStatus as WebhookStatus
|
|
149
|
+
from githubkit.versions.v2022_11_28.models import WebhooksAlert as WebhooksAlert
|
|
150
|
+
from githubkit.versions.v2022_11_28.models import WebhooksIssue as WebhooksIssue
|
|
151
|
+
from githubkit.versions.v2022_11_28.models import WebhooksLabel as WebhooksLabel
|
|
152
|
+
from githubkit.versions.v2022_11_28.models import WebhooksTeam1 as WebhooksTeam1
|
|
147
153
|
from githubkit.versions.v2022_11_28.models import WorkflowUsage as WorkflowUsage
|
|
148
154
|
from githubkit.versions.v2022_11_28.models import AppPermissions as AppPermissions
|
|
149
155
|
from githubkit.versions.v2022_11_28.models import CommitActivity as CommitActivity
|
|
@@ -161,6 +167,9 @@ if TYPE_CHECKING:
|
|
|
161
167
|
from githubkit.versions.v2022_11_28.models import TeamMembership as TeamMembership
|
|
162
168
|
from githubkit.versions.v2022_11_28.models import TeamRepository as TeamRepository
|
|
163
169
|
from githubkit.versions.v2022_11_28.models import WebhookTeamAdd as WebhookTeamAdd
|
|
170
|
+
from githubkit.versions.v2022_11_28.models import WebhooksAnswer as WebhooksAnswer
|
|
171
|
+
from githubkit.versions.v2022_11_28.models import WebhooksIssue2 as WebhooksIssue2
|
|
172
|
+
from githubkit.versions.v2022_11_28.models import WebhooksReview as WebhooksReview
|
|
164
173
|
from githubkit.versions.v2022_11_28.models import ActionsVariable as ActionsVariable
|
|
165
174
|
from githubkit.versions.v2022_11_28.models import CheckAnnotation as CheckAnnotation
|
|
166
175
|
from githubkit.versions.v2022_11_28.models import CommitPropStats as CommitPropStats
|
|
@@ -176,6 +185,10 @@ if TYPE_CHECKING:
|
|
|
176
185
|
from githubkit.versions.v2022_11_28.models import SimpleClassroom as SimpleClassroom
|
|
177
186
|
from githubkit.versions.v2022_11_28.models import SnapshotPropJob as SnapshotPropJob
|
|
178
187
|
from githubkit.versions.v2022_11_28.models import ValidationError as ValidationError
|
|
188
|
+
from githubkit.versions.v2022_11_28.models import WebhooksChanges as WebhooksChanges
|
|
189
|
+
from githubkit.versions.v2022_11_28.models import WebhooksComment as WebhooksComment
|
|
190
|
+
from githubkit.versions.v2022_11_28.models import WebhooksProject as WebhooksProject
|
|
191
|
+
from githubkit.versions.v2022_11_28.models import WebhooksRelease as WebhooksRelease
|
|
179
192
|
from githubkit.versions.v2022_11_28.models import (
|
|
180
193
|
ActionsCacheList as ActionsCacheList,
|
|
181
194
|
)
|
|
@@ -272,6 +285,18 @@ if TYPE_CHECKING:
|
|
|
272
285
|
from githubkit.versions.v2022_11_28.models import (
|
|
273
286
|
WebhookPageBuild as WebhookPageBuild,
|
|
274
287
|
)
|
|
288
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
289
|
+
WebhooksApprover as WebhooksApprover,
|
|
290
|
+
)
|
|
291
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
292
|
+
WebhooksChanges8 as WebhooksChanges8,
|
|
293
|
+
)
|
|
294
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
295
|
+
WebhooksRelease1 as WebhooksRelease1,
|
|
296
|
+
)
|
|
297
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
298
|
+
WebhooksWorkflow as WebhooksWorkflow,
|
|
299
|
+
)
|
|
275
300
|
from githubkit.versions.v2022_11_28.models import (
|
|
276
301
|
WorkflowRunUsage as WorkflowRunUsage,
|
|
277
302
|
)
|
|
@@ -344,6 +369,12 @@ if TYPE_CHECKING:
|
|
|
344
369
|
from githubkit.versions.v2022_11_28.models import (
|
|
345
370
|
WebhookTeamEdited as WebhookTeamEdited,
|
|
346
371
|
)
|
|
372
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
373
|
+
WebhooksDeployKey as WebhooksDeployKey,
|
|
374
|
+
)
|
|
375
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
376
|
+
WebhooksMilestone as WebhooksMilestone,
|
|
377
|
+
)
|
|
347
378
|
from githubkit.versions.v2022_11_28.models import (
|
|
348
379
|
AssignedIssueEvent as AssignedIssueEvent,
|
|
349
380
|
)
|
|
@@ -425,6 +456,12 @@ if TYPE_CHECKING:
|
|
|
425
456
|
from githubkit.versions.v2022_11_28.models import (
|
|
426
457
|
WebhookTeamDeleted as WebhookTeamDeleted,
|
|
427
458
|
)
|
|
459
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
460
|
+
WebhooksMembership as WebhooksMembership,
|
|
461
|
+
)
|
|
462
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
463
|
+
WebhooksMilestone3 as WebhooksMilestone3,
|
|
464
|
+
)
|
|
428
465
|
from githubkit.versions.v2022_11_28.models import (
|
|
429
466
|
ActionsBillingUsage as ActionsBillingUsage,
|
|
430
467
|
)
|
|
@@ -449,6 +486,9 @@ if TYPE_CHECKING:
|
|
|
449
486
|
from githubkit.versions.v2022_11_28.models import (
|
|
450
487
|
ContributorActivity as ContributorActivity,
|
|
451
488
|
)
|
|
489
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
490
|
+
CopilotUsageMetrics as CopilotUsageMetrics,
|
|
491
|
+
)
|
|
452
492
|
from githubkit.versions.v2022_11_28.models import (
|
|
453
493
|
CustomPropertyValue as CustomPropertyValue,
|
|
454
494
|
)
|
|
@@ -527,6 +567,12 @@ if TYPE_CHECKING:
|
|
|
527
567
|
from githubkit.versions.v2022_11_28.models import (
|
|
528
568
|
WebhookWatchStarted as WebhookWatchStarted,
|
|
529
569
|
)
|
|
570
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
571
|
+
WebhooksProjectCard as WebhooksProjectCard,
|
|
572
|
+
)
|
|
573
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
574
|
+
WebhooksSponsorship as WebhooksSponsorship,
|
|
575
|
+
)
|
|
530
576
|
from githubkit.versions.v2022_11_28.models import (
|
|
531
577
|
AuthorizationPropApp as AuthorizationPropApp,
|
|
532
578
|
)
|
|
@@ -653,6 +699,12 @@ if TYPE_CHECKING:
|
|
|
653
699
|
from githubkit.versions.v2022_11_28.models import (
|
|
654
700
|
WebhookReleaseEdited as WebhookReleaseEdited,
|
|
655
701
|
)
|
|
702
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
703
|
+
WebhooksIssueComment as WebhooksIssueComment,
|
|
704
|
+
)
|
|
705
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
706
|
+
WebhooksPullRequest5 as WebhooksPullRequest5,
|
|
707
|
+
)
|
|
656
708
|
from githubkit.versions.v2022_11_28.models import (
|
|
657
709
|
BranchShortPropCommit as BranchShortPropCommit,
|
|
658
710
|
)
|
|
@@ -683,6 +735,18 @@ if TYPE_CHECKING:
|
|
|
683
735
|
from githubkit.versions.v2022_11_28.models import (
|
|
684
736
|
PagesHttpsCertificate as PagesHttpsCertificate,
|
|
685
737
|
)
|
|
738
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
739
|
+
RepositoryRuleOneof14 as RepositoryRuleOneof14,
|
|
740
|
+
)
|
|
741
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
742
|
+
RepositoryRuleOneof15 as RepositoryRuleOneof15,
|
|
743
|
+
)
|
|
744
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
745
|
+
RepositoryRuleOneof16 as RepositoryRuleOneof16,
|
|
746
|
+
)
|
|
747
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
748
|
+
RepositoryRuleOneof17 as RepositoryRuleOneof17,
|
|
749
|
+
)
|
|
686
750
|
from githubkit.versions.v2022_11_28.models import (
|
|
687
751
|
ShortBranchPropCommit as ShortBranchPropCommit,
|
|
688
752
|
)
|
|
@@ -737,6 +801,18 @@ if TYPE_CHECKING:
|
|
|
737
801
|
from githubkit.versions.v2022_11_28.models import (
|
|
738
802
|
WebhookReleaseDeleted as WebhookReleaseDeleted,
|
|
739
803
|
)
|
|
804
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
805
|
+
WebhooksIssuePropUser as WebhooksIssuePropUser,
|
|
806
|
+
)
|
|
807
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
808
|
+
WebhooksProjectColumn as WebhooksProjectColumn,
|
|
809
|
+
)
|
|
810
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
811
|
+
WebhooksReviewComment as WebhooksReviewComment,
|
|
812
|
+
)
|
|
813
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
814
|
+
WebhooksUserMannequin as WebhooksUserMannequin,
|
|
815
|
+
)
|
|
740
816
|
from githubkit.versions.v2022_11_28.models import (
|
|
741
817
|
ApiOverviewPropDomains as ApiOverviewPropDomains,
|
|
742
818
|
)
|
|
@@ -849,7 +925,25 @@ if TYPE_CHECKING:
|
|
|
849
925
|
WebhookReleaseReleased as WebhookReleaseReleased,
|
|
850
926
|
)
|
|
851
927
|
from githubkit.versions.v2022_11_28.models import (
|
|
852
|
-
|
|
928
|
+
WebhooksAnswerPropUser as WebhooksAnswerPropUser,
|
|
929
|
+
)
|
|
930
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
931
|
+
WebhooksIssue2PropUser as WebhooksIssue2PropUser,
|
|
932
|
+
)
|
|
933
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
934
|
+
WebhooksProjectChanges as WebhooksProjectChanges,
|
|
935
|
+
)
|
|
936
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
937
|
+
WebhooksReviewPropUser as WebhooksReviewPropUser,
|
|
938
|
+
)
|
|
939
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
940
|
+
WebhooksReviewersItems as WebhooksReviewersItems,
|
|
941
|
+
)
|
|
942
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
943
|
+
WebhooksTeamPropParent as WebhooksTeamPropParent,
|
|
944
|
+
)
|
|
945
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
946
|
+
WebhooksWorkflowJobRun as WebhooksWorkflowJobRun,
|
|
853
947
|
)
|
|
854
948
|
from githubkit.versions.v2022_11_28.models import (
|
|
855
949
|
ArtifactPropWorkflowRun as ArtifactPropWorkflowRun,
|
|
@@ -947,6 +1041,18 @@ if TYPE_CHECKING:
|
|
|
947
1041
|
from githubkit.versions.v2022_11_28.models import (
|
|
948
1042
|
WebhookWorkflowDispatch as WebhookWorkflowDispatch,
|
|
949
1043
|
)
|
|
1044
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1045
|
+
WebhooksChangesPropBody as WebhooksChangesPropBody,
|
|
1046
|
+
)
|
|
1047
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1048
|
+
WebhooksCommentPropUser as WebhooksCommentPropUser,
|
|
1049
|
+
)
|
|
1050
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1051
|
+
WebhooksReviewPropLinks as WebhooksReviewPropLinks,
|
|
1052
|
+
)
|
|
1053
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1054
|
+
WebhooksTeam1PropParent as WebhooksTeam1PropParent,
|
|
1055
|
+
)
|
|
950
1056
|
from githubkit.versions.v2022_11_28.models import (
|
|
951
1057
|
AddedToProjectIssueEvent as AddedToProjectIssueEvent,
|
|
952
1058
|
)
|
|
@@ -1067,6 +1173,12 @@ if TYPE_CHECKING:
|
|
|
1067
1173
|
from githubkit.versions.v2022_11_28.models import (
|
|
1068
1174
|
WebhookWorkflowJobQueued as WebhookWorkflowJobQueued,
|
|
1069
1175
|
)
|
|
1176
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1177
|
+
WebhooksChanges8PropTier as WebhooksChanges8PropTier,
|
|
1178
|
+
)
|
|
1179
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1180
|
+
WebhooksSecurityAdvisory as WebhooksSecurityAdvisory,
|
|
1181
|
+
)
|
|
1070
1182
|
from githubkit.versions.v2022_11_28.models import (
|
|
1071
1183
|
CodeScanningAlertInstance as CodeScanningAlertInstance,
|
|
1072
1184
|
)
|
|
@@ -1185,10 +1297,16 @@ if TYPE_CHECKING:
|
|
|
1185
1297
|
WebhookSponsorshipCreated as WebhookSponsorshipCreated,
|
|
1186
1298
|
)
|
|
1187
1299
|
from githubkit.versions.v2022_11_28.models import (
|
|
1188
|
-
|
|
1300
|
+
WebhookWorkflowJobWaiting as WebhookWorkflowJobWaiting,
|
|
1189
1301
|
)
|
|
1190
1302
|
from githubkit.versions.v2022_11_28.models import (
|
|
1191
|
-
|
|
1303
|
+
WebhooksIssuePropAssignee as WebhooksIssuePropAssignee,
|
|
1304
|
+
)
|
|
1305
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1306
|
+
WebhooksReleasePropAuthor as WebhooksReleasePropAuthor,
|
|
1307
|
+
)
|
|
1308
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1309
|
+
WebhooksRepositoriesItems as WebhooksRepositoriesItems,
|
|
1192
1310
|
)
|
|
1193
1311
|
from githubkit.versions.v2022_11_28.models import (
|
|
1194
1312
|
WorkflowUsagePropBillable as WorkflowUsagePropBillable,
|
|
@@ -1262,6 +1380,9 @@ if TYPE_CHECKING:
|
|
|
1262
1380
|
from githubkit.versions.v2022_11_28.models import (
|
|
1263
1381
|
RepositoryAdvisoryPropCvss as RepositoryAdvisoryPropCvss,
|
|
1264
1382
|
)
|
|
1383
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1384
|
+
RepositoryRuleCodeScanning as RepositoryRuleCodeScanning,
|
|
1385
|
+
)
|
|
1265
1386
|
from githubkit.versions.v2022_11_28.models import (
|
|
1266
1387
|
RepositoryRulesetPropLinks as RepositoryRulesetPropLinks,
|
|
1267
1388
|
)
|
|
@@ -1356,10 +1477,25 @@ if TYPE_CHECKING:
|
|
|
1356
1477
|
WebhookSecurityAndAnalysis as WebhookSecurityAndAnalysis,
|
|
1357
1478
|
)
|
|
1358
1479
|
from githubkit.versions.v2022_11_28.models import (
|
|
1359
|
-
|
|
1480
|
+
WebhooksAlertPropDismisser as WebhooksAlertPropDismisser,
|
|
1481
|
+
)
|
|
1482
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1483
|
+
WebhooksIssue2PropAssignee as WebhooksIssue2PropAssignee,
|
|
1484
|
+
)
|
|
1485
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1486
|
+
WebhooksIssuePropMilestone as WebhooksIssuePropMilestone,
|
|
1487
|
+
)
|
|
1488
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1489
|
+
WebhooksIssuePropReactions as WebhooksIssuePropReactions,
|
|
1360
1490
|
)
|
|
1361
1491
|
from githubkit.versions.v2022_11_28.models import (
|
|
1362
|
-
|
|
1492
|
+
WebhooksMembershipPropUser as WebhooksMembershipPropUser,
|
|
1493
|
+
)
|
|
1494
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1495
|
+
WebhooksProjectPropCreator as WebhooksProjectPropCreator,
|
|
1496
|
+
)
|
|
1497
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1498
|
+
WebhooksRelease1PropAuthor as WebhooksRelease1PropAuthor,
|
|
1363
1499
|
)
|
|
1364
1500
|
from githubkit.versions.v2022_11_28.models import (
|
|
1365
1501
|
CheckAutomatedSecurityFixes as CheckAutomatedSecurityFixes,
|
|
@@ -1367,6 +1503,9 @@ if TYPE_CHECKING:
|
|
|
1367
1503
|
from githubkit.versions.v2022_11_28.models import (
|
|
1368
1504
|
ClassroomAcceptedAssignment as ClassroomAcceptedAssignment,
|
|
1369
1505
|
)
|
|
1506
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1507
|
+
CodeScanningVariantAnalysis as CodeScanningVariantAnalysis,
|
|
1508
|
+
)
|
|
1370
1509
|
from githubkit.versions.v2022_11_28.models import (
|
|
1371
1510
|
CodespaceWithFullRepository as CodespaceWithFullRepository,
|
|
1372
1511
|
)
|
|
@@ -1457,9 +1596,6 @@ if TYPE_CHECKING:
|
|
|
1457
1596
|
from githubkit.versions.v2022_11_28.models import (
|
|
1458
1597
|
WebhookGollumPropPagesItems as WebhookGollumPropPagesItems,
|
|
1459
1598
|
)
|
|
1460
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1461
|
-
WebhookLabelEditedPropLabel as WebhookLabelEditedPropLabel,
|
|
1462
|
-
)
|
|
1463
1599
|
from githubkit.versions.v2022_11_28.models import (
|
|
1464
1600
|
WebhookProjectCardConverted as WebhookProjectCardConverted,
|
|
1465
1601
|
)
|
|
@@ -1499,6 +1635,21 @@ if TYPE_CHECKING:
|
|
|
1499
1635
|
from githubkit.versions.v2022_11_28.models import (
|
|
1500
1636
|
WebhookWorkflowRunRequested as WebhookWorkflowRunRequested,
|
|
1501
1637
|
)
|
|
1638
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1639
|
+
WebhooksAnswerPropReactions as WebhooksAnswerPropReactions,
|
|
1640
|
+
)
|
|
1641
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1642
|
+
WebhooksIssue2PropMilestone as WebhooksIssue2PropMilestone,
|
|
1643
|
+
)
|
|
1644
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1645
|
+
WebhooksIssue2PropReactions as WebhooksIssue2PropReactions,
|
|
1646
|
+
)
|
|
1647
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1648
|
+
WebhooksMarketplacePurchase as WebhooksMarketplacePurchase,
|
|
1649
|
+
)
|
|
1650
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1651
|
+
WebhooksSponsorshipPropTier as WebhooksSponsorshipPropTier,
|
|
1652
|
+
)
|
|
1502
1653
|
from githubkit.versions.v2022_11_28.models import (
|
|
1503
1654
|
ActionsRepositoryPermissions as ActionsRepositoryPermissions,
|
|
1504
1655
|
)
|
|
@@ -1637,27 +1788,12 @@ if TYPE_CHECKING:
|
|
|
1637
1788
|
from githubkit.versions.v2022_11_28.models import (
|
|
1638
1789
|
WebhookIssuesEditedPropIssue as WebhookIssuesEditedPropIssue,
|
|
1639
1790
|
)
|
|
1640
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1641
|
-
WebhookIssuesEditedPropLabel as WebhookIssuesEditedPropLabel,
|
|
1642
|
-
)
|
|
1643
1791
|
from githubkit.versions.v2022_11_28.models import (
|
|
1644
1792
|
WebhookIssuesLockedPropIssue as WebhookIssuesLockedPropIssue,
|
|
1645
1793
|
)
|
|
1646
1794
|
from githubkit.versions.v2022_11_28.models import (
|
|
1647
1795
|
WebhookIssuesOpenedPropIssue as WebhookIssuesOpenedPropIssue,
|
|
1648
1796
|
)
|
|
1649
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1650
|
-
WebhookIssuesPinnedPropIssue as WebhookIssuesPinnedPropIssue,
|
|
1651
|
-
)
|
|
1652
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1653
|
-
WebhookLabelCreatedPropLabel as WebhookLabelCreatedPropLabel,
|
|
1654
|
-
)
|
|
1655
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1656
|
-
WebhookLabelDeletedPropLabel as WebhookLabelDeletedPropLabel,
|
|
1657
|
-
)
|
|
1658
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1659
|
-
WebhookMemberAddedPropMember as WebhookMemberAddedPropMember,
|
|
1660
|
-
)
|
|
1661
1797
|
from githubkit.versions.v2022_11_28.models import (
|
|
1662
1798
|
WebhookProjectsV2ItemCreated as WebhookProjectsV2ItemCreated,
|
|
1663
1799
|
)
|
|
@@ -1685,6 +1821,33 @@ if TYPE_CHECKING:
|
|
|
1685
1821
|
from githubkit.versions.v2022_11_28.models import (
|
|
1686
1822
|
WebhookWorkflowRunInProgress as WebhookWorkflowRunInProgress,
|
|
1687
1823
|
)
|
|
1824
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1825
|
+
WebhooksCommentPropReactions as WebhooksCommentPropReactions,
|
|
1826
|
+
)
|
|
1827
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1828
|
+
WebhooksIssueCommentPropUser as WebhooksIssueCommentPropUser,
|
|
1829
|
+
)
|
|
1830
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1831
|
+
WebhooksIssuePropLabelsItems as WebhooksIssuePropLabelsItems,
|
|
1832
|
+
)
|
|
1833
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1834
|
+
WebhooksIssuePropPullRequest as WebhooksIssuePropPullRequest,
|
|
1835
|
+
)
|
|
1836
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1837
|
+
WebhooksMilestonePropCreator as WebhooksMilestonePropCreator,
|
|
1838
|
+
)
|
|
1839
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1840
|
+
WebhooksPullRequest5PropBase as WebhooksPullRequest5PropBase,
|
|
1841
|
+
)
|
|
1842
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1843
|
+
WebhooksPullRequest5PropHead as WebhooksPullRequest5PropHead,
|
|
1844
|
+
)
|
|
1845
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1846
|
+
WebhooksPullRequest5PropUser as WebhooksPullRequest5PropUser,
|
|
1847
|
+
)
|
|
1848
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1849
|
+
WebhooksReleasePropReactions as WebhooksReleasePropReactions,
|
|
1850
|
+
)
|
|
1688
1851
|
from githubkit.versions.v2022_11_28.models import (
|
|
1689
1852
|
WorkflowRunUsagePropBillable as WorkflowRunUsagePropBillable,
|
|
1690
1853
|
)
|
|
@@ -1751,6 +1914,9 @@ if TYPE_CHECKING:
|
|
|
1751
1914
|
from githubkit.versions.v2022_11_28.models import (
|
|
1752
1915
|
RepositoryRuleDetailedOneof14 as RepositoryRuleDetailedOneof14,
|
|
1753
1916
|
)
|
|
1917
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1918
|
+
RepositoryRuleDetailedOneof15 as RepositoryRuleDetailedOneof15,
|
|
1919
|
+
)
|
|
1754
1920
|
from githubkit.versions.v2022_11_28.models import (
|
|
1755
1921
|
TeamRepositoryPropPermissions as TeamRepositoryPropPermissions,
|
|
1756
1922
|
)
|
|
@@ -1766,18 +1932,12 @@ if TYPE_CHECKING:
|
|
|
1766
1932
|
from githubkit.versions.v2022_11_28.models import (
|
|
1767
1933
|
WebhookIssuesLabeledPropIssue as WebhookIssuesLabeledPropIssue,
|
|
1768
1934
|
)
|
|
1769
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1770
|
-
WebhookIssuesLabeledPropLabel as WebhookIssuesLabeledPropLabel,
|
|
1771
|
-
)
|
|
1772
1935
|
from githubkit.versions.v2022_11_28.models import (
|
|
1773
1936
|
WebhookLabelEditedPropChanges as WebhookLabelEditedPropChanges,
|
|
1774
1937
|
)
|
|
1775
1938
|
from githubkit.versions.v2022_11_28.models import (
|
|
1776
1939
|
WebhookMemberAddedPropChanges as WebhookMemberAddedPropChanges,
|
|
1777
1940
|
)
|
|
1778
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1779
|
-
WebhookMemberEditedPropMember as WebhookMemberEditedPropMember,
|
|
1780
|
-
)
|
|
1781
1941
|
from githubkit.versions.v2022_11_28.models import (
|
|
1782
1942
|
WebhookPingPropHookPropConfig as WebhookPingPropHookPropConfig,
|
|
1783
1943
|
)
|
|
@@ -1796,6 +1956,24 @@ if TYPE_CHECKING:
|
|
|
1796
1956
|
from githubkit.versions.v2022_11_28.models import (
|
|
1797
1957
|
WebhookSponsorshipTierChanged as WebhookSponsorshipTierChanged,
|
|
1798
1958
|
)
|
|
1959
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1960
|
+
WebhooksIssue2PropLabelsItems as WebhooksIssue2PropLabelsItems,
|
|
1961
|
+
)
|
|
1962
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1963
|
+
WebhooksIssue2PropPullRequest as WebhooksIssue2PropPullRequest,
|
|
1964
|
+
)
|
|
1965
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1966
|
+
WebhooksMilestone3PropCreator as WebhooksMilestone3PropCreator,
|
|
1967
|
+
)
|
|
1968
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1969
|
+
WebhooksPullRequest5PropLinks as WebhooksPullRequest5PropLinks,
|
|
1970
|
+
)
|
|
1971
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1972
|
+
WebhooksRelease1PropReactions as WebhooksRelease1PropReactions,
|
|
1973
|
+
)
|
|
1974
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
1975
|
+
WebhooksReviewCommentPropUser as WebhooksReviewCommentPropUser,
|
|
1976
|
+
)
|
|
1799
1977
|
from githubkit.versions.v2022_11_28.models import (
|
|
1800
1978
|
ActionsCacheUsageOrgEnterprise as ActionsCacheUsageOrgEnterprise,
|
|
1801
1979
|
)
|
|
@@ -1886,21 +2064,12 @@ if TYPE_CHECKING:
|
|
|
1886
2064
|
from githubkit.versions.v2022_11_28.models import (
|
|
1887
2065
|
WebhookDependabotAlertReopened as WebhookDependabotAlertReopened,
|
|
1888
2066
|
)
|
|
1889
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1890
|
-
WebhookDeployKeyCreatedPropKey as WebhookDeployKeyCreatedPropKey,
|
|
1891
|
-
)
|
|
1892
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1893
|
-
WebhookDeployKeyDeletedPropKey as WebhookDeployKeyDeletedPropKey,
|
|
1894
|
-
)
|
|
1895
2067
|
from githubkit.versions.v2022_11_28.models import (
|
|
1896
2068
|
WebhookDeploymentStatusCreated as WebhookDeploymentStatusCreated,
|
|
1897
2069
|
)
|
|
1898
2070
|
from githubkit.versions.v2022_11_28.models import (
|
|
1899
2071
|
WebhookDiscussionCommentEdited as WebhookDiscussionCommentEdited,
|
|
1900
2072
|
)
|
|
1901
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1902
|
-
WebhookIssuesAssignedPropIssue as WebhookIssuesAssignedPropIssue,
|
|
1903
|
-
)
|
|
1904
2073
|
from githubkit.versions.v2022_11_28.models import (
|
|
1905
2074
|
WebhookIssuesEditedPropChanges as WebhookIssuesEditedPropChanges,
|
|
1906
2075
|
)
|
|
@@ -1913,18 +2082,9 @@ if TYPE_CHECKING:
|
|
|
1913
2082
|
from githubkit.versions.v2022_11_28.models import (
|
|
1914
2083
|
WebhookIssuesUnlockedPropIssue as WebhookIssuesUnlockedPropIssue,
|
|
1915
2084
|
)
|
|
1916
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1917
|
-
WebhookIssuesUnpinnedPropIssue as WebhookIssuesUnpinnedPropIssue,
|
|
1918
|
-
)
|
|
1919
2085
|
from githubkit.versions.v2022_11_28.models import (
|
|
1920
2086
|
WebhookMemberEditedPropChanges as WebhookMemberEditedPropChanges,
|
|
1921
2087
|
)
|
|
1922
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1923
|
-
WebhookMemberRemovedPropMember as WebhookMemberRemovedPropMember,
|
|
1924
|
-
)
|
|
1925
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
1926
|
-
WebhookMembershipAddedPropTeam as WebhookMembershipAddedPropTeam,
|
|
1927
|
-
)
|
|
1928
2088
|
from githubkit.versions.v2022_11_28.models import (
|
|
1929
2089
|
WebhookOrganizationMemberAdded as WebhookOrganizationMemberAdded,
|
|
1930
2090
|
)
|
|
@@ -1955,6 +2115,21 @@ if TYPE_CHECKING:
|
|
|
1955
2115
|
from githubkit.versions.v2022_11_28.models import (
|
|
1956
2116
|
WebhookStatusPropBranchesItems as WebhookStatusPropBranchesItems,
|
|
1957
2117
|
)
|
|
2118
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2119
|
+
WebhooksProjectCardPropCreator as WebhooksProjectCardPropCreator,
|
|
2120
|
+
)
|
|
2121
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2122
|
+
WebhooksReleasePropAssetsItems as WebhooksReleasePropAssetsItems,
|
|
2123
|
+
)
|
|
2124
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2125
|
+
WebhooksRepositoriesAddedItems as WebhooksRepositoriesAddedItems,
|
|
2126
|
+
)
|
|
2127
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2128
|
+
WebhooksReviewCommentPropLinks as WebhooksReviewCommentPropLinks,
|
|
2129
|
+
)
|
|
2130
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2131
|
+
WebhooksSponsorshipPropSponsor as WebhooksSponsorshipPropSponsor,
|
|
2132
|
+
)
|
|
1958
2133
|
from githubkit.versions.v2022_11_28.models import (
|
|
1959
2134
|
CodeownersErrorsPropErrorsItems as CodeownersErrorsPropErrorsItems,
|
|
1960
2135
|
)
|
|
@@ -2021,21 +2196,9 @@ if TYPE_CHECKING:
|
|
|
2021
2196
|
from githubkit.versions.v2022_11_28.models import (
|
|
2022
2197
|
WebhookDiscussionCommentDeleted as WebhookDiscussionCommentDeleted,
|
|
2023
2198
|
)
|
|
2024
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2025
|
-
WebhookIssuesUnlabeledPropIssue as WebhookIssuesUnlabeledPropIssue,
|
|
2026
|
-
)
|
|
2027
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2028
|
-
WebhookIssuesUnlabeledPropLabel as WebhookIssuesUnlabeledPropLabel,
|
|
2029
|
-
)
|
|
2030
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2031
|
-
WebhookProjectClosedPropProject as WebhookProjectClosedPropProject,
|
|
2032
|
-
)
|
|
2033
2199
|
from githubkit.versions.v2022_11_28.models import (
|
|
2034
2200
|
WebhookProjectEditedPropChanges as WebhookProjectEditedPropChanges,
|
|
2035
2201
|
)
|
|
2036
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2037
|
-
WebhookProjectEditedPropProject as WebhookProjectEditedPropProject,
|
|
2038
|
-
)
|
|
2039
2202
|
from githubkit.versions.v2022_11_28.models import (
|
|
2040
2203
|
WebhookProjectsV2ProjectCreated as WebhookProjectsV2ProjectCreated,
|
|
2041
2204
|
)
|
|
@@ -2048,9 +2211,6 @@ if TYPE_CHECKING:
|
|
|
2048
2211
|
from githubkit.versions.v2022_11_28.models import (
|
|
2049
2212
|
WebhookReleaseEditedPropChanges as WebhookReleaseEditedPropChanges,
|
|
2050
2213
|
)
|
|
2051
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2052
|
-
WebhookReleaseEditedPropRelease as WebhookReleaseEditedPropRelease,
|
|
2053
|
-
)
|
|
2054
2214
|
from githubkit.versions.v2022_11_28.models import (
|
|
2055
2215
|
WebhookRepositoryDispatchSample as WebhookRepositoryDispatchSample,
|
|
2056
2216
|
)
|
|
@@ -2063,6 +2223,15 @@ if TYPE_CHECKING:
|
|
|
2063
2223
|
from githubkit.versions.v2022_11_28.models import (
|
|
2064
2224
|
WebhookTeamEditedPropRepository as WebhookTeamEditedPropRepository,
|
|
2065
2225
|
)
|
|
2226
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2227
|
+
WebhooksIssuePropAssigneesItems as WebhooksIssuePropAssigneesItems,
|
|
2228
|
+
)
|
|
2229
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2230
|
+
WebhooksRelease1PropAssetsItems as WebhooksRelease1PropAssetsItems,
|
|
2231
|
+
)
|
|
2232
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2233
|
+
WebhooksReviewPropLinksPropHtml as WebhooksReviewPropLinksPropHtml,
|
|
2234
|
+
)
|
|
2066
2235
|
from githubkit.versions.v2022_11_28.models import (
|
|
2067
2236
|
CommitSearchResultItemPropCommit as CommitSearchResultItemPropCommit,
|
|
2068
2237
|
)
|
|
@@ -2180,18 +2349,9 @@ if TYPE_CHECKING:
|
|
|
2180
2349
|
from githubkit.versions.v2022_11_28.models import (
|
|
2181
2350
|
WebhookIssuesMilestonedPropIssue as WebhookIssuesMilestonedPropIssue,
|
|
2182
2351
|
)
|
|
2183
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2184
|
-
WebhookIssuesUnassignedPropIssue as WebhookIssuesUnassignedPropIssue,
|
|
2185
|
-
)
|
|
2186
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2187
|
-
WebhookMembershipAddedPropMember as WebhookMembershipAddedPropMember,
|
|
2188
|
-
)
|
|
2189
2352
|
from githubkit.versions.v2022_11_28.models import (
|
|
2190
2353
|
WebhookMembershipAddedPropSender as WebhookMembershipAddedPropSender,
|
|
2191
2354
|
)
|
|
2192
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2193
|
-
WebhookMembershipRemovedPropTeam as WebhookMembershipRemovedPropTeam,
|
|
2194
|
-
)
|
|
2195
2355
|
from githubkit.versions.v2022_11_28.models import (
|
|
2196
2356
|
WebhookMergeGroupChecksRequested as WebhookMergeGroupChecksRequested,
|
|
2197
2357
|
)
|
|
@@ -2205,40 +2365,40 @@ if TYPE_CHECKING:
|
|
|
2205
2365
|
WebhookPackageUpdatedPropPackage as WebhookPackageUpdatedPropPackage,
|
|
2206
2366
|
)
|
|
2207
2367
|
from githubkit.versions.v2022_11_28.models import (
|
|
2208
|
-
|
|
2368
|
+
WebhookProjectsV2ProjectReopened as WebhookProjectsV2ProjectReopened,
|
|
2209
2369
|
)
|
|
2210
2370
|
from githubkit.versions.v2022_11_28.models import (
|
|
2211
|
-
|
|
2371
|
+
WebhookPullRequestReadyForReview as WebhookPullRequestReadyForReview,
|
|
2212
2372
|
)
|
|
2213
2373
|
from githubkit.versions.v2022_11_28.models import (
|
|
2214
|
-
|
|
2374
|
+
WebhookSecurityAdvisoryPublished as WebhookSecurityAdvisoryPublished,
|
|
2215
2375
|
)
|
|
2216
2376
|
from githubkit.versions.v2022_11_28.models import (
|
|
2217
|
-
|
|
2377
|
+
WebhookSecurityAdvisoryWithdrawn as WebhookSecurityAdvisoryWithdrawn,
|
|
2218
2378
|
)
|
|
2219
2379
|
from githubkit.versions.v2022_11_28.models import (
|
|
2220
|
-
|
|
2380
|
+
WebhookTeamCreatedPropRepository as WebhookTeamCreatedPropRepository,
|
|
2221
2381
|
)
|
|
2222
2382
|
from githubkit.versions.v2022_11_28.models import (
|
|
2223
|
-
|
|
2383
|
+
WebhookTeamDeletedPropRepository as WebhookTeamDeletedPropRepository,
|
|
2224
2384
|
)
|
|
2225
2385
|
from githubkit.versions.v2022_11_28.models import (
|
|
2226
|
-
|
|
2386
|
+
WebhookTeamRemovedFromRepository as WebhookTeamRemovedFromRepository,
|
|
2227
2387
|
)
|
|
2228
2388
|
from githubkit.versions.v2022_11_28.models import (
|
|
2229
|
-
|
|
2389
|
+
WebhooksChanges8PropTierPropFrom as WebhooksChanges8PropTierPropFrom,
|
|
2230
2390
|
)
|
|
2231
2391
|
from githubkit.versions.v2022_11_28.models import (
|
|
2232
|
-
|
|
2392
|
+
WebhooksIssue2PropAssigneesItems as WebhooksIssue2PropAssigneesItems,
|
|
2233
2393
|
)
|
|
2234
2394
|
from githubkit.versions.v2022_11_28.models import (
|
|
2235
|
-
|
|
2395
|
+
WebhooksPullRequest5PropAssignee as WebhooksPullRequest5PropAssignee,
|
|
2236
2396
|
)
|
|
2237
2397
|
from githubkit.versions.v2022_11_28.models import (
|
|
2238
|
-
|
|
2398
|
+
WebhooksPullRequest5PropMergedBy as WebhooksPullRequest5PropMergedBy,
|
|
2239
2399
|
)
|
|
2240
2400
|
from githubkit.versions.v2022_11_28.models import (
|
|
2241
|
-
|
|
2401
|
+
WebhooksSecurityAdvisoryPropCvss as WebhooksSecurityAdvisoryPropCvss,
|
|
2242
2402
|
)
|
|
2243
2403
|
from githubkit.versions.v2022_11_28.models import (
|
|
2244
2404
|
ActionsWorkflowAccessToRepository as ActionsWorkflowAccessToRepository,
|
|
@@ -2324,33 +2484,18 @@ if TYPE_CHECKING:
|
|
|
2324
2484
|
from githubkit.versions.v2022_11_28.models import (
|
|
2325
2485
|
WebhookCheckRunCreatedFormEncoded as WebhookCheckRunCreatedFormEncoded,
|
|
2326
2486
|
)
|
|
2327
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2328
|
-
WebhookDiscussionLabeledPropLabel as WebhookDiscussionLabeledPropLabel,
|
|
2329
|
-
)
|
|
2330
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2331
|
-
WebhookIssuesAssignedPropAssignee as WebhookIssuesAssignedPropAssignee,
|
|
2332
|
-
)
|
|
2333
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2334
|
-
WebhookIssuesTransferredPropIssue as WebhookIssuesTransferredPropIssue,
|
|
2335
|
-
)
|
|
2336
2487
|
from githubkit.versions.v2022_11_28.models import (
|
|
2337
2488
|
WebhookMarketplacePurchaseChanged as WebhookMarketplacePurchaseChanged,
|
|
2338
2489
|
)
|
|
2339
2490
|
from githubkit.versions.v2022_11_28.models import (
|
|
2340
2491
|
WebhookMilestoneEditedPropChanges as WebhookMilestoneEditedPropChanges,
|
|
2341
2492
|
)
|
|
2342
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2343
|
-
WebhookProjectReopenedPropProject as WebhookProjectReopenedPropProject,
|
|
2344
|
-
)
|
|
2345
2493
|
from githubkit.versions.v2022_11_28.models import (
|
|
2346
2494
|
WebhookPullRequestReviewDismissed as WebhookPullRequestReviewDismissed,
|
|
2347
2495
|
)
|
|
2348
2496
|
from githubkit.versions.v2022_11_28.models import (
|
|
2349
2497
|
WebhookPullRequestReviewSubmitted as WebhookPullRequestReviewSubmitted,
|
|
2350
2498
|
)
|
|
2351
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2352
|
-
WebhookReleaseReleasedPropRelease as WebhookReleaseReleasedPropRelease,
|
|
2353
|
-
)
|
|
2354
2499
|
from githubkit.versions.v2022_11_28.models import (
|
|
2355
2500
|
WebhookRepositoryAdvisoryReported as WebhookRepositoryAdvisoryReported,
|
|
2356
2501
|
)
|
|
@@ -2369,6 +2514,18 @@ if TYPE_CHECKING:
|
|
|
2369
2514
|
from githubkit.versions.v2022_11_28.models import (
|
|
2370
2515
|
WebhookWorkflowDispatchPropInputs as WebhookWorkflowDispatchPropInputs,
|
|
2371
2516
|
)
|
|
2517
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2518
|
+
WebhooksIssueCommentPropReactions as WebhooksIssueCommentPropReactions,
|
|
2519
|
+
)
|
|
2520
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2521
|
+
WebhooksPullRequest5PropAutoMerge as WebhooksPullRequest5PropAutoMerge,
|
|
2522
|
+
)
|
|
2523
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2524
|
+
WebhooksPullRequest5PropMilestone as WebhooksPullRequest5PropMilestone,
|
|
2525
|
+
)
|
|
2526
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2527
|
+
WebhooksSponsorshipPropMaintainer as WebhooksSponsorshipPropMaintainer,
|
|
2528
|
+
)
|
|
2372
2529
|
from githubkit.versions.v2022_11_28.models import (
|
|
2373
2530
|
ApplicationsClientIdTokenPatchBody as ApplicationsClientIdTokenPatchBody,
|
|
2374
2531
|
)
|
|
@@ -2477,9 +2634,6 @@ if TYPE_CHECKING:
|
|
|
2477
2634
|
from githubkit.versions.v2022_11_28.models import (
|
|
2478
2635
|
WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
|
|
2479
2636
|
)
|
|
2480
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2481
|
-
WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
|
|
2482
|
-
)
|
|
2483
2637
|
from githubkit.versions.v2022_11_28.models import (
|
|
2484
2638
|
WebhookMembershipRemovedPropSender as WebhookMembershipRemovedPropSender,
|
|
2485
2639
|
)
|
|
@@ -2498,15 +2652,9 @@ if TYPE_CHECKING:
|
|
|
2498
2652
|
from githubkit.versions.v2022_11_28.models import (
|
|
2499
2653
|
WebhookPullRequestConvertedToDraft as WebhookPullRequestConvertedToDraft,
|
|
2500
2654
|
)
|
|
2501
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2502
|
-
WebhookPullRequestLabeledPropLabel as WebhookPullRequestLabeledPropLabel,
|
|
2503
|
-
)
|
|
2504
2655
|
from githubkit.versions.v2022_11_28.models import (
|
|
2505
2656
|
WebhookPushPropRepositoryPropOwner as WebhookPushPropRepositoryPropOwner,
|
|
2506
2657
|
)
|
|
2507
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2508
|
-
WebhookReleasePublishedPropRelease as WebhookReleasePublishedPropRelease,
|
|
2509
|
-
)
|
|
2510
2658
|
from githubkit.versions.v2022_11_28.models import (
|
|
2511
2659
|
WebhookRepositoryAdvisoryPublished as WebhookRepositoryAdvisoryPublished,
|
|
2512
2660
|
)
|
|
@@ -2519,6 +2667,15 @@ if TYPE_CHECKING:
|
|
|
2519
2667
|
from githubkit.versions.v2022_11_28.models import (
|
|
2520
2668
|
WebhookSecretScanningAlertResolved as WebhookSecretScanningAlertResolved,
|
|
2521
2669
|
)
|
|
2670
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2671
|
+
WebhooksReviewCommentPropReactions as WebhooksReviewCommentPropReactions,
|
|
2672
|
+
)
|
|
2673
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2674
|
+
WebhooksReviewersItemsPropReviewer as WebhooksReviewersItemsPropReviewer,
|
|
2675
|
+
)
|
|
2676
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2677
|
+
WebhooksSponsorshipPropSponsorable as WebhooksSponsorshipPropSponsorable,
|
|
2678
|
+
)
|
|
2522
2679
|
from githubkit.versions.v2022_11_28.models import (
|
|
2523
2680
|
WorkflowUsagePropBillablePropMacos as WorkflowUsagePropBillablePropMacos,
|
|
2524
2681
|
)
|
|
@@ -2531,6 +2688,9 @@ if TYPE_CHECKING:
|
|
|
2531
2688
|
from githubkit.versions.v2022_11_28.models import (
|
|
2532
2689
|
CheckSuitePreferencePropPreferences as CheckSuitePreferencePropPreferences,
|
|
2533
2690
|
)
|
|
2691
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2692
|
+
CodeScanningVariantAnalysisRepoTask as CodeScanningVariantAnalysisRepoTask,
|
|
2693
|
+
)
|
|
2534
2694
|
from githubkit.versions.v2022_11_28.models import (
|
|
2535
2695
|
DemilestonedIssueEventPropMilestone as DemilestonedIssueEventPropMilestone,
|
|
2536
2696
|
)
|
|
@@ -2570,6 +2730,18 @@ if TYPE_CHECKING:
|
|
|
2570
2730
|
from githubkit.versions.v2022_11_28.models import (
|
|
2571
2731
|
RepositoryRuleCommitterEmailPattern as RepositoryRuleCommitterEmailPattern,
|
|
2572
2732
|
)
|
|
2733
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2734
|
+
RepositoryRuleOneof14PropParameters as RepositoryRuleOneof14PropParameters,
|
|
2735
|
+
)
|
|
2736
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2737
|
+
RepositoryRuleOneof15PropParameters as RepositoryRuleOneof15PropParameters,
|
|
2738
|
+
)
|
|
2739
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2740
|
+
RepositoryRuleOneof16PropParameters as RepositoryRuleOneof16PropParameters,
|
|
2741
|
+
)
|
|
2742
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2743
|
+
RepositoryRuleOneof17PropParameters as RepositoryRuleOneof17PropParameters,
|
|
2744
|
+
)
|
|
2573
2745
|
from githubkit.versions.v2022_11_28.models import (
|
|
2574
2746
|
RepositoryRuleRequiredLinearHistory as RepositoryRuleRequiredLinearHistory,
|
|
2575
2747
|
)
|
|
@@ -2588,12 +2760,6 @@ if TYPE_CHECKING:
|
|
|
2588
2760
|
from githubkit.versions.v2022_11_28.models import (
|
|
2589
2761
|
WebhookDependabotAlertAutoDismissed as WebhookDependabotAlertAutoDismissed,
|
|
2590
2762
|
)
|
|
2591
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2592
|
-
WebhookDiscussionAnsweredPropAnswer as WebhookDiscussionAnsweredPropAnswer,
|
|
2593
|
-
)
|
|
2594
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2595
|
-
WebhookDiscussionUnlabeledPropLabel as WebhookDiscussionUnlabeledPropLabel,
|
|
2596
|
-
)
|
|
2597
2763
|
from githubkit.versions.v2022_11_28.models import (
|
|
2598
2764
|
WebhookIssueCommentCreatedPropIssue as WebhookIssueCommentCreatedPropIssue,
|
|
2599
2765
|
)
|
|
@@ -2603,24 +2769,12 @@ if TYPE_CHECKING:
|
|
|
2603
2769
|
from githubkit.versions.v2022_11_28.models import (
|
|
2604
2770
|
WebhookIssuesTransferredPropChanges as WebhookIssuesTransferredPropChanges,
|
|
2605
2771
|
)
|
|
2606
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2607
|
-
WebhookIssuesUnassignedPropAssignee as WebhookIssuesUnassignedPropAssignee,
|
|
2608
|
-
)
|
|
2609
2772
|
from githubkit.versions.v2022_11_28.models import (
|
|
2610
2773
|
WebhookMarketplacePurchaseCancelled as WebhookMarketplacePurchaseCancelled,
|
|
2611
2774
|
)
|
|
2612
2775
|
from githubkit.versions.v2022_11_28.models import (
|
|
2613
2776
|
WebhookMarketplacePurchasePurchased as WebhookMarketplacePurchasePurchased,
|
|
2614
2777
|
)
|
|
2615
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2616
|
-
WebhookMilestoneClosedPropMilestone as WebhookMilestoneClosedPropMilestone,
|
|
2617
|
-
)
|
|
2618
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2619
|
-
WebhookMilestoneEditedPropMilestone as WebhookMilestoneEditedPropMilestone,
|
|
2620
|
-
)
|
|
2621
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2622
|
-
WebhookMilestoneOpenedPropMilestone as WebhookMilestoneOpenedPropMilestone,
|
|
2623
|
-
)
|
|
2624
2778
|
from githubkit.versions.v2022_11_28.models import (
|
|
2625
2779
|
WebhookPageBuildPropBuildPropPusher as WebhookPageBuildPropBuildPropPusher,
|
|
2626
2780
|
)
|
|
@@ -2652,13 +2806,19 @@ if TYPE_CHECKING:
|
|
|
2652
2806
|
WebhookSponsorshipPendingTierChange as WebhookSponsorshipPendingTierChange,
|
|
2653
2807
|
)
|
|
2654
2808
|
from githubkit.versions.v2022_11_28.models import (
|
|
2655
|
-
|
|
2809
|
+
WebhooksMarketplacePurchasePropPlan as WebhooksMarketplacePurchasePropPlan,
|
|
2656
2810
|
)
|
|
2657
2811
|
from githubkit.versions.v2022_11_28.models import (
|
|
2658
|
-
|
|
2812
|
+
WebhooksPreviousMarketplacePurchase as WebhooksPreviousMarketplacePurchase,
|
|
2659
2813
|
)
|
|
2660
2814
|
from githubkit.versions.v2022_11_28.models import (
|
|
2661
|
-
|
|
2815
|
+
WebhooksPullRequest5PropLabelsItems as WebhooksPullRequest5PropLabelsItems,
|
|
2816
|
+
)
|
|
2817
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2818
|
+
WorkflowUsagePropBillablePropUbuntu as WorkflowUsagePropBillablePropUbuntu,
|
|
2819
|
+
)
|
|
2820
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2821
|
+
ActionsGetDefaultWorkflowPermissions as ActionsGetDefaultWorkflowPermissions,
|
|
2662
2822
|
)
|
|
2663
2823
|
from githubkit.versions.v2022_11_28.models import (
|
|
2664
2824
|
ActionsSetDefaultWorkflowPermissions as ActionsSetDefaultWorkflowPermissions,
|
|
@@ -2726,9 +2886,6 @@ if TYPE_CHECKING:
|
|
|
2726
2886
|
from githubkit.versions.v2022_11_28.models import (
|
|
2727
2887
|
WebhookCodeScanningAlertClosedByUser as WebhookCodeScanningAlertClosedByUser,
|
|
2728
2888
|
)
|
|
2729
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2730
|
-
WebhookDeploymentCreatedPropWorkflow as WebhookDeploymentCreatedPropWorkflow,
|
|
2731
|
-
)
|
|
2732
2889
|
from githubkit.versions.v2022_11_28.models import (
|
|
2733
2890
|
WebhookForkPropForkeeAllof0PropOwner as WebhookForkPropForkeeAllof0PropOwner,
|
|
2734
2891
|
)
|
|
@@ -2741,71 +2898,59 @@ if TYPE_CHECKING:
|
|
|
2741
2898
|
from githubkit.versions.v2022_11_28.models import (
|
|
2742
2899
|
WebhookInstallationRepositoriesAdded as WebhookInstallationRepositoriesAdded,
|
|
2743
2900
|
)
|
|
2744
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2745
|
-
WebhookIssueCommentEditedPropChanges as WebhookIssueCommentEditedPropChanges,
|
|
2746
|
-
)
|
|
2747
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2748
|
-
WebhookIssueCommentEditedPropComment as WebhookIssueCommentEditedPropComment,
|
|
2749
|
-
)
|
|
2750
2901
|
from githubkit.versions.v2022_11_28.models import (
|
|
2751
2902
|
WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
|
|
2752
2903
|
)
|
|
2753
2904
|
from githubkit.versions.v2022_11_28.models import (
|
|
2754
2905
|
WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
|
|
2755
2906
|
)
|
|
2756
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2757
|
-
WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
|
|
2758
|
-
)
|
|
2759
2907
|
from githubkit.versions.v2022_11_28.models import (
|
|
2760
2908
|
WebhookIssuesOpenedPropIssuePropUser as WebhookIssuesOpenedPropIssuePropUser,
|
|
2761
2909
|
)
|
|
2762
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2763
|
-
WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
|
|
2764
|
-
)
|
|
2765
2910
|
from githubkit.versions.v2022_11_28.models import (
|
|
2766
2911
|
WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
|
|
2767
2912
|
)
|
|
2768
2913
|
from githubkit.versions.v2022_11_28.models import (
|
|
2769
|
-
|
|
2914
|
+
WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
|
|
2770
2915
|
)
|
|
2771
2916
|
from githubkit.versions.v2022_11_28.models import (
|
|
2772
|
-
|
|
2917
|
+
WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
|
|
2773
2918
|
)
|
|
2774
2919
|
from githubkit.versions.v2022_11_28.models import (
|
|
2775
|
-
|
|
2920
|
+
WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
|
|
2776
2921
|
)
|
|
2777
2922
|
from githubkit.versions.v2022_11_28.models import (
|
|
2778
|
-
|
|
2923
|
+
WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
|
|
2779
2924
|
)
|
|
2780
2925
|
from githubkit.versions.v2022_11_28.models import (
|
|
2781
|
-
|
|
2926
|
+
WebhooksProjectChangesPropArchivedAt as WebhooksProjectChangesPropArchivedAt,
|
|
2782
2927
|
)
|
|
2783
2928
|
from githubkit.versions.v2022_11_28.models import (
|
|
2784
|
-
|
|
2929
|
+
WebhooksPullRequest5PropBasePropRepo as WebhooksPullRequest5PropBasePropRepo,
|
|
2785
2930
|
)
|
|
2786
2931
|
from githubkit.versions.v2022_11_28.models import (
|
|
2787
|
-
|
|
2932
|
+
WebhooksPullRequest5PropBasePropUser as WebhooksPullRequest5PropBasePropUser,
|
|
2788
2933
|
)
|
|
2789
2934
|
from githubkit.versions.v2022_11_28.models import (
|
|
2790
|
-
|
|
2935
|
+
WebhooksPullRequest5PropHeadPropRepo as WebhooksPullRequest5PropHeadPropRepo,
|
|
2791
2936
|
)
|
|
2792
2937
|
from githubkit.versions.v2022_11_28.models import (
|
|
2793
|
-
|
|
2938
|
+
WebhooksPullRequest5PropHeadPropUser as WebhooksPullRequest5PropHeadPropUser,
|
|
2794
2939
|
)
|
|
2795
2940
|
from githubkit.versions.v2022_11_28.models import (
|
|
2796
|
-
|
|
2941
|
+
WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
|
|
2797
2942
|
)
|
|
2798
2943
|
from githubkit.versions.v2022_11_28.models import (
|
|
2799
|
-
|
|
2944
|
+
BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
|
|
2800
2945
|
)
|
|
2801
2946
|
from githubkit.versions.v2022_11_28.models import (
|
|
2802
|
-
|
|
2947
|
+
BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
|
|
2803
2948
|
)
|
|
2804
2949
|
from githubkit.versions.v2022_11_28.models import (
|
|
2805
|
-
|
|
2950
|
+
CodeScanningVariantAnalysisRepository as CodeScanningVariantAnalysisRepository,
|
|
2806
2951
|
)
|
|
2807
2952
|
from githubkit.versions.v2022_11_28.models import (
|
|
2808
|
-
|
|
2953
|
+
CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems,
|
|
2809
2954
|
)
|
|
2810
2955
|
from githubkit.versions.v2022_11_28.models import (
|
|
2811
2956
|
GistsGistIdCommentsCommentIdPatchBody as GistsGistIdCommentsCommentIdPatchBody,
|
|
@@ -2864,9 +3009,6 @@ if TYPE_CHECKING:
|
|
|
2864
3009
|
from githubkit.versions.v2022_11_28.models import (
|
|
2865
3010
|
WebhookIssueCommentCreatedPropComment as WebhookIssueCommentCreatedPropComment,
|
|
2866
3011
|
)
|
|
2867
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2868
|
-
WebhookIssueCommentDeletedPropComment as WebhookIssueCommentDeletedPropComment,
|
|
2869
|
-
)
|
|
2870
3012
|
from githubkit.versions.v2022_11_28.models import (
|
|
2871
3013
|
WebhookIssuesDeletedPropIssuePropUser as WebhookIssuesDeletedPropIssuePropUser,
|
|
2872
3014
|
)
|
|
@@ -2876,9 +3018,6 @@ if TYPE_CHECKING:
|
|
|
2876
3018
|
from githubkit.versions.v2022_11_28.models import (
|
|
2877
3019
|
WebhookLabelEditedPropChangesPropName as WebhookLabelEditedPropChangesPropName,
|
|
2878
3020
|
)
|
|
2879
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2880
|
-
WebhookOrgBlockBlockedPropBlockedUser as WebhookOrgBlockBlockedPropBlockedUser,
|
|
2881
|
-
)
|
|
2882
3021
|
from githubkit.versions.v2022_11_28.models import (
|
|
2883
3022
|
WebhookOrganizationRenamedPropChanges as WebhookOrganizationRenamedPropChanges,
|
|
2884
3023
|
)
|
|
@@ -2897,6 +3036,18 @@ if TYPE_CHECKING:
|
|
|
2897
3036
|
from githubkit.versions.v2022_11_28.models import (
|
|
2898
3037
|
WebhookSponsorshipPendingCancellation as WebhookSponsorshipPendingCancellation,
|
|
2899
3038
|
)
|
|
3039
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3040
|
+
WebhooksIssuePropMilestonePropCreator as WebhooksIssuePropMilestonePropCreator,
|
|
3041
|
+
)
|
|
3042
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3043
|
+
WebhooksPullRequest5PropLinksPropHtml as WebhooksPullRequest5PropLinksPropHtml,
|
|
3044
|
+
)
|
|
3045
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3046
|
+
WebhooksPullRequest5PropLinksPropSelf as WebhooksPullRequest5PropLinksPropSelf,
|
|
3047
|
+
)
|
|
3048
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3049
|
+
WebhooksSecurityAdvisoryPropCwesItems as WebhooksSecurityAdvisoryPropCwesItems,
|
|
3050
|
+
)
|
|
2900
3051
|
from githubkit.versions.v2022_11_28.models import (
|
|
2901
3052
|
WorkflowRunUsagePropBillablePropMacos as WorkflowRunUsagePropBillablePropMacos,
|
|
2902
3053
|
)
|
|
@@ -2999,15 +3150,9 @@ if TYPE_CHECKING:
|
|
|
2999
3150
|
from githubkit.versions.v2022_11_28.models import (
|
|
3000
3151
|
WebhookInstallationRepositoriesRemoved as WebhookInstallationRepositoriesRemoved,
|
|
3001
3152
|
)
|
|
3002
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3003
|
-
WebhookIssuesAssignedPropIssuePropUser as WebhookIssuesAssignedPropIssuePropUser,
|
|
3004
|
-
)
|
|
3005
3153
|
from githubkit.versions.v2022_11_28.models import (
|
|
3006
3154
|
WebhookIssuesClosedPropIssueMergedUser as WebhookIssuesClosedPropIssueMergedUser,
|
|
3007
3155
|
)
|
|
3008
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3009
|
-
WebhookIssuesDemilestonedPropMilestone as WebhookIssuesDemilestonedPropMilestone,
|
|
3010
|
-
)
|
|
3011
3156
|
from githubkit.versions.v2022_11_28.models import (
|
|
3012
3157
|
WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
|
|
3013
3158
|
)
|
|
@@ -3017,9 +3162,6 @@ if TYPE_CHECKING:
|
|
|
3017
3162
|
from githubkit.versions.v2022_11_28.models import (
|
|
3018
3163
|
WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
|
|
3019
3164
|
)
|
|
3020
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3021
|
-
WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
|
|
3022
|
-
)
|
|
3023
3165
|
from githubkit.versions.v2022_11_28.models import (
|
|
3024
3166
|
WebhookLabelEditedPropChangesPropColor as WebhookLabelEditedPropChangesPropColor,
|
|
3025
3167
|
)
|
|
@@ -3029,9 +3171,6 @@ if TYPE_CHECKING:
|
|
|
3029
3171
|
from githubkit.versions.v2022_11_28.models import (
|
|
3030
3172
|
WebhookProjectCardMovedPropProjectCard as WebhookProjectCardMovedPropProjectCard,
|
|
3031
3173
|
)
|
|
3032
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3033
|
-
WebhookPullRequestAssignedPropAssignee as WebhookPullRequestAssignedPropAssignee,
|
|
3034
|
-
)
|
|
3035
3174
|
from githubkit.versions.v2022_11_28.models import (
|
|
3036
3175
|
WebhookPullRequestReviewCommentCreated as WebhookPullRequestReviewCommentCreated,
|
|
3037
3176
|
)
|
|
@@ -3047,6 +3186,30 @@ if TYPE_CHECKING:
|
|
|
3047
3186
|
from githubkit.versions.v2022_11_28.models import (
|
|
3048
3187
|
WebhookRubygemsMetadataPropVersionInfo as WebhookRubygemsMetadataPropVersionInfo,
|
|
3049
3188
|
)
|
|
3189
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3190
|
+
WebhooksIssue2PropMilestonePropCreator as WebhooksIssue2PropMilestonePropCreator,
|
|
3191
|
+
)
|
|
3192
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3193
|
+
WebhooksIssuePropPerformedViaGithubApp as WebhooksIssuePropPerformedViaGithubApp,
|
|
3194
|
+
)
|
|
3195
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3196
|
+
WebhooksMarketplacePurchasePropAccount as WebhooksMarketplacePurchasePropAccount,
|
|
3197
|
+
)
|
|
3198
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3199
|
+
WebhooksPullRequest5PropAssigneesItems as WebhooksPullRequest5PropAssigneesItems,
|
|
3200
|
+
)
|
|
3201
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3202
|
+
WebhooksPullRequest5PropLinksPropIssue as WebhooksPullRequest5PropLinksPropIssue,
|
|
3203
|
+
)
|
|
3204
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3205
|
+
WebhooksReviewCommentPropLinksPropHtml as WebhooksReviewCommentPropLinksPropHtml,
|
|
3206
|
+
)
|
|
3207
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3208
|
+
WebhooksReviewCommentPropLinksPropSelf as WebhooksReviewCommentPropLinksPropSelf,
|
|
3209
|
+
)
|
|
3210
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3211
|
+
WebhooksReviewPropLinksPropPullRequest as WebhooksReviewPropLinksPropPullRequest,
|
|
3212
|
+
)
|
|
3050
3213
|
from githubkit.versions.v2022_11_28.models import (
|
|
3051
3214
|
WorkflowRunUsagePropBillablePropUbuntu as WorkflowRunUsagePropBillablePropUbuntu,
|
|
3052
3215
|
)
|
|
@@ -3101,27 +3264,15 @@ if TYPE_CHECKING:
|
|
|
3101
3264
|
from githubkit.versions.v2022_11_28.models import (
|
|
3102
3265
|
WebhookDiscussionTransferredPropChanges as WebhookDiscussionTransferredPropChanges,
|
|
3103
3266
|
)
|
|
3104
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3105
|
-
WebhookInstallationCreatedPropRequester as WebhookInstallationCreatedPropRequester,
|
|
3106
|
-
)
|
|
3107
3267
|
from githubkit.versions.v2022_11_28.models import (
|
|
3108
3268
|
WebhookIssuesEditedPropChangesPropTitle as WebhookIssuesEditedPropChangesPropTitle,
|
|
3109
3269
|
)
|
|
3110
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3111
|
-
WebhookIssuesUnlabeledPropIssuePropUser as WebhookIssuesUnlabeledPropIssuePropUser,
|
|
3112
|
-
)
|
|
3113
3270
|
from githubkit.versions.v2022_11_28.models import (
|
|
3114
3271
|
WebhookMarketplacePurchasePendingChange as WebhookMarketplacePurchasePendingChange,
|
|
3115
3272
|
)
|
|
3116
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3117
|
-
WebhookOrgBlockUnblockedPropBlockedUser as WebhookOrgBlockUnblockedPropBlockedUser,
|
|
3118
|
-
)
|
|
3119
3273
|
from githubkit.versions.v2022_11_28.models import (
|
|
3120
3274
|
WebhookPersonalAccessTokenRequestDenied as WebhookPersonalAccessTokenRequestDenied,
|
|
3121
3275
|
)
|
|
3122
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3123
|
-
WebhookProjectCardEditedPropProjectCard as WebhookProjectCardEditedPropProjectCard,
|
|
3124
|
-
)
|
|
3125
3276
|
from githubkit.versions.v2022_11_28.models import (
|
|
3126
3277
|
WebhookProjectEditedPropChangesPropBody as WebhookProjectEditedPropChangesPropBody,
|
|
3127
3278
|
)
|
|
@@ -3146,9 +3297,6 @@ if TYPE_CHECKING:
|
|
|
3146
3297
|
from githubkit.versions.v2022_11_28.models import (
|
|
3147
3298
|
WebhookRepositoryTransferredPropChanges as WebhookRepositoryTransferredPropChanges,
|
|
3148
3299
|
)
|
|
3149
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3150
|
-
WebhookSponsorshipEditedPropSponsorship as WebhookSponsorshipEditedPropSponsorship,
|
|
3151
|
-
)
|
|
3152
3300
|
from githubkit.versions.v2022_11_28.models import (
|
|
3153
3301
|
WebhookStatusPropCommitPropParentsItems as WebhookStatusPropCommitPropParentsItems,
|
|
3154
3302
|
)
|
|
@@ -3159,10 +3307,7 @@ if TYPE_CHECKING:
|
|
|
3159
3307
|
WebhookWorkflowJobQueuedPropWorkflowJob as WebhookWorkflowJobQueuedPropWorkflowJob,
|
|
3160
3308
|
)
|
|
3161
3309
|
from githubkit.versions.v2022_11_28.models import (
|
|
3162
|
-
|
|
3163
|
-
)
|
|
3164
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3165
|
-
WebhookWorkflowRunRequestedPropWorkflow as WebhookWorkflowRunRequestedPropWorkflow,
|
|
3310
|
+
WebhooksIssue2PropPerformedViaGithubApp as WebhooksIssue2PropPerformedViaGithubApp,
|
|
3166
3311
|
)
|
|
3167
3312
|
from githubkit.versions.v2022_11_28.models import (
|
|
3168
3313
|
WorkflowRunUsagePropBillablePropWindows as WorkflowRunUsagePropBillablePropWindows,
|
|
@@ -3215,6 +3360,9 @@ if TYPE_CHECKING:
|
|
|
3215
3360
|
from githubkit.versions.v2022_11_28.models import (
|
|
3216
3361
|
RepositoryAdvisoryUpdatePropCreditsItems as RepositoryAdvisoryUpdatePropCreditsItems,
|
|
3217
3362
|
)
|
|
3363
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3364
|
+
RepositoryRuleCodeScanningPropParameters as RepositoryRuleCodeScanningPropParameters,
|
|
3365
|
+
)
|
|
3218
3366
|
from githubkit.versions.v2022_11_28.models import (
|
|
3219
3367
|
RepositoryWebhooksPropTemplateRepository as RepositoryWebhooksPropTemplateRepository,
|
|
3220
3368
|
)
|
|
@@ -3236,9 +3384,6 @@ if TYPE_CHECKING:
|
|
|
3236
3384
|
from githubkit.versions.v2022_11_28.models import (
|
|
3237
3385
|
WebhookDeploymentProtectionRuleRequested as WebhookDeploymentProtectionRuleRequested,
|
|
3238
3386
|
)
|
|
3239
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3240
|
-
WebhookDiscussionUnansweredPropOldAnswer as WebhookDiscussionUnansweredPropOldAnswer,
|
|
3241
|
-
)
|
|
3242
3387
|
from githubkit.versions.v2022_11_28.models import (
|
|
3243
3388
|
WebhookIssueCommentEditedPropIssueAllof0 as WebhookIssueCommentEditedPropIssueAllof0,
|
|
3244
3389
|
)
|
|
@@ -3260,77 +3405,35 @@ if TYPE_CHECKING:
|
|
|
3260
3405
|
from githubkit.versions.v2022_11_28.models import (
|
|
3261
3406
|
WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
|
|
3262
3407
|
)
|
|
3263
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3264
|
-
WebhookIssuesPinnedPropIssuePropAssignee as WebhookIssuesPinnedPropIssuePropAssignee,
|
|
3265
|
-
)
|
|
3266
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3267
|
-
WebhookIssuesUnassignedPropIssuePropUser as WebhookIssuesUnassignedPropIssuePropUser,
|
|
3268
|
-
)
|
|
3269
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3270
|
-
WebhookMembershipAddedPropTeamPropParent as WebhookMembershipAddedPropTeamPropParent,
|
|
3271
|
-
)
|
|
3272
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3273
|
-
WebhookOrganizationDeletedPropMembership as WebhookOrganizationDeletedPropMembership,
|
|
3274
|
-
)
|
|
3275
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3276
|
-
WebhookOrganizationMemberInvitedPropUser as WebhookOrganizationMemberInvitedPropUser,
|
|
3277
|
-
)
|
|
3278
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3279
|
-
WebhookOrganizationRenamedPropMembership as WebhookOrganizationRenamedPropMembership,
|
|
3280
|
-
)
|
|
3281
3408
|
from githubkit.versions.v2022_11_28.models import (
|
|
3282
3409
|
WebhookPersonalAccessTokenRequestCreated as WebhookPersonalAccessTokenRequestCreated,
|
|
3283
3410
|
)
|
|
3284
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3285
|
-
WebhookProjectCardCreatedPropProjectCard as WebhookProjectCardCreatedPropProjectCard,
|
|
3286
|
-
)
|
|
3287
3411
|
from githubkit.versions.v2022_11_28.models import (
|
|
3288
3412
|
WebhookProjectCardDeletedPropProjectCard as WebhookProjectCardDeletedPropProjectCard,
|
|
3289
3413
|
)
|
|
3290
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3291
|
-
WebhookProjectsV2ItemArchivedPropChanges as WebhookProjectsV2ItemArchivedPropChanges,
|
|
3292
|
-
)
|
|
3293
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3294
|
-
WebhookProjectsV2ItemRestoredPropChanges as WebhookProjectsV2ItemRestoredPropChanges,
|
|
3295
|
-
)
|
|
3296
3414
|
from githubkit.versions.v2022_11_28.models import (
|
|
3297
3415
|
WebhookPullRequestLabeledPropPullRequest as WebhookPullRequestLabeledPropPullRequest,
|
|
3298
3416
|
)
|
|
3299
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3300
|
-
WebhookPullRequestReviewEditedPropReview as WebhookPullRequestReviewEditedPropReview,
|
|
3301
|
-
)
|
|
3302
3417
|
from githubkit.versions.v2022_11_28.models import (
|
|
3303
3418
|
WebhookPullRequestReviewThreadUnresolved as WebhookPullRequestReviewThreadUnresolved,
|
|
3304
3419
|
)
|
|
3305
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3306
|
-
WebhookPullRequestUnassignedPropAssignee as WebhookPullRequestUnassignedPropAssignee,
|
|
3307
|
-
)
|
|
3308
3420
|
from githubkit.versions.v2022_11_28.models import (
|
|
3309
3421
|
WebhookPushPropCommitsItemsPropCommitter as WebhookPushPropCommitsItemsPropCommitter,
|
|
3310
3422
|
)
|
|
3311
3423
|
from githubkit.versions.v2022_11_28.models import (
|
|
3312
3424
|
WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
|
|
3313
3425
|
)
|
|
3314
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3315
|
-
WebhookSponsorshipCreatedPropSponsorship as WebhookSponsorshipCreatedPropSponsorship,
|
|
3316
|
-
)
|
|
3317
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3318
|
-
WebhookSponsorshipTierChangedPropChanges as WebhookSponsorshipTierChangedPropChanges,
|
|
3319
|
-
)
|
|
3320
3426
|
from githubkit.versions.v2022_11_28.models import (
|
|
3321
3427
|
WebhookStatusPropBranchesItemsPropCommit as WebhookStatusPropBranchesItemsPropCommit,
|
|
3322
3428
|
)
|
|
3323
3429
|
from githubkit.versions.v2022_11_28.models import (
|
|
3324
3430
|
WebhookTeamEditedPropRepositoryPropOwner as WebhookTeamEditedPropRepositoryPropOwner,
|
|
3325
3431
|
)
|
|
3326
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3327
|
-
WebhookTeamRemovedFromRepositoryPropTeam as WebhookTeamRemovedFromRepositoryPropTeam,
|
|
3328
|
-
)
|
|
3329
3432
|
from githubkit.versions.v2022_11_28.models import (
|
|
3330
3433
|
WebhookWorkflowJobWaitingPropWorkflowJob as WebhookWorkflowJobWaitingPropWorkflowJob,
|
|
3331
3434
|
)
|
|
3332
3435
|
from githubkit.versions.v2022_11_28.models import (
|
|
3333
|
-
|
|
3436
|
+
WebhooksPullRequest5PropLinksPropCommits as WebhooksPullRequest5PropLinksPropCommits,
|
|
3334
3437
|
)
|
|
3335
3438
|
from githubkit.versions.v2022_11_28.models import (
|
|
3336
3439
|
BranchProtectionPropRequiredLinearHistory as BranchProtectionPropRequiredLinearHistory,
|
|
@@ -3398,9 +3501,6 @@ if TYPE_CHECKING:
|
|
|
3398
3501
|
from githubkit.versions.v2022_11_28.models import (
|
|
3399
3502
|
WebhookDiscussionCommentEditedPropChanges as WebhookDiscussionCommentEditedPropChanges,
|
|
3400
3503
|
)
|
|
3401
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3402
|
-
WebhookDiscussionCommentEditedPropComment as WebhookDiscussionCommentEditedPropComment,
|
|
3403
|
-
)
|
|
3404
3504
|
from githubkit.versions.v2022_11_28.models import (
|
|
3405
3505
|
WebhookInstallationNewPermissionsAccepted as WebhookInstallationNewPermissionsAccepted,
|
|
3406
3506
|
)
|
|
@@ -3440,15 +3540,6 @@ if TYPE_CHECKING:
|
|
|
3440
3540
|
from githubkit.versions.v2022_11_28.models import (
|
|
3441
3541
|
WebhookIssuesOpenedPropIssuePropReactions as WebhookIssuesOpenedPropIssuePropReactions,
|
|
3442
3542
|
)
|
|
3443
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3444
|
-
WebhookIssuesPinnedPropIssuePropMilestone as WebhookIssuesPinnedPropIssuePropMilestone,
|
|
3445
|
-
)
|
|
3446
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3447
|
-
WebhookIssuesPinnedPropIssuePropReactions as WebhookIssuesPinnedPropIssuePropReactions,
|
|
3448
|
-
)
|
|
3449
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3450
|
-
WebhookIssuesTransferredPropIssuePropUser as WebhookIssuesTransferredPropIssuePropUser,
|
|
3451
|
-
)
|
|
3452
3543
|
from githubkit.versions.v2022_11_28.models import (
|
|
3453
3544
|
WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
|
|
3454
3545
|
)
|
|
@@ -3482,9 +3573,6 @@ if TYPE_CHECKING:
|
|
|
3482
3573
|
from githubkit.versions.v2022_11_28.models import (
|
|
3483
3574
|
WebhookPullRequestUnlockedPropPullRequest as WebhookPullRequestUnlockedPropPullRequest,
|
|
3484
3575
|
)
|
|
3485
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3486
|
-
WebhookReleaseEditedPropReleasePropAuthor as WebhookReleaseEditedPropReleasePropAuthor,
|
|
3487
|
-
)
|
|
3488
3576
|
from githubkit.versions.v2022_11_28.models import (
|
|
3489
3577
|
WebhookRepositoryRulesetEditedPropChanges as WebhookRepositoryRulesetEditedPropChanges,
|
|
3490
3578
|
)
|
|
@@ -3506,6 +3594,12 @@ if TYPE_CHECKING:
|
|
|
3506
3594
|
from githubkit.versions.v2022_11_28.models import (
|
|
3507
3595
|
WebhookTeamDeletedPropRepositoryPropOwner as WebhookTeamDeletedPropRepositoryPropOwner,
|
|
3508
3596
|
)
|
|
3597
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3598
|
+
WebhooksPullRequest5PropLinksPropComments as WebhooksPullRequest5PropLinksPropComments,
|
|
3599
|
+
)
|
|
3600
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3601
|
+
WebhooksPullRequest5PropLinksPropStatuses as WebhooksPullRequest5PropLinksPropStatuses,
|
|
3602
|
+
)
|
|
3509
3603
|
from githubkit.versions.v2022_11_28.models import (
|
|
3510
3604
|
AppManifestsCodeConversionsPostResponse201 as AppManifestsCodeConversionsPostResponse201,
|
|
3511
3605
|
)
|
|
@@ -3587,24 +3681,12 @@ if TYPE_CHECKING:
|
|
|
3587
3681
|
from githubkit.versions.v2022_11_28.models import (
|
|
3588
3682
|
WebhookDeploymentStatusCreatedPropCheckRun as WebhookDeploymentStatusCreatedPropCheckRun,
|
|
3589
3683
|
)
|
|
3590
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3591
|
-
WebhookDeploymentStatusCreatedPropWorkflow as WebhookDeploymentStatusCreatedPropWorkflow,
|
|
3592
|
-
)
|
|
3593
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3594
|
-
WebhookDiscussionCommentCreatedPropComment as WebhookDiscussionCommentCreatedPropComment,
|
|
3595
|
-
)
|
|
3596
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3597
|
-
WebhookDiscussionCommentDeletedPropComment as WebhookDiscussionCommentDeletedPropComment,
|
|
3598
|
-
)
|
|
3599
3684
|
from githubkit.versions.v2022_11_28.models import (
|
|
3600
3685
|
WebhookDiscussionEditedPropChangesPropBody as WebhookDiscussionEditedPropChangesPropBody,
|
|
3601
3686
|
)
|
|
3602
3687
|
from githubkit.versions.v2022_11_28.models import (
|
|
3603
3688
|
WebhookForkPropForkeeAllof0PropPermissions as WebhookForkPropForkeeAllof0PropPermissions,
|
|
3604
3689
|
)
|
|
3605
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3606
|
-
WebhookIssuesAssignedPropIssuePropAssignee as WebhookIssuesAssignedPropIssuePropAssignee,
|
|
3607
|
-
)
|
|
3608
3690
|
from githubkit.versions.v2022_11_28.models import (
|
|
3609
3691
|
WebhookIssuesClosedPropIssueAllof0PropUser as WebhookIssuesClosedPropIssueAllof0PropUser,
|
|
3610
3692
|
)
|
|
@@ -3638,12 +3720,6 @@ if TYPE_CHECKING:
|
|
|
3638
3720
|
from githubkit.versions.v2022_11_28.models import (
|
|
3639
3721
|
WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
|
|
3640
3722
|
)
|
|
3641
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3642
|
-
WebhookIssuesUnpinnedPropIssuePropAssignee as WebhookIssuesUnpinnedPropIssuePropAssignee,
|
|
3643
|
-
)
|
|
3644
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3645
|
-
WebhookMembershipRemovedPropTeamPropParent as WebhookMembershipRemovedPropTeamPropParent,
|
|
3646
|
-
)
|
|
3647
3723
|
from githubkit.versions.v2022_11_28.models import (
|
|
3648
3724
|
WebhookMilestoneEditedPropChangesPropDueOn as WebhookMilestoneEditedPropChangesPropDueOn,
|
|
3649
3725
|
)
|
|
@@ -3653,36 +3729,15 @@ if TYPE_CHECKING:
|
|
|
3653
3729
|
from githubkit.versions.v2022_11_28.models import (
|
|
3654
3730
|
WebhookPersonalAccessTokenRequestCancelled as WebhookPersonalAccessTokenRequestCancelled,
|
|
3655
3731
|
)
|
|
3656
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3657
|
-
WebhookProjectCardConvertedPropProjectCard as WebhookProjectCardConvertedPropProjectCard,
|
|
3658
|
-
)
|
|
3659
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3660
|
-
WebhookProjectClosedPropProjectPropCreator as WebhookProjectClosedPropProjectPropCreator,
|
|
3661
|
-
)
|
|
3662
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3663
|
-
WebhookProjectColumnMovedPropProjectColumn as WebhookProjectColumnMovedPropProjectColumn,
|
|
3664
|
-
)
|
|
3665
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3666
|
-
WebhookProjectEditedPropProjectPropCreator as WebhookProjectEditedPropProjectPropCreator,
|
|
3667
|
-
)
|
|
3668
3732
|
from githubkit.versions.v2022_11_28.models import (
|
|
3669
3733
|
WebhookPullRequestUnlabeledPropPullRequest as WebhookPullRequestUnlabeledPropPullRequest,
|
|
3670
3734
|
)
|
|
3671
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3672
|
-
WebhookReleaseCreatedPropReleasePropAuthor as WebhookReleaseCreatedPropReleasePropAuthor,
|
|
3673
|
-
)
|
|
3674
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3675
|
-
WebhookReleaseDeletedPropReleasePropAuthor as WebhookReleaseDeletedPropReleasePropAuthor,
|
|
3676
|
-
)
|
|
3677
3735
|
from githubkit.versions.v2022_11_28.models import (
|
|
3678
3736
|
WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
|
|
3679
3737
|
)
|
|
3680
3738
|
from githubkit.versions.v2022_11_28.models import (
|
|
3681
3739
|
WebhookRepositoryVulnerabilityAlertResolve as WebhookRepositoryVulnerabilityAlertResolve,
|
|
3682
3740
|
)
|
|
3683
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3684
|
-
WebhookSponsorshipCancelledPropSponsorship as WebhookSponsorshipCancelledPropSponsorship,
|
|
3685
|
-
)
|
|
3686
3741
|
from githubkit.versions.v2022_11_28.models import (
|
|
3687
3742
|
WebhookTeamAddedToRepositoryPropRepository as WebhookTeamAddedToRepositoryPropRepository,
|
|
3688
3743
|
)
|
|
@@ -3701,9 +3756,15 @@ if TYPE_CHECKING:
|
|
|
3701
3756
|
from githubkit.versions.v2022_11_28.models import (
|
|
3702
3757
|
WebhookWorkflowRunRequestedPropWorkflowRun as WebhookWorkflowRunRequestedPropWorkflowRun,
|
|
3703
3758
|
)
|
|
3759
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3760
|
+
WebhooksReleasePropAssetsItemsPropUploader as WebhooksReleasePropAssetsItemsPropUploader,
|
|
3761
|
+
)
|
|
3704
3762
|
from githubkit.versions.v2022_11_28.models import (
|
|
3705
3763
|
ActionsBillingUsagePropMinutesUsedBreakdown as ActionsBillingUsagePropMinutesUsedBreakdown,
|
|
3706
3764
|
)
|
|
3765
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3766
|
+
CodeScanningVariantAnalysisSkippedRepoGroup as CodeScanningVariantAnalysisSkippedRepoGroup,
|
|
3767
|
+
)
|
|
3707
3768
|
from githubkit.versions.v2022_11_28.models import (
|
|
3708
3769
|
DependabotAlertWithRepositoryPropDependency as DependabotAlertWithRepositoryPropDependency,
|
|
3709
3770
|
)
|
|
@@ -3746,15 +3807,6 @@ if TYPE_CHECKING:
|
|
|
3746
3807
|
from githubkit.versions.v2022_11_28.models import (
|
|
3747
3808
|
WebhookBranchProtectionConfigurationEnabled as WebhookBranchProtectionConfigurationEnabled,
|
|
3748
3809
|
)
|
|
3749
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3750
|
-
WebhookDeploymentReviewApprovedPropApprover as WebhookDeploymentReviewApprovedPropApprover,
|
|
3751
|
-
)
|
|
3752
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3753
|
-
WebhookDeploymentReviewRejectedPropApprover as WebhookDeploymentReviewRejectedPropApprover,
|
|
3754
|
-
)
|
|
3755
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3756
|
-
WebhookDiscussionAnsweredPropAnswerPropUser as WebhookDiscussionAnsweredPropAnswerPropUser,
|
|
3757
|
-
)
|
|
3758
3810
|
from githubkit.versions.v2022_11_28.models import (
|
|
3759
3811
|
WebhookDiscussionCategoryChangedPropChanges as WebhookDiscussionCategoryChangedPropChanges,
|
|
3760
3812
|
)
|
|
@@ -3767,12 +3819,6 @@ if TYPE_CHECKING:
|
|
|
3767
3819
|
from githubkit.versions.v2022_11_28.models import (
|
|
3768
3820
|
WebhookInstallationTargetRenamedPropChanges as WebhookInstallationTargetRenamedPropChanges,
|
|
3769
3821
|
)
|
|
3770
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3771
|
-
WebhookIssuesAssignedPropIssuePropMilestone as WebhookIssuesAssignedPropIssuePropMilestone,
|
|
3772
|
-
)
|
|
3773
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3774
|
-
WebhookIssuesAssignedPropIssuePropReactions as WebhookIssuesAssignedPropIssuePropReactions,
|
|
3775
|
-
)
|
|
3776
3822
|
from githubkit.versions.v2022_11_28.models import (
|
|
3777
3823
|
WebhookIssuesClosedPropIssueMergedAssignees as WebhookIssuesClosedPropIssueMergedAssignees,
|
|
3778
3824
|
)
|
|
@@ -3800,33 +3846,18 @@ if TYPE_CHECKING:
|
|
|
3800
3846
|
from githubkit.versions.v2022_11_28.models import (
|
|
3801
3847
|
WebhookIssuesOpenedPropIssuePropPullRequest as WebhookIssuesOpenedPropIssuePropPullRequest,
|
|
3802
3848
|
)
|
|
3803
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3804
|
-
WebhookIssuesPinnedPropIssuePropLabelsItems as WebhookIssuesPinnedPropIssuePropLabelsItems,
|
|
3805
|
-
)
|
|
3806
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3807
|
-
WebhookIssuesPinnedPropIssuePropPullRequest as WebhookIssuesPinnedPropIssuePropPullRequest,
|
|
3808
|
-
)
|
|
3809
3849
|
from githubkit.versions.v2022_11_28.models import (
|
|
3810
3850
|
WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
|
|
3811
3851
|
)
|
|
3812
3852
|
from githubkit.versions.v2022_11_28.models import (
|
|
3813
3853
|
WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
|
|
3814
3854
|
)
|
|
3815
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3816
|
-
WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
|
|
3817
|
-
)
|
|
3818
3855
|
from githubkit.versions.v2022_11_28.models import (
|
|
3819
3856
|
WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
|
|
3820
3857
|
)
|
|
3821
3858
|
from githubkit.versions.v2022_11_28.models import (
|
|
3822
3859
|
WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
|
|
3823
3860
|
)
|
|
3824
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3825
|
-
WebhookIssuesUnpinnedPropIssuePropMilestone as WebhookIssuesUnpinnedPropIssuePropMilestone,
|
|
3826
|
-
)
|
|
3827
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3828
|
-
WebhookIssuesUnpinnedPropIssuePropReactions as WebhookIssuesUnpinnedPropIssuePropReactions,
|
|
3829
|
-
)
|
|
3830
3861
|
from githubkit.versions.v2022_11_28.models import (
|
|
3831
3862
|
WebhookMemberAddedPropChangesPropPermission as WebhookMemberAddedPropChangesPropPermission,
|
|
3832
3863
|
)
|
|
@@ -3836,36 +3867,18 @@ if TYPE_CHECKING:
|
|
|
3836
3867
|
from githubkit.versions.v2022_11_28.models import (
|
|
3837
3868
|
WebhookProjectCardEditedPropChangesPropNote as WebhookProjectCardEditedPropChangesPropNote,
|
|
3838
3869
|
)
|
|
3839
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3840
|
-
WebhookProjectColumnEditedPropProjectColumn as WebhookProjectColumnEditedPropProjectColumn,
|
|
3841
|
-
)
|
|
3842
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3843
|
-
WebhookProjectCreatedPropProjectPropCreator as WebhookProjectCreatedPropProjectPropCreator,
|
|
3844
|
-
)
|
|
3845
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3846
|
-
WebhookProjectDeletedPropProjectPropCreator as WebhookProjectDeletedPropProjectPropCreator,
|
|
3847
|
-
)
|
|
3848
3870
|
from githubkit.versions.v2022_11_28.models import (
|
|
3849
3871
|
WebhookPullRequestEditedPropChangesPropBase as WebhookPullRequestEditedPropChangesPropBase,
|
|
3850
3872
|
)
|
|
3851
3873
|
from githubkit.versions.v2022_11_28.models import (
|
|
3852
3874
|
WebhookPullRequestEditedPropChangesPropBody as WebhookPullRequestEditedPropChangesPropBody,
|
|
3853
3875
|
)
|
|
3854
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3855
|
-
WebhookPullRequestMilestonedPropPullRequest as WebhookPullRequestMilestonedPropPullRequest,
|
|
3856
|
-
)
|
|
3857
3876
|
from githubkit.versions.v2022_11_28.models import (
|
|
3858
3877
|
WebhookPullRequestReviewDismissedPropReview as WebhookPullRequestReviewDismissedPropReview,
|
|
3859
3878
|
)
|
|
3860
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3861
|
-
WebhookPullRequestReviewSubmittedPropReview as WebhookPullRequestReviewSubmittedPropReview,
|
|
3862
|
-
)
|
|
3863
3879
|
from githubkit.versions.v2022_11_28.models import (
|
|
3864
3880
|
WebhookPullRequestUnassignedPropPullRequest as WebhookPullRequestUnassignedPropPullRequest,
|
|
3865
3881
|
)
|
|
3866
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3867
|
-
WebhookReleaseReleasedPropReleasePropAuthor as WebhookReleaseReleasedPropReleasePropAuthor,
|
|
3868
|
-
)
|
|
3869
3882
|
from githubkit.versions.v2022_11_28.models import (
|
|
3870
3883
|
WebhookStatusPropCommitPropCommitPropAuthor as WebhookStatusPropCommitPropCommitPropAuthor,
|
|
3871
3884
|
)
|
|
@@ -3884,6 +3897,18 @@ if TYPE_CHECKING:
|
|
|
3884
3897
|
from githubkit.versions.v2022_11_28.models import (
|
|
3885
3898
|
WebhookWorkflowRunInProgressPropWorkflowRun as WebhookWorkflowRunInProgressPropWorkflowRun,
|
|
3886
3899
|
)
|
|
3900
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3901
|
+
WebhooksPreviousMarketplacePurchasePropPlan as WebhooksPreviousMarketplacePurchasePropPlan,
|
|
3902
|
+
)
|
|
3903
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3904
|
+
WebhooksPullRequest5PropRequestedTeamsItems as WebhooksPullRequest5PropRequestedTeamsItems,
|
|
3905
|
+
)
|
|
3906
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3907
|
+
WebhooksRelease1PropAssetsItemsPropUploader as WebhooksRelease1PropAssetsItemsPropUploader,
|
|
3908
|
+
)
|
|
3909
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3910
|
+
WebhooksSecurityAdvisoryPropReferencesItems as WebhooksSecurityAdvisoryPropReferencesItems,
|
|
3911
|
+
)
|
|
3887
3912
|
from githubkit.versions.v2022_11_28.models import (
|
|
3888
3913
|
DependabotAlertSecurityAdvisoryPropCwesItems as DependabotAlertSecurityAdvisoryPropCwesItems,
|
|
3889
3914
|
)
|
|
@@ -3941,12 +3966,6 @@ if TYPE_CHECKING:
|
|
|
3941
3966
|
from githubkit.versions.v2022_11_28.models import (
|
|
3942
3967
|
WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
|
|
3943
3968
|
)
|
|
3944
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3945
|
-
WebhookIssueCommentEditedPropChangesPropBody as WebhookIssueCommentEditedPropChangesPropBody,
|
|
3946
|
-
)
|
|
3947
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3948
|
-
WebhookIssueCommentEditedPropCommentPropUser as WebhookIssueCommentEditedPropCommentPropUser,
|
|
3949
|
-
)
|
|
3950
3969
|
from githubkit.versions.v2022_11_28.models import (
|
|
3951
3970
|
WebhookIssueCommentEditedPropIssueMergedUser as WebhookIssueCommentEditedPropIssueMergedUser,
|
|
3952
3971
|
)
|
|
@@ -3965,24 +3984,12 @@ if TYPE_CHECKING:
|
|
|
3965
3984
|
from githubkit.versions.v2022_11_28.models import (
|
|
3966
3985
|
WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
|
|
3967
3986
|
)
|
|
3968
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3969
|
-
WebhookIssuesUnassignedPropIssuePropAssignee as WebhookIssuesUnassignedPropIssuePropAssignee,
|
|
3970
|
-
)
|
|
3971
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3972
|
-
WebhookIssuesUnlabeledPropIssuePropMilestone as WebhookIssuesUnlabeledPropIssuePropMilestone,
|
|
3973
|
-
)
|
|
3974
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3975
|
-
WebhookIssuesUnlabeledPropIssuePropReactions as WebhookIssuesUnlabeledPropIssuePropReactions,
|
|
3976
|
-
)
|
|
3977
3987
|
from githubkit.versions.v2022_11_28.models import (
|
|
3978
3988
|
WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
|
|
3979
3989
|
)
|
|
3980
3990
|
from githubkit.versions.v2022_11_28.models import (
|
|
3981
3991
|
WebhookMemberEditedPropChangesPropPermission as WebhookMemberEditedPropChangesPropPermission,
|
|
3982
3992
|
)
|
|
3983
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3984
|
-
WebhookOrganizationMemberAddedPropMembership as WebhookOrganizationMemberAddedPropMembership,
|
|
3985
|
-
)
|
|
3986
3993
|
from githubkit.versions.v2022_11_28.models import (
|
|
3987
3994
|
WebhookPackageUpdatedPropPackagePropRegistry as WebhookPackageUpdatedPropPackagePropRegistry,
|
|
3988
3995
|
)
|
|
@@ -3992,15 +3999,6 @@ if TYPE_CHECKING:
|
|
|
3992
3999
|
from githubkit.versions.v2022_11_28.models import (
|
|
3993
4000
|
WebhookProjectCardMovedPropProjectCardAllof1 as WebhookProjectCardMovedPropProjectCardAllof1,
|
|
3994
4001
|
)
|
|
3995
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3996
|
-
WebhookProjectColumnCreatedPropProjectColumn as WebhookProjectColumnCreatedPropProjectColumn,
|
|
3997
|
-
)
|
|
3998
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3999
|
-
WebhookProjectColumnDeletedPropProjectColumn as WebhookProjectColumnDeletedPropProjectColumn,
|
|
4000
|
-
)
|
|
4001
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4002
|
-
WebhookProjectReopenedPropProjectPropCreator as WebhookProjectReopenedPropProjectPropCreator,
|
|
4003
|
-
)
|
|
4004
4002
|
from githubkit.versions.v2022_11_28.models import (
|
|
4005
4003
|
WebhookProjectsV2ItemEditedPropChangesOneof0 as WebhookProjectsV2ItemEditedPropChangesOneof0,
|
|
4006
4004
|
)
|
|
@@ -4019,12 +4017,6 @@ if TYPE_CHECKING:
|
|
|
4019
4017
|
from githubkit.versions.v2022_11_28.models import (
|
|
4020
4018
|
WebhookPullRequestSynchronizePropPullRequest as WebhookPullRequestSynchronizePropPullRequest,
|
|
4021
4019
|
)
|
|
4022
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4023
|
-
WebhookReleaseEditedPropReleasePropReactions as WebhookReleaseEditedPropReleasePropReactions,
|
|
4024
|
-
)
|
|
4025
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4026
|
-
WebhookReleasePublishedPropReleasePropAuthor as WebhookReleasePublishedPropReleasePropAuthor,
|
|
4027
|
-
)
|
|
4028
4020
|
from githubkit.versions.v2022_11_28.models import (
|
|
4029
4021
|
WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
|
|
4030
4022
|
)
|
|
@@ -4032,7 +4024,10 @@ if TYPE_CHECKING:
|
|
|
4032
4024
|
WebhookRubygemsMetadataPropDependenciesItems as WebhookRubygemsMetadataPropDependenciesItems,
|
|
4033
4025
|
)
|
|
4034
4026
|
from githubkit.versions.v2022_11_28.models import (
|
|
4035
|
-
|
|
4027
|
+
WebhooksPullRequest5PropMilestonePropCreator as WebhooksPullRequest5PropMilestonePropCreator,
|
|
4028
|
+
)
|
|
4029
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4030
|
+
WebhooksSecurityAdvisoryPropIdentifiersItems as WebhooksSecurityAdvisoryPropIdentifiersItems,
|
|
4036
4031
|
)
|
|
4037
4032
|
from githubkit.versions.v2022_11_28.models import (
|
|
4038
4033
|
BranchRestrictionPolicyPropAppsItemsPropOwner as BranchRestrictionPolicyPropAppsItemsPropOwner,
|
|
@@ -4085,9 +4080,6 @@ if TYPE_CHECKING:
|
|
|
4085
4080
|
from githubkit.versions.v2022_11_28.models import (
|
|
4086
4081
|
WebhookCodeScanningAlertClosedByUserPropAlert as WebhookCodeScanningAlertClosedByUserPropAlert,
|
|
4087
4082
|
)
|
|
4088
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4089
|
-
WebhookDeploymentReviewRequestedPropRequestor as WebhookDeploymentReviewRequestedPropRequestor,
|
|
4090
|
-
)
|
|
4091
4083
|
from githubkit.versions.v2022_11_28.models import (
|
|
4092
4084
|
WebhookDeploymentStatusCreatedPropWorkflowRun as WebhookDeploymentStatusCreatedPropWorkflowRun,
|
|
4093
4085
|
)
|
|
@@ -4097,18 +4089,9 @@ if TYPE_CHECKING:
|
|
|
4097
4089
|
from githubkit.versions.v2022_11_28.models import (
|
|
4098
4090
|
WebhookIssueCommentCreatedPropIssueMergedUser as WebhookIssueCommentCreatedPropIssueMergedUser,
|
|
4099
4091
|
)
|
|
4100
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4101
|
-
WebhookIssueCommentDeletedPropCommentPropUser as WebhookIssueCommentDeletedPropCommentPropUser,
|
|
4102
|
-
)
|
|
4103
4092
|
from githubkit.versions.v2022_11_28.models import (
|
|
4104
4093
|
WebhookIssueCommentDeletedPropIssueMergedUser as WebhookIssueCommentDeletedPropIssueMergedUser,
|
|
4105
4094
|
)
|
|
4106
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4107
|
-
WebhookIssuesAssignedPropIssuePropLabelsItems as WebhookIssuesAssignedPropIssuePropLabelsItems,
|
|
4108
|
-
)
|
|
4109
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4110
|
-
WebhookIssuesAssignedPropIssuePropPullRequest as WebhookIssuesAssignedPropIssuePropPullRequest,
|
|
4111
|
-
)
|
|
4112
4095
|
from githubkit.versions.v2022_11_28.models import (
|
|
4113
4096
|
WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
|
|
4114
4097
|
)
|
|
@@ -4121,33 +4104,15 @@ if TYPE_CHECKING:
|
|
|
4121
4104
|
from githubkit.versions.v2022_11_28.models import (
|
|
4122
4105
|
WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
|
|
4123
4106
|
)
|
|
4124
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4125
|
-
WebhookIssuesTransferredPropIssuePropAssignee as WebhookIssuesTransferredPropIssuePropAssignee,
|
|
4126
|
-
)
|
|
4127
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4128
|
-
WebhookIssuesUnassignedPropIssuePropMilestone as WebhookIssuesUnassignedPropIssuePropMilestone,
|
|
4129
|
-
)
|
|
4130
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4131
|
-
WebhookIssuesUnassignedPropIssuePropReactions as WebhookIssuesUnassignedPropIssuePropReactions,
|
|
4132
|
-
)
|
|
4133
4107
|
from githubkit.versions.v2022_11_28.models import (
|
|
4134
4108
|
WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
|
|
4135
4109
|
)
|
|
4136
4110
|
from githubkit.versions.v2022_11_28.models import (
|
|
4137
4111
|
WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
|
|
4138
4112
|
)
|
|
4139
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4140
|
-
WebhookIssuesUnpinnedPropIssuePropLabelsItems as WebhookIssuesUnpinnedPropIssuePropLabelsItems,
|
|
4141
|
-
)
|
|
4142
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4143
|
-
WebhookIssuesUnpinnedPropIssuePropPullRequest as WebhookIssuesUnpinnedPropIssuePropPullRequest,
|
|
4144
|
-
)
|
|
4145
4113
|
from githubkit.versions.v2022_11_28.models import (
|
|
4146
4114
|
WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
|
|
4147
4115
|
)
|
|
4148
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4149
|
-
WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
|
|
4150
|
-
)
|
|
4151
4116
|
from githubkit.versions.v2022_11_28.models import (
|
|
4152
4117
|
WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
|
|
4153
4118
|
)
|
|
@@ -4155,16 +4120,19 @@ if TYPE_CHECKING:
|
|
|
4155
4120
|
WebhookPushPropRepositoryPropCustomProperties as WebhookPushPropRepositoryPropCustomProperties,
|
|
4156
4121
|
)
|
|
4157
4122
|
from githubkit.versions.v2022_11_28.models import (
|
|
4158
|
-
|
|
4123
|
+
WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
|
|
4159
4124
|
)
|
|
4160
4125
|
from githubkit.versions.v2022_11_28.models import (
|
|
4161
|
-
|
|
4126
|
+
WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
|
|
4162
4127
|
)
|
|
4163
4128
|
from githubkit.versions.v2022_11_28.models import (
|
|
4164
|
-
|
|
4129
|
+
WebhooksPullRequest5PropBasePropRepoPropOwner as WebhooksPullRequest5PropBasePropRepoPropOwner,
|
|
4165
4130
|
)
|
|
4166
4131
|
from githubkit.versions.v2022_11_28.models import (
|
|
4167
|
-
|
|
4132
|
+
WebhooksPullRequest5PropHeadPropRepoPropOwner as WebhooksPullRequest5PropHeadPropRepoPropOwner,
|
|
4133
|
+
)
|
|
4134
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4135
|
+
WebhooksReviewCommentPropLinksPropPullRequest as WebhooksReviewCommentPropLinksPropPullRequest,
|
|
4168
4136
|
)
|
|
4169
4137
|
from githubkit.versions.v2022_11_28.models import (
|
|
4170
4138
|
OrgsOrgActionsRunnersGenerateJitconfigPostBody as OrgsOrgActionsRunnersGenerateJitconfigPostBody,
|
|
@@ -4253,36 +4221,9 @@ if TYPE_CHECKING:
|
|
|
4253
4221
|
from githubkit.versions.v2022_11_28.models import (
|
|
4254
4222
|
WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
|
|
4255
4223
|
)
|
|
4256
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4257
|
-
WebhookIssuesPinnedPropIssuePropAssigneesItems as WebhookIssuesPinnedPropIssuePropAssigneesItems,
|
|
4258
|
-
)
|
|
4259
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4260
|
-
WebhookIssuesTransferredPropIssuePropMilestone as WebhookIssuesTransferredPropIssuePropMilestone,
|
|
4261
|
-
)
|
|
4262
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4263
|
-
WebhookIssuesTransferredPropIssuePropReactions as WebhookIssuesTransferredPropIssuePropReactions,
|
|
4264
|
-
)
|
|
4265
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4266
|
-
WebhookIssuesUnlabeledPropIssuePropLabelsItems as WebhookIssuesUnlabeledPropIssuePropLabelsItems,
|
|
4267
|
-
)
|
|
4268
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4269
|
-
WebhookIssuesUnlabeledPropIssuePropPullRequest as WebhookIssuesUnlabeledPropIssuePropPullRequest,
|
|
4270
|
-
)
|
|
4271
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4272
|
-
WebhookMilestoneClosedPropMilestonePropCreator as WebhookMilestoneClosedPropMilestonePropCreator,
|
|
4273
|
-
)
|
|
4274
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4275
|
-
WebhookMilestoneEditedPropMilestonePropCreator as WebhookMilestoneEditedPropMilestonePropCreator,
|
|
4276
|
-
)
|
|
4277
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4278
|
-
WebhookMilestoneOpenedPropMilestonePropCreator as WebhookMilestoneOpenedPropMilestonePropCreator,
|
|
4279
|
-
)
|
|
4280
4224
|
from githubkit.versions.v2022_11_28.models import (
|
|
4281
4225
|
WebhookOrganizationMemberInvitedPropInvitation as WebhookOrganizationMemberInvitedPropInvitation,
|
|
4282
4226
|
)
|
|
4283
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4284
|
-
WebhookOrganizationMemberRemovedPropMembership as WebhookOrganizationMemberRemovedPropMembership,
|
|
4285
|
-
)
|
|
4286
4227
|
from githubkit.versions.v2022_11_28.models import (
|
|
4287
4228
|
WebhookOrganizationRenamedPropChangesPropLogin as WebhookOrganizationRenamedPropChangesPropLogin,
|
|
4288
4229
|
)
|
|
@@ -4295,35 +4236,29 @@ if TYPE_CHECKING:
|
|
|
4295
4236
|
from githubkit.versions.v2022_11_28.models import (
|
|
4296
4237
|
WebhookProjectCardMovedPropChangesPropColumnId as WebhookProjectCardMovedPropChangesPropColumnId,
|
|
4297
4238
|
)
|
|
4298
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4299
|
-
WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
|
|
4300
|
-
)
|
|
4301
4239
|
from githubkit.versions.v2022_11_28.models import (
|
|
4302
4240
|
WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
|
|
4303
4241
|
)
|
|
4304
4242
|
from githubkit.versions.v2022_11_28.models import (
|
|
4305
|
-
|
|
4306
|
-
)
|
|
4307
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4308
|
-
WebhookReleaseUnpublishedPropReleasePropAuthor as WebhookReleaseUnpublishedPropReleasePropAuthor,
|
|
4243
|
+
WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
|
|
4309
4244
|
)
|
|
4310
4245
|
from githubkit.versions.v2022_11_28.models import (
|
|
4311
|
-
|
|
4246
|
+
WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
|
|
4312
4247
|
)
|
|
4313
4248
|
from githubkit.versions.v2022_11_28.models import (
|
|
4314
|
-
|
|
4249
|
+
WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
|
|
4315
4250
|
)
|
|
4316
4251
|
from githubkit.versions.v2022_11_28.models import (
|
|
4317
|
-
|
|
4252
|
+
WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
|
|
4318
4253
|
)
|
|
4319
4254
|
from githubkit.versions.v2022_11_28.models import (
|
|
4320
|
-
|
|
4255
|
+
WebhooksPreviousMarketplacePurchasePropAccount as WebhooksPreviousMarketplacePurchasePropAccount,
|
|
4321
4256
|
)
|
|
4322
4257
|
from githubkit.versions.v2022_11_28.models import (
|
|
4323
|
-
|
|
4258
|
+
WebhooksPullRequest5PropAutoMergePropEnabledBy as WebhooksPullRequest5PropAutoMergePropEnabledBy,
|
|
4324
4259
|
)
|
|
4325
4260
|
from githubkit.versions.v2022_11_28.models import (
|
|
4326
|
-
|
|
4261
|
+
WebhooksPullRequest5PropLinksPropReviewComment as WebhooksPullRequest5PropLinksPropReviewComment,
|
|
4327
4262
|
)
|
|
4328
4263
|
from githubkit.versions.v2022_11_28.models import (
|
|
4329
4264
|
DependencyGraphSpdxSbomPropSbomPropCreationInfo as DependencyGraphSpdxSbomPropSbomPropCreationInfo,
|
|
@@ -4379,15 +4314,6 @@ if TYPE_CHECKING:
|
|
|
4379
4314
|
from githubkit.versions.v2022_11_28.models import (
|
|
4380
4315
|
WebhookForkPropForkeeAllof0PropCustomProperties as WebhookForkPropForkeeAllof0PropCustomProperties,
|
|
4381
4316
|
)
|
|
4382
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4383
|
-
WebhookInstallationCreatedPropRepositoriesItems as WebhookInstallationCreatedPropRepositoriesItems,
|
|
4384
|
-
)
|
|
4385
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4386
|
-
WebhookInstallationDeletedPropRepositoriesItems as WebhookInstallationDeletedPropRepositoriesItems,
|
|
4387
|
-
)
|
|
4388
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4389
|
-
WebhookInstallationSuspendPropRepositoriesItems as WebhookInstallationSuspendPropRepositoriesItems,
|
|
4390
|
-
)
|
|
4391
4317
|
from githubkit.versions.v2022_11_28.models import (
|
|
4392
4318
|
WebhookIssuesClosedPropIssueAllof0PropMilestone as WebhookIssuesClosedPropIssueAllof0PropMilestone,
|
|
4393
4319
|
)
|
|
@@ -4419,28 +4345,13 @@ if TYPE_CHECKING:
|
|
|
4419
4345
|
WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
|
|
4420
4346
|
)
|
|
4421
4347
|
from githubkit.versions.v2022_11_28.models import (
|
|
4422
|
-
|
|
4423
|
-
)
|
|
4424
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4425
|
-
WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
|
|
4426
|
-
)
|
|
4427
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4428
|
-
WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
|
|
4429
|
-
)
|
|
4430
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4431
|
-
WebhookIssuesUnassignedPropIssuePropLabelsItems as WebhookIssuesUnassignedPropIssuePropLabelsItems,
|
|
4432
|
-
)
|
|
4433
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4434
|
-
WebhookIssuesUnassignedPropIssuePropPullRequest as WebhookIssuesUnassignedPropIssuePropPullRequest,
|
|
4435
|
-
)
|
|
4436
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4437
|
-
WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
|
|
4348
|
+
WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
|
|
4438
4349
|
)
|
|
4439
4350
|
from githubkit.versions.v2022_11_28.models import (
|
|
4440
|
-
|
|
4351
|
+
WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
|
|
4441
4352
|
)
|
|
4442
4353
|
from githubkit.versions.v2022_11_28.models import (
|
|
4443
|
-
|
|
4354
|
+
WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
|
|
4444
4355
|
)
|
|
4445
4356
|
from githubkit.versions.v2022_11_28.models import (
|
|
4446
4357
|
WebhookPullRequestLockedPropPullRequestPropBase as WebhookPullRequestLockedPropPullRequestPropBase,
|
|
@@ -4452,22 +4363,22 @@ if TYPE_CHECKING:
|
|
|
4452
4363
|
WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
|
|
4453
4364
|
)
|
|
4454
4365
|
from githubkit.versions.v2022_11_28.models import (
|
|
4455
|
-
|
|
4366
|
+
WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
|
|
4456
4367
|
)
|
|
4457
4368
|
from githubkit.versions.v2022_11_28.models import (
|
|
4458
|
-
|
|
4369
|
+
WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
|
|
4459
4370
|
)
|
|
4460
4371
|
from githubkit.versions.v2022_11_28.models import (
|
|
4461
|
-
|
|
4372
|
+
WebhooksIssuePropPerformedViaGithubAppPropOwner as WebhooksIssuePropPerformedViaGithubAppPropOwner,
|
|
4462
4373
|
)
|
|
4463
4374
|
from githubkit.versions.v2022_11_28.models import (
|
|
4464
|
-
|
|
4375
|
+
WebhooksPullRequest5PropBasePropRepoPropLicense as WebhooksPullRequest5PropBasePropRepoPropLicense,
|
|
4465
4376
|
)
|
|
4466
4377
|
from githubkit.versions.v2022_11_28.models import (
|
|
4467
|
-
|
|
4378
|
+
WebhooksPullRequest5PropHeadPropRepoPropLicense as WebhooksPullRequest5PropHeadPropRepoPropLicense,
|
|
4468
4379
|
)
|
|
4469
4380
|
from githubkit.versions.v2022_11_28.models import (
|
|
4470
|
-
|
|
4381
|
+
WebhooksPullRequest5PropLinksPropReviewComments as WebhooksPullRequest5PropLinksPropReviewComments,
|
|
4471
4382
|
)
|
|
4472
4383
|
from githubkit.versions.v2022_11_28.models import (
|
|
4473
4384
|
AppManifestsCodeConversionsPostResponse201Allof1 as AppManifestsCodeConversionsPostResponse201Allof1,
|
|
@@ -4553,48 +4464,24 @@ if TYPE_CHECKING:
|
|
|
4553
4464
|
from githubkit.versions.v2022_11_28.models import (
|
|
4554
4465
|
WebhookDeploymentCreatedPropWorkflowRunPropActor as WebhookDeploymentCreatedPropWorkflowRunPropActor,
|
|
4555
4466
|
)
|
|
4556
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4557
|
-
WebhookDiscussionAnsweredPropAnswerPropReactions as WebhookDiscussionAnsweredPropAnswerPropReactions,
|
|
4558
|
-
)
|
|
4559
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4560
|
-
WebhookDiscussionUnansweredPropOldAnswerPropUser as WebhookDiscussionUnansweredPropOldAnswerPropUser,
|
|
4561
|
-
)
|
|
4562
4467
|
from githubkit.versions.v2022_11_28.models import (
|
|
4563
4468
|
WebhookIssueCommentEditedPropIssueAllof0PropUser as WebhookIssueCommentEditedPropIssueAllof0PropUser,
|
|
4564
4469
|
)
|
|
4565
4470
|
from githubkit.versions.v2022_11_28.models import (
|
|
4566
4471
|
WebhookIssueCommentEditedPropIssueAllof1PropUser as WebhookIssueCommentEditedPropIssueAllof1PropUser,
|
|
4567
4472
|
)
|
|
4568
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4569
|
-
WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
|
|
4570
|
-
)
|
|
4571
4473
|
from githubkit.versions.v2022_11_28.models import (
|
|
4572
4474
|
WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
|
|
4573
4475
|
)
|
|
4574
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4575
|
-
WebhookIssuesTransferredPropIssuePropLabelsItems as WebhookIssuesTransferredPropIssuePropLabelsItems,
|
|
4576
|
-
)
|
|
4577
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4578
|
-
WebhookIssuesTransferredPropIssuePropPullRequest as WebhookIssuesTransferredPropIssuePropPullRequest,
|
|
4579
|
-
)
|
|
4580
4476
|
from githubkit.versions.v2022_11_28.models import (
|
|
4581
4477
|
WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
|
|
4582
4478
|
)
|
|
4583
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4584
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
|
|
4585
|
-
)
|
|
4586
4479
|
from githubkit.versions.v2022_11_28.models import (
|
|
4587
4480
|
WebhookMarketplacePurchasePendingChangeCancelled as WebhookMarketplacePurchasePendingChangeCancelled,
|
|
4588
4481
|
)
|
|
4589
4482
|
from githubkit.versions.v2022_11_28.models import (
|
|
4590
4483
|
WebhookMilestoneEditedPropChangesPropDescription as WebhookMilestoneEditedPropChangesPropDescription,
|
|
4591
4484
|
)
|
|
4592
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4593
|
-
WebhookOrganizationDeletedPropMembershipPropUser as WebhookOrganizationDeletedPropMembershipPropUser,
|
|
4594
|
-
)
|
|
4595
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4596
|
-
WebhookOrganizationRenamedPropMembershipPropUser as WebhookOrganizationRenamedPropMembershipPropUser,
|
|
4597
|
-
)
|
|
4598
4485
|
from githubkit.versions.v2022_11_28.models import (
|
|
4599
4486
|
WebhookPullRequestLabeledPropPullRequestPropBase as WebhookPullRequestLabeledPropPullRequestPropBase,
|
|
4600
4487
|
)
|
|
@@ -4607,18 +4494,9 @@ if TYPE_CHECKING:
|
|
|
4607
4494
|
from githubkit.versions.v2022_11_28.models import (
|
|
4608
4495
|
WebhookPullRequestLockedPropPullRequestPropLinks as WebhookPullRequestLockedPropPullRequestPropLinks,
|
|
4609
4496
|
)
|
|
4610
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4611
|
-
WebhookPullRequestReviewCommentEditedPropChanges as WebhookPullRequestReviewCommentEditedPropChanges,
|
|
4612
|
-
)
|
|
4613
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4614
|
-
WebhookPullRequestReviewCommentEditedPropComment as WebhookPullRequestReviewCommentEditedPropComment,
|
|
4615
|
-
)
|
|
4616
4497
|
from githubkit.versions.v2022_11_28.models import (
|
|
4617
4498
|
WebhookPullRequestReviewDismissedPropPullRequest as WebhookPullRequestReviewDismissedPropPullRequest,
|
|
4618
4499
|
)
|
|
4619
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4620
|
-
WebhookPullRequestReviewEditedPropReviewPropUser as WebhookPullRequestReviewEditedPropReviewPropUser,
|
|
4621
|
-
)
|
|
4622
4500
|
from githubkit.versions.v2022_11_28.models import (
|
|
4623
4501
|
WebhookPullRequestReviewSubmittedPropPullRequest as WebhookPullRequestReviewSubmittedPropPullRequest,
|
|
4624
4502
|
)
|
|
@@ -4628,9 +4506,6 @@ if TYPE_CHECKING:
|
|
|
4628
4506
|
from githubkit.versions.v2022_11_28.models import (
|
|
4629
4507
|
WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
|
|
4630
4508
|
)
|
|
4631
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4632
|
-
WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
|
|
4633
|
-
)
|
|
4634
4509
|
from githubkit.versions.v2022_11_28.models import (
|
|
4635
4510
|
WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
|
|
4636
4511
|
)
|
|
@@ -4638,16 +4513,16 @@ if TYPE_CHECKING:
|
|
|
4638
4513
|
WebhookRepositoryTransferredPropChangesPropOwner as WebhookRepositoryTransferredPropChangesPropOwner,
|
|
4639
4514
|
)
|
|
4640
4515
|
from githubkit.versions.v2022_11_28.models import (
|
|
4641
|
-
|
|
4516
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
|
|
4642
4517
|
)
|
|
4643
4518
|
from githubkit.versions.v2022_11_28.models import (
|
|
4644
|
-
|
|
4519
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
|
|
4645
4520
|
)
|
|
4646
4521
|
from githubkit.versions.v2022_11_28.models import (
|
|
4647
|
-
|
|
4522
|
+
WebhooksIssue2PropPerformedViaGithubAppPropOwner as WebhooksIssue2PropPerformedViaGithubAppPropOwner,
|
|
4648
4523
|
)
|
|
4649
4524
|
from githubkit.versions.v2022_11_28.models import (
|
|
4650
|
-
|
|
4525
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItems as WebhooksSecurityAdvisoryPropVulnerabilitiesItems,
|
|
4651
4526
|
)
|
|
4652
4527
|
from githubkit.versions.v2022_11_28.models import (
|
|
4653
4528
|
CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
|
|
@@ -4718,30 +4593,9 @@ if TYPE_CHECKING:
|
|
|
4718
4593
|
from githubkit.versions.v2022_11_28.models import (
|
|
4719
4594
|
WebhookDeploymentCreatedPropDeploymentPropCreator as WebhookDeploymentCreatedPropDeploymentPropCreator,
|
|
4720
4595
|
)
|
|
4721
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4722
|
-
WebhookDeploymentReviewApprovedPropReviewersItems as WebhookDeploymentReviewApprovedPropReviewersItems,
|
|
4723
|
-
)
|
|
4724
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4725
|
-
WebhookDeploymentReviewApprovedPropWorkflowJobRun as WebhookDeploymentReviewApprovedPropWorkflowJobRun,
|
|
4726
|
-
)
|
|
4727
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4728
|
-
WebhookDeploymentReviewRejectedPropReviewersItems as WebhookDeploymentReviewRejectedPropReviewersItems,
|
|
4729
|
-
)
|
|
4730
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4731
|
-
WebhookDeploymentReviewRejectedPropWorkflowJobRun as WebhookDeploymentReviewRejectedPropWorkflowJobRun,
|
|
4732
|
-
)
|
|
4733
4596
|
from githubkit.versions.v2022_11_28.models import (
|
|
4734
4597
|
WebhookDiscussionCommentEditedPropChangesPropBody as WebhookDiscussionCommentEditedPropChangesPropBody,
|
|
4735
4598
|
)
|
|
4736
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4737
|
-
WebhookDiscussionCommentEditedPropCommentPropUser as WebhookDiscussionCommentEditedPropCommentPropUser,
|
|
4738
|
-
)
|
|
4739
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4740
|
-
WebhookInstallationRepositoriesAddedPropRequester as WebhookInstallationRepositoriesAddedPropRequester,
|
|
4741
|
-
)
|
|
4742
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4743
|
-
WebhookInstallationUnsuspendPropRepositoriesItems as WebhookInstallationUnsuspendPropRepositoriesItems,
|
|
4744
|
-
)
|
|
4745
4599
|
from githubkit.versions.v2022_11_28.models import (
|
|
4746
4600
|
WebhookIssueCommentCreatedPropIssueAllof0PropUser as WebhookIssueCommentCreatedPropIssueAllof0PropUser,
|
|
4747
4601
|
)
|
|
@@ -4754,9 +4608,6 @@ if TYPE_CHECKING:
|
|
|
4754
4608
|
from githubkit.versions.v2022_11_28.models import (
|
|
4755
4609
|
WebhookIssueCommentDeletedPropIssueAllof1PropUser as WebhookIssueCommentDeletedPropIssueAllof1PropUser,
|
|
4756
4610
|
)
|
|
4757
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4758
|
-
WebhookIssueCommentEditedPropCommentPropReactions as WebhookIssueCommentEditedPropCommentPropReactions,
|
|
4759
|
-
)
|
|
4760
4611
|
from githubkit.versions.v2022_11_28.models import (
|
|
4761
4612
|
WebhookIssueCommentEditedPropIssueMergedAssignees as WebhookIssueCommentEditedPropIssueMergedAssignees,
|
|
4762
4613
|
)
|
|
@@ -4781,12 +4632,6 @@ if TYPE_CHECKING:
|
|
|
4781
4632
|
from githubkit.versions.v2022_11_28.models import (
|
|
4782
4633
|
WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
|
|
4783
4634
|
)
|
|
4784
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4785
|
-
WebhookIssuesDemilestonedPropMilestonePropCreator as WebhookIssuesDemilestonedPropMilestonePropCreator,
|
|
4786
|
-
)
|
|
4787
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4788
|
-
WebhookIssuesUnlabeledPropIssuePropAssigneesItems as WebhookIssuesUnlabeledPropIssuePropAssigneesItems,
|
|
4789
|
-
)
|
|
4790
4635
|
from githubkit.versions.v2022_11_28.models import (
|
|
4791
4636
|
WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
|
|
4792
4637
|
)
|
|
@@ -4823,15 +4668,9 @@ if TYPE_CHECKING:
|
|
|
4823
4668
|
from githubkit.versions.v2022_11_28.models import (
|
|
4824
4669
|
WebhookPullRequestReviewCommentCreatedPropComment as WebhookPullRequestReviewCommentCreatedPropComment,
|
|
4825
4670
|
)
|
|
4826
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4827
|
-
WebhookPullRequestReviewCommentDeletedPropComment as WebhookPullRequestReviewCommentDeletedPropComment,
|
|
4828
|
-
)
|
|
4829
4671
|
from githubkit.versions.v2022_11_28.models import (
|
|
4830
4672
|
WebhookPullRequestReviewEditedPropChangesPropBody as WebhookPullRequestReviewEditedPropChangesPropBody,
|
|
4831
4673
|
)
|
|
4832
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4833
|
-
WebhookPullRequestReviewEditedPropReviewPropLinks as WebhookPullRequestReviewEditedPropReviewPropLinks,
|
|
4834
|
-
)
|
|
4835
4674
|
from githubkit.versions.v2022_11_28.models import (
|
|
4836
4675
|
WebhookPullRequestUnlockedPropPullRequestPropBase as WebhookPullRequestUnlockedPropPullRequestPropBase,
|
|
4837
4676
|
)
|
|
@@ -4844,12 +4683,6 @@ if TYPE_CHECKING:
|
|
|
4844
4683
|
from githubkit.versions.v2022_11_28.models import (
|
|
4845
4684
|
WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
|
|
4846
4685
|
)
|
|
4847
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4848
|
-
WebhookReleasePublishedPropReleasePropAssetsItems as WebhookReleasePublishedPropReleasePropAssetsItems,
|
|
4849
|
-
)
|
|
4850
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4851
|
-
WebhookReleaseUnpublishedPropReleasePropReactions as WebhookReleaseUnpublishedPropReleasePropReactions,
|
|
4852
|
-
)
|
|
4853
4686
|
from githubkit.versions.v2022_11_28.models import (
|
|
4854
4687
|
WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
|
|
4855
4688
|
)
|
|
@@ -4883,6 +4716,9 @@ if TYPE_CHECKING:
|
|
|
4883
4716
|
from githubkit.versions.v2022_11_28.models import (
|
|
4884
4717
|
BranchProtectionPropRequiredConversationResolution as BranchProtectionPropRequiredConversationResolution,
|
|
4885
4718
|
)
|
|
4719
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4720
|
+
CodeScanningVariantAnalysisPropSkippedRepositories as CodeScanningVariantAnalysisPropSkippedRepositories,
|
|
4721
|
+
)
|
|
4886
4722
|
from githubkit.versions.v2022_11_28.models import (
|
|
4887
4723
|
DependabotAlertSecurityAdvisoryPropReferencesItems as DependabotAlertSecurityAdvisoryPropReferencesItems,
|
|
4888
4724
|
)
|
|
@@ -4925,12 +4761,6 @@ if TYPE_CHECKING:
|
|
|
4925
4761
|
from githubkit.versions.v2022_11_28.models import (
|
|
4926
4762
|
WebhookDeploymentStatusCreatedPropDeploymentStatus as WebhookDeploymentStatusCreatedPropDeploymentStatus,
|
|
4927
4763
|
)
|
|
4928
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4929
|
-
WebhookDiscussionCommentCreatedPropCommentPropUser as WebhookDiscussionCommentCreatedPropCommentPropUser,
|
|
4930
|
-
)
|
|
4931
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4932
|
-
WebhookDiscussionCommentDeletedPropCommentPropUser as WebhookDiscussionCommentDeletedPropCommentPropUser,
|
|
4933
|
-
)
|
|
4934
4764
|
from githubkit.versions.v2022_11_28.models import (
|
|
4935
4765
|
WebhookIssueCommentCreatedPropCommentPropReactions as WebhookIssueCommentCreatedPropCommentPropReactions,
|
|
4936
4766
|
)
|
|
@@ -4943,9 +4773,6 @@ if TYPE_CHECKING:
|
|
|
4943
4773
|
from githubkit.versions.v2022_11_28.models import (
|
|
4944
4774
|
WebhookIssueCommentCreatedPropIssueMergedReactions as WebhookIssueCommentCreatedPropIssueMergedReactions,
|
|
4945
4775
|
)
|
|
4946
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4947
|
-
WebhookIssueCommentDeletedPropCommentPropReactions as WebhookIssueCommentDeletedPropCommentPropReactions,
|
|
4948
|
-
)
|
|
4949
4776
|
from githubkit.versions.v2022_11_28.models import (
|
|
4950
4777
|
WebhookIssueCommentDeletedPropIssueMergedAssignees as WebhookIssueCommentDeletedPropIssueMergedAssignees,
|
|
4951
4778
|
)
|
|
@@ -4961,15 +4788,9 @@ if TYPE_CHECKING:
|
|
|
4961
4788
|
from githubkit.versions.v2022_11_28.models import (
|
|
4962
4789
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
|
|
4963
4790
|
)
|
|
4964
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4965
|
-
WebhookIssuesUnassignedPropIssuePropAssigneesItems as WebhookIssuesUnassignedPropIssuePropAssigneesItems,
|
|
4966
|
-
)
|
|
4967
4791
|
from githubkit.versions.v2022_11_28.models import (
|
|
4968
4792
|
WebhookPackageUpdatedPropPackagePropPackageVersion as WebhookPackageUpdatedPropPackagePropPackageVersion,
|
|
4969
4793
|
)
|
|
4970
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4971
|
-
WebhookProjectCardEditedPropProjectCardPropCreator as WebhookProjectCardEditedPropProjectCardPropCreator,
|
|
4972
|
-
)
|
|
4973
4794
|
from githubkit.versions.v2022_11_28.models import (
|
|
4974
4795
|
WebhookProjectsV2ProjectEditedPropChangesPropTitle as WebhookProjectsV2ProjectEditedPropChangesPropTitle,
|
|
4975
4796
|
)
|
|
@@ -5012,27 +4833,6 @@ if TYPE_CHECKING:
|
|
|
5012
4833
|
from githubkit.versions.v2022_11_28.models import (
|
|
5013
4834
|
WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
|
|
5014
4835
|
)
|
|
5015
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5016
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlert as WebhookRepositoryVulnerabilityAlertCreatePropAlert,
|
|
5017
|
-
)
|
|
5018
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5019
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlert as WebhookRepositoryVulnerabilityAlertReopenPropAlert,
|
|
5020
|
-
)
|
|
5021
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5022
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory,
|
|
5023
|
-
)
|
|
5024
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5025
|
-
WebhookSponsorshipCancelledPropSponsorshipPropTier as WebhookSponsorshipCancelledPropSponsorshipPropTier,
|
|
5026
|
-
)
|
|
5027
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5028
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsor as WebhookSponsorshipEditedPropSponsorshipPropSponsor,
|
|
5029
|
-
)
|
|
5030
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5031
|
-
WebhookSponsorshipPendingTierChangePropSponsorship as WebhookSponsorshipPendingTierChangePropSponsorship,
|
|
5032
|
-
)
|
|
5033
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5034
|
-
WebhookTeamRemovedFromRepositoryPropTeamPropParent as WebhookTeamRemovedFromRepositoryPropTeamPropParent,
|
|
5035
|
-
)
|
|
5036
4836
|
from githubkit.versions.v2022_11_28.models import (
|
|
5037
4837
|
BranchRestrictionPolicyPropAppsItemsPropPermissions as BranchRestrictionPolicyPropAppsItemsPropPermissions,
|
|
5038
4838
|
)
|
|
@@ -5075,18 +4875,9 @@ if TYPE_CHECKING:
|
|
|
5075
4875
|
from githubkit.versions.v2022_11_28.models import (
|
|
5076
4876
|
WebhookCommitCommentCreatedPropCommentPropReactions as WebhookCommitCommentCreatedPropCommentPropReactions,
|
|
5077
4877
|
)
|
|
5078
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5079
|
-
WebhookInstallationRepositoriesRemovedPropRequester as WebhookInstallationRepositoriesRemovedPropRequester,
|
|
5080
|
-
)
|
|
5081
4878
|
from githubkit.versions.v2022_11_28.models import (
|
|
5082
4879
|
WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
|
|
5083
4880
|
)
|
|
5084
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5085
|
-
WebhookIssuesTransferredPropIssuePropAssigneesItems as WebhookIssuesTransferredPropIssuePropAssigneesItems,
|
|
5086
|
-
)
|
|
5087
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5088
|
-
WebhookProjectCardCreatedPropProjectCardPropCreator as WebhookProjectCardCreatedPropProjectCardPropCreator,
|
|
5089
|
-
)
|
|
5090
4881
|
from githubkit.versions.v2022_11_28.models import (
|
|
5091
4882
|
WebhookProjectCardDeletedPropProjectCardPropCreator as WebhookProjectCardDeletedPropProjectCardPropCreator,
|
|
5092
4883
|
)
|
|
@@ -5102,21 +4893,9 @@ if TYPE_CHECKING:
|
|
|
5102
4893
|
from githubkit.versions.v2022_11_28.models import (
|
|
5103
4894
|
WebhookPullRequestLockedPropPullRequestPropMergedBy as WebhookPullRequestLockedPropPullRequestPropMergedBy,
|
|
5104
4895
|
)
|
|
5105
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5106
|
-
WebhookPullRequestMilestonedPropPullRequestPropBase as WebhookPullRequestMilestonedPropPullRequestPropBase,
|
|
5107
|
-
)
|
|
5108
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5109
|
-
WebhookPullRequestMilestonedPropPullRequestPropHead as WebhookPullRequestMilestonedPropPullRequestPropHead,
|
|
5110
|
-
)
|
|
5111
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5112
|
-
WebhookPullRequestMilestonedPropPullRequestPropUser as WebhookPullRequestMilestonedPropPullRequestPropUser,
|
|
5113
|
-
)
|
|
5114
4896
|
from githubkit.versions.v2022_11_28.models import (
|
|
5115
4897
|
WebhookPullRequestReviewDismissedPropReviewPropUser as WebhookPullRequestReviewDismissedPropReviewPropUser,
|
|
5116
4898
|
)
|
|
5117
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5118
|
-
WebhookPullRequestReviewSubmittedPropReviewPropUser as WebhookPullRequestReviewSubmittedPropReviewPropUser,
|
|
5119
|
-
)
|
|
5120
4899
|
from githubkit.versions.v2022_11_28.models import (
|
|
5121
4900
|
WebhookPullRequestUnassignedPropPullRequestPropBase as WebhookPullRequestUnassignedPropPullRequestPropBase,
|
|
5122
4901
|
)
|
|
@@ -5132,9 +4911,6 @@ if TYPE_CHECKING:
|
|
|
5132
4911
|
from githubkit.versions.v2022_11_28.models import (
|
|
5133
4912
|
WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
|
|
5134
4913
|
)
|
|
5135
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5136
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
|
|
5137
|
-
)
|
|
5138
4914
|
from githubkit.versions.v2022_11_28.models import (
|
|
5139
4915
|
WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
|
|
5140
4916
|
)
|
|
@@ -5144,9 +4920,6 @@ if TYPE_CHECKING:
|
|
|
5144
4920
|
from githubkit.versions.v2022_11_28.models import (
|
|
5145
4921
|
WebhookRepositoryVulnerabilityAlertResolvePropAlert as WebhookRepositoryVulnerabilityAlertResolvePropAlert,
|
|
5146
4922
|
)
|
|
5147
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5148
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsor as WebhookSponsorshipCreatedPropSponsorshipPropSponsor,
|
|
5149
|
-
)
|
|
5150
4923
|
from githubkit.versions.v2022_11_28.models import (
|
|
5151
4924
|
WebhookSponsorshipEditedPropChangesPropPrivacyLevel as WebhookSponsorshipEditedPropChangesPropPrivacyLevel,
|
|
5152
4925
|
)
|
|
@@ -5165,6 +4938,12 @@ if TYPE_CHECKING:
|
|
|
5165
4938
|
from githubkit.versions.v2022_11_28.models import (
|
|
5166
4939
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
|
|
5167
4940
|
)
|
|
4941
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4942
|
+
WebhooksPullRequest5PropBasePropRepoPropPermissions as WebhooksPullRequest5PropBasePropRepoPropPermissions,
|
|
4943
|
+
)
|
|
4944
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4945
|
+
WebhooksPullRequest5PropHeadPropRepoPropPermissions as WebhooksPullRequest5PropHeadPropRepoPropPermissions,
|
|
4946
|
+
)
|
|
5168
4947
|
from githubkit.versions.v2022_11_28.models import (
|
|
5169
4948
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
5170
4949
|
)
|
|
@@ -5207,15 +4986,9 @@ if TYPE_CHECKING:
|
|
|
5207
4986
|
from githubkit.versions.v2022_11_28.models import (
|
|
5208
4987
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
|
|
5209
4988
|
)
|
|
5210
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5211
|
-
WebhookIssuesPinnedPropIssuePropMilestonePropCreator as WebhookIssuesPinnedPropIssuePropMilestonePropCreator,
|
|
5212
|
-
)
|
|
5213
4989
|
from githubkit.versions.v2022_11_28.models import (
|
|
5214
4990
|
WebhookIssuesTransferredPropChangesPropNewRepository as WebhookIssuesTransferredPropChangesPropNewRepository,
|
|
5215
4991
|
)
|
|
5216
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5217
|
-
WebhookOrganizationMemberAddedPropMembershipPropUser as WebhookOrganizationMemberAddedPropMembershipPropUser,
|
|
5218
|
-
)
|
|
5219
4992
|
from githubkit.versions.v2022_11_28.models import (
|
|
5220
4993
|
WebhookPackagePublishedPropPackagePropPackageVersion as WebhookPackagePublishedPropPackagePropPackageVersion,
|
|
5221
4994
|
)
|
|
@@ -5234,18 +5007,12 @@ if TYPE_CHECKING:
|
|
|
5234
5007
|
from githubkit.versions.v2022_11_28.models import (
|
|
5235
5008
|
WebhookPullRequestLockedPropPullRequestPropMilestone as WebhookPullRequestLockedPropPullRequestPropMilestone,
|
|
5236
5009
|
)
|
|
5237
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5238
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinks as WebhookPullRequestMilestonedPropPullRequestPropLinks,
|
|
5239
|
-
)
|
|
5240
5010
|
from githubkit.versions.v2022_11_28.models import (
|
|
5241
5011
|
WebhookPullRequestReviewCommentEditedPropPullRequest as WebhookPullRequestReviewCommentEditedPropPullRequest,
|
|
5242
5012
|
)
|
|
5243
5013
|
from githubkit.versions.v2022_11_28.models import (
|
|
5244
5014
|
WebhookPullRequestReviewDismissedPropReviewPropLinks as WebhookPullRequestReviewDismissedPropReviewPropLinks,
|
|
5245
5015
|
)
|
|
5246
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5247
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinks as WebhookPullRequestReviewSubmittedPropReviewPropLinks,
|
|
5248
|
-
)
|
|
5249
5016
|
from githubkit.versions.v2022_11_28.models import (
|
|
5250
5017
|
WebhookPullRequestSynchronizePropPullRequestPropBase as WebhookPullRequestSynchronizePropPullRequestPropBase,
|
|
5251
5018
|
)
|
|
@@ -5261,18 +5028,9 @@ if TYPE_CHECKING:
|
|
|
5261
5028
|
from githubkit.versions.v2022_11_28.models import (
|
|
5262
5029
|
WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
|
|
5263
5030
|
)
|
|
5264
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5265
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisory as WebhookSecurityAdvisoryPublishedPropSecurityAdvisory,
|
|
5266
|
-
)
|
|
5267
5031
|
from githubkit.versions.v2022_11_28.models import (
|
|
5268
5032
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory,
|
|
5269
5033
|
)
|
|
5270
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5271
|
-
WebhookSponsorshipPendingCancellationPropSponsorship as WebhookSponsorshipPendingCancellationPropSponsorship,
|
|
5272
|
-
)
|
|
5273
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5274
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropTier as WebhookSponsorshipTierChangedPropSponsorshipPropTier,
|
|
5275
|
-
)
|
|
5276
5034
|
from githubkit.versions.v2022_11_28.models import (
|
|
5277
5035
|
WebhookStatusPropCommitPropCommitPropCommitterAllof0 as WebhookStatusPropCommitPropCommitPropCommitterAllof0,
|
|
5278
5036
|
)
|
|
@@ -5333,9 +5091,6 @@ if TYPE_CHECKING:
|
|
|
5333
5091
|
from githubkit.versions.v2022_11_28.models import (
|
|
5334
5092
|
WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
|
|
5335
5093
|
)
|
|
5336
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5337
|
-
WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
|
|
5338
|
-
)
|
|
5339
5094
|
from githubkit.versions.v2022_11_28.models import (
|
|
5340
5095
|
WebhookIssueCommentCreatedPropIssueAllof0PropAssignee as WebhookIssueCommentCreatedPropIssueAllof0PropAssignee,
|
|
5341
5096
|
)
|
|
@@ -5375,27 +5130,12 @@ if TYPE_CHECKING:
|
|
|
5375
5130
|
from githubkit.versions.v2022_11_28.models import (
|
|
5376
5131
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
|
|
5377
5132
|
)
|
|
5378
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5379
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp,
|
|
5380
|
-
)
|
|
5381
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5382
|
-
WebhookProjectCardConvertedPropProjectCardPropCreator as WebhookProjectCardConvertedPropProjectCardPropCreator,
|
|
5383
|
-
)
|
|
5384
5133
|
from githubkit.versions.v2022_11_28.models import (
|
|
5385
5134
|
WebhookPullRequestAssignedPropPullRequestPropAssignee as WebhookPullRequestAssignedPropPullRequestPropAssignee,
|
|
5386
5135
|
)
|
|
5387
5136
|
from githubkit.versions.v2022_11_28.models import (
|
|
5388
5137
|
WebhookPullRequestAssignedPropPullRequestPropMergedBy as WebhookPullRequestAssignedPropPullRequestPropMergedBy,
|
|
5389
5138
|
)
|
|
5390
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5391
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBase as WebhookPullRequestDemilestonedPropPullRequestPropBase,
|
|
5392
|
-
)
|
|
5393
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5394
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHead as WebhookPullRequestDemilestonedPropPullRequestPropHead,
|
|
5395
|
-
)
|
|
5396
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5397
|
-
WebhookPullRequestDemilestonedPropPullRequestPropUser as WebhookPullRequestDemilestonedPropPullRequestPropUser,
|
|
5398
|
-
)
|
|
5399
5139
|
from githubkit.versions.v2022_11_28.models import (
|
|
5400
5140
|
WebhookPullRequestDequeuedPropPullRequestPropAssignee as WebhookPullRequestDequeuedPropPullRequestPropAssignee,
|
|
5401
5141
|
)
|
|
@@ -5442,19 +5182,25 @@ if TYPE_CHECKING:
|
|
|
5442
5182
|
WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
|
|
5443
5183
|
)
|
|
5444
5184
|
from githubkit.versions.v2022_11_28.models import (
|
|
5445
|
-
|
|
5185
|
+
WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
|
|
5446
5186
|
)
|
|
5447
5187
|
from githubkit.versions.v2022_11_28.models import (
|
|
5448
|
-
|
|
5188
|
+
WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
|
|
5449
5189
|
)
|
|
5450
5190
|
from githubkit.versions.v2022_11_28.models import (
|
|
5451
|
-
|
|
5191
|
+
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
|
|
5452
5192
|
)
|
|
5453
5193
|
from githubkit.versions.v2022_11_28.models import (
|
|
5454
|
-
|
|
5194
|
+
WebhooksIssuePropPerformedViaGithubAppPropPermissions as WebhooksIssuePropPerformedViaGithubAppPropPermissions,
|
|
5455
5195
|
)
|
|
5456
5196
|
from githubkit.versions.v2022_11_28.models import (
|
|
5457
|
-
|
|
5197
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof0 as WebhooksPullRequest5PropRequestedReviewersItemsOneof0,
|
|
5198
|
+
)
|
|
5199
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5200
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1 as WebhooksPullRequest5PropRequestedReviewersItemsOneof1,
|
|
5201
|
+
)
|
|
5202
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5203
|
+
WebhooksPullRequest5PropRequestedTeamsItemsPropParent as WebhooksPullRequest5PropRequestedTeamsItemsPropParent,
|
|
5458
5204
|
)
|
|
5459
5205
|
from githubkit.versions.v2022_11_28.models import (
|
|
5460
5206
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
|
|
@@ -5489,9 +5235,6 @@ if TYPE_CHECKING:
|
|
|
5489
5235
|
from githubkit.versions.v2022_11_28.models import (
|
|
5490
5236
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropActor as WebhookDeploymentStatusCreatedPropWorkflowRunPropActor,
|
|
5491
5237
|
)
|
|
5492
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5493
|
-
WebhookDiscussionCommentEditedPropCommentPropReactions as WebhookDiscussionCommentEditedPropCommentPropReactions,
|
|
5494
|
-
)
|
|
5495
5238
|
from githubkit.versions.v2022_11_28.models import (
|
|
5496
5239
|
WebhookIssueCommentCreatedPropIssueAllof0PropMilestone as WebhookIssueCommentCreatedPropIssueAllof0PropMilestone,
|
|
5497
5240
|
)
|
|
@@ -5516,9 +5259,6 @@ if TYPE_CHECKING:
|
|
|
5516
5259
|
from githubkit.versions.v2022_11_28.models import (
|
|
5517
5260
|
WebhookIssueCommentDeletedPropIssueAllof1PropReactions as WebhookIssueCommentDeletedPropIssueAllof1PropReactions,
|
|
5518
5261
|
)
|
|
5519
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5520
|
-
WebhookIssuesAssignedPropIssuePropMilestonePropCreator as WebhookIssuesAssignedPropIssuePropMilestonePropCreator,
|
|
5521
|
-
)
|
|
5522
5262
|
from githubkit.versions.v2022_11_28.models import (
|
|
5523
5263
|
WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp as WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp,
|
|
5524
5264
|
)
|
|
@@ -5534,27 +5274,12 @@ if TYPE_CHECKING:
|
|
|
5534
5274
|
from githubkit.versions.v2022_11_28.models import (
|
|
5535
5275
|
WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
|
|
5536
5276
|
)
|
|
5537
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5538
|
-
WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator,
|
|
5539
|
-
)
|
|
5540
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5541
|
-
WebhookOrganizationMemberRemovedPropMembershipPropUser as WebhookOrganizationMemberRemovedPropMembershipPropUser,
|
|
5542
|
-
)
|
|
5543
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5544
|
-
WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt as WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt,
|
|
5545
|
-
)
|
|
5546
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5547
|
-
WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt as WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt,
|
|
5548
|
-
)
|
|
5549
5277
|
from githubkit.versions.v2022_11_28.models import (
|
|
5550
5278
|
WebhookPullRequestAssignedPropPullRequestPropAutoMerge as WebhookPullRequestAssignedPropPullRequestPropAutoMerge,
|
|
5551
5279
|
)
|
|
5552
5280
|
from githubkit.versions.v2022_11_28.models import (
|
|
5553
5281
|
WebhookPullRequestAssignedPropPullRequestPropMilestone as WebhookPullRequestAssignedPropPullRequestPropMilestone,
|
|
5554
5282
|
)
|
|
5555
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5556
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinks as WebhookPullRequestDemilestonedPropPullRequestPropLinks,
|
|
5557
|
-
)
|
|
5558
5283
|
from githubkit.versions.v2022_11_28.models import (
|
|
5559
5284
|
WebhookPullRequestDequeuedPropPullRequestPropAutoMerge as WebhookPullRequestDequeuedPropPullRequestPropAutoMerge,
|
|
5560
5285
|
)
|
|
@@ -5592,22 +5317,19 @@ if TYPE_CHECKING:
|
|
|
5592
5317
|
WebhookPullRequestUnlockedPropPullRequestPropMilestone as WebhookPullRequestUnlockedPropPullRequestPropMilestone,
|
|
5593
5318
|
)
|
|
5594
5319
|
from githubkit.versions.v2022_11_28.models import (
|
|
5595
|
-
|
|
5596
|
-
)
|
|
5597
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5598
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorable as WebhookSponsorshipEditedPropSponsorshipPropSponsorable,
|
|
5320
|
+
WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
|
|
5599
5321
|
)
|
|
5600
5322
|
from githubkit.versions.v2022_11_28.models import (
|
|
5601
|
-
|
|
5323
|
+
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
|
|
5602
5324
|
)
|
|
5603
5325
|
from githubkit.versions.v2022_11_28.models import (
|
|
5604
|
-
|
|
5326
|
+
WebhooksIssue2PropPerformedViaGithubAppPropPermissions as WebhooksIssue2PropPerformedViaGithubAppPropPermissions,
|
|
5605
5327
|
)
|
|
5606
5328
|
from githubkit.versions.v2022_11_28.models import (
|
|
5607
|
-
|
|
5329
|
+
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
|
|
5608
5330
|
)
|
|
5609
5331
|
from githubkit.versions.v2022_11_28.models import (
|
|
5610
|
-
|
|
5332
|
+
CodeScanningVariantAnalysisPropScannedRepositoriesItems as CodeScanningVariantAnalysisPropScannedRepositoriesItems,
|
|
5611
5333
|
)
|
|
5612
5334
|
from githubkit.versions.v2022_11_28.models import (
|
|
5613
5335
|
EnterprisesEnterpriseSecretScanningAlertsGetResponse503 as EnterprisesEnterpriseSecretScanningAlertsGetResponse503,
|
|
@@ -5654,12 +5376,6 @@ if TYPE_CHECKING:
|
|
|
5654
5376
|
from githubkit.versions.v2022_11_28.models import (
|
|
5655
5377
|
WebhookDiscussionCategoryChangedPropChangesPropCategory as WebhookDiscussionCategoryChangedPropChangesPropCategory,
|
|
5656
5378
|
)
|
|
5657
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5658
|
-
WebhookDiscussionCommentCreatedPropCommentPropReactions as WebhookDiscussionCommentCreatedPropCommentPropReactions,
|
|
5659
|
-
)
|
|
5660
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5661
|
-
WebhookDiscussionCommentDeletedPropCommentPropReactions as WebhookDiscussionCommentDeletedPropCommentPropReactions,
|
|
5662
|
-
)
|
|
5663
5379
|
from githubkit.versions.v2022_11_28.models import (
|
|
5664
5380
|
WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems,
|
|
5665
5381
|
)
|
|
@@ -5669,9 +5385,6 @@ if TYPE_CHECKING:
|
|
|
5669
5385
|
from githubkit.versions.v2022_11_28.models import (
|
|
5670
5386
|
WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems,
|
|
5671
5387
|
)
|
|
5672
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5673
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp as WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp,
|
|
5674
|
-
)
|
|
5675
5388
|
from githubkit.versions.v2022_11_28.models import (
|
|
5676
5389
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
|
|
5677
5390
|
)
|
|
@@ -5687,15 +5400,9 @@ if TYPE_CHECKING:
|
|
|
5687
5400
|
from githubkit.versions.v2022_11_28.models import (
|
|
5688
5401
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
|
|
5689
5402
|
)
|
|
5690
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5691
|
-
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
|
|
5692
|
-
)
|
|
5693
5403
|
from githubkit.versions.v2022_11_28.models import (
|
|
5694
5404
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
|
|
5695
5405
|
)
|
|
5696
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5697
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
|
|
5698
|
-
)
|
|
5699
5406
|
from githubkit.versions.v2022_11_28.models import (
|
|
5700
5407
|
WebhookProjectCardMovedPropProjectCardAllof0PropCreator as WebhookProjectCardMovedPropProjectCardAllof0PropCreator,
|
|
5701
5408
|
)
|
|
@@ -5717,12 +5424,6 @@ if TYPE_CHECKING:
|
|
|
5717
5424
|
from githubkit.versions.v2022_11_28.models import (
|
|
5718
5425
|
WebhookPullRequestLockedPropPullRequestPropHeadPropUser as WebhookPullRequestLockedPropPullRequestPropHeadPropUser,
|
|
5719
5426
|
)
|
|
5720
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5721
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssignee as WebhookPullRequestMilestonedPropPullRequestPropAssignee,
|
|
5722
|
-
)
|
|
5723
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5724
|
-
WebhookPullRequestMilestonedPropPullRequestPropMergedBy as WebhookPullRequestMilestonedPropPullRequestPropMergedBy,
|
|
5725
|
-
)
|
|
5726
5427
|
from githubkit.versions.v2022_11_28.models import (
|
|
5727
5428
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequest as WebhookPullRequestReviewThreadUnresolvedPropPullRequest,
|
|
5728
5429
|
)
|
|
@@ -5741,12 +5442,6 @@ if TYPE_CHECKING:
|
|
|
5741
5442
|
from githubkit.versions.v2022_11_28.models import (
|
|
5742
5443
|
WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
|
|
5743
5444
|
)
|
|
5744
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5745
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsorable as WebhookSponsorshipCreatedPropSponsorshipPropSponsorable,
|
|
5746
|
-
)
|
|
5747
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5748
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsor as WebhookSponsorshipTierChangedPropSponsorshipPropSponsor,
|
|
5749
|
-
)
|
|
5750
5445
|
from githubkit.versions.v2022_11_28.models import (
|
|
5751
5446
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner,
|
|
5752
5447
|
)
|
|
@@ -5813,15 +5508,6 @@ if TYPE_CHECKING:
|
|
|
5813
5508
|
from githubkit.versions.v2022_11_28.models import (
|
|
5814
5509
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
|
|
5815
5510
|
)
|
|
5816
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5817
|
-
WebhookIssuesUnassignedPropIssuePropMilestonePropCreator as WebhookIssuesUnassignedPropIssuePropMilestonePropCreator,
|
|
5818
|
-
)
|
|
5819
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5820
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp,
|
|
5821
|
-
)
|
|
5822
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5823
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchase as WebhookMarketplacePurchaseChangedPropMarketplacePurchase,
|
|
5824
|
-
)
|
|
5825
5511
|
from githubkit.versions.v2022_11_28.models import (
|
|
5826
5512
|
WebhookProjectsV2ItemConvertedPropChangesPropContentType as WebhookProjectsV2ItemConvertedPropChangesPropContentType,
|
|
5827
5513
|
)
|
|
@@ -5855,18 +5541,6 @@ if TYPE_CHECKING:
|
|
|
5855
5541
|
from githubkit.versions.v2022_11_28.models import (
|
|
5856
5542
|
WebhookPullRequestLockedPropPullRequestPropLinksPropSelf as WebhookPullRequestLockedPropPullRequestPropLinksPropSelf,
|
|
5857
5543
|
)
|
|
5858
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5859
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMerge as WebhookPullRequestMilestonedPropPullRequestPropAutoMerge,
|
|
5860
|
-
)
|
|
5861
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5862
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestone as WebhookPullRequestMilestonedPropPullRequestPropMilestone,
|
|
5863
|
-
)
|
|
5864
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5865
|
-
WebhookPullRequestReviewCommentEditedPropChangesPropBody as WebhookPullRequestReviewCommentEditedPropChangesPropBody,
|
|
5866
|
-
)
|
|
5867
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5868
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropUser as WebhookPullRequestReviewCommentEditedPropCommentPropUser,
|
|
5869
|
-
)
|
|
5870
5544
|
from githubkit.versions.v2022_11_28.models import (
|
|
5871
5545
|
WebhookPullRequestReviewDismissedPropPullRequestPropBase as WebhookPullRequestReviewDismissedPropPullRequestPropBase,
|
|
5872
5546
|
)
|
|
@@ -5909,12 +5583,6 @@ if TYPE_CHECKING:
|
|
|
5909
5583
|
from githubkit.versions.v2022_11_28.models import (
|
|
5910
5584
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
|
|
5911
5585
|
)
|
|
5912
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5913
|
-
WebhookSponsorshipCancelledPropSponsorshipPropMaintainer as WebhookSponsorshipCancelledPropSponsorshipPropMaintainer,
|
|
5914
|
-
)
|
|
5915
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5916
|
-
WebhookSponsorshipTierChangedPropChangesPropTierPropFrom as WebhookSponsorshipTierChangedPropChangesPropTierPropFrom,
|
|
5917
|
-
)
|
|
5918
5586
|
from githubkit.versions.v2022_11_28.models import (
|
|
5919
5587
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
|
|
5920
5588
|
)
|
|
@@ -5966,12 +5634,6 @@ if TYPE_CHECKING:
|
|
|
5966
5634
|
from githubkit.versions.v2022_11_28.models import (
|
|
5967
5635
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
|
|
5968
5636
|
)
|
|
5969
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5970
|
-
WebhookIssuesTransferredPropIssuePropMilestonePropCreator as WebhookIssuesTransferredPropIssuePropMilestonePropCreator,
|
|
5971
|
-
)
|
|
5972
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5973
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp,
|
|
5974
|
-
)
|
|
5975
5637
|
from githubkit.versions.v2022_11_28.models import (
|
|
5976
5638
|
WebhookOrganizationMemberInvitedPropInvitationPropInviter as WebhookOrganizationMemberInvitedPropInvitationPropInviter,
|
|
5977
5639
|
)
|
|
@@ -5996,12 +5658,6 @@ if TYPE_CHECKING:
|
|
|
5996
5658
|
from githubkit.versions.v2022_11_28.models import (
|
|
5997
5659
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser,
|
|
5998
5660
|
)
|
|
5999
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6000
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssignee as WebhookPullRequestDemilestonedPropPullRequestPropAssignee,
|
|
6001
|
-
)
|
|
6002
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6003
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMergedBy as WebhookPullRequestDemilestonedPropPullRequestPropMergedBy,
|
|
6004
|
-
)
|
|
6005
5661
|
from githubkit.versions.v2022_11_28.models import (
|
|
6006
5662
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo,
|
|
6007
5663
|
)
|
|
@@ -6041,21 +5697,12 @@ if TYPE_CHECKING:
|
|
|
6041
5697
|
from githubkit.versions.v2022_11_28.models import (
|
|
6042
5698
|
WebhookPullRequestReviewCommentCreatedPropCommentPropUser as WebhookPullRequestReviewCommentCreatedPropCommentPropUser,
|
|
6043
5699
|
)
|
|
6044
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6045
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropUser as WebhookPullRequestReviewCommentDeletedPropCommentPropUser,
|
|
6046
|
-
)
|
|
6047
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6048
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinks as WebhookPullRequestReviewCommentEditedPropCommentPropLinks,
|
|
6049
|
-
)
|
|
6050
5700
|
from githubkit.versions.v2022_11_28.models import (
|
|
6051
5701
|
WebhookPullRequestReviewDismissedPropPullRequestPropLinks as WebhookPullRequestReviewDismissedPropPullRequestPropLinks,
|
|
6052
5702
|
)
|
|
6053
5703
|
from githubkit.versions.v2022_11_28.models import (
|
|
6054
5704
|
WebhookPullRequestReviewEditedPropPullRequestPropAssignee as WebhookPullRequestReviewEditedPropPullRequestPropAssignee,
|
|
6055
5705
|
)
|
|
6056
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6057
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml,
|
|
6058
|
-
)
|
|
6059
5706
|
from githubkit.versions.v2022_11_28.models import (
|
|
6060
5707
|
WebhookPullRequestReviewSubmittedPropPullRequestPropLinks as WebhookPullRequestReviewSubmittedPropPullRequestPropLinks,
|
|
6061
5708
|
)
|
|
@@ -6086,9 +5733,6 @@ if TYPE_CHECKING:
|
|
|
6086
5733
|
from githubkit.versions.v2022_11_28.models import (
|
|
6087
5734
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
|
|
6088
5735
|
)
|
|
6089
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6090
|
-
WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
|
|
6091
|
-
)
|
|
6092
5736
|
from githubkit.versions.v2022_11_28.models import (
|
|
6093
5737
|
WebhookTeamAddedToRepositoryPropRepositoryPropPermissions as WebhookTeamAddedToRepositoryPropRepositoryPropPermissions,
|
|
6094
5738
|
)
|
|
@@ -6146,15 +5790,6 @@ if TYPE_CHECKING:
|
|
|
6146
5790
|
from githubkit.versions.v2022_11_28.models import (
|
|
6147
5791
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
|
|
6148
5792
|
)
|
|
6149
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6150
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp as WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp,
|
|
6151
|
-
)
|
|
6152
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6153
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropMarketplacePurchase,
|
|
6154
|
-
)
|
|
6155
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6156
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropMarketplacePurchase,
|
|
6157
|
-
)
|
|
6158
5793
|
from githubkit.versions.v2022_11_28.models import (
|
|
6159
5794
|
WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue,
|
|
6160
5795
|
)
|
|
@@ -6176,12 +5811,6 @@ if TYPE_CHECKING:
|
|
|
6176
5811
|
from githubkit.versions.v2022_11_28.models import (
|
|
6177
5812
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks,
|
|
6178
5813
|
)
|
|
6179
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6180
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge as WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge,
|
|
6181
|
-
)
|
|
6182
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6183
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestone as WebhookPullRequestDemilestonedPropPullRequestPropMilestone,
|
|
6184
|
-
)
|
|
6185
5814
|
from githubkit.versions.v2022_11_28.models import (
|
|
6186
5815
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml,
|
|
6187
5816
|
)
|
|
@@ -6200,15 +5829,9 @@ if TYPE_CHECKING:
|
|
|
6200
5829
|
from githubkit.versions.v2022_11_28.models import (
|
|
6201
5830
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue,
|
|
6202
5831
|
)
|
|
6203
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6204
|
-
WebhookPullRequestMilestonedPropPullRequestPropLabelsItems as WebhookPullRequestMilestonedPropPullRequestPropLabelsItems,
|
|
6205
|
-
)
|
|
6206
5832
|
from githubkit.versions.v2022_11_28.models import (
|
|
6207
5833
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinks as WebhookPullRequestReviewCommentCreatedPropCommentPropLinks,
|
|
6208
5834
|
)
|
|
6209
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6210
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinks as WebhookPullRequestReviewCommentDeletedPropCommentPropLinks,
|
|
6211
|
-
)
|
|
6212
5835
|
from githubkit.versions.v2022_11_28.models import (
|
|
6213
5836
|
WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge,
|
|
6214
5837
|
)
|
|
@@ -6236,18 +5859,6 @@ if TYPE_CHECKING:
|
|
|
6236
5859
|
from githubkit.versions.v2022_11_28.models import (
|
|
6237
5860
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf,
|
|
6238
5861
|
)
|
|
6239
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6240
|
-
WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader as WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader,
|
|
6241
|
-
)
|
|
6242
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6243
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss,
|
|
6244
|
-
)
|
|
6245
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6246
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropTier as WebhookSponsorshipPendingTierChangePropSponsorshipPropTier,
|
|
6247
|
-
)
|
|
6248
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6249
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer,
|
|
6250
|
-
)
|
|
6251
5862
|
from githubkit.versions.v2022_11_28.models import (
|
|
6252
5863
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
|
|
6253
5864
|
)
|
|
@@ -6314,18 +5925,6 @@ if TYPE_CHECKING:
|
|
|
6314
5925
|
from githubkit.versions.v2022_11_28.models import (
|
|
6315
5926
|
WebhookPullRequestLockedPropPullRequestPropLinksPropCommits as WebhookPullRequestLockedPropPullRequestPropLinksPropCommits,
|
|
6316
5927
|
)
|
|
6317
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6318
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo,
|
|
6319
|
-
)
|
|
6320
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6321
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropUser as WebhookPullRequestMilestonedPropPullRequestPropBasePropUser,
|
|
6322
|
-
)
|
|
6323
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6324
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo,
|
|
6325
|
-
)
|
|
6326
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6327
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser as WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser,
|
|
6328
|
-
)
|
|
6329
5928
|
from githubkit.versions.v2022_11_28.models import (
|
|
6330
5929
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest,
|
|
6331
5930
|
)
|
|
@@ -6363,13 +5962,7 @@ if TYPE_CHECKING:
|
|
|
6363
5962
|
WebhookRegistryPackagePublishedPropRegistryPackagePropOwner as WebhookRegistryPackagePublishedPropRegistryPackagePropOwner,
|
|
6364
5963
|
)
|
|
6365
5964
|
from githubkit.versions.v2022_11_28.models import (
|
|
6366
|
-
|
|
6367
|
-
)
|
|
6368
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6369
|
-
WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader as WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader,
|
|
6370
|
-
)
|
|
6371
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6372
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable,
|
|
5965
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
6373
5966
|
)
|
|
6374
5967
|
from githubkit.versions.v2022_11_28.models import (
|
|
6375
5968
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
@@ -6416,9 +6009,6 @@ if TYPE_CHECKING:
|
|
|
6416
6009
|
from githubkit.versions.v2022_11_28.models import (
|
|
6417
6010
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
|
|
6418
6011
|
)
|
|
6419
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6420
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems,
|
|
6421
|
-
)
|
|
6422
6012
|
from githubkit.versions.v2022_11_28.models import (
|
|
6423
6013
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits,
|
|
6424
6014
|
)
|
|
@@ -6428,12 +6018,6 @@ if TYPE_CHECKING:
|
|
|
6428
6018
|
from githubkit.versions.v2022_11_28.models import (
|
|
6429
6019
|
WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses as WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses,
|
|
6430
6020
|
)
|
|
6431
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6432
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml as WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml,
|
|
6433
|
-
)
|
|
6434
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6435
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf as WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf,
|
|
6436
|
-
)
|
|
6437
6021
|
from githubkit.versions.v2022_11_28.models import (
|
|
6438
6022
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropBase as WebhookPullRequestReviewCommentEditedPropPullRequestPropBase,
|
|
6439
6023
|
)
|
|
@@ -6458,9 +6042,6 @@ if TYPE_CHECKING:
|
|
|
6458
6042
|
from githubkit.versions.v2022_11_28.models import (
|
|
6459
6043
|
WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee as WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee,
|
|
6460
6044
|
)
|
|
6461
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6462
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml,
|
|
6463
|
-
)
|
|
6464
6045
|
from githubkit.versions.v2022_11_28.models import (
|
|
6465
6046
|
WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo,
|
|
6466
6047
|
)
|
|
@@ -6488,18 +6069,9 @@ if TYPE_CHECKING:
|
|
|
6488
6069
|
from githubkit.versions.v2022_11_28.models import (
|
|
6489
6070
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry,
|
|
6490
6071
|
)
|
|
6491
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6492
|
-
WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader as WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader,
|
|
6493
|
-
)
|
|
6494
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6495
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss,
|
|
6496
|
-
)
|
|
6497
6072
|
from githubkit.versions.v2022_11_28.models import (
|
|
6498
6073
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss,
|
|
6499
6074
|
)
|
|
6500
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6501
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
|
|
6502
|
-
)
|
|
6503
6075
|
from githubkit.versions.v2022_11_28.models import (
|
|
6504
6076
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
|
|
6505
6077
|
)
|
|
@@ -6524,6 +6096,15 @@ if TYPE_CHECKING:
|
|
|
6524
6096
|
from githubkit.versions.v2022_11_28.models import (
|
|
6525
6097
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
|
|
6526
6098
|
)
|
|
6099
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6100
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
|
|
6101
|
+
)
|
|
6102
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6103
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
|
|
6104
|
+
)
|
|
6105
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6106
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
|
|
6107
|
+
)
|
|
6527
6108
|
from githubkit.versions.v2022_11_28.models import (
|
|
6528
6109
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
|
|
6529
6110
|
)
|
|
@@ -6554,12 +6135,6 @@ if TYPE_CHECKING:
|
|
|
6554
6135
|
from githubkit.versions.v2022_11_28.models import (
|
|
6555
6136
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems,
|
|
6556
6137
|
)
|
|
6557
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6558
|
-
WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer as WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer,
|
|
6559
|
-
)
|
|
6560
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6561
|
-
WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer,
|
|
6562
|
-
)
|
|
6563
6138
|
from githubkit.versions.v2022_11_28.models import (
|
|
6564
6139
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit,
|
|
6565
6140
|
)
|
|
@@ -6593,18 +6168,6 @@ if TYPE_CHECKING:
|
|
|
6593
6168
|
from githubkit.versions.v2022_11_28.models import (
|
|
6594
6169
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy,
|
|
6595
6170
|
)
|
|
6596
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6597
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo,
|
|
6598
|
-
)
|
|
6599
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6600
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser as WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser,
|
|
6601
|
-
)
|
|
6602
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6603
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo,
|
|
6604
|
-
)
|
|
6605
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6606
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser,
|
|
6607
|
-
)
|
|
6608
6171
|
from githubkit.versions.v2022_11_28.models import (
|
|
6609
6172
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits,
|
|
6610
6173
|
)
|
|
@@ -6617,12 +6180,6 @@ if TYPE_CHECKING:
|
|
|
6617
6180
|
from githubkit.versions.v2022_11_28.models import (
|
|
6618
6181
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses,
|
|
6619
6182
|
)
|
|
6620
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6621
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems as WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems,
|
|
6622
|
-
)
|
|
6623
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6624
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue as WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue,
|
|
6625
|
-
)
|
|
6626
6183
|
from githubkit.versions.v2022_11_28.models import (
|
|
6627
6184
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase,
|
|
6628
6185
|
)
|
|
@@ -6641,9 +6198,6 @@ if TYPE_CHECKING:
|
|
|
6641
6198
|
from githubkit.versions.v2022_11_28.models import (
|
|
6642
6199
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser,
|
|
6643
6200
|
)
|
|
6644
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6645
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropReactions as WebhookPullRequestReviewCommentEditedPropCommentPropReactions,
|
|
6646
|
-
)
|
|
6647
6201
|
from githubkit.versions.v2022_11_28.models import (
|
|
6648
6202
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks,
|
|
6649
6203
|
)
|
|
@@ -6698,12 +6252,6 @@ if TYPE_CHECKING:
|
|
|
6698
6252
|
from githubkit.versions.v2022_11_28.models import (
|
|
6699
6253
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
|
|
6700
6254
|
)
|
|
6701
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6702
|
-
WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader,
|
|
6703
|
-
)
|
|
6704
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6705
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor,
|
|
6706
|
-
)
|
|
6707
6255
|
from githubkit.versions.v2022_11_28.models import (
|
|
6708
6256
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
|
|
6709
6257
|
)
|
|
@@ -6737,12 +6285,6 @@ if TYPE_CHECKING:
|
|
|
6737
6285
|
from githubkit.versions.v2022_11_28.models import (
|
|
6738
6286
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
|
|
6739
6287
|
)
|
|
6740
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6741
|
-
WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems,
|
|
6742
|
-
)
|
|
6743
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6744
|
-
WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems as WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems,
|
|
6745
|
-
)
|
|
6746
6288
|
from githubkit.versions.v2022_11_28.models import (
|
|
6747
6289
|
WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp,
|
|
6748
6290
|
)
|
|
@@ -6761,18 +6303,12 @@ if TYPE_CHECKING:
|
|
|
6761
6303
|
from githubkit.versions.v2022_11_28.models import (
|
|
6762
6304
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
6763
6305
|
)
|
|
6764
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6765
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
6766
|
-
)
|
|
6767
6306
|
from githubkit.versions.v2022_11_28.models import (
|
|
6768
6307
|
WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems,
|
|
6769
6308
|
)
|
|
6770
6309
|
from githubkit.versions.v2022_11_28.models import (
|
|
6771
6310
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
|
|
6772
6311
|
)
|
|
6773
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6774
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
|
|
6775
|
-
)
|
|
6776
6312
|
from githubkit.versions.v2022_11_28.models import (
|
|
6777
6313
|
WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor,
|
|
6778
6314
|
)
|
|
@@ -6794,12 +6330,6 @@ if TYPE_CHECKING:
|
|
|
6794
6330
|
from githubkit.versions.v2022_11_28.models import (
|
|
6795
6331
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone,
|
|
6796
6332
|
)
|
|
6797
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6798
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml,
|
|
6799
|
-
)
|
|
6800
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6801
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf,
|
|
6802
|
-
)
|
|
6803
6333
|
from githubkit.versions.v2022_11_28.models import (
|
|
6804
6334
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments as WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments,
|
|
6805
6335
|
)
|
|
@@ -6821,9 +6351,6 @@ if TYPE_CHECKING:
|
|
|
6821
6351
|
from githubkit.versions.v2022_11_28.models import (
|
|
6822
6352
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks,
|
|
6823
6353
|
)
|
|
6824
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6825
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropReactions as WebhookPullRequestReviewCommentDeletedPropCommentPropReactions,
|
|
6826
|
-
)
|
|
6827
6354
|
from githubkit.versions.v2022_11_28.models import (
|
|
6828
6355
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks,
|
|
6829
6356
|
)
|
|
@@ -6872,9 +6399,6 @@ if TYPE_CHECKING:
|
|
|
6872
6399
|
from githubkit.versions.v2022_11_28.models import (
|
|
6873
6400
|
WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry,
|
|
6874
6401
|
)
|
|
6875
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6876
|
-
WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom,
|
|
6877
|
-
)
|
|
6878
6402
|
from githubkit.versions.v2022_11_28.models import (
|
|
6879
6403
|
WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties as WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties,
|
|
6880
6404
|
)
|
|
@@ -6935,21 +6459,12 @@ if TYPE_CHECKING:
|
|
|
6935
6459
|
from githubkit.versions.v2022_11_28.models import (
|
|
6936
6460
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone,
|
|
6937
6461
|
)
|
|
6938
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6939
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems as WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems,
|
|
6940
|
-
)
|
|
6941
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6942
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue,
|
|
6943
|
-
)
|
|
6944
6462
|
from githubkit.versions.v2022_11_28.models import (
|
|
6945
6463
|
WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems,
|
|
6946
6464
|
)
|
|
6947
6465
|
from githubkit.versions.v2022_11_28.models import (
|
|
6948
6466
|
WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator,
|
|
6949
6467
|
)
|
|
6950
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6951
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits,
|
|
6952
|
-
)
|
|
6953
6468
|
from githubkit.versions.v2022_11_28.models import (
|
|
6954
6469
|
WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems,
|
|
6955
6470
|
)
|
|
@@ -6989,21 +6504,6 @@ if TYPE_CHECKING:
|
|
|
6989
6504
|
from githubkit.versions.v2022_11_28.models import (
|
|
6990
6505
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
|
|
6991
6506
|
)
|
|
6992
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6993
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader,
|
|
6994
|
-
)
|
|
6995
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6996
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser,
|
|
6997
|
-
)
|
|
6998
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6999
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser,
|
|
7000
|
-
)
|
|
7001
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7002
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems,
|
|
7003
|
-
)
|
|
7004
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7005
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor,
|
|
7006
|
-
)
|
|
7007
6507
|
from githubkit.versions.v2022_11_28.models import (
|
|
7008
6508
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
|
|
7009
6509
|
)
|
|
@@ -7016,6 +6516,9 @@ if TYPE_CHECKING:
|
|
|
7016
6516
|
from githubkit.versions.v2022_11_28.models import (
|
|
7017
6517
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
|
|
7018
6518
|
)
|
|
6519
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6520
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent,
|
|
6521
|
+
)
|
|
7019
6522
|
from githubkit.versions.v2022_11_28.models import (
|
|
7020
6523
|
OrganizationProgrammaticAccessGrantPropPermissionsPropRepository as OrganizationProgrammaticAccessGrantPropPermissionsPropRepository,
|
|
7021
6524
|
)
|
|
@@ -7052,27 +6555,15 @@ if TYPE_CHECKING:
|
|
|
7052
6555
|
from githubkit.versions.v2022_11_28.models import (
|
|
7053
6556
|
WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems,
|
|
7054
6557
|
)
|
|
7055
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7056
|
-
WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems,
|
|
7057
|
-
)
|
|
7058
6558
|
from githubkit.versions.v2022_11_28.models import (
|
|
7059
6559
|
WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator,
|
|
7060
6560
|
)
|
|
7061
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7062
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7063
|
-
)
|
|
7064
6561
|
from githubkit.versions.v2022_11_28.models import (
|
|
7065
6562
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7066
6563
|
)
|
|
7067
6564
|
from githubkit.versions.v2022_11_28.models import (
|
|
7068
6565
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7069
6566
|
)
|
|
7070
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7071
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7072
|
-
)
|
|
7073
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7074
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan,
|
|
7075
|
-
)
|
|
7076
6567
|
from githubkit.versions.v2022_11_28.models import (
|
|
7077
6568
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
|
|
7078
6569
|
)
|
|
@@ -7097,12 +6588,6 @@ if TYPE_CHECKING:
|
|
|
7097
6588
|
from githubkit.versions.v2022_11_28.models import (
|
|
7098
6589
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner,
|
|
7099
6590
|
)
|
|
7100
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7101
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments as WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments,
|
|
7102
|
-
)
|
|
7103
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7104
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses as WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses,
|
|
7105
|
-
)
|
|
7106
6591
|
from githubkit.versions.v2022_11_28.models import (
|
|
7107
6592
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee,
|
|
7108
6593
|
)
|
|
@@ -7118,9 +6603,6 @@ if TYPE_CHECKING:
|
|
|
7118
6603
|
from githubkit.versions.v2022_11_28.models import (
|
|
7119
6604
|
WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser,
|
|
7120
6605
|
)
|
|
7121
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7122
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest,
|
|
7123
|
-
)
|
|
7124
6606
|
from githubkit.versions.v2022_11_28.models import (
|
|
7125
6607
|
WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo,
|
|
7126
6608
|
)
|
|
@@ -7157,9 +6639,6 @@ if TYPE_CHECKING:
|
|
|
7157
6639
|
from githubkit.versions.v2022_11_28.models import (
|
|
7158
6640
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
|
|
7159
6641
|
)
|
|
7160
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7161
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
|
|
7162
|
-
)
|
|
7163
6642
|
from githubkit.versions.v2022_11_28.models import (
|
|
7164
6643
|
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
|
|
7165
6644
|
)
|
|
@@ -7199,9 +6678,6 @@ if TYPE_CHECKING:
|
|
|
7199
6678
|
from githubkit.versions.v2022_11_28.models import (
|
|
7200
6679
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
|
|
7201
6680
|
)
|
|
7202
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7203
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7204
|
-
)
|
|
7205
6681
|
from githubkit.versions.v2022_11_28.models import (
|
|
7206
6682
|
WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator,
|
|
7207
6683
|
)
|
|
@@ -7220,9 +6696,6 @@ if TYPE_CHECKING:
|
|
|
7220
6696
|
from githubkit.versions.v2022_11_28.models import (
|
|
7221
6697
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser,
|
|
7222
6698
|
)
|
|
7223
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7224
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits,
|
|
7225
|
-
)
|
|
7226
6699
|
from githubkit.versions.v2022_11_28.models import (
|
|
7227
6700
|
WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator,
|
|
7228
6701
|
)
|
|
@@ -7247,12 +6720,6 @@ if TYPE_CHECKING:
|
|
|
7247
6720
|
from githubkit.versions.v2022_11_28.models import (
|
|
7248
6721
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee,
|
|
7249
6722
|
)
|
|
7250
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7251
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml,
|
|
7252
|
-
)
|
|
7253
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7254
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf,
|
|
7255
|
-
)
|
|
7256
6723
|
from githubkit.versions.v2022_11_28.models import (
|
|
7257
6724
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge,
|
|
7258
6725
|
)
|
|
@@ -7295,15 +6762,9 @@ if TYPE_CHECKING:
|
|
|
7295
6762
|
from githubkit.versions.v2022_11_28.models import (
|
|
7296
6763
|
WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator,
|
|
7297
6764
|
)
|
|
7298
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7299
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems,
|
|
7300
|
-
)
|
|
7301
6765
|
from githubkit.versions.v2022_11_28.models import (
|
|
7302
6766
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems,
|
|
7303
6767
|
)
|
|
7304
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7305
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable,
|
|
7306
|
-
)
|
|
7307
6768
|
from githubkit.versions.v2022_11_28.models import (
|
|
7308
6769
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
|
|
7309
6770
|
)
|
|
@@ -7361,21 +6822,6 @@ if TYPE_CHECKING:
|
|
|
7361
6822
|
from githubkit.versions.v2022_11_28.models import (
|
|
7362
6823
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
|
|
7363
6824
|
)
|
|
7364
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7365
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7366
|
-
)
|
|
7367
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7368
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan,
|
|
7369
|
-
)
|
|
7370
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7371
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase,
|
|
7372
|
-
)
|
|
7373
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7374
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan,
|
|
7375
|
-
)
|
|
7376
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7377
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase,
|
|
7378
|
-
)
|
|
7379
6825
|
from githubkit.versions.v2022_11_28.models import (
|
|
7380
6826
|
WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1 as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1,
|
|
7381
6827
|
)
|
|
@@ -7403,12 +6849,6 @@ if TYPE_CHECKING:
|
|
|
7403
6849
|
from githubkit.versions.v2022_11_28.models import (
|
|
7404
6850
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf,
|
|
7405
6851
|
)
|
|
7406
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7407
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments,
|
|
7408
|
-
)
|
|
7409
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7410
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses,
|
|
7411
|
-
)
|
|
7412
6852
|
from githubkit.versions.v2022_11_28.models import (
|
|
7413
6853
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner,
|
|
7414
6854
|
)
|
|
@@ -7436,9 +6876,6 @@ if TYPE_CHECKING:
|
|
|
7436
6876
|
from githubkit.versions.v2022_11_28.models import (
|
|
7437
6877
|
WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments,
|
|
7438
6878
|
)
|
|
7439
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7440
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems,
|
|
7441
|
-
)
|
|
7442
6879
|
from githubkit.versions.v2022_11_28.models import (
|
|
7443
6880
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml,
|
|
7444
6881
|
)
|
|
@@ -7451,12 +6888,6 @@ if TYPE_CHECKING:
|
|
|
7451
6888
|
from githubkit.versions.v2022_11_28.models import (
|
|
7452
6889
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone,
|
|
7453
6890
|
)
|
|
7454
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7455
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml,
|
|
7456
|
-
)
|
|
7457
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7458
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf,
|
|
7459
|
-
)
|
|
7460
6891
|
from githubkit.versions.v2022_11_28.models import (
|
|
7461
6892
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge,
|
|
7462
6893
|
)
|
|
@@ -7520,9 +6951,6 @@ if TYPE_CHECKING:
|
|
|
7520
6951
|
from githubkit.versions.v2022_11_28.models import (
|
|
7521
6952
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems,
|
|
7522
6953
|
)
|
|
7523
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7524
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer,
|
|
7525
|
-
)
|
|
7526
6954
|
from githubkit.versions.v2022_11_28.models import (
|
|
7527
6955
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
|
|
7528
6956
|
)
|
|
@@ -7535,6 +6963,9 @@ if TYPE_CHECKING:
|
|
|
7535
6963
|
from githubkit.versions.v2022_11_28.models import (
|
|
7536
6964
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
|
|
7537
6965
|
)
|
|
6966
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6967
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos,
|
|
6968
|
+
)
|
|
7538
6969
|
from githubkit.versions.v2022_11_28.models import (
|
|
7539
6970
|
PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage,
|
|
7540
6971
|
)
|
|
@@ -7574,12 +7005,6 @@ if TYPE_CHECKING:
|
|
|
7574
7005
|
from githubkit.versions.v2022_11_28.models import (
|
|
7575
7006
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions,
|
|
7576
7007
|
)
|
|
7577
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7578
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7579
|
-
)
|
|
7580
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7581
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount,
|
|
7582
|
-
)
|
|
7583
7008
|
from githubkit.versions.v2022_11_28.models import (
|
|
7584
7009
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
|
|
7585
7010
|
)
|
|
@@ -7625,9 +7050,6 @@ if TYPE_CHECKING:
|
|
|
7625
7050
|
from githubkit.versions.v2022_11_28.models import (
|
|
7626
7051
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments,
|
|
7627
7052
|
)
|
|
7628
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7629
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator,
|
|
7630
|
-
)
|
|
7631
7053
|
from githubkit.versions.v2022_11_28.models import (
|
|
7632
7054
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems,
|
|
7633
7055
|
)
|
|
@@ -7664,9 +7086,6 @@ if TYPE_CHECKING:
|
|
|
7664
7086
|
from githubkit.versions.v2022_11_28.models import (
|
|
7665
7087
|
WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone,
|
|
7666
7088
|
)
|
|
7667
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7668
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest,
|
|
7669
|
-
)
|
|
7670
7089
|
from githubkit.versions.v2022_11_28.models import (
|
|
7671
7090
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee,
|
|
7672
7091
|
)
|
|
@@ -7691,9 +7110,6 @@ if TYPE_CHECKING:
|
|
|
7691
7110
|
from githubkit.versions.v2022_11_28.models import (
|
|
7692
7111
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
|
|
7693
7112
|
)
|
|
7694
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7695
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
|
|
7696
|
-
)
|
|
7697
7113
|
from githubkit.versions.v2022_11_28.models import (
|
|
7698
7114
|
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
|
|
7699
7115
|
)
|
|
@@ -7748,9 +7164,6 @@ if TYPE_CHECKING:
|
|
|
7748
7164
|
from githubkit.versions.v2022_11_28.models import (
|
|
7749
7165
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7750
7166
|
)
|
|
7751
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7752
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7753
|
-
)
|
|
7754
7167
|
from githubkit.versions.v2022_11_28.models import (
|
|
7755
7168
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
|
|
7756
7169
|
)
|
|
@@ -7766,9 +7179,6 @@ if TYPE_CHECKING:
|
|
|
7766
7179
|
from githubkit.versions.v2022_11_28.models import (
|
|
7767
7180
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue,
|
|
7768
7181
|
)
|
|
7769
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7770
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems,
|
|
7771
|
-
)
|
|
7772
7182
|
from githubkit.versions.v2022_11_28.models import (
|
|
7773
7183
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense,
|
|
7774
7184
|
)
|
|
@@ -7787,12 +7197,6 @@ if TYPE_CHECKING:
|
|
|
7787
7197
|
from githubkit.versions.v2022_11_28.models import (
|
|
7788
7198
|
WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments,
|
|
7789
7199
|
)
|
|
7790
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7791
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner,
|
|
7792
|
-
)
|
|
7793
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7794
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner,
|
|
7795
|
-
)
|
|
7796
7200
|
from githubkit.versions.v2022_11_28.models import (
|
|
7797
7201
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems,
|
|
7798
7202
|
)
|
|
@@ -7910,27 +7314,12 @@ if TYPE_CHECKING:
|
|
|
7910
7314
|
from githubkit.versions.v2022_11_28.models import (
|
|
7911
7315
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7912
7316
|
)
|
|
7913
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7914
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount,
|
|
7915
|
-
)
|
|
7916
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7917
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount,
|
|
7918
|
-
)
|
|
7919
7317
|
from githubkit.versions.v2022_11_28.models import (
|
|
7920
7318
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
|
|
7921
7319
|
)
|
|
7922
7320
|
from githubkit.versions.v2022_11_28.models import (
|
|
7923
7321
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits,
|
|
7924
7322
|
)
|
|
7925
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7926
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator,
|
|
7927
|
-
)
|
|
7928
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7929
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy,
|
|
7930
|
-
)
|
|
7931
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7932
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment,
|
|
7933
|
-
)
|
|
7934
7323
|
from githubkit.versions.v2022_11_28.models import (
|
|
7935
7324
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo,
|
|
7936
7325
|
)
|
|
@@ -8015,9 +7404,6 @@ if TYPE_CHECKING:
|
|
|
8015
7404
|
from githubkit.versions.v2022_11_28.models import (
|
|
8016
7405
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
|
|
8017
7406
|
)
|
|
8018
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8019
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
|
|
8020
|
-
)
|
|
8021
7407
|
from githubkit.versions.v2022_11_28.models import (
|
|
8022
7408
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
|
|
8023
7409
|
)
|
|
@@ -8039,21 +7425,12 @@ if TYPE_CHECKING:
|
|
|
8039
7425
|
from githubkit.versions.v2022_11_28.models import (
|
|
8040
7426
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner,
|
|
8041
7427
|
)
|
|
8042
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8043
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8044
|
-
)
|
|
8045
7428
|
from githubkit.versions.v2022_11_28.models import (
|
|
8046
7429
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8047
7430
|
)
|
|
8048
7431
|
from githubkit.versions.v2022_11_28.models import (
|
|
8049
7432
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8050
7433
|
)
|
|
8051
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8052
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8053
|
-
)
|
|
8054
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8055
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan,
|
|
8056
|
-
)
|
|
8057
7434
|
from githubkit.versions.v2022_11_28.models import (
|
|
8058
7435
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
|
|
8059
7436
|
)
|
|
@@ -8066,27 +7443,12 @@ if TYPE_CHECKING:
|
|
|
8066
7443
|
from githubkit.versions.v2022_11_28.models import (
|
|
8067
7444
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses,
|
|
8068
7445
|
)
|
|
8069
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8070
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner,
|
|
8071
|
-
)
|
|
8072
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8073
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner,
|
|
8074
|
-
)
|
|
8075
7446
|
from githubkit.versions.v2022_11_28.models import (
|
|
8076
7447
|
WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8077
7448
|
)
|
|
8078
7449
|
from githubkit.versions.v2022_11_28.models import (
|
|
8079
7450
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions,
|
|
8080
7451
|
)
|
|
8081
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8082
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense,
|
|
8083
|
-
)
|
|
8084
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8085
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense,
|
|
8086
|
-
)
|
|
8087
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8088
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments,
|
|
8089
|
-
)
|
|
8090
7452
|
from githubkit.versions.v2022_11_28.models import (
|
|
8091
7453
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml,
|
|
8092
7454
|
)
|
|
@@ -8159,9 +7521,6 @@ if TYPE_CHECKING:
|
|
|
8159
7521
|
from githubkit.versions.v2022_11_28.models import (
|
|
8160
7522
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
|
|
8161
7523
|
)
|
|
8162
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8163
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
|
|
8164
|
-
)
|
|
8165
7524
|
from githubkit.versions.v2022_11_28.models import (
|
|
8166
7525
|
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8167
7526
|
)
|
|
@@ -8201,9 +7560,6 @@ if TYPE_CHECKING:
|
|
|
8201
7560
|
from githubkit.versions.v2022_11_28.models import (
|
|
8202
7561
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator,
|
|
8203
7562
|
)
|
|
8204
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8205
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8206
|
-
)
|
|
8207
7563
|
from githubkit.versions.v2022_11_28.models import (
|
|
8208
7564
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
|
|
8209
7565
|
)
|
|
@@ -8219,12 +7575,6 @@ if TYPE_CHECKING:
|
|
|
8219
7575
|
from githubkit.versions.v2022_11_28.models import (
|
|
8220
7576
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses,
|
|
8221
7577
|
)
|
|
8222
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8223
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy,
|
|
8224
|
-
)
|
|
8225
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8226
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment,
|
|
8227
|
-
)
|
|
8228
7578
|
from githubkit.versions.v2022_11_28.models import (
|
|
8229
7579
|
WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions,
|
|
8230
7580
|
)
|
|
@@ -8312,9 +7662,6 @@ if TYPE_CHECKING:
|
|
|
8312
7662
|
from githubkit.versions.v2022_11_28.models import (
|
|
8313
7663
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems,
|
|
8314
7664
|
)
|
|
8315
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8316
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems,
|
|
8317
|
-
)
|
|
8318
7665
|
from githubkit.versions.v2022_11_28.models import (
|
|
8319
7666
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
|
|
8320
7667
|
)
|
|
@@ -8333,6 +7680,9 @@ if TYPE_CHECKING:
|
|
|
8333
7680
|
from githubkit.versions.v2022_11_28.models import (
|
|
8334
7681
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead,
|
|
8335
7682
|
)
|
|
7683
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7684
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
7685
|
+
)
|
|
8336
7686
|
from githubkit.versions.v2022_11_28.models import (
|
|
8337
7687
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
|
|
8338
7688
|
)
|
|
@@ -8354,9 +7704,6 @@ if TYPE_CHECKING:
|
|
|
8354
7704
|
from githubkit.versions.v2022_11_28.models import (
|
|
8355
7705
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties,
|
|
8356
7706
|
)
|
|
8357
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8358
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8359
|
-
)
|
|
8360
7707
|
from githubkit.versions.v2022_11_28.models import (
|
|
8361
7708
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
|
|
8362
7709
|
)
|
|
@@ -8369,15 +7716,6 @@ if TYPE_CHECKING:
|
|
|
8369
7716
|
from githubkit.versions.v2022_11_28.models import (
|
|
8370
7717
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems,
|
|
8371
7718
|
)
|
|
8372
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8373
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense,
|
|
8374
|
-
)
|
|
8375
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8376
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense,
|
|
8377
|
-
)
|
|
8378
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8379
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments,
|
|
8380
|
-
)
|
|
8381
7719
|
from githubkit.versions.v2022_11_28.models import (
|
|
8382
7720
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8383
7721
|
)
|
|
@@ -8399,9 +7737,6 @@ if TYPE_CHECKING:
|
|
|
8399
7737
|
from githubkit.versions.v2022_11_28.models import (
|
|
8400
7738
|
WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8401
7739
|
)
|
|
8402
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8403
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest,
|
|
8404
|
-
)
|
|
8405
7740
|
from githubkit.versions.v2022_11_28.models import (
|
|
8406
7741
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits,
|
|
8407
7742
|
)
|
|
@@ -8459,9 +7794,6 @@ if TYPE_CHECKING:
|
|
|
8459
7794
|
from githubkit.versions.v2022_11_28.models import (
|
|
8460
7795
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization,
|
|
8461
7796
|
)
|
|
8462
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8463
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems,
|
|
8464
|
-
)
|
|
8465
7797
|
from githubkit.versions.v2022_11_28.models import (
|
|
8466
7798
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
|
|
8467
7799
|
)
|
|
@@ -8495,12 +7827,6 @@ if TYPE_CHECKING:
|
|
|
8495
7827
|
from githubkit.versions.v2022_11_28.models import (
|
|
8496
7828
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8497
7829
|
)
|
|
8498
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8499
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8500
|
-
)
|
|
8501
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8502
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount,
|
|
8503
|
-
)
|
|
8504
7830
|
from githubkit.versions.v2022_11_28.models import (
|
|
8505
7831
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
|
|
8506
7832
|
)
|
|
@@ -8537,9 +7863,6 @@ if TYPE_CHECKING:
|
|
|
8537
7863
|
from githubkit.versions.v2022_11_28.models import (
|
|
8538
7864
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits,
|
|
8539
7865
|
)
|
|
8540
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8541
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest,
|
|
8542
|
-
)
|
|
8543
7866
|
from githubkit.versions.v2022_11_28.models import (
|
|
8544
7867
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits,
|
|
8545
7868
|
)
|
|
@@ -8612,12 +7935,6 @@ if TYPE_CHECKING:
|
|
|
8612
7935
|
from githubkit.versions.v2022_11_28.models import (
|
|
8613
7936
|
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8614
7937
|
)
|
|
8615
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8616
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan,
|
|
8617
|
-
)
|
|
8618
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8619
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan,
|
|
8620
|
-
)
|
|
8621
7938
|
from githubkit.versions.v2022_11_28.models import (
|
|
8622
7939
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin,
|
|
8623
7940
|
)
|
|
@@ -8663,12 +7980,6 @@ if TYPE_CHECKING:
|
|
|
8663
7980
|
from githubkit.versions.v2022_11_28.models import (
|
|
8664
7981
|
WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8665
7982
|
)
|
|
8666
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8667
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8668
|
-
)
|
|
8669
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8670
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions,
|
|
8671
|
-
)
|
|
8672
7983
|
from githubkit.versions.v2022_11_28.models import (
|
|
8673
7984
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments,
|
|
8674
7985
|
)
|
|
@@ -8729,9 +8040,6 @@ if TYPE_CHECKING:
|
|
|
8729
8040
|
from githubkit.versions.v2022_11_28.models import (
|
|
8730
8041
|
WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8731
8042
|
)
|
|
8732
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8733
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8734
|
-
)
|
|
8735
8043
|
from githubkit.versions.v2022_11_28.models import (
|
|
8736
8044
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
|
|
8737
8045
|
)
|
|
@@ -8900,21 +8208,6 @@ if TYPE_CHECKING:
|
|
|
8900
8208
|
from githubkit.versions.v2022_11_28.models import (
|
|
8901
8209
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments,
|
|
8902
8210
|
)
|
|
8903
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8904
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8905
|
-
)
|
|
8906
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8907
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions,
|
|
8908
|
-
)
|
|
8909
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8910
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0,
|
|
8911
|
-
)
|
|
8912
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8913
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1 as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1,
|
|
8914
|
-
)
|
|
8915
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8916
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8917
|
-
)
|
|
8918
8211
|
from githubkit.versions.v2022_11_28.models import (
|
|
8919
8212
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems,
|
|
8920
8213
|
)
|
|
@@ -8966,9 +8259,6 @@ if TYPE_CHECKING:
|
|
|
8966
8259
|
from githubkit.versions.v2022_11_28.models import (
|
|
8967
8260
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor,
|
|
8968
8261
|
)
|
|
8969
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8970
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8971
|
-
)
|
|
8972
8262
|
from githubkit.versions.v2022_11_28.models import (
|
|
8973
8263
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8974
8264
|
)
|
|
@@ -8990,12 +8280,6 @@ if TYPE_CHECKING:
|
|
|
8990
8280
|
from githubkit.versions.v2022_11_28.models import (
|
|
8991
8281
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo,
|
|
8992
8282
|
)
|
|
8993
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8994
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount,
|
|
8995
|
-
)
|
|
8996
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8997
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount,
|
|
8998
|
-
)
|
|
8999
8283
|
from githubkit.versions.v2022_11_28.models import (
|
|
9000
8284
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor,
|
|
9001
8285
|
)
|
|
@@ -9077,15 +8361,6 @@ if TYPE_CHECKING:
|
|
|
9077
8361
|
from githubkit.versions.v2022_11_28.models import (
|
|
9078
8362
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts,
|
|
9079
8363
|
)
|
|
9080
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9081
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0,
|
|
9082
|
-
)
|
|
9083
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9084
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1 as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1,
|
|
9085
|
-
)
|
|
9086
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9087
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
9088
|
-
)
|
|
9089
8364
|
from githubkit.versions.v2022_11_28.models import (
|
|
9090
8365
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner,
|
|
9091
8366
|
)
|
|
@@ -9152,9 +8427,6 @@ if TYPE_CHECKING:
|
|
|
9152
8427
|
from githubkit.versions.v2022_11_28.models import (
|
|
9153
8428
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
|
|
9154
8429
|
)
|
|
9155
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9156
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
|
|
9157
|
-
)
|
|
9158
8430
|
from githubkit.versions.v2022_11_28.models import (
|
|
9159
8431
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
|
|
9160
8432
|
)
|
|
@@ -9611,15 +8883,9 @@ if TYPE_CHECKING:
|
|
|
9611
8883
|
from githubkit.versions.v2022_11_28.models import (
|
|
9612
8884
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems,
|
|
9613
8885
|
)
|
|
9614
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9615
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9616
|
-
)
|
|
9617
8886
|
from githubkit.versions.v2022_11_28.models import (
|
|
9618
8887
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
|
|
9619
8888
|
)
|
|
9620
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9621
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9622
|
-
)
|
|
9623
8889
|
from githubkit.versions.v2022_11_28.models import (
|
|
9624
8890
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0,
|
|
9625
8891
|
)
|
|
@@ -9677,9 +8943,6 @@ if TYPE_CHECKING:
|
|
|
9677
8943
|
from githubkit.versions.v2022_11_28.models import (
|
|
9678
8944
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
|
|
9679
8945
|
)
|
|
9680
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9681
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan,
|
|
9682
|
-
)
|
|
9683
8946
|
from githubkit.versions.v2022_11_28.models import (
|
|
9684
8947
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems,
|
|
9685
8948
|
)
|
|
@@ -9713,9 +8976,6 @@ if TYPE_CHECKING:
|
|
|
9713
8976
|
from githubkit.versions.v2022_11_28.models import (
|
|
9714
8977
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor,
|
|
9715
8978
|
)
|
|
9716
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9717
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9718
|
-
)
|
|
9719
8979
|
from githubkit.versions.v2022_11_28.models import (
|
|
9720
8980
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9721
8981
|
)
|
|
@@ -9725,9 +8985,6 @@ if TYPE_CHECKING:
|
|
|
9725
8985
|
from githubkit.versions.v2022_11_28.models import (
|
|
9726
8986
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
|
|
9727
8987
|
)
|
|
9728
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9729
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9730
|
-
)
|
|
9731
8988
|
from githubkit.versions.v2022_11_28.models import (
|
|
9732
8989
|
WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9733
8990
|
)
|
|
@@ -9767,9 +9024,6 @@ if TYPE_CHECKING:
|
|
|
9767
9024
|
from githubkit.versions.v2022_11_28.models import (
|
|
9768
9025
|
WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions,
|
|
9769
9026
|
)
|
|
9770
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9771
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount,
|
|
9772
|
-
)
|
|
9773
9027
|
from githubkit.versions.v2022_11_28.models import (
|
|
9774
9028
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions,
|
|
9775
9029
|
)
|
|
@@ -9875,9 +9129,6 @@ if TYPE_CHECKING:
|
|
|
9875
9129
|
from githubkit.versions.v2022_11_28.models import (
|
|
9876
9130
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1 as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1,
|
|
9877
9131
|
)
|
|
9878
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9879
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9880
|
-
)
|
|
9881
9132
|
from githubkit.versions.v2022_11_28.models import (
|
|
9882
9133
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
|
|
9883
9134
|
)
|
|
@@ -9896,9 +9147,6 @@ if TYPE_CHECKING:
|
|
|
9896
9147
|
from githubkit.versions.v2022_11_28.models import (
|
|
9897
9148
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType,
|
|
9898
9149
|
)
|
|
9899
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9900
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9901
|
-
)
|
|
9902
9150
|
from githubkit.versions.v2022_11_28.models import (
|
|
9903
9151
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9904
9152
|
)
|
|
@@ -9955,8 +9203,8 @@ else:
|
|
|
9955
9203
|
"VulnerabilityPropPackage",
|
|
9956
9204
|
"BasicError",
|
|
9957
9205
|
"ValidationErrorSimple",
|
|
9958
|
-
"Integration",
|
|
9959
9206
|
"IntegrationPropPermissions",
|
|
9207
|
+
"Integration",
|
|
9960
9208
|
"WebhookConfig",
|
|
9961
9209
|
"HookDeliveryItem",
|
|
9962
9210
|
"ScimError",
|
|
@@ -9988,6 +9236,8 @@ else:
|
|
|
9988
9236
|
"SimpleClassroomAssignment",
|
|
9989
9237
|
"SimpleClassroom",
|
|
9990
9238
|
"ClassroomAssignmentGrade",
|
|
9239
|
+
"CopilotUsageMetrics",
|
|
9240
|
+
"CopilotUsageMetricsPropBreakdownItems",
|
|
9991
9241
|
"DependabotAlertPackage",
|
|
9992
9242
|
"DependabotAlertSecurityVulnerability",
|
|
9993
9243
|
"DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion",
|
|
@@ -10137,9 +9387,15 @@ else:
|
|
|
10137
9387
|
"RepositoryRuleDeletion",
|
|
10138
9388
|
"RepositoryRuleRequiredSignatures",
|
|
10139
9389
|
"RepositoryRuleNonFastForward",
|
|
9390
|
+
"RepositoryRuleOneof14",
|
|
9391
|
+
"RepositoryRuleOneof14PropParameters",
|
|
9392
|
+
"RepositoryRuleOneof16",
|
|
9393
|
+
"RepositoryRuleOneof16PropParameters",
|
|
10140
9394
|
"RepositoryRuleUpdate",
|
|
10141
9395
|
"RepositoryRuleUpdatePropParameters",
|
|
10142
9396
|
"RepositoryRuleRequiredLinearHistory",
|
|
9397
|
+
"RepositoryRuleOneof15",
|
|
9398
|
+
"RepositoryRuleOneof15PropParameters",
|
|
10143
9399
|
"RepositoryRuleRequiredDeployments",
|
|
10144
9400
|
"RepositoryRuleRequiredDeploymentsPropParameters",
|
|
10145
9401
|
"RepositoryRulePullRequest",
|
|
@@ -10161,7 +9417,11 @@ else:
|
|
|
10161
9417
|
"RepositoryRuleWorkflows",
|
|
10162
9418
|
"RepositoryRuleWorkflowsPropParameters",
|
|
10163
9419
|
"RepositoryRuleParamsWorkflowFileReference",
|
|
9420
|
+
"RepositoryRuleCodeScanning",
|
|
9421
|
+
"RepositoryRuleCodeScanningPropParameters",
|
|
10164
9422
|
"RepositoryRuleParamsCodeScanningTool",
|
|
9423
|
+
"RepositoryRuleOneof17",
|
|
9424
|
+
"RepositoryRuleOneof17PropParameters",
|
|
10165
9425
|
"RepositoryRuleset",
|
|
10166
9426
|
"RepositoryRulesetPropLinks",
|
|
10167
9427
|
"RepositoryRulesetPropLinksPropSelf",
|
|
@@ -10310,6 +9570,13 @@ else:
|
|
|
10310
9570
|
"CodeScanningAnalysis",
|
|
10311
9571
|
"CodeScanningAnalysisDeletion",
|
|
10312
9572
|
"CodeScanningCodeqlDatabase",
|
|
9573
|
+
"CodeScanningVariantAnalysisRepository",
|
|
9574
|
+
"CodeScanningVariantAnalysisSkippedRepoGroup",
|
|
9575
|
+
"CodeScanningVariantAnalysis",
|
|
9576
|
+
"CodeScanningVariantAnalysisPropScannedRepositoriesItems",
|
|
9577
|
+
"CodeScanningVariantAnalysisPropSkippedRepositories",
|
|
9578
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos",
|
|
9579
|
+
"CodeScanningVariantAnalysisRepoTask",
|
|
10313
9580
|
"CodeScanningDefaultSetup",
|
|
10314
9581
|
"CodeScanningDefaultSetupUpdate",
|
|
10315
9582
|
"CodeScanningDefaultSetupUpdateResponse",
|
|
@@ -10525,6 +9792,7 @@ else:
|
|
|
10525
9792
|
"RepositoryRuleDetailedOneof12",
|
|
10526
9793
|
"RepositoryRuleDetailedOneof13",
|
|
10527
9794
|
"RepositoryRuleDetailedOneof14",
|
|
9795
|
+
"RepositoryRuleDetailedOneof15",
|
|
10528
9796
|
"SecretScanningAlert",
|
|
10529
9797
|
"RepositoryAdvisoryCreate",
|
|
10530
9798
|
"RepositoryAdvisoryCreatePropCreditsItems",
|
|
@@ -10614,12 +9882,72 @@ else:
|
|
|
10614
9882
|
"SimpleCheckSuite",
|
|
10615
9883
|
"CheckRunWithSimpleCheckSuite",
|
|
10616
9884
|
"CheckRunWithSimpleCheckSuitePropOutput",
|
|
9885
|
+
"WebhooksDeployKey",
|
|
9886
|
+
"WebhooksWorkflow",
|
|
9887
|
+
"WebhooksApprover",
|
|
9888
|
+
"WebhooksReviewersItems",
|
|
9889
|
+
"WebhooksReviewersItemsPropReviewer",
|
|
9890
|
+
"WebhooksWorkflowJobRun",
|
|
9891
|
+
"WebhooksUser",
|
|
9892
|
+
"WebhooksAnswer",
|
|
9893
|
+
"WebhooksAnswerPropReactions",
|
|
9894
|
+
"WebhooksAnswerPropUser",
|
|
10617
9895
|
"Discussion",
|
|
10618
9896
|
"DiscussionPropAnswerChosenBy",
|
|
10619
9897
|
"DiscussionPropCategory",
|
|
10620
9898
|
"DiscussionPropReactions",
|
|
10621
9899
|
"DiscussionPropUser",
|
|
9900
|
+
"WebhooksComment",
|
|
9901
|
+
"WebhooksCommentPropReactions",
|
|
9902
|
+
"WebhooksCommentPropUser",
|
|
9903
|
+
"WebhooksLabel",
|
|
9904
|
+
"WebhooksRepositoriesItems",
|
|
9905
|
+
"WebhooksRepositoriesAddedItems",
|
|
9906
|
+
"WebhooksIssueComment",
|
|
9907
|
+
"WebhooksIssueCommentPropReactions",
|
|
9908
|
+
"WebhooksIssueCommentPropUser",
|
|
9909
|
+
"WebhooksChanges",
|
|
9910
|
+
"WebhooksChangesPropBody",
|
|
9911
|
+
"WebhooksIssue",
|
|
9912
|
+
"WebhooksIssuePropAssignee",
|
|
9913
|
+
"WebhooksIssuePropAssigneesItems",
|
|
9914
|
+
"WebhooksIssuePropLabelsItems",
|
|
9915
|
+
"WebhooksIssuePropMilestone",
|
|
9916
|
+
"WebhooksIssuePropMilestonePropCreator",
|
|
9917
|
+
"WebhooksIssuePropPerformedViaGithubApp",
|
|
9918
|
+
"WebhooksIssuePropPerformedViaGithubAppPropOwner",
|
|
9919
|
+
"WebhooksIssuePropPerformedViaGithubAppPropPermissions",
|
|
9920
|
+
"WebhooksIssuePropPullRequest",
|
|
9921
|
+
"WebhooksIssuePropReactions",
|
|
9922
|
+
"WebhooksIssuePropUser",
|
|
9923
|
+
"WebhooksMilestone",
|
|
9924
|
+
"WebhooksMilestonePropCreator",
|
|
9925
|
+
"WebhooksIssue2",
|
|
9926
|
+
"WebhooksIssue2PropAssignee",
|
|
9927
|
+
"WebhooksIssue2PropAssigneesItems",
|
|
9928
|
+
"WebhooksIssue2PropLabelsItems",
|
|
9929
|
+
"WebhooksIssue2PropMilestone",
|
|
9930
|
+
"WebhooksIssue2PropMilestonePropCreator",
|
|
9931
|
+
"WebhooksIssue2PropPerformedViaGithubApp",
|
|
9932
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropOwner",
|
|
9933
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropPermissions",
|
|
9934
|
+
"WebhooksIssue2PropPullRequest",
|
|
9935
|
+
"WebhooksIssue2PropReactions",
|
|
9936
|
+
"WebhooksIssue2PropUser",
|
|
9937
|
+
"WebhooksUserMannequin",
|
|
9938
|
+
"WebhooksMarketplacePurchase",
|
|
9939
|
+
"WebhooksMarketplacePurchasePropAccount",
|
|
9940
|
+
"WebhooksMarketplacePurchasePropPlan",
|
|
9941
|
+
"WebhooksPreviousMarketplacePurchase",
|
|
9942
|
+
"WebhooksPreviousMarketplacePurchasePropAccount",
|
|
9943
|
+
"WebhooksPreviousMarketplacePurchasePropPlan",
|
|
9944
|
+
"WebhooksTeam",
|
|
9945
|
+
"WebhooksTeamPropParent",
|
|
10622
9946
|
"MergeGroup",
|
|
9947
|
+
"WebhooksMilestone3",
|
|
9948
|
+
"WebhooksMilestone3PropCreator",
|
|
9949
|
+
"WebhooksMembership",
|
|
9950
|
+
"WebhooksMembershipPropUser",
|
|
10623
9951
|
"PersonalAccessTokenRequest",
|
|
10624
9952
|
"PersonalAccessTokenRequestPropRepositoriesItems",
|
|
10625
9953
|
"PersonalAccessTokenRequestPropPermissionsAdded",
|
|
@@ -10634,11 +9962,96 @@ else:
|
|
|
10634
9962
|
"PersonalAccessTokenRequestPropPermissionsResultPropOrganization",
|
|
10635
9963
|
"PersonalAccessTokenRequestPropPermissionsResultPropRepository",
|
|
10636
9964
|
"PersonalAccessTokenRequestPropPermissionsResultPropOther",
|
|
9965
|
+
"WebhooksProjectCard",
|
|
9966
|
+
"WebhooksProjectCardPropCreator",
|
|
9967
|
+
"WebhooksProject",
|
|
9968
|
+
"WebhooksProjectPropCreator",
|
|
9969
|
+
"WebhooksProjectColumn",
|
|
10637
9970
|
"ProjectsV2",
|
|
9971
|
+
"WebhooksProjectChanges",
|
|
9972
|
+
"WebhooksProjectChangesPropArchivedAt",
|
|
10638
9973
|
"ProjectsV2Item",
|
|
10639
9974
|
"PullRequestWebhook",
|
|
10640
9975
|
"PullRequestWebhookAllof1",
|
|
9976
|
+
"WebhooksPullRequest5",
|
|
9977
|
+
"WebhooksPullRequest5PropAssignee",
|
|
9978
|
+
"WebhooksPullRequest5PropAssigneesItems",
|
|
9979
|
+
"WebhooksPullRequest5PropAutoMerge",
|
|
9980
|
+
"WebhooksPullRequest5PropAutoMergePropEnabledBy",
|
|
9981
|
+
"WebhooksPullRequest5PropLabelsItems",
|
|
9982
|
+
"WebhooksPullRequest5PropMergedBy",
|
|
9983
|
+
"WebhooksPullRequest5PropMilestone",
|
|
9984
|
+
"WebhooksPullRequest5PropMilestonePropCreator",
|
|
9985
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof0",
|
|
9986
|
+
"WebhooksPullRequest5PropUser",
|
|
9987
|
+
"WebhooksPullRequest5PropLinks",
|
|
9988
|
+
"WebhooksPullRequest5PropLinksPropComments",
|
|
9989
|
+
"WebhooksPullRequest5PropLinksPropCommits",
|
|
9990
|
+
"WebhooksPullRequest5PropLinksPropHtml",
|
|
9991
|
+
"WebhooksPullRequest5PropLinksPropIssue",
|
|
9992
|
+
"WebhooksPullRequest5PropLinksPropReviewComment",
|
|
9993
|
+
"WebhooksPullRequest5PropLinksPropReviewComments",
|
|
9994
|
+
"WebhooksPullRequest5PropLinksPropSelf",
|
|
9995
|
+
"WebhooksPullRequest5PropLinksPropStatuses",
|
|
9996
|
+
"WebhooksPullRequest5PropBase",
|
|
9997
|
+
"WebhooksPullRequest5PropBasePropUser",
|
|
9998
|
+
"WebhooksPullRequest5PropBasePropRepo",
|
|
9999
|
+
"WebhooksPullRequest5PropBasePropRepoPropLicense",
|
|
10000
|
+
"WebhooksPullRequest5PropBasePropRepoPropOwner",
|
|
10001
|
+
"WebhooksPullRequest5PropBasePropRepoPropPermissions",
|
|
10002
|
+
"WebhooksPullRequest5PropHead",
|
|
10003
|
+
"WebhooksPullRequest5PropHeadPropUser",
|
|
10004
|
+
"WebhooksPullRequest5PropHeadPropRepo",
|
|
10005
|
+
"WebhooksPullRequest5PropHeadPropRepoPropLicense",
|
|
10006
|
+
"WebhooksPullRequest5PropHeadPropRepoPropOwner",
|
|
10007
|
+
"WebhooksPullRequest5PropHeadPropRepoPropPermissions",
|
|
10008
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1",
|
|
10009
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent",
|
|
10010
|
+
"WebhooksPullRequest5PropRequestedTeamsItems",
|
|
10011
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsPropParent",
|
|
10012
|
+
"WebhooksReviewComment",
|
|
10013
|
+
"WebhooksReviewCommentPropReactions",
|
|
10014
|
+
"WebhooksReviewCommentPropUser",
|
|
10015
|
+
"WebhooksReviewCommentPropLinks",
|
|
10016
|
+
"WebhooksReviewCommentPropLinksPropHtml",
|
|
10017
|
+
"WebhooksReviewCommentPropLinksPropPullRequest",
|
|
10018
|
+
"WebhooksReviewCommentPropLinksPropSelf",
|
|
10019
|
+
"WebhooksReview",
|
|
10020
|
+
"WebhooksReviewPropUser",
|
|
10021
|
+
"WebhooksReviewPropLinks",
|
|
10022
|
+
"WebhooksReviewPropLinksPropHtml",
|
|
10023
|
+
"WebhooksReviewPropLinksPropPullRequest",
|
|
10024
|
+
"WebhooksRelease",
|
|
10025
|
+
"WebhooksReleasePropAuthor",
|
|
10026
|
+
"WebhooksReleasePropReactions",
|
|
10027
|
+
"WebhooksReleasePropAssetsItems",
|
|
10028
|
+
"WebhooksReleasePropAssetsItemsPropUploader",
|
|
10029
|
+
"WebhooksRelease1",
|
|
10030
|
+
"WebhooksRelease1PropAssetsItems",
|
|
10031
|
+
"WebhooksRelease1PropAssetsItemsPropUploader",
|
|
10032
|
+
"WebhooksRelease1PropAuthor",
|
|
10033
|
+
"WebhooksRelease1PropReactions",
|
|
10034
|
+
"WebhooksAlert",
|
|
10035
|
+
"WebhooksAlertPropDismisser",
|
|
10641
10036
|
"SecretScanningAlertWebhook",
|
|
10037
|
+
"WebhooksSecurityAdvisory",
|
|
10038
|
+
"WebhooksSecurityAdvisoryPropCvss",
|
|
10039
|
+
"WebhooksSecurityAdvisoryPropCwesItems",
|
|
10040
|
+
"WebhooksSecurityAdvisoryPropIdentifiersItems",
|
|
10041
|
+
"WebhooksSecurityAdvisoryPropReferencesItems",
|
|
10042
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItems",
|
|
10043
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
10044
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
10045
|
+
"WebhooksSponsorship",
|
|
10046
|
+
"WebhooksSponsorshipPropMaintainer",
|
|
10047
|
+
"WebhooksSponsorshipPropSponsor",
|
|
10048
|
+
"WebhooksSponsorshipPropSponsorable",
|
|
10049
|
+
"WebhooksSponsorshipPropTier",
|
|
10050
|
+
"WebhooksChanges8",
|
|
10051
|
+
"WebhooksChanges8PropTier",
|
|
10052
|
+
"WebhooksChanges8PropTierPropFrom",
|
|
10053
|
+
"WebhooksTeam1",
|
|
10054
|
+
"WebhooksTeam1PropParent",
|
|
10642
10055
|
"WebhookBranchProtectionConfigurationDisabled",
|
|
10643
10056
|
"WebhookBranchProtectionConfigurationEnabled",
|
|
10644
10057
|
"WebhookBranchProtectionRuleCreated",
|
|
@@ -10765,11 +10178,8 @@ else:
|
|
|
10765
10178
|
"WebhookDependabotAlertReintroduced",
|
|
10766
10179
|
"WebhookDependabotAlertReopened",
|
|
10767
10180
|
"WebhookDeployKeyCreated",
|
|
10768
|
-
"WebhookDeployKeyCreatedPropKey",
|
|
10769
10181
|
"WebhookDeployKeyDeleted",
|
|
10770
|
-
"WebhookDeployKeyDeletedPropKey",
|
|
10771
10182
|
"WebhookDeploymentCreated",
|
|
10772
|
-
"WebhookDeploymentCreatedPropWorkflow",
|
|
10773
10183
|
"WebhookDeploymentCreatedPropDeployment",
|
|
10774
10184
|
"WebhookDeploymentCreatedPropDeploymentPropCreator",
|
|
10775
10185
|
"WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0",
|
|
@@ -10791,11 +10201,7 @@ else:
|
|
|
10791
10201
|
"WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10792
10202
|
"WebhookDeploymentProtectionRuleRequested",
|
|
10793
10203
|
"WebhookDeploymentReviewApproved",
|
|
10794
|
-
"WebhookDeploymentReviewApprovedPropApprover",
|
|
10795
|
-
"WebhookDeploymentReviewApprovedPropWorkflowJobRun",
|
|
10796
10204
|
"WebhookDeploymentReviewApprovedPropWorkflowJobRunsItems",
|
|
10797
|
-
"WebhookDeploymentReviewApprovedPropReviewersItems",
|
|
10798
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer",
|
|
10799
10205
|
"WebhookDeploymentReviewApprovedPropWorkflowRun",
|
|
10800
10206
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropActor",
|
|
10801
10207
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommit",
|
|
@@ -10811,11 +10217,7 @@ else:
|
|
|
10811
10217
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10812
10218
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10813
10219
|
"WebhookDeploymentReviewRejected",
|
|
10814
|
-
"WebhookDeploymentReviewRejectedPropApprover",
|
|
10815
|
-
"WebhookDeploymentReviewRejectedPropWorkflowJobRun",
|
|
10816
10220
|
"WebhookDeploymentReviewRejectedPropWorkflowJobRunsItems",
|
|
10817
|
-
"WebhookDeploymentReviewRejectedPropReviewersItems",
|
|
10818
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer",
|
|
10819
10221
|
"WebhookDeploymentReviewRejectedPropWorkflowRun",
|
|
10820
10222
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropActor",
|
|
10821
10223
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommit",
|
|
@@ -10831,7 +10233,6 @@ else:
|
|
|
10831
10233
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10832
10234
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10833
10235
|
"WebhookDeploymentReviewRequested",
|
|
10834
|
-
"WebhookDeploymentReviewRequestedPropRequestor",
|
|
10835
10236
|
"WebhookDeploymentReviewRequestedPropWorkflowJobRun",
|
|
10836
10237
|
"WebhookDeploymentReviewRequestedPropReviewersItems",
|
|
10837
10238
|
"WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer",
|
|
@@ -10851,7 +10252,6 @@ else:
|
|
|
10851
10252
|
"WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10852
10253
|
"WebhookDeploymentStatusCreated",
|
|
10853
10254
|
"WebhookDeploymentStatusCreatedPropCheckRun",
|
|
10854
|
-
"WebhookDeploymentStatusCreatedPropWorkflow",
|
|
10855
10255
|
"WebhookDeploymentStatusCreatedPropDeployment",
|
|
10856
10256
|
"WebhookDeploymentStatusCreatedPropDeploymentPropCreator",
|
|
10857
10257
|
"WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1",
|
|
@@ -10877,28 +10277,16 @@ else:
|
|
|
10877
10277
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10878
10278
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10879
10279
|
"WebhookDiscussionAnswered",
|
|
10880
|
-
"WebhookDiscussionAnsweredPropAnswer",
|
|
10881
|
-
"WebhookDiscussionAnsweredPropAnswerPropReactions",
|
|
10882
|
-
"WebhookDiscussionAnsweredPropAnswerPropUser",
|
|
10883
10280
|
"WebhookDiscussionCategoryChanged",
|
|
10884
10281
|
"WebhookDiscussionCategoryChangedPropChanges",
|
|
10885
10282
|
"WebhookDiscussionCategoryChangedPropChangesPropCategory",
|
|
10886
10283
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFrom",
|
|
10887
10284
|
"WebhookDiscussionClosed",
|
|
10888
10285
|
"WebhookDiscussionCommentCreated",
|
|
10889
|
-
"WebhookDiscussionCommentCreatedPropComment",
|
|
10890
|
-
"WebhookDiscussionCommentCreatedPropCommentPropReactions",
|
|
10891
|
-
"WebhookDiscussionCommentCreatedPropCommentPropUser",
|
|
10892
10286
|
"WebhookDiscussionCommentDeleted",
|
|
10893
|
-
"WebhookDiscussionCommentDeletedPropComment",
|
|
10894
|
-
"WebhookDiscussionCommentDeletedPropCommentPropReactions",
|
|
10895
|
-
"WebhookDiscussionCommentDeletedPropCommentPropUser",
|
|
10896
10287
|
"WebhookDiscussionCommentEdited",
|
|
10897
10288
|
"WebhookDiscussionCommentEditedPropChanges",
|
|
10898
10289
|
"WebhookDiscussionCommentEditedPropChangesPropBody",
|
|
10899
|
-
"WebhookDiscussionCommentEditedPropComment",
|
|
10900
|
-
"WebhookDiscussionCommentEditedPropCommentPropReactions",
|
|
10901
|
-
"WebhookDiscussionCommentEditedPropCommentPropUser",
|
|
10902
10290
|
"WebhookDiscussionCreated",
|
|
10903
10291
|
"WebhookDiscussionDeleted",
|
|
10904
10292
|
"WebhookDiscussionEdited",
|
|
@@ -10906,18 +10294,13 @@ else:
|
|
|
10906
10294
|
"WebhookDiscussionEditedPropChangesPropBody",
|
|
10907
10295
|
"WebhookDiscussionEditedPropChangesPropTitle",
|
|
10908
10296
|
"WebhookDiscussionLabeled",
|
|
10909
|
-
"WebhookDiscussionLabeledPropLabel",
|
|
10910
10297
|
"WebhookDiscussionLocked",
|
|
10911
10298
|
"WebhookDiscussionPinned",
|
|
10912
10299
|
"WebhookDiscussionReopened",
|
|
10913
10300
|
"WebhookDiscussionTransferred",
|
|
10914
10301
|
"WebhookDiscussionTransferredPropChanges",
|
|
10915
10302
|
"WebhookDiscussionUnanswered",
|
|
10916
|
-
"WebhookDiscussionUnansweredPropOldAnswer",
|
|
10917
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropReactions",
|
|
10918
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropUser",
|
|
10919
10303
|
"WebhookDiscussionUnlabeled",
|
|
10920
|
-
"WebhookDiscussionUnlabeledPropLabel",
|
|
10921
10304
|
"WebhookDiscussionUnlocked",
|
|
10922
10305
|
"WebhookDiscussionUnpinned",
|
|
10923
10306
|
"WebhookFork",
|
|
@@ -10936,29 +10319,19 @@ else:
|
|
|
10936
10319
|
"WebhookGollum",
|
|
10937
10320
|
"WebhookGollumPropPagesItems",
|
|
10938
10321
|
"WebhookInstallationCreated",
|
|
10939
|
-
"WebhookInstallationCreatedPropRepositoriesItems",
|
|
10940
|
-
"WebhookInstallationCreatedPropRequester",
|
|
10941
10322
|
"WebhookInstallationDeleted",
|
|
10942
|
-
"WebhookInstallationDeletedPropRepositoriesItems",
|
|
10943
10323
|
"WebhookInstallationNewPermissionsAccepted",
|
|
10944
|
-
"WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems",
|
|
10945
10324
|
"WebhookInstallationRepositoriesAdded",
|
|
10946
|
-
"WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems",
|
|
10947
10325
|
"WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems",
|
|
10948
|
-
"WebhookInstallationRepositoriesAddedPropRequester",
|
|
10949
10326
|
"WebhookInstallationRepositoriesRemoved",
|
|
10950
|
-
"WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems",
|
|
10951
10327
|
"WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItems",
|
|
10952
|
-
"WebhookInstallationRepositoriesRemovedPropRequester",
|
|
10953
10328
|
"WebhookInstallationSuspend",
|
|
10954
|
-
"WebhookInstallationSuspendPropRepositoriesItems",
|
|
10955
10329
|
"WebhookInstallationTargetRenamed",
|
|
10956
10330
|
"WebhookInstallationTargetRenamedPropAccount",
|
|
10957
10331
|
"WebhookInstallationTargetRenamedPropChanges",
|
|
10958
10332
|
"WebhookInstallationTargetRenamedPropChangesPropLogin",
|
|
10959
10333
|
"WebhookInstallationTargetRenamedPropChangesPropSlug",
|
|
10960
10334
|
"WebhookInstallationUnsuspend",
|
|
10961
|
-
"WebhookInstallationUnsuspendPropRepositoriesItems",
|
|
10962
10335
|
"WebhookIssueCommentCreated",
|
|
10963
10336
|
"WebhookIssueCommentCreatedPropComment",
|
|
10964
10337
|
"WebhookIssueCommentCreatedPropCommentPropReactions",
|
|
@@ -10990,9 +10363,6 @@ else:
|
|
|
10990
10363
|
"WebhookIssueCommentCreatedPropIssueMergedMilestone",
|
|
10991
10364
|
"WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp",
|
|
10992
10365
|
"WebhookIssueCommentDeleted",
|
|
10993
|
-
"WebhookIssueCommentDeletedPropComment",
|
|
10994
|
-
"WebhookIssueCommentDeletedPropCommentPropReactions",
|
|
10995
|
-
"WebhookIssueCommentDeletedPropCommentPropUser",
|
|
10996
10366
|
"WebhookIssueCommentDeletedPropIssue",
|
|
10997
10367
|
"WebhookIssueCommentDeletedPropIssueMergedAssignees",
|
|
10998
10368
|
"WebhookIssueCommentDeletedPropIssueMergedReactions",
|
|
@@ -11020,11 +10390,6 @@ else:
|
|
|
11020
10390
|
"WebhookIssueCommentDeletedPropIssueMergedMilestone",
|
|
11021
10391
|
"WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubApp",
|
|
11022
10392
|
"WebhookIssueCommentEdited",
|
|
11023
|
-
"WebhookIssueCommentEditedPropChanges",
|
|
11024
|
-
"WebhookIssueCommentEditedPropChangesPropBody",
|
|
11025
|
-
"WebhookIssueCommentEditedPropComment",
|
|
11026
|
-
"WebhookIssueCommentEditedPropCommentPropReactions",
|
|
11027
|
-
"WebhookIssueCommentEditedPropCommentPropUser",
|
|
11028
10393
|
"WebhookIssueCommentEditedPropIssue",
|
|
11029
10394
|
"WebhookIssueCommentEditedPropIssueMergedAssignees",
|
|
11030
10395
|
"WebhookIssueCommentEditedPropIssueMergedReactions",
|
|
@@ -11052,19 +10417,6 @@ else:
|
|
|
11052
10417
|
"WebhookIssueCommentEditedPropIssueMergedMilestone",
|
|
11053
10418
|
"WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp",
|
|
11054
10419
|
"WebhookIssuesAssigned",
|
|
11055
|
-
"WebhookIssuesAssignedPropAssignee",
|
|
11056
|
-
"WebhookIssuesAssignedPropIssue",
|
|
11057
|
-
"WebhookIssuesAssignedPropIssuePropAssignee",
|
|
11058
|
-
"WebhookIssuesAssignedPropIssuePropAssigneesItems",
|
|
11059
|
-
"WebhookIssuesAssignedPropIssuePropLabelsItems",
|
|
11060
|
-
"WebhookIssuesAssignedPropIssuePropMilestone",
|
|
11061
|
-
"WebhookIssuesAssignedPropIssuePropMilestonePropCreator",
|
|
11062
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp",
|
|
11063
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11064
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11065
|
-
"WebhookIssuesAssignedPropIssuePropPullRequest",
|
|
11066
|
-
"WebhookIssuesAssignedPropIssuePropReactions",
|
|
11067
|
-
"WebhookIssuesAssignedPropIssuePropUser",
|
|
11068
10420
|
"WebhookIssuesClosed",
|
|
11069
10421
|
"WebhookIssuesClosedPropIssue",
|
|
11070
10422
|
"WebhookIssuesClosedPropIssueMergedAssignee",
|
|
@@ -11120,10 +10472,7 @@ else:
|
|
|
11120
10472
|
"WebhookIssuesDemilestonedPropIssuePropPullRequest",
|
|
11121
10473
|
"WebhookIssuesDemilestonedPropIssuePropReactions",
|
|
11122
10474
|
"WebhookIssuesDemilestonedPropIssuePropUser",
|
|
11123
|
-
"WebhookIssuesDemilestonedPropMilestone",
|
|
11124
|
-
"WebhookIssuesDemilestonedPropMilestonePropCreator",
|
|
11125
10475
|
"WebhookIssuesEdited",
|
|
11126
|
-
"WebhookIssuesEditedPropLabel",
|
|
11127
10476
|
"WebhookIssuesEditedPropChanges",
|
|
11128
10477
|
"WebhookIssuesEditedPropChangesPropBody",
|
|
11129
10478
|
"WebhookIssuesEditedPropChangesPropTitle",
|
|
@@ -11140,7 +10489,6 @@ else:
|
|
|
11140
10489
|
"WebhookIssuesEditedPropIssuePropReactions",
|
|
11141
10490
|
"WebhookIssuesEditedPropIssuePropUser",
|
|
11142
10491
|
"WebhookIssuesLabeled",
|
|
11143
|
-
"WebhookIssuesLabeledPropLabel",
|
|
11144
10492
|
"WebhookIssuesLabeledPropIssue",
|
|
11145
10493
|
"WebhookIssuesLabeledPropIssuePropAssignee",
|
|
11146
10494
|
"WebhookIssuesLabeledPropIssuePropAssigneesItems",
|
|
@@ -11179,8 +10527,6 @@ else:
|
|
|
11179
10527
|
"WebhookIssuesMilestonedPropIssuePropPullRequest",
|
|
11180
10528
|
"WebhookIssuesMilestonedPropIssuePropReactions",
|
|
11181
10529
|
"WebhookIssuesMilestonedPropIssuePropUser",
|
|
11182
|
-
"WebhookIssuesMilestonedPropMilestone",
|
|
11183
|
-
"WebhookIssuesMilestonedPropMilestonePropCreator",
|
|
11184
10530
|
"WebhookIssuesOpened",
|
|
11185
10531
|
"WebhookIssuesOpenedPropIssue",
|
|
11186
10532
|
"WebhookIssuesOpenedPropIssuePropAssignee",
|
|
@@ -11213,18 +10559,6 @@ else:
|
|
|
11213
10559
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner",
|
|
11214
10560
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions",
|
|
11215
10561
|
"WebhookIssuesPinned",
|
|
11216
|
-
"WebhookIssuesPinnedPropIssue",
|
|
11217
|
-
"WebhookIssuesPinnedPropIssuePropAssignee",
|
|
11218
|
-
"WebhookIssuesPinnedPropIssuePropAssigneesItems",
|
|
11219
|
-
"WebhookIssuesPinnedPropIssuePropLabelsItems",
|
|
11220
|
-
"WebhookIssuesPinnedPropIssuePropMilestone",
|
|
11221
|
-
"WebhookIssuesPinnedPropIssuePropMilestonePropCreator",
|
|
11222
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp",
|
|
11223
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11224
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11225
|
-
"WebhookIssuesPinnedPropIssuePropPullRequest",
|
|
11226
|
-
"WebhookIssuesPinnedPropIssuePropReactions",
|
|
11227
|
-
"WebhookIssuesPinnedPropIssuePropUser",
|
|
11228
10562
|
"WebhookIssuesReopened",
|
|
11229
10563
|
"WebhookIssuesReopenedPropIssue",
|
|
11230
10564
|
"WebhookIssuesReopenedPropIssuePropAssignee",
|
|
@@ -11239,18 +10573,6 @@ else:
|
|
|
11239
10573
|
"WebhookIssuesReopenedPropIssuePropReactions",
|
|
11240
10574
|
"WebhookIssuesReopenedPropIssuePropUser",
|
|
11241
10575
|
"WebhookIssuesTransferred",
|
|
11242
|
-
"WebhookIssuesTransferredPropIssue",
|
|
11243
|
-
"WebhookIssuesTransferredPropIssuePropAssignee",
|
|
11244
|
-
"WebhookIssuesTransferredPropIssuePropAssigneesItems",
|
|
11245
|
-
"WebhookIssuesTransferredPropIssuePropLabelsItems",
|
|
11246
|
-
"WebhookIssuesTransferredPropIssuePropMilestone",
|
|
11247
|
-
"WebhookIssuesTransferredPropIssuePropMilestonePropCreator",
|
|
11248
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp",
|
|
11249
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11250
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11251
|
-
"WebhookIssuesTransferredPropIssuePropPullRequest",
|
|
11252
|
-
"WebhookIssuesTransferredPropIssuePropReactions",
|
|
11253
|
-
"WebhookIssuesTransferredPropIssuePropUser",
|
|
11254
10576
|
"WebhookIssuesTransferredPropChanges",
|
|
11255
10577
|
"WebhookIssuesTransferredPropChangesPropNewIssue",
|
|
11256
10578
|
"WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee",
|
|
@@ -11270,33 +10592,7 @@ else:
|
|
|
11270
10592
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner",
|
|
11271
10593
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions",
|
|
11272
10594
|
"WebhookIssuesUnassigned",
|
|
11273
|
-
"WebhookIssuesUnassignedPropAssignee",
|
|
11274
|
-
"WebhookIssuesUnassignedPropIssue",
|
|
11275
|
-
"WebhookIssuesUnassignedPropIssuePropAssignee",
|
|
11276
|
-
"WebhookIssuesUnassignedPropIssuePropAssigneesItems",
|
|
11277
|
-
"WebhookIssuesUnassignedPropIssuePropLabelsItems",
|
|
11278
|
-
"WebhookIssuesUnassignedPropIssuePropMilestone",
|
|
11279
|
-
"WebhookIssuesUnassignedPropIssuePropMilestonePropCreator",
|
|
11280
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp",
|
|
11281
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11282
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11283
|
-
"WebhookIssuesUnassignedPropIssuePropPullRequest",
|
|
11284
|
-
"WebhookIssuesUnassignedPropIssuePropReactions",
|
|
11285
|
-
"WebhookIssuesUnassignedPropIssuePropUser",
|
|
11286
10595
|
"WebhookIssuesUnlabeled",
|
|
11287
|
-
"WebhookIssuesUnlabeledPropLabel",
|
|
11288
|
-
"WebhookIssuesUnlabeledPropIssue",
|
|
11289
|
-
"WebhookIssuesUnlabeledPropIssuePropAssignee",
|
|
11290
|
-
"WebhookIssuesUnlabeledPropIssuePropAssigneesItems",
|
|
11291
|
-
"WebhookIssuesUnlabeledPropIssuePropLabelsItems",
|
|
11292
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestone",
|
|
11293
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator",
|
|
11294
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp",
|
|
11295
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11296
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11297
|
-
"WebhookIssuesUnlabeledPropIssuePropPullRequest",
|
|
11298
|
-
"WebhookIssuesUnlabeledPropIssuePropReactions",
|
|
11299
|
-
"WebhookIssuesUnlabeledPropIssuePropUser",
|
|
11300
10596
|
"WebhookIssuesUnlocked",
|
|
11301
10597
|
"WebhookIssuesUnlockedPropIssue",
|
|
11302
10598
|
"WebhookIssuesUnlockedPropIssuePropAssignee",
|
|
@@ -11311,46 +10607,19 @@ else:
|
|
|
11311
10607
|
"WebhookIssuesUnlockedPropIssuePropReactions",
|
|
11312
10608
|
"WebhookIssuesUnlockedPropIssuePropUser",
|
|
11313
10609
|
"WebhookIssuesUnpinned",
|
|
11314
|
-
"WebhookIssuesUnpinnedPropIssue",
|
|
11315
|
-
"WebhookIssuesUnpinnedPropIssuePropAssignee",
|
|
11316
|
-
"WebhookIssuesUnpinnedPropIssuePropAssigneesItems",
|
|
11317
|
-
"WebhookIssuesUnpinnedPropIssuePropLabelsItems",
|
|
11318
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestone",
|
|
11319
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator",
|
|
11320
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp",
|
|
11321
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner",
|
|
11322
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions",
|
|
11323
|
-
"WebhookIssuesUnpinnedPropIssuePropPullRequest",
|
|
11324
|
-
"WebhookIssuesUnpinnedPropIssuePropReactions",
|
|
11325
|
-
"WebhookIssuesUnpinnedPropIssuePropUser",
|
|
11326
10610
|
"WebhookLabelCreated",
|
|
11327
|
-
"WebhookLabelCreatedPropLabel",
|
|
11328
10611
|
"WebhookLabelDeleted",
|
|
11329
|
-
"WebhookLabelDeletedPropLabel",
|
|
11330
10612
|
"WebhookLabelEdited",
|
|
11331
|
-
"WebhookLabelEditedPropLabel",
|
|
11332
10613
|
"WebhookLabelEditedPropChanges",
|
|
11333
10614
|
"WebhookLabelEditedPropChangesPropColor",
|
|
11334
10615
|
"WebhookLabelEditedPropChangesPropDescription",
|
|
11335
10616
|
"WebhookLabelEditedPropChangesPropName",
|
|
11336
10617
|
"WebhookMarketplacePurchaseCancelled",
|
|
11337
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
|
|
11338
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
|
|
11339
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
|
|
11340
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
|
|
11341
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
11342
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
11343
10618
|
"WebhookMarketplacePurchaseChanged",
|
|
11344
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
|
|
11345
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
|
|
11346
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
|
|
11347
10619
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
|
|
11348
10620
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
|
|
11349
10621
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
|
|
11350
10622
|
"WebhookMarketplacePurchasePendingChange",
|
|
11351
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
|
|
11352
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
|
|
11353
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
|
|
11354
10623
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
|
|
11355
10624
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
|
|
11356
10625
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
|
|
@@ -11358,84 +10627,45 @@ else:
|
|
|
11358
10627
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
|
|
11359
10628
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
|
|
11360
10629
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
|
|
11361
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
|
|
11362
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
11363
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
11364
10630
|
"WebhookMarketplacePurchasePurchased",
|
|
11365
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
|
|
11366
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
|
|
11367
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
|
|
11368
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
|
|
11369
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
|
|
11370
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
|
|
11371
10631
|
"WebhookMemberAdded",
|
|
11372
|
-
"WebhookMemberAddedPropMember",
|
|
11373
10632
|
"WebhookMemberAddedPropChanges",
|
|
11374
10633
|
"WebhookMemberAddedPropChangesPropPermission",
|
|
11375
10634
|
"WebhookMemberAddedPropChangesPropRoleName",
|
|
11376
10635
|
"WebhookMemberEdited",
|
|
11377
|
-
"WebhookMemberEditedPropMember",
|
|
11378
10636
|
"WebhookMemberEditedPropChanges",
|
|
11379
10637
|
"WebhookMemberEditedPropChangesPropOldPermission",
|
|
11380
10638
|
"WebhookMemberEditedPropChangesPropPermission",
|
|
11381
10639
|
"WebhookMemberRemoved",
|
|
11382
|
-
"WebhookMemberRemovedPropMember",
|
|
11383
10640
|
"WebhookMembershipAdded",
|
|
11384
|
-
"WebhookMembershipAddedPropMember",
|
|
11385
10641
|
"WebhookMembershipAddedPropSender",
|
|
11386
|
-
"WebhookMembershipAddedPropTeam",
|
|
11387
|
-
"WebhookMembershipAddedPropTeamPropParent",
|
|
11388
10642
|
"WebhookMembershipRemoved",
|
|
11389
|
-
"WebhookMembershipRemovedPropMember",
|
|
11390
10643
|
"WebhookMembershipRemovedPropSender",
|
|
11391
|
-
"WebhookMembershipRemovedPropTeam",
|
|
11392
|
-
"WebhookMembershipRemovedPropTeamPropParent",
|
|
11393
10644
|
"WebhookMergeGroupChecksRequested",
|
|
11394
10645
|
"WebhookMergeGroupDestroyed",
|
|
11395
10646
|
"WebhookMetaDeleted",
|
|
11396
10647
|
"WebhookMetaDeletedPropHook",
|
|
11397
10648
|
"WebhookMetaDeletedPropHookPropConfig",
|
|
11398
10649
|
"WebhookMilestoneClosed",
|
|
11399
|
-
"WebhookMilestoneClosedPropMilestone",
|
|
11400
|
-
"WebhookMilestoneClosedPropMilestonePropCreator",
|
|
11401
10650
|
"WebhookMilestoneCreated",
|
|
11402
|
-
"WebhookMilestoneCreatedPropMilestone",
|
|
11403
|
-
"WebhookMilestoneCreatedPropMilestonePropCreator",
|
|
11404
10651
|
"WebhookMilestoneDeleted",
|
|
11405
|
-
"WebhookMilestoneDeletedPropMilestone",
|
|
11406
|
-
"WebhookMilestoneDeletedPropMilestonePropCreator",
|
|
11407
10652
|
"WebhookMilestoneEdited",
|
|
11408
10653
|
"WebhookMilestoneEditedPropChanges",
|
|
11409
10654
|
"WebhookMilestoneEditedPropChangesPropDescription",
|
|
11410
10655
|
"WebhookMilestoneEditedPropChangesPropDueOn",
|
|
11411
10656
|
"WebhookMilestoneEditedPropChangesPropTitle",
|
|
11412
|
-
"WebhookMilestoneEditedPropMilestone",
|
|
11413
|
-
"WebhookMilestoneEditedPropMilestonePropCreator",
|
|
11414
10657
|
"WebhookMilestoneOpened",
|
|
11415
|
-
"WebhookMilestoneOpenedPropMilestone",
|
|
11416
|
-
"WebhookMilestoneOpenedPropMilestonePropCreator",
|
|
11417
10658
|
"WebhookOrgBlockBlocked",
|
|
11418
|
-
"WebhookOrgBlockBlockedPropBlockedUser",
|
|
11419
10659
|
"WebhookOrgBlockUnblocked",
|
|
11420
|
-
"WebhookOrgBlockUnblockedPropBlockedUser",
|
|
11421
10660
|
"WebhookOrganizationDeleted",
|
|
11422
|
-
"WebhookOrganizationDeletedPropMembership",
|
|
11423
|
-
"WebhookOrganizationDeletedPropMembershipPropUser",
|
|
11424
10661
|
"WebhookOrganizationMemberAdded",
|
|
11425
|
-
"WebhookOrganizationMemberAddedPropMembership",
|
|
11426
|
-
"WebhookOrganizationMemberAddedPropMembershipPropUser",
|
|
11427
10662
|
"WebhookOrganizationMemberInvited",
|
|
11428
|
-
"WebhookOrganizationMemberInvitedPropUser",
|
|
11429
10663
|
"WebhookOrganizationMemberInvitedPropInvitation",
|
|
11430
10664
|
"WebhookOrganizationMemberInvitedPropInvitationPropInviter",
|
|
11431
10665
|
"WebhookOrganizationMemberRemoved",
|
|
11432
|
-
"WebhookOrganizationMemberRemovedPropMembership",
|
|
11433
|
-
"WebhookOrganizationMemberRemovedPropMembershipPropUser",
|
|
11434
10666
|
"WebhookOrganizationRenamed",
|
|
11435
10667
|
"WebhookOrganizationRenamedPropChanges",
|
|
11436
10668
|
"WebhookOrganizationRenamedPropChangesPropLogin",
|
|
11437
|
-
"WebhookOrganizationRenamedPropMembership",
|
|
11438
|
-
"WebhookOrganizationRenamedPropMembershipPropUser",
|
|
11439
10669
|
"WebhookRubygemsMetadata",
|
|
11440
10670
|
"WebhookRubygemsMetadataPropVersionInfo",
|
|
11441
10671
|
"WebhookRubygemsMetadataPropMetadata",
|
|
@@ -11500,19 +10730,13 @@ else:
|
|
|
11500
10730
|
"WebhookProjectCardConverted",
|
|
11501
10731
|
"WebhookProjectCardConvertedPropChanges",
|
|
11502
10732
|
"WebhookProjectCardConvertedPropChangesPropNote",
|
|
11503
|
-
"WebhookProjectCardConvertedPropProjectCard",
|
|
11504
|
-
"WebhookProjectCardConvertedPropProjectCardPropCreator",
|
|
11505
10733
|
"WebhookProjectCardCreated",
|
|
11506
|
-
"WebhookProjectCardCreatedPropProjectCard",
|
|
11507
|
-
"WebhookProjectCardCreatedPropProjectCardPropCreator",
|
|
11508
10734
|
"WebhookProjectCardDeleted",
|
|
11509
10735
|
"WebhookProjectCardDeletedPropProjectCard",
|
|
11510
10736
|
"WebhookProjectCardDeletedPropProjectCardPropCreator",
|
|
11511
10737
|
"WebhookProjectCardEdited",
|
|
11512
10738
|
"WebhookProjectCardEditedPropChanges",
|
|
11513
10739
|
"WebhookProjectCardEditedPropChangesPropNote",
|
|
11514
|
-
"WebhookProjectCardEditedPropProjectCard",
|
|
11515
|
-
"WebhookProjectCardEditedPropProjectCardPropCreator",
|
|
11516
10740
|
"WebhookProjectCardMoved",
|
|
11517
10741
|
"WebhookProjectCardMovedPropChanges",
|
|
11518
10742
|
"WebhookProjectCardMovedPropChangesPropColumnId",
|
|
@@ -11523,33 +10747,19 @@ else:
|
|
|
11523
10747
|
"WebhookProjectCardMovedPropProjectCardAllof1",
|
|
11524
10748
|
"WebhookProjectCardMovedPropProjectCardAllof1PropCreator",
|
|
11525
10749
|
"WebhookProjectClosed",
|
|
11526
|
-
"WebhookProjectClosedPropProject",
|
|
11527
|
-
"WebhookProjectClosedPropProjectPropCreator",
|
|
11528
10750
|
"WebhookProjectColumnCreated",
|
|
11529
|
-
"WebhookProjectColumnCreatedPropProjectColumn",
|
|
11530
10751
|
"WebhookProjectColumnDeleted",
|
|
11531
|
-
"WebhookProjectColumnDeletedPropProjectColumn",
|
|
11532
10752
|
"WebhookProjectColumnEdited",
|
|
11533
|
-
"WebhookProjectColumnEditedPropProjectColumn",
|
|
11534
10753
|
"WebhookProjectColumnEditedPropChanges",
|
|
11535
10754
|
"WebhookProjectColumnEditedPropChangesPropName",
|
|
11536
10755
|
"WebhookProjectColumnMoved",
|
|
11537
|
-
"WebhookProjectColumnMovedPropProjectColumn",
|
|
11538
10756
|
"WebhookProjectCreated",
|
|
11539
|
-
"WebhookProjectCreatedPropProject",
|
|
11540
|
-
"WebhookProjectCreatedPropProjectPropCreator",
|
|
11541
10757
|
"WebhookProjectDeleted",
|
|
11542
|
-
"WebhookProjectDeletedPropProject",
|
|
11543
|
-
"WebhookProjectDeletedPropProjectPropCreator",
|
|
11544
10758
|
"WebhookProjectEdited",
|
|
11545
10759
|
"WebhookProjectEditedPropChanges",
|
|
11546
10760
|
"WebhookProjectEditedPropChangesPropBody",
|
|
11547
10761
|
"WebhookProjectEditedPropChangesPropName",
|
|
11548
|
-
"WebhookProjectEditedPropProject",
|
|
11549
|
-
"WebhookProjectEditedPropProjectPropCreator",
|
|
11550
10762
|
"WebhookProjectReopened",
|
|
11551
|
-
"WebhookProjectReopenedPropProject",
|
|
11552
|
-
"WebhookProjectReopenedPropProjectPropCreator",
|
|
11553
10763
|
"WebhookProjectsV2ProjectClosed",
|
|
11554
10764
|
"WebhookProjectsV2ProjectCreated",
|
|
11555
10765
|
"WebhookProjectsV2ProjectDeleted",
|
|
@@ -11560,8 +10770,6 @@ else:
|
|
|
11560
10770
|
"WebhookProjectsV2ProjectEditedPropChangesPropShortDescription",
|
|
11561
10771
|
"WebhookProjectsV2ProjectEditedPropChangesPropTitle",
|
|
11562
10772
|
"WebhookProjectsV2ItemArchived",
|
|
11563
|
-
"WebhookProjectsV2ItemArchivedPropChanges",
|
|
11564
|
-
"WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt",
|
|
11565
10773
|
"WebhookProjectsV2ItemConverted",
|
|
11566
10774
|
"WebhookProjectsV2ItemConvertedPropChanges",
|
|
11567
10775
|
"WebhookProjectsV2ItemConvertedPropChangesPropContentType",
|
|
@@ -11576,12 +10784,9 @@ else:
|
|
|
11576
10784
|
"WebhookProjectsV2ItemReorderedPropChanges",
|
|
11577
10785
|
"WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeId",
|
|
11578
10786
|
"WebhookProjectsV2ItemRestored",
|
|
11579
|
-
"WebhookProjectsV2ItemRestoredPropChanges",
|
|
11580
|
-
"WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt",
|
|
11581
10787
|
"WebhookProjectsV2ProjectReopened",
|
|
11582
10788
|
"WebhookPublic",
|
|
11583
10789
|
"WebhookPullRequestAssigned",
|
|
11584
|
-
"WebhookPullRequestAssignedPropAssignee",
|
|
11585
10790
|
"WebhookPullRequestAssignedPropPullRequest",
|
|
11586
10791
|
"WebhookPullRequestAssignedPropPullRequestPropAssignee",
|
|
11587
10792
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneesItems",
|
|
@@ -11695,42 +10900,6 @@ else:
|
|
|
11695
10900
|
"WebhookPullRequestClosed",
|
|
11696
10901
|
"WebhookPullRequestConvertedToDraft",
|
|
11697
10902
|
"WebhookPullRequestDemilestoned",
|
|
11698
|
-
"WebhookPullRequestDemilestonedPropPullRequest",
|
|
11699
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssignee",
|
|
11700
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems",
|
|
11701
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge",
|
|
11702
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy",
|
|
11703
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems",
|
|
11704
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMergedBy",
|
|
11705
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestone",
|
|
11706
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator",
|
|
11707
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0",
|
|
11708
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropUser",
|
|
11709
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinks",
|
|
11710
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments",
|
|
11711
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits",
|
|
11712
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml",
|
|
11713
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue",
|
|
11714
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment",
|
|
11715
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments",
|
|
11716
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf",
|
|
11717
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses",
|
|
11718
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBase",
|
|
11719
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser",
|
|
11720
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo",
|
|
11721
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense",
|
|
11722
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner",
|
|
11723
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions",
|
|
11724
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHead",
|
|
11725
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser",
|
|
11726
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo",
|
|
11727
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense",
|
|
11728
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner",
|
|
11729
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions",
|
|
11730
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1",
|
|
11731
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent",
|
|
11732
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems",
|
|
11733
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11734
10903
|
"WebhookPullRequestDequeued",
|
|
11735
10904
|
"WebhookPullRequestDequeuedPropPullRequest",
|
|
11736
10905
|
"WebhookPullRequestDequeuedPropPullRequestPropAssignee",
|
|
@@ -11813,7 +10982,6 @@ else:
|
|
|
11813
10982
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItems",
|
|
11814
10983
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11815
10984
|
"WebhookPullRequestLabeled",
|
|
11816
|
-
"WebhookPullRequestLabeledPropLabel",
|
|
11817
10985
|
"WebhookPullRequestLabeledPropPullRequest",
|
|
11818
10986
|
"WebhookPullRequestLabeledPropPullRequestPropAssignee",
|
|
11819
10987
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneesItems",
|
|
@@ -11888,42 +11056,6 @@ else:
|
|
|
11888
11056
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItems",
|
|
11889
11057
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11890
11058
|
"WebhookPullRequestMilestoned",
|
|
11891
|
-
"WebhookPullRequestMilestonedPropPullRequest",
|
|
11892
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssignee",
|
|
11893
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems",
|
|
11894
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMerge",
|
|
11895
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy",
|
|
11896
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLabelsItems",
|
|
11897
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMergedBy",
|
|
11898
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestone",
|
|
11899
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator",
|
|
11900
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0",
|
|
11901
|
-
"WebhookPullRequestMilestonedPropPullRequestPropUser",
|
|
11902
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinks",
|
|
11903
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments",
|
|
11904
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits",
|
|
11905
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml",
|
|
11906
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue",
|
|
11907
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment",
|
|
11908
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments",
|
|
11909
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf",
|
|
11910
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses",
|
|
11911
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBase",
|
|
11912
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropUser",
|
|
11913
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo",
|
|
11914
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense",
|
|
11915
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner",
|
|
11916
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions",
|
|
11917
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHead",
|
|
11918
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser",
|
|
11919
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo",
|
|
11920
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense",
|
|
11921
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner",
|
|
11922
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions",
|
|
11923
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1",
|
|
11924
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent",
|
|
11925
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems",
|
|
11926
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11927
11059
|
"WebhookPullRequestOpened",
|
|
11928
11060
|
"WebhookPullRequestReadyForReview",
|
|
11929
11061
|
"WebhookPullRequestReopened",
|
|
@@ -11971,13 +11103,6 @@ else:
|
|
|
11971
11103
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems",
|
|
11972
11104
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11973
11105
|
"WebhookPullRequestReviewCommentDeleted",
|
|
11974
|
-
"WebhookPullRequestReviewCommentDeletedPropComment",
|
|
11975
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropReactions",
|
|
11976
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropUser",
|
|
11977
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinks",
|
|
11978
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml",
|
|
11979
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest",
|
|
11980
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf",
|
|
11981
11106
|
"WebhookPullRequestReviewCommentDeletedPropPullRequest",
|
|
11982
11107
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee",
|
|
11983
11108
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItems",
|
|
@@ -12014,15 +11139,6 @@ else:
|
|
|
12014
11139
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItems",
|
|
12015
11140
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12016
11141
|
"WebhookPullRequestReviewCommentEdited",
|
|
12017
|
-
"WebhookPullRequestReviewCommentEditedPropChanges",
|
|
12018
|
-
"WebhookPullRequestReviewCommentEditedPropChangesPropBody",
|
|
12019
|
-
"WebhookPullRequestReviewCommentEditedPropComment",
|
|
12020
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropReactions",
|
|
12021
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropUser",
|
|
12022
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinks",
|
|
12023
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml",
|
|
12024
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest",
|
|
12025
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf",
|
|
12026
11142
|
"WebhookPullRequestReviewCommentEditedPropPullRequest",
|
|
12027
11143
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee",
|
|
12028
11144
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItems",
|
|
@@ -12102,11 +11218,6 @@ else:
|
|
|
12102
11218
|
"WebhookPullRequestReviewEdited",
|
|
12103
11219
|
"WebhookPullRequestReviewEditedPropChanges",
|
|
12104
11220
|
"WebhookPullRequestReviewEditedPropChangesPropBody",
|
|
12105
|
-
"WebhookPullRequestReviewEditedPropReview",
|
|
12106
|
-
"WebhookPullRequestReviewEditedPropReviewPropUser",
|
|
12107
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinks",
|
|
12108
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml",
|
|
12109
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest",
|
|
12110
11221
|
"WebhookPullRequestReviewEditedPropPullRequest",
|
|
12111
11222
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssignee",
|
|
12112
11223
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItems",
|
|
@@ -12297,11 +11408,6 @@ else:
|
|
|
12297
11408
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItems",
|
|
12298
11409
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12299
11410
|
"WebhookPullRequestReviewSubmitted",
|
|
12300
|
-
"WebhookPullRequestReviewSubmittedPropReview",
|
|
12301
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropUser",
|
|
12302
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinks",
|
|
12303
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml",
|
|
12304
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest",
|
|
12305
11411
|
"WebhookPullRequestReviewSubmittedPropPullRequest",
|
|
12306
11412
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee",
|
|
12307
11413
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItems",
|
|
@@ -12463,7 +11569,6 @@ else:
|
|
|
12463
11569
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItems",
|
|
12464
11570
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12465
11571
|
"WebhookPullRequestUnassigned",
|
|
12466
|
-
"WebhookPullRequestUnassignedPropAssignee",
|
|
12467
11572
|
"WebhookPullRequestUnassignedPropPullRequest",
|
|
12468
11573
|
"WebhookPullRequestUnassignedPropPullRequestPropAssignee",
|
|
12469
11574
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneesItems",
|
|
@@ -12501,7 +11606,6 @@ else:
|
|
|
12501
11606
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItems",
|
|
12502
11607
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12503
11608
|
"WebhookPullRequestUnlabeled",
|
|
12504
|
-
"WebhookPullRequestUnlabeledPropLabel",
|
|
12505
11609
|
"WebhookPullRequestUnlabeledPropPullRequest",
|
|
12506
11610
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssignee",
|
|
12507
11611
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItems",
|
|
@@ -12633,27 +11737,12 @@ else:
|
|
|
12633
11737
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropRelease",
|
|
12634
11738
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor",
|
|
12635
11739
|
"WebhookReleaseCreated",
|
|
12636
|
-
"WebhookReleaseCreatedPropRelease",
|
|
12637
|
-
"WebhookReleaseCreatedPropReleasePropAuthor",
|
|
12638
|
-
"WebhookReleaseCreatedPropReleasePropReactions",
|
|
12639
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItems",
|
|
12640
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader",
|
|
12641
11740
|
"WebhookReleaseDeleted",
|
|
12642
|
-
"WebhookReleaseDeletedPropRelease",
|
|
12643
|
-
"WebhookReleaseDeletedPropReleasePropAuthor",
|
|
12644
|
-
"WebhookReleaseDeletedPropReleasePropReactions",
|
|
12645
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItems",
|
|
12646
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader",
|
|
12647
11741
|
"WebhookReleaseEdited",
|
|
12648
11742
|
"WebhookReleaseEditedPropChanges",
|
|
12649
11743
|
"WebhookReleaseEditedPropChangesPropBody",
|
|
12650
11744
|
"WebhookReleaseEditedPropChangesPropName",
|
|
12651
11745
|
"WebhookReleaseEditedPropChangesPropMakeLatest",
|
|
12652
|
-
"WebhookReleaseEditedPropRelease",
|
|
12653
|
-
"WebhookReleaseEditedPropReleasePropAuthor",
|
|
12654
|
-
"WebhookReleaseEditedPropReleasePropReactions",
|
|
12655
|
-
"WebhookReleaseEditedPropReleasePropAssetsItems",
|
|
12656
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
|
|
12657
11746
|
"WebhookReleasePrereleased",
|
|
12658
11747
|
"WebhookReleasePrereleasedPropRelease",
|
|
12659
11748
|
"WebhookReleasePrereleasedPropReleasePropAssetsItems",
|
|
@@ -12661,23 +11750,8 @@ else:
|
|
|
12661
11750
|
"WebhookReleasePrereleasedPropReleasePropAuthor",
|
|
12662
11751
|
"WebhookReleasePrereleasedPropReleasePropReactions",
|
|
12663
11752
|
"WebhookReleasePublished",
|
|
12664
|
-
"WebhookReleasePublishedPropRelease",
|
|
12665
|
-
"WebhookReleasePublishedPropReleasePropAssetsItems",
|
|
12666
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
|
|
12667
|
-
"WebhookReleasePublishedPropReleasePropAuthor",
|
|
12668
|
-
"WebhookReleasePublishedPropReleasePropReactions",
|
|
12669
11753
|
"WebhookReleaseReleased",
|
|
12670
|
-
"WebhookReleaseReleasedPropRelease",
|
|
12671
|
-
"WebhookReleaseReleasedPropReleasePropAuthor",
|
|
12672
|
-
"WebhookReleaseReleasedPropReleasePropReactions",
|
|
12673
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItems",
|
|
12674
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
|
|
12675
11754
|
"WebhookReleaseUnpublished",
|
|
12676
|
-
"WebhookReleaseUnpublishedPropRelease",
|
|
12677
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItems",
|
|
12678
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
|
|
12679
|
-
"WebhookReleaseUnpublishedPropReleasePropAuthor",
|
|
12680
|
-
"WebhookReleaseUnpublishedPropReleasePropReactions",
|
|
12681
11755
|
"WebhookRepositoryAdvisoryPublished",
|
|
12682
11756
|
"WebhookRepositoryAdvisoryReported",
|
|
12683
11757
|
"WebhookRepositoryArchived",
|
|
@@ -12725,14 +11799,10 @@ else:
|
|
|
12725
11799
|
"WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser",
|
|
12726
11800
|
"WebhookRepositoryUnarchived",
|
|
12727
11801
|
"WebhookRepositoryVulnerabilityAlertCreate",
|
|
12728
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlert",
|
|
12729
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
|
|
12730
11802
|
"WebhookRepositoryVulnerabilityAlertDismiss",
|
|
12731
11803
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlert",
|
|
12732
11804
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
|
|
12733
11805
|
"WebhookRepositoryVulnerabilityAlertReopen",
|
|
12734
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlert",
|
|
12735
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
|
|
12736
11806
|
"WebhookRepositoryVulnerabilityAlertResolve",
|
|
12737
11807
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlert",
|
|
12738
11808
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
|
|
@@ -12758,23 +11828,7 @@ else:
|
|
|
12758
11828
|
"WebhookSecretScanningAlertRevoked",
|
|
12759
11829
|
"WebhookSecretScanningAlertValidated",
|
|
12760
11830
|
"WebhookSecurityAdvisoryPublished",
|
|
12761
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
|
|
12762
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
|
|
12763
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems",
|
|
12764
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems",
|
|
12765
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems",
|
|
12766
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems",
|
|
12767
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
12768
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
12769
11831
|
"WebhookSecurityAdvisoryUpdated",
|
|
12770
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory",
|
|
12771
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss",
|
|
12772
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems",
|
|
12773
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems",
|
|
12774
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems",
|
|
12775
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems",
|
|
12776
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
12777
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
12778
11832
|
"WebhookSecurityAdvisoryWithdrawn",
|
|
12779
11833
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory",
|
|
12780
11834
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss",
|
|
@@ -12788,49 +11842,13 @@ else:
|
|
|
12788
11842
|
"WebhookSecurityAndAnalysisPropChanges",
|
|
12789
11843
|
"WebhookSecurityAndAnalysisPropChangesPropFrom",
|
|
12790
11844
|
"WebhookSponsorshipCancelled",
|
|
12791
|
-
"WebhookSponsorshipCancelledPropSponsorship",
|
|
12792
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropMaintainer",
|
|
12793
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsor",
|
|
12794
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorable",
|
|
12795
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropTier",
|
|
12796
11845
|
"WebhookSponsorshipCreated",
|
|
12797
|
-
"WebhookSponsorshipCreatedPropSponsorship",
|
|
12798
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropMaintainer",
|
|
12799
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsor",
|
|
12800
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorable",
|
|
12801
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropTier",
|
|
12802
11846
|
"WebhookSponsorshipEdited",
|
|
12803
11847
|
"WebhookSponsorshipEditedPropChanges",
|
|
12804
11848
|
"WebhookSponsorshipEditedPropChangesPropPrivacyLevel",
|
|
12805
|
-
"WebhookSponsorshipEditedPropSponsorship",
|
|
12806
|
-
"WebhookSponsorshipEditedPropSponsorshipPropMaintainer",
|
|
12807
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsor",
|
|
12808
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorable",
|
|
12809
|
-
"WebhookSponsorshipEditedPropSponsorshipPropTier",
|
|
12810
11849
|
"WebhookSponsorshipPendingCancellation",
|
|
12811
|
-
"WebhookSponsorshipPendingCancellationPropSponsorship",
|
|
12812
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer",
|
|
12813
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor",
|
|
12814
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable",
|
|
12815
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropTier",
|
|
12816
11850
|
"WebhookSponsorshipPendingTierChange",
|
|
12817
|
-
"WebhookSponsorshipPendingTierChangePropSponsorship",
|
|
12818
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer",
|
|
12819
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor",
|
|
12820
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable",
|
|
12821
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropTier",
|
|
12822
|
-
"WebhookSponsorshipPendingTierChangePropChanges",
|
|
12823
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTier",
|
|
12824
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom",
|
|
12825
11851
|
"WebhookSponsorshipTierChanged",
|
|
12826
|
-
"WebhookSponsorshipTierChangedPropSponsorship",
|
|
12827
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer",
|
|
12828
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsor",
|
|
12829
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable",
|
|
12830
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropTier",
|
|
12831
|
-
"WebhookSponsorshipTierChangedPropChanges",
|
|
12832
|
-
"WebhookSponsorshipTierChangedPropChangesPropTier",
|
|
12833
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierPropFrom",
|
|
12834
11852
|
"WebhookStarCreated",
|
|
12835
11853
|
"WebhookStarDeleted",
|
|
12836
11854
|
"WebhookStatus",
|
|
@@ -12850,40 +11868,30 @@ else:
|
|
|
12850
11868
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof0",
|
|
12851
11869
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof1",
|
|
12852
11870
|
"WebhookTeamAdd",
|
|
12853
|
-
"WebhookTeamAddPropTeam",
|
|
12854
|
-
"WebhookTeamAddPropTeamPropParent",
|
|
12855
11871
|
"WebhookTeamAddedToRepository",
|
|
12856
11872
|
"WebhookTeamAddedToRepositoryPropRepository",
|
|
12857
11873
|
"WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties",
|
|
12858
11874
|
"WebhookTeamAddedToRepositoryPropRepositoryPropLicense",
|
|
12859
11875
|
"WebhookTeamAddedToRepositoryPropRepositoryPropOwner",
|
|
12860
11876
|
"WebhookTeamAddedToRepositoryPropRepositoryPropPermissions",
|
|
12861
|
-
"WebhookTeamAddedToRepositoryPropTeam",
|
|
12862
|
-
"WebhookTeamAddedToRepositoryPropTeamPropParent",
|
|
12863
11877
|
"WebhookTeamCreated",
|
|
12864
11878
|
"WebhookTeamCreatedPropRepository",
|
|
12865
11879
|
"WebhookTeamCreatedPropRepositoryPropCustomProperties",
|
|
12866
11880
|
"WebhookTeamCreatedPropRepositoryPropLicense",
|
|
12867
11881
|
"WebhookTeamCreatedPropRepositoryPropOwner",
|
|
12868
11882
|
"WebhookTeamCreatedPropRepositoryPropPermissions",
|
|
12869
|
-
"WebhookTeamCreatedPropTeam",
|
|
12870
|
-
"WebhookTeamCreatedPropTeamPropParent",
|
|
12871
11883
|
"WebhookTeamDeleted",
|
|
12872
11884
|
"WebhookTeamDeletedPropRepository",
|
|
12873
11885
|
"WebhookTeamDeletedPropRepositoryPropCustomProperties",
|
|
12874
11886
|
"WebhookTeamDeletedPropRepositoryPropLicense",
|
|
12875
11887
|
"WebhookTeamDeletedPropRepositoryPropOwner",
|
|
12876
11888
|
"WebhookTeamDeletedPropRepositoryPropPermissions",
|
|
12877
|
-
"WebhookTeamDeletedPropTeam",
|
|
12878
|
-
"WebhookTeamDeletedPropTeamPropParent",
|
|
12879
11889
|
"WebhookTeamEdited",
|
|
12880
11890
|
"WebhookTeamEditedPropRepository",
|
|
12881
11891
|
"WebhookTeamEditedPropRepositoryPropCustomProperties",
|
|
12882
11892
|
"WebhookTeamEditedPropRepositoryPropLicense",
|
|
12883
11893
|
"WebhookTeamEditedPropRepositoryPropOwner",
|
|
12884
11894
|
"WebhookTeamEditedPropRepositoryPropPermissions",
|
|
12885
|
-
"WebhookTeamEditedPropTeam",
|
|
12886
|
-
"WebhookTeamEditedPropTeamPropParent",
|
|
12887
11895
|
"WebhookTeamEditedPropChanges",
|
|
12888
11896
|
"WebhookTeamEditedPropChangesPropDescription",
|
|
12889
11897
|
"WebhookTeamEditedPropChangesPropName",
|
|
@@ -12898,8 +11906,6 @@ else:
|
|
|
12898
11906
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense",
|
|
12899
11907
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner",
|
|
12900
11908
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions",
|
|
12901
|
-
"WebhookTeamRemovedFromRepositoryPropTeam",
|
|
12902
|
-
"WebhookTeamRemovedFromRepositoryPropTeamPropParent",
|
|
12903
11909
|
"WebhookWatchStarted",
|
|
12904
11910
|
"WebhookWorkflowDispatch",
|
|
12905
11911
|
"WebhookWorkflowDispatchPropInputs",
|
|
@@ -12924,7 +11930,6 @@ else:
|
|
|
12924
11930
|
"WebhookWorkflowJobWaitingPropWorkflowJob",
|
|
12925
11931
|
"WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems",
|
|
12926
11932
|
"WebhookWorkflowRunCompleted",
|
|
12927
|
-
"WebhookWorkflowRunCompletedPropWorkflow",
|
|
12928
11933
|
"WebhookWorkflowRunCompletedPropWorkflowRun",
|
|
12929
11934
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
|
|
12930
11935
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -12942,7 +11947,6 @@ else:
|
|
|
12942
11947
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12943
11948
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
12944
11949
|
"WebhookWorkflowRunInProgress",
|
|
12945
|
-
"WebhookWorkflowRunInProgressPropWorkflow",
|
|
12946
11950
|
"WebhookWorkflowRunInProgressPropWorkflowRun",
|
|
12947
11951
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
|
|
12948
11952
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -12960,7 +11964,6 @@ else:
|
|
|
12960
11964
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12961
11965
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
12962
11966
|
"WebhookWorkflowRunRequested",
|
|
12963
|
-
"WebhookWorkflowRunRequestedPropWorkflow",
|
|
12964
11967
|
"WebhookWorkflowRunRequestedPropWorkflowRun",
|
|
12965
11968
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropActor",
|
|
12966
11969
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -13186,6 +12189,9 @@ else:
|
|
|
13186
12189
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
|
|
13187
12190
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
|
|
13188
12191
|
"ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",
|
|
12192
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
|
|
12193
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
|
|
12194
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
|
|
13189
12195
|
"ReposOwnerRepoCodeScanningSarifsPostBody",
|
|
13190
12196
|
"ReposOwnerRepoCodespacesGetResponse200",
|
|
13191
12197
|
"ReposOwnerRepoCodespacesPostBody",
|