Skip to content

Commit 8821b13

Browse files
authored
👽 re-generate openapi models
1 parent 4d91fcb commit 8821b13

4,469 files changed

Lines changed: 174286 additions & 174336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

githubkit/rest/__init__.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -555,15 +555,9 @@
555555
from githubkit.versions.v2022_11_28.models import (
556556
CopilotSeatDetails as CopilotSeatDetails,
557557
)
558-
from githubkit.versions.v2022_11_28.models import (
559-
CopilotUsageMetrics as CopilotUsageMetrics,
560-
)
561558
from githubkit.versions.v2022_11_28.models import (
562559
CopilotUsageMetricsDay as CopilotUsageMetricsDay,
563560
)
564-
from githubkit.versions.v2022_11_28.models import (
565-
CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems,
566-
)
567561
from githubkit.versions.v2022_11_28.models import (
568562
CustomDeploymentRuleApp as CustomDeploymentRuleApp,
569563
)
@@ -3784,6 +3778,9 @@
37843778
from githubkit.versions.v2022_11_28.models import (
37853779
WebhookCustomPropertyDeletedPropDefinition as WebhookCustomPropertyDeletedPropDefinition,
37863780
)
3781+
from githubkit.versions.v2022_11_28.models import (
3782+
WebhookCustomPropertyPromotedToEnterprise as WebhookCustomPropertyPromotedToEnterprise,
3783+
)
37873784
from githubkit.versions.v2022_11_28.models import (
37883785
WebhookCustomPropertyUpdated as WebhookCustomPropertyUpdated,
37893786
)
@@ -5089,6 +5086,9 @@
50895086
from githubkit.versions.v2022_11_28.models import (
50905087
WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions,
50915088
)
5089+
from githubkit.versions.v2022_11_28.models import (
5090+
WebhookIssuesTyped as WebhookIssuesTyped,
5091+
)
50925092
from githubkit.versions.v2022_11_28.models import (
50935093
WebhookIssuesUnassigned as WebhookIssuesUnassigned,
50945094
)
@@ -5140,6 +5140,9 @@
51405140
from githubkit.versions.v2022_11_28.models import (
51415141
WebhookIssuesUnpinned as WebhookIssuesUnpinned,
51425142
)
5143+
from githubkit.versions.v2022_11_28.models import (
5144+
WebhookIssuesUntyped as WebhookIssuesUntyped,
5145+
)
51435146
from githubkit.versions.v2022_11_28.models import (
51445147
WebhookLabelCreated as WebhookLabelCreated,
51455148
)
@@ -9887,8 +9890,6 @@
98879890
"CopilotIdeCodeCompletionsPropEditorsItems",
98889891
"CopilotIdeCodeCompletionsPropEditorsItemsPropModelsItems",
98899892
"CopilotIdeCodeCompletionsPropEditorsItemsPropModelsItemsPropLanguagesItems",
9890-
"CopilotUsageMetrics",
9891-
"CopilotUsageMetricsPropBreakdownItems",
98929893
"DependabotPublicKey",
98939894
"Package",
98949895
"OrganizationInvitation",
@@ -10761,6 +10762,7 @@
1076110762
"WebhookCustomPropertyCreated",
1076210763
"WebhookCustomPropertyDeleted",
1076310764
"WebhookCustomPropertyDeletedPropDefinition",
10765+
"WebhookCustomPropertyPromotedToEnterprise",
1076410766
"WebhookCustomPropertyUpdated",
1076510767
"WebhookCustomPropertyValuesUpdated",
1076610768
"WebhookDelete",
@@ -11198,6 +11200,7 @@
1119811200
"WebhookIssuesTransferredPropChangesPropNewIssuePropReactions",
1119911201
"WebhookIssuesTransferredPropChangesPropNewIssuePropSubIssuesSummary",
1120011202
"WebhookIssuesTransferredPropChangesPropNewIssuePropUser",
11203+
"WebhookIssuesTyped",
1120111204
"WebhookIssuesUnassigned",
1120211205
"WebhookIssuesUnlabeled",
1120311206
"WebhookIssuesUnlocked",
@@ -11215,6 +11218,7 @@
1121511218
"WebhookIssuesUnlockedPropIssuePropSubIssuesSummary",
1121611219
"WebhookIssuesUnlockedPropIssuePropUser",
1121711220
"WebhookIssuesUnpinned",
11221+
"WebhookIssuesUntyped",
1121811222
"WebhookLabelCreated",
1121911223
"WebhookLabelDeleted",
1122011224
"WebhookLabelEdited",

0 commit comments

Comments
 (0)