|
16 | 16 | from githubkit.versions.v2022_11_28.models import ( |
17 | 17 | ActionsArtifactAndLogRetentionResponse as ActionsArtifactAndLogRetentionResponse, |
18 | 18 | ) |
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 | | - ) |
25 | 19 | from githubkit.versions.v2022_11_28.models import ( |
26 | 20 | ActionsCacheList as ActionsCacheList, |
27 | 21 | ) |
|
155 | 149 | ) |
156 | 150 | from githubkit.versions.v2022_11_28.models import AppPermissions as AppPermissions |
157 | 151 | 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 | + ) |
158 | 158 | from githubkit.versions.v2022_11_28.models import ( |
159 | 159 | ArtifactPropWorkflowRun as ArtifactPropWorkflowRun, |
160 | 160 | ) |
|
496 | 496 | from githubkit.versions.v2022_11_28.models import ( |
497 | 497 | CollaboratorPropPermissions as CollaboratorPropPermissions, |
498 | 498 | ) |
499 | | - from githubkit.versions.v2022_11_28.models import ( |
500 | | - CombinedBillingUsage as CombinedBillingUsage, |
501 | | - ) |
502 | 499 | from githubkit.versions.v2022_11_28.models import ( |
503 | 500 | CombinedCommitStatus as CombinedCommitStatus, |
504 | 501 | ) |
|
1422 | 1419 | from githubkit.versions.v2022_11_28.models import ( |
1423 | 1420 | OrgsOrgActionsVariablesPostBody as OrgsOrgActionsVariablesPostBody, |
1424 | 1421 | ) |
| 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 | + ) |
1425 | 1443 | from githubkit.versions.v2022_11_28.models import ( |
1426 | 1444 | OrgsOrgArtifactsMetadataStorageRecordPostBody as OrgsOrgArtifactsMetadataStorageRecordPostBody, |
1427 | 1445 | ) |
|
1431 | 1449 | from githubkit.versions.v2022_11_28.models import ( |
1432 | 1450 | OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems as OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems, |
1433 | 1451 | ) |
| 1452 | + from githubkit.versions.v2022_11_28.models import ( |
| 1453 | + OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200 as OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200, |
| 1454 | + ) |
1434 | 1455 | from githubkit.versions.v2022_11_28.models import ( |
1435 | 1456 | OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200 as OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200, |
1436 | 1457 | ) |
|
1756 | 1777 | OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody, |
1757 | 1778 | ) |
1758 | 1779 | 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 | | - ) |
1762 | 1780 | from githubkit.versions.v2022_11_28.models import PackageVersion as PackageVersion |
1763 | 1781 | from githubkit.versions.v2022_11_28.models import ( |
1764 | 1782 | PackageVersionPropMetadata as PackageVersionPropMetadata, |
|
2311 | 2329 | from githubkit.versions.v2022_11_28.models import ( |
2312 | 2330 | RepositoryRuleParamsCodeScanningTool as RepositoryRuleParamsCodeScanningTool, |
2313 | 2331 | ) |
| 2332 | + from githubkit.versions.v2022_11_28.models import ( |
| 2333 | + RepositoryRuleParamsCopilotCodeReviewAnalysisTool as RepositoryRuleParamsCopilotCodeReviewAnalysisTool, |
| 2334 | + ) |
2314 | 2335 | from githubkit.versions.v2022_11_28.models import ( |
2315 | 2336 | RepositoryRuleParamsRequiredReviewerConfiguration as RepositoryRuleParamsRequiredReviewerConfiguration, |
2316 | 2337 | ) |
|
3675 | 3696 | from githubkit.versions.v2022_11_28.models import ( |
3676 | 3697 | UsersUsernameProjectsV2ProjectNumberItemsPostBody as UsersUsernameProjectsV2ProjectNumberItemsPostBody, |
3677 | 3698 | ) |
| 3699 | + from githubkit.versions.v2022_11_28.models import ( |
| 3700 | + UserUserIdProjectsV2ProjectNumberDraftsPostBody as UserUserIdProjectsV2ProjectNumberDraftsPostBody, |
| 3701 | + ) |
3678 | 3702 | from githubkit.versions.v2022_11_28.models import ValidationError as ValidationError |
3679 | 3703 | from githubkit.versions.v2022_11_28.models import ( |
3680 | 3704 | ValidationErrorPropErrorsItems as ValidationErrorPropErrorsItems, |
|
10114 | 10138 | "AuthenticationToken", |
10115 | 10139 | "AuthenticationTokenPropPermissions", |
10116 | 10140 | "ActionsPublicKey", |
| 10141 | + "ArtifactDeploymentRecord", |
| 10142 | + "ArtifactDeploymentRecordPropTags", |
10117 | 10143 | "TeamSimple", |
10118 | 10144 | "Team", |
10119 | 10145 | "TeamPropPermissions", |
@@ -10238,10 +10264,10 @@ |
10238 | 10264 | "RepositoryRuleMergeQueuePropParameters", |
10239 | 10265 | "RepositoryRuleRequiredDeployments", |
10240 | 10266 | "RepositoryRuleRequiredDeploymentsPropParameters", |
10241 | | - "RepositoryRuleParamsRequiredReviewerConfiguration", |
10242 | | - "RepositoryRuleParamsReviewer", |
10243 | 10267 | "RepositoryRulePullRequest", |
10244 | 10268 | "RepositoryRulePullRequestPropParameters", |
| 10269 | + "RepositoryRuleParamsRequiredReviewerConfiguration", |
| 10270 | + "RepositoryRuleParamsReviewer", |
10245 | 10271 | "RepositoryRuleRequiredStatusChecks", |
10246 | 10272 | "RepositoryRuleRequiredStatusChecksPropParameters", |
10247 | 10273 | "RepositoryRuleParamsStatusCheckConfiguration", |
|
10272 | 10298 | "RepositoryRuleParamsCodeScanningTool", |
10273 | 10299 | "RepositoryRuleCopilotCodeReview", |
10274 | 10300 | "RepositoryRuleCopilotCodeReviewPropParameters", |
| 10301 | + "RepositoryRuleParamsCopilotCodeReviewAnalysisTool", |
10275 | 10302 | "RepositoryRuleset", |
10276 | 10303 | "RepositoryRulesetPropLinks", |
10277 | 10304 | "RepositoryRulesetPropLinksPropSelf", |
|
10310 | 10337 | "RepositoryAdvisoryPropCreditsItems", |
10311 | 10338 | "RepositoryAdvisoryVulnerability", |
10312 | 10339 | "RepositoryAdvisoryVulnerabilityPropPackage", |
10313 | | - "ActionsBillingUsage", |
10314 | | - "ActionsBillingUsagePropMinutesUsedBreakdown", |
10315 | | - "PackagesBillingUsage", |
10316 | | - "CombinedBillingUsage", |
10317 | 10340 | "ImmutableReleasesOrganizationSettings", |
10318 | 10341 | "NetworkSettings", |
10319 | 10342 | "TeamFull", |
|
12973 | 12996 | "OrgsOrgActionsVariablesNamePatchBody", |
12974 | 12997 | "OrgsOrgActionsVariablesNameRepositoriesGetResponse200", |
12975 | 12998 | "OrgsOrgActionsVariablesNameRepositoriesPutBody", |
| 12999 | + "OrgsOrgArtifactsMetadataDeploymentRecordPostBody", |
| 13000 | + "OrgsOrgArtifactsMetadataDeploymentRecordPostBodyPropTags", |
| 13001 | + "OrgsOrgArtifactsMetadataDeploymentRecordPostResponse200", |
| 13002 | + "OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBody", |
| 13003 | + "OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItems", |
| 13004 | + "OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostBodyPropDeploymentsItemsPropTags", |
| 13005 | + "OrgsOrgArtifactsMetadataDeploymentRecordClusterClusterPostResponse200", |
12976 | 13006 | "OrgsOrgArtifactsMetadataStorageRecordPostBody", |
12977 | 13007 | "OrgsOrgArtifactsMetadataStorageRecordPostResponse200", |
12978 | 13008 | "OrgsOrgArtifactsMetadataStorageRecordPostResponse200PropStorageRecordsItems", |
| 13009 | + "OrgsOrgArtifactsSubjectDigestMetadataDeploymentRecordsGetResponse200", |
12979 | 13010 | "OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200", |
12980 | 13011 | "OrgsOrgArtifactsSubjectDigestMetadataStorageRecordsGetResponse200PropStorageRecordsItems", |
12981 | 13012 | "OrgsOrgAttestationsBulkListPostBody", |
|
13363 | 13394 | "UserSocialAccountsPostBody", |
13364 | 13395 | "UserSocialAccountsDeleteBody", |
13365 | 13396 | "UserSshSigningKeysPostBody", |
| 13397 | + "UserUserIdProjectsV2ProjectNumberDraftsPostBody", |
13366 | 13398 | "UsersUsernameAttestationsBulkListPostBody", |
13367 | 13399 | "UsersUsernameAttestationsBulkListPostResponse200", |
13368 | 13400 | "UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests", |
|
0 commit comments