|
4 | 4 | from githubkit.versions.ghec_v2022_11_28.models import ( # noqa: F401 |
5 | 5 | SimpleUser as SimpleUserGhecV2022_11_28, |
6 | 6 | ) |
| 7 | +from githubkit.versions.ghec_v2026_03_10.models import ( # noqa: F401 |
| 8 | + SimpleUser as SimpleUserGhecV2026_03_10, |
| 9 | +) |
7 | 10 | from githubkit.versions.latest.models import ( # noqa: F401 |
8 | 11 | SimpleUser as SimpleUserLatest, |
9 | 12 | ) |
10 | 13 | from githubkit.versions.v2022_11_28.models import ( # noqa: F401 |
11 | 14 | SimpleUser as SimpleUserV2022_11_28, |
12 | 15 | ) |
| 16 | +from githubkit.versions.v2026_03_10.models import ( # noqa: F401 |
| 17 | + SimpleUser as SimpleUserV2026_03_10, |
| 18 | +) |
13 | 19 |
|
14 | 20 | # isort: split |
15 | 21 |
|
| 22 | +# Repository |
16 | 23 | from githubkit.versions.ghec_v2022_11_28.models import ( # noqa: F401 |
17 | 24 | Repository as RepositoryGhecV2022_11_28, |
18 | 25 | ) |
19 | | - |
20 | | -# Repository |
| 26 | +from githubkit.versions.ghec_v2026_03_10.models import ( # noqa: F401 |
| 27 | + Repository as RepositoryGhecV2026_03_10, |
| 28 | +) |
21 | 29 | from githubkit.versions.latest.models import ( # noqa: F401 |
22 | 30 | Repository as RepositoryLatest, |
23 | 31 | ) |
24 | 32 | from githubkit.versions.v2022_11_28.models import ( # noqa: F401 |
25 | 33 | Repository as RepositoryV2022_11_28, |
26 | 34 | ) |
| 35 | +from githubkit.versions.v2026_03_10.models import ( # noqa: F401 |
| 36 | + Repository as RepositoryV2026_03_10, |
| 37 | +) |
27 | 38 |
|
28 | 39 | # isort: split |
29 | 40 |
|
| 41 | +# OrganizationFull |
30 | 42 | from githubkit.versions.ghec_v2022_11_28.models import ( # noqa: F401 |
31 | 43 | OrganizationFull as OrganizationFullGhecV2022_11_28, |
32 | 44 | ) |
33 | | - |
34 | | -# OrganizationFull |
| 45 | +from githubkit.versions.ghec_v2026_03_10.models import ( # noqa: F401 |
| 46 | + OrganizationFull as OrganizationFullGhecV2026_03_10, |
| 47 | +) |
35 | 48 | from githubkit.versions.latest.models import ( # noqa: F401 |
36 | 49 | OrganizationFull as OrganizationFullLatest, |
37 | 50 | ) |
38 | 51 | from githubkit.versions.v2022_11_28.models import ( # noqa: F401 |
39 | 52 | OrganizationFull as OrganizationFullV2022_11_28, |
40 | 53 | ) |
| 54 | +from githubkit.versions.v2026_03_10.models import ( # noqa: F401 |
| 55 | + OrganizationFull as OrganizationFullV2026_03_10, |
| 56 | +) |
41 | 57 |
|
42 | 58 | # isort: split |
43 | 59 |
|
| 60 | +# CustomProperty |
44 | 61 | from githubkit.versions.ghec_v2022_11_28.models import ( # noqa: F401 |
45 | 62 | CustomProperty as CustomPropertyGhecV2022_11_28, |
46 | 63 | ) |
47 | | - |
48 | | -# CustomProperty |
| 64 | +from githubkit.versions.ghec_v2026_03_10.models import ( # noqa: F401 |
| 65 | + CustomProperty as CustomPropertyGhecV2026_03_10, |
| 66 | +) |
49 | 67 | from githubkit.versions.latest.models import ( # noqa: F401 |
50 | 68 | CustomProperty as CustomPropertyLatest, |
51 | 69 | ) |
52 | 70 | from githubkit.versions.v2022_11_28.models import ( # noqa: F401 |
53 | 71 | CustomProperty as CustomPropertyV2022_11_28, |
54 | 72 | ) |
| 73 | +from githubkit.versions.v2026_03_10.models import ( # noqa: F401 |
| 74 | + CustomProperty as CustomPropertyV2026_03_10, |
| 75 | +) |
0 commit comments