Skip to content

Commit 19895e4

Browse files
committed
👽 re-generate openapi models and apis
1 parent 1764385 commit 19895e4

File tree

4,898 files changed

+327403
-328102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,898 files changed

+327403
-328102
lines changed

githubkit/rest/__init__.py

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
from githubkit.versions.v2022_11_28.models import (
1717
ActionsArtifactAndLogRetentionResponse as ActionsArtifactAndLogRetentionResponse,
1818
)
19-
from githubkit.versions.v2022_11_28.models import (
20-
ActionsBillingUsage as ActionsBillingUsage,
21-
)
22-
from githubkit.versions.v2022_11_28.models import (
23-
ActionsBillingUsagePropMinutesUsedBreakdown as ActionsBillingUsagePropMinutesUsedBreakdown,
24-
)
2519
from githubkit.versions.v2022_11_28.models import (
2620
ActionsCacheList as ActionsCacheList,
2721
)
@@ -155,6 +149,12 @@
155149
)
156150
from githubkit.versions.v2022_11_28.models import AppPermissions as AppPermissions
157151
from githubkit.versions.v2022_11_28.models import Artifact as Artifact
152+
from githubkit.versions.v2022_11_28.models import (
153+
ArtifactDeploymentRecord as ArtifactDeploymentRecord,
154+
)
155+
from githubkit.versions.v2022_11_28.models import (
156+
ArtifactDeploymentRecordPropTags as ArtifactDeploymentRecordPropTags,
157+
)
158158
from githubkit.versions.v2022_11_28.models import (
159159
ArtifactPropWorkflowRun as ArtifactPropWorkflowRun,
160160
)
@@ -496,9 +496,6 @@
496496
from githubkit.versions.v2022_11_28.models import (
497497
CollaboratorPropPermissions as CollaboratorPropPermissions,
498498
)
499-
from githubkit.versions.v2022_11_28.models import (
500-
CombinedBillingUsage as CombinedBillingUsage,
501-
)
502499
from githubkit.versions.v2022_11_28.models import (
503500
CombinedCommitStatus as CombinedCommitStatus,
504501
)
@@ -1422,6 +1419,27 @@
14221419
from githubkit.versions.v2022_11_28.models import (
14231420
OrgsOrgActionsVariablesPostBody as OrgsOrgActionsVariablesPostBody,
14241421
)
1422+
from githubkit.versions.v2022_11_28.models import (
1423+
OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBody as OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBody,
1424+
)
1425+
from githubkit.versions.v2022_11_28.models import (
1426+
OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItems as OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItems,
1427+
)
1428+
from githubkit.versions.v2022_11_28.models import (
1429+
OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItemsPropTags as OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItemsPropTags,
1430+
)
1431+
from githubkit.versions.v2022_11_28.models import (
1432+
OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostResponse200 as OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostResponse200,
1433+
)
1434+
from githubkit.versions.v2022_11_28.models import (
1435+
OrgsOrgArtifactsMetadataDeploymentRecordPostBody as OrgsOrgArtifactsMetadataDeploymentRecordPostBody,
1436+
)
1437+
from githubkit.versions.v2022_11_28.models import (
1438+
OrgsOrgArtifactsMetadataDeploymentRecordPostBodyPropTags as OrgsOrgArtifactsMetadataDeploymentRecordPostBodyPropTags,
1439+
)
1440+
from githubkit.versions.v2022_11_28.models import (
1441+
OrgsOrgArtifactsMetadataDeploymentRecordPostResponse200 as OrgsOrgArtifactsMetadataDeploymentRecordPostResponse200,
1442+
)
14251443
from githubkit.versions.v2022_11_28.models import (
14261444
OrgsOrgArtifactsMetadataStorageRecordPostBody as OrgsOrgArtifactsMetadataStorageRecordPostBody,
14271445
)
@@ -1431,6 +1449,9 @@
14311449
from githubkit.versions.v2022_11_28.models import (
14321450
OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems as OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems,
14331451
)
1452+
from githubkit.versions.v2022_11_28.models import (
1453+
OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200 as OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200,
1454+
)
14341455
from githubkit.versions.v2022_11_28.models import (
14351456
OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200 as OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200,
14361457
)
@@ -1756,9 +1777,6 @@
17561777
OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody,
17571778
)
17581779
from githubkit.versions.v2022_11_28.models import Package as Package
1759-
from githubkit.versions.v2022_11_28.models import (
1760-
PackagesBillingUsage as PackagesBillingUsage,
1761-
)
17621780
from githubkit.versions.v2022_11_28.models import PackageVersion as PackageVersion
17631781
from githubkit.versions.v2022_11_28.models import (
17641782
PackageVersionPropMetadata as PackageVersionPropMetadata,
@@ -2311,6 +2329,9 @@
23112329
from githubkit.versions.v2022_11_28.models import (
23122330
RepositoryRuleParamsCodeScanningTool as RepositoryRuleParamsCodeScanningTool,
23132331
)
2332+
from githubkit.versions.v2022_11_28.models import (
2333+
RepositoryRuleParamsCopilotCodeReviewAnalysisTool as RepositoryRuleParamsCopilotCodeReviewAnalysisTool,
2334+
)
23142335
from githubkit.versions.v2022_11_28.models import (
23152336
RepositoryRuleParamsRequiredReviewerConfiguration as RepositoryRuleParamsRequiredReviewerConfiguration,
23162337
)
@@ -3675,6 +3696,9 @@
36753696
from githubkit.versions.v2022_11_28.models import (
36763697
UsersUsernameProjectsV2ProjectNumberItemsPostBody as UsersUsernameProjectsV2ProjectNumberItemsPostBody,
36773698
)
3699+
from githubkit.versions.v2022_11_28.models import (
3700+
UserUserIdProjectsV2ProjectNumberDraftsPostBody as UserUserIdProjectsV2ProjectNumberDraftsPostBody,
3701+
)
36783702
from githubkit.versions.v2022_11_28.models import ValidationError as ValidationError
36793703
from githubkit.versions.v2022_11_28.models import (
36803704
ValidationErrorPropErrorsItems as ValidationErrorPropErrorsItems,
@@ -10114,6 +10138,8 @@
1011410138
"AuthenticationToken",
1011510139
"AuthenticationTokenPropPermissions",
1011610140
"ActionsPublicKey",
10141+
"ArtifactDeploymentRecord",
10142+
"ArtifactDeploymentRecordPropTags",
1011710143
"TeamSimple",
1011810144
"Team",
1011910145
"TeamPropPermissions",
@@ -10238,10 +10264,10 @@
1023810264
"RepositoryRuleMergeQueuePropParameters",
1023910265
"RepositoryRuleRequiredDeployments",
1024010266
"RepositoryRuleRequiredDeploymentsPropParameters",
10241-
"RepositoryRuleParamsRequiredReviewerConfiguration",
10242-
"RepositoryRuleParamsReviewer",
1024310267
"RepositoryRulePullRequest",
1024410268
"RepositoryRulePullRequestPropParameters",
10269+
"RepositoryRuleParamsRequiredReviewerConfiguration",
10270+
"RepositoryRuleParamsReviewer",
1024510271
"RepositoryRuleRequiredStatusChecks",
1024610272
"RepositoryRuleRequiredStatusChecksPropParameters",
1024710273
"RepositoryRuleParamsStatusCheckConfiguration",
@@ -10272,6 +10298,7 @@
1027210298
"RepositoryRuleParamsCodeScanningTool",
1027310299
"RepositoryRuleCopilotCodeReview",
1027410300
"RepositoryRuleCopilotCodeReviewPropParameters",
10301+
"RepositoryRuleParamsCopilotCodeReviewAnalysisTool",
1027510302
"RepositoryRuleset",
1027610303
"RepositoryRulesetPropLinks",
1027710304
"RepositoryRulesetPropLinksPropSelf",
@@ -10310,10 +10337,6 @@
1031010337
"RepositoryAdvisoryPropCreditsItems",
1031110338
"RepositoryAdvisoryVulnerability",
1031210339
"RepositoryAdvisoryVulnerabilityPropPackage",
10313-
"ActionsBillingUsage",
10314-
"ActionsBillingUsagePropMinutesUsedBreakdown",
10315-
"PackagesBillingUsage",
10316-
"CombinedBillingUsage",
1031710340
"ImmutableReleasesOrganizationSettings",
1031810341
"NetworkSettings",
1031910342
"TeamFull",
@@ -12973,9 +12996,17 @@
1297312996
"OrgsOrgActionsVariablesNamePatchBody",
1297412997
"OrgsOrgActionsVariablesNameRepositoriesGetResponse200",
1297512998
"OrgsOrgActionsVariablesNameRepositoriesPutBody",
12999+
"OrgsOrgArtifactsMetadataDeploymentRecordPostBody",
13000+
"OrgsOrgArtifactsMetadataDeploymentRecordPostBodyPropTags",
13001+
"OrgsOrgArtifactsMetadataDeploymentRecordPostResponse200",
13002+
"OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBody",
13003+
"OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItems",
13004+
"OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItemsPropTags",
13005+
"OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostResponse200",
1297613006
"OrgsOrgArtifactsMetadataStorageRecordPostBody",
1297713007
"OrgsOrgArtifactsMetadataStorageRecordPostResponse200",
1297813008
"OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems",
13009+
"OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200",
1297913010
"OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200",
1298013011
"OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200PropStorageRecordsItems",
1298113012
"OrgsOrgAttestationsBulkListPostBody",
@@ -13363,6 +13394,7 @@
1336313394
"UserSocialAccountsPostBody",
1336413395
"UserSocialAccountsDeleteBody",
1336513396
"UserSshSigningKeysPostBody",
13397+
"UserUserIdProjectsV2ProjectNumberDraftsPostBody",
1336613398
"UsersUsernameAttestationsBulkListPostBody",
1336713399
"UsersUsernameAttestationsBulkListPostResponse200",
1336813400
"UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests",

0 commit comments

Comments
 (0)