|
1053 | 1053 | from githubkit.versions.v2022_11_28.models import ( |
1054 | 1054 | MinimalRepository as MinimalRepository, |
1055 | 1055 | ) |
| 1056 | + from githubkit.versions.v2022_11_28.models import ( |
| 1057 | + MinimalRepositoryPropCustomProperties as MinimalRepositoryPropCustomProperties, |
| 1058 | + ) |
1056 | 1059 | from githubkit.versions.v2022_11_28.models import ( |
1057 | 1060 | MinimalRepositoryPropLicense as MinimalRepositoryPropLicense, |
1058 | 1061 | ) |
|
1149 | 1152 | OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBody as OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBody, |
1150 | 1153 | ) |
1151 | 1154 | from githubkit.versions.v2022_11_28.models import ( |
1152 | | - OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof0 as OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof0, |
1153 | | - ) |
1154 | | - from githubkit.versions.v2022_11_28.models import ( |
1155 | | - OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof1 as OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof1, |
| 1155 | + OrganizationsOrgDependabotRepositoryAccessPatchBody as OrganizationsOrgDependabotRepositoryAccessPatchBody, |
1156 | 1156 | ) |
1157 | 1157 | from githubkit.versions.v2022_11_28.models import ( |
1158 | 1158 | OrganizationUpdateIssueType as OrganizationUpdateIssueType, |
|
1291 | 1291 | from githubkit.versions.v2022_11_28.models import ( |
1292 | 1292 | OrgsOrgActionsVariablesPostBody as OrgsOrgActionsVariablesPostBody, |
1293 | 1293 | ) |
| 1294 | + from githubkit.versions.v2022_11_28.models import ( |
| 1295 | + OrgsOrgAttestationsBulkListPostBody as OrgsOrgAttestationsBulkListPostBody, |
| 1296 | + ) |
| 1297 | + from githubkit.versions.v2022_11_28.models import ( |
| 1298 | + OrgsOrgAttestationsBulkListPostResponse200 as OrgsOrgAttestationsBulkListPostResponse200, |
| 1299 | + ) |
| 1300 | + from githubkit.versions.v2022_11_28.models import ( |
| 1301 | + OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigests as OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigests, |
| 1302 | + ) |
| 1303 | + from githubkit.versions.v2022_11_28.models import ( |
| 1304 | + OrgsOrgAttestationsBulkListPostResponse200PropPageInfo as OrgsOrgAttestationsBulkListPostResponse200PropPageInfo, |
| 1305 | + ) |
1294 | 1306 | from githubkit.versions.v2022_11_28.models import ( |
1295 | 1307 | OrgsOrgAttestationsSubjectDigestGetResponse200 as OrgsOrgAttestationsSubjectDigestGetResponse200, |
1296 | 1308 | ) |
|
3434 | 3446 | from githubkit.versions.v2022_11_28.models import ( |
3435 | 3447 | UserSshSigningKeysPostBody as UserSshSigningKeysPostBody, |
3436 | 3448 | ) |
| 3449 | + from githubkit.versions.v2022_11_28.models import ( |
| 3450 | + UsersUsernameAttestationsDeleteRequestPostBodyOneof0 as UsersUsernameAttestationsDeleteRequestPostBodyOneof0, |
| 3451 | + ) |
| 3452 | + from githubkit.versions.v2022_11_28.models import ( |
| 3453 | + UsersUsernameAttestationsDeleteRequestPostBodyOneof1 as UsersUsernameAttestationsDeleteRequestPostBodyOneof1, |
| 3454 | + ) |
3437 | 3455 | from githubkit.versions.v2022_11_28.models import ( |
3438 | 3456 | UsersUsernameAttestationsSubjectDigestGetResponse200 as UsersUsernameAttestationsSubjectDigestGetResponse200, |
3439 | 3457 | ) |
|
9821 | 9839 | "DependabotAlertSecurityAdvisoryPropReferencesItems", |
9822 | 9840 | "DependabotAlertWithRepository", |
9823 | 9841 | "DependabotAlertWithRepositoryPropDependency", |
| 9842 | + "SecretScanningLocationCommit", |
| 9843 | + "SecretScanningLocationWikiCommit", |
| 9844 | + "SecretScanningLocationIssueBody", |
| 9845 | + "SecretScanningLocationDiscussionTitle", |
| 9846 | + "SecretScanningLocationDiscussionComment", |
| 9847 | + "SecretScanningLocationPullRequestBody", |
| 9848 | + "SecretScanningLocationPullRequestReview", |
| 9849 | + "SecretScanningLocationIssueTitle", |
| 9850 | + "SecretScanningLocationIssueComment", |
| 9851 | + "SecretScanningLocationPullRequestTitle", |
| 9852 | + "SecretScanningLocationPullRequestReviewComment", |
| 9853 | + "SecretScanningLocationDiscussionBody", |
| 9854 | + "SecretScanningLocationPullRequestComment", |
9824 | 9855 | "OrganizationSecretScanningAlert", |
9825 | 9856 | "Milestone", |
9826 | 9857 | "IssueType", |
|
9875 | 9906 | "CodeOfConduct", |
9876 | 9907 | "MinimalRepositoryPropPermissions", |
9877 | 9908 | "MinimalRepositoryPropLicense", |
| 9909 | + "MinimalRepositoryPropCustomProperties", |
9878 | 9910 | "Thread", |
9879 | 9911 | "ThreadPropSubject", |
9880 | 9912 | "ThreadSubscription", |
|
10423 | 10455 | "RepositoryRuleDetailedOneof19", |
10424 | 10456 | "RepositoryRuleDetailedOneof20", |
10425 | 10457 | "SecretScanningAlert", |
| 10458 | + "SecretScanningLocation", |
10426 | 10459 | "SecretScanningPushProtectionBypass", |
10427 | 10460 | "SecretScanningScanHistory", |
10428 | 10461 | "SecretScanningScan", |
|
12481 | 12514 | "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser", |
12482 | 12515 | "WebhookSecretScanningAlertCreated", |
12483 | 12516 | "WebhookSecretScanningAlertLocationCreated", |
12484 | | - "SecretScanningLocation", |
12485 | | - "SecretScanningLocationCommit", |
12486 | | - "SecretScanningLocationWikiCommit", |
12487 | | - "SecretScanningLocationIssueTitle", |
12488 | | - "SecretScanningLocationIssueBody", |
12489 | | - "SecretScanningLocationIssueComment", |
12490 | | - "SecretScanningLocationDiscussionTitle", |
12491 | | - "SecretScanningLocationDiscussionBody", |
12492 | | - "SecretScanningLocationDiscussionComment", |
12493 | | - "SecretScanningLocationPullRequestTitle", |
12494 | | - "SecretScanningLocationPullRequestBody", |
12495 | | - "SecretScanningLocationPullRequestComment", |
12496 | | - "SecretScanningLocationPullRequestReview", |
12497 | | - "SecretScanningLocationPullRequestReviewComment", |
12498 | 12517 | "WebhookSecretScanningAlertLocationCreatedFormEncoded", |
12499 | 12518 | "WebhookSecretScanningAlertPubliclyLeaked", |
12500 | 12519 | "WebhookSecretScanningAlertReopened", |
|
12692 | 12711 | "NotificationsPutBody", |
12693 | 12712 | "NotificationsPutResponse202", |
12694 | 12713 | "NotificationsThreadsThreadIdSubscriptionPutBody", |
12695 | | - "OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof0", |
12696 | | - "OrganizationsOrgDependabotRepositoryAccessPatchBodyOneof1", |
| 12714 | + "OrganizationsOrgDependabotRepositoryAccessPatchBody", |
12697 | 12715 | "OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBody", |
12698 | 12716 | "OrgsOrgPatchBody", |
12699 | 12717 | "OrgsOrgActionsCacheUsageByRepositoryGetResponse200", |
|
12736 | 12754 | "OrgsOrgActionsVariablesNamePatchBody", |
12737 | 12755 | "OrgsOrgActionsVariablesNameRepositoriesGetResponse200", |
12738 | 12756 | "OrgsOrgActionsVariablesNameRepositoriesPutBody", |
| 12757 | + "OrgsOrgAttestationsBulkListPostBody", |
| 12758 | + "OrgsOrgAttestationsBulkListPostResponse200", |
| 12759 | + "OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigests", |
| 12760 | + "OrgsOrgAttestationsBulkListPostResponse200PropPageInfo", |
12739 | 12761 | "OrgsOrgAttestationsSubjectDigestGetResponse200", |
12740 | 12762 | "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems", |
12741 | 12763 | "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle", |
|
13120 | 13142 | "UserSocialAccountsPostBody", |
13121 | 13143 | "UserSocialAccountsDeleteBody", |
13122 | 13144 | "UserSshSigningKeysPostBody", |
| 13145 | + "UsersUsernameAttestationsDeleteRequestPostBodyOneof0", |
| 13146 | + "UsersUsernameAttestationsDeleteRequestPostBodyOneof1", |
13123 | 13147 | "UsersUsernameAttestationsSubjectDigestGetResponse200", |
13124 | 13148 | "UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems", |
13125 | 13149 | "UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle", |
|
0 commit comments