|
1221 | 1221 | from githubkit.versions.v2026_03_10.models import ( |
1222 | 1222 | NotificationsThreadsThreadIdSubscriptionPutBody as NotificationsThreadsThreadIdSubscriptionPutBody, |
1223 | 1223 | ) |
| 1224 | + from githubkit.versions.v2026_03_10.models import ( |
| 1225 | + OidcCustomPropertyInclusion as OidcCustomPropertyInclusion, |
| 1226 | + ) |
| 1227 | + from githubkit.versions.v2026_03_10.models import ( |
| 1228 | + OidcCustomPropertyInclusionInput as OidcCustomPropertyInclusionInput, |
| 1229 | + ) |
1224 | 1230 | from githubkit.versions.v2026_03_10.models import OidcCustomSub as OidcCustomSub |
1225 | 1231 | from githubkit.versions.v2026_03_10.models import ( |
1226 | 1232 | OidcCustomSubRepo as OidcCustomSubRepo, |
|
1638 | 1644 | from githubkit.versions.v2026_03_10.models import ( |
1639 | 1645 | OrgsOrgCopilotBillingSelectedUsersPostResponse201 as OrgsOrgCopilotBillingSelectedUsersPostResponse201, |
1640 | 1646 | ) |
| 1647 | + from githubkit.versions.v2026_03_10.models import ( |
| 1648 | + OrgsOrgCopilotCodingAgentPermissionsGetResponse200 as OrgsOrgCopilotCodingAgentPermissionsGetResponse200, |
| 1649 | + ) |
| 1650 | + from githubkit.versions.v2026_03_10.models import ( |
| 1651 | + OrgsOrgCopilotCodingAgentPermissionsPutBody as OrgsOrgCopilotCodingAgentPermissionsPutBody, |
| 1652 | + ) |
| 1653 | + from githubkit.versions.v2026_03_10.models import ( |
| 1654 | + OrgsOrgCopilotCodingAgentPermissionsRepositoriesGetResponse200 as OrgsOrgCopilotCodingAgentPermissionsRepositoriesGetResponse200, |
| 1655 | + ) |
| 1656 | + from githubkit.versions.v2026_03_10.models import ( |
| 1657 | + OrgsOrgCopilotCodingAgentPermissionsRepositoriesPutBody as OrgsOrgCopilotCodingAgentPermissionsRepositoriesPutBody, |
| 1658 | + ) |
1641 | 1659 | from githubkit.versions.v2026_03_10.models import ( |
1642 | 1660 | OrgsOrgCopilotContentExclusionPutBody as OrgsOrgCopilotContentExclusionPutBody, |
1643 | 1661 | ) |
|
10327 | 10345 | "ClassroomAssignmentGrade", |
10328 | 10346 | "ActionsCacheRetentionLimitForEnterprise", |
10329 | 10347 | "ActionsCacheStorageLimitForEnterprise", |
| 10348 | + "OidcCustomPropertyInclusion", |
| 10349 | + "OidcCustomPropertyInclusionInput", |
10330 | 10350 | "CodeSecurityConfiguration", |
10331 | 10351 | "CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions", |
10332 | 10352 | "CodeSecurityConfigurationPropCodeScanningOptions", |
|
13479 | 13499 | "OrgsOrgCopilotBillingSelectedUsersPostResponse201", |
13480 | 13500 | "OrgsOrgCopilotBillingSelectedUsersDeleteBody", |
13481 | 13501 | "OrgsOrgCopilotBillingSelectedUsersDeleteResponse200", |
| 13502 | + "OrgsOrgCopilotCodingAgentPermissionsGetResponse200", |
| 13503 | + "OrgsOrgCopilotCodingAgentPermissionsPutBody", |
| 13504 | + "OrgsOrgCopilotCodingAgentPermissionsRepositoriesGetResponse200", |
| 13505 | + "OrgsOrgCopilotCodingAgentPermissionsRepositoriesPutBody", |
13482 | 13506 | "OrgsOrgCopilotContentExclusionPutBody", |
13483 | 13507 | "OrgsOrgCopilotContentExclusionPutResponse200", |
13484 | 13508 | "OrgsOrgDependabotSecretsGetResponse200", |
|
0 commit comments