GitHubKit 0.11.4__py3-none-any.whl → 0.11.6__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/auth/_url.py +2 -1
- githubkit/core.py +5 -4
- githubkit/exception.py +2 -2
- githubkit/github.py +6 -6
- githubkit/lazy_module.py +6 -5
- githubkit/paginator.py +22 -14
- githubkit/response.py +13 -1
- githubkit/rest/__init__.py +609 -1611
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +4773 -5843
- 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_0008.py +5 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0011.py +3 -0
- 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 +31 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0058.py +12 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0059.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +37 -95
- githubkit/versions/ghec_v2022_11_28/models/group_0061.py +19 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0062.py +13 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0063.py +88 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0064.py +34 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0065.py +65 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0066.py +60 -106
- githubkit/versions/ghec_v2022_11_28/models/group_0067.py +35 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0068.py +52 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0069.py +121 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0070.py +31 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0071.py +30 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0072.py +7 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0073.py +20 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0074.py +19 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0075.py +20 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0076.py +31 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0077.py +44 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0078.py +69 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0079.py +140 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0080.py +25 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0081.py +16 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0082.py +32 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0083.py +103 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0084.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0085.py +7 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0086.py +13 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0087.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0088.py +18 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0089.py +144 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0090.py +14 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0091.py +45 -95
- githubkit/versions/ghec_v2022_11_28/models/group_0092.py +26 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0093.py +38 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0094.py +111 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0095.py +45 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0096.py +16 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0097.py +17 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0098.py +7 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0099.py +21 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0100.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0101.py +16 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0102.py +22 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0103.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0104.py +25 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0105.py +10 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0106.py +18 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0107.py +22 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0108.py +28 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0109.py +8 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0110.py +30 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0111.py +48 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0112.py +76 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0113.py +79 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0114.py +30 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0115.py +39 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0116.py +10 -181
- githubkit/versions/ghec_v2022_11_28/models/group_0117.py +13 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0118.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0119.py +178 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0120.py +19 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +10 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0122.py +15 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0123.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0124.py +20 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0125.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0126.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0128.py +29 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0129.py +13 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0131.py +16 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0132.py +94 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0133.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0135.py +34 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0136.py +17 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0137.py +7 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0138.py +10 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0139.py +19 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0140.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0141.py +26 -10
- 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 +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0151.py +12 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0152.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0153.py +10 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0154.py +25 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0155.py +12 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0156.py +25 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0157.py +18 -175
- githubkit/versions/ghec_v2022_11_28/models/group_0158.py +119 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0159.py +34 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0160.py +78 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0161.py +21 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0162.py +181 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0163.py +27 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0164.py +104 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0165.py +28 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0166.py +21 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0167.py +14 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0168.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0169.py +47 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0170.py +148 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0171.py +25 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0172.py +12 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0173.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0174.py +8 -90
- githubkit/versions/ghec_v2022_11_28/models/group_0175.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0176.py +19 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0177.py +35 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0178.py +28 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0179.py +88 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0180.py +17 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0181.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0182.py +10 -100
- githubkit/versions/ghec_v2022_11_28/models/group_0183.py +11 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0184.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0185.py +51 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0186.py +32 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0187.py +87 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0188.py +31 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0189.py +8 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0190.py +15 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0191.py +49 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0192.py +48 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0193.py +88 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0194.py +40 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0195.py +25 -123
- githubkit/versions/ghec_v2022_11_28/models/group_0196.py +11 -168
- githubkit/versions/ghec_v2022_11_28/models/group_0197.py +10 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0198.py +30 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0199.py +47 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0200.py +122 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0201.py +158 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0202.py +19 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0203.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0204.py +9 -156
- githubkit/versions/ghec_v2022_11_28/models/group_0205.py +21 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0206.py +37 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0207.py +25 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0208.py +22 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0209.py +154 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0210.py +21 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0211.py +27 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0212.py +27 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0213.py +63 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0214.py +17 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0215.py +66 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0216.py +31 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0217.py +50 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0218.py +87 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0219.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0220.py +14 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0221.py +26 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0222.py +14 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0223.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0224.py +47 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0225.py +32 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0226.py +22 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0227.py +47 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0228.py +42 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0229.py +29 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0230.py +11 -82
- githubkit/versions/ghec_v2022_11_28/models/group_0231.py +11 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0232.py +20 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0233.py +24 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0234.py +8 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0235.py +24 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0236.py +55 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0237.py +48 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0238.py +15 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0239.py +9 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +17 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0241.py +82 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0242.py +21 -104
- githubkit/versions/ghec_v2022_11_28/models/group_0243.py +18 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0244.py +35 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0245.py +18 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0246.py +40 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0247.py +22 -116
- githubkit/versions/ghec_v2022_11_28/models/group_0248.py +64 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0249.py +33 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0250.py +30 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0251.py +25 -69
- githubkit/versions/ghec_v2022_11_28/models/group_0252.py +30 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0253.py +108 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0254.py +26 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0255.py +52 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0256.py +17 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0257.py +30 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0258.py +120 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0259.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0260.py +22 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0261.py +40 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0262.py +72 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0263.py +38 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0264.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0265.py +67 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0266.py +17 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0267.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0268.py +8 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0269.py +7 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0270.py +17 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0271.py +46 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0272.py +6 -133
- githubkit/versions/ghec_v2022_11_28/models/group_0273.py +14 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0274.py +72 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0275.py +22 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0276.py +36 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0278.py +8 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0279.py +31 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0280.py +60 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0281.py +13 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0282.py +9 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0283.py +127 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0284.py +15 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0285.py +15 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0286.py +13 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0287.py +11 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0288.py +27 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0289.py +28 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0290.py +28 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0291.py +30 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0292.py +26 -76
- githubkit/versions/ghec_v2022_11_28/models/group_0293.py +23 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0294.py +17 -142
- githubkit/versions/ghec_v2022_11_28/models/group_0295.py +28 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0296.py +28 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0297.py +27 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0298.py +36 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0299.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0300.py +47 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0301.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0302.py +9 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0303.py +74 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0304.py +65 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0305.py +139 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0306.py +21 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0307.py +19 -88
- githubkit/versions/ghec_v2022_11_28/models/group_0308.py +15 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0309.py +13 -196
- githubkit/versions/ghec_v2022_11_28/models/group_0310.py +7 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0311.py +26 -130
- githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0313.py +78 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0314.py +25 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0315.py +7 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0316.py +13 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0317.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0318.py +87 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0319.py +79 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0320.py +201 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0321.py +44 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0322.py +134 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0323.py +13 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0324.py +10 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0325.py +13 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0326.py +62 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0327.py +66 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0328.py +8 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0329.py +24 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0330.py +41 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0331.py +9 -23
- 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 +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0335.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0336.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0337.py +15 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0338.py +12 -108
- githubkit/versions/ghec_v2022_11_28/models/group_0339.py +14 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0340.py +15 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0341.py +19 -13
- 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 +21 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0346.py +24 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0347.py +20 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0348.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0349.py +67 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0350.py +112 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0351.py +87 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0352.py +125 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0353.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0354.py +15 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0355.py +27 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0356.py +7 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0357.py +16 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0358.py +18 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0359.py +11 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0360.py +9 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0361.py +8 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0362.py +18 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0363.py +10 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0364.py +9 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0365.py +14 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0366.py +26 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0367.py +15 -121
- githubkit/versions/ghec_v2022_11_28/models/group_0368.py +67 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0369.py +21 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0370.py +24 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0371.py +19 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0372.py +23 -98
- githubkit/versions/ghec_v2022_11_28/models/group_0373.py +22 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0374.py +27 -128
- githubkit/versions/ghec_v2022_11_28/models/group_0375.py +60 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0376.py +14 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0377.py +7 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0378.py +60 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0379.py +119 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0380.py +17 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0381.py +41 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0382.py +50 -63
- githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0384.py +96 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0385.py +33 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0386.py +130 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0387.py +85 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0388.py +59 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0389.py +65 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0390.py +10 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0391.py +33 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0392.py +148 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0393.py +11 -358
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +65 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0395.py +11 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0396.py +31 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0397.py +6 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0398.py +6 -137
- githubkit/versions/ghec_v2022_11_28/models/group_0399.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0400.py +14 -171
- githubkit/versions/ghec_v2022_11_28/models/group_0401.py +10 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0402.py +23 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0403.py +13 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0404.py +27 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0405.py +340 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0406.py +35 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0407.py +52 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0408.py +18 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0409.py +138 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0410.py +45 -142
- githubkit/versions/ghec_v2022_11_28/models/group_0411.py +63 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0412.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0413.py +20 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0414.py +65 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0415.py +12 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0416.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0417.py +78 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0418.py +141 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0419.py +46 -361
- githubkit/versions/ghec_v2022_11_28/models/group_0420.py +11 -391
- githubkit/versions/ghec_v2022_11_28/models/group_0421.py +8 -390
- githubkit/versions/ghec_v2022_11_28/models/group_0422.py +9 -208
- githubkit/versions/ghec_v2022_11_28/models/group_0423.py +57 -174
- githubkit/versions/ghec_v2022_11_28/models/group_0424.py +18 -184
- githubkit/versions/ghec_v2022_11_28/models/group_0425.py +358 -136
- githubkit/versions/ghec_v2022_11_28/models/group_0426.py +47 -173
- githubkit/versions/ghec_v2022_11_28/models/group_0427.py +382 -144
- githubkit/versions/ghec_v2022_11_28/models/group_0428.py +6 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0429.py +47 -56
- githubkit/versions/ghec_v2022_11_28/models/group_0430.py +47 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0431.py +48 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0432.py +14 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0433.py +60 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0434.py +49 -48
- githubkit/versions/ghec_v2022_11_28/models/group_0435.py +170 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0436.py +54 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0437.py +50 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0438.py +20 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0439.py +30 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0440.py +23 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0441.py +22 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0442.py +110 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0443.py +31 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0444.py +840 -459
- githubkit/versions/ghec_v2022_11_28/models/group_0445.py +155 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0446.py +48 -495
- githubkit/versions/ghec_v2022_11_28/models/group_0447.py +70 -468
- githubkit/versions/ghec_v2022_11_28/models/group_0448.py +65 -446
- githubkit/versions/ghec_v2022_11_28/models/group_0449.py +25 -948
- githubkit/versions/ghec_v2022_11_28/models/group_0450.py +48 -108
- githubkit/versions/ghec_v2022_11_28/models/group_0451.py +88 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0452.py +118 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0453.py +32 -116
- githubkit/versions/ghec_v2022_11_28/models/group_0454.py +43 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0455.py +11 -116
- githubkit/versions/ghec_v2022_11_28/models/group_0456.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0457.py +15 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0458.py +15 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0459.py +119 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0460.py +17 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0461.py +17 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0463.py +22 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0464.py +44 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0465.py +20 -99
- githubkit/versions/ghec_v2022_11_28/models/group_0466.py +8 -59
- githubkit/versions/ghec_v2022_11_28/models/group_0467.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0468.py +8 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0469.py +34 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0470.py +7 -177
- githubkit/versions/ghec_v2022_11_28/models/group_0471.py +26 -170
- githubkit/versions/ghec_v2022_11_28/models/group_0472.py +9 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0473.py +370 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0474.py +389 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0475.py +357 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0476.py +155 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +181 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0478.py +159 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0479.py +149 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0480.py +153 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0481.py +148 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0482.py +96 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0483.py +30 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0484.py +15 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0485.py +35 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0486.py +29 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +33 -159
- githubkit/versions/ghec_v2022_11_28/models/group_0488.py +41 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0489.py +37 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0490.py +44 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0491.py +32 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0492.py +35 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0493.py +32 -149
- githubkit/versions/ghec_v2022_11_28/models/group_0494.py +44 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0495.py +35 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0496.py +13 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0497.py +34 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0498.py +583 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0499.py +40 -158
- githubkit/versions/ghec_v2022_11_28/models/group_0500.py +418 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0501.py +430 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0502.py +481 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0503.py +888 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0504.py +39 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0505.py +62 -138
- githubkit/versions/ghec_v2022_11_28/models/group_0506.py +46 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0507.py +39 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0508.py +18 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0509.py +52 -81
- githubkit/versions/ghec_v2022_11_28/models/group_0510.py +33 -143
- githubkit/versions/ghec_v2022_11_28/models/group_0511.py +31 -160
- githubkit/versions/ghec_v2022_11_28/models/group_0512.py +59 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0513.py +41 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0514.py +46 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0515.py +35 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0516.py +37 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0517.py +35 -148
- githubkit/versions/ghec_v2022_11_28/models/group_0518.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0519.py +28 -79
- githubkit/versions/ghec_v2022_11_28/models/group_0520.py +16 -479
- githubkit/versions/ghec_v2022_11_28/models/group_0521.py +14 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0522.py +32 -186
- githubkit/versions/ghec_v2022_11_28/models/group_0523.py +30 -195
- githubkit/versions/ghec_v2022_11_28/models/group_0524.py +150 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0525.py +161 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0526.py +9 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0527.py +116 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0528.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0529.py +45 -109
- githubkit/versions/ghec_v2022_11_28/models/group_0530.py +42 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0531.py +36 -80
- githubkit/versions/ghec_v2022_11_28/models/group_0532.py +20 -444
- githubkit/versions/ghec_v2022_11_28/models/group_0533.py +37 -511
- githubkit/versions/ghec_v2022_11_28/models/group_0534.py +35 -495
- githubkit/versions/ghec_v2022_11_28/models/group_0535.py +20 -472
- githubkit/versions/ghec_v2022_11_28/models/group_0536.py +59 -407
- githubkit/versions/ghec_v2022_11_28/models/group_0537.py +20 -510
- githubkit/versions/ghec_v2022_11_28/models/group_0538.py +20 -1093
- githubkit/versions/ghec_v2022_11_28/models/group_0539.py +22 -394
- githubkit/versions/ghec_v2022_11_28/models/group_0540.py +39 -363
- githubkit/versions/ghec_v2022_11_28/models/group_0541.py +41 -993
- githubkit/versions/ghec_v2022_11_28/models/group_0542.py +11 -458
- githubkit/versions/ghec_v2022_11_28/models/group_0543.py +4 -468
- githubkit/versions/ghec_v2022_11_28/models/group_0544.py +10 -442
- githubkit/versions/ghec_v2022_11_28/models/group_0545.py +21 -392
- githubkit/versions/ghec_v2022_11_28/models/group_0546.py +84 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0547.py +134 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0548.py +23 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0549.py +79 -140
- githubkit/versions/ghec_v2022_11_28/models/group_0550.py +20 -115
- githubkit/versions/ghec_v2022_11_28/models/group_0551.py +138 -136
- githubkit/versions/ghec_v2022_11_28/models/group_0552.py +150 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0553.py +47 -131
- githubkit/versions/ghec_v2022_11_28/models/group_0554.py +6 -87
- githubkit/versions/ghec_v2022_11_28/models/group_0555.py +27 -103
- githubkit/versions/ghec_v2022_11_28/models/group_0556.py +61 -41
- githubkit/versions/ghec_v2022_11_28/models/group_0557.py +80 -149
- githubkit/versions/ghec_v2022_11_28/models/group_0558.py +106 -107
- githubkit/versions/ghec_v2022_11_28/models/group_0559.py +33 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0560.py +78 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0561.py +27 -105
- githubkit/versions/ghec_v2022_11_28/models/group_0562.py +109 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0563.py +128 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0564.py +31 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0565.py +3 -126
- githubkit/versions/ghec_v2022_11_28/models/group_0566.py +7 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0567.py +62 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0568.py +86 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0569.py +124 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0570.py +23 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0571.py +79 -122
- githubkit/versions/ghec_v2022_11_28/models/group_0572.py +19 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0573.py +17 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0574.py +186 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0575.py +196 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0576.py +6 -46
- githubkit/versions/ghec_v2022_11_28/models/group_0577.py +24 -544
- githubkit/versions/ghec_v2022_11_28/models/group_0578.py +79 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0579.py +86 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0580.py +10 -159
- githubkit/versions/ghec_v2022_11_28/models/group_0581.py +88 -65
- githubkit/versions/ghec_v2022_11_28/models/group_0582.py +27 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0583.py +82 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0584.py +454 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0585.py +473 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0586.py +492 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0587.py +456 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0588.py +461 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0589.py +406 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0590.py +1058 -31
- githubkit/versions/ghec_v2022_11_28/models/group_0591.py +20 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0592.py +408 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0593.py +639 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0594.py +41 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0595.py +47 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0596.py +399 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0597.py +18 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0598.py +16 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0599.py +15 -54
- githubkit/versions/ghec_v2022_11_28/models/group_0600.py +63 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0601.py +20 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0602.py +69 -62
- githubkit/versions/ghec_v2022_11_28/models/group_0603.py +65 -96
- githubkit/versions/ghec_v2022_11_28/models/group_0604.py +69 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0605.py +30 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0606.py +68 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0607.py +64 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0608.py +22 -70
- githubkit/versions/ghec_v2022_11_28/models/group_0609.py +55 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0610.py +55 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0611.py +22 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0612.py +26 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0613.py +105 -50
- githubkit/versions/ghec_v2022_11_28/models/group_0614.py +26 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0615.py +26 -36
- githubkit/versions/ghec_v2022_11_28/models/group_0616.py +25 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0617.py +70 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0618.py +16 -1149
- githubkit/versions/ghec_v2022_11_28/models/group_0619.py +16 -1179
- githubkit/versions/ghec_v2022_11_28/models/group_0620.py +16 -1171
- githubkit/versions/ghec_v2022_11_28/models/group_0621.py +18 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0622.py +18 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0623.py +41 -1116
- githubkit/versions/ghec_v2022_11_28/models/group_0624.py +19 -1121
- githubkit/versions/ghec_v2022_11_28/models/group_0625.py +31 -73
- githubkit/versions/ghec_v2022_11_28/models/group_0626.py +28 -1130
- githubkit/versions/ghec_v2022_11_28/models/group_0627.py +17 -1134
- githubkit/versions/ghec_v2022_11_28/models/group_0628.py +28 -1092
- githubkit/versions/ghec_v2022_11_28/models/group_0629.py +400 -1015
- githubkit/versions/ghec_v2022_11_28/models/group_0630.py +14 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0631.py +69 -43
- githubkit/versions/ghec_v2022_11_28/models/group_0632.py +159 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -1295
- githubkit/versions/ghec_v2022_11_28/models/group_0634.py +18 -1338
- githubkit/versions/ghec_v2022_11_28/models/group_0635.py +18 -1351
- githubkit/versions/ghec_v2022_11_28/models/group_0636.py +19 -1216
- githubkit/versions/ghec_v2022_11_28/models/group_0637.py +22 -1158
- githubkit/versions/ghec_v2022_11_28/models/group_0638.py +17 -1269
- githubkit/versions/ghec_v2022_11_28/models/group_0639.py +34 -1286
- githubkit/versions/ghec_v2022_11_28/models/group_0640.py +7 -1264
- githubkit/versions/ghec_v2022_11_28/models/group_0641.py +26 -1257
- githubkit/versions/ghec_v2022_11_28/models/group_0642.py +15 -1208
- githubkit/versions/ghec_v2022_11_28/models/group_0643.py +31 -1279
- githubkit/versions/ghec_v2022_11_28/models/group_0644.py +27 -1308
- githubkit/versions/ghec_v2022_11_28/models/group_0645.py +42 -1097
- githubkit/versions/ghec_v2022_11_28/models/group_0646.py +18 -1159
- githubkit/versions/ghec_v2022_11_28/models/group_0647.py +23 -1144
- githubkit/versions/ghec_v2022_11_28/models/group_0648.py +15 -1112
- githubkit/versions/ghec_v2022_11_28/models/group_0649.py +18 -374
- githubkit/versions/ghec_v2022_11_28/models/group_0650.py +15 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0651.py +60 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0652.py +45 -598
- githubkit/versions/ghec_v2022_11_28/models/group_0653.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0654.py +42 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0655.py +75 -174
- githubkit/versions/ghec_v2022_11_28/models/group_0656.py +15 -156
- githubkit/versions/ghec_v2022_11_28/models/group_0657.py +13 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0658.py +17 -210
- githubkit/versions/ghec_v2022_11_28/models/group_0659.py +14 -169
- githubkit/versions/ghec_v2022_11_28/models/group_0660.py +66 -163
- githubkit/versions/ghec_v2022_11_28/models/group_0661.py +16 -167
- githubkit/versions/ghec_v2022_11_28/models/group_0662.py +32 -165
- githubkit/versions/ghec_v2022_11_28/models/group_0663.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0664.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0665.py +55 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0666.py +37 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0667.py +14 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0668.py +15 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0669.py +9 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0670.py +1122 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1176 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0672.py +1168 -11
- 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 +19 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0676.py +1119 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0677.py +92 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0678.py +1139 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0679.py +1101 -61
- githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1127 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0681.py +44 -114
- githubkit/versions/ghec_v2022_11_28/models/group_0682.py +14 -95
- githubkit/versions/ghec_v2022_11_28/models/group_0683.py +13 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0684.py +14 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1296 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1116 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1107 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1208 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0689.py +981 -198
- githubkit/versions/ghec_v2022_11_28/models/group_0690.py +1284 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0691.py +1284 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0692.py +1241 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0693.py +1265 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0694.py +1115 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0695.py +1261 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0696.py +1262 -83
- githubkit/versions/ghec_v2022_11_28/models/group_0697.py +1089 -86
- githubkit/versions/ghec_v2022_11_28/models/group_0698.py +1144 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0699.py +1149 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0700.py +1133 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0701.py +333 -102
- githubkit/versions/ghec_v2022_11_28/models/group_0702.py +13 -139
- githubkit/versions/ghec_v2022_11_28/models/group_0703.py +54 -176
- githubkit/versions/ghec_v2022_11_28/models/group_0704.py +565 -142
- githubkit/versions/ghec_v2022_11_28/models/group_0705.py +13 -185
- githubkit/versions/ghec_v2022_11_28/models/group_0706.py +48 -200
- githubkit/versions/ghec_v2022_11_28/models/group_0707.py +185 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0708.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +16 -206
- githubkit/versions/ghec_v2022_11_28/models/group_0710.py +87 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0711.py +182 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0712.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0713.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0714.py +18 -78
- githubkit/versions/ghec_v2022_11_28/models/group_0715.py +21 -277
- githubkit/versions/ghec_v2022_11_28/models/group_0716.py +23 -276
- githubkit/versions/ghec_v2022_11_28/models/group_0717.py +18 -277
- githubkit/versions/ghec_v2022_11_28/models/group_0718.py +17 -380
- githubkit/versions/ghec_v2022_11_28/models/group_0719.py +17 -279
- githubkit/versions/ghec_v2022_11_28/models/group_0720.py +33 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0721.py +60 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0722.py +11 -89
- githubkit/versions/ghec_v2022_11_28/models/group_0723.py +31 -68
- githubkit/versions/ghec_v2022_11_28/models/group_0724.py +32 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0725.py +30 -75
- githubkit/versions/ghec_v2022_11_28/models/group_0726.py +36 -58
- githubkit/versions/ghec_v2022_11_28/models/group_0727.py +37 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0728.py +20 -67
- githubkit/versions/ghec_v2022_11_28/models/group_0729.py +28 -84
- githubkit/versions/ghec_v2022_11_28/models/group_0730.py +13 -496
- githubkit/versions/ghec_v2022_11_28/models/group_0731.py +63 -455
- githubkit/versions/ghec_v2022_11_28/models/group_0732.py +83 -494
- githubkit/versions/ghec_v2022_11_28/models/group_0733.py +123 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0734.py +122 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0735.py +30 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0736.py +49 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0737.py +93 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0738.py +42 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0739.py +101 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0740.py +40 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0741.py +295 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0742.py +6 -33
- githubkit/versions/ghec_v2022_11_28/models/group_0743.py +50 -10
- 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 +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0747.py +34 -28
- githubkit/versions/ghec_v2022_11_28/models/group_0748.py +149 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0749.py +27 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0750.py +10 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0752.py +45 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0753.py +39 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0754.py +61 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0755.py +38 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0756.py +44 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0757.py +47 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0758.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0759.py +39 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0760.py +231 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0761.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0762.py +11 -38
- githubkit/versions/ghec_v2022_11_28/models/group_0763.py +13 -26
- githubkit/versions/ghec_v2022_11_28/models/group_0764.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0765.py +36 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0766.py +240 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0767.py +237 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0768.py +241 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0769.py +338 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0770.py +235 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0771.py +32 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0772.py +47 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0773.py +113 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0774.py +72 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0775.py +54 -117
- githubkit/versions/ghec_v2022_11_28/models/group_0776.py +100 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0777.py +63 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0778.py +52 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0779.py +91 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0780.py +81 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0781.py +471 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0782.py +467 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0783.py +479 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0784.py +34 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0785.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0787.py +4 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0788.py +15 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0789.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0790.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0791.py +6 -29
- githubkit/versions/ghec_v2022_11_28/models/group_0792.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0793.py +37 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0794.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0795.py +10 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0796.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0797.py +7 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0798.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0799.py +30 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0800.py +24 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0801.py +15 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0802.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0803.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0804.py +7 -35
- githubkit/versions/ghec_v2022_11_28/models/group_0805.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0806.py +19 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0807.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0808.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0809.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0810.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0811.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0812.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0813.py +40 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0814.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0815.py +14 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0816.py +12 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0817.py +10 -25
- githubkit/versions/ghec_v2022_11_28/models/group_0818.py +25 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0820.py +34 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0821.py +5 -44
- githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0823.py +4 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0825.py +19 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0826.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0827.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0828.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0829.py +10 -39
- githubkit/versions/ghec_v2022_11_28/models/group_0830.py +113 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0831.py +24 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0832.py +11 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0833.py +13 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0834.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0835.py +35 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0836.py +26 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0837.py +21 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0838.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0839.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0840.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0841.py +7 -30
- githubkit/versions/ghec_v2022_11_28/models/group_0842.py +7 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -110
- githubkit/versions/ghec_v2022_11_28/models/group_0844.py +8 -71
- githubkit/versions/ghec_v2022_11_28/models/group_0845.py +9 -72
- githubkit/versions/ghec_v2022_11_28/models/group_0846.py +25 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0847.py +15 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0848.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0849.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0850.py +35 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0851.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0852.py +16 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0853.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0854.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0855.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0856.py +16 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0857.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0858.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0859.py +29 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0860.py +18 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0861.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0862.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0863.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0864.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0865.py +8 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0866.py +7 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0867.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0868.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0869.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0871.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0872.py +33 -4
- githubkit/versions/ghec_v2022_11_28/models/group_0873.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0874.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0875.py +7 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0876.py +40 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0877.py +47 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0878.py +18 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0879.py +8 -225
- githubkit/versions/ghec_v2022_11_28/models/group_0880.py +4 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0881.py +23 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0882.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_0883.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0884.py +46 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0885.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0886.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0887.py +7 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0888.py +4 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0889.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0890.py +21 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0891.py +15 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0892.py +13 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0893.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0894.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0895.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0896.py +29 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0897.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0898.py +112 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0899.py +81 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0900.py +84 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0901.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0902.py +30 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0903.py +9 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0904.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0905.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0906.py +5 -209
- githubkit/versions/ghec_v2022_11_28/models/group_0907.py +10 -85
- githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -40
- githubkit/versions/ghec_v2022_11_28/models/group_0909.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0910.py +10 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0911.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0912.py +8 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0913.py +9 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0914.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0915.py +11 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0916.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0917.py +13 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0918.py +14 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0919.py +4 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0920.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0921.py +25 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0922.py +5 -105
- githubkit/versions/ghec_v2022_11_28/models/group_0923.py +7 -55
- githubkit/versions/ghec_v2022_11_28/models/group_0924.py +9 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0925.py +23 -100
- githubkit/versions/ghec_v2022_11_28/models/group_0926.py +8 -57
- githubkit/versions/ghec_v2022_11_28/models/group_0927.py +5 -64
- githubkit/versions/ghec_v2022_11_28/models/group_0928.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0929.py +17 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -42
- githubkit/versions/ghec_v2022_11_28/models/group_0933.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0934.py +205 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0935.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0936.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0937.py +12 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0939.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_0940.py +11 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0941.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0942.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0943.py +9 -16
- githubkit/versions/ghec_v2022_11_28/models/group_0944.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0945.py +9 -60
- githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0948.py +7 -21
- githubkit/versions/ghec_v2022_11_28/models/group_0949.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0950.py +8 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0951.py +7 -47
- githubkit/versions/ghec_v2022_11_28/models/group_0952.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0953.py +9 -32
- githubkit/versions/ghec_v2022_11_28/models/group_0954.py +10 -27
- githubkit/versions/ghec_v2022_11_28/models/group_0955.py +6 -49
- githubkit/versions/ghec_v2022_11_28/models/group_0956.py +6 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0957.py +32 -12
- githubkit/versions/ghec_v2022_11_28/models/group_0958.py +25 -20
- githubkit/versions/ghec_v2022_11_28/models/group_0959.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0960.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0961.py +213 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0962.py +94 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0963.py +45 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0964.py +17 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0965.py +17 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0966.py +12 -66
- githubkit/versions/ghec_v2022_11_28/models/group_0967.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0968.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0969.py +11 -37
- githubkit/versions/ghec_v2022_11_28/models/group_0970.py +14 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0971.py +10 -45
- githubkit/versions/ghec_v2022_11_28/models/group_0972.py +16 -34
- githubkit/versions/ghec_v2022_11_28/models/group_0973.py +10 -19
- githubkit/versions/ghec_v2022_11_28/models/group_0974.py +12 -24
- githubkit/versions/ghec_v2022_11_28/models/group_0975.py +12 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0976.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0977.py +103 -7
- githubkit/versions/ghec_v2022_11_28/models/group_0978.py +59 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0979.py +55 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0980.py +87 -23
- githubkit/versions/ghec_v2022_11_28/models/group_0981.py +58 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0982.py +58 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0983.py +5 -51
- githubkit/versions/ghec_v2022_11_28/models/group_0984.py +24 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0985.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0986.py +24 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0987.py +22 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0988.py +28 -22
- githubkit/versions/ghec_v2022_11_28/models/group_0989.py +31 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0990.py +33 -8
- githubkit/versions/ghec_v2022_11_28/models/group_0991.py +7 -18
- githubkit/versions/ghec_v2022_11_28/models/group_0992.py +49 -5
- githubkit/versions/ghec_v2022_11_28/models/group_0993.py +23 -11
- githubkit/versions/ghec_v2022_11_28/models/group_0994.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_0995.py +24 -9
- githubkit/versions/ghec_v2022_11_28/models/group_0996.py +24 -17
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -13
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +8 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +11 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +59 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +50 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +16 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +28 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +9 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +10 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +41 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +5 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +30 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +23 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +38 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +38 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +21 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +14 -39
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +10 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +6 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +10 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +11 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +64 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +36 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +37 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +43 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +18 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +20 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +20 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +18 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +6 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +11 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +30 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +44 -58
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -61
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +7 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +5 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +21 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +19 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +5 -51
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +10 -47
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +8 -64
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +8 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +7 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +16 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +18 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +15 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +26 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +26 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +24 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +35 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +21 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +32 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +31 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +45 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +5 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +24 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +9 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +9 -85
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +44 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +57 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +53 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +95 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +96 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +41 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +27 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +42 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +71 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +87 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +49 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +25 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +37 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +31 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +28 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +47 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +50 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +70 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +67 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +54 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +38 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +30 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +21 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +33 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +59 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +32 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +110 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +34 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1148.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/billing.py +466 -1
- 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 +96 -44
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +4818 -5854
- 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_0008.py +2 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0011.py +1 -0
- 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 +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0058.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0059.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +19 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0061.py +19 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0062.py +15 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0063.py +81 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0064.py +28 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0065.py +51 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0066.py +40 -101
- githubkit/versions/ghec_v2022_11_28/types/group_0067.py +32 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0068.py +47 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0069.py +107 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0070.py +25 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0071.py +26 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0072.py +7 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0073.py +20 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0074.py +21 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0075.py +19 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0076.py +21 -130
- githubkit/versions/ghec_v2022_11_28/types/group_0077.py +39 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0078.py +53 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0079.py +129 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0080.py +22 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0081.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0082.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0083.py +79 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0084.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0085.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0086.py +8 -85
- githubkit/versions/ghec_v2022_11_28/types/group_0087.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0088.py +13 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0089.py +81 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0090.py +12 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0091.py +24 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0092.py +20 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0093.py +36 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0094.py +77 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0095.py +21 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0096.py +8 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0097.py +8 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0098.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0099.py +19 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0100.py +31 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0101.py +11 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0102.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0103.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0104.py +23 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0105.py +11 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0106.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0107.py +17 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0108.py +22 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0109.py +7 -58
- githubkit/versions/ghec_v2022_11_28/types/group_0110.py +17 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0111.py +37 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0112.py +56 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0113.py +51 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0114.py +25 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0115.py +15 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0116.py +8 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0117.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0118.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0119.py +142 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0120.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0121.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0122.py +7 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0123.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0124.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0125.py +9 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0127.py +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0128.py +18 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0129.py +13 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0130.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0131.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0132.py +81 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0133.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0134.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0135.py +27 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0136.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0137.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0138.py +9 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0139.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0141.py +16 -8
- 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 +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0151.py +8 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0152.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0153.py +9 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0154.py +19 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0155.py +11 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0156.py +17 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0157.py +13 -123
- githubkit/versions/ghec_v2022_11_28/types/group_0158.py +104 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -101
- githubkit/versions/ghec_v2022_11_28/types/group_0160.py +41 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0161.py +22 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0162.py +126 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0163.py +20 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0164.py +90 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0165.py +22 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0166.py +16 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0167.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0168.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0169.py +37 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0170.py +111 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0171.py +22 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0172.py +10 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0173.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0174.py +8 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0175.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0176.py +15 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0177.py +33 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0178.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0179.py +59 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0180.py +9 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0181.py +6 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0182.py +6 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0183.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0184.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0185.py +47 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0186.py +27 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0187.py +50 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0188.py +22 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0189.py +6 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0190.py +8 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0191.py +36 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0192.py +37 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0193.py +73 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0194.py +32 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0195.py +26 -117
- githubkit/versions/ghec_v2022_11_28/types/group_0196.py +9 -128
- githubkit/versions/ghec_v2022_11_28/types/group_0197.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0198.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0199.py +29 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0200.py +116 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0201.py +118 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0202.py +15 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0203.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0204.py +9 -125
- githubkit/versions/ghec_v2022_11_28/types/group_0205.py +18 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0206.py +34 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0207.py +22 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0208.py +18 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0209.py +123 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0211.py +23 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0212.py +24 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0213.py +52 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0214.py +17 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0215.py +59 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0216.py +27 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0217.py +27 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0218.py +45 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0219.py +20 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0220.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0221.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0222.py +13 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0223.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0224.py +30 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0225.py +12 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0226.py +21 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0227.py +16 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0228.py +29 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0229.py +24 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0230.py +8 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0231.py +6 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0232.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0233.py +15 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0234.py +5 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0235.py +16 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0236.py +51 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0237.py +43 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0238.py +14 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0239.py +8 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +10 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0241.py +68 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0242.py +20 -92
- githubkit/versions/ghec_v2022_11_28/types/group_0243.py +19 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0244.py +31 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0245.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0246.py +36 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0247.py +23 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0248.py +55 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0249.py +25 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0250.py +25 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0251.py +21 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0252.py +28 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0253.py +96 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0254.py +25 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0255.py +34 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0256.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0257.py +26 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0258.py +60 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0260.py +10 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0261.py +26 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0262.py +46 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0263.py +26 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0264.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0265.py +46 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0266.py +11 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0267.py +10 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0268.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0269.py +5 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0270.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0271.py +28 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0272.py +6 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0273.py +12 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0274.py +61 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0275.py +17 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0276.py +32 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0277.py +18 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0278.py +7 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0279.py +20 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0280.py +57 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0281.py +12 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0282.py +9 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0283.py +96 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0284.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0285.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0286.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0287.py +11 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0288.py +24 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0289.py +24 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0290.py +27 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0291.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0292.py +21 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0293.py +20 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0294.py +15 -89
- 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 +23 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0298.py +29 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0299.py +14 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0300.py +36 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0301.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0302.py +6 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0303.py +63 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0304.py +56 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0305.py +92 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0306.py +26 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0307.py +19 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0308.py +14 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -182
- githubkit/versions/ghec_v2022_11_28/types/group_0310.py +9 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0311.py +24 -120
- githubkit/versions/ghec_v2022_11_28/types/group_0312.py +10 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0313.py +54 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0314.py +23 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0315.py +7 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0316.py +9 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0318.py +80 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0319.py +67 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0320.py +185 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0321.py +43 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0322.py +129 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0323.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0324.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0325.py +13 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0326.py +55 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0327.py +49 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0328.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0329.py +23 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0331.py +8 -11
- 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 +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0335.py +4 -7
- 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 +8 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0339.py +10 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0340.py +10 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0341.py +9 -13
- 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 +10 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0349.py +32 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0350.py +69 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0351.py +51 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0352.py +74 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0353.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0354.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0355.py +22 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0356.py +7 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0357.py +14 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0358.py +16 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0359.py +10 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0360.py +8 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0361.py +13 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0362.py +12 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0363.py +10 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0364.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0365.py +13 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0366.py +18 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0367.py +8 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0368.py +34 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0369.py +14 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0370.py +14 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0371.py +12 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0372.py +13 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0373.py +19 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0374.py +14 -122
- githubkit/versions/ghec_v2022_11_28/types/group_0375.py +27 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0376.py +9 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0377.py +6 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0378.py +35 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0379.py +100 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0380.py +14 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0381.py +36 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0382.py +35 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0383.py +32 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0384.py +84 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0385.py +27 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0386.py +119 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0387.py +72 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0388.py +49 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0389.py +61 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0390.py +7 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0391.py +15 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0392.py +83 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -271
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +60 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0395.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0396.py +28 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0397.py +6 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0398.py +6 -122
- githubkit/versions/ghec_v2022_11_28/types/group_0399.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0400.py +12 -123
- githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0402.py +20 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0403.py +11 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0404.py +28 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0405.py +267 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0406.py +32 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0407.py +44 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0408.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0409.py +79 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0410.py +37 -110
- githubkit/versions/ghec_v2022_11_28/types/group_0411.py +57 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0412.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0413.py +15 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0414.py +59 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0415.py +12 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0416.py +31 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0417.py +71 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0418.py +126 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0419.py +40 -283
- githubkit/versions/ghec_v2022_11_28/types/group_0420.py +8 -309
- githubkit/versions/ghec_v2022_11_28/types/group_0421.py +6 -304
- githubkit/versions/ghec_v2022_11_28/types/group_0422.py +7 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0423.py +44 -111
- githubkit/versions/ghec_v2022_11_28/types/group_0424.py +9 -105
- githubkit/versions/ghec_v2022_11_28/types/group_0425.py +320 -84
- githubkit/versions/ghec_v2022_11_28/types/group_0426.py +41 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0427.py +341 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0428.py +3 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0429.py +39 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0430.py +38 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0431.py +42 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0432.py +13 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0433.py +52 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0434.py +45 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0435.py +128 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0436.py +46 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0437.py +46 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0438.py +14 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0439.py +24 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0440.py +15 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0441.py +18 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0442.py +77 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0443.py +14 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0444.py +648 -402
- githubkit/versions/ghec_v2022_11_28/types/group_0445.py +120 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0446.py +37 -437
- githubkit/versions/ghec_v2022_11_28/types/group_0447.py +57 -411
- githubkit/versions/ghec_v2022_11_28/types/group_0448.py +51 -393
- githubkit/versions/ghec_v2022_11_28/types/group_0449.py +21 -839
- githubkit/versions/ghec_v2022_11_28/types/group_0450.py +30 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0451.py +71 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0452.py +110 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0453.py +31 -90
- githubkit/versions/ghec_v2022_11_28/types/group_0454.py +32 -81
- githubkit/versions/ghec_v2022_11_28/types/group_0455.py +10 -101
- githubkit/versions/ghec_v2022_11_28/types/group_0456.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0457.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0458.py +11 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0459.py +105 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0460.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0461.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0462.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0463.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0464.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0465.py +13 -86
- githubkit/versions/ghec_v2022_11_28/types/group_0466.py +13 -40
- githubkit/versions/ghec_v2022_11_28/types/group_0467.py +10 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0468.py +7 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0469.py +24 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0470.py +6 -144
- githubkit/versions/ghec_v2022_11_28/types/group_0471.py +15 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0472.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0473.py +292 -91
- githubkit/versions/ghec_v2022_11_28/types/group_0474.py +311 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0475.py +292 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0476.py +110 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +133 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0478.py +102 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0479.py +102 -39
- githubkit/versions/ghec_v2022_11_28/types/group_0480.py +100 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0481.py +99 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0482.py +75 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0483.py +16 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0484.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0485.py +18 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0486.py +15 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0488.py +17 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0489.py +21 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0490.py +24 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0491.py +17 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0492.py +17 -84
- githubkit/versions/ghec_v2022_11_28/types/group_0493.py +17 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0494.py +24 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0495.py +17 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0496.py +11 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0497.py +17 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0498.py +524 -71
- githubkit/versions/ghec_v2022_11_28/types/group_0499.py +20 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0500.py +373 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0501.py +383 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0502.py +430 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0503.py +788 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0504.py +19 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0505.py +39 -125
- githubkit/versions/ghec_v2022_11_28/types/group_0506.py +24 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0507.py +19 -76
- githubkit/versions/ghec_v2022_11_28/types/group_0508.py +13 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0509.py +37 -77
- githubkit/versions/ghec_v2022_11_28/types/group_0510.py +17 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0511.py +17 -143
- githubkit/versions/ghec_v2022_11_28/types/group_0512.py +42 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0513.py +23 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0514.py +24 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0515.py +17 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0516.py +17 -84
- githubkit/versions/ghec_v2022_11_28/types/group_0517.py +19 -137
- githubkit/versions/ghec_v2022_11_28/types/group_0518.py +12 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0519.py +15 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -421
- githubkit/versions/ghec_v2022_11_28/types/group_0521.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0522.py +17 -167
- githubkit/versions/ghec_v2022_11_28/types/group_0523.py +16 -169
- githubkit/versions/ghec_v2022_11_28/types/group_0524.py +121 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0525.py +129 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0526.py +8 -75
- githubkit/versions/ghec_v2022_11_28/types/group_0527.py +110 -82
- githubkit/versions/ghec_v2022_11_28/types/group_0528.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0529.py +23 -101
- githubkit/versions/ghec_v2022_11_28/types/group_0530.py +26 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0531.py +18 -78
- githubkit/versions/ghec_v2022_11_28/types/group_0532.py +15 -394
- githubkit/versions/ghec_v2022_11_28/types/group_0533.py +25 -446
- githubkit/versions/ghec_v2022_11_28/types/group_0534.py +24 -427
- githubkit/versions/ghec_v2022_11_28/types/group_0535.py +15 -409
- githubkit/versions/ghec_v2022_11_28/types/group_0536.py +52 -368
- githubkit/versions/ghec_v2022_11_28/types/group_0537.py +15 -449
- githubkit/versions/ghec_v2022_11_28/types/group_0538.py +14 -967
- githubkit/versions/ghec_v2022_11_28/types/group_0539.py +16 -336
- githubkit/versions/ghec_v2022_11_28/types/group_0540.py +37 -300
- githubkit/versions/ghec_v2022_11_28/types/group_0541.py +27 -870
- githubkit/versions/ghec_v2022_11_28/types/group_0542.py +8 -383
- githubkit/versions/ghec_v2022_11_28/types/group_0543.py +3 -391
- githubkit/versions/ghec_v2022_11_28/types/group_0544.py +10 -379
- githubkit/versions/ghec_v2022_11_28/types/group_0545.py +11 -332
- githubkit/versions/ghec_v2022_11_28/types/group_0546.py +80 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0547.py +124 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0548.py +22 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0549.py +75 -103
- githubkit/versions/ghec_v2022_11_28/types/group_0550.py +15 -104
- githubkit/versions/ghec_v2022_11_28/types/group_0551.py +128 -107
- githubkit/versions/ghec_v2022_11_28/types/group_0552.py +133 -110
- githubkit/versions/ghec_v2022_11_28/types/group_0553.py +42 -97
- githubkit/versions/ghec_v2022_11_28/types/group_0554.py +3 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0555.py +27 -70
- githubkit/versions/ghec_v2022_11_28/types/group_0556.py +51 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0557.py +76 -110
- githubkit/versions/ghec_v2022_11_28/types/group_0558.py +94 -73
- githubkit/versions/ghec_v2022_11_28/types/group_0559.py +33 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0560.py +76 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0561.py +18 -99
- githubkit/versions/ghec_v2022_11_28/types/group_0562.py +97 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0563.py +104 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0564.py +26 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0565.py +2 -83
- githubkit/versions/ghec_v2022_11_28/types/group_0566.py +9 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0567.py +50 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0568.py +88 -49
- githubkit/versions/ghec_v2022_11_28/types/group_0569.py +112 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0570.py +25 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0571.py +79 -96
- githubkit/versions/ghec_v2022_11_28/types/group_0572.py +15 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0573.py +14 -72
- githubkit/versions/ghec_v2022_11_28/types/group_0574.py +167 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0575.py +171 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0576.py +3 -41
- githubkit/versions/ghec_v2022_11_28/types/group_0577.py +21 -478
- githubkit/versions/ghec_v2022_11_28/types/group_0578.py +74 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0579.py +81 -57
- githubkit/versions/ghec_v2022_11_28/types/group_0580.py +8 -154
- githubkit/versions/ghec_v2022_11_28/types/group_0581.py +80 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0582.py +22 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0583.py +79 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0584.py +397 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0585.py +406 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0586.py +426 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0587.py +387 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0588.py +400 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0589.py +355 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0590.py +932 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0591.py +13 -61
- githubkit/versions/ghec_v2022_11_28/types/group_0592.py +354 -34
- githubkit/versions/ghec_v2022_11_28/types/group_0593.py +560 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0594.py +18 -45
- githubkit/versions/ghec_v2022_11_28/types/group_0595.py +23 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0596.py +353 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0598.py +13 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0599.py +14 -46
- githubkit/versions/ghec_v2022_11_28/types/group_0600.py +44 -25
- githubkit/versions/ghec_v2022_11_28/types/group_0601.py +15 -60
- githubkit/versions/ghec_v2022_11_28/types/group_0602.py +57 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0603.py +53 -74
- githubkit/versions/ghec_v2022_11_28/types/group_0604.py +57 -52
- githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0606.py +52 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0607.py +44 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0608.py +14 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0609.py +43 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0610.py +43 -28
- githubkit/versions/ghec_v2022_11_28/types/group_0611.py +13 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0612.py +14 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0613.py +95 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0614.py +15 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0615.py +15 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0616.py +14 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0617.py +48 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0618.py +12 -950
- githubkit/versions/ghec_v2022_11_28/types/group_0619.py +14 -974
- githubkit/versions/ghec_v2022_11_28/types/group_0620.py +14 -964
- githubkit/versions/ghec_v2022_11_28/types/group_0621.py +13 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0622.py +13 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0623.py +33 -906
- githubkit/versions/ghec_v2022_11_28/types/group_0624.py +14 -925
- githubkit/versions/ghec_v2022_11_28/types/group_0625.py +23 -58
- githubkit/versions/ghec_v2022_11_28/types/group_0626.py +23 -918
- githubkit/versions/ghec_v2022_11_28/types/group_0627.py +13 -933
- githubkit/versions/ghec_v2022_11_28/types/group_0628.py +23 -878
- githubkit/versions/ghec_v2022_11_28/types/group_0629.py +328 -781
- githubkit/versions/ghec_v2022_11_28/types/group_0630.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0631.py +60 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0632.py +155 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0633.py +27 -1032
- githubkit/versions/ghec_v2022_11_28/types/group_0634.py +13 -1073
- githubkit/versions/ghec_v2022_11_28/types/group_0635.py +13 -1091
- githubkit/versions/ghec_v2022_11_28/types/group_0636.py +13 -1002
- githubkit/versions/ghec_v2022_11_28/types/group_0637.py +13 -974
- githubkit/versions/ghec_v2022_11_28/types/group_0638.py +12 -1045
- githubkit/versions/ghec_v2022_11_28/types/group_0639.py +22 -1050
- githubkit/versions/ghec_v2022_11_28/types/group_0640.py +6 -1026
- githubkit/versions/ghec_v2022_11_28/types/group_0641.py +22 -1028
- githubkit/versions/ghec_v2022_11_28/types/group_0642.py +13 -1000
- githubkit/versions/ghec_v2022_11_28/types/group_0643.py +25 -1042
- githubkit/versions/ghec_v2022_11_28/types/group_0644.py +23 -1081
- githubkit/versions/ghec_v2022_11_28/types/group_0645.py +35 -898
- githubkit/versions/ghec_v2022_11_28/types/group_0646.py +14 -931
- githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -923
- githubkit/versions/ghec_v2022_11_28/types/group_0648.py +13 -923
- githubkit/versions/ghec_v2022_11_28/types/group_0649.py +13 -282
- githubkit/versions/ghec_v2022_11_28/types/group_0650.py +14 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0651.py +33 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0652.py +17 -507
- githubkit/versions/ghec_v2022_11_28/types/group_0653.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0654.py +18 -55
- githubkit/versions/ghec_v2022_11_28/types/group_0655.py +38 -153
- githubkit/versions/ghec_v2022_11_28/types/group_0656.py +13 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0657.py +11 -141
- githubkit/versions/ghec_v2022_11_28/types/group_0658.py +14 -172
- githubkit/versions/ghec_v2022_11_28/types/group_0659.py +12 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0660.py +58 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0661.py +14 -142
- githubkit/versions/ghec_v2022_11_28/types/group_0662.py +29 -139
- githubkit/versions/ghec_v2022_11_28/types/group_0663.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0664.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0665.py +49 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0666.py +33 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0667.py +12 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0668.py +12 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0669.py +8 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0670.py +924 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0671.py +972 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0672.py +962 -10
- 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 +15 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0676.py +924 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0677.py +61 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0678.py +925 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0679.py +888 -42
- githubkit/versions/ghec_v2022_11_28/types/group_0680.py +913 -65
- githubkit/versions/ghec_v2022_11_28/types/group_0681.py +18 -95
- githubkit/versions/ghec_v2022_11_28/types/group_0682.py +13 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0683.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0684.py +13 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0685.py +1033 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0686.py +911 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0687.py +911 -33
- githubkit/versions/ghec_v2022_11_28/types/group_0688.py +1000 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0689.py +849 -168
- githubkit/versions/ghec_v2022_11_28/types/group_0690.py +1048 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0691.py +1059 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0692.py +1022 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0693.py +1036 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0694.py +919 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0695.py +1030 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0696.py +1040 -67
- githubkit/versions/ghec_v2022_11_28/types/group_0697.py +893 -69
- githubkit/versions/ghec_v2022_11_28/types/group_0698.py +933 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0699.py +933 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0700.py +927 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0701.py +242 -89
- githubkit/versions/ghec_v2022_11_28/types/group_0702.py +12 -126
- githubkit/versions/ghec_v2022_11_28/types/group_0703.py +51 -135
- githubkit/versions/ghec_v2022_11_28/types/group_0704.py +469 -100
- githubkit/versions/ghec_v2022_11_28/types/group_0705.py +12 -166
- githubkit/versions/ghec_v2022_11_28/types/group_0706.py +45 -159
- githubkit/versions/ghec_v2022_11_28/types/group_0707.py +160 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0708.py +11 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +12 -186
- githubkit/versions/ghec_v2022_11_28/types/group_0710.py +50 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0711.py +143 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0712.py +17 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0713.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0714.py +13 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0715.py +14 -220
- githubkit/versions/ghec_v2022_11_28/types/group_0716.py +15 -219
- githubkit/versions/ghec_v2022_11_28/types/group_0717.py +13 -219
- githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -286
- githubkit/versions/ghec_v2022_11_28/types/group_0719.py +12 -222
- githubkit/versions/ghec_v2022_11_28/types/group_0720.py +24 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0721.py +47 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0722.py +10 -64
- githubkit/versions/ghec_v2022_11_28/types/group_0723.py +16 -56
- githubkit/versions/ghec_v2022_11_28/types/group_0724.py +15 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0725.py +32 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0726.py +24 -51
- githubkit/versions/ghec_v2022_11_28/types/group_0727.py +21 -44
- githubkit/versions/ghec_v2022_11_28/types/group_0728.py +15 -58
- githubkit/versions/ghec_v2022_11_28/types/group_0729.py +28 -63
- githubkit/versions/ghec_v2022_11_28/types/group_0730.py +13 -424
- githubkit/versions/ghec_v2022_11_28/types/group_0731.py +47 -397
- githubkit/versions/ghec_v2022_11_28/types/group_0732.py +83 -424
- githubkit/versions/ghec_v2022_11_28/types/group_0733.py +112 -29
- githubkit/versions/ghec_v2022_11_28/types/group_0734.py +96 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0735.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0736.py +20 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0737.py +75 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0738.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0739.py +78 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0740.py +19 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0741.py +220 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0742.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0743.py +20 -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 +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0747.py +17 -23
- githubkit/versions/ghec_v2022_11_28/types/group_0748.py +119 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0749.py +16 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0750.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0751.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0752.py +18 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0753.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0754.py +34 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0755.py +19 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0756.py +21 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0757.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0758.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0759.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0760.py +192 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0761.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0762.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0763.py +11 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0764.py +6 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0765.py +15 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0766.py +183 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0767.py +181 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0768.py +182 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0769.py +247 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0770.py +182 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0771.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0772.py +25 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0773.py +70 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0774.py +56 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0775.py +48 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0776.py +57 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0777.py +51 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0778.py +47 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0779.py +64 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0780.py +57 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0781.py +411 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0782.py +414 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0783.py +413 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0784.py +31 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0785.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0786.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0787.py +3 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0788.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0789.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0790.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0791.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0792.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0793.py +11 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0794.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0795.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0796.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0797.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0798.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0799.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0800.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0801.py +13 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0802.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0803.py +11 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0804.py +8 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0805.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0806.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0807.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0808.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0809.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0810.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0811.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0812.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0813.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0814.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0815.py +10 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0816.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0817.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0818.py +20 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0819.py +18 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0820.py +26 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0821.py +5 -26
- githubkit/versions/ghec_v2022_11_28/types/group_0822.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0823.py +4 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0824.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0825.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0826.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0827.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0828.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0829.py +8 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0830.py +39 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0831.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0832.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0833.py +9 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0834.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0835.py +26 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0836.py +11 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0837.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0838.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0839.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0840.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0841.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0842.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0843.py +9 -43
- githubkit/versions/ghec_v2022_11_28/types/group_0844.py +6 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -59
- githubkit/versions/ghec_v2022_11_28/types/group_0846.py +23 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0847.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0848.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0849.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0850.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0851.py +9 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0852.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0853.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0854.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0855.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0856.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0857.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0858.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0859.py +18 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0860.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0861.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0862.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0863.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0864.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_0865.py +5 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0866.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0867.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0868.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0869.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0870.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0871.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0872.py +25 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0873.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0874.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0875.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0876.py +25 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0877.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0878.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0879.py +8 -124
- githubkit/versions/ghec_v2022_11_28/types/group_0880.py +3 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0881.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0882.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0883.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0884.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0885.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0886.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0887.py +4 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0888.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0889.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0890.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0891.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0893.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0894.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0895.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0896.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0897.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0898.py +45 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0899.py +70 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0900.py +71 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0901.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0902.py +12 -31
- githubkit/versions/ghec_v2022_11_28/types/group_0903.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0904.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0905.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0906.py +5 -120
- githubkit/versions/ghec_v2022_11_28/types/group_0907.py +9 -47
- githubkit/versions/ghec_v2022_11_28/types/group_0908.py +7 -27
- githubkit/versions/ghec_v2022_11_28/types/group_0909.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0910.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0911.py +6 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0912.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0913.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0914.py +15 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0915.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0917.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_0918.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0919.py +3 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0920.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0921.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0922.py +5 -54
- githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -35
- githubkit/versions/ghec_v2022_11_28/types/group_0924.py +11 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0925.py +14 -53
- githubkit/versions/ghec_v2022_11_28/types/group_0926.py +10 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0927.py +8 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0929.py +9 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0930.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0931.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0932.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0933.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0934.py +124 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_0936.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0937.py +8 -17
- githubkit/versions/ghec_v2022_11_28/types/group_0938.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0939.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0940.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0941.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0942.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0943.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0944.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0945.py +8 -36
- githubkit/versions/ghec_v2022_11_28/types/group_0946.py +8 -32
- githubkit/versions/ghec_v2022_11_28/types/group_0947.py +11 -12
- githubkit/versions/ghec_v2022_11_28/types/group_0948.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0949.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0950.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0951.py +4 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0952.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0953.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_0954.py +8 -16
- githubkit/versions/ghec_v2022_11_28/types/group_0955.py +6 -30
- githubkit/versions/ghec_v2022_11_28/types/group_0956.py +4 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0957.py +29 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0958.py +16 -11
- githubkit/versions/ghec_v2022_11_28/types/group_0959.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0960.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0961.py +123 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0962.py +52 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0963.py +27 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0964.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0965.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0966.py +10 -37
- githubkit/versions/ghec_v2022_11_28/types/group_0967.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0968.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0969.py +10 -21
- githubkit/versions/ghec_v2022_11_28/types/group_0970.py +11 -19
- githubkit/versions/ghec_v2022_11_28/types/group_0971.py +10 -22
- githubkit/versions/ghec_v2022_11_28/types/group_0972.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0973.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0974.py +12 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0975.py +14 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0976.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0977.py +54 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0978.py +35 -8
- githubkit/versions/ghec_v2022_11_28/types/group_0979.py +35 -9
- githubkit/versions/ghec_v2022_11_28/types/group_0980.py +53 -18
- githubkit/versions/ghec_v2022_11_28/types/group_0981.py +36 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0982.py +35 -10
- githubkit/versions/ghec_v2022_11_28/types/group_0983.py +10 -38
- githubkit/versions/ghec_v2022_11_28/types/group_0984.py +20 -4
- githubkit/versions/ghec_v2022_11_28/types/group_0985.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0986.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0987.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0988.py +10 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0989.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0990.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0991.py +7 -15
- githubkit/versions/ghec_v2022_11_28/types/group_0992.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0993.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0994.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_0995.py +18 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0996.py +21 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +36 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +31 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +21 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +8 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +21 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +12 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +15 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +28 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +15 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +9 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +5 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +6 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +41 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +24 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +19 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +23 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +10 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +4 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +26 -44
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +5 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +17 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +15 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +5 -37
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +5 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -52
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +9 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +16 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +13 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +16 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +16 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +6 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +11 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +10 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +14 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +15 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +6 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +25 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +4 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +23 -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 +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +79 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +53 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +69 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +28 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +37 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +29 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +33 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +41 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +40 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +24 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +31 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +25 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +26 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +19 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +22 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +30 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +23 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +46 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +27 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +22 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +10 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +13 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +9 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/exemption_request_secret_scanning.py +53 -0
- githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
- githubkit/versions/latest/models.py +609 -1611
- githubkit/versions/latest/types.py +637 -1613
- githubkit/versions/v2022_11_28/models/__init__.py +4564 -5724
- 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_0008.py +5 -0
- githubkit/versions/v2022_11_28/models/group_0011.py +3 -0
- 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 +147 -64
- githubkit/versions/v2022_11_28/models/group_0483.py +162 -78
- githubkit/versions/v2022_11_28/models/group_0484.py +9 -155
- 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 +18 -89
- githubkit/versions/v2022_11_28/models/group_0593.py +19 -1127
- githubkit/versions/v2022_11_28/models/group_0594.py +19 -1142
- githubkit/versions/v2022_11_28/models/group_0595.py +22 -1121
- 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 +34 -13
- githubkit/versions/v2022_11_28/models/group_0705.py +43 -6
- githubkit/versions/v2022_11_28/models/group_0706.py +161 -6
- githubkit/versions/v2022_11_28/models/group_0707.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0708.py +10 -6
- githubkit/versions/v2022_11_28/models/group_0709.py +8 -29
- githubkit/versions/v2022_11_28/models/group_0710.py +50 -10
- githubkit/versions/v2022_11_28/models/group_0711.py +44 -12
- githubkit/versions/v2022_11_28/models/group_0712.py +55 -19
- githubkit/versions/v2022_11_28/models/group_0713.py +47 -25
- githubkit/versions/v2022_11_28/models/group_0714.py +43 -30
- githubkit/versions/v2022_11_28/models/group_0715.py +48 -10
- githubkit/versions/v2022_11_28/models/group_0716.py +46 -10
- githubkit/versions/v2022_11_28/models/group_0717.py +47 -7
- githubkit/versions/v2022_11_28/models/group_0718.py +229 -9
- githubkit/versions/v2022_11_28/models/group_0719.py +13 -13
- githubkit/versions/v2022_11_28/models/group_0720.py +7 -13
- githubkit/versions/v2022_11_28/models/group_0721.py +14 -5
- githubkit/versions/v2022_11_28/models/group_0722.py +7 -7
- githubkit/versions/v2022_11_28/models/group_0723.py +29 -105
- githubkit/versions/v2022_11_28/models/group_0724.py +229 -19
- githubkit/versions/v2022_11_28/models/group_0725.py +231 -10
- githubkit/versions/v2022_11_28/models/group_0726.py +236 -9
- githubkit/versions/v2022_11_28/models/group_0727.py +340 -8
- githubkit/versions/v2022_11_28/models/group_0728.py +239 -9
- githubkit/versions/v2022_11_28/models/group_0729.py +31 -14
- githubkit/versions/v2022_11_28/models/group_0730.py +46 -10
- githubkit/versions/v2022_11_28/models/group_0731.py +114 -8
- githubkit/versions/v2022_11_28/models/group_0732.py +72 -7
- githubkit/versions/v2022_11_28/models/group_0733.py +55 -9
- githubkit/versions/v2022_11_28/models/group_0734.py +108 -8
- githubkit/versions/v2022_11_28/models/group_0735.py +58 -22
- githubkit/versions/v2022_11_28/models/group_0736.py +47 -16
- githubkit/versions/v2022_11_28/models/group_0737.py +91 -8
- githubkit/versions/v2022_11_28/models/group_0738.py +93 -7
- githubkit/versions/v2022_11_28/models/group_0739.py +469 -21
- githubkit/versions/v2022_11_28/models/group_0740.py +471 -11
- githubkit/versions/v2022_11_28/models/group_0741.py +474 -11
- githubkit/versions/v2022_11_28/models/group_0742.py +40 -14
- githubkit/versions/v2022_11_28/models/group_0743.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0744.py +19 -9
- githubkit/versions/v2022_11_28/models/group_0745.py +4 -24
- githubkit/versions/v2022_11_28/models/group_0746.py +20 -7
- githubkit/versions/v2022_11_28/models/group_0747.py +6 -9
- 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 +31 -6
- githubkit/versions/v2022_11_28/models/group_0752.py +5 -14
- githubkit/versions/v2022_11_28/models/group_0753.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0754.py +28 -9
- githubkit/versions/v2022_11_28/models/group_0755.py +22 -7
- githubkit/versions/v2022_11_28/models/group_0756.py +34 -10
- githubkit/versions/v2022_11_28/models/group_0757.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0758.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0759.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0760.py +9 -26
- githubkit/versions/v2022_11_28/models/group_0761.py +10 -17
- githubkit/versions/v2022_11_28/models/group_0762.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0763.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0764.py +6 -41
- githubkit/versions/v2022_11_28/models/group_0765.py +103 -30
- githubkit/versions/v2022_11_28/models/group_0766.py +25 -16
- githubkit/versions/v2022_11_28/models/group_0767.py +14 -9
- githubkit/versions/v2022_11_28/models/group_0768.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0769.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0770.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0771.py +16 -7
- githubkit/versions/v2022_11_28/models/group_0772.py +10 -41
- githubkit/versions/v2022_11_28/models/group_0773.py +8 -14
- githubkit/versions/v2022_11_28/models/group_0774.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0775.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0776.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0777.py +28 -6
- githubkit/versions/v2022_11_28/models/group_0778.py +15 -14
- githubkit/versions/v2022_11_28/models/group_0779.py +9 -15
- githubkit/versions/v2022_11_28/models/group_0780.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0781.py +33 -7
- githubkit/versions/v2022_11_28/models/group_0782.py +14 -7
- githubkit/versions/v2022_11_28/models/group_0783.py +16 -11
- githubkit/versions/v2022_11_28/models/group_0784.py +13 -35
- githubkit/versions/v2022_11_28/models/group_0785.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0786.py +9 -115
- githubkit/versions/v2022_11_28/models/group_0787.py +15 -67
- githubkit/versions/v2022_11_28/models/group_0788.py +8 -72
- githubkit/versions/v2022_11_28/models/group_0789.py +8 -35
- githubkit/versions/v2022_11_28/models/group_0790.py +29 -21
- githubkit/versions/v2022_11_28/models/group_0791.py +19 -8
- githubkit/versions/v2022_11_28/models/group_0792.py +10 -12
- githubkit/versions/v2022_11_28/models/group_0793.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0794.py +10 -11
- githubkit/versions/v2022_11_28/models/group_0795.py +7 -18
- githubkit/versions/v2022_11_28/models/group_0796.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0797.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0798.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0799.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0800.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0801.py +8 -12
- githubkit/versions/v2022_11_28/models/group_0802.py +27 -8
- githubkit/versions/v2022_11_28/models/group_0803.py +18 -9
- githubkit/versions/v2022_11_28/models/group_0804.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0805.py +12 -4
- githubkit/versions/v2022_11_28/models/group_0806.py +36 -18
- githubkit/versions/v2022_11_28/models/group_0807.py +35 -17
- githubkit/versions/v2022_11_28/models/group_0808.py +20 -5
- githubkit/versions/v2022_11_28/models/group_0809.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0810.py +4 -13
- githubkit/versions/v2022_11_28/models/group_0811.py +27 -26
- githubkit/versions/v2022_11_28/models/group_0812.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0813.py +15 -4
- githubkit/versions/v2022_11_28/models/group_0814.py +44 -12
- githubkit/versions/v2022_11_28/models/group_0815.py +10 -17
- githubkit/versions/v2022_11_28/models/group_0816.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0817.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0818.py +4 -8
- githubkit/versions/v2022_11_28/models/group_0819.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0820.py +14 -194
- githubkit/versions/v2022_11_28/models/group_0821.py +15 -9
- githubkit/versions/v2022_11_28/models/group_0822.py +13 -8
- githubkit/versions/v2022_11_28/models/group_0823.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0824.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0825.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0826.py +26 -9
- githubkit/versions/v2022_11_28/models/group_0827.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0828.py +110 -15
- githubkit/versions/v2022_11_28/models/group_0829.py +81 -8
- githubkit/versions/v2022_11_28/models/group_0830.py +82 -9
- githubkit/versions/v2022_11_28/models/group_0831.py +40 -13
- githubkit/versions/v2022_11_28/models/group_0832.py +32 -13
- githubkit/versions/v2022_11_28/models/group_0833.py +12 -12
- githubkit/versions/v2022_11_28/models/group_0834.py +12 -10
- githubkit/versions/v2022_11_28/models/group_0835.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0836.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0837.py +18 -8
- githubkit/versions/v2022_11_28/models/group_0838.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0839.py +8 -11
- githubkit/versions/v2022_11_28/models/group_0840.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0841.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0842.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0843.py +9 -33
- githubkit/versions/v2022_11_28/models/group_0844.py +10 -29
- githubkit/versions/v2022_11_28/models/group_0845.py +13 -9
- githubkit/versions/v2022_11_28/models/group_0846.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0847.py +4 -218
- githubkit/versions/v2022_11_28/models/group_0848.py +23 -91
- githubkit/versions/v2022_11_28/models/group_0849.py +22 -40
- githubkit/versions/v2022_11_28/models/group_0850.py +5 -17
- githubkit/versions/v2022_11_28/models/group_0851.py +6 -16
- githubkit/versions/v2022_11_28/models/group_0852.py +10 -18
- githubkit/versions/v2022_11_28/models/group_0853.py +22 -10
- githubkit/versions/v2022_11_28/models/group_0854.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0855.py +4 -18
- githubkit/versions/v2022_11_28/models/group_0856.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0857.py +22 -12
- githubkit/versions/v2022_11_28/models/group_0858.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0859.py +10 -10
- githubkit/versions/v2022_11_28/models/group_0860.py +5 -13
- githubkit/versions/v2022_11_28/models/group_0861.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0862.py +202 -5
- githubkit/versions/v2022_11_28/models/group_0863.py +8 -103
- githubkit/versions/v2022_11_28/models/group_0864.py +7 -53
- githubkit/versions/v2022_11_28/models/group_0865.py +12 -52
- githubkit/versions/v2022_11_28/models/group_0866.py +8 -100
- githubkit/versions/v2022_11_28/models/group_0867.py +9 -56
- githubkit/versions/v2022_11_28/models/group_0868.py +10 -55
- githubkit/versions/v2022_11_28/models/group_0869.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0870.py +15 -24
- githubkit/versions/v2022_11_28/models/group_0871.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0872.py +9 -22
- githubkit/versions/v2022_11_28/models/group_0873.py +13 -41
- githubkit/versions/v2022_11_28/models/group_0874.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0875.py +11 -48
- githubkit/versions/v2022_11_28/models/group_0876.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0877.py +12 -9
- githubkit/versions/v2022_11_28/models/group_0878.py +6 -24
- githubkit/versions/v2022_11_28/models/group_0879.py +9 -24
- githubkit/versions/v2022_11_28/models/group_0880.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0881.py +10 -6
- githubkit/versions/v2022_11_28/models/group_0882.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0883.py +6 -11
- githubkit/versions/v2022_11_28/models/group_0884.py +6 -15
- githubkit/versions/v2022_11_28/models/group_0885.py +34 -8
- githubkit/versions/v2022_11_28/models/group_0886.py +20 -51
- githubkit/versions/v2022_11_28/models/group_0887.py +9 -53
- githubkit/versions/v2022_11_28/models/group_0888.py +10 -18
- githubkit/versions/v2022_11_28/models/group_0889.py +207 -16
- githubkit/versions/v2022_11_28/models/group_0890.py +89 -9
- githubkit/versions/v2022_11_28/models/group_0891.py +41 -10
- githubkit/versions/v2022_11_28/models/group_0892.py +14 -46
- githubkit/versions/v2022_11_28/models/group_0893.py +17 -7
- githubkit/versions/v2022_11_28/models/group_0894.py +21 -40
- githubkit/versions/v2022_11_28/models/group_0895.py +13 -27
- githubkit/versions/v2022_11_28/models/group_0896.py +10 -46
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -33
- githubkit/versions/v2022_11_28/models/group_0898.py +11 -16
- githubkit/versions/v2022_11_28/models/group_0899.py +8 -20
- githubkit/versions/v2022_11_28/models/group_0900.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0901.py +11 -9
- githubkit/versions/v2022_11_28/models/group_0902.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0903.py +13 -6
- githubkit/versions/v2022_11_28/models/group_0904.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0905.py +97 -10
- githubkit/versions/v2022_11_28/models/group_0906.py +52 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +42 -56
- githubkit/versions/v2022_11_28/models/group_0908.py +101 -7
- githubkit/versions/v2022_11_28/models/group_0909.py +54 -8
- githubkit/versions/v2022_11_28/models/group_0910.py +50 -31
- githubkit/versions/v2022_11_28/models/group_0911.py +9 -46
- githubkit/versions/v2022_11_28/models/group_0912.py +19 -37
- githubkit/versions/v2022_11_28/models/group_0913.py +13 -34
- githubkit/versions/v2022_11_28/models/group_0914.py +17 -13
- githubkit/versions/v2022_11_28/models/group_0915.py +18 -16
- 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 +36 -7
- githubkit/versions/v2022_11_28/models/group_0919.py +13 -4
- githubkit/versions/v2022_11_28/models/group_0920.py +44 -9
- githubkit/versions/v2022_11_28/models/group_0921.py +21 -33
- githubkit/versions/v2022_11_28/models/group_0922.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0923.py +25 -9
- githubkit/versions/v2022_11_28/models/group_0924.py +24 -51
- githubkit/versions/v2022_11_28/models/group_0925.py +10 -8
- githubkit/versions/v2022_11_28/models/group_0926.py +6 -8
- githubkit/versions/v2022_11_28/models/group_0927.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0928.py +9 -11
- githubkit/versions/v2022_11_28/models/group_0929.py +15 -19
- githubkit/versions/v2022_11_28/models/group_0930.py +10 -5
- githubkit/versions/v2022_11_28/models/group_0931.py +57 -9
- githubkit/versions/v2022_11_28/models/group_0932.py +47 -14
- githubkit/versions/v2022_11_28/models/group_0933.py +24 -5
- githubkit/versions/v2022_11_28/models/group_0934.py +23 -13
- githubkit/versions/v2022_11_28/models/group_0935.py +13 -10
- githubkit/versions/v2022_11_28/models/group_0936.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0937.py +43 -11
- githubkit/versions/v2022_11_28/models/group_0938.py +9 -20
- githubkit/versions/v2022_11_28/models/group_0939.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0940.py +23 -12
- githubkit/versions/v2022_11_28/models/group_0941.py +41 -13
- githubkit/versions/v2022_11_28/models/group_0942.py +32 -16
- githubkit/versions/v2022_11_28/models/group_0943.py +12 -8
- githubkit/versions/v2022_11_28/models/group_0944.py +23 -6
- githubkit/versions/v2022_11_28/models/group_0945.py +8 -13
- githubkit/versions/v2022_11_28/models/group_0946.py +8 -26
- githubkit/versions/v2022_11_28/models/group_0947.py +8 -24
- githubkit/versions/v2022_11_28/models/group_0948.py +6 -27
- githubkit/versions/v2022_11_28/models/group_0949.py +6 -26
- githubkit/versions/v2022_11_28/models/group_0950.py +11 -20
- githubkit/versions/v2022_11_28/models/group_0951.py +7 -14
- githubkit/versions/v2022_11_28/models/group_0952.py +65 -10
- githubkit/versions/v2022_11_28/models/group_0953.py +7 -16
- githubkit/versions/v2022_11_28/models/group_0954.py +7 -24
- githubkit/versions/v2022_11_28/models/group_0955.py +40 -6
- githubkit/versions/v2022_11_28/models/group_0956.py +39 -7
- githubkit/versions/v2022_11_28/models/group_0957.py +45 -8
- githubkit/versions/v2022_11_28/models/group_0958.py +19 -23
- githubkit/versions/v2022_11_28/models/group_0959.py +20 -5
- githubkit/versions/v2022_11_28/models/group_0960.py +22 -8
- githubkit/versions/v2022_11_28/models/group_0961.py +13 -15
- githubkit/versions/v2022_11_28/models/group_0962.py +6 -43
- githubkit/versions/v2022_11_28/models/group_0963.py +6 -39
- githubkit/versions/v2022_11_28/models/group_0964.py +4 -8
- githubkit/versions/v2022_11_28/models/group_0965.py +10 -17
- githubkit/versions/v2022_11_28/models/group_0966.py +40 -10
- githubkit/versions/v2022_11_28/models/group_0967.py +5 -8
- githubkit/versions/v2022_11_28/models/group_0968.py +9 -12
- githubkit/versions/v2022_11_28/models/group_0969.py +46 -9
- githubkit/versions/v2022_11_28/models/group_0970.py +7 -9
- githubkit/versions/v2022_11_28/models/group_0971.py +7 -42
- githubkit/versions/v2022_11_28/models/group_0972.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0973.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0974.py +18 -11
- githubkit/versions/v2022_11_28/models/group_0975.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0976.py +11 -6
- githubkit/versions/v2022_11_28/models/group_0977.py +22 -38
- githubkit/versions/v2022_11_28/models/group_0978.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0979.py +11 -18
- githubkit/versions/v2022_11_28/models/group_0980.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0981.py +11 -8
- githubkit/versions/v2022_11_28/models/group_0982.py +10 -58
- githubkit/versions/v2022_11_28/models/group_0983.py +10 -58
- githubkit/versions/v2022_11_28/models/group_0984.py +6 -20
- githubkit/versions/v2022_11_28/models/group_0985.py +10 -16
- githubkit/versions/v2022_11_28/models/group_0986.py +15 -8
- githubkit/versions/v2022_11_28/models/group_0987.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0988.py +10 -7
- githubkit/versions/v2022_11_28/models/group_0989.py +6 -16
- githubkit/versions/v2022_11_28/models/group_0990.py +13 -20
- githubkit/versions/v2022_11_28/models/group_0991.py +18 -20
- githubkit/versions/v2022_11_28/models/group_0992.py +22 -8
- githubkit/versions/v2022_11_28/models/group_0993.py +23 -8
- githubkit/versions/v2022_11_28/models/group_0994.py +28 -5
- githubkit/versions/v2022_11_28/models/group_0995.py +27 -5
- githubkit/versions/v2022_11_28/models/group_0996.py +15 -14
- githubkit/versions/v2022_11_28/models/group_0997.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0998.py +12 -6
- githubkit/versions/v2022_11_28/models/group_0999.py +24 -8
- githubkit/versions/v2022_11_28/models/group_1000.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1001.py +7 -9
- githubkit/versions/v2022_11_28/models/group_1002.py +9 -28
- githubkit/versions/v2022_11_28/models/group_1003.py +39 -14
- githubkit/versions/v2022_11_28/models/group_1004.py +5 -50
- githubkit/versions/v2022_11_28/models/group_1005.py +8 -44
- githubkit/versions/v2022_11_28/models/group_1006.py +21 -29
- githubkit/versions/v2022_11_28/models/group_1007.py +38 -11
- githubkit/versions/v2022_11_28/models/group_1008.py +45 -13
- githubkit/versions/v2022_11_28/models/group_1009.py +5 -9
- githubkit/versions/v2022_11_28/models/group_1010.py +14 -11
- githubkit/versions/v2022_11_28/models/group_1011.py +8 -10
- githubkit/versions/v2022_11_28/models/group_1012.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1013.py +12 -7
- 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 +44 -7
- githubkit/versions/v2022_11_28/models/group_1017.py +5 -10
- githubkit/versions/v2022_11_28/models/group_1018.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1019.py +17 -4
- githubkit/versions/v2022_11_28/models/group_1020.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1021.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1022.py +22 -24
- githubkit/versions/v2022_11_28/models/group_1023.py +9 -9
- githubkit/versions/v2022_11_28/models/group_1024.py +12 -81
- githubkit/versions/v2022_11_28/models/group_1025.py +31 -12
- githubkit/versions/v2022_11_28/models/group_1026.py +7 -12
- githubkit/versions/v2022_11_28/models/group_1027.py +71 -9
- githubkit/versions/v2022_11_28/models/group_1028.py +96 -0
- githubkit/versions/v2022_11_28/models/group_1029.py +41 -0
- githubkit/versions/v2022_11_28/models/group_1030.py +42 -0
- githubkit/versions/v2022_11_28/models/group_1031.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1032.py +27 -0
- githubkit/versions/v2022_11_28/models/group_1033.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1034.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1035.py +42 -0
- githubkit/versions/v2022_11_28/models/group_1036.py +49 -0
- githubkit/versions/v2022_11_28/models/group_1037.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1038.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1039.py +25 -0
- githubkit/versions/v2022_11_28/models/group_1040.py +25 -0
- githubkit/versions/v2022_11_28/models/group_1041.py +37 -0
- githubkit/versions/v2022_11_28/models/group_1042.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1043.py +31 -0
- githubkit/versions/v2022_11_28/models/group_1044.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1045.py +28 -0
- githubkit/versions/v2022_11_28/models/group_1046.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1047.py +50 -0
- githubkit/versions/v2022_11_28/models/group_1048.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1049.py +70 -0
- githubkit/versions/v2022_11_28/models/group_1050.py +67 -0
- githubkit/versions/v2022_11_28/models/group_1051.py +54 -0
- githubkit/versions/v2022_11_28/models/group_1052.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1053.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1054.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1055.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1056.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1057.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1058.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1059.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1060.py +38 -0
- githubkit/versions/v2022_11_28/models/group_1061.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1062.py +30 -0
- githubkit/versions/v2022_11_28/models/group_1063.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1064.py +21 -0
- githubkit/versions/v2022_11_28/models/group_1065.py +33 -0
- githubkit/versions/v2022_11_28/models/group_1066.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1067.py +59 -0
- githubkit/versions/v2022_11_28/models/group_1068.py +32 -0
- githubkit/versions/v2022_11_28/models/group_1069.py +110 -0
- githubkit/versions/v2022_11_28/models/group_1070.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1071.py +34 -0
- githubkit/versions/v2022_11_28/models/group_1072.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 +96 -44
- githubkit/versions/v2022_11_28/types/__init__.py +4616 -5742
- 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_0008.py +2 -1
- githubkit/versions/v2022_11_28/types/group_0011.py +1 -0
- 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 +118 -52
- githubkit/versions/v2022_11_28/types/group_0483.py +133 -78
- githubkit/versions/v2022_11_28/types/group_0484.py +8 -138
- 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 -67
- githubkit/versions/v2022_11_28/types/group_0593.py +13 -925
- githubkit/versions/v2022_11_28/types/group_0594.py +13 -935
- githubkit/versions/v2022_11_28/types/group_0595.py +13 -915
- 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 +121 -5
- githubkit/versions/v2022_11_28/types/group_0707.py +17 -5
- githubkit/versions/v2022_11_28/types/group_0708.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0709.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0710.py +20 -4
- githubkit/versions/v2022_11_28/types/group_0711.py +18 -6
- githubkit/versions/v2022_11_28/types/group_0712.py +29 -14
- githubkit/versions/v2022_11_28/types/group_0713.py +18 -17
- githubkit/versions/v2022_11_28/types/group_0714.py +20 -24
- githubkit/versions/v2022_11_28/types/group_0715.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0716.py +18 -5
- githubkit/versions/v2022_11_28/types/group_0717.py +19 -4
- githubkit/versions/v2022_11_28/types/group_0718.py +191 -8
- githubkit/versions/v2022_11_28/types/group_0719.py +12 -7
- githubkit/versions/v2022_11_28/types/group_0720.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0721.py +12 -4
- githubkit/versions/v2022_11_28/types/group_0722.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0723.py +19 -40
- githubkit/versions/v2022_11_28/types/group_0724.py +175 -13
- githubkit/versions/v2022_11_28/types/group_0725.py +180 -6
- githubkit/versions/v2022_11_28/types/group_0726.py +180 -8
- githubkit/versions/v2022_11_28/types/group_0727.py +249 -6
- githubkit/versions/v2022_11_28/types/group_0728.py +182 -8
- githubkit/versions/v2022_11_28/types/group_0729.py +16 -8
- githubkit/versions/v2022_11_28/types/group_0730.py +25 -7
- githubkit/versions/v2022_11_28/types/group_0731.py +70 -8
- githubkit/versions/v2022_11_28/types/group_0732.py +55 -4
- githubkit/versions/v2022_11_28/types/group_0733.py +49 -6
- githubkit/versions/v2022_11_28/types/group_0734.py +62 -8
- githubkit/versions/v2022_11_28/types/group_0735.py +41 -19
- githubkit/versions/v2022_11_28/types/group_0736.py +44 -11
- githubkit/versions/v2022_11_28/types/group_0737.py +63 -8
- githubkit/versions/v2022_11_28/types/group_0738.py +64 -6
- githubkit/versions/v2022_11_28/types/group_0739.py +403 -15
- githubkit/versions/v2022_11_28/types/group_0740.py +414 -7
- githubkit/versions/v2022_11_28/types/group_0741.py +412 -7
- githubkit/versions/v2022_11_28/types/group_0742.py +31 -14
- githubkit/versions/v2022_11_28/types/group_0743.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0744.py +9 -9
- githubkit/versions/v2022_11_28/types/group_0745.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0746.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0747.py +4 -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 +12 -5
- githubkit/versions/v2022_11_28/types/group_0752.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0753.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0754.py +21 -6
- githubkit/versions/v2022_11_28/types/group_0755.py +18 -7
- githubkit/versions/v2022_11_28/types/group_0756.py +26 -6
- githubkit/versions/v2022_11_28/types/group_0757.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0758.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0759.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0760.py +8 -22
- githubkit/versions/v2022_11_28/types/group_0761.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0762.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0763.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0764.py +4 -25
- githubkit/versions/v2022_11_28/types/group_0765.py +38 -24
- githubkit/versions/v2022_11_28/types/group_0766.py +21 -9
- githubkit/versions/v2022_11_28/types/group_0767.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0768.py +9 -3
- githubkit/versions/v2022_11_28/types/group_0769.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0770.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0771.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0772.py +8 -14
- githubkit/versions/v2022_11_28/types/group_0773.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0774.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0775.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0776.py +9 -3
- githubkit/versions/v2022_11_28/types/group_0777.py +23 -5
- githubkit/versions/v2022_11_28/types/group_0778.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0779.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0780.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0781.py +25 -6
- githubkit/versions/v2022_11_28/types/group_0782.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0783.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0784.py +9 -10
- githubkit/versions/v2022_11_28/types/group_0785.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0786.py +14 -48
- githubkit/versions/v2022_11_28/types/group_0787.py +10 -57
- githubkit/versions/v2022_11_28/types/group_0788.py +6 -59
- githubkit/versions/v2022_11_28/types/group_0789.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0790.py +23 -12
- githubkit/versions/v2022_11_28/types/group_0791.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0792.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0793.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0794.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0795.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0796.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0797.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0798.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0799.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0800.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0801.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0802.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0803.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0804.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0805.py +6 -3
- githubkit/versions/v2022_11_28/types/group_0806.py +20 -16
- githubkit/versions/v2022_11_28/types/group_0807.py +18 -15
- githubkit/versions/v2022_11_28/types/group_0808.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0809.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0810.py +3 -6
- githubkit/versions/v2022_11_28/types/group_0811.py +8 -20
- githubkit/versions/v2022_11_28/types/group_0812.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0813.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0814.py +13 -7
- githubkit/versions/v2022_11_28/types/group_0815.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0816.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0817.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0818.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0819.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0820.py +7 -107
- githubkit/versions/v2022_11_28/types/group_0821.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0822.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0823.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0824.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0825.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0826.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0827.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0828.py +43 -9
- githubkit/versions/v2022_11_28/types/group_0829.py +71 -6
- githubkit/versions/v2022_11_28/types/group_0830.py +71 -6
- githubkit/versions/v2022_11_28/types/group_0831.py +15 -9
- githubkit/versions/v2022_11_28/types/group_0832.py +13 -9
- githubkit/versions/v2022_11_28/types/group_0833.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0834.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0835.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0836.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0837.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0838.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0839.py +5 -5
- 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 +4 -5
- githubkit/versions/v2022_11_28/types/group_0843.py +5 -31
- githubkit/versions/v2022_11_28/types/group_0844.py +7 -21
- githubkit/versions/v2022_11_28/types/group_0845.py +7 -9
- githubkit/versions/v2022_11_28/types/group_0846.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0847.py +4 -125
- githubkit/versions/v2022_11_28/types/group_0848.py +14 -44
- githubkit/versions/v2022_11_28/types/group_0849.py +14 -21
- githubkit/versions/v2022_11_28/types/group_0850.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0851.py +5 -13
- githubkit/versions/v2022_11_28/types/group_0852.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0853.py +19 -10
- githubkit/versions/v2022_11_28/types/group_0854.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0855.py +3 -14
- githubkit/versions/v2022_11_28/types/group_0856.py +7 -11
- githubkit/versions/v2022_11_28/types/group_0857.py +10 -12
- githubkit/versions/v2022_11_28/types/group_0858.py +7 -13
- githubkit/versions/v2022_11_28/types/group_0859.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0860.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0861.py +6 -14
- githubkit/versions/v2022_11_28/types/group_0862.py +108 -5
- githubkit/versions/v2022_11_28/types/group_0863.py +8 -53
- githubkit/versions/v2022_11_28/types/group_0864.py +8 -33
- githubkit/versions/v2022_11_28/types/group_0865.py +13 -35
- githubkit/versions/v2022_11_28/types/group_0866.py +8 -59
- githubkit/versions/v2022_11_28/types/group_0867.py +14 -36
- githubkit/versions/v2022_11_28/types/group_0868.py +10 -36
- githubkit/versions/v2022_11_28/types/group_0869.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0870.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0871.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0872.py +6 -10
- githubkit/versions/v2022_11_28/types/group_0873.py +9 -12
- githubkit/versions/v2022_11_28/types/group_0874.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0875.py +11 -16
- githubkit/versions/v2022_11_28/types/group_0876.py +7 -20
- githubkit/versions/v2022_11_28/types/group_0877.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0878.py +4 -18
- githubkit/versions/v2022_11_28/types/group_0879.py +5 -22
- githubkit/versions/v2022_11_28/types/group_0880.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0881.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0882.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0883.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0884.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0885.py +33 -10
- githubkit/versions/v2022_11_28/types/group_0886.py +15 -30
- githubkit/versions/v2022_11_28/types/group_0887.py +8 -32
- githubkit/versions/v2022_11_28/types/group_0888.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0889.py +117 -15
- githubkit/versions/v2022_11_28/types/group_0890.py +51 -5
- githubkit/versions/v2022_11_28/types/group_0891.py +28 -8
- githubkit/versions/v2022_11_28/types/group_0892.py +11 -20
- githubkit/versions/v2022_11_28/types/group_0893.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0894.py +15 -14
- githubkit/versions/v2022_11_28/types/group_0895.py +11 -16
- githubkit/versions/v2022_11_28/types/group_0896.py +11 -29
- githubkit/versions/v2022_11_28/types/group_0897.py +8 -18
- githubkit/versions/v2022_11_28/types/group_0898.py +10 -7
- githubkit/versions/v2022_11_28/types/group_0899.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +11 -6
- githubkit/versions/v2022_11_28/types/group_0901.py +11 -5
- githubkit/versions/v2022_11_28/types/group_0902.py +9 -6
- githubkit/versions/v2022_11_28/types/group_0903.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0904.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +53 -6
- githubkit/versions/v2022_11_28/types/group_0906.py +33 -9
- githubkit/versions/v2022_11_28/types/group_0907.py +30 -40
- githubkit/versions/v2022_11_28/types/group_0908.py +60 -6
- githubkit/versions/v2022_11_28/types/group_0909.py +34 -9
- githubkit/versions/v2022_11_28/types/group_0910.py +33 -25
- githubkit/versions/v2022_11_28/types/group_0911.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0912.py +16 -18
- githubkit/versions/v2022_11_28/types/group_0913.py +7 -10
- githubkit/versions/v2022_11_28/types/group_0914.py +9 -8
- githubkit/versions/v2022_11_28/types/group_0915.py +11 -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 +9 -3
- githubkit/versions/v2022_11_28/types/group_0920.py +17 -7
- githubkit/versions/v2022_11_28/types/group_0921.py +14 -17
- githubkit/versions/v2022_11_28/types/group_0922.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0923.py +19 -8
- githubkit/versions/v2022_11_28/types/group_0924.py +17 -28
- githubkit/versions/v2022_11_28/types/group_0925.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0926.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0927.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0928.py +8 -6
- githubkit/versions/v2022_11_28/types/group_0929.py +7 -16
- githubkit/versions/v2022_11_28/types/group_0930.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0931.py +36 -5
- githubkit/versions/v2022_11_28/types/group_0932.py +27 -11
- githubkit/versions/v2022_11_28/types/group_0933.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0934.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0935.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0936.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0937.py +22 -6
- githubkit/versions/v2022_11_28/types/group_0938.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0939.py +14 -5
- githubkit/versions/v2022_11_28/types/group_0940.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0941.py +29 -9
- githubkit/versions/v2022_11_28/types/group_0942.py +23 -9
- githubkit/versions/v2022_11_28/types/group_0943.py +8 -5
- githubkit/versions/v2022_11_28/types/group_0944.py +16 -5
- githubkit/versions/v2022_11_28/types/group_0945.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0946.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0947.py +8 -13
- githubkit/versions/v2022_11_28/types/group_0948.py +6 -16
- githubkit/versions/v2022_11_28/types/group_0949.py +5 -15
- githubkit/versions/v2022_11_28/types/group_0950.py +6 -15
- githubkit/versions/v2022_11_28/types/group_0951.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0952.py +40 -7
- githubkit/versions/v2022_11_28/types/group_0953.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0954.py +5 -11
- githubkit/versions/v2022_11_28/types/group_0955.py +25 -5
- githubkit/versions/v2022_11_28/types/group_0956.py +19 -5
- githubkit/versions/v2022_11_28/types/group_0957.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0958.py +11 -11
- githubkit/versions/v2022_11_28/types/group_0959.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0960.py +9 -7
- githubkit/versions/v2022_11_28/types/group_0961.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0962.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0963.py +5 -14
- githubkit/versions/v2022_11_28/types/group_0964.py +3 -5
- githubkit/versions/v2022_11_28/types/group_0965.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0966.py +24 -5
- githubkit/versions/v2022_11_28/types/group_0967.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0968.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0969.py +35 -9
- githubkit/versions/v2022_11_28/types/group_0970.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0971.py +5 -25
- githubkit/versions/v2022_11_28/types/group_0972.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0973.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0974.py +16 -6
- githubkit/versions/v2022_11_28/types/group_0975.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0976.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0977.py +16 -13
- githubkit/versions/v2022_11_28/types/group_0978.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0979.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0980.py +7 -12
- githubkit/versions/v2022_11_28/types/group_0981.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0982.py +5 -49
- githubkit/versions/v2022_11_28/types/group_0983.py +6 -50
- githubkit/versions/v2022_11_28/types/group_0984.py +5 -10
- githubkit/versions/v2022_11_28/types/group_0985.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0986.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0987.py +10 -5
- githubkit/versions/v2022_11_28/types/group_0988.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0989.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0990.py +10 -9
- githubkit/versions/v2022_11_28/types/group_0991.py +13 -10
- githubkit/versions/v2022_11_28/types/group_0992.py +13 -6
- githubkit/versions/v2022_11_28/types/group_0993.py +15 -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 +9 -11
- githubkit/versions/v2022_11_28/types/group_0997.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0999.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1000.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1001.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1002.py +8 -13
- githubkit/versions/v2022_11_28/types/group_1003.py +12 -9
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -17
- githubkit/versions/v2022_11_28/types/group_1005.py +7 -24
- githubkit/versions/v2022_11_28/types/group_1006.py +10 -24
- githubkit/versions/v2022_11_28/types/group_1007.py +14 -7
- githubkit/versions/v2022_11_28/types/group_1008.py +15 -9
- githubkit/versions/v2022_11_28/types/group_1009.py +4 -5
- githubkit/versions/v2022_11_28/types/group_1010.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1011.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1013.py +7 -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 +25 -5
- githubkit/versions/v2022_11_28/types/group_1017.py +4 -8
- githubkit/versions/v2022_11_28/types/group_1018.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1019.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1020.py +4 -5
- githubkit/versions/v2022_11_28/types/group_1021.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1022.py +13 -13
- githubkit/versions/v2022_11_28/types/group_1023.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1024.py +10 -32
- githubkit/versions/v2022_11_28/types/group_1025.py +13 -11
- githubkit/versions/v2022_11_28/types/group_1026.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1027.py +62 -5
- githubkit/versions/v2022_11_28/types/group_1028.py +79 -0
- githubkit/versions/v2022_11_28/types/group_1029.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1030.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1031.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1032.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1033.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1034.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1035.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1036.py +29 -0
- githubkit/versions/v2022_11_28/types/group_1037.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1038.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1039.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1040.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1041.py +28 -0
- githubkit/versions/v2022_11_28/types/group_1042.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1043.py +22 -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 +29 -0
- githubkit/versions/v2022_11_28/types/group_1048.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1049.py +33 -0
- githubkit/versions/v2022_11_28/types/group_1050.py +41 -0
- githubkit/versions/v2022_11_28/types/group_1051.py +40 -0
- githubkit/versions/v2022_11_28/types/group_1052.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1053.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1054.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1055.py +24 -0
- githubkit/versions/v2022_11_28/types/group_1056.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1057.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1058.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1059.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1060.py +31 -0
- githubkit/versions/v2022_11_28/types/group_1061.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1062.py +25 -0
- githubkit/versions/v2022_11_28/types/group_1063.py +26 -0
- githubkit/versions/v2022_11_28/types/group_1064.py +19 -0
- githubkit/versions/v2022_11_28/types/group_1065.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1066.py +22 -0
- githubkit/versions/v2022_11_28/types/group_1067.py +30 -0
- githubkit/versions/v2022_11_28/types/group_1068.py +23 -0
- githubkit/versions/v2022_11_28/types/group_1069.py +46 -0
- githubkit/versions/v2022_11_28/types/group_1070.py +27 -0
- githubkit/versions/v2022_11_28/types/group_1071.py +27 -0
- githubkit/versions/v2022_11_28/types/group_1072.py +22 -0
- githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
- {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/METADATA +1 -1
- githubkit-0.11.6.dist-info/RECORD +4714 -0
- githubkit-0.11.4.dist-info/RECORD +0 -4507
- {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/LICENSE +0 -0
- {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/WHEEL +0 -0
|
@@ -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,42 +2484,24 @@ 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
|
)
|
|
2357
2502
|
from githubkit.versions.v2022_11_28.models import (
|
|
2358
2503
|
WebhookSecretScanningAlertCreated as WebhookSecretScanningAlertCreated,
|
|
2359
2504
|
)
|
|
2360
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2361
|
-
WebhookSecretScanningAlertRevoked as WebhookSecretScanningAlertRevoked,
|
|
2362
|
-
)
|
|
2363
2505
|
from githubkit.versions.v2022_11_28.models import (
|
|
2364
2506
|
WebhookStatusPropCommitPropAuthor as WebhookStatusPropCommitPropAuthor,
|
|
2365
2507
|
)
|
|
@@ -2369,6 +2511,18 @@ if TYPE_CHECKING:
|
|
|
2369
2511
|
from githubkit.versions.v2022_11_28.models import (
|
|
2370
2512
|
WebhookWorkflowDispatchPropInputs as WebhookWorkflowDispatchPropInputs,
|
|
2371
2513
|
)
|
|
2514
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2515
|
+
WebhooksIssueCommentPropReactions as WebhooksIssueCommentPropReactions,
|
|
2516
|
+
)
|
|
2517
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2518
|
+
WebhooksPullRequest5PropAutoMerge as WebhooksPullRequest5PropAutoMerge,
|
|
2519
|
+
)
|
|
2520
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2521
|
+
WebhooksPullRequest5PropMilestone as WebhooksPullRequest5PropMilestone,
|
|
2522
|
+
)
|
|
2523
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2524
|
+
WebhooksSponsorshipPropMaintainer as WebhooksSponsorshipPropMaintainer,
|
|
2525
|
+
)
|
|
2372
2526
|
from githubkit.versions.v2022_11_28.models import (
|
|
2373
2527
|
ApplicationsClientIdTokenPatchBody as ApplicationsClientIdTokenPatchBody,
|
|
2374
2528
|
)
|
|
@@ -2477,9 +2631,6 @@ if TYPE_CHECKING:
|
|
|
2477
2631
|
from githubkit.versions.v2022_11_28.models import (
|
|
2478
2632
|
WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
|
|
2479
2633
|
)
|
|
2480
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2481
|
-
WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
|
|
2482
|
-
)
|
|
2483
2634
|
from githubkit.versions.v2022_11_28.models import (
|
|
2484
2635
|
WebhookMembershipRemovedPropSender as WebhookMembershipRemovedPropSender,
|
|
2485
2636
|
)
|
|
@@ -2498,15 +2649,9 @@ if TYPE_CHECKING:
|
|
|
2498
2649
|
from githubkit.versions.v2022_11_28.models import (
|
|
2499
2650
|
WebhookPullRequestConvertedToDraft as WebhookPullRequestConvertedToDraft,
|
|
2500
2651
|
)
|
|
2501
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2502
|
-
WebhookPullRequestLabeledPropLabel as WebhookPullRequestLabeledPropLabel,
|
|
2503
|
-
)
|
|
2504
2652
|
from githubkit.versions.v2022_11_28.models import (
|
|
2505
2653
|
WebhookPushPropRepositoryPropOwner as WebhookPushPropRepositoryPropOwner,
|
|
2506
2654
|
)
|
|
2507
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2508
|
-
WebhookReleasePublishedPropRelease as WebhookReleasePublishedPropRelease,
|
|
2509
|
-
)
|
|
2510
2655
|
from githubkit.versions.v2022_11_28.models import (
|
|
2511
2656
|
WebhookRepositoryAdvisoryPublished as WebhookRepositoryAdvisoryPublished,
|
|
2512
2657
|
)
|
|
@@ -2519,6 +2664,15 @@ if TYPE_CHECKING:
|
|
|
2519
2664
|
from githubkit.versions.v2022_11_28.models import (
|
|
2520
2665
|
WebhookSecretScanningAlertResolved as WebhookSecretScanningAlertResolved,
|
|
2521
2666
|
)
|
|
2667
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2668
|
+
WebhooksReviewCommentPropReactions as WebhooksReviewCommentPropReactions,
|
|
2669
|
+
)
|
|
2670
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2671
|
+
WebhooksReviewersItemsPropReviewer as WebhooksReviewersItemsPropReviewer,
|
|
2672
|
+
)
|
|
2673
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2674
|
+
WebhooksSponsorshipPropSponsorable as WebhooksSponsorshipPropSponsorable,
|
|
2675
|
+
)
|
|
2522
2676
|
from githubkit.versions.v2022_11_28.models import (
|
|
2523
2677
|
WorkflowUsagePropBillablePropMacos as WorkflowUsagePropBillablePropMacos,
|
|
2524
2678
|
)
|
|
@@ -2531,6 +2685,9 @@ if TYPE_CHECKING:
|
|
|
2531
2685
|
from githubkit.versions.v2022_11_28.models import (
|
|
2532
2686
|
CheckSuitePreferencePropPreferences as CheckSuitePreferencePropPreferences,
|
|
2533
2687
|
)
|
|
2688
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2689
|
+
CodeScanningVariantAnalysisRepoTask as CodeScanningVariantAnalysisRepoTask,
|
|
2690
|
+
)
|
|
2534
2691
|
from githubkit.versions.v2022_11_28.models import (
|
|
2535
2692
|
DemilestonedIssueEventPropMilestone as DemilestonedIssueEventPropMilestone,
|
|
2536
2693
|
)
|
|
@@ -2570,6 +2727,18 @@ if TYPE_CHECKING:
|
|
|
2570
2727
|
from githubkit.versions.v2022_11_28.models import (
|
|
2571
2728
|
RepositoryRuleCommitterEmailPattern as RepositoryRuleCommitterEmailPattern,
|
|
2572
2729
|
)
|
|
2730
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2731
|
+
RepositoryRuleOneof14PropParameters as RepositoryRuleOneof14PropParameters,
|
|
2732
|
+
)
|
|
2733
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2734
|
+
RepositoryRuleOneof15PropParameters as RepositoryRuleOneof15PropParameters,
|
|
2735
|
+
)
|
|
2736
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2737
|
+
RepositoryRuleOneof16PropParameters as RepositoryRuleOneof16PropParameters,
|
|
2738
|
+
)
|
|
2739
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2740
|
+
RepositoryRuleOneof17PropParameters as RepositoryRuleOneof17PropParameters,
|
|
2741
|
+
)
|
|
2573
2742
|
from githubkit.versions.v2022_11_28.models import (
|
|
2574
2743
|
RepositoryRuleRequiredLinearHistory as RepositoryRuleRequiredLinearHistory,
|
|
2575
2744
|
)
|
|
@@ -2588,12 +2757,6 @@ if TYPE_CHECKING:
|
|
|
2588
2757
|
from githubkit.versions.v2022_11_28.models import (
|
|
2589
2758
|
WebhookDependabotAlertAutoDismissed as WebhookDependabotAlertAutoDismissed,
|
|
2590
2759
|
)
|
|
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
2760
|
from githubkit.versions.v2022_11_28.models import (
|
|
2598
2761
|
WebhookIssueCommentCreatedPropIssue as WebhookIssueCommentCreatedPropIssue,
|
|
2599
2762
|
)
|
|
@@ -2603,24 +2766,12 @@ if TYPE_CHECKING:
|
|
|
2603
2766
|
from githubkit.versions.v2022_11_28.models import (
|
|
2604
2767
|
WebhookIssuesTransferredPropChanges as WebhookIssuesTransferredPropChanges,
|
|
2605
2768
|
)
|
|
2606
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2607
|
-
WebhookIssuesUnassignedPropAssignee as WebhookIssuesUnassignedPropAssignee,
|
|
2608
|
-
)
|
|
2609
2769
|
from githubkit.versions.v2022_11_28.models import (
|
|
2610
2770
|
WebhookMarketplacePurchaseCancelled as WebhookMarketplacePurchaseCancelled,
|
|
2611
2771
|
)
|
|
2612
2772
|
from githubkit.versions.v2022_11_28.models import (
|
|
2613
2773
|
WebhookMarketplacePurchasePurchased as WebhookMarketplacePurchasePurchased,
|
|
2614
2774
|
)
|
|
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
2775
|
from githubkit.versions.v2022_11_28.models import (
|
|
2625
2776
|
WebhookPageBuildPropBuildPropPusher as WebhookPageBuildPropBuildPropPusher,
|
|
2626
2777
|
)
|
|
@@ -2652,7 +2803,13 @@ if TYPE_CHECKING:
|
|
|
2652
2803
|
WebhookSponsorshipPendingTierChange as WebhookSponsorshipPendingTierChange,
|
|
2653
2804
|
)
|
|
2654
2805
|
from githubkit.versions.v2022_11_28.models import (
|
|
2655
|
-
|
|
2806
|
+
WebhooksMarketplacePurchasePropPlan as WebhooksMarketplacePurchasePropPlan,
|
|
2807
|
+
)
|
|
2808
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2809
|
+
WebhooksPreviousMarketplacePurchase as WebhooksPreviousMarketplacePurchase,
|
|
2810
|
+
)
|
|
2811
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
2812
|
+
WebhooksPullRequest5PropLabelsItems as WebhooksPullRequest5PropLabelsItems,
|
|
2656
2813
|
)
|
|
2657
2814
|
from githubkit.versions.v2022_11_28.models import (
|
|
2658
2815
|
WorkflowUsagePropBillablePropUbuntu as WorkflowUsagePropBillablePropUbuntu,
|
|
@@ -2726,9 +2883,6 @@ if TYPE_CHECKING:
|
|
|
2726
2883
|
from githubkit.versions.v2022_11_28.models import (
|
|
2727
2884
|
WebhookCodeScanningAlertClosedByUser as WebhookCodeScanningAlertClosedByUser,
|
|
2728
2885
|
)
|
|
2729
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2730
|
-
WebhookDeploymentCreatedPropWorkflow as WebhookDeploymentCreatedPropWorkflow,
|
|
2731
|
-
)
|
|
2732
2886
|
from githubkit.versions.v2022_11_28.models import (
|
|
2733
2887
|
WebhookForkPropForkeeAllof0PropOwner as WebhookForkPropForkeeAllof0PropOwner,
|
|
2734
2888
|
)
|
|
@@ -2741,71 +2895,59 @@ if TYPE_CHECKING:
|
|
|
2741
2895
|
from githubkit.versions.v2022_11_28.models import (
|
|
2742
2896
|
WebhookInstallationRepositoriesAdded as WebhookInstallationRepositoriesAdded,
|
|
2743
2897
|
)
|
|
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
2898
|
from githubkit.versions.v2022_11_28.models import (
|
|
2751
2899
|
WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
|
|
2752
2900
|
)
|
|
2753
2901
|
from githubkit.versions.v2022_11_28.models import (
|
|
2754
2902
|
WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
|
|
2755
2903
|
)
|
|
2756
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2757
|
-
WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
|
|
2758
|
-
)
|
|
2759
2904
|
from githubkit.versions.v2022_11_28.models import (
|
|
2760
2905
|
WebhookIssuesOpenedPropIssuePropUser as WebhookIssuesOpenedPropIssuePropUser,
|
|
2761
2906
|
)
|
|
2762
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2763
|
-
WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
|
|
2764
|
-
)
|
|
2765
2907
|
from githubkit.versions.v2022_11_28.models import (
|
|
2766
2908
|
WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
|
|
2767
2909
|
)
|
|
2768
2910
|
from githubkit.versions.v2022_11_28.models import (
|
|
2769
|
-
|
|
2911
|
+
WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
|
|
2770
2912
|
)
|
|
2771
2913
|
from githubkit.versions.v2022_11_28.models import (
|
|
2772
|
-
|
|
2914
|
+
WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
|
|
2773
2915
|
)
|
|
2774
2916
|
from githubkit.versions.v2022_11_28.models import (
|
|
2775
|
-
|
|
2917
|
+
WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
|
|
2776
2918
|
)
|
|
2777
2919
|
from githubkit.versions.v2022_11_28.models import (
|
|
2778
|
-
|
|
2920
|
+
WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
|
|
2779
2921
|
)
|
|
2780
2922
|
from githubkit.versions.v2022_11_28.models import (
|
|
2781
|
-
|
|
2923
|
+
WebhooksProjectChangesPropArchivedAt as WebhooksProjectChangesPropArchivedAt,
|
|
2782
2924
|
)
|
|
2783
2925
|
from githubkit.versions.v2022_11_28.models import (
|
|
2784
|
-
|
|
2926
|
+
WebhooksPullRequest5PropBasePropRepo as WebhooksPullRequest5PropBasePropRepo,
|
|
2785
2927
|
)
|
|
2786
2928
|
from githubkit.versions.v2022_11_28.models import (
|
|
2787
|
-
|
|
2929
|
+
WebhooksPullRequest5PropBasePropUser as WebhooksPullRequest5PropBasePropUser,
|
|
2788
2930
|
)
|
|
2789
2931
|
from githubkit.versions.v2022_11_28.models import (
|
|
2790
|
-
|
|
2932
|
+
WebhooksPullRequest5PropHeadPropRepo as WebhooksPullRequest5PropHeadPropRepo,
|
|
2791
2933
|
)
|
|
2792
2934
|
from githubkit.versions.v2022_11_28.models import (
|
|
2793
|
-
|
|
2935
|
+
WebhooksPullRequest5PropHeadPropUser as WebhooksPullRequest5PropHeadPropUser,
|
|
2794
2936
|
)
|
|
2795
2937
|
from githubkit.versions.v2022_11_28.models import (
|
|
2796
|
-
|
|
2938
|
+
WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
|
|
2797
2939
|
)
|
|
2798
2940
|
from githubkit.versions.v2022_11_28.models import (
|
|
2799
|
-
|
|
2941
|
+
BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
|
|
2800
2942
|
)
|
|
2801
2943
|
from githubkit.versions.v2022_11_28.models import (
|
|
2802
|
-
|
|
2944
|
+
BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
|
|
2803
2945
|
)
|
|
2804
2946
|
from githubkit.versions.v2022_11_28.models import (
|
|
2805
|
-
|
|
2947
|
+
CodeScanningVariantAnalysisRepository as CodeScanningVariantAnalysisRepository,
|
|
2806
2948
|
)
|
|
2807
2949
|
from githubkit.versions.v2022_11_28.models import (
|
|
2808
|
-
|
|
2950
|
+
CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems,
|
|
2809
2951
|
)
|
|
2810
2952
|
from githubkit.versions.v2022_11_28.models import (
|
|
2811
2953
|
GistsGistIdCommentsCommentIdPatchBody as GistsGistIdCommentsCommentIdPatchBody,
|
|
@@ -2864,9 +3006,6 @@ if TYPE_CHECKING:
|
|
|
2864
3006
|
from githubkit.versions.v2022_11_28.models import (
|
|
2865
3007
|
WebhookIssueCommentCreatedPropComment as WebhookIssueCommentCreatedPropComment,
|
|
2866
3008
|
)
|
|
2867
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2868
|
-
WebhookIssueCommentDeletedPropComment as WebhookIssueCommentDeletedPropComment,
|
|
2869
|
-
)
|
|
2870
3009
|
from githubkit.versions.v2022_11_28.models import (
|
|
2871
3010
|
WebhookIssuesDeletedPropIssuePropUser as WebhookIssuesDeletedPropIssuePropUser,
|
|
2872
3011
|
)
|
|
@@ -2876,9 +3015,6 @@ if TYPE_CHECKING:
|
|
|
2876
3015
|
from githubkit.versions.v2022_11_28.models import (
|
|
2877
3016
|
WebhookLabelEditedPropChangesPropName as WebhookLabelEditedPropChangesPropName,
|
|
2878
3017
|
)
|
|
2879
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
2880
|
-
WebhookOrgBlockBlockedPropBlockedUser as WebhookOrgBlockBlockedPropBlockedUser,
|
|
2881
|
-
)
|
|
2882
3018
|
from githubkit.versions.v2022_11_28.models import (
|
|
2883
3019
|
WebhookOrganizationRenamedPropChanges as WebhookOrganizationRenamedPropChanges,
|
|
2884
3020
|
)
|
|
@@ -2897,6 +3033,18 @@ if TYPE_CHECKING:
|
|
|
2897
3033
|
from githubkit.versions.v2022_11_28.models import (
|
|
2898
3034
|
WebhookSponsorshipPendingCancellation as WebhookSponsorshipPendingCancellation,
|
|
2899
3035
|
)
|
|
3036
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3037
|
+
WebhooksIssuePropMilestonePropCreator as WebhooksIssuePropMilestonePropCreator,
|
|
3038
|
+
)
|
|
3039
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3040
|
+
WebhooksPullRequest5PropLinksPropHtml as WebhooksPullRequest5PropLinksPropHtml,
|
|
3041
|
+
)
|
|
3042
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3043
|
+
WebhooksPullRequest5PropLinksPropSelf as WebhooksPullRequest5PropLinksPropSelf,
|
|
3044
|
+
)
|
|
3045
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3046
|
+
WebhooksSecurityAdvisoryPropCwesItems as WebhooksSecurityAdvisoryPropCwesItems,
|
|
3047
|
+
)
|
|
2900
3048
|
from githubkit.versions.v2022_11_28.models import (
|
|
2901
3049
|
WorkflowRunUsagePropBillablePropMacos as WorkflowRunUsagePropBillablePropMacos,
|
|
2902
3050
|
)
|
|
@@ -2999,15 +3147,9 @@ if TYPE_CHECKING:
|
|
|
2999
3147
|
from githubkit.versions.v2022_11_28.models import (
|
|
3000
3148
|
WebhookInstallationRepositoriesRemoved as WebhookInstallationRepositoriesRemoved,
|
|
3001
3149
|
)
|
|
3002
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3003
|
-
WebhookIssuesAssignedPropIssuePropUser as WebhookIssuesAssignedPropIssuePropUser,
|
|
3004
|
-
)
|
|
3005
3150
|
from githubkit.versions.v2022_11_28.models import (
|
|
3006
3151
|
WebhookIssuesClosedPropIssueMergedUser as WebhookIssuesClosedPropIssueMergedUser,
|
|
3007
3152
|
)
|
|
3008
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3009
|
-
WebhookIssuesDemilestonedPropMilestone as WebhookIssuesDemilestonedPropMilestone,
|
|
3010
|
-
)
|
|
3011
3153
|
from githubkit.versions.v2022_11_28.models import (
|
|
3012
3154
|
WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
|
|
3013
3155
|
)
|
|
@@ -3017,9 +3159,6 @@ if TYPE_CHECKING:
|
|
|
3017
3159
|
from githubkit.versions.v2022_11_28.models import (
|
|
3018
3160
|
WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
|
|
3019
3161
|
)
|
|
3020
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3021
|
-
WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
|
|
3022
|
-
)
|
|
3023
3162
|
from githubkit.versions.v2022_11_28.models import (
|
|
3024
3163
|
WebhookLabelEditedPropChangesPropColor as WebhookLabelEditedPropChangesPropColor,
|
|
3025
3164
|
)
|
|
@@ -3029,9 +3168,6 @@ if TYPE_CHECKING:
|
|
|
3029
3168
|
from githubkit.versions.v2022_11_28.models import (
|
|
3030
3169
|
WebhookProjectCardMovedPropProjectCard as WebhookProjectCardMovedPropProjectCard,
|
|
3031
3170
|
)
|
|
3032
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3033
|
-
WebhookPullRequestAssignedPropAssignee as WebhookPullRequestAssignedPropAssignee,
|
|
3034
|
-
)
|
|
3035
3171
|
from githubkit.versions.v2022_11_28.models import (
|
|
3036
3172
|
WebhookPullRequestReviewCommentCreated as WebhookPullRequestReviewCommentCreated,
|
|
3037
3173
|
)
|
|
@@ -3047,6 +3183,30 @@ if TYPE_CHECKING:
|
|
|
3047
3183
|
from githubkit.versions.v2022_11_28.models import (
|
|
3048
3184
|
WebhookRubygemsMetadataPropVersionInfo as WebhookRubygemsMetadataPropVersionInfo,
|
|
3049
3185
|
)
|
|
3186
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3187
|
+
WebhooksIssue2PropMilestonePropCreator as WebhooksIssue2PropMilestonePropCreator,
|
|
3188
|
+
)
|
|
3189
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3190
|
+
WebhooksIssuePropPerformedViaGithubApp as WebhooksIssuePropPerformedViaGithubApp,
|
|
3191
|
+
)
|
|
3192
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3193
|
+
WebhooksMarketplacePurchasePropAccount as WebhooksMarketplacePurchasePropAccount,
|
|
3194
|
+
)
|
|
3195
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3196
|
+
WebhooksPullRequest5PropAssigneesItems as WebhooksPullRequest5PropAssigneesItems,
|
|
3197
|
+
)
|
|
3198
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3199
|
+
WebhooksPullRequest5PropLinksPropIssue as WebhooksPullRequest5PropLinksPropIssue,
|
|
3200
|
+
)
|
|
3201
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3202
|
+
WebhooksReviewCommentPropLinksPropHtml as WebhooksReviewCommentPropLinksPropHtml,
|
|
3203
|
+
)
|
|
3204
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3205
|
+
WebhooksReviewCommentPropLinksPropSelf as WebhooksReviewCommentPropLinksPropSelf,
|
|
3206
|
+
)
|
|
3207
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3208
|
+
WebhooksReviewPropLinksPropPullRequest as WebhooksReviewPropLinksPropPullRequest,
|
|
3209
|
+
)
|
|
3050
3210
|
from githubkit.versions.v2022_11_28.models import (
|
|
3051
3211
|
WorkflowRunUsagePropBillablePropUbuntu as WorkflowRunUsagePropBillablePropUbuntu,
|
|
3052
3212
|
)
|
|
@@ -3101,27 +3261,15 @@ if TYPE_CHECKING:
|
|
|
3101
3261
|
from githubkit.versions.v2022_11_28.models import (
|
|
3102
3262
|
WebhookDiscussionTransferredPropChanges as WebhookDiscussionTransferredPropChanges,
|
|
3103
3263
|
)
|
|
3104
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3105
|
-
WebhookInstallationCreatedPropRequester as WebhookInstallationCreatedPropRequester,
|
|
3106
|
-
)
|
|
3107
3264
|
from githubkit.versions.v2022_11_28.models import (
|
|
3108
3265
|
WebhookIssuesEditedPropChangesPropTitle as WebhookIssuesEditedPropChangesPropTitle,
|
|
3109
3266
|
)
|
|
3110
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3111
|
-
WebhookIssuesUnlabeledPropIssuePropUser as WebhookIssuesUnlabeledPropIssuePropUser,
|
|
3112
|
-
)
|
|
3113
3267
|
from githubkit.versions.v2022_11_28.models import (
|
|
3114
3268
|
WebhookMarketplacePurchasePendingChange as WebhookMarketplacePurchasePendingChange,
|
|
3115
3269
|
)
|
|
3116
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3117
|
-
WebhookOrgBlockUnblockedPropBlockedUser as WebhookOrgBlockUnblockedPropBlockedUser,
|
|
3118
|
-
)
|
|
3119
3270
|
from githubkit.versions.v2022_11_28.models import (
|
|
3120
3271
|
WebhookPersonalAccessTokenRequestDenied as WebhookPersonalAccessTokenRequestDenied,
|
|
3121
3272
|
)
|
|
3122
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3123
|
-
WebhookProjectCardEditedPropProjectCard as WebhookProjectCardEditedPropProjectCard,
|
|
3124
|
-
)
|
|
3125
3273
|
from githubkit.versions.v2022_11_28.models import (
|
|
3126
3274
|
WebhookProjectEditedPropChangesPropBody as WebhookProjectEditedPropChangesPropBody,
|
|
3127
3275
|
)
|
|
@@ -3146,9 +3294,6 @@ if TYPE_CHECKING:
|
|
|
3146
3294
|
from githubkit.versions.v2022_11_28.models import (
|
|
3147
3295
|
WebhookRepositoryTransferredPropChanges as WebhookRepositoryTransferredPropChanges,
|
|
3148
3296
|
)
|
|
3149
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3150
|
-
WebhookSponsorshipEditedPropSponsorship as WebhookSponsorshipEditedPropSponsorship,
|
|
3151
|
-
)
|
|
3152
3297
|
from githubkit.versions.v2022_11_28.models import (
|
|
3153
3298
|
WebhookStatusPropCommitPropParentsItems as WebhookStatusPropCommitPropParentsItems,
|
|
3154
3299
|
)
|
|
@@ -3159,10 +3304,7 @@ if TYPE_CHECKING:
|
|
|
3159
3304
|
WebhookWorkflowJobQueuedPropWorkflowJob as WebhookWorkflowJobQueuedPropWorkflowJob,
|
|
3160
3305
|
)
|
|
3161
3306
|
from githubkit.versions.v2022_11_28.models import (
|
|
3162
|
-
|
|
3163
|
-
)
|
|
3164
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3165
|
-
WebhookWorkflowRunRequestedPropWorkflow as WebhookWorkflowRunRequestedPropWorkflow,
|
|
3307
|
+
WebhooksIssue2PropPerformedViaGithubApp as WebhooksIssue2PropPerformedViaGithubApp,
|
|
3166
3308
|
)
|
|
3167
3309
|
from githubkit.versions.v2022_11_28.models import (
|
|
3168
3310
|
WorkflowRunUsagePropBillablePropWindows as WorkflowRunUsagePropBillablePropWindows,
|
|
@@ -3215,6 +3357,9 @@ if TYPE_CHECKING:
|
|
|
3215
3357
|
from githubkit.versions.v2022_11_28.models import (
|
|
3216
3358
|
RepositoryAdvisoryUpdatePropCreditsItems as RepositoryAdvisoryUpdatePropCreditsItems,
|
|
3217
3359
|
)
|
|
3360
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3361
|
+
RepositoryRuleCodeScanningPropParameters as RepositoryRuleCodeScanningPropParameters,
|
|
3362
|
+
)
|
|
3218
3363
|
from githubkit.versions.v2022_11_28.models import (
|
|
3219
3364
|
RepositoryWebhooksPropTemplateRepository as RepositoryWebhooksPropTemplateRepository,
|
|
3220
3365
|
)
|
|
@@ -3236,9 +3381,6 @@ if TYPE_CHECKING:
|
|
|
3236
3381
|
from githubkit.versions.v2022_11_28.models import (
|
|
3237
3382
|
WebhookDeploymentProtectionRuleRequested as WebhookDeploymentProtectionRuleRequested,
|
|
3238
3383
|
)
|
|
3239
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3240
|
-
WebhookDiscussionUnansweredPropOldAnswer as WebhookDiscussionUnansweredPropOldAnswer,
|
|
3241
|
-
)
|
|
3242
3384
|
from githubkit.versions.v2022_11_28.models import (
|
|
3243
3385
|
WebhookIssueCommentEditedPropIssueAllof0 as WebhookIssueCommentEditedPropIssueAllof0,
|
|
3244
3386
|
)
|
|
@@ -3260,77 +3402,35 @@ if TYPE_CHECKING:
|
|
|
3260
3402
|
from githubkit.versions.v2022_11_28.models import (
|
|
3261
3403
|
WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
|
|
3262
3404
|
)
|
|
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
3405
|
from githubkit.versions.v2022_11_28.models import (
|
|
3282
3406
|
WebhookPersonalAccessTokenRequestCreated as WebhookPersonalAccessTokenRequestCreated,
|
|
3283
3407
|
)
|
|
3284
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3285
|
-
WebhookProjectCardCreatedPropProjectCard as WebhookProjectCardCreatedPropProjectCard,
|
|
3286
|
-
)
|
|
3287
3408
|
from githubkit.versions.v2022_11_28.models import (
|
|
3288
3409
|
WebhookProjectCardDeletedPropProjectCard as WebhookProjectCardDeletedPropProjectCard,
|
|
3289
3410
|
)
|
|
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
3411
|
from githubkit.versions.v2022_11_28.models import (
|
|
3297
3412
|
WebhookPullRequestLabeledPropPullRequest as WebhookPullRequestLabeledPropPullRequest,
|
|
3298
3413
|
)
|
|
3299
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3300
|
-
WebhookPullRequestReviewEditedPropReview as WebhookPullRequestReviewEditedPropReview,
|
|
3301
|
-
)
|
|
3302
3414
|
from githubkit.versions.v2022_11_28.models import (
|
|
3303
3415
|
WebhookPullRequestReviewThreadUnresolved as WebhookPullRequestReviewThreadUnresolved,
|
|
3304
3416
|
)
|
|
3305
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3306
|
-
WebhookPullRequestUnassignedPropAssignee as WebhookPullRequestUnassignedPropAssignee,
|
|
3307
|
-
)
|
|
3308
3417
|
from githubkit.versions.v2022_11_28.models import (
|
|
3309
3418
|
WebhookPushPropCommitsItemsPropCommitter as WebhookPushPropCommitsItemsPropCommitter,
|
|
3310
3419
|
)
|
|
3311
3420
|
from githubkit.versions.v2022_11_28.models import (
|
|
3312
3421
|
WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
|
|
3313
3422
|
)
|
|
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
3423
|
from githubkit.versions.v2022_11_28.models import (
|
|
3321
3424
|
WebhookStatusPropBranchesItemsPropCommit as WebhookStatusPropBranchesItemsPropCommit,
|
|
3322
3425
|
)
|
|
3323
3426
|
from githubkit.versions.v2022_11_28.models import (
|
|
3324
3427
|
WebhookTeamEditedPropRepositoryPropOwner as WebhookTeamEditedPropRepositoryPropOwner,
|
|
3325
3428
|
)
|
|
3326
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3327
|
-
WebhookTeamRemovedFromRepositoryPropTeam as WebhookTeamRemovedFromRepositoryPropTeam,
|
|
3328
|
-
)
|
|
3329
3429
|
from githubkit.versions.v2022_11_28.models import (
|
|
3330
3430
|
WebhookWorkflowJobWaitingPropWorkflowJob as WebhookWorkflowJobWaitingPropWorkflowJob,
|
|
3331
3431
|
)
|
|
3332
3432
|
from githubkit.versions.v2022_11_28.models import (
|
|
3333
|
-
|
|
3433
|
+
WebhooksPullRequest5PropLinksPropCommits as WebhooksPullRequest5PropLinksPropCommits,
|
|
3334
3434
|
)
|
|
3335
3435
|
from githubkit.versions.v2022_11_28.models import (
|
|
3336
3436
|
BranchProtectionPropRequiredLinearHistory as BranchProtectionPropRequiredLinearHistory,
|
|
@@ -3398,9 +3498,6 @@ if TYPE_CHECKING:
|
|
|
3398
3498
|
from githubkit.versions.v2022_11_28.models import (
|
|
3399
3499
|
WebhookDiscussionCommentEditedPropChanges as WebhookDiscussionCommentEditedPropChanges,
|
|
3400
3500
|
)
|
|
3401
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3402
|
-
WebhookDiscussionCommentEditedPropComment as WebhookDiscussionCommentEditedPropComment,
|
|
3403
|
-
)
|
|
3404
3501
|
from githubkit.versions.v2022_11_28.models import (
|
|
3405
3502
|
WebhookInstallationNewPermissionsAccepted as WebhookInstallationNewPermissionsAccepted,
|
|
3406
3503
|
)
|
|
@@ -3440,15 +3537,6 @@ if TYPE_CHECKING:
|
|
|
3440
3537
|
from githubkit.versions.v2022_11_28.models import (
|
|
3441
3538
|
WebhookIssuesOpenedPropIssuePropReactions as WebhookIssuesOpenedPropIssuePropReactions,
|
|
3442
3539
|
)
|
|
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
3540
|
from githubkit.versions.v2022_11_28.models import (
|
|
3453
3541
|
WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
|
|
3454
3542
|
)
|
|
@@ -3482,9 +3570,6 @@ if TYPE_CHECKING:
|
|
|
3482
3570
|
from githubkit.versions.v2022_11_28.models import (
|
|
3483
3571
|
WebhookPullRequestUnlockedPropPullRequest as WebhookPullRequestUnlockedPropPullRequest,
|
|
3484
3572
|
)
|
|
3485
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3486
|
-
WebhookReleaseEditedPropReleasePropAuthor as WebhookReleaseEditedPropReleasePropAuthor,
|
|
3487
|
-
)
|
|
3488
3573
|
from githubkit.versions.v2022_11_28.models import (
|
|
3489
3574
|
WebhookRepositoryRulesetEditedPropChanges as WebhookRepositoryRulesetEditedPropChanges,
|
|
3490
3575
|
)
|
|
@@ -3506,6 +3591,12 @@ if TYPE_CHECKING:
|
|
|
3506
3591
|
from githubkit.versions.v2022_11_28.models import (
|
|
3507
3592
|
WebhookTeamDeletedPropRepositoryPropOwner as WebhookTeamDeletedPropRepositoryPropOwner,
|
|
3508
3593
|
)
|
|
3594
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3595
|
+
WebhooksPullRequest5PropLinksPropComments as WebhooksPullRequest5PropLinksPropComments,
|
|
3596
|
+
)
|
|
3597
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3598
|
+
WebhooksPullRequest5PropLinksPropStatuses as WebhooksPullRequest5PropLinksPropStatuses,
|
|
3599
|
+
)
|
|
3509
3600
|
from githubkit.versions.v2022_11_28.models import (
|
|
3510
3601
|
AppManifestsCodeConversionsPostResponse201 as AppManifestsCodeConversionsPostResponse201,
|
|
3511
3602
|
)
|
|
@@ -3587,24 +3678,12 @@ if TYPE_CHECKING:
|
|
|
3587
3678
|
from githubkit.versions.v2022_11_28.models import (
|
|
3588
3679
|
WebhookDeploymentStatusCreatedPropCheckRun as WebhookDeploymentStatusCreatedPropCheckRun,
|
|
3589
3680
|
)
|
|
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
3681
|
from githubkit.versions.v2022_11_28.models import (
|
|
3600
3682
|
WebhookDiscussionEditedPropChangesPropBody as WebhookDiscussionEditedPropChangesPropBody,
|
|
3601
3683
|
)
|
|
3602
3684
|
from githubkit.versions.v2022_11_28.models import (
|
|
3603
3685
|
WebhookForkPropForkeeAllof0PropPermissions as WebhookForkPropForkeeAllof0PropPermissions,
|
|
3604
3686
|
)
|
|
3605
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3606
|
-
WebhookIssuesAssignedPropIssuePropAssignee as WebhookIssuesAssignedPropIssuePropAssignee,
|
|
3607
|
-
)
|
|
3608
3687
|
from githubkit.versions.v2022_11_28.models import (
|
|
3609
3688
|
WebhookIssuesClosedPropIssueAllof0PropUser as WebhookIssuesClosedPropIssueAllof0PropUser,
|
|
3610
3689
|
)
|
|
@@ -3638,12 +3717,6 @@ if TYPE_CHECKING:
|
|
|
3638
3717
|
from githubkit.versions.v2022_11_28.models import (
|
|
3639
3718
|
WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
|
|
3640
3719
|
)
|
|
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
3720
|
from githubkit.versions.v2022_11_28.models import (
|
|
3648
3721
|
WebhookMilestoneEditedPropChangesPropDueOn as WebhookMilestoneEditedPropChangesPropDueOn,
|
|
3649
3722
|
)
|
|
@@ -3653,36 +3726,15 @@ if TYPE_CHECKING:
|
|
|
3653
3726
|
from githubkit.versions.v2022_11_28.models import (
|
|
3654
3727
|
WebhookPersonalAccessTokenRequestCancelled as WebhookPersonalAccessTokenRequestCancelled,
|
|
3655
3728
|
)
|
|
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
3729
|
from githubkit.versions.v2022_11_28.models import (
|
|
3669
3730
|
WebhookPullRequestUnlabeledPropPullRequest as WebhookPullRequestUnlabeledPropPullRequest,
|
|
3670
3731
|
)
|
|
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
3732
|
from githubkit.versions.v2022_11_28.models import (
|
|
3678
3733
|
WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
|
|
3679
3734
|
)
|
|
3680
3735
|
from githubkit.versions.v2022_11_28.models import (
|
|
3681
3736
|
WebhookRepositoryVulnerabilityAlertResolve as WebhookRepositoryVulnerabilityAlertResolve,
|
|
3682
3737
|
)
|
|
3683
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3684
|
-
WebhookSponsorshipCancelledPropSponsorship as WebhookSponsorshipCancelledPropSponsorship,
|
|
3685
|
-
)
|
|
3686
3738
|
from githubkit.versions.v2022_11_28.models import (
|
|
3687
3739
|
WebhookTeamAddedToRepositoryPropRepository as WebhookTeamAddedToRepositoryPropRepository,
|
|
3688
3740
|
)
|
|
@@ -3701,9 +3753,15 @@ if TYPE_CHECKING:
|
|
|
3701
3753
|
from githubkit.versions.v2022_11_28.models import (
|
|
3702
3754
|
WebhookWorkflowRunRequestedPropWorkflowRun as WebhookWorkflowRunRequestedPropWorkflowRun,
|
|
3703
3755
|
)
|
|
3756
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3757
|
+
WebhooksReleasePropAssetsItemsPropUploader as WebhooksReleasePropAssetsItemsPropUploader,
|
|
3758
|
+
)
|
|
3704
3759
|
from githubkit.versions.v2022_11_28.models import (
|
|
3705
3760
|
ActionsBillingUsagePropMinutesUsedBreakdown as ActionsBillingUsagePropMinutesUsedBreakdown,
|
|
3706
3761
|
)
|
|
3762
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3763
|
+
CodeScanningVariantAnalysisSkippedRepoGroup as CodeScanningVariantAnalysisSkippedRepoGroup,
|
|
3764
|
+
)
|
|
3707
3765
|
from githubkit.versions.v2022_11_28.models import (
|
|
3708
3766
|
DependabotAlertWithRepositoryPropDependency as DependabotAlertWithRepositoryPropDependency,
|
|
3709
3767
|
)
|
|
@@ -3746,15 +3804,6 @@ if TYPE_CHECKING:
|
|
|
3746
3804
|
from githubkit.versions.v2022_11_28.models import (
|
|
3747
3805
|
WebhookBranchProtectionConfigurationEnabled as WebhookBranchProtectionConfigurationEnabled,
|
|
3748
3806
|
)
|
|
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
3807
|
from githubkit.versions.v2022_11_28.models import (
|
|
3759
3808
|
WebhookDiscussionCategoryChangedPropChanges as WebhookDiscussionCategoryChangedPropChanges,
|
|
3760
3809
|
)
|
|
@@ -3767,12 +3816,6 @@ if TYPE_CHECKING:
|
|
|
3767
3816
|
from githubkit.versions.v2022_11_28.models import (
|
|
3768
3817
|
WebhookInstallationTargetRenamedPropChanges as WebhookInstallationTargetRenamedPropChanges,
|
|
3769
3818
|
)
|
|
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
3819
|
from githubkit.versions.v2022_11_28.models import (
|
|
3777
3820
|
WebhookIssuesClosedPropIssueMergedAssignees as WebhookIssuesClosedPropIssueMergedAssignees,
|
|
3778
3821
|
)
|
|
@@ -3800,33 +3843,18 @@ if TYPE_CHECKING:
|
|
|
3800
3843
|
from githubkit.versions.v2022_11_28.models import (
|
|
3801
3844
|
WebhookIssuesOpenedPropIssuePropPullRequest as WebhookIssuesOpenedPropIssuePropPullRequest,
|
|
3802
3845
|
)
|
|
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
3846
|
from githubkit.versions.v2022_11_28.models import (
|
|
3810
3847
|
WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
|
|
3811
3848
|
)
|
|
3812
3849
|
from githubkit.versions.v2022_11_28.models import (
|
|
3813
3850
|
WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
|
|
3814
3851
|
)
|
|
3815
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3816
|
-
WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
|
|
3817
|
-
)
|
|
3818
3852
|
from githubkit.versions.v2022_11_28.models import (
|
|
3819
3853
|
WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
|
|
3820
3854
|
)
|
|
3821
3855
|
from githubkit.versions.v2022_11_28.models import (
|
|
3822
3856
|
WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
|
|
3823
3857
|
)
|
|
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
3858
|
from githubkit.versions.v2022_11_28.models import (
|
|
3831
3859
|
WebhookMemberAddedPropChangesPropPermission as WebhookMemberAddedPropChangesPropPermission,
|
|
3832
3860
|
)
|
|
@@ -3836,36 +3864,18 @@ if TYPE_CHECKING:
|
|
|
3836
3864
|
from githubkit.versions.v2022_11_28.models import (
|
|
3837
3865
|
WebhookProjectCardEditedPropChangesPropNote as WebhookProjectCardEditedPropChangesPropNote,
|
|
3838
3866
|
)
|
|
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
3867
|
from githubkit.versions.v2022_11_28.models import (
|
|
3849
3868
|
WebhookPullRequestEditedPropChangesPropBase as WebhookPullRequestEditedPropChangesPropBase,
|
|
3850
3869
|
)
|
|
3851
3870
|
from githubkit.versions.v2022_11_28.models import (
|
|
3852
3871
|
WebhookPullRequestEditedPropChangesPropBody as WebhookPullRequestEditedPropChangesPropBody,
|
|
3853
3872
|
)
|
|
3854
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3855
|
-
WebhookPullRequestMilestonedPropPullRequest as WebhookPullRequestMilestonedPropPullRequest,
|
|
3856
|
-
)
|
|
3857
3873
|
from githubkit.versions.v2022_11_28.models import (
|
|
3858
3874
|
WebhookPullRequestReviewDismissedPropReview as WebhookPullRequestReviewDismissedPropReview,
|
|
3859
3875
|
)
|
|
3860
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3861
|
-
WebhookPullRequestReviewSubmittedPropReview as WebhookPullRequestReviewSubmittedPropReview,
|
|
3862
|
-
)
|
|
3863
3876
|
from githubkit.versions.v2022_11_28.models import (
|
|
3864
3877
|
WebhookPullRequestUnassignedPropPullRequest as WebhookPullRequestUnassignedPropPullRequest,
|
|
3865
3878
|
)
|
|
3866
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3867
|
-
WebhookReleaseReleasedPropReleasePropAuthor as WebhookReleaseReleasedPropReleasePropAuthor,
|
|
3868
|
-
)
|
|
3869
3879
|
from githubkit.versions.v2022_11_28.models import (
|
|
3870
3880
|
WebhookStatusPropCommitPropCommitPropAuthor as WebhookStatusPropCommitPropCommitPropAuthor,
|
|
3871
3881
|
)
|
|
@@ -3884,6 +3894,18 @@ if TYPE_CHECKING:
|
|
|
3884
3894
|
from githubkit.versions.v2022_11_28.models import (
|
|
3885
3895
|
WebhookWorkflowRunInProgressPropWorkflowRun as WebhookWorkflowRunInProgressPropWorkflowRun,
|
|
3886
3896
|
)
|
|
3897
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3898
|
+
WebhooksPreviousMarketplacePurchasePropPlan as WebhooksPreviousMarketplacePurchasePropPlan,
|
|
3899
|
+
)
|
|
3900
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3901
|
+
WebhooksPullRequest5PropRequestedTeamsItems as WebhooksPullRequest5PropRequestedTeamsItems,
|
|
3902
|
+
)
|
|
3903
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3904
|
+
WebhooksRelease1PropAssetsItemsPropUploader as WebhooksRelease1PropAssetsItemsPropUploader,
|
|
3905
|
+
)
|
|
3906
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
3907
|
+
WebhooksSecurityAdvisoryPropReferencesItems as WebhooksSecurityAdvisoryPropReferencesItems,
|
|
3908
|
+
)
|
|
3887
3909
|
from githubkit.versions.v2022_11_28.models import (
|
|
3888
3910
|
DependabotAlertSecurityAdvisoryPropCwesItems as DependabotAlertSecurityAdvisoryPropCwesItems,
|
|
3889
3911
|
)
|
|
@@ -3941,12 +3963,6 @@ if TYPE_CHECKING:
|
|
|
3941
3963
|
from githubkit.versions.v2022_11_28.models import (
|
|
3942
3964
|
WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
|
|
3943
3965
|
)
|
|
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
3966
|
from githubkit.versions.v2022_11_28.models import (
|
|
3951
3967
|
WebhookIssueCommentEditedPropIssueMergedUser as WebhookIssueCommentEditedPropIssueMergedUser,
|
|
3952
3968
|
)
|
|
@@ -3965,24 +3981,12 @@ if TYPE_CHECKING:
|
|
|
3965
3981
|
from githubkit.versions.v2022_11_28.models import (
|
|
3966
3982
|
WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
|
|
3967
3983
|
)
|
|
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
3984
|
from githubkit.versions.v2022_11_28.models import (
|
|
3978
3985
|
WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
|
|
3979
3986
|
)
|
|
3980
3987
|
from githubkit.versions.v2022_11_28.models import (
|
|
3981
3988
|
WebhookMemberEditedPropChangesPropPermission as WebhookMemberEditedPropChangesPropPermission,
|
|
3982
3989
|
)
|
|
3983
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
3984
|
-
WebhookOrganizationMemberAddedPropMembership as WebhookOrganizationMemberAddedPropMembership,
|
|
3985
|
-
)
|
|
3986
3990
|
from githubkit.versions.v2022_11_28.models import (
|
|
3987
3991
|
WebhookPackageUpdatedPropPackagePropRegistry as WebhookPackageUpdatedPropPackagePropRegistry,
|
|
3988
3992
|
)
|
|
@@ -3992,15 +3996,6 @@ if TYPE_CHECKING:
|
|
|
3992
3996
|
from githubkit.versions.v2022_11_28.models import (
|
|
3993
3997
|
WebhookProjectCardMovedPropProjectCardAllof1 as WebhookProjectCardMovedPropProjectCardAllof1,
|
|
3994
3998
|
)
|
|
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
3999
|
from githubkit.versions.v2022_11_28.models import (
|
|
4005
4000
|
WebhookProjectsV2ItemEditedPropChangesOneof0 as WebhookProjectsV2ItemEditedPropChangesOneof0,
|
|
4006
4001
|
)
|
|
@@ -4019,12 +4014,6 @@ if TYPE_CHECKING:
|
|
|
4019
4014
|
from githubkit.versions.v2022_11_28.models import (
|
|
4020
4015
|
WebhookPullRequestSynchronizePropPullRequest as WebhookPullRequestSynchronizePropPullRequest,
|
|
4021
4016
|
)
|
|
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
4017
|
from githubkit.versions.v2022_11_28.models import (
|
|
4029
4018
|
WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
|
|
4030
4019
|
)
|
|
@@ -4032,7 +4021,10 @@ if TYPE_CHECKING:
|
|
|
4032
4021
|
WebhookRubygemsMetadataPropDependenciesItems as WebhookRubygemsMetadataPropDependenciesItems,
|
|
4033
4022
|
)
|
|
4034
4023
|
from githubkit.versions.v2022_11_28.models import (
|
|
4035
|
-
|
|
4024
|
+
WebhooksPullRequest5PropMilestonePropCreator as WebhooksPullRequest5PropMilestonePropCreator,
|
|
4025
|
+
)
|
|
4026
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4027
|
+
WebhooksSecurityAdvisoryPropIdentifiersItems as WebhooksSecurityAdvisoryPropIdentifiersItems,
|
|
4036
4028
|
)
|
|
4037
4029
|
from githubkit.versions.v2022_11_28.models import (
|
|
4038
4030
|
BranchRestrictionPolicyPropAppsItemsPropOwner as BranchRestrictionPolicyPropAppsItemsPropOwner,
|
|
@@ -4085,9 +4077,6 @@ if TYPE_CHECKING:
|
|
|
4085
4077
|
from githubkit.versions.v2022_11_28.models import (
|
|
4086
4078
|
WebhookCodeScanningAlertClosedByUserPropAlert as WebhookCodeScanningAlertClosedByUserPropAlert,
|
|
4087
4079
|
)
|
|
4088
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4089
|
-
WebhookDeploymentReviewRequestedPropRequestor as WebhookDeploymentReviewRequestedPropRequestor,
|
|
4090
|
-
)
|
|
4091
4080
|
from githubkit.versions.v2022_11_28.models import (
|
|
4092
4081
|
WebhookDeploymentStatusCreatedPropWorkflowRun as WebhookDeploymentStatusCreatedPropWorkflowRun,
|
|
4093
4082
|
)
|
|
@@ -4097,18 +4086,9 @@ if TYPE_CHECKING:
|
|
|
4097
4086
|
from githubkit.versions.v2022_11_28.models import (
|
|
4098
4087
|
WebhookIssueCommentCreatedPropIssueMergedUser as WebhookIssueCommentCreatedPropIssueMergedUser,
|
|
4099
4088
|
)
|
|
4100
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4101
|
-
WebhookIssueCommentDeletedPropCommentPropUser as WebhookIssueCommentDeletedPropCommentPropUser,
|
|
4102
|
-
)
|
|
4103
4089
|
from githubkit.versions.v2022_11_28.models import (
|
|
4104
4090
|
WebhookIssueCommentDeletedPropIssueMergedUser as WebhookIssueCommentDeletedPropIssueMergedUser,
|
|
4105
4091
|
)
|
|
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
4092
|
from githubkit.versions.v2022_11_28.models import (
|
|
4113
4093
|
WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
|
|
4114
4094
|
)
|
|
@@ -4121,33 +4101,15 @@ if TYPE_CHECKING:
|
|
|
4121
4101
|
from githubkit.versions.v2022_11_28.models import (
|
|
4122
4102
|
WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
|
|
4123
4103
|
)
|
|
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
4104
|
from githubkit.versions.v2022_11_28.models import (
|
|
4134
4105
|
WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
|
|
4135
4106
|
)
|
|
4136
4107
|
from githubkit.versions.v2022_11_28.models import (
|
|
4137
4108
|
WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
|
|
4138
4109
|
)
|
|
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
4110
|
from githubkit.versions.v2022_11_28.models import (
|
|
4146
4111
|
WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
|
|
4147
4112
|
)
|
|
4148
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4149
|
-
WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
|
|
4150
|
-
)
|
|
4151
4113
|
from githubkit.versions.v2022_11_28.models import (
|
|
4152
4114
|
WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
|
|
4153
4115
|
)
|
|
@@ -4155,16 +4117,19 @@ if TYPE_CHECKING:
|
|
|
4155
4117
|
WebhookPushPropRepositoryPropCustomProperties as WebhookPushPropRepositoryPropCustomProperties,
|
|
4156
4118
|
)
|
|
4157
4119
|
from githubkit.versions.v2022_11_28.models import (
|
|
4158
|
-
|
|
4120
|
+
WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
|
|
4159
4121
|
)
|
|
4160
4122
|
from githubkit.versions.v2022_11_28.models import (
|
|
4161
|
-
|
|
4123
|
+
WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
|
|
4162
4124
|
)
|
|
4163
4125
|
from githubkit.versions.v2022_11_28.models import (
|
|
4164
|
-
|
|
4126
|
+
WebhooksPullRequest5PropBasePropRepoPropOwner as WebhooksPullRequest5PropBasePropRepoPropOwner,
|
|
4165
4127
|
)
|
|
4166
4128
|
from githubkit.versions.v2022_11_28.models import (
|
|
4167
|
-
|
|
4129
|
+
WebhooksPullRequest5PropHeadPropRepoPropOwner as WebhooksPullRequest5PropHeadPropRepoPropOwner,
|
|
4130
|
+
)
|
|
4131
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4132
|
+
WebhooksReviewCommentPropLinksPropPullRequest as WebhooksReviewCommentPropLinksPropPullRequest,
|
|
4168
4133
|
)
|
|
4169
4134
|
from githubkit.versions.v2022_11_28.models import (
|
|
4170
4135
|
OrgsOrgActionsRunnersGenerateJitconfigPostBody as OrgsOrgActionsRunnersGenerateJitconfigPostBody,
|
|
@@ -4253,36 +4218,9 @@ if TYPE_CHECKING:
|
|
|
4253
4218
|
from githubkit.versions.v2022_11_28.models import (
|
|
4254
4219
|
WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
|
|
4255
4220
|
)
|
|
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
4221
|
from githubkit.versions.v2022_11_28.models import (
|
|
4281
4222
|
WebhookOrganizationMemberInvitedPropInvitation as WebhookOrganizationMemberInvitedPropInvitation,
|
|
4282
4223
|
)
|
|
4283
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4284
|
-
WebhookOrganizationMemberRemovedPropMembership as WebhookOrganizationMemberRemovedPropMembership,
|
|
4285
|
-
)
|
|
4286
4224
|
from githubkit.versions.v2022_11_28.models import (
|
|
4287
4225
|
WebhookOrganizationRenamedPropChangesPropLogin as WebhookOrganizationRenamedPropChangesPropLogin,
|
|
4288
4226
|
)
|
|
@@ -4295,35 +4233,29 @@ if TYPE_CHECKING:
|
|
|
4295
4233
|
from githubkit.versions.v2022_11_28.models import (
|
|
4296
4234
|
WebhookProjectCardMovedPropChangesPropColumnId as WebhookProjectCardMovedPropChangesPropColumnId,
|
|
4297
4235
|
)
|
|
4298
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4299
|
-
WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
|
|
4300
|
-
)
|
|
4301
4236
|
from githubkit.versions.v2022_11_28.models import (
|
|
4302
4237
|
WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
|
|
4303
4238
|
)
|
|
4304
4239
|
from githubkit.versions.v2022_11_28.models import (
|
|
4305
|
-
|
|
4306
|
-
)
|
|
4307
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4308
|
-
WebhookReleaseUnpublishedPropReleasePropAuthor as WebhookReleaseUnpublishedPropReleasePropAuthor,
|
|
4240
|
+
WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
|
|
4309
4241
|
)
|
|
4310
4242
|
from githubkit.versions.v2022_11_28.models import (
|
|
4311
|
-
|
|
4243
|
+
WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
|
|
4312
4244
|
)
|
|
4313
4245
|
from githubkit.versions.v2022_11_28.models import (
|
|
4314
|
-
|
|
4246
|
+
WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
|
|
4315
4247
|
)
|
|
4316
4248
|
from githubkit.versions.v2022_11_28.models import (
|
|
4317
|
-
|
|
4249
|
+
WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
|
|
4318
4250
|
)
|
|
4319
4251
|
from githubkit.versions.v2022_11_28.models import (
|
|
4320
|
-
|
|
4252
|
+
WebhooksPreviousMarketplacePurchasePropAccount as WebhooksPreviousMarketplacePurchasePropAccount,
|
|
4321
4253
|
)
|
|
4322
4254
|
from githubkit.versions.v2022_11_28.models import (
|
|
4323
|
-
|
|
4255
|
+
WebhooksPullRequest5PropAutoMergePropEnabledBy as WebhooksPullRequest5PropAutoMergePropEnabledBy,
|
|
4324
4256
|
)
|
|
4325
4257
|
from githubkit.versions.v2022_11_28.models import (
|
|
4326
|
-
|
|
4258
|
+
WebhooksPullRequest5PropLinksPropReviewComment as WebhooksPullRequest5PropLinksPropReviewComment,
|
|
4327
4259
|
)
|
|
4328
4260
|
from githubkit.versions.v2022_11_28.models import (
|
|
4329
4261
|
DependencyGraphSpdxSbomPropSbomPropCreationInfo as DependencyGraphSpdxSbomPropSbomPropCreationInfo,
|
|
@@ -4376,18 +4308,6 @@ if TYPE_CHECKING:
|
|
|
4376
4308
|
from githubkit.versions.v2022_11_28.models import (
|
|
4377
4309
|
WebhookDeploymentReviewRequestedPropWorkflowRun as WebhookDeploymentReviewRequestedPropWorkflowRun,
|
|
4378
4310
|
)
|
|
4379
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4380
|
-
WebhookForkPropForkeeAllof0PropCustomProperties as WebhookForkPropForkeeAllof0PropCustomProperties,
|
|
4381
|
-
)
|
|
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
4311
|
from githubkit.versions.v2022_11_28.models import (
|
|
4392
4312
|
WebhookIssuesClosedPropIssueAllof0PropMilestone as WebhookIssuesClosedPropIssueAllof0PropMilestone,
|
|
4393
4313
|
)
|
|
@@ -4419,28 +4339,13 @@ if TYPE_CHECKING:
|
|
|
4419
4339
|
WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
|
|
4420
4340
|
)
|
|
4421
4341
|
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,
|
|
4342
|
+
WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
|
|
4438
4343
|
)
|
|
4439
4344
|
from githubkit.versions.v2022_11_28.models import (
|
|
4440
|
-
|
|
4345
|
+
WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
|
|
4441
4346
|
)
|
|
4442
4347
|
from githubkit.versions.v2022_11_28.models import (
|
|
4443
|
-
|
|
4348
|
+
WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
|
|
4444
4349
|
)
|
|
4445
4350
|
from githubkit.versions.v2022_11_28.models import (
|
|
4446
4351
|
WebhookPullRequestLockedPropPullRequestPropBase as WebhookPullRequestLockedPropPullRequestPropBase,
|
|
@@ -4452,22 +4357,22 @@ if TYPE_CHECKING:
|
|
|
4452
4357
|
WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
|
|
4453
4358
|
)
|
|
4454
4359
|
from githubkit.versions.v2022_11_28.models import (
|
|
4455
|
-
|
|
4360
|
+
WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
|
|
4456
4361
|
)
|
|
4457
4362
|
from githubkit.versions.v2022_11_28.models import (
|
|
4458
|
-
|
|
4363
|
+
WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
|
|
4459
4364
|
)
|
|
4460
4365
|
from githubkit.versions.v2022_11_28.models import (
|
|
4461
|
-
|
|
4366
|
+
WebhooksIssuePropPerformedViaGithubAppPropOwner as WebhooksIssuePropPerformedViaGithubAppPropOwner,
|
|
4462
4367
|
)
|
|
4463
4368
|
from githubkit.versions.v2022_11_28.models import (
|
|
4464
|
-
|
|
4369
|
+
WebhooksPullRequest5PropBasePropRepoPropLicense as WebhooksPullRequest5PropBasePropRepoPropLicense,
|
|
4465
4370
|
)
|
|
4466
4371
|
from githubkit.versions.v2022_11_28.models import (
|
|
4467
|
-
|
|
4372
|
+
WebhooksPullRequest5PropHeadPropRepoPropLicense as WebhooksPullRequest5PropHeadPropRepoPropLicense,
|
|
4468
4373
|
)
|
|
4469
4374
|
from githubkit.versions.v2022_11_28.models import (
|
|
4470
|
-
|
|
4375
|
+
WebhooksPullRequest5PropLinksPropReviewComments as WebhooksPullRequest5PropLinksPropReviewComments,
|
|
4471
4376
|
)
|
|
4472
4377
|
from githubkit.versions.v2022_11_28.models import (
|
|
4473
4378
|
AppManifestsCodeConversionsPostResponse201Allof1 as AppManifestsCodeConversionsPostResponse201Allof1,
|
|
@@ -4553,48 +4458,24 @@ if TYPE_CHECKING:
|
|
|
4553
4458
|
from githubkit.versions.v2022_11_28.models import (
|
|
4554
4459
|
WebhookDeploymentCreatedPropWorkflowRunPropActor as WebhookDeploymentCreatedPropWorkflowRunPropActor,
|
|
4555
4460
|
)
|
|
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
4461
|
from githubkit.versions.v2022_11_28.models import (
|
|
4563
4462
|
WebhookIssueCommentEditedPropIssueAllof0PropUser as WebhookIssueCommentEditedPropIssueAllof0PropUser,
|
|
4564
4463
|
)
|
|
4565
4464
|
from githubkit.versions.v2022_11_28.models import (
|
|
4566
4465
|
WebhookIssueCommentEditedPropIssueAllof1PropUser as WebhookIssueCommentEditedPropIssueAllof1PropUser,
|
|
4567
4466
|
)
|
|
4568
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4569
|
-
WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
|
|
4570
|
-
)
|
|
4571
4467
|
from githubkit.versions.v2022_11_28.models import (
|
|
4572
4468
|
WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
|
|
4573
4469
|
)
|
|
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
4470
|
from githubkit.versions.v2022_11_28.models import (
|
|
4581
4471
|
WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
|
|
4582
4472
|
)
|
|
4583
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4584
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
|
|
4585
|
-
)
|
|
4586
4473
|
from githubkit.versions.v2022_11_28.models import (
|
|
4587
4474
|
WebhookMarketplacePurchasePendingChangeCancelled as WebhookMarketplacePurchasePendingChangeCancelled,
|
|
4588
4475
|
)
|
|
4589
4476
|
from githubkit.versions.v2022_11_28.models import (
|
|
4590
4477
|
WebhookMilestoneEditedPropChangesPropDescription as WebhookMilestoneEditedPropChangesPropDescription,
|
|
4591
4478
|
)
|
|
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
4479
|
from githubkit.versions.v2022_11_28.models import (
|
|
4599
4480
|
WebhookPullRequestLabeledPropPullRequestPropBase as WebhookPullRequestLabeledPropPullRequestPropBase,
|
|
4600
4481
|
)
|
|
@@ -4607,18 +4488,9 @@ if TYPE_CHECKING:
|
|
|
4607
4488
|
from githubkit.versions.v2022_11_28.models import (
|
|
4608
4489
|
WebhookPullRequestLockedPropPullRequestPropLinks as WebhookPullRequestLockedPropPullRequestPropLinks,
|
|
4609
4490
|
)
|
|
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
4491
|
from githubkit.versions.v2022_11_28.models import (
|
|
4617
4492
|
WebhookPullRequestReviewDismissedPropPullRequest as WebhookPullRequestReviewDismissedPropPullRequest,
|
|
4618
4493
|
)
|
|
4619
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4620
|
-
WebhookPullRequestReviewEditedPropReviewPropUser as WebhookPullRequestReviewEditedPropReviewPropUser,
|
|
4621
|
-
)
|
|
4622
4494
|
from githubkit.versions.v2022_11_28.models import (
|
|
4623
4495
|
WebhookPullRequestReviewSubmittedPropPullRequest as WebhookPullRequestReviewSubmittedPropPullRequest,
|
|
4624
4496
|
)
|
|
@@ -4628,9 +4500,6 @@ if TYPE_CHECKING:
|
|
|
4628
4500
|
from githubkit.versions.v2022_11_28.models import (
|
|
4629
4501
|
WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
|
|
4630
4502
|
)
|
|
4631
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4632
|
-
WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
|
|
4633
|
-
)
|
|
4634
4503
|
from githubkit.versions.v2022_11_28.models import (
|
|
4635
4504
|
WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
|
|
4636
4505
|
)
|
|
@@ -4638,16 +4507,16 @@ if TYPE_CHECKING:
|
|
|
4638
4507
|
WebhookRepositoryTransferredPropChangesPropOwner as WebhookRepositoryTransferredPropChangesPropOwner,
|
|
4639
4508
|
)
|
|
4640
4509
|
from githubkit.versions.v2022_11_28.models import (
|
|
4641
|
-
|
|
4510
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
|
|
4642
4511
|
)
|
|
4643
4512
|
from githubkit.versions.v2022_11_28.models import (
|
|
4644
|
-
|
|
4513
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
|
|
4645
4514
|
)
|
|
4646
4515
|
from githubkit.versions.v2022_11_28.models import (
|
|
4647
|
-
|
|
4516
|
+
WebhooksIssue2PropPerformedViaGithubAppPropOwner as WebhooksIssue2PropPerformedViaGithubAppPropOwner,
|
|
4648
4517
|
)
|
|
4649
4518
|
from githubkit.versions.v2022_11_28.models import (
|
|
4650
|
-
|
|
4519
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItems as WebhooksSecurityAdvisoryPropVulnerabilitiesItems,
|
|
4651
4520
|
)
|
|
4652
4521
|
from githubkit.versions.v2022_11_28.models import (
|
|
4653
4522
|
CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
|
|
@@ -4718,30 +4587,9 @@ if TYPE_CHECKING:
|
|
|
4718
4587
|
from githubkit.versions.v2022_11_28.models import (
|
|
4719
4588
|
WebhookDeploymentCreatedPropDeploymentPropCreator as WebhookDeploymentCreatedPropDeploymentPropCreator,
|
|
4720
4589
|
)
|
|
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
4590
|
from githubkit.versions.v2022_11_28.models import (
|
|
4734
4591
|
WebhookDiscussionCommentEditedPropChangesPropBody as WebhookDiscussionCommentEditedPropChangesPropBody,
|
|
4735
4592
|
)
|
|
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
4593
|
from githubkit.versions.v2022_11_28.models import (
|
|
4746
4594
|
WebhookIssueCommentCreatedPropIssueAllof0PropUser as WebhookIssueCommentCreatedPropIssueAllof0PropUser,
|
|
4747
4595
|
)
|
|
@@ -4754,9 +4602,6 @@ if TYPE_CHECKING:
|
|
|
4754
4602
|
from githubkit.versions.v2022_11_28.models import (
|
|
4755
4603
|
WebhookIssueCommentDeletedPropIssueAllof1PropUser as WebhookIssueCommentDeletedPropIssueAllof1PropUser,
|
|
4756
4604
|
)
|
|
4757
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4758
|
-
WebhookIssueCommentEditedPropCommentPropReactions as WebhookIssueCommentEditedPropCommentPropReactions,
|
|
4759
|
-
)
|
|
4760
4605
|
from githubkit.versions.v2022_11_28.models import (
|
|
4761
4606
|
WebhookIssueCommentEditedPropIssueMergedAssignees as WebhookIssueCommentEditedPropIssueMergedAssignees,
|
|
4762
4607
|
)
|
|
@@ -4781,12 +4626,6 @@ if TYPE_CHECKING:
|
|
|
4781
4626
|
from githubkit.versions.v2022_11_28.models import (
|
|
4782
4627
|
WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
|
|
4783
4628
|
)
|
|
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
4629
|
from githubkit.versions.v2022_11_28.models import (
|
|
4791
4630
|
WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
|
|
4792
4631
|
)
|
|
@@ -4823,15 +4662,9 @@ if TYPE_CHECKING:
|
|
|
4823
4662
|
from githubkit.versions.v2022_11_28.models import (
|
|
4824
4663
|
WebhookPullRequestReviewCommentCreatedPropComment as WebhookPullRequestReviewCommentCreatedPropComment,
|
|
4825
4664
|
)
|
|
4826
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4827
|
-
WebhookPullRequestReviewCommentDeletedPropComment as WebhookPullRequestReviewCommentDeletedPropComment,
|
|
4828
|
-
)
|
|
4829
4665
|
from githubkit.versions.v2022_11_28.models import (
|
|
4830
4666
|
WebhookPullRequestReviewEditedPropChangesPropBody as WebhookPullRequestReviewEditedPropChangesPropBody,
|
|
4831
4667
|
)
|
|
4832
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4833
|
-
WebhookPullRequestReviewEditedPropReviewPropLinks as WebhookPullRequestReviewEditedPropReviewPropLinks,
|
|
4834
|
-
)
|
|
4835
4668
|
from githubkit.versions.v2022_11_28.models import (
|
|
4836
4669
|
WebhookPullRequestUnlockedPropPullRequestPropBase as WebhookPullRequestUnlockedPropPullRequestPropBase,
|
|
4837
4670
|
)
|
|
@@ -4844,12 +4677,6 @@ if TYPE_CHECKING:
|
|
|
4844
4677
|
from githubkit.versions.v2022_11_28.models import (
|
|
4845
4678
|
WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
|
|
4846
4679
|
)
|
|
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
4680
|
from githubkit.versions.v2022_11_28.models import (
|
|
4854
4681
|
WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
|
|
4855
4682
|
)
|
|
@@ -4883,6 +4710,9 @@ if TYPE_CHECKING:
|
|
|
4883
4710
|
from githubkit.versions.v2022_11_28.models import (
|
|
4884
4711
|
BranchProtectionPropRequiredConversationResolution as BranchProtectionPropRequiredConversationResolution,
|
|
4885
4712
|
)
|
|
4713
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4714
|
+
CodeScanningVariantAnalysisPropSkippedRepositories as CodeScanningVariantAnalysisPropSkippedRepositories,
|
|
4715
|
+
)
|
|
4886
4716
|
from githubkit.versions.v2022_11_28.models import (
|
|
4887
4717
|
DependabotAlertSecurityAdvisoryPropReferencesItems as DependabotAlertSecurityAdvisoryPropReferencesItems,
|
|
4888
4718
|
)
|
|
@@ -4925,12 +4755,6 @@ if TYPE_CHECKING:
|
|
|
4925
4755
|
from githubkit.versions.v2022_11_28.models import (
|
|
4926
4756
|
WebhookDeploymentStatusCreatedPropDeploymentStatus as WebhookDeploymentStatusCreatedPropDeploymentStatus,
|
|
4927
4757
|
)
|
|
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
4758
|
from githubkit.versions.v2022_11_28.models import (
|
|
4935
4759
|
WebhookIssueCommentCreatedPropCommentPropReactions as WebhookIssueCommentCreatedPropCommentPropReactions,
|
|
4936
4760
|
)
|
|
@@ -4943,9 +4767,6 @@ if TYPE_CHECKING:
|
|
|
4943
4767
|
from githubkit.versions.v2022_11_28.models import (
|
|
4944
4768
|
WebhookIssueCommentCreatedPropIssueMergedReactions as WebhookIssueCommentCreatedPropIssueMergedReactions,
|
|
4945
4769
|
)
|
|
4946
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4947
|
-
WebhookIssueCommentDeletedPropCommentPropReactions as WebhookIssueCommentDeletedPropCommentPropReactions,
|
|
4948
|
-
)
|
|
4949
4770
|
from githubkit.versions.v2022_11_28.models import (
|
|
4950
4771
|
WebhookIssueCommentDeletedPropIssueMergedAssignees as WebhookIssueCommentDeletedPropIssueMergedAssignees,
|
|
4951
4772
|
)
|
|
@@ -4961,15 +4782,9 @@ if TYPE_CHECKING:
|
|
|
4961
4782
|
from githubkit.versions.v2022_11_28.models import (
|
|
4962
4783
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
|
|
4963
4784
|
)
|
|
4964
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4965
|
-
WebhookIssuesUnassignedPropIssuePropAssigneesItems as WebhookIssuesUnassignedPropIssuePropAssigneesItems,
|
|
4966
|
-
)
|
|
4967
4785
|
from githubkit.versions.v2022_11_28.models import (
|
|
4968
4786
|
WebhookPackageUpdatedPropPackagePropPackageVersion as WebhookPackageUpdatedPropPackagePropPackageVersion,
|
|
4969
4787
|
)
|
|
4970
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
4971
|
-
WebhookProjectCardEditedPropProjectCardPropCreator as WebhookProjectCardEditedPropProjectCardPropCreator,
|
|
4972
|
-
)
|
|
4973
4788
|
from githubkit.versions.v2022_11_28.models import (
|
|
4974
4789
|
WebhookProjectsV2ProjectEditedPropChangesPropTitle as WebhookProjectsV2ProjectEditedPropChangesPropTitle,
|
|
4975
4790
|
)
|
|
@@ -5012,27 +4827,6 @@ if TYPE_CHECKING:
|
|
|
5012
4827
|
from githubkit.versions.v2022_11_28.models import (
|
|
5013
4828
|
WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
|
|
5014
4829
|
)
|
|
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
4830
|
from githubkit.versions.v2022_11_28.models import (
|
|
5037
4831
|
BranchRestrictionPolicyPropAppsItemsPropPermissions as BranchRestrictionPolicyPropAppsItemsPropPermissions,
|
|
5038
4832
|
)
|
|
@@ -5075,18 +4869,9 @@ if TYPE_CHECKING:
|
|
|
5075
4869
|
from githubkit.versions.v2022_11_28.models import (
|
|
5076
4870
|
WebhookCommitCommentCreatedPropCommentPropReactions as WebhookCommitCommentCreatedPropCommentPropReactions,
|
|
5077
4871
|
)
|
|
5078
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5079
|
-
WebhookInstallationRepositoriesRemovedPropRequester as WebhookInstallationRepositoriesRemovedPropRequester,
|
|
5080
|
-
)
|
|
5081
4872
|
from githubkit.versions.v2022_11_28.models import (
|
|
5082
4873
|
WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
|
|
5083
4874
|
)
|
|
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
4875
|
from githubkit.versions.v2022_11_28.models import (
|
|
5091
4876
|
WebhookProjectCardDeletedPropProjectCardPropCreator as WebhookProjectCardDeletedPropProjectCardPropCreator,
|
|
5092
4877
|
)
|
|
@@ -5102,21 +4887,9 @@ if TYPE_CHECKING:
|
|
|
5102
4887
|
from githubkit.versions.v2022_11_28.models import (
|
|
5103
4888
|
WebhookPullRequestLockedPropPullRequestPropMergedBy as WebhookPullRequestLockedPropPullRequestPropMergedBy,
|
|
5104
4889
|
)
|
|
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
4890
|
from githubkit.versions.v2022_11_28.models import (
|
|
5115
4891
|
WebhookPullRequestReviewDismissedPropReviewPropUser as WebhookPullRequestReviewDismissedPropReviewPropUser,
|
|
5116
4892
|
)
|
|
5117
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5118
|
-
WebhookPullRequestReviewSubmittedPropReviewPropUser as WebhookPullRequestReviewSubmittedPropReviewPropUser,
|
|
5119
|
-
)
|
|
5120
4893
|
from githubkit.versions.v2022_11_28.models import (
|
|
5121
4894
|
WebhookPullRequestUnassignedPropPullRequestPropBase as WebhookPullRequestUnassignedPropPullRequestPropBase,
|
|
5122
4895
|
)
|
|
@@ -5132,9 +4905,6 @@ if TYPE_CHECKING:
|
|
|
5132
4905
|
from githubkit.versions.v2022_11_28.models import (
|
|
5133
4906
|
WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
|
|
5134
4907
|
)
|
|
5135
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5136
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
|
|
5137
|
-
)
|
|
5138
4908
|
from githubkit.versions.v2022_11_28.models import (
|
|
5139
4909
|
WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
|
|
5140
4910
|
)
|
|
@@ -5144,9 +4914,6 @@ if TYPE_CHECKING:
|
|
|
5144
4914
|
from githubkit.versions.v2022_11_28.models import (
|
|
5145
4915
|
WebhookRepositoryVulnerabilityAlertResolvePropAlert as WebhookRepositoryVulnerabilityAlertResolvePropAlert,
|
|
5146
4916
|
)
|
|
5147
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5148
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsor as WebhookSponsorshipCreatedPropSponsorshipPropSponsor,
|
|
5149
|
-
)
|
|
5150
4917
|
from githubkit.versions.v2022_11_28.models import (
|
|
5151
4918
|
WebhookSponsorshipEditedPropChangesPropPrivacyLevel as WebhookSponsorshipEditedPropChangesPropPrivacyLevel,
|
|
5152
4919
|
)
|
|
@@ -5165,6 +4932,12 @@ if TYPE_CHECKING:
|
|
|
5165
4932
|
from githubkit.versions.v2022_11_28.models import (
|
|
5166
4933
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
|
|
5167
4934
|
)
|
|
4935
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4936
|
+
WebhooksPullRequest5PropBasePropRepoPropPermissions as WebhooksPullRequest5PropBasePropRepoPropPermissions,
|
|
4937
|
+
)
|
|
4938
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
4939
|
+
WebhooksPullRequest5PropHeadPropRepoPropPermissions as WebhooksPullRequest5PropHeadPropRepoPropPermissions,
|
|
4940
|
+
)
|
|
5168
4941
|
from githubkit.versions.v2022_11_28.models import (
|
|
5169
4942
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
|
|
5170
4943
|
)
|
|
@@ -5207,15 +4980,9 @@ if TYPE_CHECKING:
|
|
|
5207
4980
|
from githubkit.versions.v2022_11_28.models import (
|
|
5208
4981
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
|
|
5209
4982
|
)
|
|
5210
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5211
|
-
WebhookIssuesPinnedPropIssuePropMilestonePropCreator as WebhookIssuesPinnedPropIssuePropMilestonePropCreator,
|
|
5212
|
-
)
|
|
5213
4983
|
from githubkit.versions.v2022_11_28.models import (
|
|
5214
4984
|
WebhookIssuesTransferredPropChangesPropNewRepository as WebhookIssuesTransferredPropChangesPropNewRepository,
|
|
5215
4985
|
)
|
|
5216
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5217
|
-
WebhookOrganizationMemberAddedPropMembershipPropUser as WebhookOrganizationMemberAddedPropMembershipPropUser,
|
|
5218
|
-
)
|
|
5219
4986
|
from githubkit.versions.v2022_11_28.models import (
|
|
5220
4987
|
WebhookPackagePublishedPropPackagePropPackageVersion as WebhookPackagePublishedPropPackagePropPackageVersion,
|
|
5221
4988
|
)
|
|
@@ -5234,18 +5001,12 @@ if TYPE_CHECKING:
|
|
|
5234
5001
|
from githubkit.versions.v2022_11_28.models import (
|
|
5235
5002
|
WebhookPullRequestLockedPropPullRequestPropMilestone as WebhookPullRequestLockedPropPullRequestPropMilestone,
|
|
5236
5003
|
)
|
|
5237
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5238
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinks as WebhookPullRequestMilestonedPropPullRequestPropLinks,
|
|
5239
|
-
)
|
|
5240
5004
|
from githubkit.versions.v2022_11_28.models import (
|
|
5241
5005
|
WebhookPullRequestReviewCommentEditedPropPullRequest as WebhookPullRequestReviewCommentEditedPropPullRequest,
|
|
5242
5006
|
)
|
|
5243
5007
|
from githubkit.versions.v2022_11_28.models import (
|
|
5244
5008
|
WebhookPullRequestReviewDismissedPropReviewPropLinks as WebhookPullRequestReviewDismissedPropReviewPropLinks,
|
|
5245
5009
|
)
|
|
5246
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5247
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinks as WebhookPullRequestReviewSubmittedPropReviewPropLinks,
|
|
5248
|
-
)
|
|
5249
5010
|
from githubkit.versions.v2022_11_28.models import (
|
|
5250
5011
|
WebhookPullRequestSynchronizePropPullRequestPropBase as WebhookPullRequestSynchronizePropPullRequestPropBase,
|
|
5251
5012
|
)
|
|
@@ -5261,18 +5022,9 @@ if TYPE_CHECKING:
|
|
|
5261
5022
|
from githubkit.versions.v2022_11_28.models import (
|
|
5262
5023
|
WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
|
|
5263
5024
|
)
|
|
5264
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5265
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisory as WebhookSecurityAdvisoryPublishedPropSecurityAdvisory,
|
|
5266
|
-
)
|
|
5267
5025
|
from githubkit.versions.v2022_11_28.models import (
|
|
5268
5026
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory,
|
|
5269
5027
|
)
|
|
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
5028
|
from githubkit.versions.v2022_11_28.models import (
|
|
5277
5029
|
WebhookStatusPropCommitPropCommitPropCommitterAllof0 as WebhookStatusPropCommitPropCommitPropCommitterAllof0,
|
|
5278
5030
|
)
|
|
@@ -5333,9 +5085,6 @@ if TYPE_CHECKING:
|
|
|
5333
5085
|
from githubkit.versions.v2022_11_28.models import (
|
|
5334
5086
|
WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
|
|
5335
5087
|
)
|
|
5336
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5337
|
-
WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
|
|
5338
|
-
)
|
|
5339
5088
|
from githubkit.versions.v2022_11_28.models import (
|
|
5340
5089
|
WebhookIssueCommentCreatedPropIssueAllof0PropAssignee as WebhookIssueCommentCreatedPropIssueAllof0PropAssignee,
|
|
5341
5090
|
)
|
|
@@ -5375,27 +5124,12 @@ if TYPE_CHECKING:
|
|
|
5375
5124
|
from githubkit.versions.v2022_11_28.models import (
|
|
5376
5125
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
|
|
5377
5126
|
)
|
|
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
5127
|
from githubkit.versions.v2022_11_28.models import (
|
|
5385
5128
|
WebhookPullRequestAssignedPropPullRequestPropAssignee as WebhookPullRequestAssignedPropPullRequestPropAssignee,
|
|
5386
5129
|
)
|
|
5387
5130
|
from githubkit.versions.v2022_11_28.models import (
|
|
5388
5131
|
WebhookPullRequestAssignedPropPullRequestPropMergedBy as WebhookPullRequestAssignedPropPullRequestPropMergedBy,
|
|
5389
5132
|
)
|
|
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
5133
|
from githubkit.versions.v2022_11_28.models import (
|
|
5400
5134
|
WebhookPullRequestDequeuedPropPullRequestPropAssignee as WebhookPullRequestDequeuedPropPullRequestPropAssignee,
|
|
5401
5135
|
)
|
|
@@ -5442,19 +5176,25 @@ if TYPE_CHECKING:
|
|
|
5442
5176
|
WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
|
|
5443
5177
|
)
|
|
5444
5178
|
from githubkit.versions.v2022_11_28.models import (
|
|
5445
|
-
|
|
5179
|
+
WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
|
|
5446
5180
|
)
|
|
5447
5181
|
from githubkit.versions.v2022_11_28.models import (
|
|
5448
|
-
|
|
5182
|
+
WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
|
|
5449
5183
|
)
|
|
5450
5184
|
from githubkit.versions.v2022_11_28.models import (
|
|
5451
|
-
|
|
5185
|
+
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
|
|
5452
5186
|
)
|
|
5453
5187
|
from githubkit.versions.v2022_11_28.models import (
|
|
5454
|
-
|
|
5188
|
+
WebhooksIssuePropPerformedViaGithubAppPropPermissions as WebhooksIssuePropPerformedViaGithubAppPropPermissions,
|
|
5455
5189
|
)
|
|
5456
5190
|
from githubkit.versions.v2022_11_28.models import (
|
|
5457
|
-
|
|
5191
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof0 as WebhooksPullRequest5PropRequestedReviewersItemsOneof0,
|
|
5192
|
+
)
|
|
5193
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5194
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1 as WebhooksPullRequest5PropRequestedReviewersItemsOneof1,
|
|
5195
|
+
)
|
|
5196
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
5197
|
+
WebhooksPullRequest5PropRequestedTeamsItemsPropParent as WebhooksPullRequest5PropRequestedTeamsItemsPropParent,
|
|
5458
5198
|
)
|
|
5459
5199
|
from githubkit.versions.v2022_11_28.models import (
|
|
5460
5200
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
|
|
@@ -5489,9 +5229,6 @@ if TYPE_CHECKING:
|
|
|
5489
5229
|
from githubkit.versions.v2022_11_28.models import (
|
|
5490
5230
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropActor as WebhookDeploymentStatusCreatedPropWorkflowRunPropActor,
|
|
5491
5231
|
)
|
|
5492
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5493
|
-
WebhookDiscussionCommentEditedPropCommentPropReactions as WebhookDiscussionCommentEditedPropCommentPropReactions,
|
|
5494
|
-
)
|
|
5495
5232
|
from githubkit.versions.v2022_11_28.models import (
|
|
5496
5233
|
WebhookIssueCommentCreatedPropIssueAllof0PropMilestone as WebhookIssueCommentCreatedPropIssueAllof0PropMilestone,
|
|
5497
5234
|
)
|
|
@@ -5516,9 +5253,6 @@ if TYPE_CHECKING:
|
|
|
5516
5253
|
from githubkit.versions.v2022_11_28.models import (
|
|
5517
5254
|
WebhookIssueCommentDeletedPropIssueAllof1PropReactions as WebhookIssueCommentDeletedPropIssueAllof1PropReactions,
|
|
5518
5255
|
)
|
|
5519
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5520
|
-
WebhookIssuesAssignedPropIssuePropMilestonePropCreator as WebhookIssuesAssignedPropIssuePropMilestonePropCreator,
|
|
5521
|
-
)
|
|
5522
5256
|
from githubkit.versions.v2022_11_28.models import (
|
|
5523
5257
|
WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp as WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp,
|
|
5524
5258
|
)
|
|
@@ -5534,27 +5268,12 @@ if TYPE_CHECKING:
|
|
|
5534
5268
|
from githubkit.versions.v2022_11_28.models import (
|
|
5535
5269
|
WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
|
|
5536
5270
|
)
|
|
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
5271
|
from githubkit.versions.v2022_11_28.models import (
|
|
5550
5272
|
WebhookPullRequestAssignedPropPullRequestPropAutoMerge as WebhookPullRequestAssignedPropPullRequestPropAutoMerge,
|
|
5551
5273
|
)
|
|
5552
5274
|
from githubkit.versions.v2022_11_28.models import (
|
|
5553
5275
|
WebhookPullRequestAssignedPropPullRequestPropMilestone as WebhookPullRequestAssignedPropPullRequestPropMilestone,
|
|
5554
5276
|
)
|
|
5555
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5556
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinks as WebhookPullRequestDemilestonedPropPullRequestPropLinks,
|
|
5557
|
-
)
|
|
5558
5277
|
from githubkit.versions.v2022_11_28.models import (
|
|
5559
5278
|
WebhookPullRequestDequeuedPropPullRequestPropAutoMerge as WebhookPullRequestDequeuedPropPullRequestPropAutoMerge,
|
|
5560
5279
|
)
|
|
@@ -5592,22 +5311,19 @@ if TYPE_CHECKING:
|
|
|
5592
5311
|
WebhookPullRequestUnlockedPropPullRequestPropMilestone as WebhookPullRequestUnlockedPropPullRequestPropMilestone,
|
|
5593
5312
|
)
|
|
5594
5313
|
from githubkit.versions.v2022_11_28.models import (
|
|
5595
|
-
|
|
5596
|
-
)
|
|
5597
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5598
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorable as WebhookSponsorshipEditedPropSponsorshipPropSponsorable,
|
|
5314
|
+
WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
|
|
5599
5315
|
)
|
|
5600
5316
|
from githubkit.versions.v2022_11_28.models import (
|
|
5601
|
-
|
|
5317
|
+
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
|
|
5602
5318
|
)
|
|
5603
5319
|
from githubkit.versions.v2022_11_28.models import (
|
|
5604
|
-
|
|
5320
|
+
WebhooksIssue2PropPerformedViaGithubAppPropPermissions as WebhooksIssue2PropPerformedViaGithubAppPropPermissions,
|
|
5605
5321
|
)
|
|
5606
5322
|
from githubkit.versions.v2022_11_28.models import (
|
|
5607
|
-
|
|
5323
|
+
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
|
|
5608
5324
|
)
|
|
5609
5325
|
from githubkit.versions.v2022_11_28.models import (
|
|
5610
|
-
|
|
5326
|
+
CodeScanningVariantAnalysisPropScannedRepositoriesItems as CodeScanningVariantAnalysisPropScannedRepositoriesItems,
|
|
5611
5327
|
)
|
|
5612
5328
|
from githubkit.versions.v2022_11_28.models import (
|
|
5613
5329
|
EnterprisesEnterpriseSecretScanningAlertsGetResponse503 as EnterprisesEnterpriseSecretScanningAlertsGetResponse503,
|
|
@@ -5654,12 +5370,6 @@ if TYPE_CHECKING:
|
|
|
5654
5370
|
from githubkit.versions.v2022_11_28.models import (
|
|
5655
5371
|
WebhookDiscussionCategoryChangedPropChangesPropCategory as WebhookDiscussionCategoryChangedPropChangesPropCategory,
|
|
5656
5372
|
)
|
|
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
5373
|
from githubkit.versions.v2022_11_28.models import (
|
|
5664
5374
|
WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems,
|
|
5665
5375
|
)
|
|
@@ -5669,9 +5379,6 @@ if TYPE_CHECKING:
|
|
|
5669
5379
|
from githubkit.versions.v2022_11_28.models import (
|
|
5670
5380
|
WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems,
|
|
5671
5381
|
)
|
|
5672
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5673
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp as WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp,
|
|
5674
|
-
)
|
|
5675
5382
|
from githubkit.versions.v2022_11_28.models import (
|
|
5676
5383
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
|
|
5677
5384
|
)
|
|
@@ -5687,15 +5394,9 @@ if TYPE_CHECKING:
|
|
|
5687
5394
|
from githubkit.versions.v2022_11_28.models import (
|
|
5688
5395
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
|
|
5689
5396
|
)
|
|
5690
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5691
|
-
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
|
|
5692
|
-
)
|
|
5693
5397
|
from githubkit.versions.v2022_11_28.models import (
|
|
5694
5398
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
|
|
5695
5399
|
)
|
|
5696
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
5697
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
|
|
5698
|
-
)
|
|
5699
5400
|
from githubkit.versions.v2022_11_28.models import (
|
|
5700
5401
|
WebhookProjectCardMovedPropProjectCardAllof0PropCreator as WebhookProjectCardMovedPropProjectCardAllof0PropCreator,
|
|
5701
5402
|
)
|
|
@@ -5717,12 +5418,6 @@ if TYPE_CHECKING:
|
|
|
5717
5418
|
from githubkit.versions.v2022_11_28.models import (
|
|
5718
5419
|
WebhookPullRequestLockedPropPullRequestPropHeadPropUser as WebhookPullRequestLockedPropPullRequestPropHeadPropUser,
|
|
5719
5420
|
)
|
|
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
5421
|
from githubkit.versions.v2022_11_28.models import (
|
|
5727
5422
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequest as WebhookPullRequestReviewThreadUnresolvedPropPullRequest,
|
|
5728
5423
|
)
|
|
@@ -5741,12 +5436,6 @@ if TYPE_CHECKING:
|
|
|
5741
5436
|
from githubkit.versions.v2022_11_28.models import (
|
|
5742
5437
|
WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
|
|
5743
5438
|
)
|
|
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
5439
|
from githubkit.versions.v2022_11_28.models import (
|
|
5751
5440
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner,
|
|
5752
5441
|
)
|
|
@@ -5813,15 +5502,6 @@ if TYPE_CHECKING:
|
|
|
5813
5502
|
from githubkit.versions.v2022_11_28.models import (
|
|
5814
5503
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
|
|
5815
5504
|
)
|
|
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
5505
|
from githubkit.versions.v2022_11_28.models import (
|
|
5826
5506
|
WebhookProjectsV2ItemConvertedPropChangesPropContentType as WebhookProjectsV2ItemConvertedPropChangesPropContentType,
|
|
5827
5507
|
)
|
|
@@ -5855,18 +5535,6 @@ if TYPE_CHECKING:
|
|
|
5855
5535
|
from githubkit.versions.v2022_11_28.models import (
|
|
5856
5536
|
WebhookPullRequestLockedPropPullRequestPropLinksPropSelf as WebhookPullRequestLockedPropPullRequestPropLinksPropSelf,
|
|
5857
5537
|
)
|
|
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
5538
|
from githubkit.versions.v2022_11_28.models import (
|
|
5871
5539
|
WebhookPullRequestReviewDismissedPropPullRequestPropBase as WebhookPullRequestReviewDismissedPropPullRequestPropBase,
|
|
5872
5540
|
)
|
|
@@ -5909,12 +5577,6 @@ if TYPE_CHECKING:
|
|
|
5909
5577
|
from githubkit.versions.v2022_11_28.models import (
|
|
5910
5578
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
|
|
5911
5579
|
)
|
|
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
5580
|
from githubkit.versions.v2022_11_28.models import (
|
|
5919
5581
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
|
|
5920
5582
|
)
|
|
@@ -5966,12 +5628,6 @@ if TYPE_CHECKING:
|
|
|
5966
5628
|
from githubkit.versions.v2022_11_28.models import (
|
|
5967
5629
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
|
|
5968
5630
|
)
|
|
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
5631
|
from githubkit.versions.v2022_11_28.models import (
|
|
5976
5632
|
WebhookOrganizationMemberInvitedPropInvitationPropInviter as WebhookOrganizationMemberInvitedPropInvitationPropInviter,
|
|
5977
5633
|
)
|
|
@@ -5996,12 +5652,6 @@ if TYPE_CHECKING:
|
|
|
5996
5652
|
from githubkit.versions.v2022_11_28.models import (
|
|
5997
5653
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser,
|
|
5998
5654
|
)
|
|
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
5655
|
from githubkit.versions.v2022_11_28.models import (
|
|
6006
5656
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo,
|
|
6007
5657
|
)
|
|
@@ -6041,21 +5691,12 @@ if TYPE_CHECKING:
|
|
|
6041
5691
|
from githubkit.versions.v2022_11_28.models import (
|
|
6042
5692
|
WebhookPullRequestReviewCommentCreatedPropCommentPropUser as WebhookPullRequestReviewCommentCreatedPropCommentPropUser,
|
|
6043
5693
|
)
|
|
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
5694
|
from githubkit.versions.v2022_11_28.models import (
|
|
6051
5695
|
WebhookPullRequestReviewDismissedPropPullRequestPropLinks as WebhookPullRequestReviewDismissedPropPullRequestPropLinks,
|
|
6052
5696
|
)
|
|
6053
5697
|
from githubkit.versions.v2022_11_28.models import (
|
|
6054
5698
|
WebhookPullRequestReviewEditedPropPullRequestPropAssignee as WebhookPullRequestReviewEditedPropPullRequestPropAssignee,
|
|
6055
5699
|
)
|
|
6056
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6057
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml,
|
|
6058
|
-
)
|
|
6059
5700
|
from githubkit.versions.v2022_11_28.models import (
|
|
6060
5701
|
WebhookPullRequestReviewSubmittedPropPullRequestPropLinks as WebhookPullRequestReviewSubmittedPropPullRequestPropLinks,
|
|
6061
5702
|
)
|
|
@@ -6086,9 +5727,6 @@ if TYPE_CHECKING:
|
|
|
6086
5727
|
from githubkit.versions.v2022_11_28.models import (
|
|
6087
5728
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
|
|
6088
5729
|
)
|
|
6089
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6090
|
-
WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
|
|
6091
|
-
)
|
|
6092
5730
|
from githubkit.versions.v2022_11_28.models import (
|
|
6093
5731
|
WebhookTeamAddedToRepositoryPropRepositoryPropPermissions as WebhookTeamAddedToRepositoryPropRepositoryPropPermissions,
|
|
6094
5732
|
)
|
|
@@ -6146,15 +5784,6 @@ if TYPE_CHECKING:
|
|
|
6146
5784
|
from githubkit.versions.v2022_11_28.models import (
|
|
6147
5785
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
|
|
6148
5786
|
)
|
|
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
5787
|
from githubkit.versions.v2022_11_28.models import (
|
|
6159
5788
|
WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue,
|
|
6160
5789
|
)
|
|
@@ -6176,12 +5805,6 @@ if TYPE_CHECKING:
|
|
|
6176
5805
|
from githubkit.versions.v2022_11_28.models import (
|
|
6177
5806
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks,
|
|
6178
5807
|
)
|
|
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
5808
|
from githubkit.versions.v2022_11_28.models import (
|
|
6186
5809
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml,
|
|
6187
5810
|
)
|
|
@@ -6200,15 +5823,9 @@ if TYPE_CHECKING:
|
|
|
6200
5823
|
from githubkit.versions.v2022_11_28.models import (
|
|
6201
5824
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue,
|
|
6202
5825
|
)
|
|
6203
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6204
|
-
WebhookPullRequestMilestonedPropPullRequestPropLabelsItems as WebhookPullRequestMilestonedPropPullRequestPropLabelsItems,
|
|
6205
|
-
)
|
|
6206
5826
|
from githubkit.versions.v2022_11_28.models import (
|
|
6207
5827
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinks as WebhookPullRequestReviewCommentCreatedPropCommentPropLinks,
|
|
6208
5828
|
)
|
|
6209
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6210
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinks as WebhookPullRequestReviewCommentDeletedPropCommentPropLinks,
|
|
6211
|
-
)
|
|
6212
5829
|
from githubkit.versions.v2022_11_28.models import (
|
|
6213
5830
|
WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge,
|
|
6214
5831
|
)
|
|
@@ -6236,18 +5853,6 @@ if TYPE_CHECKING:
|
|
|
6236
5853
|
from githubkit.versions.v2022_11_28.models import (
|
|
6237
5854
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf,
|
|
6238
5855
|
)
|
|
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
5856
|
from githubkit.versions.v2022_11_28.models import (
|
|
6252
5857
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
|
|
6253
5858
|
)
|
|
@@ -6314,18 +5919,6 @@ if TYPE_CHECKING:
|
|
|
6314
5919
|
from githubkit.versions.v2022_11_28.models import (
|
|
6315
5920
|
WebhookPullRequestLockedPropPullRequestPropLinksPropCommits as WebhookPullRequestLockedPropPullRequestPropLinksPropCommits,
|
|
6316
5921
|
)
|
|
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
5922
|
from githubkit.versions.v2022_11_28.models import (
|
|
6330
5923
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest,
|
|
6331
5924
|
)
|
|
@@ -6363,13 +5956,7 @@ if TYPE_CHECKING:
|
|
|
6363
5956
|
WebhookRegistryPackagePublishedPropRegistryPackagePropOwner as WebhookRegistryPackagePublishedPropRegistryPackagePropOwner,
|
|
6364
5957
|
)
|
|
6365
5958
|
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,
|
|
5959
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
6373
5960
|
)
|
|
6374
5961
|
from githubkit.versions.v2022_11_28.models import (
|
|
6375
5962
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
@@ -6416,9 +6003,6 @@ if TYPE_CHECKING:
|
|
|
6416
6003
|
from githubkit.versions.v2022_11_28.models import (
|
|
6417
6004
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
|
|
6418
6005
|
)
|
|
6419
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6420
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems,
|
|
6421
|
-
)
|
|
6422
6006
|
from githubkit.versions.v2022_11_28.models import (
|
|
6423
6007
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits,
|
|
6424
6008
|
)
|
|
@@ -6428,12 +6012,6 @@ if TYPE_CHECKING:
|
|
|
6428
6012
|
from githubkit.versions.v2022_11_28.models import (
|
|
6429
6013
|
WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses as WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses,
|
|
6430
6014
|
)
|
|
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
6015
|
from githubkit.versions.v2022_11_28.models import (
|
|
6438
6016
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropBase as WebhookPullRequestReviewCommentEditedPropPullRequestPropBase,
|
|
6439
6017
|
)
|
|
@@ -6458,9 +6036,6 @@ if TYPE_CHECKING:
|
|
|
6458
6036
|
from githubkit.versions.v2022_11_28.models import (
|
|
6459
6037
|
WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee as WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee,
|
|
6460
6038
|
)
|
|
6461
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6462
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml,
|
|
6463
|
-
)
|
|
6464
6039
|
from githubkit.versions.v2022_11_28.models import (
|
|
6465
6040
|
WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo,
|
|
6466
6041
|
)
|
|
@@ -6488,18 +6063,9 @@ if TYPE_CHECKING:
|
|
|
6488
6063
|
from githubkit.versions.v2022_11_28.models import (
|
|
6489
6064
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry,
|
|
6490
6065
|
)
|
|
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
6066
|
from githubkit.versions.v2022_11_28.models import (
|
|
6498
6067
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss,
|
|
6499
6068
|
)
|
|
6500
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6501
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
|
|
6502
|
-
)
|
|
6503
6069
|
from githubkit.versions.v2022_11_28.models import (
|
|
6504
6070
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
|
|
6505
6071
|
)
|
|
@@ -6524,6 +6090,15 @@ if TYPE_CHECKING:
|
|
|
6524
6090
|
from githubkit.versions.v2022_11_28.models import (
|
|
6525
6091
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
|
|
6526
6092
|
)
|
|
6093
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6094
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
|
|
6095
|
+
)
|
|
6096
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6097
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
|
|
6098
|
+
)
|
|
6099
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6100
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
|
|
6101
|
+
)
|
|
6527
6102
|
from githubkit.versions.v2022_11_28.models import (
|
|
6528
6103
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
|
|
6529
6104
|
)
|
|
@@ -6554,12 +6129,6 @@ if TYPE_CHECKING:
|
|
|
6554
6129
|
from githubkit.versions.v2022_11_28.models import (
|
|
6555
6130
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems,
|
|
6556
6131
|
)
|
|
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
6132
|
from githubkit.versions.v2022_11_28.models import (
|
|
6564
6133
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit,
|
|
6565
6134
|
)
|
|
@@ -6593,18 +6162,6 @@ if TYPE_CHECKING:
|
|
|
6593
6162
|
from githubkit.versions.v2022_11_28.models import (
|
|
6594
6163
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy,
|
|
6595
6164
|
)
|
|
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
6165
|
from githubkit.versions.v2022_11_28.models import (
|
|
6609
6166
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits,
|
|
6610
6167
|
)
|
|
@@ -6617,12 +6174,6 @@ if TYPE_CHECKING:
|
|
|
6617
6174
|
from githubkit.versions.v2022_11_28.models import (
|
|
6618
6175
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses,
|
|
6619
6176
|
)
|
|
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
6177
|
from githubkit.versions.v2022_11_28.models import (
|
|
6627
6178
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase,
|
|
6628
6179
|
)
|
|
@@ -6641,9 +6192,6 @@ if TYPE_CHECKING:
|
|
|
6641
6192
|
from githubkit.versions.v2022_11_28.models import (
|
|
6642
6193
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser,
|
|
6643
6194
|
)
|
|
6644
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6645
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropReactions as WebhookPullRequestReviewCommentEditedPropCommentPropReactions,
|
|
6646
|
-
)
|
|
6647
6195
|
from githubkit.versions.v2022_11_28.models import (
|
|
6648
6196
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks,
|
|
6649
6197
|
)
|
|
@@ -6698,12 +6246,6 @@ if TYPE_CHECKING:
|
|
|
6698
6246
|
from githubkit.versions.v2022_11_28.models import (
|
|
6699
6247
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
|
|
6700
6248
|
)
|
|
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
6249
|
from githubkit.versions.v2022_11_28.models import (
|
|
6708
6250
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
|
|
6709
6251
|
)
|
|
@@ -6737,12 +6279,6 @@ if TYPE_CHECKING:
|
|
|
6737
6279
|
from githubkit.versions.v2022_11_28.models import (
|
|
6738
6280
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
|
|
6739
6281
|
)
|
|
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
6282
|
from githubkit.versions.v2022_11_28.models import (
|
|
6747
6283
|
WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp,
|
|
6748
6284
|
)
|
|
@@ -6761,18 +6297,12 @@ if TYPE_CHECKING:
|
|
|
6761
6297
|
from githubkit.versions.v2022_11_28.models import (
|
|
6762
6298
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
6763
6299
|
)
|
|
6764
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6765
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
6766
|
-
)
|
|
6767
6300
|
from githubkit.versions.v2022_11_28.models import (
|
|
6768
6301
|
WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems,
|
|
6769
6302
|
)
|
|
6770
6303
|
from githubkit.versions.v2022_11_28.models import (
|
|
6771
6304
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
|
|
6772
6305
|
)
|
|
6773
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6774
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
|
|
6775
|
-
)
|
|
6776
6306
|
from githubkit.versions.v2022_11_28.models import (
|
|
6777
6307
|
WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor,
|
|
6778
6308
|
)
|
|
@@ -6794,12 +6324,6 @@ if TYPE_CHECKING:
|
|
|
6794
6324
|
from githubkit.versions.v2022_11_28.models import (
|
|
6795
6325
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone,
|
|
6796
6326
|
)
|
|
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
6327
|
from githubkit.versions.v2022_11_28.models import (
|
|
6804
6328
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments as WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments,
|
|
6805
6329
|
)
|
|
@@ -6821,9 +6345,6 @@ if TYPE_CHECKING:
|
|
|
6821
6345
|
from githubkit.versions.v2022_11_28.models import (
|
|
6822
6346
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks,
|
|
6823
6347
|
)
|
|
6824
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6825
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropReactions as WebhookPullRequestReviewCommentDeletedPropCommentPropReactions,
|
|
6826
|
-
)
|
|
6827
6348
|
from githubkit.versions.v2022_11_28.models import (
|
|
6828
6349
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks,
|
|
6829
6350
|
)
|
|
@@ -6872,9 +6393,6 @@ if TYPE_CHECKING:
|
|
|
6872
6393
|
from githubkit.versions.v2022_11_28.models import (
|
|
6873
6394
|
WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry,
|
|
6874
6395
|
)
|
|
6875
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6876
|
-
WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom,
|
|
6877
|
-
)
|
|
6878
6396
|
from githubkit.versions.v2022_11_28.models import (
|
|
6879
6397
|
WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties as WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties,
|
|
6880
6398
|
)
|
|
@@ -6935,21 +6453,12 @@ if TYPE_CHECKING:
|
|
|
6935
6453
|
from githubkit.versions.v2022_11_28.models import (
|
|
6936
6454
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone,
|
|
6937
6455
|
)
|
|
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
6456
|
from githubkit.versions.v2022_11_28.models import (
|
|
6945
6457
|
WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems,
|
|
6946
6458
|
)
|
|
6947
6459
|
from githubkit.versions.v2022_11_28.models import (
|
|
6948
6460
|
WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator,
|
|
6949
6461
|
)
|
|
6950
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
6951
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits,
|
|
6952
|
-
)
|
|
6953
6462
|
from githubkit.versions.v2022_11_28.models import (
|
|
6954
6463
|
WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems,
|
|
6955
6464
|
)
|
|
@@ -6989,21 +6498,6 @@ if TYPE_CHECKING:
|
|
|
6989
6498
|
from githubkit.versions.v2022_11_28.models import (
|
|
6990
6499
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
|
|
6991
6500
|
)
|
|
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
6501
|
from githubkit.versions.v2022_11_28.models import (
|
|
7008
6502
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
|
|
7009
6503
|
)
|
|
@@ -7016,6 +6510,9 @@ if TYPE_CHECKING:
|
|
|
7016
6510
|
from githubkit.versions.v2022_11_28.models import (
|
|
7017
6511
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
|
|
7018
6512
|
)
|
|
6513
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6514
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent,
|
|
6515
|
+
)
|
|
7019
6516
|
from githubkit.versions.v2022_11_28.models import (
|
|
7020
6517
|
OrganizationProgrammaticAccessGrantPropPermissionsPropRepository as OrganizationProgrammaticAccessGrantPropPermissionsPropRepository,
|
|
7021
6518
|
)
|
|
@@ -7052,27 +6549,15 @@ if TYPE_CHECKING:
|
|
|
7052
6549
|
from githubkit.versions.v2022_11_28.models import (
|
|
7053
6550
|
WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems,
|
|
7054
6551
|
)
|
|
7055
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7056
|
-
WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems,
|
|
7057
|
-
)
|
|
7058
6552
|
from githubkit.versions.v2022_11_28.models import (
|
|
7059
6553
|
WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator,
|
|
7060
6554
|
)
|
|
7061
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7062
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7063
|
-
)
|
|
7064
6555
|
from githubkit.versions.v2022_11_28.models import (
|
|
7065
6556
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7066
6557
|
)
|
|
7067
6558
|
from githubkit.versions.v2022_11_28.models import (
|
|
7068
6559
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7069
6560
|
)
|
|
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
6561
|
from githubkit.versions.v2022_11_28.models import (
|
|
7077
6562
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
|
|
7078
6563
|
)
|
|
@@ -7097,12 +6582,6 @@ if TYPE_CHECKING:
|
|
|
7097
6582
|
from githubkit.versions.v2022_11_28.models import (
|
|
7098
6583
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner,
|
|
7099
6584
|
)
|
|
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
6585
|
from githubkit.versions.v2022_11_28.models import (
|
|
7107
6586
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee,
|
|
7108
6587
|
)
|
|
@@ -7118,9 +6597,6 @@ if TYPE_CHECKING:
|
|
|
7118
6597
|
from githubkit.versions.v2022_11_28.models import (
|
|
7119
6598
|
WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser,
|
|
7120
6599
|
)
|
|
7121
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7122
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest,
|
|
7123
|
-
)
|
|
7124
6600
|
from githubkit.versions.v2022_11_28.models import (
|
|
7125
6601
|
WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo,
|
|
7126
6602
|
)
|
|
@@ -7157,9 +6633,6 @@ if TYPE_CHECKING:
|
|
|
7157
6633
|
from githubkit.versions.v2022_11_28.models import (
|
|
7158
6634
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
|
|
7159
6635
|
)
|
|
7160
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7161
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
|
|
7162
|
-
)
|
|
7163
6636
|
from githubkit.versions.v2022_11_28.models import (
|
|
7164
6637
|
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
|
|
7165
6638
|
)
|
|
@@ -7199,9 +6672,6 @@ if TYPE_CHECKING:
|
|
|
7199
6672
|
from githubkit.versions.v2022_11_28.models import (
|
|
7200
6673
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
|
|
7201
6674
|
)
|
|
7202
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7203
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner,
|
|
7204
|
-
)
|
|
7205
6675
|
from githubkit.versions.v2022_11_28.models import (
|
|
7206
6676
|
WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator,
|
|
7207
6677
|
)
|
|
@@ -7220,9 +6690,6 @@ if TYPE_CHECKING:
|
|
|
7220
6690
|
from githubkit.versions.v2022_11_28.models import (
|
|
7221
6691
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser,
|
|
7222
6692
|
)
|
|
7223
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7224
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits,
|
|
7225
|
-
)
|
|
7226
6693
|
from githubkit.versions.v2022_11_28.models import (
|
|
7227
6694
|
WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator,
|
|
7228
6695
|
)
|
|
@@ -7247,12 +6714,6 @@ if TYPE_CHECKING:
|
|
|
7247
6714
|
from githubkit.versions.v2022_11_28.models import (
|
|
7248
6715
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee,
|
|
7249
6716
|
)
|
|
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
6717
|
from githubkit.versions.v2022_11_28.models import (
|
|
7257
6718
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge,
|
|
7258
6719
|
)
|
|
@@ -7295,15 +6756,9 @@ if TYPE_CHECKING:
|
|
|
7295
6756
|
from githubkit.versions.v2022_11_28.models import (
|
|
7296
6757
|
WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator,
|
|
7297
6758
|
)
|
|
7298
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7299
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems,
|
|
7300
|
-
)
|
|
7301
6759
|
from githubkit.versions.v2022_11_28.models import (
|
|
7302
6760
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems,
|
|
7303
6761
|
)
|
|
7304
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7305
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable,
|
|
7306
|
-
)
|
|
7307
6762
|
from githubkit.versions.v2022_11_28.models import (
|
|
7308
6763
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
|
|
7309
6764
|
)
|
|
@@ -7361,21 +6816,6 @@ if TYPE_CHECKING:
|
|
|
7361
6816
|
from githubkit.versions.v2022_11_28.models import (
|
|
7362
6817
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
|
|
7363
6818
|
)
|
|
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
6819
|
from githubkit.versions.v2022_11_28.models import (
|
|
7380
6820
|
WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1 as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1,
|
|
7381
6821
|
)
|
|
@@ -7403,12 +6843,6 @@ if TYPE_CHECKING:
|
|
|
7403
6843
|
from githubkit.versions.v2022_11_28.models import (
|
|
7404
6844
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf,
|
|
7405
6845
|
)
|
|
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
6846
|
from githubkit.versions.v2022_11_28.models import (
|
|
7413
6847
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner,
|
|
7414
6848
|
)
|
|
@@ -7436,9 +6870,6 @@ if TYPE_CHECKING:
|
|
|
7436
6870
|
from githubkit.versions.v2022_11_28.models import (
|
|
7437
6871
|
WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments,
|
|
7438
6872
|
)
|
|
7439
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7440
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems,
|
|
7441
|
-
)
|
|
7442
6873
|
from githubkit.versions.v2022_11_28.models import (
|
|
7443
6874
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml,
|
|
7444
6875
|
)
|
|
@@ -7451,12 +6882,6 @@ if TYPE_CHECKING:
|
|
|
7451
6882
|
from githubkit.versions.v2022_11_28.models import (
|
|
7452
6883
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone,
|
|
7453
6884
|
)
|
|
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
6885
|
from githubkit.versions.v2022_11_28.models import (
|
|
7461
6886
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge,
|
|
7462
6887
|
)
|
|
@@ -7520,9 +6945,6 @@ if TYPE_CHECKING:
|
|
|
7520
6945
|
from githubkit.versions.v2022_11_28.models import (
|
|
7521
6946
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems,
|
|
7522
6947
|
)
|
|
7523
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7524
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer,
|
|
7525
|
-
)
|
|
7526
6948
|
from githubkit.versions.v2022_11_28.models import (
|
|
7527
6949
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
|
|
7528
6950
|
)
|
|
@@ -7535,6 +6957,9 @@ if TYPE_CHECKING:
|
|
|
7535
6957
|
from githubkit.versions.v2022_11_28.models import (
|
|
7536
6958
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
|
|
7537
6959
|
)
|
|
6960
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
6961
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos,
|
|
6962
|
+
)
|
|
7538
6963
|
from githubkit.versions.v2022_11_28.models import (
|
|
7539
6964
|
PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage,
|
|
7540
6965
|
)
|
|
@@ -7574,12 +6999,6 @@ if TYPE_CHECKING:
|
|
|
7574
6999
|
from githubkit.versions.v2022_11_28.models import (
|
|
7575
7000
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions,
|
|
7576
7001
|
)
|
|
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
7002
|
from githubkit.versions.v2022_11_28.models import (
|
|
7584
7003
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
|
|
7585
7004
|
)
|
|
@@ -7625,9 +7044,6 @@ if TYPE_CHECKING:
|
|
|
7625
7044
|
from githubkit.versions.v2022_11_28.models import (
|
|
7626
7045
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments,
|
|
7627
7046
|
)
|
|
7628
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7629
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator,
|
|
7630
|
-
)
|
|
7631
7047
|
from githubkit.versions.v2022_11_28.models import (
|
|
7632
7048
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems,
|
|
7633
7049
|
)
|
|
@@ -7664,9 +7080,6 @@ if TYPE_CHECKING:
|
|
|
7664
7080
|
from githubkit.versions.v2022_11_28.models import (
|
|
7665
7081
|
WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone,
|
|
7666
7082
|
)
|
|
7667
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7668
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest,
|
|
7669
|
-
)
|
|
7670
7083
|
from githubkit.versions.v2022_11_28.models import (
|
|
7671
7084
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee,
|
|
7672
7085
|
)
|
|
@@ -7691,9 +7104,6 @@ if TYPE_CHECKING:
|
|
|
7691
7104
|
from githubkit.versions.v2022_11_28.models import (
|
|
7692
7105
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
|
|
7693
7106
|
)
|
|
7694
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7695
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
|
|
7696
|
-
)
|
|
7697
7107
|
from githubkit.versions.v2022_11_28.models import (
|
|
7698
7108
|
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
|
|
7699
7109
|
)
|
|
@@ -7748,9 +7158,6 @@ if TYPE_CHECKING:
|
|
|
7748
7158
|
from githubkit.versions.v2022_11_28.models import (
|
|
7749
7159
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7750
7160
|
)
|
|
7751
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7752
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7753
|
-
)
|
|
7754
7161
|
from githubkit.versions.v2022_11_28.models import (
|
|
7755
7162
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
|
|
7756
7163
|
)
|
|
@@ -7766,9 +7173,6 @@ if TYPE_CHECKING:
|
|
|
7766
7173
|
from githubkit.versions.v2022_11_28.models import (
|
|
7767
7174
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue,
|
|
7768
7175
|
)
|
|
7769
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
7770
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems,
|
|
7771
|
-
)
|
|
7772
7176
|
from githubkit.versions.v2022_11_28.models import (
|
|
7773
7177
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense,
|
|
7774
7178
|
)
|
|
@@ -7787,12 +7191,6 @@ if TYPE_CHECKING:
|
|
|
7787
7191
|
from githubkit.versions.v2022_11_28.models import (
|
|
7788
7192
|
WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments,
|
|
7789
7193
|
)
|
|
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
7194
|
from githubkit.versions.v2022_11_28.models import (
|
|
7797
7195
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems,
|
|
7798
7196
|
)
|
|
@@ -7910,27 +7308,12 @@ if TYPE_CHECKING:
|
|
|
7910
7308
|
from githubkit.versions.v2022_11_28.models import (
|
|
7911
7309
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
7912
7310
|
)
|
|
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
7311
|
from githubkit.versions.v2022_11_28.models import (
|
|
7920
7312
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
|
|
7921
7313
|
)
|
|
7922
7314
|
from githubkit.versions.v2022_11_28.models import (
|
|
7923
7315
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits,
|
|
7924
7316
|
)
|
|
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
7317
|
from githubkit.versions.v2022_11_28.models import (
|
|
7935
7318
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo,
|
|
7936
7319
|
)
|
|
@@ -8015,9 +7398,6 @@ if TYPE_CHECKING:
|
|
|
8015
7398
|
from githubkit.versions.v2022_11_28.models import (
|
|
8016
7399
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
|
|
8017
7400
|
)
|
|
8018
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8019
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
|
|
8020
|
-
)
|
|
8021
7401
|
from githubkit.versions.v2022_11_28.models import (
|
|
8022
7402
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
|
|
8023
7403
|
)
|
|
@@ -8039,21 +7419,12 @@ if TYPE_CHECKING:
|
|
|
8039
7419
|
from githubkit.versions.v2022_11_28.models import (
|
|
8040
7420
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner,
|
|
8041
7421
|
)
|
|
8042
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8043
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8044
|
-
)
|
|
8045
7422
|
from githubkit.versions.v2022_11_28.models import (
|
|
8046
7423
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8047
7424
|
)
|
|
8048
7425
|
from githubkit.versions.v2022_11_28.models import (
|
|
8049
7426
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8050
7427
|
)
|
|
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
7428
|
from githubkit.versions.v2022_11_28.models import (
|
|
8058
7429
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
|
|
8059
7430
|
)
|
|
@@ -8066,27 +7437,12 @@ if TYPE_CHECKING:
|
|
|
8066
7437
|
from githubkit.versions.v2022_11_28.models import (
|
|
8067
7438
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses,
|
|
8068
7439
|
)
|
|
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
7440
|
from githubkit.versions.v2022_11_28.models import (
|
|
8076
7441
|
WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8077
7442
|
)
|
|
8078
7443
|
from githubkit.versions.v2022_11_28.models import (
|
|
8079
7444
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions,
|
|
8080
7445
|
)
|
|
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
7446
|
from githubkit.versions.v2022_11_28.models import (
|
|
8091
7447
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml,
|
|
8092
7448
|
)
|
|
@@ -8159,9 +7515,6 @@ if TYPE_CHECKING:
|
|
|
8159
7515
|
from githubkit.versions.v2022_11_28.models import (
|
|
8160
7516
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
|
|
8161
7517
|
)
|
|
8162
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8163
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
|
|
8164
|
-
)
|
|
8165
7518
|
from githubkit.versions.v2022_11_28.models import (
|
|
8166
7519
|
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8167
7520
|
)
|
|
@@ -8201,9 +7554,6 @@ if TYPE_CHECKING:
|
|
|
8201
7554
|
from githubkit.versions.v2022_11_28.models import (
|
|
8202
7555
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator,
|
|
8203
7556
|
)
|
|
8204
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8205
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8206
|
-
)
|
|
8207
7557
|
from githubkit.versions.v2022_11_28.models import (
|
|
8208
7558
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
|
|
8209
7559
|
)
|
|
@@ -8219,12 +7569,6 @@ if TYPE_CHECKING:
|
|
|
8219
7569
|
from githubkit.versions.v2022_11_28.models import (
|
|
8220
7570
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses,
|
|
8221
7571
|
)
|
|
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
7572
|
from githubkit.versions.v2022_11_28.models import (
|
|
8229
7573
|
WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions,
|
|
8230
7574
|
)
|
|
@@ -8312,9 +7656,6 @@ if TYPE_CHECKING:
|
|
|
8312
7656
|
from githubkit.versions.v2022_11_28.models import (
|
|
8313
7657
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems,
|
|
8314
7658
|
)
|
|
8315
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8316
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems,
|
|
8317
|
-
)
|
|
8318
7659
|
from githubkit.versions.v2022_11_28.models import (
|
|
8319
7660
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
|
|
8320
7661
|
)
|
|
@@ -8333,6 +7674,9 @@ if TYPE_CHECKING:
|
|
|
8333
7674
|
from githubkit.versions.v2022_11_28.models import (
|
|
8334
7675
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead,
|
|
8335
7676
|
)
|
|
7677
|
+
from githubkit.versions.v2022_11_28.models import (
|
|
7678
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
7679
|
+
)
|
|
8336
7680
|
from githubkit.versions.v2022_11_28.models import (
|
|
8337
7681
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
|
|
8338
7682
|
)
|
|
@@ -8354,9 +7698,6 @@ if TYPE_CHECKING:
|
|
|
8354
7698
|
from githubkit.versions.v2022_11_28.models import (
|
|
8355
7699
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties,
|
|
8356
7700
|
)
|
|
8357
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8358
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8359
|
-
)
|
|
8360
7701
|
from githubkit.versions.v2022_11_28.models import (
|
|
8361
7702
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
|
|
8362
7703
|
)
|
|
@@ -8369,15 +7710,6 @@ if TYPE_CHECKING:
|
|
|
8369
7710
|
from githubkit.versions.v2022_11_28.models import (
|
|
8370
7711
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems,
|
|
8371
7712
|
)
|
|
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
7713
|
from githubkit.versions.v2022_11_28.models import (
|
|
8382
7714
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions,
|
|
8383
7715
|
)
|
|
@@ -8399,9 +7731,6 @@ if TYPE_CHECKING:
|
|
|
8399
7731
|
from githubkit.versions.v2022_11_28.models import (
|
|
8400
7732
|
WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8401
7733
|
)
|
|
8402
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8403
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest,
|
|
8404
|
-
)
|
|
8405
7734
|
from githubkit.versions.v2022_11_28.models import (
|
|
8406
7735
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits,
|
|
8407
7736
|
)
|
|
@@ -8459,9 +7788,6 @@ if TYPE_CHECKING:
|
|
|
8459
7788
|
from githubkit.versions.v2022_11_28.models import (
|
|
8460
7789
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization,
|
|
8461
7790
|
)
|
|
8462
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8463
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems,
|
|
8464
|
-
)
|
|
8465
7791
|
from githubkit.versions.v2022_11_28.models import (
|
|
8466
7792
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
|
|
8467
7793
|
)
|
|
@@ -8495,12 +7821,6 @@ if TYPE_CHECKING:
|
|
|
8495
7821
|
from githubkit.versions.v2022_11_28.models import (
|
|
8496
7822
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems,
|
|
8497
7823
|
)
|
|
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
7824
|
from githubkit.versions.v2022_11_28.models import (
|
|
8505
7825
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
|
|
8506
7826
|
)
|
|
@@ -8537,9 +7857,6 @@ if TYPE_CHECKING:
|
|
|
8537
7857
|
from githubkit.versions.v2022_11_28.models import (
|
|
8538
7858
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits,
|
|
8539
7859
|
)
|
|
8540
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8541
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest,
|
|
8542
|
-
)
|
|
8543
7860
|
from githubkit.versions.v2022_11_28.models import (
|
|
8544
7861
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits,
|
|
8545
7862
|
)
|
|
@@ -8612,12 +7929,6 @@ if TYPE_CHECKING:
|
|
|
8612
7929
|
from githubkit.versions.v2022_11_28.models import (
|
|
8613
7930
|
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
|
|
8614
7931
|
)
|
|
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
7932
|
from githubkit.versions.v2022_11_28.models import (
|
|
8622
7933
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin,
|
|
8623
7934
|
)
|
|
@@ -8663,12 +7974,6 @@ if TYPE_CHECKING:
|
|
|
8663
7974
|
from githubkit.versions.v2022_11_28.models import (
|
|
8664
7975
|
WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8665
7976
|
)
|
|
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
7977
|
from githubkit.versions.v2022_11_28.models import (
|
|
8673
7978
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments,
|
|
8674
7979
|
)
|
|
@@ -8729,9 +8034,6 @@ if TYPE_CHECKING:
|
|
|
8729
8034
|
from githubkit.versions.v2022_11_28.models import (
|
|
8730
8035
|
WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent,
|
|
8731
8036
|
)
|
|
8732
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8733
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8734
|
-
)
|
|
8735
8037
|
from githubkit.versions.v2022_11_28.models import (
|
|
8736
8038
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
|
|
8737
8039
|
)
|
|
@@ -8900,21 +8202,6 @@ if TYPE_CHECKING:
|
|
|
8900
8202
|
from githubkit.versions.v2022_11_28.models import (
|
|
8901
8203
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments,
|
|
8902
8204
|
)
|
|
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
8205
|
from githubkit.versions.v2022_11_28.models import (
|
|
8919
8206
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems,
|
|
8920
8207
|
)
|
|
@@ -8966,9 +8253,6 @@ if TYPE_CHECKING:
|
|
|
8966
8253
|
from githubkit.versions.v2022_11_28.models import (
|
|
8967
8254
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor,
|
|
8968
8255
|
)
|
|
8969
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
8970
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8971
|
-
)
|
|
8972
8256
|
from githubkit.versions.v2022_11_28.models import (
|
|
8973
8257
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
|
|
8974
8258
|
)
|
|
@@ -8990,12 +8274,6 @@ if TYPE_CHECKING:
|
|
|
8990
8274
|
from githubkit.versions.v2022_11_28.models import (
|
|
8991
8275
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo,
|
|
8992
8276
|
)
|
|
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
8277
|
from githubkit.versions.v2022_11_28.models import (
|
|
9000
8278
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor,
|
|
9001
8279
|
)
|
|
@@ -9077,15 +8355,6 @@ if TYPE_CHECKING:
|
|
|
9077
8355
|
from githubkit.versions.v2022_11_28.models import (
|
|
9078
8356
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts,
|
|
9079
8357
|
)
|
|
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
8358
|
from githubkit.versions.v2022_11_28.models import (
|
|
9090
8359
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner,
|
|
9091
8360
|
)
|
|
@@ -9152,9 +8421,6 @@ if TYPE_CHECKING:
|
|
|
9152
8421
|
from githubkit.versions.v2022_11_28.models import (
|
|
9153
8422
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
|
|
9154
8423
|
)
|
|
9155
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9156
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
|
|
9157
|
-
)
|
|
9158
8424
|
from githubkit.versions.v2022_11_28.models import (
|
|
9159
8425
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
|
|
9160
8426
|
)
|
|
@@ -9611,15 +8877,9 @@ if TYPE_CHECKING:
|
|
|
9611
8877
|
from githubkit.versions.v2022_11_28.models import (
|
|
9612
8878
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems,
|
|
9613
8879
|
)
|
|
9614
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9615
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9616
|
-
)
|
|
9617
8880
|
from githubkit.versions.v2022_11_28.models import (
|
|
9618
8881
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
|
|
9619
8882
|
)
|
|
9620
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9621
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9622
|
-
)
|
|
9623
8883
|
from githubkit.versions.v2022_11_28.models import (
|
|
9624
8884
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0,
|
|
9625
8885
|
)
|
|
@@ -9677,9 +8937,6 @@ if TYPE_CHECKING:
|
|
|
9677
8937
|
from githubkit.versions.v2022_11_28.models import (
|
|
9678
8938
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
|
|
9679
8939
|
)
|
|
9680
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9681
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan,
|
|
9682
|
-
)
|
|
9683
8940
|
from githubkit.versions.v2022_11_28.models import (
|
|
9684
8941
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems,
|
|
9685
8942
|
)
|
|
@@ -9713,9 +8970,6 @@ if TYPE_CHECKING:
|
|
|
9713
8970
|
from githubkit.versions.v2022_11_28.models import (
|
|
9714
8971
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor,
|
|
9715
8972
|
)
|
|
9716
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9717
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9718
|
-
)
|
|
9719
8973
|
from githubkit.versions.v2022_11_28.models import (
|
|
9720
8974
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
|
|
9721
8975
|
)
|
|
@@ -9725,9 +8979,6 @@ if TYPE_CHECKING:
|
|
|
9725
8979
|
from githubkit.versions.v2022_11_28.models import (
|
|
9726
8980
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
|
|
9727
8981
|
)
|
|
9728
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9729
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9730
|
-
)
|
|
9731
8982
|
from githubkit.versions.v2022_11_28.models import (
|
|
9732
8983
|
WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
|
|
9733
8984
|
)
|
|
@@ -9767,9 +9018,6 @@ if TYPE_CHECKING:
|
|
|
9767
9018
|
from githubkit.versions.v2022_11_28.models import (
|
|
9768
9019
|
WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions,
|
|
9769
9020
|
)
|
|
9770
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9771
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount,
|
|
9772
|
-
)
|
|
9773
9021
|
from githubkit.versions.v2022_11_28.models import (
|
|
9774
9022
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions,
|
|
9775
9023
|
)
|
|
@@ -9875,9 +9123,6 @@ if TYPE_CHECKING:
|
|
|
9875
9123
|
from githubkit.versions.v2022_11_28.models import (
|
|
9876
9124
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1 as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1,
|
|
9877
9125
|
)
|
|
9878
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9879
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9880
|
-
)
|
|
9881
9126
|
from githubkit.versions.v2022_11_28.models import (
|
|
9882
9127
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
|
|
9883
9128
|
)
|
|
@@ -9896,9 +9141,6 @@ if TYPE_CHECKING:
|
|
|
9896
9141
|
from githubkit.versions.v2022_11_28.models import (
|
|
9897
9142
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType,
|
|
9898
9143
|
)
|
|
9899
|
-
from githubkit.versions.v2022_11_28.models import (
|
|
9900
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9901
|
-
)
|
|
9902
9144
|
from githubkit.versions.v2022_11_28.models import (
|
|
9903
9145
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
|
|
9904
9146
|
)
|
|
@@ -9955,8 +9197,8 @@ else:
|
|
|
9955
9197
|
"VulnerabilityPropPackage",
|
|
9956
9198
|
"BasicError",
|
|
9957
9199
|
"ValidationErrorSimple",
|
|
9958
|
-
"Integration",
|
|
9959
9200
|
"IntegrationPropPermissions",
|
|
9201
|
+
"Integration",
|
|
9960
9202
|
"WebhookConfig",
|
|
9961
9203
|
"HookDeliveryItem",
|
|
9962
9204
|
"ScimError",
|
|
@@ -9988,6 +9230,8 @@ else:
|
|
|
9988
9230
|
"SimpleClassroomAssignment",
|
|
9989
9231
|
"SimpleClassroom",
|
|
9990
9232
|
"ClassroomAssignmentGrade",
|
|
9233
|
+
"CopilotUsageMetrics",
|
|
9234
|
+
"CopilotUsageMetricsPropBreakdownItems",
|
|
9991
9235
|
"DependabotAlertPackage",
|
|
9992
9236
|
"DependabotAlertSecurityVulnerability",
|
|
9993
9237
|
"DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion",
|
|
@@ -10137,9 +9381,15 @@ else:
|
|
|
10137
9381
|
"RepositoryRuleDeletion",
|
|
10138
9382
|
"RepositoryRuleRequiredSignatures",
|
|
10139
9383
|
"RepositoryRuleNonFastForward",
|
|
9384
|
+
"RepositoryRuleOneof14",
|
|
9385
|
+
"RepositoryRuleOneof14PropParameters",
|
|
9386
|
+
"RepositoryRuleOneof16",
|
|
9387
|
+
"RepositoryRuleOneof16PropParameters",
|
|
10140
9388
|
"RepositoryRuleUpdate",
|
|
10141
9389
|
"RepositoryRuleUpdatePropParameters",
|
|
10142
9390
|
"RepositoryRuleRequiredLinearHistory",
|
|
9391
|
+
"RepositoryRuleOneof15",
|
|
9392
|
+
"RepositoryRuleOneof15PropParameters",
|
|
10143
9393
|
"RepositoryRuleRequiredDeployments",
|
|
10144
9394
|
"RepositoryRuleRequiredDeploymentsPropParameters",
|
|
10145
9395
|
"RepositoryRulePullRequest",
|
|
@@ -10161,7 +9411,11 @@ else:
|
|
|
10161
9411
|
"RepositoryRuleWorkflows",
|
|
10162
9412
|
"RepositoryRuleWorkflowsPropParameters",
|
|
10163
9413
|
"RepositoryRuleParamsWorkflowFileReference",
|
|
9414
|
+
"RepositoryRuleCodeScanning",
|
|
9415
|
+
"RepositoryRuleCodeScanningPropParameters",
|
|
10164
9416
|
"RepositoryRuleParamsCodeScanningTool",
|
|
9417
|
+
"RepositoryRuleOneof17",
|
|
9418
|
+
"RepositoryRuleOneof17PropParameters",
|
|
10165
9419
|
"RepositoryRuleset",
|
|
10166
9420
|
"RepositoryRulesetPropLinks",
|
|
10167
9421
|
"RepositoryRulesetPropLinksPropSelf",
|
|
@@ -10310,6 +9564,13 @@ else:
|
|
|
10310
9564
|
"CodeScanningAnalysis",
|
|
10311
9565
|
"CodeScanningAnalysisDeletion",
|
|
10312
9566
|
"CodeScanningCodeqlDatabase",
|
|
9567
|
+
"CodeScanningVariantAnalysisRepository",
|
|
9568
|
+
"CodeScanningVariantAnalysisSkippedRepoGroup",
|
|
9569
|
+
"CodeScanningVariantAnalysis",
|
|
9570
|
+
"CodeScanningVariantAnalysisPropScannedRepositoriesItems",
|
|
9571
|
+
"CodeScanningVariantAnalysisPropSkippedRepositories",
|
|
9572
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos",
|
|
9573
|
+
"CodeScanningVariantAnalysisRepoTask",
|
|
10313
9574
|
"CodeScanningDefaultSetup",
|
|
10314
9575
|
"CodeScanningDefaultSetupUpdate",
|
|
10315
9576
|
"CodeScanningDefaultSetupUpdateResponse",
|
|
@@ -10525,6 +9786,7 @@ else:
|
|
|
10525
9786
|
"RepositoryRuleDetailedOneof12",
|
|
10526
9787
|
"RepositoryRuleDetailedOneof13",
|
|
10527
9788
|
"RepositoryRuleDetailedOneof14",
|
|
9789
|
+
"RepositoryRuleDetailedOneof15",
|
|
10528
9790
|
"SecretScanningAlert",
|
|
10529
9791
|
"RepositoryAdvisoryCreate",
|
|
10530
9792
|
"RepositoryAdvisoryCreatePropCreditsItems",
|
|
@@ -10614,12 +9876,72 @@ else:
|
|
|
10614
9876
|
"SimpleCheckSuite",
|
|
10615
9877
|
"CheckRunWithSimpleCheckSuite",
|
|
10616
9878
|
"CheckRunWithSimpleCheckSuitePropOutput",
|
|
9879
|
+
"WebhooksDeployKey",
|
|
9880
|
+
"WebhooksWorkflow",
|
|
9881
|
+
"WebhooksApprover",
|
|
9882
|
+
"WebhooksReviewersItems",
|
|
9883
|
+
"WebhooksReviewersItemsPropReviewer",
|
|
9884
|
+
"WebhooksWorkflowJobRun",
|
|
9885
|
+
"WebhooksUser",
|
|
9886
|
+
"WebhooksAnswer",
|
|
9887
|
+
"WebhooksAnswerPropReactions",
|
|
9888
|
+
"WebhooksAnswerPropUser",
|
|
10617
9889
|
"Discussion",
|
|
10618
9890
|
"DiscussionPropAnswerChosenBy",
|
|
10619
9891
|
"DiscussionPropCategory",
|
|
10620
9892
|
"DiscussionPropReactions",
|
|
10621
9893
|
"DiscussionPropUser",
|
|
9894
|
+
"WebhooksComment",
|
|
9895
|
+
"WebhooksCommentPropReactions",
|
|
9896
|
+
"WebhooksCommentPropUser",
|
|
9897
|
+
"WebhooksLabel",
|
|
9898
|
+
"WebhooksRepositoriesItems",
|
|
9899
|
+
"WebhooksRepositoriesAddedItems",
|
|
9900
|
+
"WebhooksIssueComment",
|
|
9901
|
+
"WebhooksIssueCommentPropReactions",
|
|
9902
|
+
"WebhooksIssueCommentPropUser",
|
|
9903
|
+
"WebhooksChanges",
|
|
9904
|
+
"WebhooksChangesPropBody",
|
|
9905
|
+
"WebhooksIssue",
|
|
9906
|
+
"WebhooksIssuePropAssignee",
|
|
9907
|
+
"WebhooksIssuePropAssigneesItems",
|
|
9908
|
+
"WebhooksIssuePropLabelsItems",
|
|
9909
|
+
"WebhooksIssuePropMilestone",
|
|
9910
|
+
"WebhooksIssuePropMilestonePropCreator",
|
|
9911
|
+
"WebhooksIssuePropPerformedViaGithubApp",
|
|
9912
|
+
"WebhooksIssuePropPerformedViaGithubAppPropOwner",
|
|
9913
|
+
"WebhooksIssuePropPerformedViaGithubAppPropPermissions",
|
|
9914
|
+
"WebhooksIssuePropPullRequest",
|
|
9915
|
+
"WebhooksIssuePropReactions",
|
|
9916
|
+
"WebhooksIssuePropUser",
|
|
9917
|
+
"WebhooksMilestone",
|
|
9918
|
+
"WebhooksMilestonePropCreator",
|
|
9919
|
+
"WebhooksIssue2",
|
|
9920
|
+
"WebhooksIssue2PropAssignee",
|
|
9921
|
+
"WebhooksIssue2PropAssigneesItems",
|
|
9922
|
+
"WebhooksIssue2PropLabelsItems",
|
|
9923
|
+
"WebhooksIssue2PropMilestone",
|
|
9924
|
+
"WebhooksIssue2PropMilestonePropCreator",
|
|
9925
|
+
"WebhooksIssue2PropPerformedViaGithubApp",
|
|
9926
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropOwner",
|
|
9927
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropPermissions",
|
|
9928
|
+
"WebhooksIssue2PropPullRequest",
|
|
9929
|
+
"WebhooksIssue2PropReactions",
|
|
9930
|
+
"WebhooksIssue2PropUser",
|
|
9931
|
+
"WebhooksUserMannequin",
|
|
9932
|
+
"WebhooksMarketplacePurchase",
|
|
9933
|
+
"WebhooksMarketplacePurchasePropAccount",
|
|
9934
|
+
"WebhooksMarketplacePurchasePropPlan",
|
|
9935
|
+
"WebhooksPreviousMarketplacePurchase",
|
|
9936
|
+
"WebhooksPreviousMarketplacePurchasePropAccount",
|
|
9937
|
+
"WebhooksPreviousMarketplacePurchasePropPlan",
|
|
9938
|
+
"WebhooksTeam",
|
|
9939
|
+
"WebhooksTeamPropParent",
|
|
10622
9940
|
"MergeGroup",
|
|
9941
|
+
"WebhooksMilestone3",
|
|
9942
|
+
"WebhooksMilestone3PropCreator",
|
|
9943
|
+
"WebhooksMembership",
|
|
9944
|
+
"WebhooksMembershipPropUser",
|
|
10623
9945
|
"PersonalAccessTokenRequest",
|
|
10624
9946
|
"PersonalAccessTokenRequestPropRepositoriesItems",
|
|
10625
9947
|
"PersonalAccessTokenRequestPropPermissionsAdded",
|
|
@@ -10634,11 +9956,96 @@ else:
|
|
|
10634
9956
|
"PersonalAccessTokenRequestPropPermissionsResultPropOrganization",
|
|
10635
9957
|
"PersonalAccessTokenRequestPropPermissionsResultPropRepository",
|
|
10636
9958
|
"PersonalAccessTokenRequestPropPermissionsResultPropOther",
|
|
9959
|
+
"WebhooksProjectCard",
|
|
9960
|
+
"WebhooksProjectCardPropCreator",
|
|
9961
|
+
"WebhooksProject",
|
|
9962
|
+
"WebhooksProjectPropCreator",
|
|
9963
|
+
"WebhooksProjectColumn",
|
|
10637
9964
|
"ProjectsV2",
|
|
9965
|
+
"WebhooksProjectChanges",
|
|
9966
|
+
"WebhooksProjectChangesPropArchivedAt",
|
|
10638
9967
|
"ProjectsV2Item",
|
|
10639
9968
|
"PullRequestWebhook",
|
|
10640
9969
|
"PullRequestWebhookAllof1",
|
|
9970
|
+
"WebhooksPullRequest5",
|
|
9971
|
+
"WebhooksPullRequest5PropAssignee",
|
|
9972
|
+
"WebhooksPullRequest5PropAssigneesItems",
|
|
9973
|
+
"WebhooksPullRequest5PropAutoMerge",
|
|
9974
|
+
"WebhooksPullRequest5PropAutoMergePropEnabledBy",
|
|
9975
|
+
"WebhooksPullRequest5PropLabelsItems",
|
|
9976
|
+
"WebhooksPullRequest5PropMergedBy",
|
|
9977
|
+
"WebhooksPullRequest5PropMilestone",
|
|
9978
|
+
"WebhooksPullRequest5PropMilestonePropCreator",
|
|
9979
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof0",
|
|
9980
|
+
"WebhooksPullRequest5PropUser",
|
|
9981
|
+
"WebhooksPullRequest5PropLinks",
|
|
9982
|
+
"WebhooksPullRequest5PropLinksPropComments",
|
|
9983
|
+
"WebhooksPullRequest5PropLinksPropCommits",
|
|
9984
|
+
"WebhooksPullRequest5PropLinksPropHtml",
|
|
9985
|
+
"WebhooksPullRequest5PropLinksPropIssue",
|
|
9986
|
+
"WebhooksPullRequest5PropLinksPropReviewComment",
|
|
9987
|
+
"WebhooksPullRequest5PropLinksPropReviewComments",
|
|
9988
|
+
"WebhooksPullRequest5PropLinksPropSelf",
|
|
9989
|
+
"WebhooksPullRequest5PropLinksPropStatuses",
|
|
9990
|
+
"WebhooksPullRequest5PropBase",
|
|
9991
|
+
"WebhooksPullRequest5PropBasePropUser",
|
|
9992
|
+
"WebhooksPullRequest5PropBasePropRepo",
|
|
9993
|
+
"WebhooksPullRequest5PropBasePropRepoPropLicense",
|
|
9994
|
+
"WebhooksPullRequest5PropBasePropRepoPropOwner",
|
|
9995
|
+
"WebhooksPullRequest5PropBasePropRepoPropPermissions",
|
|
9996
|
+
"WebhooksPullRequest5PropHead",
|
|
9997
|
+
"WebhooksPullRequest5PropHeadPropUser",
|
|
9998
|
+
"WebhooksPullRequest5PropHeadPropRepo",
|
|
9999
|
+
"WebhooksPullRequest5PropHeadPropRepoPropLicense",
|
|
10000
|
+
"WebhooksPullRequest5PropHeadPropRepoPropOwner",
|
|
10001
|
+
"WebhooksPullRequest5PropHeadPropRepoPropPermissions",
|
|
10002
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1",
|
|
10003
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent",
|
|
10004
|
+
"WebhooksPullRequest5PropRequestedTeamsItems",
|
|
10005
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsPropParent",
|
|
10006
|
+
"WebhooksReviewComment",
|
|
10007
|
+
"WebhooksReviewCommentPropReactions",
|
|
10008
|
+
"WebhooksReviewCommentPropUser",
|
|
10009
|
+
"WebhooksReviewCommentPropLinks",
|
|
10010
|
+
"WebhooksReviewCommentPropLinksPropHtml",
|
|
10011
|
+
"WebhooksReviewCommentPropLinksPropPullRequest",
|
|
10012
|
+
"WebhooksReviewCommentPropLinksPropSelf",
|
|
10013
|
+
"WebhooksReview",
|
|
10014
|
+
"WebhooksReviewPropUser",
|
|
10015
|
+
"WebhooksReviewPropLinks",
|
|
10016
|
+
"WebhooksReviewPropLinksPropHtml",
|
|
10017
|
+
"WebhooksReviewPropLinksPropPullRequest",
|
|
10018
|
+
"WebhooksRelease",
|
|
10019
|
+
"WebhooksReleasePropAuthor",
|
|
10020
|
+
"WebhooksReleasePropReactions",
|
|
10021
|
+
"WebhooksReleasePropAssetsItems",
|
|
10022
|
+
"WebhooksReleasePropAssetsItemsPropUploader",
|
|
10023
|
+
"WebhooksRelease1",
|
|
10024
|
+
"WebhooksRelease1PropAssetsItems",
|
|
10025
|
+
"WebhooksRelease1PropAssetsItemsPropUploader",
|
|
10026
|
+
"WebhooksRelease1PropAuthor",
|
|
10027
|
+
"WebhooksRelease1PropReactions",
|
|
10028
|
+
"WebhooksAlert",
|
|
10029
|
+
"WebhooksAlertPropDismisser",
|
|
10641
10030
|
"SecretScanningAlertWebhook",
|
|
10031
|
+
"WebhooksSecurityAdvisory",
|
|
10032
|
+
"WebhooksSecurityAdvisoryPropCvss",
|
|
10033
|
+
"WebhooksSecurityAdvisoryPropCwesItems",
|
|
10034
|
+
"WebhooksSecurityAdvisoryPropIdentifiersItems",
|
|
10035
|
+
"WebhooksSecurityAdvisoryPropReferencesItems",
|
|
10036
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItems",
|
|
10037
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
10038
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
10039
|
+
"WebhooksSponsorship",
|
|
10040
|
+
"WebhooksSponsorshipPropMaintainer",
|
|
10041
|
+
"WebhooksSponsorshipPropSponsor",
|
|
10042
|
+
"WebhooksSponsorshipPropSponsorable",
|
|
10043
|
+
"WebhooksSponsorshipPropTier",
|
|
10044
|
+
"WebhooksChanges8",
|
|
10045
|
+
"WebhooksChanges8PropTier",
|
|
10046
|
+
"WebhooksChanges8PropTierPropFrom",
|
|
10047
|
+
"WebhooksTeam1",
|
|
10048
|
+
"WebhooksTeam1PropParent",
|
|
10642
10049
|
"WebhookBranchProtectionConfigurationDisabled",
|
|
10643
10050
|
"WebhookBranchProtectionConfigurationEnabled",
|
|
10644
10051
|
"WebhookBranchProtectionRuleCreated",
|
|
@@ -10765,11 +10172,8 @@ else:
|
|
|
10765
10172
|
"WebhookDependabotAlertReintroduced",
|
|
10766
10173
|
"WebhookDependabotAlertReopened",
|
|
10767
10174
|
"WebhookDeployKeyCreated",
|
|
10768
|
-
"WebhookDeployKeyCreatedPropKey",
|
|
10769
10175
|
"WebhookDeployKeyDeleted",
|
|
10770
|
-
"WebhookDeployKeyDeletedPropKey",
|
|
10771
10176
|
"WebhookDeploymentCreated",
|
|
10772
|
-
"WebhookDeploymentCreatedPropWorkflow",
|
|
10773
10177
|
"WebhookDeploymentCreatedPropDeployment",
|
|
10774
10178
|
"WebhookDeploymentCreatedPropDeploymentPropCreator",
|
|
10775
10179
|
"WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0",
|
|
@@ -10791,11 +10195,7 @@ else:
|
|
|
10791
10195
|
"WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10792
10196
|
"WebhookDeploymentProtectionRuleRequested",
|
|
10793
10197
|
"WebhookDeploymentReviewApproved",
|
|
10794
|
-
"WebhookDeploymentReviewApprovedPropApprover",
|
|
10795
|
-
"WebhookDeploymentReviewApprovedPropWorkflowJobRun",
|
|
10796
10198
|
"WebhookDeploymentReviewApprovedPropWorkflowJobRunsItems",
|
|
10797
|
-
"WebhookDeploymentReviewApprovedPropReviewersItems",
|
|
10798
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer",
|
|
10799
10199
|
"WebhookDeploymentReviewApprovedPropWorkflowRun",
|
|
10800
10200
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropActor",
|
|
10801
10201
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommit",
|
|
@@ -10811,11 +10211,7 @@ else:
|
|
|
10811
10211
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10812
10212
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10813
10213
|
"WebhookDeploymentReviewRejected",
|
|
10814
|
-
"WebhookDeploymentReviewRejectedPropApprover",
|
|
10815
|
-
"WebhookDeploymentReviewRejectedPropWorkflowJobRun",
|
|
10816
10214
|
"WebhookDeploymentReviewRejectedPropWorkflowJobRunsItems",
|
|
10817
|
-
"WebhookDeploymentReviewRejectedPropReviewersItems",
|
|
10818
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer",
|
|
10819
10215
|
"WebhookDeploymentReviewRejectedPropWorkflowRun",
|
|
10820
10216
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropActor",
|
|
10821
10217
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommit",
|
|
@@ -10831,7 +10227,6 @@ else:
|
|
|
10831
10227
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10832
10228
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10833
10229
|
"WebhookDeploymentReviewRequested",
|
|
10834
|
-
"WebhookDeploymentReviewRequestedPropRequestor",
|
|
10835
10230
|
"WebhookDeploymentReviewRequestedPropWorkflowJobRun",
|
|
10836
10231
|
"WebhookDeploymentReviewRequestedPropReviewersItems",
|
|
10837
10232
|
"WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer",
|
|
@@ -10851,7 +10246,6 @@ else:
|
|
|
10851
10246
|
"WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10852
10247
|
"WebhookDeploymentStatusCreated",
|
|
10853
10248
|
"WebhookDeploymentStatusCreatedPropCheckRun",
|
|
10854
|
-
"WebhookDeploymentStatusCreatedPropWorkflow",
|
|
10855
10249
|
"WebhookDeploymentStatusCreatedPropDeployment",
|
|
10856
10250
|
"WebhookDeploymentStatusCreatedPropDeploymentPropCreator",
|
|
10857
10251
|
"WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1",
|
|
@@ -10877,28 +10271,16 @@ else:
|
|
|
10877
10271
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
10878
10272
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
10879
10273
|
"WebhookDiscussionAnswered",
|
|
10880
|
-
"WebhookDiscussionAnsweredPropAnswer",
|
|
10881
|
-
"WebhookDiscussionAnsweredPropAnswerPropReactions",
|
|
10882
|
-
"WebhookDiscussionAnsweredPropAnswerPropUser",
|
|
10883
10274
|
"WebhookDiscussionCategoryChanged",
|
|
10884
10275
|
"WebhookDiscussionCategoryChangedPropChanges",
|
|
10885
10276
|
"WebhookDiscussionCategoryChangedPropChangesPropCategory",
|
|
10886
10277
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFrom",
|
|
10887
10278
|
"WebhookDiscussionClosed",
|
|
10888
10279
|
"WebhookDiscussionCommentCreated",
|
|
10889
|
-
"WebhookDiscussionCommentCreatedPropComment",
|
|
10890
|
-
"WebhookDiscussionCommentCreatedPropCommentPropReactions",
|
|
10891
|
-
"WebhookDiscussionCommentCreatedPropCommentPropUser",
|
|
10892
10280
|
"WebhookDiscussionCommentDeleted",
|
|
10893
|
-
"WebhookDiscussionCommentDeletedPropComment",
|
|
10894
|
-
"WebhookDiscussionCommentDeletedPropCommentPropReactions",
|
|
10895
|
-
"WebhookDiscussionCommentDeletedPropCommentPropUser",
|
|
10896
10281
|
"WebhookDiscussionCommentEdited",
|
|
10897
10282
|
"WebhookDiscussionCommentEditedPropChanges",
|
|
10898
10283
|
"WebhookDiscussionCommentEditedPropChangesPropBody",
|
|
10899
|
-
"WebhookDiscussionCommentEditedPropComment",
|
|
10900
|
-
"WebhookDiscussionCommentEditedPropCommentPropReactions",
|
|
10901
|
-
"WebhookDiscussionCommentEditedPropCommentPropUser",
|
|
10902
10284
|
"WebhookDiscussionCreated",
|
|
10903
10285
|
"WebhookDiscussionDeleted",
|
|
10904
10286
|
"WebhookDiscussionEdited",
|
|
@@ -10906,18 +10288,13 @@ else:
|
|
|
10906
10288
|
"WebhookDiscussionEditedPropChangesPropBody",
|
|
10907
10289
|
"WebhookDiscussionEditedPropChangesPropTitle",
|
|
10908
10290
|
"WebhookDiscussionLabeled",
|
|
10909
|
-
"WebhookDiscussionLabeledPropLabel",
|
|
10910
10291
|
"WebhookDiscussionLocked",
|
|
10911
10292
|
"WebhookDiscussionPinned",
|
|
10912
10293
|
"WebhookDiscussionReopened",
|
|
10913
10294
|
"WebhookDiscussionTransferred",
|
|
10914
10295
|
"WebhookDiscussionTransferredPropChanges",
|
|
10915
10296
|
"WebhookDiscussionUnanswered",
|
|
10916
|
-
"WebhookDiscussionUnansweredPropOldAnswer",
|
|
10917
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropReactions",
|
|
10918
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropUser",
|
|
10919
10297
|
"WebhookDiscussionUnlabeled",
|
|
10920
|
-
"WebhookDiscussionUnlabeledPropLabel",
|
|
10921
10298
|
"WebhookDiscussionUnlocked",
|
|
10922
10299
|
"WebhookDiscussionUnpinned",
|
|
10923
10300
|
"WebhookFork",
|
|
@@ -10927,7 +10304,6 @@ else:
|
|
|
10927
10304
|
"WebhookForkPropForkeeAllof0",
|
|
10928
10305
|
"WebhookForkPropForkeeAllof0PropLicense",
|
|
10929
10306
|
"WebhookForkPropForkeeAllof0PropOwner",
|
|
10930
|
-
"WebhookForkPropForkeeAllof0PropCustomProperties",
|
|
10931
10307
|
"WebhookForkPropForkeeAllof0PropPermissions",
|
|
10932
10308
|
"WebhookForkPropForkeeAllof1",
|
|
10933
10309
|
"WebhookForkPropForkeeAllof1PropLicense",
|
|
@@ -10936,29 +10312,19 @@ else:
|
|
|
10936
10312
|
"WebhookGollum",
|
|
10937
10313
|
"WebhookGollumPropPagesItems",
|
|
10938
10314
|
"WebhookInstallationCreated",
|
|
10939
|
-
"WebhookInstallationCreatedPropRepositoriesItems",
|
|
10940
|
-
"WebhookInstallationCreatedPropRequester",
|
|
10941
10315
|
"WebhookInstallationDeleted",
|
|
10942
|
-
"WebhookInstallationDeletedPropRepositoriesItems",
|
|
10943
10316
|
"WebhookInstallationNewPermissionsAccepted",
|
|
10944
|
-
"WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems",
|
|
10945
10317
|
"WebhookInstallationRepositoriesAdded",
|
|
10946
|
-
"WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems",
|
|
10947
10318
|
"WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems",
|
|
10948
|
-
"WebhookInstallationRepositoriesAddedPropRequester",
|
|
10949
10319
|
"WebhookInstallationRepositoriesRemoved",
|
|
10950
|
-
"WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems",
|
|
10951
10320
|
"WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItems",
|
|
10952
|
-
"WebhookInstallationRepositoriesRemovedPropRequester",
|
|
10953
10321
|
"WebhookInstallationSuspend",
|
|
10954
|
-
"WebhookInstallationSuspendPropRepositoriesItems",
|
|
10955
10322
|
"WebhookInstallationTargetRenamed",
|
|
10956
10323
|
"WebhookInstallationTargetRenamedPropAccount",
|
|
10957
10324
|
"WebhookInstallationTargetRenamedPropChanges",
|
|
10958
10325
|
"WebhookInstallationTargetRenamedPropChangesPropLogin",
|
|
10959
10326
|
"WebhookInstallationTargetRenamedPropChangesPropSlug",
|
|
10960
10327
|
"WebhookInstallationUnsuspend",
|
|
10961
|
-
"WebhookInstallationUnsuspendPropRepositoriesItems",
|
|
10962
10328
|
"WebhookIssueCommentCreated",
|
|
10963
10329
|
"WebhookIssueCommentCreatedPropComment",
|
|
10964
10330
|
"WebhookIssueCommentCreatedPropCommentPropReactions",
|
|
@@ -10990,9 +10356,6 @@ else:
|
|
|
10990
10356
|
"WebhookIssueCommentCreatedPropIssueMergedMilestone",
|
|
10991
10357
|
"WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp",
|
|
10992
10358
|
"WebhookIssueCommentDeleted",
|
|
10993
|
-
"WebhookIssueCommentDeletedPropComment",
|
|
10994
|
-
"WebhookIssueCommentDeletedPropCommentPropReactions",
|
|
10995
|
-
"WebhookIssueCommentDeletedPropCommentPropUser",
|
|
10996
10359
|
"WebhookIssueCommentDeletedPropIssue",
|
|
10997
10360
|
"WebhookIssueCommentDeletedPropIssueMergedAssignees",
|
|
10998
10361
|
"WebhookIssueCommentDeletedPropIssueMergedReactions",
|
|
@@ -11020,11 +10383,6 @@ else:
|
|
|
11020
10383
|
"WebhookIssueCommentDeletedPropIssueMergedMilestone",
|
|
11021
10384
|
"WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubApp",
|
|
11022
10385
|
"WebhookIssueCommentEdited",
|
|
11023
|
-
"WebhookIssueCommentEditedPropChanges",
|
|
11024
|
-
"WebhookIssueCommentEditedPropChangesPropBody",
|
|
11025
|
-
"WebhookIssueCommentEditedPropComment",
|
|
11026
|
-
"WebhookIssueCommentEditedPropCommentPropReactions",
|
|
11027
|
-
"WebhookIssueCommentEditedPropCommentPropUser",
|
|
11028
10386
|
"WebhookIssueCommentEditedPropIssue",
|
|
11029
10387
|
"WebhookIssueCommentEditedPropIssueMergedAssignees",
|
|
11030
10388
|
"WebhookIssueCommentEditedPropIssueMergedReactions",
|
|
@@ -11052,19 +10410,6 @@ else:
|
|
|
11052
10410
|
"WebhookIssueCommentEditedPropIssueMergedMilestone",
|
|
11053
10411
|
"WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp",
|
|
11054
10412
|
"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
10413
|
"WebhookIssuesClosed",
|
|
11069
10414
|
"WebhookIssuesClosedPropIssue",
|
|
11070
10415
|
"WebhookIssuesClosedPropIssueMergedAssignee",
|
|
@@ -11120,10 +10465,7 @@ else:
|
|
|
11120
10465
|
"WebhookIssuesDemilestonedPropIssuePropPullRequest",
|
|
11121
10466
|
"WebhookIssuesDemilestonedPropIssuePropReactions",
|
|
11122
10467
|
"WebhookIssuesDemilestonedPropIssuePropUser",
|
|
11123
|
-
"WebhookIssuesDemilestonedPropMilestone",
|
|
11124
|
-
"WebhookIssuesDemilestonedPropMilestonePropCreator",
|
|
11125
10468
|
"WebhookIssuesEdited",
|
|
11126
|
-
"WebhookIssuesEditedPropLabel",
|
|
11127
10469
|
"WebhookIssuesEditedPropChanges",
|
|
11128
10470
|
"WebhookIssuesEditedPropChangesPropBody",
|
|
11129
10471
|
"WebhookIssuesEditedPropChangesPropTitle",
|
|
@@ -11140,7 +10482,6 @@ else:
|
|
|
11140
10482
|
"WebhookIssuesEditedPropIssuePropReactions",
|
|
11141
10483
|
"WebhookIssuesEditedPropIssuePropUser",
|
|
11142
10484
|
"WebhookIssuesLabeled",
|
|
11143
|
-
"WebhookIssuesLabeledPropLabel",
|
|
11144
10485
|
"WebhookIssuesLabeledPropIssue",
|
|
11145
10486
|
"WebhookIssuesLabeledPropIssuePropAssignee",
|
|
11146
10487
|
"WebhookIssuesLabeledPropIssuePropAssigneesItems",
|
|
@@ -11179,8 +10520,6 @@ else:
|
|
|
11179
10520
|
"WebhookIssuesMilestonedPropIssuePropPullRequest",
|
|
11180
10521
|
"WebhookIssuesMilestonedPropIssuePropReactions",
|
|
11181
10522
|
"WebhookIssuesMilestonedPropIssuePropUser",
|
|
11182
|
-
"WebhookIssuesMilestonedPropMilestone",
|
|
11183
|
-
"WebhookIssuesMilestonedPropMilestonePropCreator",
|
|
11184
10523
|
"WebhookIssuesOpened",
|
|
11185
10524
|
"WebhookIssuesOpenedPropIssue",
|
|
11186
10525
|
"WebhookIssuesOpenedPropIssuePropAssignee",
|
|
@@ -11213,18 +10552,6 @@ else:
|
|
|
11213
10552
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner",
|
|
11214
10553
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions",
|
|
11215
10554
|
"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
10555
|
"WebhookIssuesReopened",
|
|
11229
10556
|
"WebhookIssuesReopenedPropIssue",
|
|
11230
10557
|
"WebhookIssuesReopenedPropIssuePropAssignee",
|
|
@@ -11239,18 +10566,6 @@ else:
|
|
|
11239
10566
|
"WebhookIssuesReopenedPropIssuePropReactions",
|
|
11240
10567
|
"WebhookIssuesReopenedPropIssuePropUser",
|
|
11241
10568
|
"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
10569
|
"WebhookIssuesTransferredPropChanges",
|
|
11255
10570
|
"WebhookIssuesTransferredPropChangesPropNewIssue",
|
|
11256
10571
|
"WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee",
|
|
@@ -11270,33 +10585,7 @@ else:
|
|
|
11270
10585
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner",
|
|
11271
10586
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions",
|
|
11272
10587
|
"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
10588
|
"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
10589
|
"WebhookIssuesUnlocked",
|
|
11301
10590
|
"WebhookIssuesUnlockedPropIssue",
|
|
11302
10591
|
"WebhookIssuesUnlockedPropIssuePropAssignee",
|
|
@@ -11311,46 +10600,19 @@ else:
|
|
|
11311
10600
|
"WebhookIssuesUnlockedPropIssuePropReactions",
|
|
11312
10601
|
"WebhookIssuesUnlockedPropIssuePropUser",
|
|
11313
10602
|
"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
10603
|
"WebhookLabelCreated",
|
|
11327
|
-
"WebhookLabelCreatedPropLabel",
|
|
11328
10604
|
"WebhookLabelDeleted",
|
|
11329
|
-
"WebhookLabelDeletedPropLabel",
|
|
11330
10605
|
"WebhookLabelEdited",
|
|
11331
|
-
"WebhookLabelEditedPropLabel",
|
|
11332
10606
|
"WebhookLabelEditedPropChanges",
|
|
11333
10607
|
"WebhookLabelEditedPropChangesPropColor",
|
|
11334
10608
|
"WebhookLabelEditedPropChangesPropDescription",
|
|
11335
10609
|
"WebhookLabelEditedPropChangesPropName",
|
|
11336
10610
|
"WebhookMarketplacePurchaseCancelled",
|
|
11337
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
|
|
11338
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
|
|
11339
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
|
|
11340
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
|
|
11341
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
11342
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
11343
10611
|
"WebhookMarketplacePurchaseChanged",
|
|
11344
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
|
|
11345
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
|
|
11346
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
|
|
11347
10612
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
|
|
11348
10613
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
|
|
11349
10614
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
|
|
11350
10615
|
"WebhookMarketplacePurchasePendingChange",
|
|
11351
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
|
|
11352
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
|
|
11353
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
|
|
11354
10616
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
|
|
11355
10617
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
|
|
11356
10618
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
|
|
@@ -11358,84 +10620,45 @@ else:
|
|
|
11358
10620
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
|
|
11359
10621
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
|
|
11360
10622
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
|
|
11361
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
|
|
11362
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
|
|
11363
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
|
|
11364
10623
|
"WebhookMarketplacePurchasePurchased",
|
|
11365
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
|
|
11366
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
|
|
11367
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
|
|
11368
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
|
|
11369
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
|
|
11370
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
|
|
11371
10624
|
"WebhookMemberAdded",
|
|
11372
|
-
"WebhookMemberAddedPropMember",
|
|
11373
10625
|
"WebhookMemberAddedPropChanges",
|
|
11374
10626
|
"WebhookMemberAddedPropChangesPropPermission",
|
|
11375
10627
|
"WebhookMemberAddedPropChangesPropRoleName",
|
|
11376
10628
|
"WebhookMemberEdited",
|
|
11377
|
-
"WebhookMemberEditedPropMember",
|
|
11378
10629
|
"WebhookMemberEditedPropChanges",
|
|
11379
10630
|
"WebhookMemberEditedPropChangesPropOldPermission",
|
|
11380
10631
|
"WebhookMemberEditedPropChangesPropPermission",
|
|
11381
10632
|
"WebhookMemberRemoved",
|
|
11382
|
-
"WebhookMemberRemovedPropMember",
|
|
11383
10633
|
"WebhookMembershipAdded",
|
|
11384
|
-
"WebhookMembershipAddedPropMember",
|
|
11385
10634
|
"WebhookMembershipAddedPropSender",
|
|
11386
|
-
"WebhookMembershipAddedPropTeam",
|
|
11387
|
-
"WebhookMembershipAddedPropTeamPropParent",
|
|
11388
10635
|
"WebhookMembershipRemoved",
|
|
11389
|
-
"WebhookMembershipRemovedPropMember",
|
|
11390
10636
|
"WebhookMembershipRemovedPropSender",
|
|
11391
|
-
"WebhookMembershipRemovedPropTeam",
|
|
11392
|
-
"WebhookMembershipRemovedPropTeamPropParent",
|
|
11393
10637
|
"WebhookMergeGroupChecksRequested",
|
|
11394
10638
|
"WebhookMergeGroupDestroyed",
|
|
11395
10639
|
"WebhookMetaDeleted",
|
|
11396
10640
|
"WebhookMetaDeletedPropHook",
|
|
11397
10641
|
"WebhookMetaDeletedPropHookPropConfig",
|
|
11398
10642
|
"WebhookMilestoneClosed",
|
|
11399
|
-
"WebhookMilestoneClosedPropMilestone",
|
|
11400
|
-
"WebhookMilestoneClosedPropMilestonePropCreator",
|
|
11401
10643
|
"WebhookMilestoneCreated",
|
|
11402
|
-
"WebhookMilestoneCreatedPropMilestone",
|
|
11403
|
-
"WebhookMilestoneCreatedPropMilestonePropCreator",
|
|
11404
10644
|
"WebhookMilestoneDeleted",
|
|
11405
|
-
"WebhookMilestoneDeletedPropMilestone",
|
|
11406
|
-
"WebhookMilestoneDeletedPropMilestonePropCreator",
|
|
11407
10645
|
"WebhookMilestoneEdited",
|
|
11408
10646
|
"WebhookMilestoneEditedPropChanges",
|
|
11409
10647
|
"WebhookMilestoneEditedPropChangesPropDescription",
|
|
11410
10648
|
"WebhookMilestoneEditedPropChangesPropDueOn",
|
|
11411
10649
|
"WebhookMilestoneEditedPropChangesPropTitle",
|
|
11412
|
-
"WebhookMilestoneEditedPropMilestone",
|
|
11413
|
-
"WebhookMilestoneEditedPropMilestonePropCreator",
|
|
11414
10650
|
"WebhookMilestoneOpened",
|
|
11415
|
-
"WebhookMilestoneOpenedPropMilestone",
|
|
11416
|
-
"WebhookMilestoneOpenedPropMilestonePropCreator",
|
|
11417
10651
|
"WebhookOrgBlockBlocked",
|
|
11418
|
-
"WebhookOrgBlockBlockedPropBlockedUser",
|
|
11419
10652
|
"WebhookOrgBlockUnblocked",
|
|
11420
|
-
"WebhookOrgBlockUnblockedPropBlockedUser",
|
|
11421
10653
|
"WebhookOrganizationDeleted",
|
|
11422
|
-
"WebhookOrganizationDeletedPropMembership",
|
|
11423
|
-
"WebhookOrganizationDeletedPropMembershipPropUser",
|
|
11424
10654
|
"WebhookOrganizationMemberAdded",
|
|
11425
|
-
"WebhookOrganizationMemberAddedPropMembership",
|
|
11426
|
-
"WebhookOrganizationMemberAddedPropMembershipPropUser",
|
|
11427
10655
|
"WebhookOrganizationMemberInvited",
|
|
11428
|
-
"WebhookOrganizationMemberInvitedPropUser",
|
|
11429
10656
|
"WebhookOrganizationMemberInvitedPropInvitation",
|
|
11430
10657
|
"WebhookOrganizationMemberInvitedPropInvitationPropInviter",
|
|
11431
10658
|
"WebhookOrganizationMemberRemoved",
|
|
11432
|
-
"WebhookOrganizationMemberRemovedPropMembership",
|
|
11433
|
-
"WebhookOrganizationMemberRemovedPropMembershipPropUser",
|
|
11434
10659
|
"WebhookOrganizationRenamed",
|
|
11435
10660
|
"WebhookOrganizationRenamedPropChanges",
|
|
11436
10661
|
"WebhookOrganizationRenamedPropChangesPropLogin",
|
|
11437
|
-
"WebhookOrganizationRenamedPropMembership",
|
|
11438
|
-
"WebhookOrganizationRenamedPropMembershipPropUser",
|
|
11439
10662
|
"WebhookRubygemsMetadata",
|
|
11440
10663
|
"WebhookRubygemsMetadataPropVersionInfo",
|
|
11441
10664
|
"WebhookRubygemsMetadataPropMetadata",
|
|
@@ -11500,19 +10723,13 @@ else:
|
|
|
11500
10723
|
"WebhookProjectCardConverted",
|
|
11501
10724
|
"WebhookProjectCardConvertedPropChanges",
|
|
11502
10725
|
"WebhookProjectCardConvertedPropChangesPropNote",
|
|
11503
|
-
"WebhookProjectCardConvertedPropProjectCard",
|
|
11504
|
-
"WebhookProjectCardConvertedPropProjectCardPropCreator",
|
|
11505
10726
|
"WebhookProjectCardCreated",
|
|
11506
|
-
"WebhookProjectCardCreatedPropProjectCard",
|
|
11507
|
-
"WebhookProjectCardCreatedPropProjectCardPropCreator",
|
|
11508
10727
|
"WebhookProjectCardDeleted",
|
|
11509
10728
|
"WebhookProjectCardDeletedPropProjectCard",
|
|
11510
10729
|
"WebhookProjectCardDeletedPropProjectCardPropCreator",
|
|
11511
10730
|
"WebhookProjectCardEdited",
|
|
11512
10731
|
"WebhookProjectCardEditedPropChanges",
|
|
11513
10732
|
"WebhookProjectCardEditedPropChangesPropNote",
|
|
11514
|
-
"WebhookProjectCardEditedPropProjectCard",
|
|
11515
|
-
"WebhookProjectCardEditedPropProjectCardPropCreator",
|
|
11516
10733
|
"WebhookProjectCardMoved",
|
|
11517
10734
|
"WebhookProjectCardMovedPropChanges",
|
|
11518
10735
|
"WebhookProjectCardMovedPropChangesPropColumnId",
|
|
@@ -11523,33 +10740,19 @@ else:
|
|
|
11523
10740
|
"WebhookProjectCardMovedPropProjectCardAllof1",
|
|
11524
10741
|
"WebhookProjectCardMovedPropProjectCardAllof1PropCreator",
|
|
11525
10742
|
"WebhookProjectClosed",
|
|
11526
|
-
"WebhookProjectClosedPropProject",
|
|
11527
|
-
"WebhookProjectClosedPropProjectPropCreator",
|
|
11528
10743
|
"WebhookProjectColumnCreated",
|
|
11529
|
-
"WebhookProjectColumnCreatedPropProjectColumn",
|
|
11530
10744
|
"WebhookProjectColumnDeleted",
|
|
11531
|
-
"WebhookProjectColumnDeletedPropProjectColumn",
|
|
11532
10745
|
"WebhookProjectColumnEdited",
|
|
11533
|
-
"WebhookProjectColumnEditedPropProjectColumn",
|
|
11534
10746
|
"WebhookProjectColumnEditedPropChanges",
|
|
11535
10747
|
"WebhookProjectColumnEditedPropChangesPropName",
|
|
11536
10748
|
"WebhookProjectColumnMoved",
|
|
11537
|
-
"WebhookProjectColumnMovedPropProjectColumn",
|
|
11538
10749
|
"WebhookProjectCreated",
|
|
11539
|
-
"WebhookProjectCreatedPropProject",
|
|
11540
|
-
"WebhookProjectCreatedPropProjectPropCreator",
|
|
11541
10750
|
"WebhookProjectDeleted",
|
|
11542
|
-
"WebhookProjectDeletedPropProject",
|
|
11543
|
-
"WebhookProjectDeletedPropProjectPropCreator",
|
|
11544
10751
|
"WebhookProjectEdited",
|
|
11545
10752
|
"WebhookProjectEditedPropChanges",
|
|
11546
10753
|
"WebhookProjectEditedPropChangesPropBody",
|
|
11547
10754
|
"WebhookProjectEditedPropChangesPropName",
|
|
11548
|
-
"WebhookProjectEditedPropProject",
|
|
11549
|
-
"WebhookProjectEditedPropProjectPropCreator",
|
|
11550
10755
|
"WebhookProjectReopened",
|
|
11551
|
-
"WebhookProjectReopenedPropProject",
|
|
11552
|
-
"WebhookProjectReopenedPropProjectPropCreator",
|
|
11553
10756
|
"WebhookProjectsV2ProjectClosed",
|
|
11554
10757
|
"WebhookProjectsV2ProjectCreated",
|
|
11555
10758
|
"WebhookProjectsV2ProjectDeleted",
|
|
@@ -11560,8 +10763,6 @@ else:
|
|
|
11560
10763
|
"WebhookProjectsV2ProjectEditedPropChangesPropShortDescription",
|
|
11561
10764
|
"WebhookProjectsV2ProjectEditedPropChangesPropTitle",
|
|
11562
10765
|
"WebhookProjectsV2ItemArchived",
|
|
11563
|
-
"WebhookProjectsV2ItemArchivedPropChanges",
|
|
11564
|
-
"WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt",
|
|
11565
10766
|
"WebhookProjectsV2ItemConverted",
|
|
11566
10767
|
"WebhookProjectsV2ItemConvertedPropChanges",
|
|
11567
10768
|
"WebhookProjectsV2ItemConvertedPropChangesPropContentType",
|
|
@@ -11576,12 +10777,9 @@ else:
|
|
|
11576
10777
|
"WebhookProjectsV2ItemReorderedPropChanges",
|
|
11577
10778
|
"WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeId",
|
|
11578
10779
|
"WebhookProjectsV2ItemRestored",
|
|
11579
|
-
"WebhookProjectsV2ItemRestoredPropChanges",
|
|
11580
|
-
"WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt",
|
|
11581
10780
|
"WebhookProjectsV2ProjectReopened",
|
|
11582
10781
|
"WebhookPublic",
|
|
11583
10782
|
"WebhookPullRequestAssigned",
|
|
11584
|
-
"WebhookPullRequestAssignedPropAssignee",
|
|
11585
10783
|
"WebhookPullRequestAssignedPropPullRequest",
|
|
11586
10784
|
"WebhookPullRequestAssignedPropPullRequestPropAssignee",
|
|
11587
10785
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneesItems",
|
|
@@ -11695,42 +10893,6 @@ else:
|
|
|
11695
10893
|
"WebhookPullRequestClosed",
|
|
11696
10894
|
"WebhookPullRequestConvertedToDraft",
|
|
11697
10895
|
"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
10896
|
"WebhookPullRequestDequeued",
|
|
11735
10897
|
"WebhookPullRequestDequeuedPropPullRequest",
|
|
11736
10898
|
"WebhookPullRequestDequeuedPropPullRequestPropAssignee",
|
|
@@ -11813,7 +10975,6 @@ else:
|
|
|
11813
10975
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItems",
|
|
11814
10976
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11815
10977
|
"WebhookPullRequestLabeled",
|
|
11816
|
-
"WebhookPullRequestLabeledPropLabel",
|
|
11817
10978
|
"WebhookPullRequestLabeledPropPullRequest",
|
|
11818
10979
|
"WebhookPullRequestLabeledPropPullRequestPropAssignee",
|
|
11819
10980
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneesItems",
|
|
@@ -11888,42 +11049,6 @@ else:
|
|
|
11888
11049
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItems",
|
|
11889
11050
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11890
11051
|
"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
11052
|
"WebhookPullRequestOpened",
|
|
11928
11053
|
"WebhookPullRequestReadyForReview",
|
|
11929
11054
|
"WebhookPullRequestReopened",
|
|
@@ -11971,13 +11096,6 @@ else:
|
|
|
11971
11096
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems",
|
|
11972
11097
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
11973
11098
|
"WebhookPullRequestReviewCommentDeleted",
|
|
11974
|
-
"WebhookPullRequestReviewCommentDeletedPropComment",
|
|
11975
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropReactions",
|
|
11976
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropUser",
|
|
11977
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinks",
|
|
11978
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml",
|
|
11979
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest",
|
|
11980
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf",
|
|
11981
11099
|
"WebhookPullRequestReviewCommentDeletedPropPullRequest",
|
|
11982
11100
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee",
|
|
11983
11101
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItems",
|
|
@@ -12014,15 +11132,6 @@ else:
|
|
|
12014
11132
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItems",
|
|
12015
11133
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12016
11134
|
"WebhookPullRequestReviewCommentEdited",
|
|
12017
|
-
"WebhookPullRequestReviewCommentEditedPropChanges",
|
|
12018
|
-
"WebhookPullRequestReviewCommentEditedPropChangesPropBody",
|
|
12019
|
-
"WebhookPullRequestReviewCommentEditedPropComment",
|
|
12020
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropReactions",
|
|
12021
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropUser",
|
|
12022
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinks",
|
|
12023
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml",
|
|
12024
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest",
|
|
12025
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf",
|
|
12026
11135
|
"WebhookPullRequestReviewCommentEditedPropPullRequest",
|
|
12027
11136
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee",
|
|
12028
11137
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItems",
|
|
@@ -12102,11 +11211,6 @@ else:
|
|
|
12102
11211
|
"WebhookPullRequestReviewEdited",
|
|
12103
11212
|
"WebhookPullRequestReviewEditedPropChanges",
|
|
12104
11213
|
"WebhookPullRequestReviewEditedPropChangesPropBody",
|
|
12105
|
-
"WebhookPullRequestReviewEditedPropReview",
|
|
12106
|
-
"WebhookPullRequestReviewEditedPropReviewPropUser",
|
|
12107
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinks",
|
|
12108
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml",
|
|
12109
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest",
|
|
12110
11214
|
"WebhookPullRequestReviewEditedPropPullRequest",
|
|
12111
11215
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssignee",
|
|
12112
11216
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItems",
|
|
@@ -12297,11 +11401,6 @@ else:
|
|
|
12297
11401
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItems",
|
|
12298
11402
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12299
11403
|
"WebhookPullRequestReviewSubmitted",
|
|
12300
|
-
"WebhookPullRequestReviewSubmittedPropReview",
|
|
12301
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropUser",
|
|
12302
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinks",
|
|
12303
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml",
|
|
12304
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest",
|
|
12305
11404
|
"WebhookPullRequestReviewSubmittedPropPullRequest",
|
|
12306
11405
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee",
|
|
12307
11406
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItems",
|
|
@@ -12463,7 +11562,6 @@ else:
|
|
|
12463
11562
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItems",
|
|
12464
11563
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12465
11564
|
"WebhookPullRequestUnassigned",
|
|
12466
|
-
"WebhookPullRequestUnassignedPropAssignee",
|
|
12467
11565
|
"WebhookPullRequestUnassignedPropPullRequest",
|
|
12468
11566
|
"WebhookPullRequestUnassignedPropPullRequestPropAssignee",
|
|
12469
11567
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneesItems",
|
|
@@ -12501,7 +11599,6 @@ else:
|
|
|
12501
11599
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItems",
|
|
12502
11600
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParent",
|
|
12503
11601
|
"WebhookPullRequestUnlabeled",
|
|
12504
|
-
"WebhookPullRequestUnlabeledPropLabel",
|
|
12505
11602
|
"WebhookPullRequestUnlabeledPropPullRequest",
|
|
12506
11603
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssignee",
|
|
12507
11604
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItems",
|
|
@@ -12633,27 +11730,12 @@ else:
|
|
|
12633
11730
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropRelease",
|
|
12634
11731
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor",
|
|
12635
11732
|
"WebhookReleaseCreated",
|
|
12636
|
-
"WebhookReleaseCreatedPropRelease",
|
|
12637
|
-
"WebhookReleaseCreatedPropReleasePropAuthor",
|
|
12638
|
-
"WebhookReleaseCreatedPropReleasePropReactions",
|
|
12639
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItems",
|
|
12640
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader",
|
|
12641
11733
|
"WebhookReleaseDeleted",
|
|
12642
|
-
"WebhookReleaseDeletedPropRelease",
|
|
12643
|
-
"WebhookReleaseDeletedPropReleasePropAuthor",
|
|
12644
|
-
"WebhookReleaseDeletedPropReleasePropReactions",
|
|
12645
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItems",
|
|
12646
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader",
|
|
12647
11734
|
"WebhookReleaseEdited",
|
|
12648
11735
|
"WebhookReleaseEditedPropChanges",
|
|
12649
11736
|
"WebhookReleaseEditedPropChangesPropBody",
|
|
12650
11737
|
"WebhookReleaseEditedPropChangesPropName",
|
|
12651
11738
|
"WebhookReleaseEditedPropChangesPropMakeLatest",
|
|
12652
|
-
"WebhookReleaseEditedPropRelease",
|
|
12653
|
-
"WebhookReleaseEditedPropReleasePropAuthor",
|
|
12654
|
-
"WebhookReleaseEditedPropReleasePropReactions",
|
|
12655
|
-
"WebhookReleaseEditedPropReleasePropAssetsItems",
|
|
12656
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
|
|
12657
11739
|
"WebhookReleasePrereleased",
|
|
12658
11740
|
"WebhookReleasePrereleasedPropRelease",
|
|
12659
11741
|
"WebhookReleasePrereleasedPropReleasePropAssetsItems",
|
|
@@ -12661,23 +11743,8 @@ else:
|
|
|
12661
11743
|
"WebhookReleasePrereleasedPropReleasePropAuthor",
|
|
12662
11744
|
"WebhookReleasePrereleasedPropReleasePropReactions",
|
|
12663
11745
|
"WebhookReleasePublished",
|
|
12664
|
-
"WebhookReleasePublishedPropRelease",
|
|
12665
|
-
"WebhookReleasePublishedPropReleasePropAssetsItems",
|
|
12666
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
|
|
12667
|
-
"WebhookReleasePublishedPropReleasePropAuthor",
|
|
12668
|
-
"WebhookReleasePublishedPropReleasePropReactions",
|
|
12669
11746
|
"WebhookReleaseReleased",
|
|
12670
|
-
"WebhookReleaseReleasedPropRelease",
|
|
12671
|
-
"WebhookReleaseReleasedPropReleasePropAuthor",
|
|
12672
|
-
"WebhookReleaseReleasedPropReleasePropReactions",
|
|
12673
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItems",
|
|
12674
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
|
|
12675
11747
|
"WebhookReleaseUnpublished",
|
|
12676
|
-
"WebhookReleaseUnpublishedPropRelease",
|
|
12677
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItems",
|
|
12678
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
|
|
12679
|
-
"WebhookReleaseUnpublishedPropReleasePropAuthor",
|
|
12680
|
-
"WebhookReleaseUnpublishedPropReleasePropReactions",
|
|
12681
11748
|
"WebhookRepositoryAdvisoryPublished",
|
|
12682
11749
|
"WebhookRepositoryAdvisoryReported",
|
|
12683
11750
|
"WebhookRepositoryArchived",
|
|
@@ -12725,14 +11792,10 @@ else:
|
|
|
12725
11792
|
"WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser",
|
|
12726
11793
|
"WebhookRepositoryUnarchived",
|
|
12727
11794
|
"WebhookRepositoryVulnerabilityAlertCreate",
|
|
12728
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlert",
|
|
12729
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
|
|
12730
11795
|
"WebhookRepositoryVulnerabilityAlertDismiss",
|
|
12731
11796
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlert",
|
|
12732
11797
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
|
|
12733
11798
|
"WebhookRepositoryVulnerabilityAlertReopen",
|
|
12734
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlert",
|
|
12735
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
|
|
12736
11799
|
"WebhookRepositoryVulnerabilityAlertResolve",
|
|
12737
11800
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlert",
|
|
12738
11801
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
|
|
@@ -12755,26 +11818,9 @@ else:
|
|
|
12755
11818
|
"WebhookSecretScanningAlertLocationCreatedFormEncoded",
|
|
12756
11819
|
"WebhookSecretScanningAlertReopened",
|
|
12757
11820
|
"WebhookSecretScanningAlertResolved",
|
|
12758
|
-
"WebhookSecretScanningAlertRevoked",
|
|
12759
11821
|
"WebhookSecretScanningAlertValidated",
|
|
12760
11822
|
"WebhookSecurityAdvisoryPublished",
|
|
12761
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
|
|
12762
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
|
|
12763
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems",
|
|
12764
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems",
|
|
12765
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems",
|
|
12766
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems",
|
|
12767
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
12768
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
12769
11823
|
"WebhookSecurityAdvisoryUpdated",
|
|
12770
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory",
|
|
12771
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss",
|
|
12772
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems",
|
|
12773
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems",
|
|
12774
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems",
|
|
12775
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems",
|
|
12776
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
|
|
12777
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
|
|
12778
11824
|
"WebhookSecurityAdvisoryWithdrawn",
|
|
12779
11825
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory",
|
|
12780
11826
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss",
|
|
@@ -12788,49 +11834,13 @@ else:
|
|
|
12788
11834
|
"WebhookSecurityAndAnalysisPropChanges",
|
|
12789
11835
|
"WebhookSecurityAndAnalysisPropChangesPropFrom",
|
|
12790
11836
|
"WebhookSponsorshipCancelled",
|
|
12791
|
-
"WebhookSponsorshipCancelledPropSponsorship",
|
|
12792
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropMaintainer",
|
|
12793
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsor",
|
|
12794
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorable",
|
|
12795
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropTier",
|
|
12796
11837
|
"WebhookSponsorshipCreated",
|
|
12797
|
-
"WebhookSponsorshipCreatedPropSponsorship",
|
|
12798
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropMaintainer",
|
|
12799
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsor",
|
|
12800
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorable",
|
|
12801
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropTier",
|
|
12802
11838
|
"WebhookSponsorshipEdited",
|
|
12803
11839
|
"WebhookSponsorshipEditedPropChanges",
|
|
12804
11840
|
"WebhookSponsorshipEditedPropChangesPropPrivacyLevel",
|
|
12805
|
-
"WebhookSponsorshipEditedPropSponsorship",
|
|
12806
|
-
"WebhookSponsorshipEditedPropSponsorshipPropMaintainer",
|
|
12807
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsor",
|
|
12808
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorable",
|
|
12809
|
-
"WebhookSponsorshipEditedPropSponsorshipPropTier",
|
|
12810
11841
|
"WebhookSponsorshipPendingCancellation",
|
|
12811
|
-
"WebhookSponsorshipPendingCancellationPropSponsorship",
|
|
12812
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer",
|
|
12813
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor",
|
|
12814
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable",
|
|
12815
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropTier",
|
|
12816
11842
|
"WebhookSponsorshipPendingTierChange",
|
|
12817
|
-
"WebhookSponsorshipPendingTierChangePropSponsorship",
|
|
12818
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer",
|
|
12819
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor",
|
|
12820
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable",
|
|
12821
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropTier",
|
|
12822
|
-
"WebhookSponsorshipPendingTierChangePropChanges",
|
|
12823
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTier",
|
|
12824
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom",
|
|
12825
11843
|
"WebhookSponsorshipTierChanged",
|
|
12826
|
-
"WebhookSponsorshipTierChangedPropSponsorship",
|
|
12827
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer",
|
|
12828
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsor",
|
|
12829
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable",
|
|
12830
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropTier",
|
|
12831
|
-
"WebhookSponsorshipTierChangedPropChanges",
|
|
12832
|
-
"WebhookSponsorshipTierChangedPropChangesPropTier",
|
|
12833
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierPropFrom",
|
|
12834
11844
|
"WebhookStarCreated",
|
|
12835
11845
|
"WebhookStarDeleted",
|
|
12836
11846
|
"WebhookStatus",
|
|
@@ -12850,40 +11860,30 @@ else:
|
|
|
12850
11860
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof0",
|
|
12851
11861
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof1",
|
|
12852
11862
|
"WebhookTeamAdd",
|
|
12853
|
-
"WebhookTeamAddPropTeam",
|
|
12854
|
-
"WebhookTeamAddPropTeamPropParent",
|
|
12855
11863
|
"WebhookTeamAddedToRepository",
|
|
12856
11864
|
"WebhookTeamAddedToRepositoryPropRepository",
|
|
12857
11865
|
"WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties",
|
|
12858
11866
|
"WebhookTeamAddedToRepositoryPropRepositoryPropLicense",
|
|
12859
11867
|
"WebhookTeamAddedToRepositoryPropRepositoryPropOwner",
|
|
12860
11868
|
"WebhookTeamAddedToRepositoryPropRepositoryPropPermissions",
|
|
12861
|
-
"WebhookTeamAddedToRepositoryPropTeam",
|
|
12862
|
-
"WebhookTeamAddedToRepositoryPropTeamPropParent",
|
|
12863
11869
|
"WebhookTeamCreated",
|
|
12864
11870
|
"WebhookTeamCreatedPropRepository",
|
|
12865
11871
|
"WebhookTeamCreatedPropRepositoryPropCustomProperties",
|
|
12866
11872
|
"WebhookTeamCreatedPropRepositoryPropLicense",
|
|
12867
11873
|
"WebhookTeamCreatedPropRepositoryPropOwner",
|
|
12868
11874
|
"WebhookTeamCreatedPropRepositoryPropPermissions",
|
|
12869
|
-
"WebhookTeamCreatedPropTeam",
|
|
12870
|
-
"WebhookTeamCreatedPropTeamPropParent",
|
|
12871
11875
|
"WebhookTeamDeleted",
|
|
12872
11876
|
"WebhookTeamDeletedPropRepository",
|
|
12873
11877
|
"WebhookTeamDeletedPropRepositoryPropCustomProperties",
|
|
12874
11878
|
"WebhookTeamDeletedPropRepositoryPropLicense",
|
|
12875
11879
|
"WebhookTeamDeletedPropRepositoryPropOwner",
|
|
12876
11880
|
"WebhookTeamDeletedPropRepositoryPropPermissions",
|
|
12877
|
-
"WebhookTeamDeletedPropTeam",
|
|
12878
|
-
"WebhookTeamDeletedPropTeamPropParent",
|
|
12879
11881
|
"WebhookTeamEdited",
|
|
12880
11882
|
"WebhookTeamEditedPropRepository",
|
|
12881
11883
|
"WebhookTeamEditedPropRepositoryPropCustomProperties",
|
|
12882
11884
|
"WebhookTeamEditedPropRepositoryPropLicense",
|
|
12883
11885
|
"WebhookTeamEditedPropRepositoryPropOwner",
|
|
12884
11886
|
"WebhookTeamEditedPropRepositoryPropPermissions",
|
|
12885
|
-
"WebhookTeamEditedPropTeam",
|
|
12886
|
-
"WebhookTeamEditedPropTeamPropParent",
|
|
12887
11887
|
"WebhookTeamEditedPropChanges",
|
|
12888
11888
|
"WebhookTeamEditedPropChangesPropDescription",
|
|
12889
11889
|
"WebhookTeamEditedPropChangesPropName",
|
|
@@ -12898,8 +11898,6 @@ else:
|
|
|
12898
11898
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense",
|
|
12899
11899
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner",
|
|
12900
11900
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions",
|
|
12901
|
-
"WebhookTeamRemovedFromRepositoryPropTeam",
|
|
12902
|
-
"WebhookTeamRemovedFromRepositoryPropTeamPropParent",
|
|
12903
11901
|
"WebhookWatchStarted",
|
|
12904
11902
|
"WebhookWorkflowDispatch",
|
|
12905
11903
|
"WebhookWorkflowDispatchPropInputs",
|
|
@@ -12924,7 +11922,6 @@ else:
|
|
|
12924
11922
|
"WebhookWorkflowJobWaitingPropWorkflowJob",
|
|
12925
11923
|
"WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems",
|
|
12926
11924
|
"WebhookWorkflowRunCompleted",
|
|
12927
|
-
"WebhookWorkflowRunCompletedPropWorkflow",
|
|
12928
11925
|
"WebhookWorkflowRunCompletedPropWorkflowRun",
|
|
12929
11926
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
|
|
12930
11927
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -12942,7 +11939,6 @@ else:
|
|
|
12942
11939
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12943
11940
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
12944
11941
|
"WebhookWorkflowRunInProgress",
|
|
12945
|
-
"WebhookWorkflowRunInProgressPropWorkflow",
|
|
12946
11942
|
"WebhookWorkflowRunInProgressPropWorkflowRun",
|
|
12947
11943
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
|
|
12948
11944
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -12960,7 +11956,6 @@ else:
|
|
|
12960
11956
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
|
|
12961
11957
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
|
|
12962
11958
|
"WebhookWorkflowRunRequested",
|
|
12963
|
-
"WebhookWorkflowRunRequestedPropWorkflow",
|
|
12964
11959
|
"WebhookWorkflowRunRequestedPropWorkflowRun",
|
|
12965
11960
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropActor",
|
|
12966
11961
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems",
|
|
@@ -13186,6 +12181,9 @@ else:
|
|
|
13186
12181
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
|
|
13187
12182
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
|
|
13188
12183
|
"ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",
|
|
12184
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
|
|
12185
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
|
|
12186
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
|
|
13189
12187
|
"ReposOwnerRepoCodeScanningSarifsPostBody",
|
|
13190
12188
|
"ReposOwnerRepoCodespacesGetResponse200",
|
|
13191
12189
|
"ReposOwnerRepoCodespacesPostBody",
|