You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: githubkit/rest/__init__.py
+58-22Lines changed: 58 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,12 @@
52
52
from githubkit.versions.v2022_11_28.models import (
53
53
ActionsHostedRunnerCuratedImage as ActionsHostedRunnerCuratedImage,
54
54
)
55
+
from githubkit.versions.v2022_11_28.models import (
56
+
ActionsHostedRunnerCustomImage as ActionsHostedRunnerCustomImage,
57
+
)
58
+
from githubkit.versions.v2022_11_28.models import (
59
+
ActionsHostedRunnerCustomImageVersion as ActionsHostedRunnerCustomImageVersion,
60
+
)
55
61
from githubkit.versions.v2022_11_28.models import (
56
62
ActionsHostedRunnerLimits as ActionsHostedRunnerLimits,
57
63
)
@@ -768,15 +774,18 @@
768
774
from githubkit.versions.v2022_11_28.models import (
769
775
EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions as EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions,
770
776
)
771
-
from githubkit.versions.v2022_11_28.models import (
772
-
EnterprisesEnterpriseSecretScanningAlertsGetResponse503 as EnterprisesEnterpriseSecretScanningAlertsGetResponse503,
773
-
)
774
777
from githubkit.versions.v2022_11_28.models import (
775
778
EnterprisesEnterpriseTeamsEnterpriseTeamMembershipsAddPostBody as EnterprisesEnterpriseTeamsEnterpriseTeamMembershipsAddPostBody,
776
779
)
777
780
from githubkit.versions.v2022_11_28.models import (
778
781
EnterprisesEnterpriseTeamsEnterpriseTeamMembershipsRemovePostBody as EnterprisesEnterpriseTeamsEnterpriseTeamMembershipsRemovePostBody,
779
782
)
783
+
from githubkit.versions.v2022_11_28.models import (
784
+
EnterprisesEnterpriseTeamsEnterpriseTeamOrganizationsAddPostBody as EnterprisesEnterpriseTeamsEnterpriseTeamOrganizationsAddPostBody,
785
+
)
786
+
from githubkit.versions.v2022_11_28.models import (
787
+
EnterprisesEnterpriseTeamsEnterpriseTeamOrganizationsRemovePostBody as EnterprisesEnterpriseTeamsEnterpriseTeamOrganizationsRemovePostBody,
788
+
)
780
789
from githubkit.versions.v2022_11_28.models import (
781
790
EnterprisesEnterpriseTeamsPostBody as EnterprisesEnterpriseTeamsPostBody,
782
791
)
@@ -814,6 +823,9 @@
814
823
EventPropPayloadPropPagesItems as EventPropPayloadPropPagesItems,
815
824
)
816
825
from githubkit.versions.v2022_11_28.models import EventPropRepo as EventPropRepo
826
+
from githubkit.versions.v2022_11_28.models import (
827
+
EventsGetResponse503 as EventsGetResponse503,
828
+
)
817
829
from githubkit.versions.v2022_11_28.models import Feed as Feed
818
830
from githubkit.versions.v2022_11_28.models import FeedPropLinks as FeedPropLinks
819
831
from githubkit.versions.v2022_11_28.models import FileCommit as FileCommit
@@ -1212,6 +1224,9 @@
1212
1224
from githubkit.versions.v2022_11_28.models import (
1213
1225
OrganizationsOrgDependabotRepositoryAccessPatchBody as OrganizationsOrgDependabotRepositoryAccessPatchBody,
1214
1226
)
1227
+
from githubkit.versions.v2022_11_28.models import (
1228
+
OrganizationsOrgOrgPropertiesValuesPatchBody as OrganizationsOrgOrgPropertiesValuesPatchBody,
1229
+
)
1215
1230
from githubkit.versions.v2022_11_28.models import (
1216
1231
OrganizationUpdateIssueType as OrganizationUpdateIssueType,
1217
1232
)
@@ -1250,6 +1265,12 @@
1250
1265
from githubkit.versions.v2022_11_28.models import (
1251
1266
OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody as OrgsOrgActionsHostedRunnersHostedRunnerIdPatchBody,
1252
1267
)
1268
+
from githubkit.versions.v2022_11_28.models import (
1269
+
OrgsOrgActionsHostedRunnersImagesCustomGetResponse200 as OrgsOrgActionsHostedRunnersImagesCustomGetResponse200,
1270
+
)
1271
+
from githubkit.versions.v2022_11_28.models import (
1272
+
OrgsOrgActionsHostedRunnersImagesCustomImageDefinitionIdVersionsGetResponse200 as OrgsOrgActionsHostedRunnersImagesCustomImageDefinitionIdVersionsGetResponse200,
1273
+
)
1253
1274
from githubkit.versions.v2022_11_28.models import (
1254
1275
OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200 as OrgsOrgActionsHostedRunnersImagesGithubOwnedGetResponse200,
1255
1276
)
@@ -1391,6 +1412,9 @@
1391
1412
from githubkit.versions.v2022_11_28.models import (
1392
1413
OrgsOrgAttestationsDeleteRequestPostBodyOneof1 as OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1393
1414
)
1415
+
from githubkit.versions.v2022_11_28.models import (
1416
+
OrgsOrgAttestationsRepositoriesGetResponse200Items as OrgsOrgAttestationsRepositoriesGetResponse200Items,
1417
+
)
1394
1418
from githubkit.versions.v2022_11_28.models import (
1395
1419
OrgsOrgAttestationsSubjectDigestGetResponse200 as OrgsOrgAttestationsSubjectDigestGetResponse200,
1396
1420
)
@@ -1410,7 +1434,10 @@
1410
1434
OrgsOrgCampaignsCampaignNumberPatchBody as OrgsOrgCampaignsCampaignNumberPatchBody,
1411
1435
)
1412
1436
from githubkit.versions.v2022_11_28.models import (
1413
-
OrgsOrgCampaignsPostBody as OrgsOrgCampaignsPostBody,
1437
+
OrgsOrgCampaignsPostBodyOneof0 as OrgsOrgCampaignsPostBodyOneof0,
1438
+
)
1439
+
from githubkit.versions.v2022_11_28.models import (
1440
+
OrgsOrgCampaignsPostBodyOneof1 as OrgsOrgCampaignsPostBodyOneof1,
1414
1441
)
1415
1442
from githubkit.versions.v2022_11_28.models import (
1416
1443
OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems,
0 commit comments