|
555 | 555 | from githubkit.versions.v2022_11_28.models import ( |
556 | 556 | CopilotSeatDetails as CopilotSeatDetails, |
557 | 557 | ) |
558 | | - from githubkit.versions.v2022_11_28.models import ( |
559 | | - CopilotUsageMetrics as CopilotUsageMetrics, |
560 | | - ) |
561 | 558 | from githubkit.versions.v2022_11_28.models import ( |
562 | 559 | CopilotUsageMetricsDay as CopilotUsageMetricsDay, |
563 | 560 | ) |
564 | | - from githubkit.versions.v2022_11_28.models import ( |
565 | | - CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems, |
566 | | - ) |
567 | 561 | from githubkit.versions.v2022_11_28.models import ( |
568 | 562 | CustomDeploymentRuleApp as CustomDeploymentRuleApp, |
569 | 563 | ) |
|
3784 | 3778 | from githubkit.versions.v2022_11_28.models import ( |
3785 | 3779 | WebhookCustomPropertyDeletedPropDefinition as WebhookCustomPropertyDeletedPropDefinition, |
3786 | 3780 | ) |
| 3781 | + from githubkit.versions.v2022_11_28.models import ( |
| 3782 | + WebhookCustomPropertyPromotedToEnterprise as WebhookCustomPropertyPromotedToEnterprise, |
| 3783 | + ) |
3787 | 3784 | from githubkit.versions.v2022_11_28.models import ( |
3788 | 3785 | WebhookCustomPropertyUpdated as WebhookCustomPropertyUpdated, |
3789 | 3786 | ) |
|
5089 | 5086 | from githubkit.versions.v2022_11_28.models import ( |
5090 | 5087 | WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions, |
5091 | 5088 | ) |
| 5089 | + from githubkit.versions.v2022_11_28.models import ( |
| 5090 | + WebhookIssuesTyped as WebhookIssuesTyped, |
| 5091 | + ) |
5092 | 5092 | from githubkit.versions.v2022_11_28.models import ( |
5093 | 5093 | WebhookIssuesUnassigned as WebhookIssuesUnassigned, |
5094 | 5094 | ) |
|
5140 | 5140 | from githubkit.versions.v2022_11_28.models import ( |
5141 | 5141 | WebhookIssuesUnpinned as WebhookIssuesUnpinned, |
5142 | 5142 | ) |
| 5143 | + from githubkit.versions.v2022_11_28.models import ( |
| 5144 | + WebhookIssuesUntyped as WebhookIssuesUntyped, |
| 5145 | + ) |
5143 | 5146 | from githubkit.versions.v2022_11_28.models import ( |
5144 | 5147 | WebhookLabelCreated as WebhookLabelCreated, |
5145 | 5148 | ) |
|
9887 | 9890 | "CopilotIdeCodeCompletionsPropEditorsItems", |
9888 | 9891 | "CopilotIdeCodeCompletionsPropEditorsItemsPropModelsItems", |
9889 | 9892 | "CopilotIdeCodeCompletionsPropEditorsItemsPropModelsItemsPropLanguagesItems", |
9890 | | - "CopilotUsageMetrics", |
9891 | | - "CopilotUsageMetricsPropBreakdownItems", |
9892 | 9893 | "DependabotPublicKey", |
9893 | 9894 | "Package", |
9894 | 9895 | "OrganizationInvitation", |
|
10761 | 10762 | "WebhookCustomPropertyCreated", |
10762 | 10763 | "WebhookCustomPropertyDeleted", |
10763 | 10764 | "WebhookCustomPropertyDeletedPropDefinition", |
| 10765 | + "WebhookCustomPropertyPromotedToEnterprise", |
10764 | 10766 | "WebhookCustomPropertyUpdated", |
10765 | 10767 | "WebhookCustomPropertyValuesUpdated", |
10766 | 10768 | "WebhookDelete", |
|
11198 | 11200 | "WebhookIssuesTransferredPropChangesPropNewIssuePropReactions", |
11199 | 11201 | "WebhookIssuesTransferredPropChangesPropNewIssuePropSubIssuesSummary", |
11200 | 11202 | "WebhookIssuesTransferredPropChangesPropNewIssuePropUser", |
| 11203 | + "WebhookIssuesTyped", |
11201 | 11204 | "WebhookIssuesUnassigned", |
11202 | 11205 | "WebhookIssuesUnlabeled", |
11203 | 11206 | "WebhookIssuesUnlocked", |
|
11215 | 11218 | "WebhookIssuesUnlockedPropIssuePropSubIssuesSummary", |
11216 | 11219 | "WebhookIssuesUnlockedPropIssuePropUser", |
11217 | 11220 | "WebhookIssuesUnpinned", |
| 11221 | + "WebhookIssuesUntyped", |
11218 | 11222 | "WebhookLabelCreated", |
11219 | 11223 | "WebhookLabelDeleted", |
11220 | 11224 | "WebhookLabelEdited", |
|
0 commit comments