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
|
@@ -146,6 +146,12 @@ if TYPE_CHECKING:
|
|
|
146
146
|
from githubkit.versions.v2022_11_28.types import (
|
|
147
147
|
WebhooksRuleType as WebhooksRuleType,
|
|
148
148
|
)
|
|
149
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
150
|
+
WebhooksTeamType as WebhooksTeamType,
|
|
151
|
+
)
|
|
152
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
153
|
+
WebhooksUserType as WebhooksUserType,
|
|
154
|
+
)
|
|
149
155
|
from githubkit.versions.v2022_11_28.types import (
|
|
150
156
|
ActionsSecretType as ActionsSecretType,
|
|
151
157
|
)
|
|
@@ -218,6 +224,18 @@ if TYPE_CHECKING:
|
|
|
218
224
|
from githubkit.versions.v2022_11_28.types import (
|
|
219
225
|
WebhookStatusType as WebhookStatusType,
|
|
220
226
|
)
|
|
227
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
228
|
+
WebhooksAlertType as WebhooksAlertType,
|
|
229
|
+
)
|
|
230
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
231
|
+
WebhooksIssueType as WebhooksIssueType,
|
|
232
|
+
)
|
|
233
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
234
|
+
WebhooksLabelType as WebhooksLabelType,
|
|
235
|
+
)
|
|
236
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
237
|
+
WebhooksTeam1Type as WebhooksTeam1Type,
|
|
238
|
+
)
|
|
221
239
|
from githubkit.versions.v2022_11_28.types import (
|
|
222
240
|
WorkflowUsageType as WorkflowUsageType,
|
|
223
241
|
)
|
|
@@ -269,6 +287,15 @@ if TYPE_CHECKING:
|
|
|
269
287
|
from githubkit.versions.v2022_11_28.types import (
|
|
270
288
|
WebhookTeamAddType as WebhookTeamAddType,
|
|
271
289
|
)
|
|
290
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
291
|
+
WebhooksAnswerType as WebhooksAnswerType,
|
|
292
|
+
)
|
|
293
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
294
|
+
WebhooksIssue2Type as WebhooksIssue2Type,
|
|
295
|
+
)
|
|
296
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
297
|
+
WebhooksReviewType as WebhooksReviewType,
|
|
298
|
+
)
|
|
272
299
|
from githubkit.versions.v2022_11_28.types import (
|
|
273
300
|
ActionsVariableType as ActionsVariableType,
|
|
274
301
|
)
|
|
@@ -314,6 +341,18 @@ if TYPE_CHECKING:
|
|
|
314
341
|
from githubkit.versions.v2022_11_28.types import (
|
|
315
342
|
ValidationErrorType as ValidationErrorType,
|
|
316
343
|
)
|
|
344
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
345
|
+
WebhooksChangesType as WebhooksChangesType,
|
|
346
|
+
)
|
|
347
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
348
|
+
WebhooksCommentType as WebhooksCommentType,
|
|
349
|
+
)
|
|
350
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
351
|
+
WebhooksProjectType as WebhooksProjectType,
|
|
352
|
+
)
|
|
353
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
354
|
+
WebhooksReleaseType as WebhooksReleaseType,
|
|
355
|
+
)
|
|
317
356
|
from githubkit.versions.v2022_11_28.types import (
|
|
318
357
|
ActionsCacheListType as ActionsCacheListType,
|
|
319
358
|
)
|
|
@@ -410,6 +449,18 @@ if TYPE_CHECKING:
|
|
|
410
449
|
from githubkit.versions.v2022_11_28.types import (
|
|
411
450
|
WebhookPageBuildType as WebhookPageBuildType,
|
|
412
451
|
)
|
|
452
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
453
|
+
WebhooksApproverType as WebhooksApproverType,
|
|
454
|
+
)
|
|
455
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
456
|
+
WebhooksChanges8Type as WebhooksChanges8Type,
|
|
457
|
+
)
|
|
458
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
459
|
+
WebhooksRelease1Type as WebhooksRelease1Type,
|
|
460
|
+
)
|
|
461
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
462
|
+
WebhooksWorkflowType as WebhooksWorkflowType,
|
|
463
|
+
)
|
|
413
464
|
from githubkit.versions.v2022_11_28.types import (
|
|
414
465
|
WorkflowRunUsageType as WorkflowRunUsageType,
|
|
415
466
|
)
|
|
@@ -482,6 +533,12 @@ if TYPE_CHECKING:
|
|
|
482
533
|
from githubkit.versions.v2022_11_28.types import (
|
|
483
534
|
WebhookTeamEditedType as WebhookTeamEditedType,
|
|
484
535
|
)
|
|
536
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
537
|
+
WebhooksDeployKeyType as WebhooksDeployKeyType,
|
|
538
|
+
)
|
|
539
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
540
|
+
WebhooksMilestoneType as WebhooksMilestoneType,
|
|
541
|
+
)
|
|
485
542
|
from githubkit.versions.v2022_11_28.types import (
|
|
486
543
|
AssignedIssueEventType as AssignedIssueEventType,
|
|
487
544
|
)
|
|
@@ -563,6 +620,12 @@ if TYPE_CHECKING:
|
|
|
563
620
|
from githubkit.versions.v2022_11_28.types import (
|
|
564
621
|
WebhookTeamDeletedType as WebhookTeamDeletedType,
|
|
565
622
|
)
|
|
623
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
624
|
+
WebhooksMembershipType as WebhooksMembershipType,
|
|
625
|
+
)
|
|
626
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
627
|
+
WebhooksMilestone3Type as WebhooksMilestone3Type,
|
|
628
|
+
)
|
|
566
629
|
from githubkit.versions.v2022_11_28.types import (
|
|
567
630
|
ActionsBillingUsageType as ActionsBillingUsageType,
|
|
568
631
|
)
|
|
@@ -587,6 +650,9 @@ if TYPE_CHECKING:
|
|
|
587
650
|
from githubkit.versions.v2022_11_28.types import (
|
|
588
651
|
ContributorActivityType as ContributorActivityType,
|
|
589
652
|
)
|
|
653
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
654
|
+
CopilotUsageMetricsType as CopilotUsageMetricsType,
|
|
655
|
+
)
|
|
590
656
|
from githubkit.versions.v2022_11_28.types import (
|
|
591
657
|
CustomPropertyValueType as CustomPropertyValueType,
|
|
592
658
|
)
|
|
@@ -665,6 +731,12 @@ if TYPE_CHECKING:
|
|
|
665
731
|
from githubkit.versions.v2022_11_28.types import (
|
|
666
732
|
WebhookWatchStartedType as WebhookWatchStartedType,
|
|
667
733
|
)
|
|
734
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
735
|
+
WebhooksProjectCardType as WebhooksProjectCardType,
|
|
736
|
+
)
|
|
737
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
738
|
+
WebhooksSponsorshipType as WebhooksSponsorshipType,
|
|
739
|
+
)
|
|
668
740
|
from githubkit.versions.v2022_11_28.types import (
|
|
669
741
|
AuthorizationPropAppType as AuthorizationPropAppType,
|
|
670
742
|
)
|
|
@@ -791,6 +863,12 @@ if TYPE_CHECKING:
|
|
|
791
863
|
from githubkit.versions.v2022_11_28.types import (
|
|
792
864
|
WebhookReleaseEditedType as WebhookReleaseEditedType,
|
|
793
865
|
)
|
|
866
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
867
|
+
WebhooksIssueCommentType as WebhooksIssueCommentType,
|
|
868
|
+
)
|
|
869
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
870
|
+
WebhooksPullRequest5Type as WebhooksPullRequest5Type,
|
|
871
|
+
)
|
|
794
872
|
from githubkit.versions.v2022_11_28.types import (
|
|
795
873
|
BranchShortPropCommitType as BranchShortPropCommitType,
|
|
796
874
|
)
|
|
@@ -821,6 +899,18 @@ if TYPE_CHECKING:
|
|
|
821
899
|
from githubkit.versions.v2022_11_28.types import (
|
|
822
900
|
PagesHttpsCertificateType as PagesHttpsCertificateType,
|
|
823
901
|
)
|
|
902
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
903
|
+
RepositoryRuleOneof14Type as RepositoryRuleOneof14Type,
|
|
904
|
+
)
|
|
905
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
906
|
+
RepositoryRuleOneof15Type as RepositoryRuleOneof15Type,
|
|
907
|
+
)
|
|
908
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
909
|
+
RepositoryRuleOneof16Type as RepositoryRuleOneof16Type,
|
|
910
|
+
)
|
|
911
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
912
|
+
RepositoryRuleOneof17Type as RepositoryRuleOneof17Type,
|
|
913
|
+
)
|
|
824
914
|
from githubkit.versions.v2022_11_28.types import (
|
|
825
915
|
ShortBranchPropCommitType as ShortBranchPropCommitType,
|
|
826
916
|
)
|
|
@@ -875,6 +965,18 @@ if TYPE_CHECKING:
|
|
|
875
965
|
from githubkit.versions.v2022_11_28.types import (
|
|
876
966
|
WebhookReleaseDeletedType as WebhookReleaseDeletedType,
|
|
877
967
|
)
|
|
968
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
969
|
+
WebhooksIssuePropUserType as WebhooksIssuePropUserType,
|
|
970
|
+
)
|
|
971
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
972
|
+
WebhooksProjectColumnType as WebhooksProjectColumnType,
|
|
973
|
+
)
|
|
974
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
975
|
+
WebhooksReviewCommentType as WebhooksReviewCommentType,
|
|
976
|
+
)
|
|
977
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
978
|
+
WebhooksUserMannequinType as WebhooksUserMannequinType,
|
|
979
|
+
)
|
|
878
980
|
from githubkit.versions.v2022_11_28.types import (
|
|
879
981
|
ApiOverviewPropDomainsType as ApiOverviewPropDomainsType,
|
|
880
982
|
)
|
|
@@ -987,7 +1089,25 @@ if TYPE_CHECKING:
|
|
|
987
1089
|
WebhookReleaseReleasedType as WebhookReleaseReleasedType,
|
|
988
1090
|
)
|
|
989
1091
|
from githubkit.versions.v2022_11_28.types import (
|
|
990
|
-
|
|
1092
|
+
WebhooksAnswerPropUserType as WebhooksAnswerPropUserType,
|
|
1093
|
+
)
|
|
1094
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1095
|
+
WebhooksIssue2PropUserType as WebhooksIssue2PropUserType,
|
|
1096
|
+
)
|
|
1097
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1098
|
+
WebhooksProjectChangesType as WebhooksProjectChangesType,
|
|
1099
|
+
)
|
|
1100
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1101
|
+
WebhooksReviewPropUserType as WebhooksReviewPropUserType,
|
|
1102
|
+
)
|
|
1103
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1104
|
+
WebhooksReviewersItemsType as WebhooksReviewersItemsType,
|
|
1105
|
+
)
|
|
1106
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1107
|
+
WebhooksTeamPropParentType as WebhooksTeamPropParentType,
|
|
1108
|
+
)
|
|
1109
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1110
|
+
WebhooksWorkflowJobRunType as WebhooksWorkflowJobRunType,
|
|
991
1111
|
)
|
|
992
1112
|
from githubkit.versions.v2022_11_28.types import (
|
|
993
1113
|
ArtifactPropWorkflowRunType as ArtifactPropWorkflowRunType,
|
|
@@ -1085,6 +1205,18 @@ if TYPE_CHECKING:
|
|
|
1085
1205
|
from githubkit.versions.v2022_11_28.types import (
|
|
1086
1206
|
WebhookWorkflowDispatchType as WebhookWorkflowDispatchType,
|
|
1087
1207
|
)
|
|
1208
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1209
|
+
WebhooksChangesPropBodyType as WebhooksChangesPropBodyType,
|
|
1210
|
+
)
|
|
1211
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1212
|
+
WebhooksCommentPropUserType as WebhooksCommentPropUserType,
|
|
1213
|
+
)
|
|
1214
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1215
|
+
WebhooksReviewPropLinksType as WebhooksReviewPropLinksType,
|
|
1216
|
+
)
|
|
1217
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1218
|
+
WebhooksTeam1PropParentType as WebhooksTeam1PropParentType,
|
|
1219
|
+
)
|
|
1088
1220
|
from githubkit.versions.v2022_11_28.types import (
|
|
1089
1221
|
AddedToProjectIssueEventType as AddedToProjectIssueEventType,
|
|
1090
1222
|
)
|
|
@@ -1205,6 +1337,12 @@ if TYPE_CHECKING:
|
|
|
1205
1337
|
from githubkit.versions.v2022_11_28.types import (
|
|
1206
1338
|
WebhookWorkflowJobQueuedType as WebhookWorkflowJobQueuedType,
|
|
1207
1339
|
)
|
|
1340
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1341
|
+
WebhooksChanges8PropTierType as WebhooksChanges8PropTierType,
|
|
1342
|
+
)
|
|
1343
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1344
|
+
WebhooksSecurityAdvisoryType as WebhooksSecurityAdvisoryType,
|
|
1345
|
+
)
|
|
1208
1346
|
from githubkit.versions.v2022_11_28.types import (
|
|
1209
1347
|
CodeScanningAlertInstanceType as CodeScanningAlertInstanceType,
|
|
1210
1348
|
)
|
|
@@ -1323,10 +1461,16 @@ if TYPE_CHECKING:
|
|
|
1323
1461
|
WebhookSponsorshipCreatedType as WebhookSponsorshipCreatedType,
|
|
1324
1462
|
)
|
|
1325
1463
|
from githubkit.versions.v2022_11_28.types import (
|
|
1326
|
-
|
|
1464
|
+
WebhookWorkflowJobWaitingType as WebhookWorkflowJobWaitingType,
|
|
1327
1465
|
)
|
|
1328
1466
|
from githubkit.versions.v2022_11_28.types import (
|
|
1329
|
-
|
|
1467
|
+
WebhooksIssuePropAssigneeType as WebhooksIssuePropAssigneeType,
|
|
1468
|
+
)
|
|
1469
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1470
|
+
WebhooksReleasePropAuthorType as WebhooksReleasePropAuthorType,
|
|
1471
|
+
)
|
|
1472
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1473
|
+
WebhooksRepositoriesItemsType as WebhooksRepositoriesItemsType,
|
|
1330
1474
|
)
|
|
1331
1475
|
from githubkit.versions.v2022_11_28.types import (
|
|
1332
1476
|
WorkflowUsagePropBillableType as WorkflowUsagePropBillableType,
|
|
@@ -1400,6 +1544,9 @@ if TYPE_CHECKING:
|
|
|
1400
1544
|
from githubkit.versions.v2022_11_28.types import (
|
|
1401
1545
|
RepositoryAdvisoryPropCvssType as RepositoryAdvisoryPropCvssType,
|
|
1402
1546
|
)
|
|
1547
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1548
|
+
RepositoryRuleCodeScanningType as RepositoryRuleCodeScanningType,
|
|
1549
|
+
)
|
|
1403
1550
|
from githubkit.versions.v2022_11_28.types import (
|
|
1404
1551
|
RepositoryRulesetPropLinksType as RepositoryRulesetPropLinksType,
|
|
1405
1552
|
)
|
|
@@ -1494,10 +1641,25 @@ if TYPE_CHECKING:
|
|
|
1494
1641
|
WebhookSecurityAndAnalysisType as WebhookSecurityAndAnalysisType,
|
|
1495
1642
|
)
|
|
1496
1643
|
from githubkit.versions.v2022_11_28.types import (
|
|
1497
|
-
|
|
1644
|
+
WebhooksAlertPropDismisserType as WebhooksAlertPropDismisserType,
|
|
1645
|
+
)
|
|
1646
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1647
|
+
WebhooksIssue2PropAssigneeType as WebhooksIssue2PropAssigneeType,
|
|
1648
|
+
)
|
|
1649
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1650
|
+
WebhooksIssuePropMilestoneType as WebhooksIssuePropMilestoneType,
|
|
1498
1651
|
)
|
|
1499
1652
|
from githubkit.versions.v2022_11_28.types import (
|
|
1500
|
-
|
|
1653
|
+
WebhooksIssuePropReactionsType as WebhooksIssuePropReactionsType,
|
|
1654
|
+
)
|
|
1655
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1656
|
+
WebhooksMembershipPropUserType as WebhooksMembershipPropUserType,
|
|
1657
|
+
)
|
|
1658
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1659
|
+
WebhooksProjectPropCreatorType as WebhooksProjectPropCreatorType,
|
|
1660
|
+
)
|
|
1661
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1662
|
+
WebhooksRelease1PropAuthorType as WebhooksRelease1PropAuthorType,
|
|
1501
1663
|
)
|
|
1502
1664
|
from githubkit.versions.v2022_11_28.types import (
|
|
1503
1665
|
CheckAutomatedSecurityFixesType as CheckAutomatedSecurityFixesType,
|
|
@@ -1505,6 +1667,9 @@ if TYPE_CHECKING:
|
|
|
1505
1667
|
from githubkit.versions.v2022_11_28.types import (
|
|
1506
1668
|
ClassroomAcceptedAssignmentType as ClassroomAcceptedAssignmentType,
|
|
1507
1669
|
)
|
|
1670
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1671
|
+
CodeScanningVariantAnalysisType as CodeScanningVariantAnalysisType,
|
|
1672
|
+
)
|
|
1508
1673
|
from githubkit.versions.v2022_11_28.types import (
|
|
1509
1674
|
CodespaceWithFullRepositoryType as CodespaceWithFullRepositoryType,
|
|
1510
1675
|
)
|
|
@@ -1595,9 +1760,6 @@ if TYPE_CHECKING:
|
|
|
1595
1760
|
from githubkit.versions.v2022_11_28.types import (
|
|
1596
1761
|
WebhookGollumPropPagesItemsType as WebhookGollumPropPagesItemsType,
|
|
1597
1762
|
)
|
|
1598
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1599
|
-
WebhookLabelEditedPropLabelType as WebhookLabelEditedPropLabelType,
|
|
1600
|
-
)
|
|
1601
1763
|
from githubkit.versions.v2022_11_28.types import (
|
|
1602
1764
|
WebhookProjectCardConvertedType as WebhookProjectCardConvertedType,
|
|
1603
1765
|
)
|
|
@@ -1637,6 +1799,21 @@ if TYPE_CHECKING:
|
|
|
1637
1799
|
from githubkit.versions.v2022_11_28.types import (
|
|
1638
1800
|
WebhookWorkflowRunRequestedType as WebhookWorkflowRunRequestedType,
|
|
1639
1801
|
)
|
|
1802
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1803
|
+
WebhooksAnswerPropReactionsType as WebhooksAnswerPropReactionsType,
|
|
1804
|
+
)
|
|
1805
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1806
|
+
WebhooksIssue2PropMilestoneType as WebhooksIssue2PropMilestoneType,
|
|
1807
|
+
)
|
|
1808
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1809
|
+
WebhooksIssue2PropReactionsType as WebhooksIssue2PropReactionsType,
|
|
1810
|
+
)
|
|
1811
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1812
|
+
WebhooksMarketplacePurchaseType as WebhooksMarketplacePurchaseType,
|
|
1813
|
+
)
|
|
1814
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1815
|
+
WebhooksSponsorshipPropTierType as WebhooksSponsorshipPropTierType,
|
|
1816
|
+
)
|
|
1640
1817
|
from githubkit.versions.v2022_11_28.types import (
|
|
1641
1818
|
ActionsRepositoryPermissionsType as ActionsRepositoryPermissionsType,
|
|
1642
1819
|
)
|
|
@@ -1775,27 +1952,12 @@ if TYPE_CHECKING:
|
|
|
1775
1952
|
from githubkit.versions.v2022_11_28.types import (
|
|
1776
1953
|
WebhookIssuesEditedPropIssueType as WebhookIssuesEditedPropIssueType,
|
|
1777
1954
|
)
|
|
1778
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1779
|
-
WebhookIssuesEditedPropLabelType as WebhookIssuesEditedPropLabelType,
|
|
1780
|
-
)
|
|
1781
1955
|
from githubkit.versions.v2022_11_28.types import (
|
|
1782
1956
|
WebhookIssuesLockedPropIssueType as WebhookIssuesLockedPropIssueType,
|
|
1783
1957
|
)
|
|
1784
1958
|
from githubkit.versions.v2022_11_28.types import (
|
|
1785
1959
|
WebhookIssuesOpenedPropIssueType as WebhookIssuesOpenedPropIssueType,
|
|
1786
1960
|
)
|
|
1787
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1788
|
-
WebhookIssuesPinnedPropIssueType as WebhookIssuesPinnedPropIssueType,
|
|
1789
|
-
)
|
|
1790
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1791
|
-
WebhookLabelCreatedPropLabelType as WebhookLabelCreatedPropLabelType,
|
|
1792
|
-
)
|
|
1793
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1794
|
-
WebhookLabelDeletedPropLabelType as WebhookLabelDeletedPropLabelType,
|
|
1795
|
-
)
|
|
1796
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1797
|
-
WebhookMemberAddedPropMemberType as WebhookMemberAddedPropMemberType,
|
|
1798
|
-
)
|
|
1799
1961
|
from githubkit.versions.v2022_11_28.types import (
|
|
1800
1962
|
WebhookProjectsV2ItemCreatedType as WebhookProjectsV2ItemCreatedType,
|
|
1801
1963
|
)
|
|
@@ -1823,6 +1985,33 @@ if TYPE_CHECKING:
|
|
|
1823
1985
|
from githubkit.versions.v2022_11_28.types import (
|
|
1824
1986
|
WebhookWorkflowRunInProgressType as WebhookWorkflowRunInProgressType,
|
|
1825
1987
|
)
|
|
1988
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1989
|
+
WebhooksCommentPropReactionsType as WebhooksCommentPropReactionsType,
|
|
1990
|
+
)
|
|
1991
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1992
|
+
WebhooksIssueCommentPropUserType as WebhooksIssueCommentPropUserType,
|
|
1993
|
+
)
|
|
1994
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1995
|
+
WebhooksIssuePropLabelsItemsType as WebhooksIssuePropLabelsItemsType,
|
|
1996
|
+
)
|
|
1997
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
1998
|
+
WebhooksIssuePropPullRequestType as WebhooksIssuePropPullRequestType,
|
|
1999
|
+
)
|
|
2000
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2001
|
+
WebhooksMilestonePropCreatorType as WebhooksMilestonePropCreatorType,
|
|
2002
|
+
)
|
|
2003
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2004
|
+
WebhooksPullRequest5PropBaseType as WebhooksPullRequest5PropBaseType,
|
|
2005
|
+
)
|
|
2006
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2007
|
+
WebhooksPullRequest5PropHeadType as WebhooksPullRequest5PropHeadType,
|
|
2008
|
+
)
|
|
2009
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2010
|
+
WebhooksPullRequest5PropUserType as WebhooksPullRequest5PropUserType,
|
|
2011
|
+
)
|
|
2012
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2013
|
+
WebhooksReleasePropReactionsType as WebhooksReleasePropReactionsType,
|
|
2014
|
+
)
|
|
1826
2015
|
from githubkit.versions.v2022_11_28.types import (
|
|
1827
2016
|
WorkflowRunUsagePropBillableType as WorkflowRunUsagePropBillableType,
|
|
1828
2017
|
)
|
|
@@ -1889,6 +2078,9 @@ if TYPE_CHECKING:
|
|
|
1889
2078
|
from githubkit.versions.v2022_11_28.types import (
|
|
1890
2079
|
RepositoryRuleDetailedOneof14Type as RepositoryRuleDetailedOneof14Type,
|
|
1891
2080
|
)
|
|
2081
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2082
|
+
RepositoryRuleDetailedOneof15Type as RepositoryRuleDetailedOneof15Type,
|
|
2083
|
+
)
|
|
1892
2084
|
from githubkit.versions.v2022_11_28.types import (
|
|
1893
2085
|
TeamRepositoryPropPermissionsType as TeamRepositoryPropPermissionsType,
|
|
1894
2086
|
)
|
|
@@ -1904,18 +2096,12 @@ if TYPE_CHECKING:
|
|
|
1904
2096
|
from githubkit.versions.v2022_11_28.types import (
|
|
1905
2097
|
WebhookIssuesLabeledPropIssueType as WebhookIssuesLabeledPropIssueType,
|
|
1906
2098
|
)
|
|
1907
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1908
|
-
WebhookIssuesLabeledPropLabelType as WebhookIssuesLabeledPropLabelType,
|
|
1909
|
-
)
|
|
1910
2099
|
from githubkit.versions.v2022_11_28.types import (
|
|
1911
2100
|
WebhookLabelEditedPropChangesType as WebhookLabelEditedPropChangesType,
|
|
1912
2101
|
)
|
|
1913
2102
|
from githubkit.versions.v2022_11_28.types import (
|
|
1914
2103
|
WebhookMemberAddedPropChangesType as WebhookMemberAddedPropChangesType,
|
|
1915
2104
|
)
|
|
1916
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
1917
|
-
WebhookMemberEditedPropMemberType as WebhookMemberEditedPropMemberType,
|
|
1918
|
-
)
|
|
1919
2105
|
from githubkit.versions.v2022_11_28.types import (
|
|
1920
2106
|
WebhookPingPropHookPropConfigType as WebhookPingPropHookPropConfigType,
|
|
1921
2107
|
)
|
|
@@ -1934,6 +2120,24 @@ if TYPE_CHECKING:
|
|
|
1934
2120
|
from githubkit.versions.v2022_11_28.types import (
|
|
1935
2121
|
WebhookSponsorshipTierChangedType as WebhookSponsorshipTierChangedType,
|
|
1936
2122
|
)
|
|
2123
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2124
|
+
WebhooksIssue2PropLabelsItemsType as WebhooksIssue2PropLabelsItemsType,
|
|
2125
|
+
)
|
|
2126
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2127
|
+
WebhooksIssue2PropPullRequestType as WebhooksIssue2PropPullRequestType,
|
|
2128
|
+
)
|
|
2129
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2130
|
+
WebhooksMilestone3PropCreatorType as WebhooksMilestone3PropCreatorType,
|
|
2131
|
+
)
|
|
2132
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2133
|
+
WebhooksPullRequest5PropLinksType as WebhooksPullRequest5PropLinksType,
|
|
2134
|
+
)
|
|
2135
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2136
|
+
WebhooksRelease1PropReactionsType as WebhooksRelease1PropReactionsType,
|
|
2137
|
+
)
|
|
2138
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2139
|
+
WebhooksReviewCommentPropUserType as WebhooksReviewCommentPropUserType,
|
|
2140
|
+
)
|
|
1937
2141
|
from githubkit.versions.v2022_11_28.types import (
|
|
1938
2142
|
ActionsCacheUsageOrgEnterpriseType as ActionsCacheUsageOrgEnterpriseType,
|
|
1939
2143
|
)
|
|
@@ -2024,21 +2228,12 @@ if TYPE_CHECKING:
|
|
|
2024
2228
|
from githubkit.versions.v2022_11_28.types import (
|
|
2025
2229
|
WebhookDependabotAlertReopenedType as WebhookDependabotAlertReopenedType,
|
|
2026
2230
|
)
|
|
2027
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2028
|
-
WebhookDeployKeyCreatedPropKeyType as WebhookDeployKeyCreatedPropKeyType,
|
|
2029
|
-
)
|
|
2030
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2031
|
-
WebhookDeployKeyDeletedPropKeyType as WebhookDeployKeyDeletedPropKeyType,
|
|
2032
|
-
)
|
|
2033
2231
|
from githubkit.versions.v2022_11_28.types import (
|
|
2034
2232
|
WebhookDeploymentStatusCreatedType as WebhookDeploymentStatusCreatedType,
|
|
2035
2233
|
)
|
|
2036
2234
|
from githubkit.versions.v2022_11_28.types import (
|
|
2037
2235
|
WebhookDiscussionCommentEditedType as WebhookDiscussionCommentEditedType,
|
|
2038
2236
|
)
|
|
2039
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2040
|
-
WebhookIssuesAssignedPropIssueType as WebhookIssuesAssignedPropIssueType,
|
|
2041
|
-
)
|
|
2042
2237
|
from githubkit.versions.v2022_11_28.types import (
|
|
2043
2238
|
WebhookIssuesEditedPropChangesType as WebhookIssuesEditedPropChangesType,
|
|
2044
2239
|
)
|
|
@@ -2051,18 +2246,9 @@ if TYPE_CHECKING:
|
|
|
2051
2246
|
from githubkit.versions.v2022_11_28.types import (
|
|
2052
2247
|
WebhookIssuesUnlockedPropIssueType as WebhookIssuesUnlockedPropIssueType,
|
|
2053
2248
|
)
|
|
2054
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2055
|
-
WebhookIssuesUnpinnedPropIssueType as WebhookIssuesUnpinnedPropIssueType,
|
|
2056
|
-
)
|
|
2057
2249
|
from githubkit.versions.v2022_11_28.types import (
|
|
2058
2250
|
WebhookMemberEditedPropChangesType as WebhookMemberEditedPropChangesType,
|
|
2059
2251
|
)
|
|
2060
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2061
|
-
WebhookMemberRemovedPropMemberType as WebhookMemberRemovedPropMemberType,
|
|
2062
|
-
)
|
|
2063
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2064
|
-
WebhookMembershipAddedPropTeamType as WebhookMembershipAddedPropTeamType,
|
|
2065
|
-
)
|
|
2066
2252
|
from githubkit.versions.v2022_11_28.types import (
|
|
2067
2253
|
WebhookOrganizationMemberAddedType as WebhookOrganizationMemberAddedType,
|
|
2068
2254
|
)
|
|
@@ -2093,6 +2279,21 @@ if TYPE_CHECKING:
|
|
|
2093
2279
|
from githubkit.versions.v2022_11_28.types import (
|
|
2094
2280
|
WebhookStatusPropBranchesItemsType as WebhookStatusPropBranchesItemsType,
|
|
2095
2281
|
)
|
|
2282
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2283
|
+
WebhooksProjectCardPropCreatorType as WebhooksProjectCardPropCreatorType,
|
|
2284
|
+
)
|
|
2285
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2286
|
+
WebhooksReleasePropAssetsItemsType as WebhooksReleasePropAssetsItemsType,
|
|
2287
|
+
)
|
|
2288
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2289
|
+
WebhooksRepositoriesAddedItemsType as WebhooksRepositoriesAddedItemsType,
|
|
2290
|
+
)
|
|
2291
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2292
|
+
WebhooksReviewCommentPropLinksType as WebhooksReviewCommentPropLinksType,
|
|
2293
|
+
)
|
|
2294
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2295
|
+
WebhooksSponsorshipPropSponsorType as WebhooksSponsorshipPropSponsorType,
|
|
2296
|
+
)
|
|
2096
2297
|
from githubkit.versions.v2022_11_28.types import (
|
|
2097
2298
|
CodeownersErrorsPropErrorsItemsType as CodeownersErrorsPropErrorsItemsType,
|
|
2098
2299
|
)
|
|
@@ -2159,21 +2360,9 @@ if TYPE_CHECKING:
|
|
|
2159
2360
|
from githubkit.versions.v2022_11_28.types import (
|
|
2160
2361
|
WebhookDiscussionCommentDeletedType as WebhookDiscussionCommentDeletedType,
|
|
2161
2362
|
)
|
|
2162
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2163
|
-
WebhookIssuesUnlabeledPropIssueType as WebhookIssuesUnlabeledPropIssueType,
|
|
2164
|
-
)
|
|
2165
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2166
|
-
WebhookIssuesUnlabeledPropLabelType as WebhookIssuesUnlabeledPropLabelType,
|
|
2167
|
-
)
|
|
2168
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2169
|
-
WebhookProjectClosedPropProjectType as WebhookProjectClosedPropProjectType,
|
|
2170
|
-
)
|
|
2171
2363
|
from githubkit.versions.v2022_11_28.types import (
|
|
2172
2364
|
WebhookProjectEditedPropChangesType as WebhookProjectEditedPropChangesType,
|
|
2173
2365
|
)
|
|
2174
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2175
|
-
WebhookProjectEditedPropProjectType as WebhookProjectEditedPropProjectType,
|
|
2176
|
-
)
|
|
2177
2366
|
from githubkit.versions.v2022_11_28.types import (
|
|
2178
2367
|
WebhookProjectsV2ProjectCreatedType as WebhookProjectsV2ProjectCreatedType,
|
|
2179
2368
|
)
|
|
@@ -2186,9 +2375,6 @@ if TYPE_CHECKING:
|
|
|
2186
2375
|
from githubkit.versions.v2022_11_28.types import (
|
|
2187
2376
|
WebhookReleaseEditedPropChangesType as WebhookReleaseEditedPropChangesType,
|
|
2188
2377
|
)
|
|
2189
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2190
|
-
WebhookReleaseEditedPropReleaseType as WebhookReleaseEditedPropReleaseType,
|
|
2191
|
-
)
|
|
2192
2378
|
from githubkit.versions.v2022_11_28.types import (
|
|
2193
2379
|
WebhookRepositoryDispatchSampleType as WebhookRepositoryDispatchSampleType,
|
|
2194
2380
|
)
|
|
@@ -2201,6 +2387,15 @@ if TYPE_CHECKING:
|
|
|
2201
2387
|
from githubkit.versions.v2022_11_28.types import (
|
|
2202
2388
|
WebhookTeamEditedPropRepositoryType as WebhookTeamEditedPropRepositoryType,
|
|
2203
2389
|
)
|
|
2390
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2391
|
+
WebhooksIssuePropAssigneesItemsType as WebhooksIssuePropAssigneesItemsType,
|
|
2392
|
+
)
|
|
2393
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2394
|
+
WebhooksRelease1PropAssetsItemsType as WebhooksRelease1PropAssetsItemsType,
|
|
2395
|
+
)
|
|
2396
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2397
|
+
WebhooksReviewPropLinksPropHtmlType as WebhooksReviewPropLinksPropHtmlType,
|
|
2398
|
+
)
|
|
2204
2399
|
from githubkit.versions.v2022_11_28.types import (
|
|
2205
2400
|
CommitSearchResultItemPropCommitType as CommitSearchResultItemPropCommitType,
|
|
2206
2401
|
)
|
|
@@ -2318,18 +2513,9 @@ if TYPE_CHECKING:
|
|
|
2318
2513
|
from githubkit.versions.v2022_11_28.types import (
|
|
2319
2514
|
WebhookIssuesMilestonedPropIssueType as WebhookIssuesMilestonedPropIssueType,
|
|
2320
2515
|
)
|
|
2321
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2322
|
-
WebhookIssuesUnassignedPropIssueType as WebhookIssuesUnassignedPropIssueType,
|
|
2323
|
-
)
|
|
2324
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2325
|
-
WebhookMembershipAddedPropMemberType as WebhookMembershipAddedPropMemberType,
|
|
2326
|
-
)
|
|
2327
2516
|
from githubkit.versions.v2022_11_28.types import (
|
|
2328
2517
|
WebhookMembershipAddedPropSenderType as WebhookMembershipAddedPropSenderType,
|
|
2329
2518
|
)
|
|
2330
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2331
|
-
WebhookMembershipRemovedPropTeamType as WebhookMembershipRemovedPropTeamType,
|
|
2332
|
-
)
|
|
2333
2519
|
from githubkit.versions.v2022_11_28.types import (
|
|
2334
2520
|
WebhookMergeGroupChecksRequestedType as WebhookMergeGroupChecksRequestedType,
|
|
2335
2521
|
)
|
|
@@ -2343,40 +2529,40 @@ if TYPE_CHECKING:
|
|
|
2343
2529
|
WebhookPackageUpdatedPropPackageType as WebhookPackageUpdatedPropPackageType,
|
|
2344
2530
|
)
|
|
2345
2531
|
from githubkit.versions.v2022_11_28.types import (
|
|
2346
|
-
|
|
2532
|
+
WebhookProjectsV2ProjectReopenedType as WebhookProjectsV2ProjectReopenedType,
|
|
2347
2533
|
)
|
|
2348
2534
|
from githubkit.versions.v2022_11_28.types import (
|
|
2349
|
-
|
|
2535
|
+
WebhookPullRequestReadyForReviewType as WebhookPullRequestReadyForReviewType,
|
|
2350
2536
|
)
|
|
2351
2537
|
from githubkit.versions.v2022_11_28.types import (
|
|
2352
|
-
|
|
2538
|
+
WebhookSecurityAdvisoryPublishedType as WebhookSecurityAdvisoryPublishedType,
|
|
2353
2539
|
)
|
|
2354
2540
|
from githubkit.versions.v2022_11_28.types import (
|
|
2355
|
-
|
|
2541
|
+
WebhookSecurityAdvisoryWithdrawnType as WebhookSecurityAdvisoryWithdrawnType,
|
|
2356
2542
|
)
|
|
2357
2543
|
from githubkit.versions.v2022_11_28.types import (
|
|
2358
|
-
|
|
2544
|
+
WebhookTeamCreatedPropRepositoryType as WebhookTeamCreatedPropRepositoryType,
|
|
2359
2545
|
)
|
|
2360
2546
|
from githubkit.versions.v2022_11_28.types import (
|
|
2361
|
-
|
|
2547
|
+
WebhookTeamDeletedPropRepositoryType as WebhookTeamDeletedPropRepositoryType,
|
|
2362
2548
|
)
|
|
2363
2549
|
from githubkit.versions.v2022_11_28.types import (
|
|
2364
|
-
|
|
2550
|
+
WebhookTeamRemovedFromRepositoryType as WebhookTeamRemovedFromRepositoryType,
|
|
2365
2551
|
)
|
|
2366
2552
|
from githubkit.versions.v2022_11_28.types import (
|
|
2367
|
-
|
|
2553
|
+
WebhooksChanges8PropTierPropFromType as WebhooksChanges8PropTierPropFromType,
|
|
2368
2554
|
)
|
|
2369
2555
|
from githubkit.versions.v2022_11_28.types import (
|
|
2370
|
-
|
|
2556
|
+
WebhooksIssue2PropAssigneesItemsType as WebhooksIssue2PropAssigneesItemsType,
|
|
2371
2557
|
)
|
|
2372
2558
|
from githubkit.versions.v2022_11_28.types import (
|
|
2373
|
-
|
|
2559
|
+
WebhooksPullRequest5PropAssigneeType as WebhooksPullRequest5PropAssigneeType,
|
|
2374
2560
|
)
|
|
2375
2561
|
from githubkit.versions.v2022_11_28.types import (
|
|
2376
|
-
|
|
2562
|
+
WebhooksPullRequest5PropMergedByType as WebhooksPullRequest5PropMergedByType,
|
|
2377
2563
|
)
|
|
2378
2564
|
from githubkit.versions.v2022_11_28.types import (
|
|
2379
|
-
|
|
2565
|
+
WebhooksSecurityAdvisoryPropCvssType as WebhooksSecurityAdvisoryPropCvssType,
|
|
2380
2566
|
)
|
|
2381
2567
|
from githubkit.versions.v2022_11_28.types import (
|
|
2382
2568
|
ActionsWorkflowAccessToRepositoryType as ActionsWorkflowAccessToRepositoryType,
|
|
@@ -2462,42 +2648,24 @@ if TYPE_CHECKING:
|
|
|
2462
2648
|
from githubkit.versions.v2022_11_28.types import (
|
|
2463
2649
|
WebhookCheckRunCreatedFormEncodedType as WebhookCheckRunCreatedFormEncodedType,
|
|
2464
2650
|
)
|
|
2465
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2466
|
-
WebhookDiscussionLabeledPropLabelType as WebhookDiscussionLabeledPropLabelType,
|
|
2467
|
-
)
|
|
2468
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2469
|
-
WebhookIssuesAssignedPropAssigneeType as WebhookIssuesAssignedPropAssigneeType,
|
|
2470
|
-
)
|
|
2471
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2472
|
-
WebhookIssuesTransferredPropIssueType as WebhookIssuesTransferredPropIssueType,
|
|
2473
|
-
)
|
|
2474
2651
|
from githubkit.versions.v2022_11_28.types import (
|
|
2475
2652
|
WebhookMarketplacePurchaseChangedType as WebhookMarketplacePurchaseChangedType,
|
|
2476
2653
|
)
|
|
2477
2654
|
from githubkit.versions.v2022_11_28.types import (
|
|
2478
2655
|
WebhookMilestoneEditedPropChangesType as WebhookMilestoneEditedPropChangesType,
|
|
2479
2656
|
)
|
|
2480
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2481
|
-
WebhookProjectReopenedPropProjectType as WebhookProjectReopenedPropProjectType,
|
|
2482
|
-
)
|
|
2483
2657
|
from githubkit.versions.v2022_11_28.types import (
|
|
2484
2658
|
WebhookPullRequestReviewDismissedType as WebhookPullRequestReviewDismissedType,
|
|
2485
2659
|
)
|
|
2486
2660
|
from githubkit.versions.v2022_11_28.types import (
|
|
2487
2661
|
WebhookPullRequestReviewSubmittedType as WebhookPullRequestReviewSubmittedType,
|
|
2488
2662
|
)
|
|
2489
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2490
|
-
WebhookReleaseReleasedPropReleaseType as WebhookReleaseReleasedPropReleaseType,
|
|
2491
|
-
)
|
|
2492
2663
|
from githubkit.versions.v2022_11_28.types import (
|
|
2493
2664
|
WebhookRepositoryAdvisoryReportedType as WebhookRepositoryAdvisoryReportedType,
|
|
2494
2665
|
)
|
|
2495
2666
|
from githubkit.versions.v2022_11_28.types import (
|
|
2496
2667
|
WebhookSecretScanningAlertCreatedType as WebhookSecretScanningAlertCreatedType,
|
|
2497
2668
|
)
|
|
2498
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2499
|
-
WebhookSecretScanningAlertRevokedType as WebhookSecretScanningAlertRevokedType,
|
|
2500
|
-
)
|
|
2501
2669
|
from githubkit.versions.v2022_11_28.types import (
|
|
2502
2670
|
WebhookStatusPropCommitPropAuthorType as WebhookStatusPropCommitPropAuthorType,
|
|
2503
2671
|
)
|
|
@@ -2507,6 +2675,18 @@ if TYPE_CHECKING:
|
|
|
2507
2675
|
from githubkit.versions.v2022_11_28.types import (
|
|
2508
2676
|
WebhookWorkflowDispatchPropInputsType as WebhookWorkflowDispatchPropInputsType,
|
|
2509
2677
|
)
|
|
2678
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2679
|
+
WebhooksIssueCommentPropReactionsType as WebhooksIssueCommentPropReactionsType,
|
|
2680
|
+
)
|
|
2681
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2682
|
+
WebhooksPullRequest5PropAutoMergeType as WebhooksPullRequest5PropAutoMergeType,
|
|
2683
|
+
)
|
|
2684
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2685
|
+
WebhooksPullRequest5PropMilestoneType as WebhooksPullRequest5PropMilestoneType,
|
|
2686
|
+
)
|
|
2687
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2688
|
+
WebhooksSponsorshipPropMaintainerType as WebhooksSponsorshipPropMaintainerType,
|
|
2689
|
+
)
|
|
2510
2690
|
from githubkit.versions.v2022_11_28.types import (
|
|
2511
2691
|
ApplicationsClientIdTokenPatchBodyType as ApplicationsClientIdTokenPatchBodyType,
|
|
2512
2692
|
)
|
|
@@ -2615,9 +2795,6 @@ if TYPE_CHECKING:
|
|
|
2615
2795
|
from githubkit.versions.v2022_11_28.types import (
|
|
2616
2796
|
WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
|
|
2617
2797
|
)
|
|
2618
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2619
|
-
WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
|
|
2620
|
-
)
|
|
2621
2798
|
from githubkit.versions.v2022_11_28.types import (
|
|
2622
2799
|
WebhookMembershipRemovedPropSenderType as WebhookMembershipRemovedPropSenderType,
|
|
2623
2800
|
)
|
|
@@ -2636,15 +2813,9 @@ if TYPE_CHECKING:
|
|
|
2636
2813
|
from githubkit.versions.v2022_11_28.types import (
|
|
2637
2814
|
WebhookPullRequestConvertedToDraftType as WebhookPullRequestConvertedToDraftType,
|
|
2638
2815
|
)
|
|
2639
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2640
|
-
WebhookPullRequestLabeledPropLabelType as WebhookPullRequestLabeledPropLabelType,
|
|
2641
|
-
)
|
|
2642
2816
|
from githubkit.versions.v2022_11_28.types import (
|
|
2643
2817
|
WebhookPushPropRepositoryPropOwnerType as WebhookPushPropRepositoryPropOwnerType,
|
|
2644
2818
|
)
|
|
2645
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2646
|
-
WebhookReleasePublishedPropReleaseType as WebhookReleasePublishedPropReleaseType,
|
|
2647
|
-
)
|
|
2648
2819
|
from githubkit.versions.v2022_11_28.types import (
|
|
2649
2820
|
WebhookRepositoryAdvisoryPublishedType as WebhookRepositoryAdvisoryPublishedType,
|
|
2650
2821
|
)
|
|
@@ -2658,10 +2829,19 @@ if TYPE_CHECKING:
|
|
|
2658
2829
|
WebhookSecretScanningAlertResolvedType as WebhookSecretScanningAlertResolvedType,
|
|
2659
2830
|
)
|
|
2660
2831
|
from githubkit.versions.v2022_11_28.types import (
|
|
2661
|
-
|
|
2832
|
+
WebhooksReviewCommentPropReactionsType as WebhooksReviewCommentPropReactionsType,
|
|
2662
2833
|
)
|
|
2663
2834
|
from githubkit.versions.v2022_11_28.types import (
|
|
2664
|
-
|
|
2835
|
+
WebhooksReviewersItemsPropReviewerType as WebhooksReviewersItemsPropReviewerType,
|
|
2836
|
+
)
|
|
2837
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2838
|
+
WebhooksSponsorshipPropSponsorableType as WebhooksSponsorshipPropSponsorableType,
|
|
2839
|
+
)
|
|
2840
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2841
|
+
WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
|
|
2842
|
+
)
|
|
2843
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2844
|
+
ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
|
|
2665
2845
|
)
|
|
2666
2846
|
from githubkit.versions.v2022_11_28.types import (
|
|
2667
2847
|
ApplicationsClientIdTokenDeleteBodyType as ApplicationsClientIdTokenDeleteBodyType,
|
|
@@ -2669,6 +2849,9 @@ if TYPE_CHECKING:
|
|
|
2669
2849
|
from githubkit.versions.v2022_11_28.types import (
|
|
2670
2850
|
CheckSuitePreferencePropPreferencesType as CheckSuitePreferencePropPreferencesType,
|
|
2671
2851
|
)
|
|
2852
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2853
|
+
CodeScanningVariantAnalysisRepoTaskType as CodeScanningVariantAnalysisRepoTaskType,
|
|
2854
|
+
)
|
|
2672
2855
|
from githubkit.versions.v2022_11_28.types import (
|
|
2673
2856
|
DemilestonedIssueEventPropMilestoneType as DemilestonedIssueEventPropMilestoneType,
|
|
2674
2857
|
)
|
|
@@ -2708,6 +2891,18 @@ if TYPE_CHECKING:
|
|
|
2708
2891
|
from githubkit.versions.v2022_11_28.types import (
|
|
2709
2892
|
RepositoryRuleCommitterEmailPatternType as RepositoryRuleCommitterEmailPatternType,
|
|
2710
2893
|
)
|
|
2894
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2895
|
+
RepositoryRuleOneof14PropParametersType as RepositoryRuleOneof14PropParametersType,
|
|
2896
|
+
)
|
|
2897
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2898
|
+
RepositoryRuleOneof15PropParametersType as RepositoryRuleOneof15PropParametersType,
|
|
2899
|
+
)
|
|
2900
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2901
|
+
RepositoryRuleOneof16PropParametersType as RepositoryRuleOneof16PropParametersType,
|
|
2902
|
+
)
|
|
2903
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2904
|
+
RepositoryRuleOneof17PropParametersType as RepositoryRuleOneof17PropParametersType,
|
|
2905
|
+
)
|
|
2711
2906
|
from githubkit.versions.v2022_11_28.types import (
|
|
2712
2907
|
RepositoryRuleRequiredLinearHistoryType as RepositoryRuleRequiredLinearHistoryType,
|
|
2713
2908
|
)
|
|
@@ -2726,12 +2921,6 @@ if TYPE_CHECKING:
|
|
|
2726
2921
|
from githubkit.versions.v2022_11_28.types import (
|
|
2727
2922
|
WebhookDependabotAlertAutoDismissedType as WebhookDependabotAlertAutoDismissedType,
|
|
2728
2923
|
)
|
|
2729
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2730
|
-
WebhookDiscussionAnsweredPropAnswerType as WebhookDiscussionAnsweredPropAnswerType,
|
|
2731
|
-
)
|
|
2732
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2733
|
-
WebhookDiscussionUnlabeledPropLabelType as WebhookDiscussionUnlabeledPropLabelType,
|
|
2734
|
-
)
|
|
2735
2924
|
from githubkit.versions.v2022_11_28.types import (
|
|
2736
2925
|
WebhookIssueCommentCreatedPropIssueType as WebhookIssueCommentCreatedPropIssueType,
|
|
2737
2926
|
)
|
|
@@ -2741,24 +2930,12 @@ if TYPE_CHECKING:
|
|
|
2741
2930
|
from githubkit.versions.v2022_11_28.types import (
|
|
2742
2931
|
WebhookIssuesTransferredPropChangesType as WebhookIssuesTransferredPropChangesType,
|
|
2743
2932
|
)
|
|
2744
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2745
|
-
WebhookIssuesUnassignedPropAssigneeType as WebhookIssuesUnassignedPropAssigneeType,
|
|
2746
|
-
)
|
|
2747
2933
|
from githubkit.versions.v2022_11_28.types import (
|
|
2748
2934
|
WebhookMarketplacePurchaseCancelledType as WebhookMarketplacePurchaseCancelledType,
|
|
2749
2935
|
)
|
|
2750
2936
|
from githubkit.versions.v2022_11_28.types import (
|
|
2751
2937
|
WebhookMarketplacePurchasePurchasedType as WebhookMarketplacePurchasePurchasedType,
|
|
2752
2938
|
)
|
|
2753
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2754
|
-
WebhookMilestoneClosedPropMilestoneType as WebhookMilestoneClosedPropMilestoneType,
|
|
2755
|
-
)
|
|
2756
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2757
|
-
WebhookMilestoneEditedPropMilestoneType as WebhookMilestoneEditedPropMilestoneType,
|
|
2758
|
-
)
|
|
2759
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2760
|
-
WebhookMilestoneOpenedPropMilestoneType as WebhookMilestoneOpenedPropMilestoneType,
|
|
2761
|
-
)
|
|
2762
2939
|
from githubkit.versions.v2022_11_28.types import (
|
|
2763
2940
|
WebhookPageBuildPropBuildPropPusherType as WebhookPageBuildPropBuildPropPusherType,
|
|
2764
2941
|
)
|
|
@@ -2790,7 +2967,13 @@ if TYPE_CHECKING:
|
|
|
2790
2967
|
WebhookSponsorshipPendingTierChangeType as WebhookSponsorshipPendingTierChangeType,
|
|
2791
2968
|
)
|
|
2792
2969
|
from githubkit.versions.v2022_11_28.types import (
|
|
2793
|
-
|
|
2970
|
+
WebhooksMarketplacePurchasePropPlanType as WebhooksMarketplacePurchasePropPlanType,
|
|
2971
|
+
)
|
|
2972
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2973
|
+
WebhooksPreviousMarketplacePurchaseType as WebhooksPreviousMarketplacePurchaseType,
|
|
2974
|
+
)
|
|
2975
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
2976
|
+
WebhooksPullRequest5PropLabelsItemsType as WebhooksPullRequest5PropLabelsItemsType,
|
|
2794
2977
|
)
|
|
2795
2978
|
from githubkit.versions.v2022_11_28.types import (
|
|
2796
2979
|
WorkflowUsagePropBillablePropUbuntuType as WorkflowUsagePropBillablePropUbuntuType,
|
|
@@ -2864,9 +3047,6 @@ if TYPE_CHECKING:
|
|
|
2864
3047
|
from githubkit.versions.v2022_11_28.types import (
|
|
2865
3048
|
WebhookCodeScanningAlertClosedByUserType as WebhookCodeScanningAlertClosedByUserType,
|
|
2866
3049
|
)
|
|
2867
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2868
|
-
WebhookDeploymentCreatedPropWorkflowType as WebhookDeploymentCreatedPropWorkflowType,
|
|
2869
|
-
)
|
|
2870
3050
|
from githubkit.versions.v2022_11_28.types import (
|
|
2871
3051
|
WebhookForkPropForkeeAllof0PropOwnerType as WebhookForkPropForkeeAllof0PropOwnerType,
|
|
2872
3052
|
)
|
|
@@ -2879,71 +3059,59 @@ if TYPE_CHECKING:
|
|
|
2879
3059
|
from githubkit.versions.v2022_11_28.types import (
|
|
2880
3060
|
WebhookInstallationRepositoriesAddedType as WebhookInstallationRepositoriesAddedType,
|
|
2881
3061
|
)
|
|
2882
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2883
|
-
WebhookIssueCommentEditedPropChangesType as WebhookIssueCommentEditedPropChangesType,
|
|
2884
|
-
)
|
|
2885
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2886
|
-
WebhookIssueCommentEditedPropCommentType as WebhookIssueCommentEditedPropCommentType,
|
|
2887
|
-
)
|
|
2888
3062
|
from githubkit.versions.v2022_11_28.types import (
|
|
2889
3063
|
WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
|
|
2890
3064
|
)
|
|
2891
3065
|
from githubkit.versions.v2022_11_28.types import (
|
|
2892
3066
|
WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
|
|
2893
3067
|
)
|
|
2894
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2895
|
-
WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
|
|
2896
|
-
)
|
|
2897
3068
|
from githubkit.versions.v2022_11_28.types import (
|
|
2898
3069
|
WebhookIssuesOpenedPropIssuePropUserType as WebhookIssuesOpenedPropIssuePropUserType,
|
|
2899
3070
|
)
|
|
2900
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
2901
|
-
WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
|
|
2902
|
-
)
|
|
2903
3071
|
from githubkit.versions.v2022_11_28.types import (
|
|
2904
3072
|
WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
|
|
2905
3073
|
)
|
|
2906
3074
|
from githubkit.versions.v2022_11_28.types import (
|
|
2907
|
-
|
|
3075
|
+
WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
|
|
2908
3076
|
)
|
|
2909
3077
|
from githubkit.versions.v2022_11_28.types import (
|
|
2910
|
-
|
|
3078
|
+
WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
|
|
2911
3079
|
)
|
|
2912
3080
|
from githubkit.versions.v2022_11_28.types import (
|
|
2913
|
-
|
|
3081
|
+
WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
|
|
2914
3082
|
)
|
|
2915
3083
|
from githubkit.versions.v2022_11_28.types import (
|
|
2916
|
-
|
|
3084
|
+
WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
|
|
2917
3085
|
)
|
|
2918
3086
|
from githubkit.versions.v2022_11_28.types import (
|
|
2919
|
-
|
|
3087
|
+
WebhooksProjectChangesPropArchivedAtType as WebhooksProjectChangesPropArchivedAtType,
|
|
2920
3088
|
)
|
|
2921
3089
|
from githubkit.versions.v2022_11_28.types import (
|
|
2922
|
-
|
|
3090
|
+
WebhooksPullRequest5PropBasePropRepoType as WebhooksPullRequest5PropBasePropRepoType,
|
|
2923
3091
|
)
|
|
2924
3092
|
from githubkit.versions.v2022_11_28.types import (
|
|
2925
|
-
|
|
3093
|
+
WebhooksPullRequest5PropBasePropUserType as WebhooksPullRequest5PropBasePropUserType,
|
|
2926
3094
|
)
|
|
2927
3095
|
from githubkit.versions.v2022_11_28.types import (
|
|
2928
|
-
|
|
3096
|
+
WebhooksPullRequest5PropHeadPropRepoType as WebhooksPullRequest5PropHeadPropRepoType,
|
|
2929
3097
|
)
|
|
2930
3098
|
from githubkit.versions.v2022_11_28.types import (
|
|
2931
|
-
|
|
3099
|
+
WebhooksPullRequest5PropHeadPropUserType as WebhooksPullRequest5PropHeadPropUserType,
|
|
2932
3100
|
)
|
|
2933
3101
|
from githubkit.versions.v2022_11_28.types import (
|
|
2934
|
-
|
|
3102
|
+
WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
|
|
2935
3103
|
)
|
|
2936
3104
|
from githubkit.versions.v2022_11_28.types import (
|
|
2937
|
-
|
|
3105
|
+
BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
|
|
2938
3106
|
)
|
|
2939
3107
|
from githubkit.versions.v2022_11_28.types import (
|
|
2940
|
-
|
|
3108
|
+
BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
|
|
2941
3109
|
)
|
|
2942
3110
|
from githubkit.versions.v2022_11_28.types import (
|
|
2943
|
-
|
|
3111
|
+
CodeScanningVariantAnalysisRepositoryType as CodeScanningVariantAnalysisRepositoryType,
|
|
2944
3112
|
)
|
|
2945
3113
|
from githubkit.versions.v2022_11_28.types import (
|
|
2946
|
-
|
|
3114
|
+
CopilotUsageMetricsPropBreakdownItemsType as CopilotUsageMetricsPropBreakdownItemsType,
|
|
2947
3115
|
)
|
|
2948
3116
|
from githubkit.versions.v2022_11_28.types import (
|
|
2949
3117
|
GistsGistIdCommentsCommentIdPatchBodyType as GistsGistIdCommentsCommentIdPatchBodyType,
|
|
@@ -3002,9 +3170,6 @@ if TYPE_CHECKING:
|
|
|
3002
3170
|
from githubkit.versions.v2022_11_28.types import (
|
|
3003
3171
|
WebhookIssueCommentCreatedPropCommentType as WebhookIssueCommentCreatedPropCommentType,
|
|
3004
3172
|
)
|
|
3005
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3006
|
-
WebhookIssueCommentDeletedPropCommentType as WebhookIssueCommentDeletedPropCommentType,
|
|
3007
|
-
)
|
|
3008
3173
|
from githubkit.versions.v2022_11_28.types import (
|
|
3009
3174
|
WebhookIssuesDeletedPropIssuePropUserType as WebhookIssuesDeletedPropIssuePropUserType,
|
|
3010
3175
|
)
|
|
@@ -3014,9 +3179,6 @@ if TYPE_CHECKING:
|
|
|
3014
3179
|
from githubkit.versions.v2022_11_28.types import (
|
|
3015
3180
|
WebhookLabelEditedPropChangesPropNameType as WebhookLabelEditedPropChangesPropNameType,
|
|
3016
3181
|
)
|
|
3017
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3018
|
-
WebhookOrgBlockBlockedPropBlockedUserType as WebhookOrgBlockBlockedPropBlockedUserType,
|
|
3019
|
-
)
|
|
3020
3182
|
from githubkit.versions.v2022_11_28.types import (
|
|
3021
3183
|
WebhookOrganizationRenamedPropChangesType as WebhookOrganizationRenamedPropChangesType,
|
|
3022
3184
|
)
|
|
@@ -3035,6 +3197,18 @@ if TYPE_CHECKING:
|
|
|
3035
3197
|
from githubkit.versions.v2022_11_28.types import (
|
|
3036
3198
|
WebhookSponsorshipPendingCancellationType as WebhookSponsorshipPendingCancellationType,
|
|
3037
3199
|
)
|
|
3200
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3201
|
+
WebhooksIssuePropMilestonePropCreatorType as WebhooksIssuePropMilestonePropCreatorType,
|
|
3202
|
+
)
|
|
3203
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3204
|
+
WebhooksPullRequest5PropLinksPropHtmlType as WebhooksPullRequest5PropLinksPropHtmlType,
|
|
3205
|
+
)
|
|
3206
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3207
|
+
WebhooksPullRequest5PropLinksPropSelfType as WebhooksPullRequest5PropLinksPropSelfType,
|
|
3208
|
+
)
|
|
3209
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3210
|
+
WebhooksSecurityAdvisoryPropCwesItemsType as WebhooksSecurityAdvisoryPropCwesItemsType,
|
|
3211
|
+
)
|
|
3038
3212
|
from githubkit.versions.v2022_11_28.types import (
|
|
3039
3213
|
WorkflowRunUsagePropBillablePropMacosType as WorkflowRunUsagePropBillablePropMacosType,
|
|
3040
3214
|
)
|
|
@@ -3137,15 +3311,9 @@ if TYPE_CHECKING:
|
|
|
3137
3311
|
from githubkit.versions.v2022_11_28.types import (
|
|
3138
3312
|
WebhookInstallationRepositoriesRemovedType as WebhookInstallationRepositoriesRemovedType,
|
|
3139
3313
|
)
|
|
3140
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3141
|
-
WebhookIssuesAssignedPropIssuePropUserType as WebhookIssuesAssignedPropIssuePropUserType,
|
|
3142
|
-
)
|
|
3143
3314
|
from githubkit.versions.v2022_11_28.types import (
|
|
3144
3315
|
WebhookIssuesClosedPropIssueMergedUserType as WebhookIssuesClosedPropIssueMergedUserType,
|
|
3145
3316
|
)
|
|
3146
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3147
|
-
WebhookIssuesDemilestonedPropMilestoneType as WebhookIssuesDemilestonedPropMilestoneType,
|
|
3148
|
-
)
|
|
3149
3317
|
from githubkit.versions.v2022_11_28.types import (
|
|
3150
3318
|
WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
|
|
3151
3319
|
)
|
|
@@ -3155,9 +3323,6 @@ if TYPE_CHECKING:
|
|
|
3155
3323
|
from githubkit.versions.v2022_11_28.types import (
|
|
3156
3324
|
WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
|
|
3157
3325
|
)
|
|
3158
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3159
|
-
WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
|
|
3160
|
-
)
|
|
3161
3326
|
from githubkit.versions.v2022_11_28.types import (
|
|
3162
3327
|
WebhookLabelEditedPropChangesPropColorType as WebhookLabelEditedPropChangesPropColorType,
|
|
3163
3328
|
)
|
|
@@ -3167,9 +3332,6 @@ if TYPE_CHECKING:
|
|
|
3167
3332
|
from githubkit.versions.v2022_11_28.types import (
|
|
3168
3333
|
WebhookProjectCardMovedPropProjectCardType as WebhookProjectCardMovedPropProjectCardType,
|
|
3169
3334
|
)
|
|
3170
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3171
|
-
WebhookPullRequestAssignedPropAssigneeType as WebhookPullRequestAssignedPropAssigneeType,
|
|
3172
|
-
)
|
|
3173
3335
|
from githubkit.versions.v2022_11_28.types import (
|
|
3174
3336
|
WebhookPullRequestReviewCommentCreatedType as WebhookPullRequestReviewCommentCreatedType,
|
|
3175
3337
|
)
|
|
@@ -3185,6 +3347,30 @@ if TYPE_CHECKING:
|
|
|
3185
3347
|
from githubkit.versions.v2022_11_28.types import (
|
|
3186
3348
|
WebhookRubygemsMetadataPropVersionInfoType as WebhookRubygemsMetadataPropVersionInfoType,
|
|
3187
3349
|
)
|
|
3350
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3351
|
+
WebhooksIssue2PropMilestonePropCreatorType as WebhooksIssue2PropMilestonePropCreatorType,
|
|
3352
|
+
)
|
|
3353
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3354
|
+
WebhooksIssuePropPerformedViaGithubAppType as WebhooksIssuePropPerformedViaGithubAppType,
|
|
3355
|
+
)
|
|
3356
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3357
|
+
WebhooksMarketplacePurchasePropAccountType as WebhooksMarketplacePurchasePropAccountType,
|
|
3358
|
+
)
|
|
3359
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3360
|
+
WebhooksPullRequest5PropAssigneesItemsType as WebhooksPullRequest5PropAssigneesItemsType,
|
|
3361
|
+
)
|
|
3362
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3363
|
+
WebhooksPullRequest5PropLinksPropIssueType as WebhooksPullRequest5PropLinksPropIssueType,
|
|
3364
|
+
)
|
|
3365
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3366
|
+
WebhooksReviewCommentPropLinksPropHtmlType as WebhooksReviewCommentPropLinksPropHtmlType,
|
|
3367
|
+
)
|
|
3368
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3369
|
+
WebhooksReviewCommentPropLinksPropSelfType as WebhooksReviewCommentPropLinksPropSelfType,
|
|
3370
|
+
)
|
|
3371
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3372
|
+
WebhooksReviewPropLinksPropPullRequestType as WebhooksReviewPropLinksPropPullRequestType,
|
|
3373
|
+
)
|
|
3188
3374
|
from githubkit.versions.v2022_11_28.types import (
|
|
3189
3375
|
WorkflowRunUsagePropBillablePropUbuntuType as WorkflowRunUsagePropBillablePropUbuntuType,
|
|
3190
3376
|
)
|
|
@@ -3239,27 +3425,15 @@ if TYPE_CHECKING:
|
|
|
3239
3425
|
from githubkit.versions.v2022_11_28.types import (
|
|
3240
3426
|
WebhookDiscussionTransferredPropChangesType as WebhookDiscussionTransferredPropChangesType,
|
|
3241
3427
|
)
|
|
3242
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3243
|
-
WebhookInstallationCreatedPropRequesterType as WebhookInstallationCreatedPropRequesterType,
|
|
3244
|
-
)
|
|
3245
3428
|
from githubkit.versions.v2022_11_28.types import (
|
|
3246
3429
|
WebhookIssuesEditedPropChangesPropTitleType as WebhookIssuesEditedPropChangesPropTitleType,
|
|
3247
3430
|
)
|
|
3248
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3249
|
-
WebhookIssuesUnlabeledPropIssuePropUserType as WebhookIssuesUnlabeledPropIssuePropUserType,
|
|
3250
|
-
)
|
|
3251
3431
|
from githubkit.versions.v2022_11_28.types import (
|
|
3252
3432
|
WebhookMarketplacePurchasePendingChangeType as WebhookMarketplacePurchasePendingChangeType,
|
|
3253
3433
|
)
|
|
3254
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3255
|
-
WebhookOrgBlockUnblockedPropBlockedUserType as WebhookOrgBlockUnblockedPropBlockedUserType,
|
|
3256
|
-
)
|
|
3257
3434
|
from githubkit.versions.v2022_11_28.types import (
|
|
3258
3435
|
WebhookPersonalAccessTokenRequestDeniedType as WebhookPersonalAccessTokenRequestDeniedType,
|
|
3259
3436
|
)
|
|
3260
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3261
|
-
WebhookProjectCardEditedPropProjectCardType as WebhookProjectCardEditedPropProjectCardType,
|
|
3262
|
-
)
|
|
3263
3437
|
from githubkit.versions.v2022_11_28.types import (
|
|
3264
3438
|
WebhookProjectEditedPropChangesPropBodyType as WebhookProjectEditedPropChangesPropBodyType,
|
|
3265
3439
|
)
|
|
@@ -3284,9 +3458,6 @@ if TYPE_CHECKING:
|
|
|
3284
3458
|
from githubkit.versions.v2022_11_28.types import (
|
|
3285
3459
|
WebhookRepositoryTransferredPropChangesType as WebhookRepositoryTransferredPropChangesType,
|
|
3286
3460
|
)
|
|
3287
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3288
|
-
WebhookSponsorshipEditedPropSponsorshipType as WebhookSponsorshipEditedPropSponsorshipType,
|
|
3289
|
-
)
|
|
3290
3461
|
from githubkit.versions.v2022_11_28.types import (
|
|
3291
3462
|
WebhookStatusPropCommitPropParentsItemsType as WebhookStatusPropCommitPropParentsItemsType,
|
|
3292
3463
|
)
|
|
@@ -3297,10 +3468,7 @@ if TYPE_CHECKING:
|
|
|
3297
3468
|
WebhookWorkflowJobQueuedPropWorkflowJobType as WebhookWorkflowJobQueuedPropWorkflowJobType,
|
|
3298
3469
|
)
|
|
3299
3470
|
from githubkit.versions.v2022_11_28.types import (
|
|
3300
|
-
|
|
3301
|
-
)
|
|
3302
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3303
|
-
WebhookWorkflowRunRequestedPropWorkflowType as WebhookWorkflowRunRequestedPropWorkflowType,
|
|
3471
|
+
WebhooksIssue2PropPerformedViaGithubAppType as WebhooksIssue2PropPerformedViaGithubAppType,
|
|
3304
3472
|
)
|
|
3305
3473
|
from githubkit.versions.v2022_11_28.types import (
|
|
3306
3474
|
WorkflowRunUsagePropBillablePropWindowsType as WorkflowRunUsagePropBillablePropWindowsType,
|
|
@@ -3353,6 +3521,9 @@ if TYPE_CHECKING:
|
|
|
3353
3521
|
from githubkit.versions.v2022_11_28.types import (
|
|
3354
3522
|
RepositoryAdvisoryUpdatePropCreditsItemsType as RepositoryAdvisoryUpdatePropCreditsItemsType,
|
|
3355
3523
|
)
|
|
3524
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3525
|
+
RepositoryRuleCodeScanningPropParametersType as RepositoryRuleCodeScanningPropParametersType,
|
|
3526
|
+
)
|
|
3356
3527
|
from githubkit.versions.v2022_11_28.types import (
|
|
3357
3528
|
RepositoryWebhooksPropTemplateRepositoryType as RepositoryWebhooksPropTemplateRepositoryType,
|
|
3358
3529
|
)
|
|
@@ -3374,9 +3545,6 @@ if TYPE_CHECKING:
|
|
|
3374
3545
|
from githubkit.versions.v2022_11_28.types import (
|
|
3375
3546
|
WebhookDeploymentProtectionRuleRequestedType as WebhookDeploymentProtectionRuleRequestedType,
|
|
3376
3547
|
)
|
|
3377
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3378
|
-
WebhookDiscussionUnansweredPropOldAnswerType as WebhookDiscussionUnansweredPropOldAnswerType,
|
|
3379
|
-
)
|
|
3380
3548
|
from githubkit.versions.v2022_11_28.types import (
|
|
3381
3549
|
WebhookIssueCommentEditedPropIssueAllof0Type as WebhookIssueCommentEditedPropIssueAllof0Type,
|
|
3382
3550
|
)
|
|
@@ -3398,77 +3566,35 @@ if TYPE_CHECKING:
|
|
|
3398
3566
|
from githubkit.versions.v2022_11_28.types import (
|
|
3399
3567
|
WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
|
|
3400
3568
|
)
|
|
3401
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3402
|
-
WebhookIssuesPinnedPropIssuePropAssigneeType as WebhookIssuesPinnedPropIssuePropAssigneeType,
|
|
3403
|
-
)
|
|
3404
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3405
|
-
WebhookIssuesUnassignedPropIssuePropUserType as WebhookIssuesUnassignedPropIssuePropUserType,
|
|
3406
|
-
)
|
|
3407
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3408
|
-
WebhookMembershipAddedPropTeamPropParentType as WebhookMembershipAddedPropTeamPropParentType,
|
|
3409
|
-
)
|
|
3410
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3411
|
-
WebhookOrganizationDeletedPropMembershipType as WebhookOrganizationDeletedPropMembershipType,
|
|
3412
|
-
)
|
|
3413
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3414
|
-
WebhookOrganizationMemberInvitedPropUserType as WebhookOrganizationMemberInvitedPropUserType,
|
|
3415
|
-
)
|
|
3416
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3417
|
-
WebhookOrganizationRenamedPropMembershipType as WebhookOrganizationRenamedPropMembershipType,
|
|
3418
|
-
)
|
|
3419
3569
|
from githubkit.versions.v2022_11_28.types import (
|
|
3420
3570
|
WebhookPersonalAccessTokenRequestCreatedType as WebhookPersonalAccessTokenRequestCreatedType,
|
|
3421
3571
|
)
|
|
3422
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3423
|
-
WebhookProjectCardCreatedPropProjectCardType as WebhookProjectCardCreatedPropProjectCardType,
|
|
3424
|
-
)
|
|
3425
3572
|
from githubkit.versions.v2022_11_28.types import (
|
|
3426
3573
|
WebhookProjectCardDeletedPropProjectCardType as WebhookProjectCardDeletedPropProjectCardType,
|
|
3427
3574
|
)
|
|
3428
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3429
|
-
WebhookProjectsV2ItemArchivedPropChangesType as WebhookProjectsV2ItemArchivedPropChangesType,
|
|
3430
|
-
)
|
|
3431
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3432
|
-
WebhookProjectsV2ItemRestoredPropChangesType as WebhookProjectsV2ItemRestoredPropChangesType,
|
|
3433
|
-
)
|
|
3434
3575
|
from githubkit.versions.v2022_11_28.types import (
|
|
3435
3576
|
WebhookPullRequestLabeledPropPullRequestType as WebhookPullRequestLabeledPropPullRequestType,
|
|
3436
3577
|
)
|
|
3437
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3438
|
-
WebhookPullRequestReviewEditedPropReviewType as WebhookPullRequestReviewEditedPropReviewType,
|
|
3439
|
-
)
|
|
3440
3578
|
from githubkit.versions.v2022_11_28.types import (
|
|
3441
3579
|
WebhookPullRequestReviewThreadUnresolvedType as WebhookPullRequestReviewThreadUnresolvedType,
|
|
3442
3580
|
)
|
|
3443
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3444
|
-
WebhookPullRequestUnassignedPropAssigneeType as WebhookPullRequestUnassignedPropAssigneeType,
|
|
3445
|
-
)
|
|
3446
3581
|
from githubkit.versions.v2022_11_28.types import (
|
|
3447
3582
|
WebhookPushPropCommitsItemsPropCommitterType as WebhookPushPropCommitsItemsPropCommitterType,
|
|
3448
3583
|
)
|
|
3449
3584
|
from githubkit.versions.v2022_11_28.types import (
|
|
3450
3585
|
WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
|
|
3451
3586
|
)
|
|
3452
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3453
|
-
WebhookSponsorshipCreatedPropSponsorshipType as WebhookSponsorshipCreatedPropSponsorshipType,
|
|
3454
|
-
)
|
|
3455
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3456
|
-
WebhookSponsorshipTierChangedPropChangesType as WebhookSponsorshipTierChangedPropChangesType,
|
|
3457
|
-
)
|
|
3458
3587
|
from githubkit.versions.v2022_11_28.types import (
|
|
3459
3588
|
WebhookStatusPropBranchesItemsPropCommitType as WebhookStatusPropBranchesItemsPropCommitType,
|
|
3460
3589
|
)
|
|
3461
3590
|
from githubkit.versions.v2022_11_28.types import (
|
|
3462
3591
|
WebhookTeamEditedPropRepositoryPropOwnerType as WebhookTeamEditedPropRepositoryPropOwnerType,
|
|
3463
3592
|
)
|
|
3464
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3465
|
-
WebhookTeamRemovedFromRepositoryPropTeamType as WebhookTeamRemovedFromRepositoryPropTeamType,
|
|
3466
|
-
)
|
|
3467
3593
|
from githubkit.versions.v2022_11_28.types import (
|
|
3468
3594
|
WebhookWorkflowJobWaitingPropWorkflowJobType as WebhookWorkflowJobWaitingPropWorkflowJobType,
|
|
3469
3595
|
)
|
|
3470
3596
|
from githubkit.versions.v2022_11_28.types import (
|
|
3471
|
-
|
|
3597
|
+
WebhooksPullRequest5PropLinksPropCommitsType as WebhooksPullRequest5PropLinksPropCommitsType,
|
|
3472
3598
|
)
|
|
3473
3599
|
from githubkit.versions.v2022_11_28.types import (
|
|
3474
3600
|
BranchProtectionPropRequiredLinearHistoryType as BranchProtectionPropRequiredLinearHistoryType,
|
|
@@ -3536,9 +3662,6 @@ if TYPE_CHECKING:
|
|
|
3536
3662
|
from githubkit.versions.v2022_11_28.types import (
|
|
3537
3663
|
WebhookDiscussionCommentEditedPropChangesType as WebhookDiscussionCommentEditedPropChangesType,
|
|
3538
3664
|
)
|
|
3539
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3540
|
-
WebhookDiscussionCommentEditedPropCommentType as WebhookDiscussionCommentEditedPropCommentType,
|
|
3541
|
-
)
|
|
3542
3665
|
from githubkit.versions.v2022_11_28.types import (
|
|
3543
3666
|
WebhookInstallationNewPermissionsAcceptedType as WebhookInstallationNewPermissionsAcceptedType,
|
|
3544
3667
|
)
|
|
@@ -3578,15 +3701,6 @@ if TYPE_CHECKING:
|
|
|
3578
3701
|
from githubkit.versions.v2022_11_28.types import (
|
|
3579
3702
|
WebhookIssuesOpenedPropIssuePropReactionsType as WebhookIssuesOpenedPropIssuePropReactionsType,
|
|
3580
3703
|
)
|
|
3581
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3582
|
-
WebhookIssuesPinnedPropIssuePropMilestoneType as WebhookIssuesPinnedPropIssuePropMilestoneType,
|
|
3583
|
-
)
|
|
3584
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3585
|
-
WebhookIssuesPinnedPropIssuePropReactionsType as WebhookIssuesPinnedPropIssuePropReactionsType,
|
|
3586
|
-
)
|
|
3587
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3588
|
-
WebhookIssuesTransferredPropIssuePropUserType as WebhookIssuesTransferredPropIssuePropUserType,
|
|
3589
|
-
)
|
|
3590
3704
|
from githubkit.versions.v2022_11_28.types import (
|
|
3591
3705
|
WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
|
|
3592
3706
|
)
|
|
@@ -3620,9 +3734,6 @@ if TYPE_CHECKING:
|
|
|
3620
3734
|
from githubkit.versions.v2022_11_28.types import (
|
|
3621
3735
|
WebhookPullRequestUnlockedPropPullRequestType as WebhookPullRequestUnlockedPropPullRequestType,
|
|
3622
3736
|
)
|
|
3623
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3624
|
-
WebhookReleaseEditedPropReleasePropAuthorType as WebhookReleaseEditedPropReleasePropAuthorType,
|
|
3625
|
-
)
|
|
3626
3737
|
from githubkit.versions.v2022_11_28.types import (
|
|
3627
3738
|
WebhookRepositoryRulesetEditedPropChangesType as WebhookRepositoryRulesetEditedPropChangesType,
|
|
3628
3739
|
)
|
|
@@ -3644,6 +3755,12 @@ if TYPE_CHECKING:
|
|
|
3644
3755
|
from githubkit.versions.v2022_11_28.types import (
|
|
3645
3756
|
WebhookTeamDeletedPropRepositoryPropOwnerType as WebhookTeamDeletedPropRepositoryPropOwnerType,
|
|
3646
3757
|
)
|
|
3758
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3759
|
+
WebhooksPullRequest5PropLinksPropCommentsType as WebhooksPullRequest5PropLinksPropCommentsType,
|
|
3760
|
+
)
|
|
3761
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3762
|
+
WebhooksPullRequest5PropLinksPropStatusesType as WebhooksPullRequest5PropLinksPropStatusesType,
|
|
3763
|
+
)
|
|
3647
3764
|
from githubkit.versions.v2022_11_28.types import (
|
|
3648
3765
|
AppManifestsCodeConversionsPostResponse201Type as AppManifestsCodeConversionsPostResponse201Type,
|
|
3649
3766
|
)
|
|
@@ -3725,24 +3842,12 @@ if TYPE_CHECKING:
|
|
|
3725
3842
|
from githubkit.versions.v2022_11_28.types import (
|
|
3726
3843
|
WebhookDeploymentStatusCreatedPropCheckRunType as WebhookDeploymentStatusCreatedPropCheckRunType,
|
|
3727
3844
|
)
|
|
3728
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3729
|
-
WebhookDeploymentStatusCreatedPropWorkflowType as WebhookDeploymentStatusCreatedPropWorkflowType,
|
|
3730
|
-
)
|
|
3731
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3732
|
-
WebhookDiscussionCommentCreatedPropCommentType as WebhookDiscussionCommentCreatedPropCommentType,
|
|
3733
|
-
)
|
|
3734
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3735
|
-
WebhookDiscussionCommentDeletedPropCommentType as WebhookDiscussionCommentDeletedPropCommentType,
|
|
3736
|
-
)
|
|
3737
3845
|
from githubkit.versions.v2022_11_28.types import (
|
|
3738
3846
|
WebhookDiscussionEditedPropChangesPropBodyType as WebhookDiscussionEditedPropChangesPropBodyType,
|
|
3739
3847
|
)
|
|
3740
3848
|
from githubkit.versions.v2022_11_28.types import (
|
|
3741
3849
|
WebhookForkPropForkeeAllof0PropPermissionsType as WebhookForkPropForkeeAllof0PropPermissionsType,
|
|
3742
3850
|
)
|
|
3743
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3744
|
-
WebhookIssuesAssignedPropIssuePropAssigneeType as WebhookIssuesAssignedPropIssuePropAssigneeType,
|
|
3745
|
-
)
|
|
3746
3851
|
from githubkit.versions.v2022_11_28.types import (
|
|
3747
3852
|
WebhookIssuesClosedPropIssueAllof0PropUserType as WebhookIssuesClosedPropIssueAllof0PropUserType,
|
|
3748
3853
|
)
|
|
@@ -3776,12 +3881,6 @@ if TYPE_CHECKING:
|
|
|
3776
3881
|
from githubkit.versions.v2022_11_28.types import (
|
|
3777
3882
|
WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
|
|
3778
3883
|
)
|
|
3779
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3780
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneeType as WebhookIssuesUnpinnedPropIssuePropAssigneeType,
|
|
3781
|
-
)
|
|
3782
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3783
|
-
WebhookMembershipRemovedPropTeamPropParentType as WebhookMembershipRemovedPropTeamPropParentType,
|
|
3784
|
-
)
|
|
3785
3884
|
from githubkit.versions.v2022_11_28.types import (
|
|
3786
3885
|
WebhookMilestoneEditedPropChangesPropDueOnType as WebhookMilestoneEditedPropChangesPropDueOnType,
|
|
3787
3886
|
)
|
|
@@ -3791,36 +3890,15 @@ if TYPE_CHECKING:
|
|
|
3791
3890
|
from githubkit.versions.v2022_11_28.types import (
|
|
3792
3891
|
WebhookPersonalAccessTokenRequestCancelledType as WebhookPersonalAccessTokenRequestCancelledType,
|
|
3793
3892
|
)
|
|
3794
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3795
|
-
WebhookProjectCardConvertedPropProjectCardType as WebhookProjectCardConvertedPropProjectCardType,
|
|
3796
|
-
)
|
|
3797
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3798
|
-
WebhookProjectClosedPropProjectPropCreatorType as WebhookProjectClosedPropProjectPropCreatorType,
|
|
3799
|
-
)
|
|
3800
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3801
|
-
WebhookProjectColumnMovedPropProjectColumnType as WebhookProjectColumnMovedPropProjectColumnType,
|
|
3802
|
-
)
|
|
3803
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3804
|
-
WebhookProjectEditedPropProjectPropCreatorType as WebhookProjectEditedPropProjectPropCreatorType,
|
|
3805
|
-
)
|
|
3806
3893
|
from githubkit.versions.v2022_11_28.types import (
|
|
3807
3894
|
WebhookPullRequestUnlabeledPropPullRequestType as WebhookPullRequestUnlabeledPropPullRequestType,
|
|
3808
3895
|
)
|
|
3809
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3810
|
-
WebhookReleaseCreatedPropReleasePropAuthorType as WebhookReleaseCreatedPropReleasePropAuthorType,
|
|
3811
|
-
)
|
|
3812
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3813
|
-
WebhookReleaseDeletedPropReleasePropAuthorType as WebhookReleaseDeletedPropReleasePropAuthorType,
|
|
3814
|
-
)
|
|
3815
3896
|
from githubkit.versions.v2022_11_28.types import (
|
|
3816
3897
|
WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
|
|
3817
3898
|
)
|
|
3818
3899
|
from githubkit.versions.v2022_11_28.types import (
|
|
3819
3900
|
WebhookRepositoryVulnerabilityAlertResolveType as WebhookRepositoryVulnerabilityAlertResolveType,
|
|
3820
3901
|
)
|
|
3821
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3822
|
-
WebhookSponsorshipCancelledPropSponsorshipType as WebhookSponsorshipCancelledPropSponsorshipType,
|
|
3823
|
-
)
|
|
3824
3902
|
from githubkit.versions.v2022_11_28.types import (
|
|
3825
3903
|
WebhookTeamAddedToRepositoryPropRepositoryType as WebhookTeamAddedToRepositoryPropRepositoryType,
|
|
3826
3904
|
)
|
|
@@ -3839,9 +3917,15 @@ if TYPE_CHECKING:
|
|
|
3839
3917
|
from githubkit.versions.v2022_11_28.types import (
|
|
3840
3918
|
WebhookWorkflowRunRequestedPropWorkflowRunType as WebhookWorkflowRunRequestedPropWorkflowRunType,
|
|
3841
3919
|
)
|
|
3920
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3921
|
+
WebhooksReleasePropAssetsItemsPropUploaderType as WebhooksReleasePropAssetsItemsPropUploaderType,
|
|
3922
|
+
)
|
|
3842
3923
|
from githubkit.versions.v2022_11_28.types import (
|
|
3843
3924
|
ActionsBillingUsagePropMinutesUsedBreakdownType as ActionsBillingUsagePropMinutesUsedBreakdownType,
|
|
3844
3925
|
)
|
|
3926
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
3927
|
+
CodeScanningVariantAnalysisSkippedRepoGroupType as CodeScanningVariantAnalysisSkippedRepoGroupType,
|
|
3928
|
+
)
|
|
3845
3929
|
from githubkit.versions.v2022_11_28.types import (
|
|
3846
3930
|
DependabotAlertWithRepositoryPropDependencyType as DependabotAlertWithRepositoryPropDependencyType,
|
|
3847
3931
|
)
|
|
@@ -3884,15 +3968,6 @@ if TYPE_CHECKING:
|
|
|
3884
3968
|
from githubkit.versions.v2022_11_28.types import (
|
|
3885
3969
|
WebhookBranchProtectionConfigurationEnabledType as WebhookBranchProtectionConfigurationEnabledType,
|
|
3886
3970
|
)
|
|
3887
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3888
|
-
WebhookDeploymentReviewApprovedPropApproverType as WebhookDeploymentReviewApprovedPropApproverType,
|
|
3889
|
-
)
|
|
3890
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3891
|
-
WebhookDeploymentReviewRejectedPropApproverType as WebhookDeploymentReviewRejectedPropApproverType,
|
|
3892
|
-
)
|
|
3893
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3894
|
-
WebhookDiscussionAnsweredPropAnswerPropUserType as WebhookDiscussionAnsweredPropAnswerPropUserType,
|
|
3895
|
-
)
|
|
3896
3971
|
from githubkit.versions.v2022_11_28.types import (
|
|
3897
3972
|
WebhookDiscussionCategoryChangedPropChangesType as WebhookDiscussionCategoryChangedPropChangesType,
|
|
3898
3973
|
)
|
|
@@ -3905,12 +3980,6 @@ if TYPE_CHECKING:
|
|
|
3905
3980
|
from githubkit.versions.v2022_11_28.types import (
|
|
3906
3981
|
WebhookInstallationTargetRenamedPropChangesType as WebhookInstallationTargetRenamedPropChangesType,
|
|
3907
3982
|
)
|
|
3908
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3909
|
-
WebhookIssuesAssignedPropIssuePropMilestoneType as WebhookIssuesAssignedPropIssuePropMilestoneType,
|
|
3910
|
-
)
|
|
3911
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3912
|
-
WebhookIssuesAssignedPropIssuePropReactionsType as WebhookIssuesAssignedPropIssuePropReactionsType,
|
|
3913
|
-
)
|
|
3914
3983
|
from githubkit.versions.v2022_11_28.types import (
|
|
3915
3984
|
WebhookIssuesClosedPropIssueMergedAssigneesType as WebhookIssuesClosedPropIssueMergedAssigneesType,
|
|
3916
3985
|
)
|
|
@@ -3938,33 +4007,18 @@ if TYPE_CHECKING:
|
|
|
3938
4007
|
from githubkit.versions.v2022_11_28.types import (
|
|
3939
4008
|
WebhookIssuesOpenedPropIssuePropPullRequestType as WebhookIssuesOpenedPropIssuePropPullRequestType,
|
|
3940
4009
|
)
|
|
3941
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3942
|
-
WebhookIssuesPinnedPropIssuePropLabelsItemsType as WebhookIssuesPinnedPropIssuePropLabelsItemsType,
|
|
3943
|
-
)
|
|
3944
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3945
|
-
WebhookIssuesPinnedPropIssuePropPullRequestType as WebhookIssuesPinnedPropIssuePropPullRequestType,
|
|
3946
|
-
)
|
|
3947
4010
|
from githubkit.versions.v2022_11_28.types import (
|
|
3948
4011
|
WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
|
|
3949
4012
|
)
|
|
3950
4013
|
from githubkit.versions.v2022_11_28.types import (
|
|
3951
4014
|
WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
|
|
3952
4015
|
)
|
|
3953
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3954
|
-
WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
|
|
3955
|
-
)
|
|
3956
4016
|
from githubkit.versions.v2022_11_28.types import (
|
|
3957
4017
|
WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
|
|
3958
4018
|
)
|
|
3959
4019
|
from githubkit.versions.v2022_11_28.types import (
|
|
3960
4020
|
WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
|
|
3961
4021
|
)
|
|
3962
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3963
|
-
WebhookIssuesUnpinnedPropIssuePropMilestoneType as WebhookIssuesUnpinnedPropIssuePropMilestoneType,
|
|
3964
|
-
)
|
|
3965
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3966
|
-
WebhookIssuesUnpinnedPropIssuePropReactionsType as WebhookIssuesUnpinnedPropIssuePropReactionsType,
|
|
3967
|
-
)
|
|
3968
4022
|
from githubkit.versions.v2022_11_28.types import (
|
|
3969
4023
|
WebhookMemberAddedPropChangesPropPermissionType as WebhookMemberAddedPropChangesPropPermissionType,
|
|
3970
4024
|
)
|
|
@@ -3974,36 +4028,18 @@ if TYPE_CHECKING:
|
|
|
3974
4028
|
from githubkit.versions.v2022_11_28.types import (
|
|
3975
4029
|
WebhookProjectCardEditedPropChangesPropNoteType as WebhookProjectCardEditedPropChangesPropNoteType,
|
|
3976
4030
|
)
|
|
3977
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3978
|
-
WebhookProjectColumnEditedPropProjectColumnType as WebhookProjectColumnEditedPropProjectColumnType,
|
|
3979
|
-
)
|
|
3980
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3981
|
-
WebhookProjectCreatedPropProjectPropCreatorType as WebhookProjectCreatedPropProjectPropCreatorType,
|
|
3982
|
-
)
|
|
3983
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3984
|
-
WebhookProjectDeletedPropProjectPropCreatorType as WebhookProjectDeletedPropProjectPropCreatorType,
|
|
3985
|
-
)
|
|
3986
4031
|
from githubkit.versions.v2022_11_28.types import (
|
|
3987
4032
|
WebhookPullRequestEditedPropChangesPropBaseType as WebhookPullRequestEditedPropChangesPropBaseType,
|
|
3988
4033
|
)
|
|
3989
4034
|
from githubkit.versions.v2022_11_28.types import (
|
|
3990
4035
|
WebhookPullRequestEditedPropChangesPropBodyType as WebhookPullRequestEditedPropChangesPropBodyType,
|
|
3991
4036
|
)
|
|
3992
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3993
|
-
WebhookPullRequestMilestonedPropPullRequestType as WebhookPullRequestMilestonedPropPullRequestType,
|
|
3994
|
-
)
|
|
3995
4037
|
from githubkit.versions.v2022_11_28.types import (
|
|
3996
4038
|
WebhookPullRequestReviewDismissedPropReviewType as WebhookPullRequestReviewDismissedPropReviewType,
|
|
3997
4039
|
)
|
|
3998
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
3999
|
-
WebhookPullRequestReviewSubmittedPropReviewType as WebhookPullRequestReviewSubmittedPropReviewType,
|
|
4000
|
-
)
|
|
4001
4040
|
from githubkit.versions.v2022_11_28.types import (
|
|
4002
4041
|
WebhookPullRequestUnassignedPropPullRequestType as WebhookPullRequestUnassignedPropPullRequestType,
|
|
4003
4042
|
)
|
|
4004
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4005
|
-
WebhookReleaseReleasedPropReleasePropAuthorType as WebhookReleaseReleasedPropReleasePropAuthorType,
|
|
4006
|
-
)
|
|
4007
4043
|
from githubkit.versions.v2022_11_28.types import (
|
|
4008
4044
|
WebhookStatusPropCommitPropCommitPropAuthorType as WebhookStatusPropCommitPropCommitPropAuthorType,
|
|
4009
4045
|
)
|
|
@@ -4022,6 +4058,18 @@ if TYPE_CHECKING:
|
|
|
4022
4058
|
from githubkit.versions.v2022_11_28.types import (
|
|
4023
4059
|
WebhookWorkflowRunInProgressPropWorkflowRunType as WebhookWorkflowRunInProgressPropWorkflowRunType,
|
|
4024
4060
|
)
|
|
4061
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4062
|
+
WebhooksPreviousMarketplacePurchasePropPlanType as WebhooksPreviousMarketplacePurchasePropPlanType,
|
|
4063
|
+
)
|
|
4064
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4065
|
+
WebhooksPullRequest5PropRequestedTeamsItemsType as WebhooksPullRequest5PropRequestedTeamsItemsType,
|
|
4066
|
+
)
|
|
4067
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4068
|
+
WebhooksRelease1PropAssetsItemsPropUploaderType as WebhooksRelease1PropAssetsItemsPropUploaderType,
|
|
4069
|
+
)
|
|
4070
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4071
|
+
WebhooksSecurityAdvisoryPropReferencesItemsType as WebhooksSecurityAdvisoryPropReferencesItemsType,
|
|
4072
|
+
)
|
|
4025
4073
|
from githubkit.versions.v2022_11_28.types import (
|
|
4026
4074
|
DependabotAlertSecurityAdvisoryPropCwesItemsType as DependabotAlertSecurityAdvisoryPropCwesItemsType,
|
|
4027
4075
|
)
|
|
@@ -4079,12 +4127,6 @@ if TYPE_CHECKING:
|
|
|
4079
4127
|
from githubkit.versions.v2022_11_28.types import (
|
|
4080
4128
|
WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
|
|
4081
4129
|
)
|
|
4082
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4083
|
-
WebhookIssueCommentEditedPropChangesPropBodyType as WebhookIssueCommentEditedPropChangesPropBodyType,
|
|
4084
|
-
)
|
|
4085
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4086
|
-
WebhookIssueCommentEditedPropCommentPropUserType as WebhookIssueCommentEditedPropCommentPropUserType,
|
|
4087
|
-
)
|
|
4088
4130
|
from githubkit.versions.v2022_11_28.types import (
|
|
4089
4131
|
WebhookIssueCommentEditedPropIssueMergedUserType as WebhookIssueCommentEditedPropIssueMergedUserType,
|
|
4090
4132
|
)
|
|
@@ -4103,24 +4145,12 @@ if TYPE_CHECKING:
|
|
|
4103
4145
|
from githubkit.versions.v2022_11_28.types import (
|
|
4104
4146
|
WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
|
|
4105
4147
|
)
|
|
4106
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4107
|
-
WebhookIssuesUnassignedPropIssuePropAssigneeType as WebhookIssuesUnassignedPropIssuePropAssigneeType,
|
|
4108
|
-
)
|
|
4109
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4110
|
-
WebhookIssuesUnlabeledPropIssuePropMilestoneType as WebhookIssuesUnlabeledPropIssuePropMilestoneType,
|
|
4111
|
-
)
|
|
4112
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4113
|
-
WebhookIssuesUnlabeledPropIssuePropReactionsType as WebhookIssuesUnlabeledPropIssuePropReactionsType,
|
|
4114
|
-
)
|
|
4115
4148
|
from githubkit.versions.v2022_11_28.types import (
|
|
4116
4149
|
WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
|
|
4117
4150
|
)
|
|
4118
4151
|
from githubkit.versions.v2022_11_28.types import (
|
|
4119
4152
|
WebhookMemberEditedPropChangesPropPermissionType as WebhookMemberEditedPropChangesPropPermissionType,
|
|
4120
4153
|
)
|
|
4121
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4122
|
-
WebhookOrganizationMemberAddedPropMembershipType as WebhookOrganizationMemberAddedPropMembershipType,
|
|
4123
|
-
)
|
|
4124
4154
|
from githubkit.versions.v2022_11_28.types import (
|
|
4125
4155
|
WebhookPackageUpdatedPropPackagePropRegistryType as WebhookPackageUpdatedPropPackagePropRegistryType,
|
|
4126
4156
|
)
|
|
@@ -4130,15 +4160,6 @@ if TYPE_CHECKING:
|
|
|
4130
4160
|
from githubkit.versions.v2022_11_28.types import (
|
|
4131
4161
|
WebhookProjectCardMovedPropProjectCardAllof1Type as WebhookProjectCardMovedPropProjectCardAllof1Type,
|
|
4132
4162
|
)
|
|
4133
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4134
|
-
WebhookProjectColumnCreatedPropProjectColumnType as WebhookProjectColumnCreatedPropProjectColumnType,
|
|
4135
|
-
)
|
|
4136
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4137
|
-
WebhookProjectColumnDeletedPropProjectColumnType as WebhookProjectColumnDeletedPropProjectColumnType,
|
|
4138
|
-
)
|
|
4139
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4140
|
-
WebhookProjectReopenedPropProjectPropCreatorType as WebhookProjectReopenedPropProjectPropCreatorType,
|
|
4141
|
-
)
|
|
4142
4163
|
from githubkit.versions.v2022_11_28.types import (
|
|
4143
4164
|
WebhookProjectsV2ItemEditedPropChangesOneof0Type as WebhookProjectsV2ItemEditedPropChangesOneof0Type,
|
|
4144
4165
|
)
|
|
@@ -4157,12 +4178,6 @@ if TYPE_CHECKING:
|
|
|
4157
4178
|
from githubkit.versions.v2022_11_28.types import (
|
|
4158
4179
|
WebhookPullRequestSynchronizePropPullRequestType as WebhookPullRequestSynchronizePropPullRequestType,
|
|
4159
4180
|
)
|
|
4160
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4161
|
-
WebhookReleaseEditedPropReleasePropReactionsType as WebhookReleaseEditedPropReleasePropReactionsType,
|
|
4162
|
-
)
|
|
4163
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4164
|
-
WebhookReleasePublishedPropReleasePropAuthorType as WebhookReleasePublishedPropReleasePropAuthorType,
|
|
4165
|
-
)
|
|
4166
4181
|
from githubkit.versions.v2022_11_28.types import (
|
|
4167
4182
|
WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
|
|
4168
4183
|
)
|
|
@@ -4170,7 +4185,10 @@ if TYPE_CHECKING:
|
|
|
4170
4185
|
WebhookRubygemsMetadataPropDependenciesItemsType as WebhookRubygemsMetadataPropDependenciesItemsType,
|
|
4171
4186
|
)
|
|
4172
4187
|
from githubkit.versions.v2022_11_28.types import (
|
|
4173
|
-
|
|
4188
|
+
WebhooksPullRequest5PropMilestonePropCreatorType as WebhooksPullRequest5PropMilestonePropCreatorType,
|
|
4189
|
+
)
|
|
4190
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4191
|
+
WebhooksSecurityAdvisoryPropIdentifiersItemsType as WebhooksSecurityAdvisoryPropIdentifiersItemsType,
|
|
4174
4192
|
)
|
|
4175
4193
|
from githubkit.versions.v2022_11_28.types import (
|
|
4176
4194
|
BranchRestrictionPolicyPropAppsItemsPropOwnerType as BranchRestrictionPolicyPropAppsItemsPropOwnerType,
|
|
@@ -4223,9 +4241,6 @@ if TYPE_CHECKING:
|
|
|
4223
4241
|
from githubkit.versions.v2022_11_28.types import (
|
|
4224
4242
|
WebhookCodeScanningAlertClosedByUserPropAlertType as WebhookCodeScanningAlertClosedByUserPropAlertType,
|
|
4225
4243
|
)
|
|
4226
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4227
|
-
WebhookDeploymentReviewRequestedPropRequestorType as WebhookDeploymentReviewRequestedPropRequestorType,
|
|
4228
|
-
)
|
|
4229
4244
|
from githubkit.versions.v2022_11_28.types import (
|
|
4230
4245
|
WebhookDeploymentStatusCreatedPropWorkflowRunType as WebhookDeploymentStatusCreatedPropWorkflowRunType,
|
|
4231
4246
|
)
|
|
@@ -4235,18 +4250,9 @@ if TYPE_CHECKING:
|
|
|
4235
4250
|
from githubkit.versions.v2022_11_28.types import (
|
|
4236
4251
|
WebhookIssueCommentCreatedPropIssueMergedUserType as WebhookIssueCommentCreatedPropIssueMergedUserType,
|
|
4237
4252
|
)
|
|
4238
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4239
|
-
WebhookIssueCommentDeletedPropCommentPropUserType as WebhookIssueCommentDeletedPropCommentPropUserType,
|
|
4240
|
-
)
|
|
4241
4253
|
from githubkit.versions.v2022_11_28.types import (
|
|
4242
4254
|
WebhookIssueCommentDeletedPropIssueMergedUserType as WebhookIssueCommentDeletedPropIssueMergedUserType,
|
|
4243
4255
|
)
|
|
4244
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4245
|
-
WebhookIssuesAssignedPropIssuePropLabelsItemsType as WebhookIssuesAssignedPropIssuePropLabelsItemsType,
|
|
4246
|
-
)
|
|
4247
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4248
|
-
WebhookIssuesAssignedPropIssuePropPullRequestType as WebhookIssuesAssignedPropIssuePropPullRequestType,
|
|
4249
|
-
)
|
|
4250
4256
|
from githubkit.versions.v2022_11_28.types import (
|
|
4251
4257
|
WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
|
|
4252
4258
|
)
|
|
@@ -4259,33 +4265,15 @@ if TYPE_CHECKING:
|
|
|
4259
4265
|
from githubkit.versions.v2022_11_28.types import (
|
|
4260
4266
|
WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
|
|
4261
4267
|
)
|
|
4262
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4263
|
-
WebhookIssuesTransferredPropIssuePropAssigneeType as WebhookIssuesTransferredPropIssuePropAssigneeType,
|
|
4264
|
-
)
|
|
4265
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4266
|
-
WebhookIssuesUnassignedPropIssuePropMilestoneType as WebhookIssuesUnassignedPropIssuePropMilestoneType,
|
|
4267
|
-
)
|
|
4268
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4269
|
-
WebhookIssuesUnassignedPropIssuePropReactionsType as WebhookIssuesUnassignedPropIssuePropReactionsType,
|
|
4270
|
-
)
|
|
4271
4268
|
from githubkit.versions.v2022_11_28.types import (
|
|
4272
4269
|
WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
|
|
4273
4270
|
)
|
|
4274
4271
|
from githubkit.versions.v2022_11_28.types import (
|
|
4275
4272
|
WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
|
|
4276
4273
|
)
|
|
4277
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4278
|
-
WebhookIssuesUnpinnedPropIssuePropLabelsItemsType as WebhookIssuesUnpinnedPropIssuePropLabelsItemsType,
|
|
4279
|
-
)
|
|
4280
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4281
|
-
WebhookIssuesUnpinnedPropIssuePropPullRequestType as WebhookIssuesUnpinnedPropIssuePropPullRequestType,
|
|
4282
|
-
)
|
|
4283
4274
|
from githubkit.versions.v2022_11_28.types import (
|
|
4284
4275
|
WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
|
|
4285
4276
|
)
|
|
4286
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4287
|
-
WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
|
|
4288
|
-
)
|
|
4289
4277
|
from githubkit.versions.v2022_11_28.types import (
|
|
4290
4278
|
WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
|
|
4291
4279
|
)
|
|
@@ -4293,16 +4281,19 @@ if TYPE_CHECKING:
|
|
|
4293
4281
|
WebhookPushPropRepositoryPropCustomPropertiesType as WebhookPushPropRepositoryPropCustomPropertiesType,
|
|
4294
4282
|
)
|
|
4295
4283
|
from githubkit.versions.v2022_11_28.types import (
|
|
4296
|
-
|
|
4284
|
+
WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
|
|
4285
|
+
)
|
|
4286
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4287
|
+
WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
|
|
4297
4288
|
)
|
|
4298
4289
|
from githubkit.versions.v2022_11_28.types import (
|
|
4299
|
-
|
|
4290
|
+
WebhooksPullRequest5PropBasePropRepoPropOwnerType as WebhooksPullRequest5PropBasePropRepoPropOwnerType,
|
|
4300
4291
|
)
|
|
4301
4292
|
from githubkit.versions.v2022_11_28.types import (
|
|
4302
|
-
|
|
4293
|
+
WebhooksPullRequest5PropHeadPropRepoPropOwnerType as WebhooksPullRequest5PropHeadPropRepoPropOwnerType,
|
|
4303
4294
|
)
|
|
4304
4295
|
from githubkit.versions.v2022_11_28.types import (
|
|
4305
|
-
|
|
4296
|
+
WebhooksReviewCommentPropLinksPropPullRequestType as WebhooksReviewCommentPropLinksPropPullRequestType,
|
|
4306
4297
|
)
|
|
4307
4298
|
from githubkit.versions.v2022_11_28.types import (
|
|
4308
4299
|
OrgsOrgActionsRunnersGenerateJitconfigPostBodyType as OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
|
|
@@ -4391,36 +4382,9 @@ if TYPE_CHECKING:
|
|
|
4391
4382
|
from githubkit.versions.v2022_11_28.types import (
|
|
4392
4383
|
WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
|
|
4393
4384
|
)
|
|
4394
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4395
|
-
WebhookIssuesPinnedPropIssuePropAssigneesItemsType as WebhookIssuesPinnedPropIssuePropAssigneesItemsType,
|
|
4396
|
-
)
|
|
4397
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4398
|
-
WebhookIssuesTransferredPropIssuePropMilestoneType as WebhookIssuesTransferredPropIssuePropMilestoneType,
|
|
4399
|
-
)
|
|
4400
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4401
|
-
WebhookIssuesTransferredPropIssuePropReactionsType as WebhookIssuesTransferredPropIssuePropReactionsType,
|
|
4402
|
-
)
|
|
4403
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4404
|
-
WebhookIssuesUnlabeledPropIssuePropLabelsItemsType as WebhookIssuesUnlabeledPropIssuePropLabelsItemsType,
|
|
4405
|
-
)
|
|
4406
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4407
|
-
WebhookIssuesUnlabeledPropIssuePropPullRequestType as WebhookIssuesUnlabeledPropIssuePropPullRequestType,
|
|
4408
|
-
)
|
|
4409
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4410
|
-
WebhookMilestoneClosedPropMilestonePropCreatorType as WebhookMilestoneClosedPropMilestonePropCreatorType,
|
|
4411
|
-
)
|
|
4412
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4413
|
-
WebhookMilestoneEditedPropMilestonePropCreatorType as WebhookMilestoneEditedPropMilestonePropCreatorType,
|
|
4414
|
-
)
|
|
4415
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4416
|
-
WebhookMilestoneOpenedPropMilestonePropCreatorType as WebhookMilestoneOpenedPropMilestonePropCreatorType,
|
|
4417
|
-
)
|
|
4418
4385
|
from githubkit.versions.v2022_11_28.types import (
|
|
4419
4386
|
WebhookOrganizationMemberInvitedPropInvitationType as WebhookOrganizationMemberInvitedPropInvitationType,
|
|
4420
4387
|
)
|
|
4421
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4422
|
-
WebhookOrganizationMemberRemovedPropMembershipType as WebhookOrganizationMemberRemovedPropMembershipType,
|
|
4423
|
-
)
|
|
4424
4388
|
from githubkit.versions.v2022_11_28.types import (
|
|
4425
4389
|
WebhookOrganizationRenamedPropChangesPropLoginType as WebhookOrganizationRenamedPropChangesPropLoginType,
|
|
4426
4390
|
)
|
|
@@ -4433,35 +4397,29 @@ if TYPE_CHECKING:
|
|
|
4433
4397
|
from githubkit.versions.v2022_11_28.types import (
|
|
4434
4398
|
WebhookProjectCardMovedPropChangesPropColumnIdType as WebhookProjectCardMovedPropChangesPropColumnIdType,
|
|
4435
4399
|
)
|
|
4436
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4437
|
-
WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
|
|
4438
|
-
)
|
|
4439
4400
|
from githubkit.versions.v2022_11_28.types import (
|
|
4440
4401
|
WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
|
|
4441
4402
|
)
|
|
4442
4403
|
from githubkit.versions.v2022_11_28.types import (
|
|
4443
|
-
|
|
4444
|
-
)
|
|
4445
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4446
|
-
WebhookReleaseUnpublishedPropReleasePropAuthorType as WebhookReleaseUnpublishedPropReleasePropAuthorType,
|
|
4404
|
+
WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
|
|
4447
4405
|
)
|
|
4448
4406
|
from githubkit.versions.v2022_11_28.types import (
|
|
4449
|
-
|
|
4407
|
+
WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
|
|
4450
4408
|
)
|
|
4451
4409
|
from githubkit.versions.v2022_11_28.types import (
|
|
4452
|
-
|
|
4410
|
+
WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
|
|
4453
4411
|
)
|
|
4454
4412
|
from githubkit.versions.v2022_11_28.types import (
|
|
4455
|
-
|
|
4413
|
+
WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
|
|
4456
4414
|
)
|
|
4457
4415
|
from githubkit.versions.v2022_11_28.types import (
|
|
4458
|
-
|
|
4416
|
+
WebhooksPreviousMarketplacePurchasePropAccountType as WebhooksPreviousMarketplacePurchasePropAccountType,
|
|
4459
4417
|
)
|
|
4460
4418
|
from githubkit.versions.v2022_11_28.types import (
|
|
4461
|
-
|
|
4419
|
+
WebhooksPullRequest5PropAutoMergePropEnabledByType as WebhooksPullRequest5PropAutoMergePropEnabledByType,
|
|
4462
4420
|
)
|
|
4463
4421
|
from githubkit.versions.v2022_11_28.types import (
|
|
4464
|
-
|
|
4422
|
+
WebhooksPullRequest5PropLinksPropReviewCommentType as WebhooksPullRequest5PropLinksPropReviewCommentType,
|
|
4465
4423
|
)
|
|
4466
4424
|
from githubkit.versions.v2022_11_28.types import (
|
|
4467
4425
|
DependencyGraphSpdxSbomPropSbomPropCreationInfoType as DependencyGraphSpdxSbomPropSbomPropCreationInfoType,
|
|
@@ -4514,18 +4472,6 @@ if TYPE_CHECKING:
|
|
|
4514
4472
|
from githubkit.versions.v2022_11_28.types import (
|
|
4515
4473
|
WebhookDeploymentReviewRequestedPropWorkflowRunType as WebhookDeploymentReviewRequestedPropWorkflowRunType,
|
|
4516
4474
|
)
|
|
4517
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4518
|
-
WebhookForkPropForkeeAllof0PropCustomPropertiesType as WebhookForkPropForkeeAllof0PropCustomPropertiesType,
|
|
4519
|
-
)
|
|
4520
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4521
|
-
WebhookInstallationCreatedPropRepositoriesItemsType as WebhookInstallationCreatedPropRepositoriesItemsType,
|
|
4522
|
-
)
|
|
4523
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4524
|
-
WebhookInstallationDeletedPropRepositoriesItemsType as WebhookInstallationDeletedPropRepositoriesItemsType,
|
|
4525
|
-
)
|
|
4526
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4527
|
-
WebhookInstallationSuspendPropRepositoriesItemsType as WebhookInstallationSuspendPropRepositoriesItemsType,
|
|
4528
|
-
)
|
|
4529
4475
|
from githubkit.versions.v2022_11_28.types import (
|
|
4530
4476
|
WebhookIssuesClosedPropIssueAllof0PropMilestoneType as WebhookIssuesClosedPropIssueAllof0PropMilestoneType,
|
|
4531
4477
|
)
|
|
@@ -4557,28 +4503,13 @@ if TYPE_CHECKING:
|
|
|
4557
4503
|
WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
|
|
4558
4504
|
)
|
|
4559
4505
|
from githubkit.versions.v2022_11_28.types import (
|
|
4560
|
-
|
|
4561
|
-
)
|
|
4562
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4563
|
-
WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
|
|
4564
|
-
)
|
|
4565
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4566
|
-
WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
|
|
4567
|
-
)
|
|
4568
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4569
|
-
WebhookIssuesUnassignedPropIssuePropLabelsItemsType as WebhookIssuesUnassignedPropIssuePropLabelsItemsType,
|
|
4570
|
-
)
|
|
4571
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4572
|
-
WebhookIssuesUnassignedPropIssuePropPullRequestType as WebhookIssuesUnassignedPropIssuePropPullRequestType,
|
|
4573
|
-
)
|
|
4574
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4575
|
-
WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
|
|
4506
|
+
WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
|
|
4576
4507
|
)
|
|
4577
4508
|
from githubkit.versions.v2022_11_28.types import (
|
|
4578
|
-
|
|
4509
|
+
WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
|
|
4579
4510
|
)
|
|
4580
4511
|
from githubkit.versions.v2022_11_28.types import (
|
|
4581
|
-
|
|
4512
|
+
WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
|
|
4582
4513
|
)
|
|
4583
4514
|
from githubkit.versions.v2022_11_28.types import (
|
|
4584
4515
|
WebhookPullRequestLockedPropPullRequestPropBaseType as WebhookPullRequestLockedPropPullRequestPropBaseType,
|
|
@@ -4590,22 +4521,22 @@ if TYPE_CHECKING:
|
|
|
4590
4521
|
WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
|
|
4591
4522
|
)
|
|
4592
4523
|
from githubkit.versions.v2022_11_28.types import (
|
|
4593
|
-
|
|
4524
|
+
WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
|
|
4594
4525
|
)
|
|
4595
4526
|
from githubkit.versions.v2022_11_28.types import (
|
|
4596
|
-
|
|
4527
|
+
WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
|
|
4597
4528
|
)
|
|
4598
4529
|
from githubkit.versions.v2022_11_28.types import (
|
|
4599
|
-
|
|
4530
|
+
WebhooksIssuePropPerformedViaGithubAppPropOwnerType as WebhooksIssuePropPerformedViaGithubAppPropOwnerType,
|
|
4600
4531
|
)
|
|
4601
4532
|
from githubkit.versions.v2022_11_28.types import (
|
|
4602
|
-
|
|
4533
|
+
WebhooksPullRequest5PropBasePropRepoPropLicenseType as WebhooksPullRequest5PropBasePropRepoPropLicenseType,
|
|
4603
4534
|
)
|
|
4604
4535
|
from githubkit.versions.v2022_11_28.types import (
|
|
4605
|
-
|
|
4536
|
+
WebhooksPullRequest5PropHeadPropRepoPropLicenseType as WebhooksPullRequest5PropHeadPropRepoPropLicenseType,
|
|
4606
4537
|
)
|
|
4607
4538
|
from githubkit.versions.v2022_11_28.types import (
|
|
4608
|
-
|
|
4539
|
+
WebhooksPullRequest5PropLinksPropReviewCommentsType as WebhooksPullRequest5PropLinksPropReviewCommentsType,
|
|
4609
4540
|
)
|
|
4610
4541
|
from githubkit.versions.v2022_11_28.types import (
|
|
4611
4542
|
AppManifestsCodeConversionsPostResponse201Allof1Type as AppManifestsCodeConversionsPostResponse201Allof1Type,
|
|
@@ -4691,48 +4622,24 @@ if TYPE_CHECKING:
|
|
|
4691
4622
|
from githubkit.versions.v2022_11_28.types import (
|
|
4692
4623
|
WebhookDeploymentCreatedPropWorkflowRunPropActorType as WebhookDeploymentCreatedPropWorkflowRunPropActorType,
|
|
4693
4624
|
)
|
|
4694
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4695
|
-
WebhookDiscussionAnsweredPropAnswerPropReactionsType as WebhookDiscussionAnsweredPropAnswerPropReactionsType,
|
|
4696
|
-
)
|
|
4697
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4698
|
-
WebhookDiscussionUnansweredPropOldAnswerPropUserType as WebhookDiscussionUnansweredPropOldAnswerPropUserType,
|
|
4699
|
-
)
|
|
4700
4625
|
from githubkit.versions.v2022_11_28.types import (
|
|
4701
4626
|
WebhookIssueCommentEditedPropIssueAllof0PropUserType as WebhookIssueCommentEditedPropIssueAllof0PropUserType,
|
|
4702
4627
|
)
|
|
4703
4628
|
from githubkit.versions.v2022_11_28.types import (
|
|
4704
4629
|
WebhookIssueCommentEditedPropIssueAllof1PropUserType as WebhookIssueCommentEditedPropIssueAllof1PropUserType,
|
|
4705
4630
|
)
|
|
4706
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4707
|
-
WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
|
|
4708
|
-
)
|
|
4709
4631
|
from githubkit.versions.v2022_11_28.types import (
|
|
4710
4632
|
WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
|
|
4711
4633
|
)
|
|
4712
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4713
|
-
WebhookIssuesTransferredPropIssuePropLabelsItemsType as WebhookIssuesTransferredPropIssuePropLabelsItemsType,
|
|
4714
|
-
)
|
|
4715
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4716
|
-
WebhookIssuesTransferredPropIssuePropPullRequestType as WebhookIssuesTransferredPropIssuePropPullRequestType,
|
|
4717
|
-
)
|
|
4718
4634
|
from githubkit.versions.v2022_11_28.types import (
|
|
4719
4635
|
WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
|
|
4720
4636
|
)
|
|
4721
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4722
|
-
WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
|
|
4723
|
-
)
|
|
4724
4637
|
from githubkit.versions.v2022_11_28.types import (
|
|
4725
4638
|
WebhookMarketplacePurchasePendingChangeCancelledType as WebhookMarketplacePurchasePendingChangeCancelledType,
|
|
4726
4639
|
)
|
|
4727
4640
|
from githubkit.versions.v2022_11_28.types import (
|
|
4728
4641
|
WebhookMilestoneEditedPropChangesPropDescriptionType as WebhookMilestoneEditedPropChangesPropDescriptionType,
|
|
4729
4642
|
)
|
|
4730
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4731
|
-
WebhookOrganizationDeletedPropMembershipPropUserType as WebhookOrganizationDeletedPropMembershipPropUserType,
|
|
4732
|
-
)
|
|
4733
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4734
|
-
WebhookOrganizationRenamedPropMembershipPropUserType as WebhookOrganizationRenamedPropMembershipPropUserType,
|
|
4735
|
-
)
|
|
4736
4643
|
from githubkit.versions.v2022_11_28.types import (
|
|
4737
4644
|
WebhookPullRequestLabeledPropPullRequestPropBaseType as WebhookPullRequestLabeledPropPullRequestPropBaseType,
|
|
4738
4645
|
)
|
|
@@ -4745,18 +4652,9 @@ if TYPE_CHECKING:
|
|
|
4745
4652
|
from githubkit.versions.v2022_11_28.types import (
|
|
4746
4653
|
WebhookPullRequestLockedPropPullRequestPropLinksType as WebhookPullRequestLockedPropPullRequestPropLinksType,
|
|
4747
4654
|
)
|
|
4748
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4749
|
-
WebhookPullRequestReviewCommentEditedPropChangesType as WebhookPullRequestReviewCommentEditedPropChangesType,
|
|
4750
|
-
)
|
|
4751
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4752
|
-
WebhookPullRequestReviewCommentEditedPropCommentType as WebhookPullRequestReviewCommentEditedPropCommentType,
|
|
4753
|
-
)
|
|
4754
4655
|
from githubkit.versions.v2022_11_28.types import (
|
|
4755
4656
|
WebhookPullRequestReviewDismissedPropPullRequestType as WebhookPullRequestReviewDismissedPropPullRequestType,
|
|
4756
4657
|
)
|
|
4757
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4758
|
-
WebhookPullRequestReviewEditedPropReviewPropUserType as WebhookPullRequestReviewEditedPropReviewPropUserType,
|
|
4759
|
-
)
|
|
4760
4658
|
from githubkit.versions.v2022_11_28.types import (
|
|
4761
4659
|
WebhookPullRequestReviewSubmittedPropPullRequestType as WebhookPullRequestReviewSubmittedPropPullRequestType,
|
|
4762
4660
|
)
|
|
@@ -4766,9 +4664,6 @@ if TYPE_CHECKING:
|
|
|
4766
4664
|
from githubkit.versions.v2022_11_28.types import (
|
|
4767
4665
|
WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
|
|
4768
4666
|
)
|
|
4769
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4770
|
-
WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
|
|
4771
|
-
)
|
|
4772
4667
|
from githubkit.versions.v2022_11_28.types import (
|
|
4773
4668
|
WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
|
|
4774
4669
|
)
|
|
@@ -4776,16 +4671,16 @@ if TYPE_CHECKING:
|
|
|
4776
4671
|
WebhookRepositoryTransferredPropChangesPropOwnerType as WebhookRepositoryTransferredPropChangesPropOwnerType,
|
|
4777
4672
|
)
|
|
4778
4673
|
from githubkit.versions.v2022_11_28.types import (
|
|
4779
|
-
|
|
4674
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
|
|
4780
4675
|
)
|
|
4781
4676
|
from githubkit.versions.v2022_11_28.types import (
|
|
4782
|
-
|
|
4677
|
+
WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
|
|
4783
4678
|
)
|
|
4784
4679
|
from githubkit.versions.v2022_11_28.types import (
|
|
4785
|
-
|
|
4680
|
+
WebhooksIssue2PropPerformedViaGithubAppPropOwnerType as WebhooksIssue2PropPerformedViaGithubAppPropOwnerType,
|
|
4786
4681
|
)
|
|
4787
4682
|
from githubkit.versions.v2022_11_28.types import (
|
|
4788
|
-
|
|
4683
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
4789
4684
|
)
|
|
4790
4685
|
from githubkit.versions.v2022_11_28.types import (
|
|
4791
4686
|
CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
|
|
@@ -4856,30 +4751,9 @@ if TYPE_CHECKING:
|
|
|
4856
4751
|
from githubkit.versions.v2022_11_28.types import (
|
|
4857
4752
|
WebhookDeploymentCreatedPropDeploymentPropCreatorType as WebhookDeploymentCreatedPropDeploymentPropCreatorType,
|
|
4858
4753
|
)
|
|
4859
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4860
|
-
WebhookDeploymentReviewApprovedPropReviewersItemsType as WebhookDeploymentReviewApprovedPropReviewersItemsType,
|
|
4861
|
-
)
|
|
4862
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4863
|
-
WebhookDeploymentReviewApprovedPropWorkflowJobRunType as WebhookDeploymentReviewApprovedPropWorkflowJobRunType,
|
|
4864
|
-
)
|
|
4865
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4866
|
-
WebhookDeploymentReviewRejectedPropReviewersItemsType as WebhookDeploymentReviewRejectedPropReviewersItemsType,
|
|
4867
|
-
)
|
|
4868
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4869
|
-
WebhookDeploymentReviewRejectedPropWorkflowJobRunType as WebhookDeploymentReviewRejectedPropWorkflowJobRunType,
|
|
4870
|
-
)
|
|
4871
4754
|
from githubkit.versions.v2022_11_28.types import (
|
|
4872
4755
|
WebhookDiscussionCommentEditedPropChangesPropBodyType as WebhookDiscussionCommentEditedPropChangesPropBodyType,
|
|
4873
4756
|
)
|
|
4874
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4875
|
-
WebhookDiscussionCommentEditedPropCommentPropUserType as WebhookDiscussionCommentEditedPropCommentPropUserType,
|
|
4876
|
-
)
|
|
4877
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4878
|
-
WebhookInstallationRepositoriesAddedPropRequesterType as WebhookInstallationRepositoriesAddedPropRequesterType,
|
|
4879
|
-
)
|
|
4880
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4881
|
-
WebhookInstallationUnsuspendPropRepositoriesItemsType as WebhookInstallationUnsuspendPropRepositoriesItemsType,
|
|
4882
|
-
)
|
|
4883
4757
|
from githubkit.versions.v2022_11_28.types import (
|
|
4884
4758
|
WebhookIssueCommentCreatedPropIssueAllof0PropUserType as WebhookIssueCommentCreatedPropIssueAllof0PropUserType,
|
|
4885
4759
|
)
|
|
@@ -4892,9 +4766,6 @@ if TYPE_CHECKING:
|
|
|
4892
4766
|
from githubkit.versions.v2022_11_28.types import (
|
|
4893
4767
|
WebhookIssueCommentDeletedPropIssueAllof1PropUserType as WebhookIssueCommentDeletedPropIssueAllof1PropUserType,
|
|
4894
4768
|
)
|
|
4895
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4896
|
-
WebhookIssueCommentEditedPropCommentPropReactionsType as WebhookIssueCommentEditedPropCommentPropReactionsType,
|
|
4897
|
-
)
|
|
4898
4769
|
from githubkit.versions.v2022_11_28.types import (
|
|
4899
4770
|
WebhookIssueCommentEditedPropIssueMergedAssigneesType as WebhookIssueCommentEditedPropIssueMergedAssigneesType,
|
|
4900
4771
|
)
|
|
@@ -4919,12 +4790,6 @@ if TYPE_CHECKING:
|
|
|
4919
4790
|
from githubkit.versions.v2022_11_28.types import (
|
|
4920
4791
|
WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
|
|
4921
4792
|
)
|
|
4922
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4923
|
-
WebhookIssuesDemilestonedPropMilestonePropCreatorType as WebhookIssuesDemilestonedPropMilestonePropCreatorType,
|
|
4924
|
-
)
|
|
4925
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4926
|
-
WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType as WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType,
|
|
4927
|
-
)
|
|
4928
4793
|
from githubkit.versions.v2022_11_28.types import (
|
|
4929
4794
|
WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
|
|
4930
4795
|
)
|
|
@@ -4961,15 +4826,9 @@ if TYPE_CHECKING:
|
|
|
4961
4826
|
from githubkit.versions.v2022_11_28.types import (
|
|
4962
4827
|
WebhookPullRequestReviewCommentCreatedPropCommentType as WebhookPullRequestReviewCommentCreatedPropCommentType,
|
|
4963
4828
|
)
|
|
4964
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4965
|
-
WebhookPullRequestReviewCommentDeletedPropCommentType as WebhookPullRequestReviewCommentDeletedPropCommentType,
|
|
4966
|
-
)
|
|
4967
4829
|
from githubkit.versions.v2022_11_28.types import (
|
|
4968
4830
|
WebhookPullRequestReviewEditedPropChangesPropBodyType as WebhookPullRequestReviewEditedPropChangesPropBodyType,
|
|
4969
4831
|
)
|
|
4970
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4971
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksType as WebhookPullRequestReviewEditedPropReviewPropLinksType,
|
|
4972
|
-
)
|
|
4973
4832
|
from githubkit.versions.v2022_11_28.types import (
|
|
4974
4833
|
WebhookPullRequestUnlockedPropPullRequestPropBaseType as WebhookPullRequestUnlockedPropPullRequestPropBaseType,
|
|
4975
4834
|
)
|
|
@@ -4982,12 +4841,6 @@ if TYPE_CHECKING:
|
|
|
4982
4841
|
from githubkit.versions.v2022_11_28.types import (
|
|
4983
4842
|
WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
|
|
4984
4843
|
)
|
|
4985
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4986
|
-
WebhookReleasePublishedPropReleasePropAssetsItemsType as WebhookReleasePublishedPropReleasePropAssetsItemsType,
|
|
4987
|
-
)
|
|
4988
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
4989
|
-
WebhookReleaseUnpublishedPropReleasePropReactionsType as WebhookReleaseUnpublishedPropReleasePropReactionsType,
|
|
4990
|
-
)
|
|
4991
4844
|
from githubkit.versions.v2022_11_28.types import (
|
|
4992
4845
|
WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
|
|
4993
4846
|
)
|
|
@@ -5021,6 +4874,9 @@ if TYPE_CHECKING:
|
|
|
5021
4874
|
from githubkit.versions.v2022_11_28.types import (
|
|
5022
4875
|
BranchProtectionPropRequiredConversationResolutionType as BranchProtectionPropRequiredConversationResolutionType,
|
|
5023
4876
|
)
|
|
4877
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
4878
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesType as CodeScanningVariantAnalysisPropSkippedRepositoriesType,
|
|
4879
|
+
)
|
|
5024
4880
|
from githubkit.versions.v2022_11_28.types import (
|
|
5025
4881
|
DependabotAlertSecurityAdvisoryPropReferencesItemsType as DependabotAlertSecurityAdvisoryPropReferencesItemsType,
|
|
5026
4882
|
)
|
|
@@ -5063,12 +4919,6 @@ if TYPE_CHECKING:
|
|
|
5063
4919
|
from githubkit.versions.v2022_11_28.types import (
|
|
5064
4920
|
WebhookDeploymentStatusCreatedPropDeploymentStatusType as WebhookDeploymentStatusCreatedPropDeploymentStatusType,
|
|
5065
4921
|
)
|
|
5066
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5067
|
-
WebhookDiscussionCommentCreatedPropCommentPropUserType as WebhookDiscussionCommentCreatedPropCommentPropUserType,
|
|
5068
|
-
)
|
|
5069
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5070
|
-
WebhookDiscussionCommentDeletedPropCommentPropUserType as WebhookDiscussionCommentDeletedPropCommentPropUserType,
|
|
5071
|
-
)
|
|
5072
4922
|
from githubkit.versions.v2022_11_28.types import (
|
|
5073
4923
|
WebhookIssueCommentCreatedPropCommentPropReactionsType as WebhookIssueCommentCreatedPropCommentPropReactionsType,
|
|
5074
4924
|
)
|
|
@@ -5081,9 +4931,6 @@ if TYPE_CHECKING:
|
|
|
5081
4931
|
from githubkit.versions.v2022_11_28.types import (
|
|
5082
4932
|
WebhookIssueCommentCreatedPropIssueMergedReactionsType as WebhookIssueCommentCreatedPropIssueMergedReactionsType,
|
|
5083
4933
|
)
|
|
5084
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5085
|
-
WebhookIssueCommentDeletedPropCommentPropReactionsType as WebhookIssueCommentDeletedPropCommentPropReactionsType,
|
|
5086
|
-
)
|
|
5087
4934
|
from githubkit.versions.v2022_11_28.types import (
|
|
5088
4935
|
WebhookIssueCommentDeletedPropIssueMergedAssigneesType as WebhookIssueCommentDeletedPropIssueMergedAssigneesType,
|
|
5089
4936
|
)
|
|
@@ -5099,15 +4946,9 @@ if TYPE_CHECKING:
|
|
|
5099
4946
|
from githubkit.versions.v2022_11_28.types import (
|
|
5100
4947
|
WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
|
|
5101
4948
|
)
|
|
5102
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5103
|
-
WebhookIssuesUnassignedPropIssuePropAssigneesItemsType as WebhookIssuesUnassignedPropIssuePropAssigneesItemsType,
|
|
5104
|
-
)
|
|
5105
4949
|
from githubkit.versions.v2022_11_28.types import (
|
|
5106
4950
|
WebhookPackageUpdatedPropPackagePropPackageVersionType as WebhookPackageUpdatedPropPackagePropPackageVersionType,
|
|
5107
4951
|
)
|
|
5108
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5109
|
-
WebhookProjectCardEditedPropProjectCardPropCreatorType as WebhookProjectCardEditedPropProjectCardPropCreatorType,
|
|
5110
|
-
)
|
|
5111
4952
|
from githubkit.versions.v2022_11_28.types import (
|
|
5112
4953
|
WebhookProjectsV2ProjectEditedPropChangesPropTitleType as WebhookProjectsV2ProjectEditedPropChangesPropTitleType,
|
|
5113
4954
|
)
|
|
@@ -5150,27 +4991,6 @@ if TYPE_CHECKING:
|
|
|
5150
4991
|
from githubkit.versions.v2022_11_28.types import (
|
|
5151
4992
|
WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
|
|
5152
4993
|
)
|
|
5153
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5154
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertType as WebhookRepositoryVulnerabilityAlertCreatePropAlertType,
|
|
5155
|
-
)
|
|
5156
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5157
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertType as WebhookRepositoryVulnerabilityAlertReopenPropAlertType,
|
|
5158
|
-
)
|
|
5159
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5160
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType,
|
|
5161
|
-
)
|
|
5162
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5163
|
-
WebhookSponsorshipCancelledPropSponsorshipPropTierType as WebhookSponsorshipCancelledPropSponsorshipPropTierType,
|
|
5164
|
-
)
|
|
5165
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5166
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorType as WebhookSponsorshipEditedPropSponsorshipPropSponsorType,
|
|
5167
|
-
)
|
|
5168
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5169
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipType as WebhookSponsorshipPendingTierChangePropSponsorshipType,
|
|
5170
|
-
)
|
|
5171
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5172
|
-
WebhookTeamRemovedFromRepositoryPropTeamPropParentType as WebhookTeamRemovedFromRepositoryPropTeamPropParentType,
|
|
5173
|
-
)
|
|
5174
4994
|
from githubkit.versions.v2022_11_28.types import (
|
|
5175
4995
|
BranchRestrictionPolicyPropAppsItemsPropPermissionsType as BranchRestrictionPolicyPropAppsItemsPropPermissionsType,
|
|
5176
4996
|
)
|
|
@@ -5213,18 +5033,9 @@ if TYPE_CHECKING:
|
|
|
5213
5033
|
from githubkit.versions.v2022_11_28.types import (
|
|
5214
5034
|
WebhookCommitCommentCreatedPropCommentPropReactionsType as WebhookCommitCommentCreatedPropCommentPropReactionsType,
|
|
5215
5035
|
)
|
|
5216
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5217
|
-
WebhookInstallationRepositoriesRemovedPropRequesterType as WebhookInstallationRepositoriesRemovedPropRequesterType,
|
|
5218
|
-
)
|
|
5219
5036
|
from githubkit.versions.v2022_11_28.types import (
|
|
5220
5037
|
WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
|
|
5221
5038
|
)
|
|
5222
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5223
|
-
WebhookIssuesTransferredPropIssuePropAssigneesItemsType as WebhookIssuesTransferredPropIssuePropAssigneesItemsType,
|
|
5224
|
-
)
|
|
5225
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5226
|
-
WebhookProjectCardCreatedPropProjectCardPropCreatorType as WebhookProjectCardCreatedPropProjectCardPropCreatorType,
|
|
5227
|
-
)
|
|
5228
5039
|
from githubkit.versions.v2022_11_28.types import (
|
|
5229
5040
|
WebhookProjectCardDeletedPropProjectCardPropCreatorType as WebhookProjectCardDeletedPropProjectCardPropCreatorType,
|
|
5230
5041
|
)
|
|
@@ -5240,21 +5051,9 @@ if TYPE_CHECKING:
|
|
|
5240
5051
|
from githubkit.versions.v2022_11_28.types import (
|
|
5241
5052
|
WebhookPullRequestLockedPropPullRequestPropMergedByType as WebhookPullRequestLockedPropPullRequestPropMergedByType,
|
|
5242
5053
|
)
|
|
5243
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5244
|
-
WebhookPullRequestMilestonedPropPullRequestPropBaseType as WebhookPullRequestMilestonedPropPullRequestPropBaseType,
|
|
5245
|
-
)
|
|
5246
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5247
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadType as WebhookPullRequestMilestonedPropPullRequestPropHeadType,
|
|
5248
|
-
)
|
|
5249
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5250
|
-
WebhookPullRequestMilestonedPropPullRequestPropUserType as WebhookPullRequestMilestonedPropPullRequestPropUserType,
|
|
5251
|
-
)
|
|
5252
5054
|
from githubkit.versions.v2022_11_28.types import (
|
|
5253
5055
|
WebhookPullRequestReviewDismissedPropReviewPropUserType as WebhookPullRequestReviewDismissedPropReviewPropUserType,
|
|
5254
5056
|
)
|
|
5255
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5256
|
-
WebhookPullRequestReviewSubmittedPropReviewPropUserType as WebhookPullRequestReviewSubmittedPropReviewPropUserType,
|
|
5257
|
-
)
|
|
5258
5057
|
from githubkit.versions.v2022_11_28.types import (
|
|
5259
5058
|
WebhookPullRequestUnassignedPropPullRequestPropBaseType as WebhookPullRequestUnassignedPropPullRequestPropBaseType,
|
|
5260
5059
|
)
|
|
@@ -5270,9 +5069,6 @@ if TYPE_CHECKING:
|
|
|
5270
5069
|
from githubkit.versions.v2022_11_28.types import (
|
|
5271
5070
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
|
|
5272
5071
|
)
|
|
5273
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5274
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
|
|
5275
|
-
)
|
|
5276
5072
|
from githubkit.versions.v2022_11_28.types import (
|
|
5277
5073
|
WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
|
|
5278
5074
|
)
|
|
@@ -5282,9 +5078,6 @@ if TYPE_CHECKING:
|
|
|
5282
5078
|
from githubkit.versions.v2022_11_28.types import (
|
|
5283
5079
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertType as WebhookRepositoryVulnerabilityAlertResolvePropAlertType,
|
|
5284
5080
|
)
|
|
5285
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5286
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsorType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorType,
|
|
5287
|
-
)
|
|
5288
5081
|
from githubkit.versions.v2022_11_28.types import (
|
|
5289
5082
|
WebhookSponsorshipEditedPropChangesPropPrivacyLevelType as WebhookSponsorshipEditedPropChangesPropPrivacyLevelType,
|
|
5290
5083
|
)
|
|
@@ -5303,6 +5096,12 @@ if TYPE_CHECKING:
|
|
|
5303
5096
|
from githubkit.versions.v2022_11_28.types import (
|
|
5304
5097
|
WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
|
|
5305
5098
|
)
|
|
5099
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5100
|
+
WebhooksPullRequest5PropBasePropRepoPropPermissionsType as WebhooksPullRequest5PropBasePropRepoPropPermissionsType,
|
|
5101
|
+
)
|
|
5102
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5103
|
+
WebhooksPullRequest5PropHeadPropRepoPropPermissionsType as WebhooksPullRequest5PropHeadPropRepoPropPermissionsType,
|
|
5104
|
+
)
|
|
5306
5105
|
from githubkit.versions.v2022_11_28.types import (
|
|
5307
5106
|
OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
|
|
5308
5107
|
)
|
|
@@ -5345,15 +5144,9 @@ if TYPE_CHECKING:
|
|
|
5345
5144
|
from githubkit.versions.v2022_11_28.types import (
|
|
5346
5145
|
WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
|
|
5347
5146
|
)
|
|
5348
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5349
|
-
WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType,
|
|
5350
|
-
)
|
|
5351
5147
|
from githubkit.versions.v2022_11_28.types import (
|
|
5352
5148
|
WebhookIssuesTransferredPropChangesPropNewRepositoryType as WebhookIssuesTransferredPropChangesPropNewRepositoryType,
|
|
5353
5149
|
)
|
|
5354
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5355
|
-
WebhookOrganizationMemberAddedPropMembershipPropUserType as WebhookOrganizationMemberAddedPropMembershipPropUserType,
|
|
5356
|
-
)
|
|
5357
5150
|
from githubkit.versions.v2022_11_28.types import (
|
|
5358
5151
|
WebhookPackagePublishedPropPackagePropPackageVersionType as WebhookPackagePublishedPropPackagePropPackageVersionType,
|
|
5359
5152
|
)
|
|
@@ -5372,18 +5165,12 @@ if TYPE_CHECKING:
|
|
|
5372
5165
|
from githubkit.versions.v2022_11_28.types import (
|
|
5373
5166
|
WebhookPullRequestLockedPropPullRequestPropMilestoneType as WebhookPullRequestLockedPropPullRequestPropMilestoneType,
|
|
5374
5167
|
)
|
|
5375
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5376
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksType as WebhookPullRequestMilestonedPropPullRequestPropLinksType,
|
|
5377
|
-
)
|
|
5378
5168
|
from githubkit.versions.v2022_11_28.types import (
|
|
5379
5169
|
WebhookPullRequestReviewCommentEditedPropPullRequestType as WebhookPullRequestReviewCommentEditedPropPullRequestType,
|
|
5380
5170
|
)
|
|
5381
5171
|
from githubkit.versions.v2022_11_28.types import (
|
|
5382
5172
|
WebhookPullRequestReviewDismissedPropReviewPropLinksType as WebhookPullRequestReviewDismissedPropReviewPropLinksType,
|
|
5383
5173
|
)
|
|
5384
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5385
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksType as WebhookPullRequestReviewSubmittedPropReviewPropLinksType,
|
|
5386
|
-
)
|
|
5387
5174
|
from githubkit.versions.v2022_11_28.types import (
|
|
5388
5175
|
WebhookPullRequestSynchronizePropPullRequestPropBaseType as WebhookPullRequestSynchronizePropPullRequestPropBaseType,
|
|
5389
5176
|
)
|
|
@@ -5399,18 +5186,9 @@ if TYPE_CHECKING:
|
|
|
5399
5186
|
from githubkit.versions.v2022_11_28.types import (
|
|
5400
5187
|
WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
|
|
5401
5188
|
)
|
|
5402
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5403
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType,
|
|
5404
|
-
)
|
|
5405
5189
|
from githubkit.versions.v2022_11_28.types import (
|
|
5406
5190
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType,
|
|
5407
5191
|
)
|
|
5408
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5409
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipType as WebhookSponsorshipPendingCancellationPropSponsorshipType,
|
|
5410
|
-
)
|
|
5411
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5412
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropTierType as WebhookSponsorshipTierChangedPropSponsorshipPropTierType,
|
|
5413
|
-
)
|
|
5414
5192
|
from githubkit.versions.v2022_11_28.types import (
|
|
5415
5193
|
WebhookStatusPropCommitPropCommitPropCommitterAllof0Type as WebhookStatusPropCommitPropCommitPropCommitterAllof0Type,
|
|
5416
5194
|
)
|
|
@@ -5471,9 +5249,6 @@ if TYPE_CHECKING:
|
|
|
5471
5249
|
from githubkit.versions.v2022_11_28.types import (
|
|
5472
5250
|
WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
|
|
5473
5251
|
)
|
|
5474
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5475
|
-
WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
|
|
5476
|
-
)
|
|
5477
5252
|
from githubkit.versions.v2022_11_28.types import (
|
|
5478
5253
|
WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType as WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType,
|
|
5479
5254
|
)
|
|
@@ -5513,27 +5288,12 @@ if TYPE_CHECKING:
|
|
|
5513
5288
|
from githubkit.versions.v2022_11_28.types import (
|
|
5514
5289
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
|
|
5515
5290
|
)
|
|
5516
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5517
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType,
|
|
5518
|
-
)
|
|
5519
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5520
|
-
WebhookProjectCardConvertedPropProjectCardPropCreatorType as WebhookProjectCardConvertedPropProjectCardPropCreatorType,
|
|
5521
|
-
)
|
|
5522
5291
|
from githubkit.versions.v2022_11_28.types import (
|
|
5523
5292
|
WebhookPullRequestAssignedPropPullRequestPropAssigneeType as WebhookPullRequestAssignedPropPullRequestPropAssigneeType,
|
|
5524
5293
|
)
|
|
5525
5294
|
from githubkit.versions.v2022_11_28.types import (
|
|
5526
5295
|
WebhookPullRequestAssignedPropPullRequestPropMergedByType as WebhookPullRequestAssignedPropPullRequestPropMergedByType,
|
|
5527
5296
|
)
|
|
5528
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5529
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBaseType as WebhookPullRequestDemilestonedPropPullRequestPropBaseType,
|
|
5530
|
-
)
|
|
5531
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5532
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadType as WebhookPullRequestDemilestonedPropPullRequestPropHeadType,
|
|
5533
|
-
)
|
|
5534
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5535
|
-
WebhookPullRequestDemilestonedPropPullRequestPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropUserType,
|
|
5536
|
-
)
|
|
5537
5297
|
from githubkit.versions.v2022_11_28.types import (
|
|
5538
5298
|
WebhookPullRequestDequeuedPropPullRequestPropAssigneeType as WebhookPullRequestDequeuedPropPullRequestPropAssigneeType,
|
|
5539
5299
|
)
|
|
@@ -5580,19 +5340,25 @@ if TYPE_CHECKING:
|
|
|
5580
5340
|
WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
|
|
5581
5341
|
)
|
|
5582
5342
|
from githubkit.versions.v2022_11_28.types import (
|
|
5583
|
-
|
|
5343
|
+
WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
|
|
5584
5344
|
)
|
|
5585
5345
|
from githubkit.versions.v2022_11_28.types import (
|
|
5586
|
-
|
|
5346
|
+
WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
|
|
5587
5347
|
)
|
|
5588
5348
|
from githubkit.versions.v2022_11_28.types import (
|
|
5589
|
-
|
|
5349
|
+
WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
|
|
5590
5350
|
)
|
|
5591
5351
|
from githubkit.versions.v2022_11_28.types import (
|
|
5592
|
-
|
|
5352
|
+
WebhooksIssuePropPerformedViaGithubAppPropPermissionsType as WebhooksIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
5593
5353
|
)
|
|
5594
5354
|
from githubkit.versions.v2022_11_28.types import (
|
|
5595
|
-
|
|
5355
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type,
|
|
5356
|
+
)
|
|
5357
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5358
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type,
|
|
5359
|
+
)
|
|
5360
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
5361
|
+
WebhooksPullRequest5PropRequestedTeamsItemsPropParentType as WebhooksPullRequest5PropRequestedTeamsItemsPropParentType,
|
|
5596
5362
|
)
|
|
5597
5363
|
from githubkit.versions.v2022_11_28.types import (
|
|
5598
5364
|
WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
|
|
@@ -5627,9 +5393,6 @@ if TYPE_CHECKING:
|
|
|
5627
5393
|
from githubkit.versions.v2022_11_28.types import (
|
|
5628
5394
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType as WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType,
|
|
5629
5395
|
)
|
|
5630
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5631
|
-
WebhookDiscussionCommentEditedPropCommentPropReactionsType as WebhookDiscussionCommentEditedPropCommentPropReactionsType,
|
|
5632
|
-
)
|
|
5633
5396
|
from githubkit.versions.v2022_11_28.types import (
|
|
5634
5397
|
WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType as WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType,
|
|
5635
5398
|
)
|
|
@@ -5654,9 +5417,6 @@ if TYPE_CHECKING:
|
|
|
5654
5417
|
from githubkit.versions.v2022_11_28.types import (
|
|
5655
5418
|
WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType as WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType,
|
|
5656
5419
|
)
|
|
5657
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5658
|
-
WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType as WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType,
|
|
5659
|
-
)
|
|
5660
5420
|
from githubkit.versions.v2022_11_28.types import (
|
|
5661
5421
|
WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType,
|
|
5662
5422
|
)
|
|
@@ -5672,27 +5432,12 @@ if TYPE_CHECKING:
|
|
|
5672
5432
|
from githubkit.versions.v2022_11_28.types import (
|
|
5673
5433
|
WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
|
|
5674
5434
|
)
|
|
5675
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5676
|
-
WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType,
|
|
5677
|
-
)
|
|
5678
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5679
|
-
WebhookOrganizationMemberRemovedPropMembershipPropUserType as WebhookOrganizationMemberRemovedPropMembershipPropUserType,
|
|
5680
|
-
)
|
|
5681
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5682
|
-
WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType as WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType,
|
|
5683
|
-
)
|
|
5684
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5685
|
-
WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType as WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType,
|
|
5686
|
-
)
|
|
5687
5435
|
from githubkit.versions.v2022_11_28.types import (
|
|
5688
5436
|
WebhookPullRequestAssignedPropPullRequestPropAutoMergeType as WebhookPullRequestAssignedPropPullRequestPropAutoMergeType,
|
|
5689
5437
|
)
|
|
5690
5438
|
from githubkit.versions.v2022_11_28.types import (
|
|
5691
5439
|
WebhookPullRequestAssignedPropPullRequestPropMilestoneType as WebhookPullRequestAssignedPropPullRequestPropMilestoneType,
|
|
5692
5440
|
)
|
|
5693
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5694
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksType as WebhookPullRequestDemilestonedPropPullRequestPropLinksType,
|
|
5695
|
-
)
|
|
5696
5441
|
from githubkit.versions.v2022_11_28.types import (
|
|
5697
5442
|
WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType as WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType,
|
|
5698
5443
|
)
|
|
@@ -5730,22 +5475,19 @@ if TYPE_CHECKING:
|
|
|
5730
5475
|
WebhookPullRequestUnlockedPropPullRequestPropMilestoneType as WebhookPullRequestUnlockedPropPullRequestPropMilestoneType,
|
|
5731
5476
|
)
|
|
5732
5477
|
from githubkit.versions.v2022_11_28.types import (
|
|
5733
|
-
|
|
5734
|
-
)
|
|
5735
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5736
|
-
WebhookSponsorshipEditedPropSponsorshipPropSponsorableType as WebhookSponsorshipEditedPropSponsorshipPropSponsorableType,
|
|
5478
|
+
WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
|
|
5737
5479
|
)
|
|
5738
5480
|
from githubkit.versions.v2022_11_28.types import (
|
|
5739
|
-
|
|
5481
|
+
WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
|
|
5740
5482
|
)
|
|
5741
5483
|
from githubkit.versions.v2022_11_28.types import (
|
|
5742
|
-
|
|
5484
|
+
WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType as WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType,
|
|
5743
5485
|
)
|
|
5744
5486
|
from githubkit.versions.v2022_11_28.types import (
|
|
5745
|
-
|
|
5487
|
+
WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
|
|
5746
5488
|
)
|
|
5747
5489
|
from githubkit.versions.v2022_11_28.types import (
|
|
5748
|
-
|
|
5490
|
+
CodeScanningVariantAnalysisPropScannedRepositoriesItemsType as CodeScanningVariantAnalysisPropScannedRepositoriesItemsType,
|
|
5749
5491
|
)
|
|
5750
5492
|
from githubkit.versions.v2022_11_28.types import (
|
|
5751
5493
|
EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type as EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type,
|
|
@@ -5792,12 +5534,6 @@ if TYPE_CHECKING:
|
|
|
5792
5534
|
from githubkit.versions.v2022_11_28.types import (
|
|
5793
5535
|
WebhookDiscussionCategoryChangedPropChangesPropCategoryType as WebhookDiscussionCategoryChangedPropChangesPropCategoryType,
|
|
5794
5536
|
)
|
|
5795
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5796
|
-
WebhookDiscussionCommentCreatedPropCommentPropReactionsType as WebhookDiscussionCommentCreatedPropCommentPropReactionsType,
|
|
5797
|
-
)
|
|
5798
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5799
|
-
WebhookDiscussionCommentDeletedPropCommentPropReactionsType as WebhookDiscussionCommentDeletedPropCommentPropReactionsType,
|
|
5800
|
-
)
|
|
5801
5537
|
from githubkit.versions.v2022_11_28.types import (
|
|
5802
5538
|
WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType,
|
|
5803
5539
|
)
|
|
@@ -5807,9 +5543,6 @@ if TYPE_CHECKING:
|
|
|
5807
5543
|
from githubkit.versions.v2022_11_28.types import (
|
|
5808
5544
|
WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType,
|
|
5809
5545
|
)
|
|
5810
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5811
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType,
|
|
5812
|
-
)
|
|
5813
5546
|
from githubkit.versions.v2022_11_28.types import (
|
|
5814
5547
|
WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
|
|
5815
5548
|
)
|
|
@@ -5825,15 +5558,9 @@ if TYPE_CHECKING:
|
|
|
5825
5558
|
from githubkit.versions.v2022_11_28.types import (
|
|
5826
5559
|
WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
|
|
5827
5560
|
)
|
|
5828
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5829
|
-
WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
|
|
5830
|
-
)
|
|
5831
5561
|
from githubkit.versions.v2022_11_28.types import (
|
|
5832
5562
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
|
|
5833
5563
|
)
|
|
5834
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5835
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
|
|
5836
|
-
)
|
|
5837
5564
|
from githubkit.versions.v2022_11_28.types import (
|
|
5838
5565
|
WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType,
|
|
5839
5566
|
)
|
|
@@ -5855,12 +5582,6 @@ if TYPE_CHECKING:
|
|
|
5855
5582
|
from githubkit.versions.v2022_11_28.types import (
|
|
5856
5583
|
WebhookPullRequestLockedPropPullRequestPropHeadPropUserType as WebhookPullRequestLockedPropPullRequestPropHeadPropUserType,
|
|
5857
5584
|
)
|
|
5858
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5859
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssigneeType as WebhookPullRequestMilestonedPropPullRequestPropAssigneeType,
|
|
5860
|
-
)
|
|
5861
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5862
|
-
WebhookPullRequestMilestonedPropPullRequestPropMergedByType as WebhookPullRequestMilestonedPropPullRequestPropMergedByType,
|
|
5863
|
-
)
|
|
5864
5585
|
from githubkit.versions.v2022_11_28.types import (
|
|
5865
5586
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestType,
|
|
5866
5587
|
)
|
|
@@ -5879,12 +5600,6 @@ if TYPE_CHECKING:
|
|
|
5879
5600
|
from githubkit.versions.v2022_11_28.types import (
|
|
5880
5601
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
|
|
5881
5602
|
)
|
|
5882
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5883
|
-
WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType,
|
|
5884
|
-
)
|
|
5885
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5886
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType,
|
|
5887
|
-
)
|
|
5888
5603
|
from githubkit.versions.v2022_11_28.types import (
|
|
5889
5604
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType,
|
|
5890
5605
|
)
|
|
@@ -5951,15 +5666,6 @@ if TYPE_CHECKING:
|
|
|
5951
5666
|
from githubkit.versions.v2022_11_28.types import (
|
|
5952
5667
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
|
|
5953
5668
|
)
|
|
5954
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5955
|
-
WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType,
|
|
5956
|
-
)
|
|
5957
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5958
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType,
|
|
5959
|
-
)
|
|
5960
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5961
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType,
|
|
5962
|
-
)
|
|
5963
5669
|
from githubkit.versions.v2022_11_28.types import (
|
|
5964
5670
|
WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType as WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType,
|
|
5965
5671
|
)
|
|
@@ -5993,18 +5699,6 @@ if TYPE_CHECKING:
|
|
|
5993
5699
|
from githubkit.versions.v2022_11_28.types import (
|
|
5994
5700
|
WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType,
|
|
5995
5701
|
)
|
|
5996
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
5997
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType,
|
|
5998
|
-
)
|
|
5999
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6000
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestoneType as WebhookPullRequestMilestonedPropPullRequestPropMilestoneType,
|
|
6001
|
-
)
|
|
6002
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6003
|
-
WebhookPullRequestReviewCommentEditedPropChangesPropBodyType as WebhookPullRequestReviewCommentEditedPropChangesPropBodyType,
|
|
6004
|
-
)
|
|
6005
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6006
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropUserType as WebhookPullRequestReviewCommentEditedPropCommentPropUserType,
|
|
6007
|
-
)
|
|
6008
5702
|
from githubkit.versions.v2022_11_28.types import (
|
|
6009
5703
|
WebhookPullRequestReviewDismissedPropPullRequestPropBaseType as WebhookPullRequestReviewDismissedPropPullRequestPropBaseType,
|
|
6010
5704
|
)
|
|
@@ -6047,12 +5741,6 @@ if TYPE_CHECKING:
|
|
|
6047
5741
|
from githubkit.versions.v2022_11_28.types import (
|
|
6048
5742
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
|
|
6049
5743
|
)
|
|
6050
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6051
|
-
WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
|
|
6052
|
-
)
|
|
6053
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6054
|
-
WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
|
|
6055
|
-
)
|
|
6056
5744
|
from githubkit.versions.v2022_11_28.types import (
|
|
6057
5745
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
|
|
6058
5746
|
)
|
|
@@ -6104,12 +5792,6 @@ if TYPE_CHECKING:
|
|
|
6104
5792
|
from githubkit.versions.v2022_11_28.types import (
|
|
6105
5793
|
WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
|
|
6106
5794
|
)
|
|
6107
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6108
|
-
WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType,
|
|
6109
|
-
)
|
|
6110
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6111
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType,
|
|
6112
|
-
)
|
|
6113
5795
|
from githubkit.versions.v2022_11_28.types import (
|
|
6114
5796
|
WebhookOrganizationMemberInvitedPropInvitationPropInviterType as WebhookOrganizationMemberInvitedPropInvitationPropInviterType,
|
|
6115
5797
|
)
|
|
@@ -6134,12 +5816,6 @@ if TYPE_CHECKING:
|
|
|
6134
5816
|
from githubkit.versions.v2022_11_28.types import (
|
|
6135
5817
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType,
|
|
6136
5818
|
)
|
|
6137
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6138
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType,
|
|
6139
|
-
)
|
|
6140
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6141
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMergedByType as WebhookPullRequestDemilestonedPropPullRequestPropMergedByType,
|
|
6142
|
-
)
|
|
6143
5819
|
from githubkit.versions.v2022_11_28.types import (
|
|
6144
5820
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType,
|
|
6145
5821
|
)
|
|
@@ -6179,21 +5855,12 @@ if TYPE_CHECKING:
|
|
|
6179
5855
|
from githubkit.versions.v2022_11_28.types import (
|
|
6180
5856
|
WebhookPullRequestReviewCommentCreatedPropCommentPropUserType as WebhookPullRequestReviewCommentCreatedPropCommentPropUserType,
|
|
6181
5857
|
)
|
|
6182
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6183
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropUserType as WebhookPullRequestReviewCommentDeletedPropCommentPropUserType,
|
|
6184
|
-
)
|
|
6185
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6186
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksType,
|
|
6187
|
-
)
|
|
6188
5858
|
from githubkit.versions.v2022_11_28.types import (
|
|
6189
5859
|
WebhookPullRequestReviewDismissedPropPullRequestPropLinksType as WebhookPullRequestReviewDismissedPropPullRequestPropLinksType,
|
|
6190
5860
|
)
|
|
6191
5861
|
from githubkit.versions.v2022_11_28.types import (
|
|
6192
5862
|
WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType,
|
|
6193
5863
|
)
|
|
6194
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6195
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType,
|
|
6196
|
-
)
|
|
6197
5864
|
from githubkit.versions.v2022_11_28.types import (
|
|
6198
5865
|
WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType as WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType,
|
|
6199
5866
|
)
|
|
@@ -6224,9 +5891,6 @@ if TYPE_CHECKING:
|
|
|
6224
5891
|
from githubkit.versions.v2022_11_28.types import (
|
|
6225
5892
|
WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
|
|
6226
5893
|
)
|
|
6227
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6228
|
-
WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
|
|
6229
|
-
)
|
|
6230
5894
|
from githubkit.versions.v2022_11_28.types import (
|
|
6231
5895
|
WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType as WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType,
|
|
6232
5896
|
)
|
|
@@ -6284,15 +5948,6 @@ if TYPE_CHECKING:
|
|
|
6284
5948
|
from githubkit.versions.v2022_11_28.types import (
|
|
6285
5949
|
WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
|
|
6286
5950
|
)
|
|
6287
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6288
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType,
|
|
6289
|
-
)
|
|
6290
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6291
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType,
|
|
6292
|
-
)
|
|
6293
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6294
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType,
|
|
6295
|
-
)
|
|
6296
5951
|
from githubkit.versions.v2022_11_28.types import (
|
|
6297
5952
|
WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType,
|
|
6298
5953
|
)
|
|
@@ -6314,12 +5969,6 @@ if TYPE_CHECKING:
|
|
|
6314
5969
|
from githubkit.versions.v2022_11_28.types import (
|
|
6315
5970
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType,
|
|
6316
5971
|
)
|
|
6317
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6318
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType,
|
|
6319
|
-
)
|
|
6320
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6321
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType as WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType,
|
|
6322
|
-
)
|
|
6323
5972
|
from githubkit.versions.v2022_11_28.types import (
|
|
6324
5973
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType,
|
|
6325
5974
|
)
|
|
@@ -6338,15 +5987,9 @@ if TYPE_CHECKING:
|
|
|
6338
5987
|
from githubkit.versions.v2022_11_28.types import (
|
|
6339
5988
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType,
|
|
6340
5989
|
)
|
|
6341
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6342
|
-
WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType,
|
|
6343
|
-
)
|
|
6344
5990
|
from githubkit.versions.v2022_11_28.types import (
|
|
6345
5991
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType,
|
|
6346
5992
|
)
|
|
6347
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6348
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType,
|
|
6349
|
-
)
|
|
6350
5993
|
from githubkit.versions.v2022_11_28.types import (
|
|
6351
5994
|
WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType,
|
|
6352
5995
|
)
|
|
@@ -6374,18 +6017,6 @@ if TYPE_CHECKING:
|
|
|
6374
6017
|
from githubkit.versions.v2022_11_28.types import (
|
|
6375
6018
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType,
|
|
6376
6019
|
)
|
|
6377
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6378
|
-
WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType,
|
|
6379
|
-
)
|
|
6380
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6381
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType,
|
|
6382
|
-
)
|
|
6383
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6384
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType as WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType,
|
|
6385
|
-
)
|
|
6386
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6387
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType,
|
|
6388
|
-
)
|
|
6389
6020
|
from githubkit.versions.v2022_11_28.types import (
|
|
6390
6021
|
DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
|
|
6391
6022
|
)
|
|
@@ -6452,18 +6083,6 @@ if TYPE_CHECKING:
|
|
|
6452
6083
|
from githubkit.versions.v2022_11_28.types import (
|
|
6453
6084
|
WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType,
|
|
6454
6085
|
)
|
|
6455
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6456
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType,
|
|
6457
|
-
)
|
|
6458
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6459
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType,
|
|
6460
|
-
)
|
|
6461
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6462
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType,
|
|
6463
|
-
)
|
|
6464
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6465
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType,
|
|
6466
|
-
)
|
|
6467
6086
|
from githubkit.versions.v2022_11_28.types import (
|
|
6468
6087
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType,
|
|
6469
6088
|
)
|
|
@@ -6501,13 +6120,7 @@ if TYPE_CHECKING:
|
|
|
6501
6120
|
WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType as WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType,
|
|
6502
6121
|
)
|
|
6503
6122
|
from githubkit.versions.v2022_11_28.types import (
|
|
6504
|
-
|
|
6505
|
-
)
|
|
6506
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6507
|
-
WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType,
|
|
6508
|
-
)
|
|
6509
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6510
|
-
WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType,
|
|
6123
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
6511
6124
|
)
|
|
6512
6125
|
from githubkit.versions.v2022_11_28.types import (
|
|
6513
6126
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -6554,9 +6167,6 @@ if TYPE_CHECKING:
|
|
|
6554
6167
|
from githubkit.versions.v2022_11_28.types import (
|
|
6555
6168
|
WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
|
|
6556
6169
|
)
|
|
6557
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6558
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType,
|
|
6559
|
-
)
|
|
6560
6170
|
from githubkit.versions.v2022_11_28.types import (
|
|
6561
6171
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType,
|
|
6562
6172
|
)
|
|
@@ -6566,12 +6176,6 @@ if TYPE_CHECKING:
|
|
|
6566
6176
|
from githubkit.versions.v2022_11_28.types import (
|
|
6567
6177
|
WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType,
|
|
6568
6178
|
)
|
|
6569
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6570
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType,
|
|
6571
|
-
)
|
|
6572
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6573
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType,
|
|
6574
|
-
)
|
|
6575
6179
|
from githubkit.versions.v2022_11_28.types import (
|
|
6576
6180
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType,
|
|
6577
6181
|
)
|
|
@@ -6596,9 +6200,6 @@ if TYPE_CHECKING:
|
|
|
6596
6200
|
from githubkit.versions.v2022_11_28.types import (
|
|
6597
6201
|
WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType as WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType,
|
|
6598
6202
|
)
|
|
6599
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6600
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType,
|
|
6601
|
-
)
|
|
6602
6203
|
from githubkit.versions.v2022_11_28.types import (
|
|
6603
6204
|
WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType,
|
|
6604
6205
|
)
|
|
@@ -6626,18 +6227,9 @@ if TYPE_CHECKING:
|
|
|
6626
6227
|
from githubkit.versions.v2022_11_28.types import (
|
|
6627
6228
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType,
|
|
6628
6229
|
)
|
|
6629
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6630
|
-
WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType,
|
|
6631
|
-
)
|
|
6632
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6633
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType,
|
|
6634
|
-
)
|
|
6635
6230
|
from githubkit.versions.v2022_11_28.types import (
|
|
6636
6231
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType,
|
|
6637
6232
|
)
|
|
6638
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6639
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
|
|
6640
|
-
)
|
|
6641
6233
|
from githubkit.versions.v2022_11_28.types import (
|
|
6642
6234
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
|
|
6643
6235
|
)
|
|
@@ -6662,6 +6254,15 @@ if TYPE_CHECKING:
|
|
|
6662
6254
|
from githubkit.versions.v2022_11_28.types import (
|
|
6663
6255
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
|
|
6664
6256
|
)
|
|
6257
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6258
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
6259
|
+
)
|
|
6260
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6261
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
6262
|
+
)
|
|
6263
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6264
|
+
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
|
|
6265
|
+
)
|
|
6665
6266
|
from githubkit.versions.v2022_11_28.types import (
|
|
6666
6267
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
|
|
6667
6268
|
)
|
|
@@ -6692,12 +6293,6 @@ if TYPE_CHECKING:
|
|
|
6692
6293
|
from githubkit.versions.v2022_11_28.types import (
|
|
6693
6294
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType,
|
|
6694
6295
|
)
|
|
6695
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6696
|
-
WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType,
|
|
6697
|
-
)
|
|
6698
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6699
|
-
WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType,
|
|
6700
|
-
)
|
|
6701
6296
|
from githubkit.versions.v2022_11_28.types import (
|
|
6702
6297
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType,
|
|
6703
6298
|
)
|
|
@@ -6731,18 +6326,6 @@ if TYPE_CHECKING:
|
|
|
6731
6326
|
from githubkit.versions.v2022_11_28.types import (
|
|
6732
6327
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType,
|
|
6733
6328
|
)
|
|
6734
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6735
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType,
|
|
6736
|
-
)
|
|
6737
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6738
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType,
|
|
6739
|
-
)
|
|
6740
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6741
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType,
|
|
6742
|
-
)
|
|
6743
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6744
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType,
|
|
6745
|
-
)
|
|
6746
6329
|
from githubkit.versions.v2022_11_28.types import (
|
|
6747
6330
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType,
|
|
6748
6331
|
)
|
|
@@ -6755,12 +6338,6 @@ if TYPE_CHECKING:
|
|
|
6755
6338
|
from githubkit.versions.v2022_11_28.types import (
|
|
6756
6339
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType,
|
|
6757
6340
|
)
|
|
6758
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6759
|
-
WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType,
|
|
6760
|
-
)
|
|
6761
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6762
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType,
|
|
6763
|
-
)
|
|
6764
6341
|
from githubkit.versions.v2022_11_28.types import (
|
|
6765
6342
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType,
|
|
6766
6343
|
)
|
|
@@ -6779,9 +6356,6 @@ if TYPE_CHECKING:
|
|
|
6779
6356
|
from githubkit.versions.v2022_11_28.types import (
|
|
6780
6357
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType,
|
|
6781
6358
|
)
|
|
6782
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6783
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType as WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType,
|
|
6784
|
-
)
|
|
6785
6359
|
from githubkit.versions.v2022_11_28.types import (
|
|
6786
6360
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType,
|
|
6787
6361
|
)
|
|
@@ -6836,12 +6410,6 @@ if TYPE_CHECKING:
|
|
|
6836
6410
|
from githubkit.versions.v2022_11_28.types import (
|
|
6837
6411
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
|
|
6838
6412
|
)
|
|
6839
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6840
|
-
WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
6841
|
-
)
|
|
6842
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6843
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType,
|
|
6844
|
-
)
|
|
6845
6413
|
from githubkit.versions.v2022_11_28.types import (
|
|
6846
6414
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
|
|
6847
6415
|
)
|
|
@@ -6875,12 +6443,6 @@ if TYPE_CHECKING:
|
|
|
6875
6443
|
from githubkit.versions.v2022_11_28.types import (
|
|
6876
6444
|
WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
|
|
6877
6445
|
)
|
|
6878
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6879
|
-
WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType,
|
|
6880
|
-
)
|
|
6881
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6882
|
-
WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType,
|
|
6883
|
-
)
|
|
6884
6446
|
from githubkit.versions.v2022_11_28.types import (
|
|
6885
6447
|
WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType,
|
|
6886
6448
|
)
|
|
@@ -6899,18 +6461,12 @@ if TYPE_CHECKING:
|
|
|
6899
6461
|
from githubkit.versions.v2022_11_28.types import (
|
|
6900
6462
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
6901
6463
|
)
|
|
6902
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6903
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
6904
|
-
)
|
|
6905
6464
|
from githubkit.versions.v2022_11_28.types import (
|
|
6906
6465
|
WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType,
|
|
6907
6466
|
)
|
|
6908
6467
|
from githubkit.versions.v2022_11_28.types import (
|
|
6909
6468
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
|
|
6910
6469
|
)
|
|
6911
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6912
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
|
|
6913
|
-
)
|
|
6914
6470
|
from githubkit.versions.v2022_11_28.types import (
|
|
6915
6471
|
WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType,
|
|
6916
6472
|
)
|
|
@@ -6932,12 +6488,6 @@ if TYPE_CHECKING:
|
|
|
6932
6488
|
from githubkit.versions.v2022_11_28.types import (
|
|
6933
6489
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType,
|
|
6934
6490
|
)
|
|
6935
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6936
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType,
|
|
6937
|
-
)
|
|
6938
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6939
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType,
|
|
6940
|
-
)
|
|
6941
6491
|
from githubkit.versions.v2022_11_28.types import (
|
|
6942
6492
|
WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType,
|
|
6943
6493
|
)
|
|
@@ -6959,9 +6509,6 @@ if TYPE_CHECKING:
|
|
|
6959
6509
|
from githubkit.versions.v2022_11_28.types import (
|
|
6960
6510
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType,
|
|
6961
6511
|
)
|
|
6962
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
6963
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType as WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType,
|
|
6964
|
-
)
|
|
6965
6512
|
from githubkit.versions.v2022_11_28.types import (
|
|
6966
6513
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType,
|
|
6967
6514
|
)
|
|
@@ -7010,9 +6557,6 @@ if TYPE_CHECKING:
|
|
|
7010
6557
|
from githubkit.versions.v2022_11_28.types import (
|
|
7011
6558
|
WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType,
|
|
7012
6559
|
)
|
|
7013
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7014
|
-
WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType,
|
|
7015
|
-
)
|
|
7016
6560
|
from githubkit.versions.v2022_11_28.types import (
|
|
7017
6561
|
WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType,
|
|
7018
6562
|
)
|
|
@@ -7073,21 +6617,12 @@ if TYPE_CHECKING:
|
|
|
7073
6617
|
from githubkit.versions.v2022_11_28.types import (
|
|
7074
6618
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType,
|
|
7075
6619
|
)
|
|
7076
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7077
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType as WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType,
|
|
7078
|
-
)
|
|
7079
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7080
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType,
|
|
7081
|
-
)
|
|
7082
6620
|
from githubkit.versions.v2022_11_28.types import (
|
|
7083
6621
|
WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType,
|
|
7084
6622
|
)
|
|
7085
6623
|
from githubkit.versions.v2022_11_28.types import (
|
|
7086
6624
|
WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType,
|
|
7087
6625
|
)
|
|
7088
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7089
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType,
|
|
7090
|
-
)
|
|
7091
6626
|
from githubkit.versions.v2022_11_28.types import (
|
|
7092
6627
|
WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType,
|
|
7093
6628
|
)
|
|
@@ -7127,21 +6662,6 @@ if TYPE_CHECKING:
|
|
|
7127
6662
|
from githubkit.versions.v2022_11_28.types import (
|
|
7128
6663
|
WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
|
|
7129
6664
|
)
|
|
7130
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7131
|
-
WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType,
|
|
7132
|
-
)
|
|
7133
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7134
|
-
WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType,
|
|
7135
|
-
)
|
|
7136
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7137
|
-
WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType,
|
|
7138
|
-
)
|
|
7139
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7140
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
|
|
7141
|
-
)
|
|
7142
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7143
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
|
|
7144
|
-
)
|
|
7145
6665
|
from githubkit.versions.v2022_11_28.types import (
|
|
7146
6666
|
WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
|
|
7147
6667
|
)
|
|
@@ -7154,6 +6674,9 @@ if TYPE_CHECKING:
|
|
|
7154
6674
|
from githubkit.versions.v2022_11_28.types import (
|
|
7155
6675
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
|
|
7156
6676
|
)
|
|
6677
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
6678
|
+
WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType,
|
|
6679
|
+
)
|
|
7157
6680
|
from githubkit.versions.v2022_11_28.types import (
|
|
7158
6681
|
OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType as OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType,
|
|
7159
6682
|
)
|
|
@@ -7190,27 +6713,15 @@ if TYPE_CHECKING:
|
|
|
7190
6713
|
from githubkit.versions.v2022_11_28.types import (
|
|
7191
6714
|
WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType,
|
|
7192
6715
|
)
|
|
7193
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7194
|
-
WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType,
|
|
7195
|
-
)
|
|
7196
6716
|
from githubkit.versions.v2022_11_28.types import (
|
|
7197
6717
|
WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType,
|
|
7198
6718
|
)
|
|
7199
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7200
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7201
|
-
)
|
|
7202
6719
|
from githubkit.versions.v2022_11_28.types import (
|
|
7203
6720
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7204
6721
|
)
|
|
7205
6722
|
from githubkit.versions.v2022_11_28.types import (
|
|
7206
6723
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7207
6724
|
)
|
|
7208
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7209
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7210
|
-
)
|
|
7211
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7212
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType,
|
|
7213
|
-
)
|
|
7214
6725
|
from githubkit.versions.v2022_11_28.types import (
|
|
7215
6726
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
|
|
7216
6727
|
)
|
|
@@ -7235,12 +6746,6 @@ if TYPE_CHECKING:
|
|
|
7235
6746
|
from githubkit.versions.v2022_11_28.types import (
|
|
7236
6747
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
7237
6748
|
)
|
|
7238
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7239
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType,
|
|
7240
|
-
)
|
|
7241
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7242
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType,
|
|
7243
|
-
)
|
|
7244
6749
|
from githubkit.versions.v2022_11_28.types import (
|
|
7245
6750
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType,
|
|
7246
6751
|
)
|
|
@@ -7256,9 +6761,6 @@ if TYPE_CHECKING:
|
|
|
7256
6761
|
from githubkit.versions.v2022_11_28.types import (
|
|
7257
6762
|
WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType,
|
|
7258
6763
|
)
|
|
7259
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7260
|
-
WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType,
|
|
7261
|
-
)
|
|
7262
6764
|
from githubkit.versions.v2022_11_28.types import (
|
|
7263
6765
|
WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType,
|
|
7264
6766
|
)
|
|
@@ -7295,9 +6797,6 @@ if TYPE_CHECKING:
|
|
|
7295
6797
|
from githubkit.versions.v2022_11_28.types import (
|
|
7296
6798
|
WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
|
|
7297
6799
|
)
|
|
7298
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7299
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
|
|
7300
|
-
)
|
|
7301
6800
|
from githubkit.versions.v2022_11_28.types import (
|
|
7302
6801
|
WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
|
|
7303
6802
|
)
|
|
@@ -7337,9 +6836,6 @@ if TYPE_CHECKING:
|
|
|
7337
6836
|
from githubkit.versions.v2022_11_28.types import (
|
|
7338
6837
|
WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
|
|
7339
6838
|
)
|
|
7340
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7341
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7342
|
-
)
|
|
7343
6839
|
from githubkit.versions.v2022_11_28.types import (
|
|
7344
6840
|
WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType,
|
|
7345
6841
|
)
|
|
@@ -7358,9 +6854,6 @@ if TYPE_CHECKING:
|
|
|
7358
6854
|
from githubkit.versions.v2022_11_28.types import (
|
|
7359
6855
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType,
|
|
7360
6856
|
)
|
|
7361
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7362
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType,
|
|
7363
|
-
)
|
|
7364
6857
|
from githubkit.versions.v2022_11_28.types import (
|
|
7365
6858
|
WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType,
|
|
7366
6859
|
)
|
|
@@ -7385,12 +6878,6 @@ if TYPE_CHECKING:
|
|
|
7385
6878
|
from githubkit.versions.v2022_11_28.types import (
|
|
7386
6879
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType,
|
|
7387
6880
|
)
|
|
7388
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7389
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType,
|
|
7390
|
-
)
|
|
7391
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7392
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType,
|
|
7393
|
-
)
|
|
7394
6881
|
from githubkit.versions.v2022_11_28.types import (
|
|
7395
6882
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType,
|
|
7396
6883
|
)
|
|
@@ -7433,15 +6920,9 @@ if TYPE_CHECKING:
|
|
|
7433
6920
|
from githubkit.versions.v2022_11_28.types import (
|
|
7434
6921
|
WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType,
|
|
7435
6922
|
)
|
|
7436
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7437
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType,
|
|
7438
|
-
)
|
|
7439
6923
|
from githubkit.versions.v2022_11_28.types import (
|
|
7440
6924
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType,
|
|
7441
6925
|
)
|
|
7442
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7443
|
-
WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType,
|
|
7444
|
-
)
|
|
7445
6926
|
from githubkit.versions.v2022_11_28.types import (
|
|
7446
6927
|
WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
|
|
7447
6928
|
)
|
|
@@ -7499,21 +6980,6 @@ if TYPE_CHECKING:
|
|
|
7499
6980
|
from githubkit.versions.v2022_11_28.types import (
|
|
7500
6981
|
WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
|
|
7501
6982
|
)
|
|
7502
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7503
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7504
|
-
)
|
|
7505
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7506
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType,
|
|
7507
|
-
)
|
|
7508
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7509
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType,
|
|
7510
|
-
)
|
|
7511
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7512
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType,
|
|
7513
|
-
)
|
|
7514
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7515
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType,
|
|
7516
|
-
)
|
|
7517
6983
|
from githubkit.versions.v2022_11_28.types import (
|
|
7518
6984
|
WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type,
|
|
7519
6985
|
)
|
|
@@ -7541,12 +7007,6 @@ if TYPE_CHECKING:
|
|
|
7541
7007
|
from githubkit.versions.v2022_11_28.types import (
|
|
7542
7008
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType,
|
|
7543
7009
|
)
|
|
7544
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7545
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType,
|
|
7546
|
-
)
|
|
7547
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7548
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType,
|
|
7549
|
-
)
|
|
7550
7010
|
from githubkit.versions.v2022_11_28.types import (
|
|
7551
7011
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
7552
7012
|
)
|
|
@@ -7574,9 +7034,6 @@ if TYPE_CHECKING:
|
|
|
7574
7034
|
from githubkit.versions.v2022_11_28.types import (
|
|
7575
7035
|
WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType,
|
|
7576
7036
|
)
|
|
7577
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7578
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType,
|
|
7579
|
-
)
|
|
7580
7037
|
from githubkit.versions.v2022_11_28.types import (
|
|
7581
7038
|
WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType,
|
|
7582
7039
|
)
|
|
@@ -7589,12 +7046,6 @@ if TYPE_CHECKING:
|
|
|
7589
7046
|
from githubkit.versions.v2022_11_28.types import (
|
|
7590
7047
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType,
|
|
7591
7048
|
)
|
|
7592
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7593
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType,
|
|
7594
|
-
)
|
|
7595
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7596
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType,
|
|
7597
|
-
)
|
|
7598
7049
|
from githubkit.versions.v2022_11_28.types import (
|
|
7599
7050
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType,
|
|
7600
7051
|
)
|
|
@@ -7658,9 +7109,6 @@ if TYPE_CHECKING:
|
|
|
7658
7109
|
from githubkit.versions.v2022_11_28.types import (
|
|
7659
7110
|
WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType,
|
|
7660
7111
|
)
|
|
7661
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7662
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType,
|
|
7663
|
-
)
|
|
7664
7112
|
from githubkit.versions.v2022_11_28.types import (
|
|
7665
7113
|
WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
|
|
7666
7114
|
)
|
|
@@ -7673,6 +7121,9 @@ if TYPE_CHECKING:
|
|
|
7673
7121
|
from githubkit.versions.v2022_11_28.types import (
|
|
7674
7122
|
WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
7675
7123
|
)
|
|
7124
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7125
|
+
CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType,
|
|
7126
|
+
)
|
|
7676
7127
|
from githubkit.versions.v2022_11_28.types import (
|
|
7677
7128
|
PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType,
|
|
7678
7129
|
)
|
|
@@ -7712,12 +7163,6 @@ if TYPE_CHECKING:
|
|
|
7712
7163
|
from githubkit.versions.v2022_11_28.types import (
|
|
7713
7164
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType,
|
|
7714
7165
|
)
|
|
7715
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7716
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType,
|
|
7717
|
-
)
|
|
7718
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7719
|
-
WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType,
|
|
7720
|
-
)
|
|
7721
7166
|
from githubkit.versions.v2022_11_28.types import (
|
|
7722
7167
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
|
|
7723
7168
|
)
|
|
@@ -7763,9 +7208,6 @@ if TYPE_CHECKING:
|
|
|
7763
7208
|
from githubkit.versions.v2022_11_28.types import (
|
|
7764
7209
|
WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType,
|
|
7765
7210
|
)
|
|
7766
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7767
|
-
WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType,
|
|
7768
|
-
)
|
|
7769
7211
|
from githubkit.versions.v2022_11_28.types import (
|
|
7770
7212
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType,
|
|
7771
7213
|
)
|
|
@@ -7802,9 +7244,6 @@ if TYPE_CHECKING:
|
|
|
7802
7244
|
from githubkit.versions.v2022_11_28.types import (
|
|
7803
7245
|
WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType,
|
|
7804
7246
|
)
|
|
7805
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7806
|
-
WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType,
|
|
7807
|
-
)
|
|
7808
7247
|
from githubkit.versions.v2022_11_28.types import (
|
|
7809
7248
|
WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType,
|
|
7810
7249
|
)
|
|
@@ -7829,9 +7268,6 @@ if TYPE_CHECKING:
|
|
|
7829
7268
|
from githubkit.versions.v2022_11_28.types import (
|
|
7830
7269
|
WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
|
|
7831
7270
|
)
|
|
7832
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7833
|
-
WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
|
|
7834
|
-
)
|
|
7835
7271
|
from githubkit.versions.v2022_11_28.types import (
|
|
7836
7272
|
WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
|
|
7837
7273
|
)
|
|
@@ -7886,9 +7322,6 @@ if TYPE_CHECKING:
|
|
|
7886
7322
|
from githubkit.versions.v2022_11_28.types import (
|
|
7887
7323
|
WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
7888
7324
|
)
|
|
7889
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7890
|
-
WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
7891
|
-
)
|
|
7892
7325
|
from githubkit.versions.v2022_11_28.types import (
|
|
7893
7326
|
WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
7894
7327
|
)
|
|
@@ -7904,9 +7337,6 @@ if TYPE_CHECKING:
|
|
|
7904
7337
|
from githubkit.versions.v2022_11_28.types import (
|
|
7905
7338
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType,
|
|
7906
7339
|
)
|
|
7907
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7908
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType,
|
|
7909
|
-
)
|
|
7910
7340
|
from githubkit.versions.v2022_11_28.types import (
|
|
7911
7341
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
7912
7342
|
)
|
|
@@ -7925,12 +7355,6 @@ if TYPE_CHECKING:
|
|
|
7925
7355
|
from githubkit.versions.v2022_11_28.types import (
|
|
7926
7356
|
WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType,
|
|
7927
7357
|
)
|
|
7928
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7929
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
7930
|
-
)
|
|
7931
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
7932
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
7933
|
-
)
|
|
7934
7358
|
from githubkit.versions.v2022_11_28.types import (
|
|
7935
7359
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType,
|
|
7936
7360
|
)
|
|
@@ -8048,27 +7472,12 @@ if TYPE_CHECKING:
|
|
|
8048
7472
|
from githubkit.versions.v2022_11_28.types import (
|
|
8049
7473
|
WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8050
7474
|
)
|
|
8051
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8052
|
-
WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType,
|
|
8053
|
-
)
|
|
8054
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8055
|
-
WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType,
|
|
8056
|
-
)
|
|
8057
7475
|
from githubkit.versions.v2022_11_28.types import (
|
|
8058
7476
|
WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
|
|
8059
7477
|
)
|
|
8060
7478
|
from githubkit.versions.v2022_11_28.types import (
|
|
8061
7479
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType,
|
|
8062
7480
|
)
|
|
8063
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8064
|
-
WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType,
|
|
8065
|
-
)
|
|
8066
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8067
|
-
WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType,
|
|
8068
|
-
)
|
|
8069
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8070
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType,
|
|
8071
|
-
)
|
|
8072
7481
|
from githubkit.versions.v2022_11_28.types import (
|
|
8073
7482
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType,
|
|
8074
7483
|
)
|
|
@@ -8153,9 +7562,6 @@ if TYPE_CHECKING:
|
|
|
8153
7562
|
from githubkit.versions.v2022_11_28.types import (
|
|
8154
7563
|
WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
|
|
8155
7564
|
)
|
|
8156
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8157
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
|
|
8158
|
-
)
|
|
8159
7565
|
from githubkit.versions.v2022_11_28.types import (
|
|
8160
7566
|
WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
|
|
8161
7567
|
)
|
|
@@ -8177,21 +7583,12 @@ if TYPE_CHECKING:
|
|
|
8177
7583
|
from githubkit.versions.v2022_11_28.types import (
|
|
8178
7584
|
WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType,
|
|
8179
7585
|
)
|
|
8180
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8181
|
-
WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8182
|
-
)
|
|
8183
7586
|
from githubkit.versions.v2022_11_28.types import (
|
|
8184
7587
|
WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8185
7588
|
)
|
|
8186
7589
|
from githubkit.versions.v2022_11_28.types import (
|
|
8187
7590
|
WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8188
7591
|
)
|
|
8189
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8190
|
-
WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8191
|
-
)
|
|
8192
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8193
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType,
|
|
8194
|
-
)
|
|
8195
7592
|
from githubkit.versions.v2022_11_28.types import (
|
|
8196
7593
|
WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
|
|
8197
7594
|
)
|
|
@@ -8204,27 +7601,12 @@ if TYPE_CHECKING:
|
|
|
8204
7601
|
from githubkit.versions.v2022_11_28.types import (
|
|
8205
7602
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType,
|
|
8206
7603
|
)
|
|
8207
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8208
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
8209
|
-
)
|
|
8210
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8211
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType,
|
|
8212
|
-
)
|
|
8213
7604
|
from githubkit.versions.v2022_11_28.types import (
|
|
8214
7605
|
WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8215
7606
|
)
|
|
8216
7607
|
from githubkit.versions.v2022_11_28.types import (
|
|
8217
7608
|
WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
8218
7609
|
)
|
|
8219
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8220
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
8221
|
-
)
|
|
8222
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8223
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
|
|
8224
|
-
)
|
|
8225
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8226
|
-
WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8227
|
-
)
|
|
8228
7610
|
from githubkit.versions.v2022_11_28.types import (
|
|
8229
7611
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType,
|
|
8230
7612
|
)
|
|
@@ -8297,9 +7679,6 @@ if TYPE_CHECKING:
|
|
|
8297
7679
|
from githubkit.versions.v2022_11_28.types import (
|
|
8298
7680
|
WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8299
7681
|
)
|
|
8300
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8301
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8302
|
-
)
|
|
8303
7682
|
from githubkit.versions.v2022_11_28.types import (
|
|
8304
7683
|
WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8305
7684
|
)
|
|
@@ -8339,9 +7718,6 @@ if TYPE_CHECKING:
|
|
|
8339
7718
|
from githubkit.versions.v2022_11_28.types import (
|
|
8340
7719
|
WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType,
|
|
8341
7720
|
)
|
|
8342
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8343
|
-
WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8344
|
-
)
|
|
8345
7721
|
from githubkit.versions.v2022_11_28.types import (
|
|
8346
7722
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
|
|
8347
7723
|
)
|
|
@@ -8357,12 +7733,6 @@ if TYPE_CHECKING:
|
|
|
8357
7733
|
from githubkit.versions.v2022_11_28.types import (
|
|
8358
7734
|
WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType,
|
|
8359
7735
|
)
|
|
8360
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8361
|
-
WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType,
|
|
8362
|
-
)
|
|
8363
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8364
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType,
|
|
8365
|
-
)
|
|
8366
7736
|
from githubkit.versions.v2022_11_28.types import (
|
|
8367
7737
|
WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8368
7738
|
)
|
|
@@ -8450,9 +7820,6 @@ if TYPE_CHECKING:
|
|
|
8450
7820
|
from githubkit.versions.v2022_11_28.types import (
|
|
8451
7821
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType,
|
|
8452
7822
|
)
|
|
8453
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8454
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType,
|
|
8455
|
-
)
|
|
8456
7823
|
from githubkit.versions.v2022_11_28.types import (
|
|
8457
7824
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
|
|
8458
7825
|
)
|
|
@@ -8471,6 +7838,9 @@ if TYPE_CHECKING:
|
|
|
8471
7838
|
from githubkit.versions.v2022_11_28.types import (
|
|
8472
7839
|
WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType,
|
|
8473
7840
|
)
|
|
7841
|
+
from githubkit.versions.v2022_11_28.types import (
|
|
7842
|
+
WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
7843
|
+
)
|
|
8474
7844
|
from githubkit.versions.v2022_11_28.types import (
|
|
8475
7845
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
|
|
8476
7846
|
)
|
|
@@ -8492,9 +7862,6 @@ if TYPE_CHECKING:
|
|
|
8492
7862
|
from githubkit.versions.v2022_11_28.types import (
|
|
8493
7863
|
WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType,
|
|
8494
7864
|
)
|
|
8495
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8496
|
-
WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8497
|
-
)
|
|
8498
7865
|
from githubkit.versions.v2022_11_28.types import (
|
|
8499
7866
|
WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
|
|
8500
7867
|
)
|
|
@@ -8507,15 +7874,6 @@ if TYPE_CHECKING:
|
|
|
8507
7874
|
from githubkit.versions.v2022_11_28.types import (
|
|
8508
7875
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType,
|
|
8509
7876
|
)
|
|
8510
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8511
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType,
|
|
8512
|
-
)
|
|
8513
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8514
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType,
|
|
8515
|
-
)
|
|
8516
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8517
|
-
WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType,
|
|
8518
|
-
)
|
|
8519
7877
|
from githubkit.versions.v2022_11_28.types import (
|
|
8520
7878
|
WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8521
7879
|
)
|
|
@@ -8537,9 +7895,6 @@ if TYPE_CHECKING:
|
|
|
8537
7895
|
from githubkit.versions.v2022_11_28.types import (
|
|
8538
7896
|
WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8539
7897
|
)
|
|
8540
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8541
|
-
WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType,
|
|
8542
|
-
)
|
|
8543
7898
|
from githubkit.versions.v2022_11_28.types import (
|
|
8544
7899
|
WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType,
|
|
8545
7900
|
)
|
|
@@ -8597,9 +7952,6 @@ if TYPE_CHECKING:
|
|
|
8597
7952
|
from githubkit.versions.v2022_11_28.types import (
|
|
8598
7953
|
WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType,
|
|
8599
7954
|
)
|
|
8600
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8601
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8602
|
-
)
|
|
8603
7955
|
from githubkit.versions.v2022_11_28.types import (
|
|
8604
7956
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
|
|
8605
7957
|
)
|
|
@@ -8633,12 +7985,6 @@ if TYPE_CHECKING:
|
|
|
8633
7985
|
from githubkit.versions.v2022_11_28.types import (
|
|
8634
7986
|
WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType,
|
|
8635
7987
|
)
|
|
8636
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8637
|
-
WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8638
|
-
)
|
|
8639
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8640
|
-
WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType,
|
|
8641
|
-
)
|
|
8642
7988
|
from githubkit.versions.v2022_11_28.types import (
|
|
8643
7989
|
WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
|
|
8644
7990
|
)
|
|
@@ -8675,9 +8021,6 @@ if TYPE_CHECKING:
|
|
|
8675
8021
|
from githubkit.versions.v2022_11_28.types import (
|
|
8676
8022
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType,
|
|
8677
8023
|
)
|
|
8678
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8679
|
-
WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType,
|
|
8680
|
-
)
|
|
8681
8024
|
from githubkit.versions.v2022_11_28.types import (
|
|
8682
8025
|
WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType,
|
|
8683
8026
|
)
|
|
@@ -8750,12 +8093,6 @@ if TYPE_CHECKING:
|
|
|
8750
8093
|
from githubkit.versions.v2022_11_28.types import (
|
|
8751
8094
|
WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
8752
8095
|
)
|
|
8753
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8754
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType,
|
|
8755
|
-
)
|
|
8756
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8757
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType,
|
|
8758
|
-
)
|
|
8759
8096
|
from githubkit.versions.v2022_11_28.types import (
|
|
8760
8097
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType,
|
|
8761
8098
|
)
|
|
@@ -8801,12 +8138,6 @@ if TYPE_CHECKING:
|
|
|
8801
8138
|
from githubkit.versions.v2022_11_28.types import (
|
|
8802
8139
|
WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8803
8140
|
)
|
|
8804
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8805
|
-
WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
8806
|
-
)
|
|
8807
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8808
|
-
WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
8809
|
-
)
|
|
8810
8141
|
from githubkit.versions.v2022_11_28.types import (
|
|
8811
8142
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType,
|
|
8812
8143
|
)
|
|
@@ -8867,9 +8198,6 @@ if TYPE_CHECKING:
|
|
|
8867
8198
|
from githubkit.versions.v2022_11_28.types import (
|
|
8868
8199
|
WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
8869
8200
|
)
|
|
8870
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
8871
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
8872
|
-
)
|
|
8873
8201
|
from githubkit.versions.v2022_11_28.types import (
|
|
8874
8202
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
|
|
8875
8203
|
)
|
|
@@ -9038,21 +8366,6 @@ if TYPE_CHECKING:
|
|
|
9038
8366
|
from githubkit.versions.v2022_11_28.types import (
|
|
9039
8367
|
WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType,
|
|
9040
8368
|
)
|
|
9041
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9042
|
-
WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType,
|
|
9043
|
-
)
|
|
9044
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9045
|
-
WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType,
|
|
9046
|
-
)
|
|
9047
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9048
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9049
|
-
)
|
|
9050
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9051
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
|
|
9052
|
-
)
|
|
9053
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9054
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
9055
|
-
)
|
|
9056
8369
|
from githubkit.versions.v2022_11_28.types import (
|
|
9057
8370
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType,
|
|
9058
8371
|
)
|
|
@@ -9104,9 +8417,6 @@ if TYPE_CHECKING:
|
|
|
9104
8417
|
from githubkit.versions.v2022_11_28.types import (
|
|
9105
8418
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType,
|
|
9106
8419
|
)
|
|
9107
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9108
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
9109
|
-
)
|
|
9110
8420
|
from githubkit.versions.v2022_11_28.types import (
|
|
9111
8421
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
|
|
9112
8422
|
)
|
|
@@ -9128,12 +8438,6 @@ if TYPE_CHECKING:
|
|
|
9128
8438
|
from githubkit.versions.v2022_11_28.types import (
|
|
9129
8439
|
WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType,
|
|
9130
8440
|
)
|
|
9131
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9132
|
-
WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType,
|
|
9133
|
-
)
|
|
9134
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9135
|
-
WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType,
|
|
9136
|
-
)
|
|
9137
8441
|
from githubkit.versions.v2022_11_28.types import (
|
|
9138
8442
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType,
|
|
9139
8443
|
)
|
|
@@ -9215,15 +8519,6 @@ if TYPE_CHECKING:
|
|
|
9215
8519
|
from githubkit.versions.v2022_11_28.types import (
|
|
9216
8520
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType,
|
|
9217
8521
|
)
|
|
9218
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9219
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9220
|
-
)
|
|
9221
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9222
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type,
|
|
9223
|
-
)
|
|
9224
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9225
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType,
|
|
9226
|
-
)
|
|
9227
8522
|
from githubkit.versions.v2022_11_28.types import (
|
|
9228
8523
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType,
|
|
9229
8524
|
)
|
|
@@ -9290,9 +8585,6 @@ if TYPE_CHECKING:
|
|
|
9290
8585
|
from githubkit.versions.v2022_11_28.types import (
|
|
9291
8586
|
WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
|
|
9292
8587
|
)
|
|
9293
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9294
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
|
|
9295
|
-
)
|
|
9296
8588
|
from githubkit.versions.v2022_11_28.types import (
|
|
9297
8589
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
|
|
9298
8590
|
)
|
|
@@ -9749,15 +9041,9 @@ if TYPE_CHECKING:
|
|
|
9749
9041
|
from githubkit.versions.v2022_11_28.types import (
|
|
9750
9042
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType,
|
|
9751
9043
|
)
|
|
9752
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9753
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9754
|
-
)
|
|
9755
9044
|
from githubkit.versions.v2022_11_28.types import (
|
|
9756
9045
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
|
|
9757
9046
|
)
|
|
9758
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9759
|
-
WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9760
|
-
)
|
|
9761
9047
|
from githubkit.versions.v2022_11_28.types import (
|
|
9762
9048
|
WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type,
|
|
9763
9049
|
)
|
|
@@ -9815,9 +9101,6 @@ if TYPE_CHECKING:
|
|
|
9815
9101
|
from githubkit.versions.v2022_11_28.types import (
|
|
9816
9102
|
WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
|
|
9817
9103
|
)
|
|
9818
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9819
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType,
|
|
9820
|
-
)
|
|
9821
9104
|
from githubkit.versions.v2022_11_28.types import (
|
|
9822
9105
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType,
|
|
9823
9106
|
)
|
|
@@ -9851,9 +9134,6 @@ if TYPE_CHECKING:
|
|
|
9851
9134
|
from githubkit.versions.v2022_11_28.types import (
|
|
9852
9135
|
WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType,
|
|
9853
9136
|
)
|
|
9854
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9855
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9856
|
-
)
|
|
9857
9137
|
from githubkit.versions.v2022_11_28.types import (
|
|
9858
9138
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
|
|
9859
9139
|
)
|
|
@@ -9863,9 +9143,6 @@ if TYPE_CHECKING:
|
|
|
9863
9143
|
from githubkit.versions.v2022_11_28.types import (
|
|
9864
9144
|
WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
|
|
9865
9145
|
)
|
|
9866
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9867
|
-
WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9868
|
-
)
|
|
9869
9146
|
from githubkit.versions.v2022_11_28.types import (
|
|
9870
9147
|
WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
|
|
9871
9148
|
)
|
|
@@ -9905,9 +9182,6 @@ if TYPE_CHECKING:
|
|
|
9905
9182
|
from githubkit.versions.v2022_11_28.types import (
|
|
9906
9183
|
WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType,
|
|
9907
9184
|
)
|
|
9908
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
9909
|
-
WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType,
|
|
9910
|
-
)
|
|
9911
9185
|
from githubkit.versions.v2022_11_28.types import (
|
|
9912
9186
|
WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType,
|
|
9913
9187
|
)
|
|
@@ -10013,9 +9287,6 @@ if TYPE_CHECKING:
|
|
|
10013
9287
|
from githubkit.versions.v2022_11_28.types import (
|
|
10014
9288
|
WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type,
|
|
10015
9289
|
)
|
|
10016
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10017
|
-
WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10018
|
-
)
|
|
10019
9290
|
from githubkit.versions.v2022_11_28.types import (
|
|
10020
9291
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
|
|
10021
9292
|
)
|
|
@@ -10034,9 +9305,6 @@ if TYPE_CHECKING:
|
|
|
10034
9305
|
from githubkit.versions.v2022_11_28.types import (
|
|
10035
9306
|
WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType,
|
|
10036
9307
|
)
|
|
10037
|
-
from githubkit.versions.v2022_11_28.types import (
|
|
10038
|
-
WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10039
|
-
)
|
|
10040
9308
|
from githubkit.versions.v2022_11_28.types import (
|
|
10041
9309
|
WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
|
|
10042
9310
|
)
|
|
@@ -10093,8 +9361,8 @@ else:
|
|
|
10093
9361
|
"VulnerabilityPropPackageType",
|
|
10094
9362
|
"BasicErrorType",
|
|
10095
9363
|
"ValidationErrorSimpleType",
|
|
10096
|
-
"IntegrationType",
|
|
10097
9364
|
"IntegrationPropPermissionsType",
|
|
9365
|
+
"IntegrationType",
|
|
10098
9366
|
"WebhookConfigType",
|
|
10099
9367
|
"HookDeliveryItemType",
|
|
10100
9368
|
"ScimErrorType",
|
|
@@ -10126,6 +9394,8 @@ else:
|
|
|
10126
9394
|
"SimpleClassroomAssignmentType",
|
|
10127
9395
|
"SimpleClassroomType",
|
|
10128
9396
|
"ClassroomAssignmentGradeType",
|
|
9397
|
+
"CopilotUsageMetricsType",
|
|
9398
|
+
"CopilotUsageMetricsPropBreakdownItemsType",
|
|
10129
9399
|
"DependabotAlertPackageType",
|
|
10130
9400
|
"DependabotAlertSecurityVulnerabilityType",
|
|
10131
9401
|
"DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType",
|
|
@@ -10275,9 +9545,15 @@ else:
|
|
|
10275
9545
|
"RepositoryRuleDeletionType",
|
|
10276
9546
|
"RepositoryRuleRequiredSignaturesType",
|
|
10277
9547
|
"RepositoryRuleNonFastForwardType",
|
|
9548
|
+
"RepositoryRuleOneof14Type",
|
|
9549
|
+
"RepositoryRuleOneof14PropParametersType",
|
|
9550
|
+
"RepositoryRuleOneof16Type",
|
|
9551
|
+
"RepositoryRuleOneof16PropParametersType",
|
|
10278
9552
|
"RepositoryRuleUpdateType",
|
|
10279
9553
|
"RepositoryRuleUpdatePropParametersType",
|
|
10280
9554
|
"RepositoryRuleRequiredLinearHistoryType",
|
|
9555
|
+
"RepositoryRuleOneof15Type",
|
|
9556
|
+
"RepositoryRuleOneof15PropParametersType",
|
|
10281
9557
|
"RepositoryRuleRequiredDeploymentsType",
|
|
10282
9558
|
"RepositoryRuleRequiredDeploymentsPropParametersType",
|
|
10283
9559
|
"RepositoryRulePullRequestType",
|
|
@@ -10299,7 +9575,11 @@ else:
|
|
|
10299
9575
|
"RepositoryRuleWorkflowsType",
|
|
10300
9576
|
"RepositoryRuleWorkflowsPropParametersType",
|
|
10301
9577
|
"RepositoryRuleParamsWorkflowFileReferenceType",
|
|
9578
|
+
"RepositoryRuleCodeScanningType",
|
|
9579
|
+
"RepositoryRuleCodeScanningPropParametersType",
|
|
10302
9580
|
"RepositoryRuleParamsCodeScanningToolType",
|
|
9581
|
+
"RepositoryRuleOneof17Type",
|
|
9582
|
+
"RepositoryRuleOneof17PropParametersType",
|
|
10303
9583
|
"RepositoryRulesetType",
|
|
10304
9584
|
"RepositoryRulesetPropLinksType",
|
|
10305
9585
|
"RepositoryRulesetPropLinksPropSelfType",
|
|
@@ -10448,6 +9728,13 @@ else:
|
|
|
10448
9728
|
"CodeScanningAnalysisType",
|
|
10449
9729
|
"CodeScanningAnalysisDeletionType",
|
|
10450
9730
|
"CodeScanningCodeqlDatabaseType",
|
|
9731
|
+
"CodeScanningVariantAnalysisRepositoryType",
|
|
9732
|
+
"CodeScanningVariantAnalysisSkippedRepoGroupType",
|
|
9733
|
+
"CodeScanningVariantAnalysisType",
|
|
9734
|
+
"CodeScanningVariantAnalysisPropScannedRepositoriesItemsType",
|
|
9735
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesType",
|
|
9736
|
+
"CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType",
|
|
9737
|
+
"CodeScanningVariantAnalysisRepoTaskType",
|
|
10451
9738
|
"CodeScanningDefaultSetupType",
|
|
10452
9739
|
"CodeScanningDefaultSetupUpdateType",
|
|
10453
9740
|
"CodeScanningDefaultSetupUpdateResponseType",
|
|
@@ -10663,6 +9950,7 @@ else:
|
|
|
10663
9950
|
"RepositoryRuleDetailedOneof12Type",
|
|
10664
9951
|
"RepositoryRuleDetailedOneof13Type",
|
|
10665
9952
|
"RepositoryRuleDetailedOneof14Type",
|
|
9953
|
+
"RepositoryRuleDetailedOneof15Type",
|
|
10666
9954
|
"SecretScanningAlertType",
|
|
10667
9955
|
"RepositoryAdvisoryCreateType",
|
|
10668
9956
|
"RepositoryAdvisoryCreatePropCreditsItemsType",
|
|
@@ -10752,12 +10040,72 @@ else:
|
|
|
10752
10040
|
"SimpleCheckSuiteType",
|
|
10753
10041
|
"CheckRunWithSimpleCheckSuiteType",
|
|
10754
10042
|
"CheckRunWithSimpleCheckSuitePropOutputType",
|
|
10043
|
+
"WebhooksDeployKeyType",
|
|
10044
|
+
"WebhooksWorkflowType",
|
|
10045
|
+
"WebhooksApproverType",
|
|
10046
|
+
"WebhooksReviewersItemsType",
|
|
10047
|
+
"WebhooksReviewersItemsPropReviewerType",
|
|
10048
|
+
"WebhooksWorkflowJobRunType",
|
|
10049
|
+
"WebhooksUserType",
|
|
10050
|
+
"WebhooksAnswerType",
|
|
10051
|
+
"WebhooksAnswerPropReactionsType",
|
|
10052
|
+
"WebhooksAnswerPropUserType",
|
|
10755
10053
|
"DiscussionType",
|
|
10756
10054
|
"DiscussionPropAnswerChosenByType",
|
|
10757
10055
|
"DiscussionPropCategoryType",
|
|
10758
10056
|
"DiscussionPropReactionsType",
|
|
10759
10057
|
"DiscussionPropUserType",
|
|
10058
|
+
"WebhooksCommentType",
|
|
10059
|
+
"WebhooksCommentPropReactionsType",
|
|
10060
|
+
"WebhooksCommentPropUserType",
|
|
10061
|
+
"WebhooksLabelType",
|
|
10062
|
+
"WebhooksRepositoriesItemsType",
|
|
10063
|
+
"WebhooksRepositoriesAddedItemsType",
|
|
10064
|
+
"WebhooksIssueCommentType",
|
|
10065
|
+
"WebhooksIssueCommentPropReactionsType",
|
|
10066
|
+
"WebhooksIssueCommentPropUserType",
|
|
10067
|
+
"WebhooksChangesType",
|
|
10068
|
+
"WebhooksChangesPropBodyType",
|
|
10069
|
+
"WebhooksIssueType",
|
|
10070
|
+
"WebhooksIssuePropAssigneeType",
|
|
10071
|
+
"WebhooksIssuePropAssigneesItemsType",
|
|
10072
|
+
"WebhooksIssuePropLabelsItemsType",
|
|
10073
|
+
"WebhooksIssuePropMilestoneType",
|
|
10074
|
+
"WebhooksIssuePropMilestonePropCreatorType",
|
|
10075
|
+
"WebhooksIssuePropPerformedViaGithubAppType",
|
|
10076
|
+
"WebhooksIssuePropPerformedViaGithubAppPropOwnerType",
|
|
10077
|
+
"WebhooksIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
10078
|
+
"WebhooksIssuePropPullRequestType",
|
|
10079
|
+
"WebhooksIssuePropReactionsType",
|
|
10080
|
+
"WebhooksIssuePropUserType",
|
|
10081
|
+
"WebhooksMilestoneType",
|
|
10082
|
+
"WebhooksMilestonePropCreatorType",
|
|
10083
|
+
"WebhooksIssue2Type",
|
|
10084
|
+
"WebhooksIssue2PropAssigneeType",
|
|
10085
|
+
"WebhooksIssue2PropAssigneesItemsType",
|
|
10086
|
+
"WebhooksIssue2PropLabelsItemsType",
|
|
10087
|
+
"WebhooksIssue2PropMilestoneType",
|
|
10088
|
+
"WebhooksIssue2PropMilestonePropCreatorType",
|
|
10089
|
+
"WebhooksIssue2PropPerformedViaGithubAppType",
|
|
10090
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropOwnerType",
|
|
10091
|
+
"WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType",
|
|
10092
|
+
"WebhooksIssue2PropPullRequestType",
|
|
10093
|
+
"WebhooksIssue2PropReactionsType",
|
|
10094
|
+
"WebhooksIssue2PropUserType",
|
|
10095
|
+
"WebhooksUserMannequinType",
|
|
10096
|
+
"WebhooksMarketplacePurchaseType",
|
|
10097
|
+
"WebhooksMarketplacePurchasePropAccountType",
|
|
10098
|
+
"WebhooksMarketplacePurchasePropPlanType",
|
|
10099
|
+
"WebhooksPreviousMarketplacePurchaseType",
|
|
10100
|
+
"WebhooksPreviousMarketplacePurchasePropAccountType",
|
|
10101
|
+
"WebhooksPreviousMarketplacePurchasePropPlanType",
|
|
10102
|
+
"WebhooksTeamType",
|
|
10103
|
+
"WebhooksTeamPropParentType",
|
|
10760
10104
|
"MergeGroupType",
|
|
10105
|
+
"WebhooksMilestone3Type",
|
|
10106
|
+
"WebhooksMilestone3PropCreatorType",
|
|
10107
|
+
"WebhooksMembershipType",
|
|
10108
|
+
"WebhooksMembershipPropUserType",
|
|
10761
10109
|
"PersonalAccessTokenRequestType",
|
|
10762
10110
|
"PersonalAccessTokenRequestPropRepositoriesItemsType",
|
|
10763
10111
|
"PersonalAccessTokenRequestPropPermissionsAddedType",
|
|
@@ -10772,11 +10120,96 @@ else:
|
|
|
10772
10120
|
"PersonalAccessTokenRequestPropPermissionsResultPropOrganizationType",
|
|
10773
10121
|
"PersonalAccessTokenRequestPropPermissionsResultPropRepositoryType",
|
|
10774
10122
|
"PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
|
|
10123
|
+
"WebhooksProjectCardType",
|
|
10124
|
+
"WebhooksProjectCardPropCreatorType",
|
|
10125
|
+
"WebhooksProjectType",
|
|
10126
|
+
"WebhooksProjectPropCreatorType",
|
|
10127
|
+
"WebhooksProjectColumnType",
|
|
10775
10128
|
"ProjectsV2Type",
|
|
10129
|
+
"WebhooksProjectChangesType",
|
|
10130
|
+
"WebhooksProjectChangesPropArchivedAtType",
|
|
10776
10131
|
"ProjectsV2ItemType",
|
|
10777
10132
|
"PullRequestWebhookType",
|
|
10778
10133
|
"PullRequestWebhookAllof1Type",
|
|
10134
|
+
"WebhooksPullRequest5Type",
|
|
10135
|
+
"WebhooksPullRequest5PropAssigneeType",
|
|
10136
|
+
"WebhooksPullRequest5PropAssigneesItemsType",
|
|
10137
|
+
"WebhooksPullRequest5PropAutoMergeType",
|
|
10138
|
+
"WebhooksPullRequest5PropAutoMergePropEnabledByType",
|
|
10139
|
+
"WebhooksPullRequest5PropLabelsItemsType",
|
|
10140
|
+
"WebhooksPullRequest5PropMergedByType",
|
|
10141
|
+
"WebhooksPullRequest5PropMilestoneType",
|
|
10142
|
+
"WebhooksPullRequest5PropMilestonePropCreatorType",
|
|
10143
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type",
|
|
10144
|
+
"WebhooksPullRequest5PropUserType",
|
|
10145
|
+
"WebhooksPullRequest5PropLinksType",
|
|
10146
|
+
"WebhooksPullRequest5PropLinksPropCommentsType",
|
|
10147
|
+
"WebhooksPullRequest5PropLinksPropCommitsType",
|
|
10148
|
+
"WebhooksPullRequest5PropLinksPropHtmlType",
|
|
10149
|
+
"WebhooksPullRequest5PropLinksPropIssueType",
|
|
10150
|
+
"WebhooksPullRequest5PropLinksPropReviewCommentType",
|
|
10151
|
+
"WebhooksPullRequest5PropLinksPropReviewCommentsType",
|
|
10152
|
+
"WebhooksPullRequest5PropLinksPropSelfType",
|
|
10153
|
+
"WebhooksPullRequest5PropLinksPropStatusesType",
|
|
10154
|
+
"WebhooksPullRequest5PropBaseType",
|
|
10155
|
+
"WebhooksPullRequest5PropBasePropUserType",
|
|
10156
|
+
"WebhooksPullRequest5PropBasePropRepoType",
|
|
10157
|
+
"WebhooksPullRequest5PropBasePropRepoPropLicenseType",
|
|
10158
|
+
"WebhooksPullRequest5PropBasePropRepoPropOwnerType",
|
|
10159
|
+
"WebhooksPullRequest5PropBasePropRepoPropPermissionsType",
|
|
10160
|
+
"WebhooksPullRequest5PropHeadType",
|
|
10161
|
+
"WebhooksPullRequest5PropHeadPropUserType",
|
|
10162
|
+
"WebhooksPullRequest5PropHeadPropRepoType",
|
|
10163
|
+
"WebhooksPullRequest5PropHeadPropRepoPropLicenseType",
|
|
10164
|
+
"WebhooksPullRequest5PropHeadPropRepoPropOwnerType",
|
|
10165
|
+
"WebhooksPullRequest5PropHeadPropRepoPropPermissionsType",
|
|
10166
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type",
|
|
10167
|
+
"WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType",
|
|
10168
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsType",
|
|
10169
|
+
"WebhooksPullRequest5PropRequestedTeamsItemsPropParentType",
|
|
10170
|
+
"WebhooksReviewCommentType",
|
|
10171
|
+
"WebhooksReviewCommentPropReactionsType",
|
|
10172
|
+
"WebhooksReviewCommentPropUserType",
|
|
10173
|
+
"WebhooksReviewCommentPropLinksType",
|
|
10174
|
+
"WebhooksReviewCommentPropLinksPropHtmlType",
|
|
10175
|
+
"WebhooksReviewCommentPropLinksPropPullRequestType",
|
|
10176
|
+
"WebhooksReviewCommentPropLinksPropSelfType",
|
|
10177
|
+
"WebhooksReviewType",
|
|
10178
|
+
"WebhooksReviewPropUserType",
|
|
10179
|
+
"WebhooksReviewPropLinksType",
|
|
10180
|
+
"WebhooksReviewPropLinksPropHtmlType",
|
|
10181
|
+
"WebhooksReviewPropLinksPropPullRequestType",
|
|
10182
|
+
"WebhooksReleaseType",
|
|
10183
|
+
"WebhooksReleasePropAuthorType",
|
|
10184
|
+
"WebhooksReleasePropReactionsType",
|
|
10185
|
+
"WebhooksReleasePropAssetsItemsType",
|
|
10186
|
+
"WebhooksReleasePropAssetsItemsPropUploaderType",
|
|
10187
|
+
"WebhooksRelease1Type",
|
|
10188
|
+
"WebhooksRelease1PropAssetsItemsType",
|
|
10189
|
+
"WebhooksRelease1PropAssetsItemsPropUploaderType",
|
|
10190
|
+
"WebhooksRelease1PropAuthorType",
|
|
10191
|
+
"WebhooksRelease1PropReactionsType",
|
|
10192
|
+
"WebhooksAlertType",
|
|
10193
|
+
"WebhooksAlertPropDismisserType",
|
|
10779
10194
|
"SecretScanningAlertWebhookType",
|
|
10195
|
+
"WebhooksSecurityAdvisoryType",
|
|
10196
|
+
"WebhooksSecurityAdvisoryPropCvssType",
|
|
10197
|
+
"WebhooksSecurityAdvisoryPropCwesItemsType",
|
|
10198
|
+
"WebhooksSecurityAdvisoryPropIdentifiersItemsType",
|
|
10199
|
+
"WebhooksSecurityAdvisoryPropReferencesItemsType",
|
|
10200
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
10201
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
10202
|
+
"WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
10203
|
+
"WebhooksSponsorshipType",
|
|
10204
|
+
"WebhooksSponsorshipPropMaintainerType",
|
|
10205
|
+
"WebhooksSponsorshipPropSponsorType",
|
|
10206
|
+
"WebhooksSponsorshipPropSponsorableType",
|
|
10207
|
+
"WebhooksSponsorshipPropTierType",
|
|
10208
|
+
"WebhooksChanges8Type",
|
|
10209
|
+
"WebhooksChanges8PropTierType",
|
|
10210
|
+
"WebhooksChanges8PropTierPropFromType",
|
|
10211
|
+
"WebhooksTeam1Type",
|
|
10212
|
+
"WebhooksTeam1PropParentType",
|
|
10780
10213
|
"WebhookBranchProtectionConfigurationDisabledType",
|
|
10781
10214
|
"WebhookBranchProtectionConfigurationEnabledType",
|
|
10782
10215
|
"WebhookBranchProtectionRuleCreatedType",
|
|
@@ -10903,11 +10336,8 @@ else:
|
|
|
10903
10336
|
"WebhookDependabotAlertReintroducedType",
|
|
10904
10337
|
"WebhookDependabotAlertReopenedType",
|
|
10905
10338
|
"WebhookDeployKeyCreatedType",
|
|
10906
|
-
"WebhookDeployKeyCreatedPropKeyType",
|
|
10907
10339
|
"WebhookDeployKeyDeletedType",
|
|
10908
|
-
"WebhookDeployKeyDeletedPropKeyType",
|
|
10909
10340
|
"WebhookDeploymentCreatedType",
|
|
10910
|
-
"WebhookDeploymentCreatedPropWorkflowType",
|
|
10911
10341
|
"WebhookDeploymentCreatedPropDeploymentType",
|
|
10912
10342
|
"WebhookDeploymentCreatedPropDeploymentPropCreatorType",
|
|
10913
10343
|
"WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0Type",
|
|
@@ -10929,11 +10359,7 @@ else:
|
|
|
10929
10359
|
"WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10930
10360
|
"WebhookDeploymentProtectionRuleRequestedType",
|
|
10931
10361
|
"WebhookDeploymentReviewApprovedType",
|
|
10932
|
-
"WebhookDeploymentReviewApprovedPropApproverType",
|
|
10933
|
-
"WebhookDeploymentReviewApprovedPropWorkflowJobRunType",
|
|
10934
10362
|
"WebhookDeploymentReviewApprovedPropWorkflowJobRunsItemsType",
|
|
10935
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsType",
|
|
10936
|
-
"WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType",
|
|
10937
10363
|
"WebhookDeploymentReviewApprovedPropWorkflowRunType",
|
|
10938
10364
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropActorType",
|
|
10939
10365
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommitType",
|
|
@@ -10949,11 +10375,7 @@ else:
|
|
|
10949
10375
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
10950
10376
|
"WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10951
10377
|
"WebhookDeploymentReviewRejectedType",
|
|
10952
|
-
"WebhookDeploymentReviewRejectedPropApproverType",
|
|
10953
|
-
"WebhookDeploymentReviewRejectedPropWorkflowJobRunType",
|
|
10954
10378
|
"WebhookDeploymentReviewRejectedPropWorkflowJobRunsItemsType",
|
|
10955
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsType",
|
|
10956
|
-
"WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType",
|
|
10957
10379
|
"WebhookDeploymentReviewRejectedPropWorkflowRunType",
|
|
10958
10380
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropActorType",
|
|
10959
10381
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommitType",
|
|
@@ -10969,7 +10391,6 @@ else:
|
|
|
10969
10391
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
10970
10392
|
"WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10971
10393
|
"WebhookDeploymentReviewRequestedType",
|
|
10972
|
-
"WebhookDeploymentReviewRequestedPropRequestorType",
|
|
10973
10394
|
"WebhookDeploymentReviewRequestedPropWorkflowJobRunType",
|
|
10974
10395
|
"WebhookDeploymentReviewRequestedPropReviewersItemsType",
|
|
10975
10396
|
"WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType",
|
|
@@ -10989,7 +10410,6 @@ else:
|
|
|
10989
10410
|
"WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
10990
10411
|
"WebhookDeploymentStatusCreatedType",
|
|
10991
10412
|
"WebhookDeploymentStatusCreatedPropCheckRunType",
|
|
10992
|
-
"WebhookDeploymentStatusCreatedPropWorkflowType",
|
|
10993
10413
|
"WebhookDeploymentStatusCreatedPropDeploymentType",
|
|
10994
10414
|
"WebhookDeploymentStatusCreatedPropDeploymentPropCreatorType",
|
|
10995
10415
|
"WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1Type",
|
|
@@ -11015,28 +10435,16 @@ else:
|
|
|
11015
10435
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
11016
10436
|
"WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
11017
10437
|
"WebhookDiscussionAnsweredType",
|
|
11018
|
-
"WebhookDiscussionAnsweredPropAnswerType",
|
|
11019
|
-
"WebhookDiscussionAnsweredPropAnswerPropReactionsType",
|
|
11020
|
-
"WebhookDiscussionAnsweredPropAnswerPropUserType",
|
|
11021
10438
|
"WebhookDiscussionCategoryChangedType",
|
|
11022
10439
|
"WebhookDiscussionCategoryChangedPropChangesType",
|
|
11023
10440
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryType",
|
|
11024
10441
|
"WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFromType",
|
|
11025
10442
|
"WebhookDiscussionClosedType",
|
|
11026
10443
|
"WebhookDiscussionCommentCreatedType",
|
|
11027
|
-
"WebhookDiscussionCommentCreatedPropCommentType",
|
|
11028
|
-
"WebhookDiscussionCommentCreatedPropCommentPropReactionsType",
|
|
11029
|
-
"WebhookDiscussionCommentCreatedPropCommentPropUserType",
|
|
11030
10444
|
"WebhookDiscussionCommentDeletedType",
|
|
11031
|
-
"WebhookDiscussionCommentDeletedPropCommentType",
|
|
11032
|
-
"WebhookDiscussionCommentDeletedPropCommentPropReactionsType",
|
|
11033
|
-
"WebhookDiscussionCommentDeletedPropCommentPropUserType",
|
|
11034
10445
|
"WebhookDiscussionCommentEditedType",
|
|
11035
10446
|
"WebhookDiscussionCommentEditedPropChangesType",
|
|
11036
10447
|
"WebhookDiscussionCommentEditedPropChangesPropBodyType",
|
|
11037
|
-
"WebhookDiscussionCommentEditedPropCommentType",
|
|
11038
|
-
"WebhookDiscussionCommentEditedPropCommentPropReactionsType",
|
|
11039
|
-
"WebhookDiscussionCommentEditedPropCommentPropUserType",
|
|
11040
10448
|
"WebhookDiscussionCreatedType",
|
|
11041
10449
|
"WebhookDiscussionDeletedType",
|
|
11042
10450
|
"WebhookDiscussionEditedType",
|
|
@@ -11044,18 +10452,13 @@ else:
|
|
|
11044
10452
|
"WebhookDiscussionEditedPropChangesPropBodyType",
|
|
11045
10453
|
"WebhookDiscussionEditedPropChangesPropTitleType",
|
|
11046
10454
|
"WebhookDiscussionLabeledType",
|
|
11047
|
-
"WebhookDiscussionLabeledPropLabelType",
|
|
11048
10455
|
"WebhookDiscussionLockedType",
|
|
11049
10456
|
"WebhookDiscussionPinnedType",
|
|
11050
10457
|
"WebhookDiscussionReopenedType",
|
|
11051
10458
|
"WebhookDiscussionTransferredType",
|
|
11052
10459
|
"WebhookDiscussionTransferredPropChangesType",
|
|
11053
10460
|
"WebhookDiscussionUnansweredType",
|
|
11054
|
-
"WebhookDiscussionUnansweredPropOldAnswerType",
|
|
11055
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropReactionsType",
|
|
11056
|
-
"WebhookDiscussionUnansweredPropOldAnswerPropUserType",
|
|
11057
10461
|
"WebhookDiscussionUnlabeledType",
|
|
11058
|
-
"WebhookDiscussionUnlabeledPropLabelType",
|
|
11059
10462
|
"WebhookDiscussionUnlockedType",
|
|
11060
10463
|
"WebhookDiscussionUnpinnedType",
|
|
11061
10464
|
"WebhookForkType",
|
|
@@ -11065,7 +10468,6 @@ else:
|
|
|
11065
10468
|
"WebhookForkPropForkeeAllof0Type",
|
|
11066
10469
|
"WebhookForkPropForkeeAllof0PropLicenseType",
|
|
11067
10470
|
"WebhookForkPropForkeeAllof0PropOwnerType",
|
|
11068
|
-
"WebhookForkPropForkeeAllof0PropCustomPropertiesType",
|
|
11069
10471
|
"WebhookForkPropForkeeAllof0PropPermissionsType",
|
|
11070
10472
|
"WebhookForkPropForkeeAllof1Type",
|
|
11071
10473
|
"WebhookForkPropForkeeAllof1PropLicenseType",
|
|
@@ -11074,29 +10476,19 @@ else:
|
|
|
11074
10476
|
"WebhookGollumType",
|
|
11075
10477
|
"WebhookGollumPropPagesItemsType",
|
|
11076
10478
|
"WebhookInstallationCreatedType",
|
|
11077
|
-
"WebhookInstallationCreatedPropRepositoriesItemsType",
|
|
11078
|
-
"WebhookInstallationCreatedPropRequesterType",
|
|
11079
10479
|
"WebhookInstallationDeletedType",
|
|
11080
|
-
"WebhookInstallationDeletedPropRepositoriesItemsType",
|
|
11081
10480
|
"WebhookInstallationNewPermissionsAcceptedType",
|
|
11082
|
-
"WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType",
|
|
11083
10481
|
"WebhookInstallationRepositoriesAddedType",
|
|
11084
|
-
"WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType",
|
|
11085
10482
|
"WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType",
|
|
11086
|
-
"WebhookInstallationRepositoriesAddedPropRequesterType",
|
|
11087
10483
|
"WebhookInstallationRepositoriesRemovedType",
|
|
11088
|
-
"WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType",
|
|
11089
10484
|
"WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItemsType",
|
|
11090
|
-
"WebhookInstallationRepositoriesRemovedPropRequesterType",
|
|
11091
10485
|
"WebhookInstallationSuspendType",
|
|
11092
|
-
"WebhookInstallationSuspendPropRepositoriesItemsType",
|
|
11093
10486
|
"WebhookInstallationTargetRenamedType",
|
|
11094
10487
|
"WebhookInstallationTargetRenamedPropAccountType",
|
|
11095
10488
|
"WebhookInstallationTargetRenamedPropChangesType",
|
|
11096
10489
|
"WebhookInstallationTargetRenamedPropChangesPropLoginType",
|
|
11097
10490
|
"WebhookInstallationTargetRenamedPropChangesPropSlugType",
|
|
11098
10491
|
"WebhookInstallationUnsuspendType",
|
|
11099
|
-
"WebhookInstallationUnsuspendPropRepositoriesItemsType",
|
|
11100
10492
|
"WebhookIssueCommentCreatedType",
|
|
11101
10493
|
"WebhookIssueCommentCreatedPropCommentType",
|
|
11102
10494
|
"WebhookIssueCommentCreatedPropCommentPropReactionsType",
|
|
@@ -11128,9 +10520,6 @@ else:
|
|
|
11128
10520
|
"WebhookIssueCommentCreatedPropIssueMergedMilestoneType",
|
|
11129
10521
|
"WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType",
|
|
11130
10522
|
"WebhookIssueCommentDeletedType",
|
|
11131
|
-
"WebhookIssueCommentDeletedPropCommentType",
|
|
11132
|
-
"WebhookIssueCommentDeletedPropCommentPropReactionsType",
|
|
11133
|
-
"WebhookIssueCommentDeletedPropCommentPropUserType",
|
|
11134
10523
|
"WebhookIssueCommentDeletedPropIssueType",
|
|
11135
10524
|
"WebhookIssueCommentDeletedPropIssueMergedAssigneesType",
|
|
11136
10525
|
"WebhookIssueCommentDeletedPropIssueMergedReactionsType",
|
|
@@ -11158,11 +10547,6 @@ else:
|
|
|
11158
10547
|
"WebhookIssueCommentDeletedPropIssueMergedMilestoneType",
|
|
11159
10548
|
"WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubAppType",
|
|
11160
10549
|
"WebhookIssueCommentEditedType",
|
|
11161
|
-
"WebhookIssueCommentEditedPropChangesType",
|
|
11162
|
-
"WebhookIssueCommentEditedPropChangesPropBodyType",
|
|
11163
|
-
"WebhookIssueCommentEditedPropCommentType",
|
|
11164
|
-
"WebhookIssueCommentEditedPropCommentPropReactionsType",
|
|
11165
|
-
"WebhookIssueCommentEditedPropCommentPropUserType",
|
|
11166
10550
|
"WebhookIssueCommentEditedPropIssueType",
|
|
11167
10551
|
"WebhookIssueCommentEditedPropIssueMergedAssigneesType",
|
|
11168
10552
|
"WebhookIssueCommentEditedPropIssueMergedReactionsType",
|
|
@@ -11190,19 +10574,6 @@ else:
|
|
|
11190
10574
|
"WebhookIssueCommentEditedPropIssueMergedMilestoneType",
|
|
11191
10575
|
"WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType",
|
|
11192
10576
|
"WebhookIssuesAssignedType",
|
|
11193
|
-
"WebhookIssuesAssignedPropAssigneeType",
|
|
11194
|
-
"WebhookIssuesAssignedPropIssueType",
|
|
11195
|
-
"WebhookIssuesAssignedPropIssuePropAssigneeType",
|
|
11196
|
-
"WebhookIssuesAssignedPropIssuePropAssigneesItemsType",
|
|
11197
|
-
"WebhookIssuesAssignedPropIssuePropLabelsItemsType",
|
|
11198
|
-
"WebhookIssuesAssignedPropIssuePropMilestoneType",
|
|
11199
|
-
"WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType",
|
|
11200
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType",
|
|
11201
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11202
|
-
"WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11203
|
-
"WebhookIssuesAssignedPropIssuePropPullRequestType",
|
|
11204
|
-
"WebhookIssuesAssignedPropIssuePropReactionsType",
|
|
11205
|
-
"WebhookIssuesAssignedPropIssuePropUserType",
|
|
11206
10577
|
"WebhookIssuesClosedType",
|
|
11207
10578
|
"WebhookIssuesClosedPropIssueType",
|
|
11208
10579
|
"WebhookIssuesClosedPropIssueMergedAssigneeType",
|
|
@@ -11258,10 +10629,7 @@ else:
|
|
|
11258
10629
|
"WebhookIssuesDemilestonedPropIssuePropPullRequestType",
|
|
11259
10630
|
"WebhookIssuesDemilestonedPropIssuePropReactionsType",
|
|
11260
10631
|
"WebhookIssuesDemilestonedPropIssuePropUserType",
|
|
11261
|
-
"WebhookIssuesDemilestonedPropMilestoneType",
|
|
11262
|
-
"WebhookIssuesDemilestonedPropMilestonePropCreatorType",
|
|
11263
10632
|
"WebhookIssuesEditedType",
|
|
11264
|
-
"WebhookIssuesEditedPropLabelType",
|
|
11265
10633
|
"WebhookIssuesEditedPropChangesType",
|
|
11266
10634
|
"WebhookIssuesEditedPropChangesPropBodyType",
|
|
11267
10635
|
"WebhookIssuesEditedPropChangesPropTitleType",
|
|
@@ -11278,7 +10646,6 @@ else:
|
|
|
11278
10646
|
"WebhookIssuesEditedPropIssuePropReactionsType",
|
|
11279
10647
|
"WebhookIssuesEditedPropIssuePropUserType",
|
|
11280
10648
|
"WebhookIssuesLabeledType",
|
|
11281
|
-
"WebhookIssuesLabeledPropLabelType",
|
|
11282
10649
|
"WebhookIssuesLabeledPropIssueType",
|
|
11283
10650
|
"WebhookIssuesLabeledPropIssuePropAssigneeType",
|
|
11284
10651
|
"WebhookIssuesLabeledPropIssuePropAssigneesItemsType",
|
|
@@ -11317,8 +10684,6 @@ else:
|
|
|
11317
10684
|
"WebhookIssuesMilestonedPropIssuePropPullRequestType",
|
|
11318
10685
|
"WebhookIssuesMilestonedPropIssuePropReactionsType",
|
|
11319
10686
|
"WebhookIssuesMilestonedPropIssuePropUserType",
|
|
11320
|
-
"WebhookIssuesMilestonedPropMilestoneType",
|
|
11321
|
-
"WebhookIssuesMilestonedPropMilestonePropCreatorType",
|
|
11322
10687
|
"WebhookIssuesOpenedType",
|
|
11323
10688
|
"WebhookIssuesOpenedPropIssueType",
|
|
11324
10689
|
"WebhookIssuesOpenedPropIssuePropAssigneeType",
|
|
@@ -11351,18 +10716,6 @@ else:
|
|
|
11351
10716
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType",
|
|
11352
10717
|
"WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType",
|
|
11353
10718
|
"WebhookIssuesPinnedType",
|
|
11354
|
-
"WebhookIssuesPinnedPropIssueType",
|
|
11355
|
-
"WebhookIssuesPinnedPropIssuePropAssigneeType",
|
|
11356
|
-
"WebhookIssuesPinnedPropIssuePropAssigneesItemsType",
|
|
11357
|
-
"WebhookIssuesPinnedPropIssuePropLabelsItemsType",
|
|
11358
|
-
"WebhookIssuesPinnedPropIssuePropMilestoneType",
|
|
11359
|
-
"WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType",
|
|
11360
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppType",
|
|
11361
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11362
|
-
"WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11363
|
-
"WebhookIssuesPinnedPropIssuePropPullRequestType",
|
|
11364
|
-
"WebhookIssuesPinnedPropIssuePropReactionsType",
|
|
11365
|
-
"WebhookIssuesPinnedPropIssuePropUserType",
|
|
11366
10719
|
"WebhookIssuesReopenedType",
|
|
11367
10720
|
"WebhookIssuesReopenedPropIssueType",
|
|
11368
10721
|
"WebhookIssuesReopenedPropIssuePropAssigneeType",
|
|
@@ -11377,18 +10730,6 @@ else:
|
|
|
11377
10730
|
"WebhookIssuesReopenedPropIssuePropReactionsType",
|
|
11378
10731
|
"WebhookIssuesReopenedPropIssuePropUserType",
|
|
11379
10732
|
"WebhookIssuesTransferredType",
|
|
11380
|
-
"WebhookIssuesTransferredPropIssueType",
|
|
11381
|
-
"WebhookIssuesTransferredPropIssuePropAssigneeType",
|
|
11382
|
-
"WebhookIssuesTransferredPropIssuePropAssigneesItemsType",
|
|
11383
|
-
"WebhookIssuesTransferredPropIssuePropLabelsItemsType",
|
|
11384
|
-
"WebhookIssuesTransferredPropIssuePropMilestoneType",
|
|
11385
|
-
"WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType",
|
|
11386
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppType",
|
|
11387
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11388
|
-
"WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11389
|
-
"WebhookIssuesTransferredPropIssuePropPullRequestType",
|
|
11390
|
-
"WebhookIssuesTransferredPropIssuePropReactionsType",
|
|
11391
|
-
"WebhookIssuesTransferredPropIssuePropUserType",
|
|
11392
10733
|
"WebhookIssuesTransferredPropChangesType",
|
|
11393
10734
|
"WebhookIssuesTransferredPropChangesPropNewIssueType",
|
|
11394
10735
|
"WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType",
|
|
@@ -11408,33 +10749,7 @@ else:
|
|
|
11408
10749
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType",
|
|
11409
10750
|
"WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType",
|
|
11410
10751
|
"WebhookIssuesUnassignedType",
|
|
11411
|
-
"WebhookIssuesUnassignedPropAssigneeType",
|
|
11412
|
-
"WebhookIssuesUnassignedPropIssueType",
|
|
11413
|
-
"WebhookIssuesUnassignedPropIssuePropAssigneeType",
|
|
11414
|
-
"WebhookIssuesUnassignedPropIssuePropAssigneesItemsType",
|
|
11415
|
-
"WebhookIssuesUnassignedPropIssuePropLabelsItemsType",
|
|
11416
|
-
"WebhookIssuesUnassignedPropIssuePropMilestoneType",
|
|
11417
|
-
"WebhookIssuesUnassignedPropIssuePropMilestonePropCreatorType",
|
|
11418
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppType",
|
|
11419
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11420
|
-
"WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11421
|
-
"WebhookIssuesUnassignedPropIssuePropPullRequestType",
|
|
11422
|
-
"WebhookIssuesUnassignedPropIssuePropReactionsType",
|
|
11423
|
-
"WebhookIssuesUnassignedPropIssuePropUserType",
|
|
11424
10752
|
"WebhookIssuesUnlabeledType",
|
|
11425
|
-
"WebhookIssuesUnlabeledPropLabelType",
|
|
11426
|
-
"WebhookIssuesUnlabeledPropIssueType",
|
|
11427
|
-
"WebhookIssuesUnlabeledPropIssuePropAssigneeType",
|
|
11428
|
-
"WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType",
|
|
11429
|
-
"WebhookIssuesUnlabeledPropIssuePropLabelsItemsType",
|
|
11430
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestoneType",
|
|
11431
|
-
"WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType",
|
|
11432
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppType",
|
|
11433
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11434
|
-
"WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11435
|
-
"WebhookIssuesUnlabeledPropIssuePropPullRequestType",
|
|
11436
|
-
"WebhookIssuesUnlabeledPropIssuePropReactionsType",
|
|
11437
|
-
"WebhookIssuesUnlabeledPropIssuePropUserType",
|
|
11438
10753
|
"WebhookIssuesUnlockedType",
|
|
11439
10754
|
"WebhookIssuesUnlockedPropIssueType",
|
|
11440
10755
|
"WebhookIssuesUnlockedPropIssuePropAssigneeType",
|
|
@@ -11449,46 +10764,19 @@ else:
|
|
|
11449
10764
|
"WebhookIssuesUnlockedPropIssuePropReactionsType",
|
|
11450
10765
|
"WebhookIssuesUnlockedPropIssuePropUserType",
|
|
11451
10766
|
"WebhookIssuesUnpinnedType",
|
|
11452
|
-
"WebhookIssuesUnpinnedPropIssueType",
|
|
11453
|
-
"WebhookIssuesUnpinnedPropIssuePropAssigneeType",
|
|
11454
|
-
"WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType",
|
|
11455
|
-
"WebhookIssuesUnpinnedPropIssuePropLabelsItemsType",
|
|
11456
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestoneType",
|
|
11457
|
-
"WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType",
|
|
11458
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType",
|
|
11459
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType",
|
|
11460
|
-
"WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType",
|
|
11461
|
-
"WebhookIssuesUnpinnedPropIssuePropPullRequestType",
|
|
11462
|
-
"WebhookIssuesUnpinnedPropIssuePropReactionsType",
|
|
11463
|
-
"WebhookIssuesUnpinnedPropIssuePropUserType",
|
|
11464
10767
|
"WebhookLabelCreatedType",
|
|
11465
|
-
"WebhookLabelCreatedPropLabelType",
|
|
11466
10768
|
"WebhookLabelDeletedType",
|
|
11467
|
-
"WebhookLabelDeletedPropLabelType",
|
|
11468
10769
|
"WebhookLabelEditedType",
|
|
11469
|
-
"WebhookLabelEditedPropLabelType",
|
|
11470
10770
|
"WebhookLabelEditedPropChangesType",
|
|
11471
10771
|
"WebhookLabelEditedPropChangesPropColorType",
|
|
11472
10772
|
"WebhookLabelEditedPropChangesPropDescriptionType",
|
|
11473
10773
|
"WebhookLabelEditedPropChangesPropNameType",
|
|
11474
10774
|
"WebhookMarketplacePurchaseCancelledType",
|
|
11475
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
|
|
11476
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
|
|
11477
|
-
"WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
|
|
11478
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
|
|
11479
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
11480
|
-
"WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
11481
10775
|
"WebhookMarketplacePurchaseChangedType",
|
|
11482
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
|
|
11483
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
|
|
11484
|
-
"WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
|
|
11485
10776
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
|
|
11486
10777
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
|
|
11487
10778
|
"WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
|
|
11488
10779
|
"WebhookMarketplacePurchasePendingChangeType",
|
|
11489
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
|
|
11490
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
|
|
11491
|
-
"WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
|
|
11492
10780
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
|
|
11493
10781
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
|
|
11494
10782
|
"WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
|
|
@@ -11496,84 +10784,45 @@ else:
|
|
|
11496
10784
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
|
|
11497
10785
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
|
|
11498
10786
|
"WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
|
|
11499
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
|
|
11500
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
|
|
11501
|
-
"WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
|
|
11502
10787
|
"WebhookMarketplacePurchasePurchasedType",
|
|
11503
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
|
|
11504
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
|
|
11505
|
-
"WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
|
|
11506
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
|
|
11507
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
|
|
11508
|
-
"WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
|
|
11509
10788
|
"WebhookMemberAddedType",
|
|
11510
|
-
"WebhookMemberAddedPropMemberType",
|
|
11511
10789
|
"WebhookMemberAddedPropChangesType",
|
|
11512
10790
|
"WebhookMemberAddedPropChangesPropPermissionType",
|
|
11513
10791
|
"WebhookMemberAddedPropChangesPropRoleNameType",
|
|
11514
10792
|
"WebhookMemberEditedType",
|
|
11515
|
-
"WebhookMemberEditedPropMemberType",
|
|
11516
10793
|
"WebhookMemberEditedPropChangesType",
|
|
11517
10794
|
"WebhookMemberEditedPropChangesPropOldPermissionType",
|
|
11518
10795
|
"WebhookMemberEditedPropChangesPropPermissionType",
|
|
11519
10796
|
"WebhookMemberRemovedType",
|
|
11520
|
-
"WebhookMemberRemovedPropMemberType",
|
|
11521
10797
|
"WebhookMembershipAddedType",
|
|
11522
|
-
"WebhookMembershipAddedPropMemberType",
|
|
11523
10798
|
"WebhookMembershipAddedPropSenderType",
|
|
11524
|
-
"WebhookMembershipAddedPropTeamType",
|
|
11525
|
-
"WebhookMembershipAddedPropTeamPropParentType",
|
|
11526
10799
|
"WebhookMembershipRemovedType",
|
|
11527
|
-
"WebhookMembershipRemovedPropMemberType",
|
|
11528
10800
|
"WebhookMembershipRemovedPropSenderType",
|
|
11529
|
-
"WebhookMembershipRemovedPropTeamType",
|
|
11530
|
-
"WebhookMembershipRemovedPropTeamPropParentType",
|
|
11531
10801
|
"WebhookMergeGroupChecksRequestedType",
|
|
11532
10802
|
"WebhookMergeGroupDestroyedType",
|
|
11533
10803
|
"WebhookMetaDeletedType",
|
|
11534
10804
|
"WebhookMetaDeletedPropHookType",
|
|
11535
10805
|
"WebhookMetaDeletedPropHookPropConfigType",
|
|
11536
10806
|
"WebhookMilestoneClosedType",
|
|
11537
|
-
"WebhookMilestoneClosedPropMilestoneType",
|
|
11538
|
-
"WebhookMilestoneClosedPropMilestonePropCreatorType",
|
|
11539
10807
|
"WebhookMilestoneCreatedType",
|
|
11540
|
-
"WebhookMilestoneCreatedPropMilestoneType",
|
|
11541
|
-
"WebhookMilestoneCreatedPropMilestonePropCreatorType",
|
|
11542
10808
|
"WebhookMilestoneDeletedType",
|
|
11543
|
-
"WebhookMilestoneDeletedPropMilestoneType",
|
|
11544
|
-
"WebhookMilestoneDeletedPropMilestonePropCreatorType",
|
|
11545
10809
|
"WebhookMilestoneEditedType",
|
|
11546
10810
|
"WebhookMilestoneEditedPropChangesType",
|
|
11547
10811
|
"WebhookMilestoneEditedPropChangesPropDescriptionType",
|
|
11548
10812
|
"WebhookMilestoneEditedPropChangesPropDueOnType",
|
|
11549
10813
|
"WebhookMilestoneEditedPropChangesPropTitleType",
|
|
11550
|
-
"WebhookMilestoneEditedPropMilestoneType",
|
|
11551
|
-
"WebhookMilestoneEditedPropMilestonePropCreatorType",
|
|
11552
10814
|
"WebhookMilestoneOpenedType",
|
|
11553
|
-
"WebhookMilestoneOpenedPropMilestoneType",
|
|
11554
|
-
"WebhookMilestoneOpenedPropMilestonePropCreatorType",
|
|
11555
10815
|
"WebhookOrgBlockBlockedType",
|
|
11556
|
-
"WebhookOrgBlockBlockedPropBlockedUserType",
|
|
11557
10816
|
"WebhookOrgBlockUnblockedType",
|
|
11558
|
-
"WebhookOrgBlockUnblockedPropBlockedUserType",
|
|
11559
10817
|
"WebhookOrganizationDeletedType",
|
|
11560
|
-
"WebhookOrganizationDeletedPropMembershipType",
|
|
11561
|
-
"WebhookOrganizationDeletedPropMembershipPropUserType",
|
|
11562
10818
|
"WebhookOrganizationMemberAddedType",
|
|
11563
|
-
"WebhookOrganizationMemberAddedPropMembershipType",
|
|
11564
|
-
"WebhookOrganizationMemberAddedPropMembershipPropUserType",
|
|
11565
10819
|
"WebhookOrganizationMemberInvitedType",
|
|
11566
|
-
"WebhookOrganizationMemberInvitedPropUserType",
|
|
11567
10820
|
"WebhookOrganizationMemberInvitedPropInvitationType",
|
|
11568
10821
|
"WebhookOrganizationMemberInvitedPropInvitationPropInviterType",
|
|
11569
10822
|
"WebhookOrganizationMemberRemovedType",
|
|
11570
|
-
"WebhookOrganizationMemberRemovedPropMembershipType",
|
|
11571
|
-
"WebhookOrganizationMemberRemovedPropMembershipPropUserType",
|
|
11572
10823
|
"WebhookOrganizationRenamedType",
|
|
11573
10824
|
"WebhookOrganizationRenamedPropChangesType",
|
|
11574
10825
|
"WebhookOrganizationRenamedPropChangesPropLoginType",
|
|
11575
|
-
"WebhookOrganizationRenamedPropMembershipType",
|
|
11576
|
-
"WebhookOrganizationRenamedPropMembershipPropUserType",
|
|
11577
10826
|
"WebhookRubygemsMetadataType",
|
|
11578
10827
|
"WebhookRubygemsMetadataPropVersionInfoType",
|
|
11579
10828
|
"WebhookRubygemsMetadataPropMetadataType",
|
|
@@ -11638,19 +10887,13 @@ else:
|
|
|
11638
10887
|
"WebhookProjectCardConvertedType",
|
|
11639
10888
|
"WebhookProjectCardConvertedPropChangesType",
|
|
11640
10889
|
"WebhookProjectCardConvertedPropChangesPropNoteType",
|
|
11641
|
-
"WebhookProjectCardConvertedPropProjectCardType",
|
|
11642
|
-
"WebhookProjectCardConvertedPropProjectCardPropCreatorType",
|
|
11643
10890
|
"WebhookProjectCardCreatedType",
|
|
11644
|
-
"WebhookProjectCardCreatedPropProjectCardType",
|
|
11645
|
-
"WebhookProjectCardCreatedPropProjectCardPropCreatorType",
|
|
11646
10891
|
"WebhookProjectCardDeletedType",
|
|
11647
10892
|
"WebhookProjectCardDeletedPropProjectCardType",
|
|
11648
10893
|
"WebhookProjectCardDeletedPropProjectCardPropCreatorType",
|
|
11649
10894
|
"WebhookProjectCardEditedType",
|
|
11650
10895
|
"WebhookProjectCardEditedPropChangesType",
|
|
11651
10896
|
"WebhookProjectCardEditedPropChangesPropNoteType",
|
|
11652
|
-
"WebhookProjectCardEditedPropProjectCardType",
|
|
11653
|
-
"WebhookProjectCardEditedPropProjectCardPropCreatorType",
|
|
11654
10897
|
"WebhookProjectCardMovedType",
|
|
11655
10898
|
"WebhookProjectCardMovedPropChangesType",
|
|
11656
10899
|
"WebhookProjectCardMovedPropChangesPropColumnIdType",
|
|
@@ -11661,33 +10904,19 @@ else:
|
|
|
11661
10904
|
"WebhookProjectCardMovedPropProjectCardAllof1Type",
|
|
11662
10905
|
"WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType",
|
|
11663
10906
|
"WebhookProjectClosedType",
|
|
11664
|
-
"WebhookProjectClosedPropProjectType",
|
|
11665
|
-
"WebhookProjectClosedPropProjectPropCreatorType",
|
|
11666
10907
|
"WebhookProjectColumnCreatedType",
|
|
11667
|
-
"WebhookProjectColumnCreatedPropProjectColumnType",
|
|
11668
10908
|
"WebhookProjectColumnDeletedType",
|
|
11669
|
-
"WebhookProjectColumnDeletedPropProjectColumnType",
|
|
11670
10909
|
"WebhookProjectColumnEditedType",
|
|
11671
|
-
"WebhookProjectColumnEditedPropProjectColumnType",
|
|
11672
10910
|
"WebhookProjectColumnEditedPropChangesType",
|
|
11673
10911
|
"WebhookProjectColumnEditedPropChangesPropNameType",
|
|
11674
10912
|
"WebhookProjectColumnMovedType",
|
|
11675
|
-
"WebhookProjectColumnMovedPropProjectColumnType",
|
|
11676
10913
|
"WebhookProjectCreatedType",
|
|
11677
|
-
"WebhookProjectCreatedPropProjectType",
|
|
11678
|
-
"WebhookProjectCreatedPropProjectPropCreatorType",
|
|
11679
10914
|
"WebhookProjectDeletedType",
|
|
11680
|
-
"WebhookProjectDeletedPropProjectType",
|
|
11681
|
-
"WebhookProjectDeletedPropProjectPropCreatorType",
|
|
11682
10915
|
"WebhookProjectEditedType",
|
|
11683
10916
|
"WebhookProjectEditedPropChangesType",
|
|
11684
10917
|
"WebhookProjectEditedPropChangesPropBodyType",
|
|
11685
10918
|
"WebhookProjectEditedPropChangesPropNameType",
|
|
11686
|
-
"WebhookProjectEditedPropProjectType",
|
|
11687
|
-
"WebhookProjectEditedPropProjectPropCreatorType",
|
|
11688
10919
|
"WebhookProjectReopenedType",
|
|
11689
|
-
"WebhookProjectReopenedPropProjectType",
|
|
11690
|
-
"WebhookProjectReopenedPropProjectPropCreatorType",
|
|
11691
10920
|
"WebhookProjectsV2ProjectClosedType",
|
|
11692
10921
|
"WebhookProjectsV2ProjectCreatedType",
|
|
11693
10922
|
"WebhookProjectsV2ProjectDeletedType",
|
|
@@ -11698,8 +10927,6 @@ else:
|
|
|
11698
10927
|
"WebhookProjectsV2ProjectEditedPropChangesPropShortDescriptionType",
|
|
11699
10928
|
"WebhookProjectsV2ProjectEditedPropChangesPropTitleType",
|
|
11700
10929
|
"WebhookProjectsV2ItemArchivedType",
|
|
11701
|
-
"WebhookProjectsV2ItemArchivedPropChangesType",
|
|
11702
|
-
"WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType",
|
|
11703
10930
|
"WebhookProjectsV2ItemConvertedType",
|
|
11704
10931
|
"WebhookProjectsV2ItemConvertedPropChangesType",
|
|
11705
10932
|
"WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType",
|
|
@@ -11714,12 +10941,9 @@ else:
|
|
|
11714
10941
|
"WebhookProjectsV2ItemReorderedPropChangesType",
|
|
11715
10942
|
"WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeIdType",
|
|
11716
10943
|
"WebhookProjectsV2ItemRestoredType",
|
|
11717
|
-
"WebhookProjectsV2ItemRestoredPropChangesType",
|
|
11718
|
-
"WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType",
|
|
11719
10944
|
"WebhookProjectsV2ProjectReopenedType",
|
|
11720
10945
|
"WebhookPublicType",
|
|
11721
10946
|
"WebhookPullRequestAssignedType",
|
|
11722
|
-
"WebhookPullRequestAssignedPropAssigneeType",
|
|
11723
10947
|
"WebhookPullRequestAssignedPropPullRequestType",
|
|
11724
10948
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneeType",
|
|
11725
10949
|
"WebhookPullRequestAssignedPropPullRequestPropAssigneesItemsType",
|
|
@@ -11833,42 +11057,6 @@ else:
|
|
|
11833
11057
|
"WebhookPullRequestClosedType",
|
|
11834
11058
|
"WebhookPullRequestConvertedToDraftType",
|
|
11835
11059
|
"WebhookPullRequestDemilestonedType",
|
|
11836
|
-
"WebhookPullRequestDemilestonedPropPullRequestType",
|
|
11837
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType",
|
|
11838
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItemsType",
|
|
11839
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMergeType",
|
|
11840
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledByType",
|
|
11841
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType",
|
|
11842
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMergedByType",
|
|
11843
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestoneType",
|
|
11844
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreatorType",
|
|
11845
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
|
|
11846
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropUserType",
|
|
11847
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksType",
|
|
11848
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommentsType",
|
|
11849
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType",
|
|
11850
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtmlType",
|
|
11851
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssueType",
|
|
11852
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentType",
|
|
11853
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewCommentsType",
|
|
11854
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelfType",
|
|
11855
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatusesType",
|
|
11856
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBaseType",
|
|
11857
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropUserType",
|
|
11858
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoType",
|
|
11859
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicenseType",
|
|
11860
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwnerType",
|
|
11861
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
|
|
11862
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadType",
|
|
11863
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUserType",
|
|
11864
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoType",
|
|
11865
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
|
|
11866
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
|
|
11867
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
|
|
11868
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
|
|
11869
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
|
|
11870
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType",
|
|
11871
|
-
"WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
11872
11060
|
"WebhookPullRequestDequeuedType",
|
|
11873
11061
|
"WebhookPullRequestDequeuedPropPullRequestType",
|
|
11874
11062
|
"WebhookPullRequestDequeuedPropPullRequestPropAssigneeType",
|
|
@@ -11951,7 +11139,6 @@ else:
|
|
|
11951
11139
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsType",
|
|
11952
11140
|
"WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
11953
11141
|
"WebhookPullRequestLabeledType",
|
|
11954
|
-
"WebhookPullRequestLabeledPropLabelType",
|
|
11955
11142
|
"WebhookPullRequestLabeledPropPullRequestType",
|
|
11956
11143
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneeType",
|
|
11957
11144
|
"WebhookPullRequestLabeledPropPullRequestPropAssigneesItemsType",
|
|
@@ -12026,42 +11213,6 @@ else:
|
|
|
12026
11213
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsType",
|
|
12027
11214
|
"WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12028
11215
|
"WebhookPullRequestMilestonedType",
|
|
12029
|
-
"WebhookPullRequestMilestonedPropPullRequestType",
|
|
12030
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssigneeType",
|
|
12031
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAssigneesItemsType",
|
|
12032
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMergeType",
|
|
12033
|
-
"WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledByType",
|
|
12034
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType",
|
|
12035
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMergedByType",
|
|
12036
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestoneType",
|
|
12037
|
-
"WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType",
|
|
12038
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0Type",
|
|
12039
|
-
"WebhookPullRequestMilestonedPropPullRequestPropUserType",
|
|
12040
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksType",
|
|
12041
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommentsType",
|
|
12042
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType",
|
|
12043
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtmlType",
|
|
12044
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssueType",
|
|
12045
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentType",
|
|
12046
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewCommentsType",
|
|
12047
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelfType",
|
|
12048
|
-
"WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatusesType",
|
|
12049
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBaseType",
|
|
12050
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropUserType",
|
|
12051
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoType",
|
|
12052
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicenseType",
|
|
12053
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwnerType",
|
|
12054
|
-
"WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissionsType",
|
|
12055
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadType",
|
|
12056
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropUserType",
|
|
12057
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoType",
|
|
12058
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicenseType",
|
|
12059
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwnerType",
|
|
12060
|
-
"WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissionsType",
|
|
12061
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1Type",
|
|
12062
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType",
|
|
12063
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType",
|
|
12064
|
-
"WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12065
11216
|
"WebhookPullRequestOpenedType",
|
|
12066
11217
|
"WebhookPullRequestReadyForReviewType",
|
|
12067
11218
|
"WebhookPullRequestReopenedType",
|
|
@@ -12109,13 +11260,6 @@ else:
|
|
|
12109
11260
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType",
|
|
12110
11261
|
"WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12111
11262
|
"WebhookPullRequestReviewCommentDeletedType",
|
|
12112
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentType",
|
|
12113
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType",
|
|
12114
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropUserType",
|
|
12115
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType",
|
|
12116
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType",
|
|
12117
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType",
|
|
12118
|
-
"WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType",
|
|
12119
11263
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestType",
|
|
12120
11264
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType",
|
|
12121
11265
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12152,15 +11296,6 @@ else:
|
|
|
12152
11296
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsType",
|
|
12153
11297
|
"WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12154
11298
|
"WebhookPullRequestReviewCommentEditedType",
|
|
12155
|
-
"WebhookPullRequestReviewCommentEditedPropChangesType",
|
|
12156
|
-
"WebhookPullRequestReviewCommentEditedPropChangesPropBodyType",
|
|
12157
|
-
"WebhookPullRequestReviewCommentEditedPropCommentType",
|
|
12158
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType",
|
|
12159
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropUserType",
|
|
12160
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksType",
|
|
12161
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType",
|
|
12162
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType",
|
|
12163
|
-
"WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType",
|
|
12164
11299
|
"WebhookPullRequestReviewCommentEditedPropPullRequestType",
|
|
12165
11300
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType",
|
|
12166
11301
|
"WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12240,11 +11375,6 @@ else:
|
|
|
12240
11375
|
"WebhookPullRequestReviewEditedType",
|
|
12241
11376
|
"WebhookPullRequestReviewEditedPropChangesType",
|
|
12242
11377
|
"WebhookPullRequestReviewEditedPropChangesPropBodyType",
|
|
12243
|
-
"WebhookPullRequestReviewEditedPropReviewType",
|
|
12244
|
-
"WebhookPullRequestReviewEditedPropReviewPropUserType",
|
|
12245
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksType",
|
|
12246
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType",
|
|
12247
|
-
"WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType",
|
|
12248
11378
|
"WebhookPullRequestReviewEditedPropPullRequestType",
|
|
12249
11379
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType",
|
|
12250
11380
|
"WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12435,11 +11565,6 @@ else:
|
|
|
12435
11565
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsType",
|
|
12436
11566
|
"WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12437
11567
|
"WebhookPullRequestReviewSubmittedType",
|
|
12438
|
-
"WebhookPullRequestReviewSubmittedPropReviewType",
|
|
12439
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropUserType",
|
|
12440
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksType",
|
|
12441
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType",
|
|
12442
|
-
"WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType",
|
|
12443
11568
|
"WebhookPullRequestReviewSubmittedPropPullRequestType",
|
|
12444
11569
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType",
|
|
12445
11570
|
"WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12601,7 +11726,6 @@ else:
|
|
|
12601
11726
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsType",
|
|
12602
11727
|
"WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12603
11728
|
"WebhookPullRequestUnassignedType",
|
|
12604
|
-
"WebhookPullRequestUnassignedPropAssigneeType",
|
|
12605
11729
|
"WebhookPullRequestUnassignedPropPullRequestType",
|
|
12606
11730
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneeType",
|
|
12607
11731
|
"WebhookPullRequestUnassignedPropPullRequestPropAssigneesItemsType",
|
|
@@ -12639,7 +11763,6 @@ else:
|
|
|
12639
11763
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsType",
|
|
12640
11764
|
"WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParentType",
|
|
12641
11765
|
"WebhookPullRequestUnlabeledType",
|
|
12642
|
-
"WebhookPullRequestUnlabeledPropLabelType",
|
|
12643
11766
|
"WebhookPullRequestUnlabeledPropPullRequestType",
|
|
12644
11767
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneeType",
|
|
12645
11768
|
"WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItemsType",
|
|
@@ -12771,27 +11894,12 @@ else:
|
|
|
12771
11894
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleaseType",
|
|
12772
11895
|
"WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType",
|
|
12773
11896
|
"WebhookReleaseCreatedType",
|
|
12774
|
-
"WebhookReleaseCreatedPropReleaseType",
|
|
12775
|
-
"WebhookReleaseCreatedPropReleasePropAuthorType",
|
|
12776
|
-
"WebhookReleaseCreatedPropReleasePropReactionsType",
|
|
12777
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsType",
|
|
12778
|
-
"WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType",
|
|
12779
11897
|
"WebhookReleaseDeletedType",
|
|
12780
|
-
"WebhookReleaseDeletedPropReleaseType",
|
|
12781
|
-
"WebhookReleaseDeletedPropReleasePropAuthorType",
|
|
12782
|
-
"WebhookReleaseDeletedPropReleasePropReactionsType",
|
|
12783
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsType",
|
|
12784
|
-
"WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType",
|
|
12785
11898
|
"WebhookReleaseEditedType",
|
|
12786
11899
|
"WebhookReleaseEditedPropChangesType",
|
|
12787
11900
|
"WebhookReleaseEditedPropChangesPropBodyType",
|
|
12788
11901
|
"WebhookReleaseEditedPropChangesPropNameType",
|
|
12789
11902
|
"WebhookReleaseEditedPropChangesPropMakeLatestType",
|
|
12790
|
-
"WebhookReleaseEditedPropReleaseType",
|
|
12791
|
-
"WebhookReleaseEditedPropReleasePropAuthorType",
|
|
12792
|
-
"WebhookReleaseEditedPropReleasePropReactionsType",
|
|
12793
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsType",
|
|
12794
|
-
"WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
|
|
12795
11903
|
"WebhookReleasePrereleasedType",
|
|
12796
11904
|
"WebhookReleasePrereleasedPropReleaseType",
|
|
12797
11905
|
"WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
|
|
@@ -12799,23 +11907,8 @@ else:
|
|
|
12799
11907
|
"WebhookReleasePrereleasedPropReleasePropAuthorType",
|
|
12800
11908
|
"WebhookReleasePrereleasedPropReleasePropReactionsType",
|
|
12801
11909
|
"WebhookReleasePublishedType",
|
|
12802
|
-
"WebhookReleasePublishedPropReleaseType",
|
|
12803
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsType",
|
|
12804
|
-
"WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12805
|
-
"WebhookReleasePublishedPropReleasePropAuthorType",
|
|
12806
|
-
"WebhookReleasePublishedPropReleasePropReactionsType",
|
|
12807
11910
|
"WebhookReleaseReleasedType",
|
|
12808
|
-
"WebhookReleaseReleasedPropReleaseType",
|
|
12809
|
-
"WebhookReleaseReleasedPropReleasePropAuthorType",
|
|
12810
|
-
"WebhookReleaseReleasedPropReleasePropReactionsType",
|
|
12811
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsType",
|
|
12812
|
-
"WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
|
|
12813
11911
|
"WebhookReleaseUnpublishedType",
|
|
12814
|
-
"WebhookReleaseUnpublishedPropReleaseType",
|
|
12815
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
|
|
12816
|
-
"WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
|
|
12817
|
-
"WebhookReleaseUnpublishedPropReleasePropAuthorType",
|
|
12818
|
-
"WebhookReleaseUnpublishedPropReleasePropReactionsType",
|
|
12819
11912
|
"WebhookRepositoryAdvisoryPublishedType",
|
|
12820
11913
|
"WebhookRepositoryAdvisoryReportedType",
|
|
12821
11914
|
"WebhookRepositoryArchivedType",
|
|
@@ -12863,14 +11956,10 @@ else:
|
|
|
12863
11956
|
"WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType",
|
|
12864
11957
|
"WebhookRepositoryUnarchivedType",
|
|
12865
11958
|
"WebhookRepositoryVulnerabilityAlertCreateType",
|
|
12866
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
|
|
12867
|
-
"WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
|
|
12868
11959
|
"WebhookRepositoryVulnerabilityAlertDismissType",
|
|
12869
11960
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
|
|
12870
11961
|
"WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
|
|
12871
11962
|
"WebhookRepositoryVulnerabilityAlertReopenType",
|
|
12872
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
|
|
12873
|
-
"WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
|
|
12874
11963
|
"WebhookRepositoryVulnerabilityAlertResolveType",
|
|
12875
11964
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
|
|
12876
11965
|
"WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
|
|
@@ -12893,26 +11982,9 @@ else:
|
|
|
12893
11982
|
"WebhookSecretScanningAlertLocationCreatedFormEncodedType",
|
|
12894
11983
|
"WebhookSecretScanningAlertReopenedType",
|
|
12895
11984
|
"WebhookSecretScanningAlertResolvedType",
|
|
12896
|
-
"WebhookSecretScanningAlertRevokedType",
|
|
12897
11985
|
"WebhookSecretScanningAlertValidatedType",
|
|
12898
11986
|
"WebhookSecurityAdvisoryPublishedType",
|
|
12899
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType",
|
|
12900
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType",
|
|
12901
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType",
|
|
12902
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType",
|
|
12903
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType",
|
|
12904
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
12905
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
12906
|
-
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
12907
11987
|
"WebhookSecurityAdvisoryUpdatedType",
|
|
12908
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType",
|
|
12909
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType",
|
|
12910
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType",
|
|
12911
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType",
|
|
12912
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType",
|
|
12913
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
|
|
12914
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
|
|
12915
|
-
"WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
|
|
12916
11988
|
"WebhookSecurityAdvisoryWithdrawnType",
|
|
12917
11989
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType",
|
|
12918
11990
|
"WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType",
|
|
@@ -12926,49 +11998,13 @@ else:
|
|
|
12926
11998
|
"WebhookSecurityAndAnalysisPropChangesType",
|
|
12927
11999
|
"WebhookSecurityAndAnalysisPropChangesPropFromType",
|
|
12928
12000
|
"WebhookSponsorshipCancelledType",
|
|
12929
|
-
"WebhookSponsorshipCancelledPropSponsorshipType",
|
|
12930
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType",
|
|
12931
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorType",
|
|
12932
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType",
|
|
12933
|
-
"WebhookSponsorshipCancelledPropSponsorshipPropTierType",
|
|
12934
12001
|
"WebhookSponsorshipCreatedType",
|
|
12935
|
-
"WebhookSponsorshipCreatedPropSponsorshipType",
|
|
12936
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType",
|
|
12937
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorType",
|
|
12938
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType",
|
|
12939
|
-
"WebhookSponsorshipCreatedPropSponsorshipPropTierType",
|
|
12940
12002
|
"WebhookSponsorshipEditedType",
|
|
12941
12003
|
"WebhookSponsorshipEditedPropChangesType",
|
|
12942
12004
|
"WebhookSponsorshipEditedPropChangesPropPrivacyLevelType",
|
|
12943
|
-
"WebhookSponsorshipEditedPropSponsorshipType",
|
|
12944
|
-
"WebhookSponsorshipEditedPropSponsorshipPropMaintainerType",
|
|
12945
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorType",
|
|
12946
|
-
"WebhookSponsorshipEditedPropSponsorshipPropSponsorableType",
|
|
12947
|
-
"WebhookSponsorshipEditedPropSponsorshipPropTierType",
|
|
12948
12005
|
"WebhookSponsorshipPendingCancellationType",
|
|
12949
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipType",
|
|
12950
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType",
|
|
12951
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType",
|
|
12952
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType",
|
|
12953
|
-
"WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType",
|
|
12954
12006
|
"WebhookSponsorshipPendingTierChangeType",
|
|
12955
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipType",
|
|
12956
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType",
|
|
12957
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType",
|
|
12958
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType",
|
|
12959
|
-
"WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType",
|
|
12960
|
-
"WebhookSponsorshipPendingTierChangePropChangesType",
|
|
12961
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierType",
|
|
12962
|
-
"WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType",
|
|
12963
12007
|
"WebhookSponsorshipTierChangedType",
|
|
12964
|
-
"WebhookSponsorshipTierChangedPropSponsorshipType",
|
|
12965
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType",
|
|
12966
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType",
|
|
12967
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType",
|
|
12968
|
-
"WebhookSponsorshipTierChangedPropSponsorshipPropTierType",
|
|
12969
|
-
"WebhookSponsorshipTierChangedPropChangesType",
|
|
12970
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierType",
|
|
12971
|
-
"WebhookSponsorshipTierChangedPropChangesPropTierPropFromType",
|
|
12972
12008
|
"WebhookStarCreatedType",
|
|
12973
12009
|
"WebhookStarDeletedType",
|
|
12974
12010
|
"WebhookStatusType",
|
|
@@ -12988,40 +12024,30 @@ else:
|
|
|
12988
12024
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof0Type",
|
|
12989
12025
|
"WebhookStatusPropCommitPropCommitPropCommitterAllof1Type",
|
|
12990
12026
|
"WebhookTeamAddType",
|
|
12991
|
-
"WebhookTeamAddPropTeamType",
|
|
12992
|
-
"WebhookTeamAddPropTeamPropParentType",
|
|
12993
12027
|
"WebhookTeamAddedToRepositoryType",
|
|
12994
12028
|
"WebhookTeamAddedToRepositoryPropRepositoryType",
|
|
12995
12029
|
"WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType",
|
|
12996
12030
|
"WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType",
|
|
12997
12031
|
"WebhookTeamAddedToRepositoryPropRepositoryPropOwnerType",
|
|
12998
12032
|
"WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType",
|
|
12999
|
-
"WebhookTeamAddedToRepositoryPropTeamType",
|
|
13000
|
-
"WebhookTeamAddedToRepositoryPropTeamPropParentType",
|
|
13001
12033
|
"WebhookTeamCreatedType",
|
|
13002
12034
|
"WebhookTeamCreatedPropRepositoryType",
|
|
13003
12035
|
"WebhookTeamCreatedPropRepositoryPropCustomPropertiesType",
|
|
13004
12036
|
"WebhookTeamCreatedPropRepositoryPropLicenseType",
|
|
13005
12037
|
"WebhookTeamCreatedPropRepositoryPropOwnerType",
|
|
13006
12038
|
"WebhookTeamCreatedPropRepositoryPropPermissionsType",
|
|
13007
|
-
"WebhookTeamCreatedPropTeamType",
|
|
13008
|
-
"WebhookTeamCreatedPropTeamPropParentType",
|
|
13009
12039
|
"WebhookTeamDeletedType",
|
|
13010
12040
|
"WebhookTeamDeletedPropRepositoryType",
|
|
13011
12041
|
"WebhookTeamDeletedPropRepositoryPropCustomPropertiesType",
|
|
13012
12042
|
"WebhookTeamDeletedPropRepositoryPropLicenseType",
|
|
13013
12043
|
"WebhookTeamDeletedPropRepositoryPropOwnerType",
|
|
13014
12044
|
"WebhookTeamDeletedPropRepositoryPropPermissionsType",
|
|
13015
|
-
"WebhookTeamDeletedPropTeamType",
|
|
13016
|
-
"WebhookTeamDeletedPropTeamPropParentType",
|
|
13017
12045
|
"WebhookTeamEditedType",
|
|
13018
12046
|
"WebhookTeamEditedPropRepositoryType",
|
|
13019
12047
|
"WebhookTeamEditedPropRepositoryPropCustomPropertiesType",
|
|
13020
12048
|
"WebhookTeamEditedPropRepositoryPropLicenseType",
|
|
13021
12049
|
"WebhookTeamEditedPropRepositoryPropOwnerType",
|
|
13022
12050
|
"WebhookTeamEditedPropRepositoryPropPermissionsType",
|
|
13023
|
-
"WebhookTeamEditedPropTeamType",
|
|
13024
|
-
"WebhookTeamEditedPropTeamPropParentType",
|
|
13025
12051
|
"WebhookTeamEditedPropChangesType",
|
|
13026
12052
|
"WebhookTeamEditedPropChangesPropDescriptionType",
|
|
13027
12053
|
"WebhookTeamEditedPropChangesPropNameType",
|
|
@@ -13036,8 +12062,6 @@ else:
|
|
|
13036
12062
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType",
|
|
13037
12063
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType",
|
|
13038
12064
|
"WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType",
|
|
13039
|
-
"WebhookTeamRemovedFromRepositoryPropTeamType",
|
|
13040
|
-
"WebhookTeamRemovedFromRepositoryPropTeamPropParentType",
|
|
13041
12065
|
"WebhookWatchStartedType",
|
|
13042
12066
|
"WebhookWorkflowDispatchType",
|
|
13043
12067
|
"WebhookWorkflowDispatchPropInputsType",
|
|
@@ -13062,7 +12086,6 @@ else:
|
|
|
13062
12086
|
"WebhookWorkflowJobWaitingPropWorkflowJobType",
|
|
13063
12087
|
"WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType",
|
|
13064
12088
|
"WebhookWorkflowRunCompletedType",
|
|
13065
|
-
"WebhookWorkflowRunCompletedPropWorkflowType",
|
|
13066
12089
|
"WebhookWorkflowRunCompletedPropWorkflowRunType",
|
|
13067
12090
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
|
|
13068
12091
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13080,7 +12103,6 @@ else:
|
|
|
13080
12103
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13081
12104
|
"WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13082
12105
|
"WebhookWorkflowRunInProgressType",
|
|
13083
|
-
"WebhookWorkflowRunInProgressPropWorkflowType",
|
|
13084
12106
|
"WebhookWorkflowRunInProgressPropWorkflowRunType",
|
|
13085
12107
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
|
|
13086
12108
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13098,7 +12120,6 @@ else:
|
|
|
13098
12120
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
|
|
13099
12121
|
"WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
|
|
13100
12122
|
"WebhookWorkflowRunRequestedType",
|
|
13101
|
-
"WebhookWorkflowRunRequestedPropWorkflowType",
|
|
13102
12123
|
"WebhookWorkflowRunRequestedPropWorkflowRunType",
|
|
13103
12124
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropActorType",
|
|
13104
12125
|
"WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType",
|
|
@@ -13324,6 +12345,9 @@ else:
|
|
|
13324
12345
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
|
|
13325
12346
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
|
|
13326
12347
|
"ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",
|
|
12348
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
|
|
12349
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
|
|
12350
|
+
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
|
|
13327
12351
|
"ReposOwnerRepoCodeScanningSarifsPostBodyType",
|
|
13328
12352
|
"ReposOwnerRepoCodespacesGetResponse200Type",
|
|
13329
12353
|
"ReposOwnerRepoCodespacesPostBodyType",
|