|
664 | 664 | from githubkit.versions.v2026_03_10.models import ( |
665 | 665 | CopilotSeatDetails as CopilotSeatDetails, |
666 | 666 | ) |
| 667 | + from githubkit.versions.v2026_03_10.models import ( |
| 668 | + CopilotUsageMetrics1DayReport as CopilotUsageMetrics1DayReport, |
| 669 | + ) |
| 670 | + from githubkit.versions.v2026_03_10.models import ( |
| 671 | + CopilotUsageMetrics28DayReport as CopilotUsageMetrics28DayReport, |
| 672 | + ) |
667 | 673 | from githubkit.versions.v2026_03_10.models import ( |
668 | 674 | CopilotUsageMetricsDay as CopilotUsageMetricsDay, |
669 | 675 | ) |
|
3280 | 3286 | from githubkit.versions.v2026_03_10.models import ( |
3281 | 3287 | ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof1 as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof1, |
3282 | 3288 | ) |
| 3289 | + from githubkit.versions.v2026_03_10.models import ( |
| 3290 | + ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof2 as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof2, |
| 3291 | + ) |
3283 | 3292 | from githubkit.versions.v2026_03_10.models import ( |
3284 | 3293 | ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody, |
3285 | 3294 | ) |
|
10358 | 10367 | "CodeSecurityDefaultConfigurationsItems", |
10359 | 10368 | "SimpleRepository", |
10360 | 10369 | "CodeSecurityConfigurationRepositories", |
| 10370 | + "CopilotUsageMetrics1DayReport", |
| 10371 | + "CopilotUsageMetrics28DayReport", |
10361 | 10372 | "DependabotAlertPackage", |
10362 | 10373 | "DependabotAlertSecurityVulnerability", |
10363 | 10374 | "DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion", |
|
13797 | 13808 | "ReposOwnerRepoRulesetsRulesetIdPutBody", |
13798 | 13809 | "ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof0", |
13799 | 13810 | "ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof1", |
| 13811 | + "ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyAnyof2", |
13800 | 13812 | "ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody", |
13801 | 13813 | "ReposOwnerRepoStatusesShaPostBody", |
13802 | 13814 | "ReposOwnerRepoSubscriptionPutBody", |
|
0 commit comments