Skip to content

Commit dbf2296

Browse files
authored
👽 re-generate models and apis
1 parent c438a6b commit dbf2296

File tree

2,086 files changed

+132490
-131808
lines changed

Some content is hidden

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

2,086 files changed

+132490
-131808
lines changed

githubkit/rest/__init__.py

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@
672672
from githubkit.versions.v2022_11_28.models import (
673673
LabelSearchResultItem as LabelSearchResultItem,
674674
)
675+
from githubkit.versions.v2022_11_28.models import (
676+
PagesDeploymentStatus as PagesDeploymentStatus,
677+
)
675678
from githubkit.versions.v2022_11_28.models import (
676679
PagesHttpsCertificate as PagesHttpsCertificate,
677680
)
@@ -1206,6 +1209,9 @@
12061209
from githubkit.versions.v2022_11_28.models import (
12071210
OrgRulesetConditionsOneof1 as OrgRulesetConditionsOneof1,
12081211
)
1212+
from githubkit.versions.v2022_11_28.models import (
1213+
OrgRulesetConditionsOneof2 as OrgRulesetConditionsOneof2,
1214+
)
12091215
from githubkit.versions.v2022_11_28.models import (
12101216
OrganizationSimpleWebhooks as OrganizationSimpleWebhooks,
12111217
)
@@ -2631,6 +2637,9 @@
26312637
from githubkit.versions.v2022_11_28.models import (
26322638
WebhookRubygemsMetadataPropMetadata as WebhookRubygemsMetadataPropMetadata,
26332639
)
2640+
from githubkit.versions.v2022_11_28.models import (
2641+
WebhookSecretScanningAlertValidated as WebhookSecretScanningAlertValidated,
2642+
)
26342643
from githubkit.versions.v2022_11_28.models import (
26352644
WebhookSponsorshipEditedPropChanges as WebhookSponsorshipEditedPropChanges,
26362645
)
@@ -2823,9 +2832,6 @@
28232832
from githubkit.versions.v2022_11_28.models import (
28242833
ReposOwnerRepoHooksPostBodyPropConfig as ReposOwnerRepoHooksPostBodyPropConfig,
28252834
)
2826-
from githubkit.versions.v2022_11_28.models import (
2827-
ReposOwnerRepoPagesDeploymentPostBody as ReposOwnerRepoPagesDeploymentPostBody,
2828-
)
28292835
from githubkit.versions.v2022_11_28.models import (
28302836
ReposOwnerRepoPagesPostBodyPropSource as ReposOwnerRepoPagesPostBodyPropSource,
28312837
)
@@ -2934,6 +2940,9 @@
29342940
from githubkit.versions.v2022_11_28.models import (
29352941
ReposOwnerRepoCodespacesGetResponse200 as ReposOwnerRepoCodespacesGetResponse200,
29362942
)
2943+
from githubkit.versions.v2022_11_28.models import (
2944+
ReposOwnerRepoPagesDeploymentsPostBody as ReposOwnerRepoPagesDeploymentsPostBody,
2945+
)
29372946
from githubkit.versions.v2022_11_28.models import (
29382947
ReposOwnerRepoPullsPullNumberPatchBody as ReposOwnerRepoPullsPullNumberPatchBody,
29392948
)
@@ -4827,6 +4836,9 @@
48274836
from githubkit.versions.v2022_11_28.models import (
48284837
RepositoryRuleCommitterEmailPatternPropParameters as RepositoryRuleCommitterEmailPatternPropParameters,
48294838
)
4839+
from githubkit.versions.v2022_11_28.models import (
4840+
RepositoryRulesetConditionsRepositoryPropertySpec as RepositoryRulesetConditionsRepositoryPropertySpec,
4841+
)
48304842
from githubkit.versions.v2022_11_28.models import (
48314843
RepositoryWebhooksPropTemplateRepositoryPropOwner as RepositoryWebhooksPropTemplateRepositoryPropOwner,
48324844
)
@@ -5241,6 +5253,9 @@
52415253
from githubkit.versions.v2022_11_28.models import (
52425254
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody,
52435255
)
5256+
from githubkit.versions.v2022_11_28.models import (
5257+
RepositoryRulesetConditionsRepositoryPropertyTarget as RepositoryRulesetConditionsRepositoryPropertyTarget,
5258+
)
52445259
from githubkit.versions.v2022_11_28.models import (
52455260
SecurityAndAnalysisPropSecretScanningPushProtection as SecurityAndAnalysisPropSecretScanningPushProtection,
52465261
)
@@ -8958,6 +8973,9 @@
89588973
from githubkit.versions.v2022_11_28.models import (
89598974
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
89608975
)
8976+
from githubkit.versions.v2022_11_28.models import (
8977+
RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty,
8978+
)
89618979
from githubkit.versions.v2022_11_28.models import (
89628980
WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessage as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessage,
89638981
)
@@ -10716,8 +10734,12 @@
1071610734
"RepositoryRulesetConditionsRepositoryNameTargetPropRepositoryName",
1071710735
"RepositoryRulesetConditionsRepositoryIdTarget",
1071810736
"RepositoryRulesetConditionsRepositoryIdTargetPropRepositoryId",
10737+
"RepositoryRulesetConditionsRepositoryPropertyTarget",
10738+
"RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty",
10739+
"RepositoryRulesetConditionsRepositoryPropertySpec",
1071910740
"OrgRulesetConditionsOneof0",
1072010741
"OrgRulesetConditionsOneof1",
10742+
"OrgRulesetConditionsOneof2",
1072110743
"RepositoryRuleCreation",
1072210744
"RepositoryRuleDeletion",
1072310745
"RepositoryRuleRequiredSignatures",
@@ -11063,6 +11085,7 @@
1106311085
"PageBuildPropError",
1106411086
"PageBuildStatus",
1106511087
"PageDeployment",
11088+
"PagesDeploymentStatus",
1106611089
"PagesHealthCheck",
1106711090
"PagesHealthCheckPropDomain",
1106811091
"PagesHealthCheckPropAltDomain",
@@ -13492,6 +13515,7 @@
1349213515
"WebhookSecretScanningAlertReopened",
1349313516
"WebhookSecretScanningAlertResolved",
1349413517
"WebhookSecretScanningAlertRevoked",
13518+
"WebhookSecretScanningAlertValidated",
1349513519
"WebhookSecurityAdvisoryPublished",
1349613520
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
1349713521
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
@@ -14064,7 +14088,7 @@
1406414088
"ReposOwnerRepoPagesPostBodyPropSource",
1406514089
"ReposOwnerRepoPagesPostBodyAnyof0",
1406614090
"ReposOwnerRepoPagesPostBodyAnyof1",
14067-
"ReposOwnerRepoPagesDeploymentPostBody",
14091+
"ReposOwnerRepoPagesDeploymentsPostBody",
1406814092
"ReposOwnerRepoProjectsPostBody",
1406914093
"ReposOwnerRepoPropertiesValuesPatchBody",
1407014094
"ReposOwnerRepoPullsPostBody",

githubkit/versions/latest/models.py

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@
672672
from githubkit.versions.v2022_11_28.models import (
673673
LabelSearchResultItem as LabelSearchResultItem,
674674
)
675+
from githubkit.versions.v2022_11_28.models import (
676+
PagesDeploymentStatus as PagesDeploymentStatus,
677+
)
675678
from githubkit.versions.v2022_11_28.models import (
676679
PagesHttpsCertificate as PagesHttpsCertificate,
677680
)
@@ -1206,6 +1209,9 @@
12061209
from githubkit.versions.v2022_11_28.models import (
12071210
OrgRulesetConditionsOneof1 as OrgRulesetConditionsOneof1,
12081211
)
1212+
from githubkit.versions.v2022_11_28.models import (
1213+
OrgRulesetConditionsOneof2 as OrgRulesetConditionsOneof2,
1214+
)
12091215
from githubkit.versions.v2022_11_28.models import (
12101216
OrganizationSimpleWebhooks as OrganizationSimpleWebhooks,
12111217
)
@@ -2631,6 +2637,9 @@
26312637
from githubkit.versions.v2022_11_28.models import (
26322638
WebhookRubygemsMetadataPropMetadata as WebhookRubygemsMetadataPropMetadata,
26332639
)
2640+
from githubkit.versions.v2022_11_28.models import (
2641+
WebhookSecretScanningAlertValidated as WebhookSecretScanningAlertValidated,
2642+
)
26342643
from githubkit.versions.v2022_11_28.models import (
26352644
WebhookSponsorshipEditedPropChanges as WebhookSponsorshipEditedPropChanges,
26362645
)
@@ -2823,9 +2832,6 @@
28232832
from githubkit.versions.v2022_11_28.models import (
28242833
ReposOwnerRepoHooksPostBodyPropConfig as ReposOwnerRepoHooksPostBodyPropConfig,
28252834
)
2826-
from githubkit.versions.v2022_11_28.models import (
2827-
ReposOwnerRepoPagesDeploymentPostBody as ReposOwnerRepoPagesDeploymentPostBody,
2828-
)
28292835
from githubkit.versions.v2022_11_28.models import (
28302836
ReposOwnerRepoPagesPostBodyPropSource as ReposOwnerRepoPagesPostBodyPropSource,
28312837
)
@@ -2934,6 +2940,9 @@
29342940
from githubkit.versions.v2022_11_28.models import (
29352941
ReposOwnerRepoCodespacesGetResponse200 as ReposOwnerRepoCodespacesGetResponse200,
29362942
)
2943+
from githubkit.versions.v2022_11_28.models import (
2944+
ReposOwnerRepoPagesDeploymentsPostBody as ReposOwnerRepoPagesDeploymentsPostBody,
2945+
)
29372946
from githubkit.versions.v2022_11_28.models import (
29382947
ReposOwnerRepoPullsPullNumberPatchBody as ReposOwnerRepoPullsPullNumberPatchBody,
29392948
)
@@ -4827,6 +4836,9 @@
48274836
from githubkit.versions.v2022_11_28.models import (
48284837
RepositoryRuleCommitterEmailPatternPropParameters as RepositoryRuleCommitterEmailPatternPropParameters,
48294838
)
4839+
from githubkit.versions.v2022_11_28.models import (
4840+
RepositoryRulesetConditionsRepositoryPropertySpec as RepositoryRulesetConditionsRepositoryPropertySpec,
4841+
)
48304842
from githubkit.versions.v2022_11_28.models import (
48314843
RepositoryWebhooksPropTemplateRepositoryPropOwner as RepositoryWebhooksPropTemplateRepositoryPropOwner,
48324844
)
@@ -5241,6 +5253,9 @@
52415253
from githubkit.versions.v2022_11_28.models import (
52425254
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody,
52435255
)
5256+
from githubkit.versions.v2022_11_28.models import (
5257+
RepositoryRulesetConditionsRepositoryPropertyTarget as RepositoryRulesetConditionsRepositoryPropertyTarget,
5258+
)
52445259
from githubkit.versions.v2022_11_28.models import (
52455260
SecurityAndAnalysisPropSecretScanningPushProtection as SecurityAndAnalysisPropSecretScanningPushProtection,
52465261
)
@@ -8958,6 +8973,9 @@
89588973
from githubkit.versions.v2022_11_28.models import (
89598974
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
89608975
)
8976+
from githubkit.versions.v2022_11_28.models import (
8977+
RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty,
8978+
)
89618979
from githubkit.versions.v2022_11_28.models import (
89628980
WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessage as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessage,
89638981
)
@@ -10716,8 +10734,12 @@
1071610734
"RepositoryRulesetConditionsRepositoryNameTargetPropRepositoryName",
1071710735
"RepositoryRulesetConditionsRepositoryIdTarget",
1071810736
"RepositoryRulesetConditionsRepositoryIdTargetPropRepositoryId",
10737+
"RepositoryRulesetConditionsRepositoryPropertyTarget",
10738+
"RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty",
10739+
"RepositoryRulesetConditionsRepositoryPropertySpec",
1071910740
"OrgRulesetConditionsOneof0",
1072010741
"OrgRulesetConditionsOneof1",
10742+
"OrgRulesetConditionsOneof2",
1072110743
"RepositoryRuleCreation",
1072210744
"RepositoryRuleDeletion",
1072310745
"RepositoryRuleRequiredSignatures",
@@ -11063,6 +11085,7 @@
1106311085
"PageBuildPropError",
1106411086
"PageBuildStatus",
1106511087
"PageDeployment",
11088+
"PagesDeploymentStatus",
1106611089
"PagesHealthCheck",
1106711090
"PagesHealthCheckPropDomain",
1106811091
"PagesHealthCheckPropAltDomain",
@@ -13492,6 +13515,7 @@
1349213515
"WebhookSecretScanningAlertReopened",
1349313516
"WebhookSecretScanningAlertResolved",
1349413517
"WebhookSecretScanningAlertRevoked",
13518+
"WebhookSecretScanningAlertValidated",
1349513519
"WebhookSecurityAdvisoryPublished",
1349613520
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
1349713521
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
@@ -14064,7 +14088,7 @@
1406414088
"ReposOwnerRepoPagesPostBodyPropSource",
1406514089
"ReposOwnerRepoPagesPostBodyAnyof0",
1406614090
"ReposOwnerRepoPagesPostBodyAnyof1",
14067-
"ReposOwnerRepoPagesDeploymentPostBody",
14091+
"ReposOwnerRepoPagesDeploymentsPostBody",
1406814092
"ReposOwnerRepoProjectsPostBody",
1406914093
"ReposOwnerRepoPropertiesValuesPatchBody",
1407014094
"ReposOwnerRepoPullsPostBody",

githubkit/versions/latest/types.py

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,9 @@
806806
from githubkit.versions.v2022_11_28.types import (
807807
LabelSearchResultItemType as LabelSearchResultItemType,
808808
)
809+
from githubkit.versions.v2022_11_28.types import (
810+
PagesDeploymentStatusType as PagesDeploymentStatusType,
811+
)
809812
from githubkit.versions.v2022_11_28.types import (
810813
PagesHttpsCertificateType as PagesHttpsCertificateType,
811814
)
@@ -1340,6 +1343,9 @@
13401343
from githubkit.versions.v2022_11_28.types import (
13411344
OrgRulesetConditionsOneof1Type as OrgRulesetConditionsOneof1Type,
13421345
)
1346+
from githubkit.versions.v2022_11_28.types import (
1347+
OrgRulesetConditionsOneof2Type as OrgRulesetConditionsOneof2Type,
1348+
)
13431349
from githubkit.versions.v2022_11_28.types import (
13441350
OrganizationSimpleWebhooksType as OrganizationSimpleWebhooksType,
13451351
)
@@ -2765,6 +2771,9 @@
27652771
from githubkit.versions.v2022_11_28.types import (
27662772
WebhookRubygemsMetadataPropMetadataType as WebhookRubygemsMetadataPropMetadataType,
27672773
)
2774+
from githubkit.versions.v2022_11_28.types import (
2775+
WebhookSecretScanningAlertValidatedType as WebhookSecretScanningAlertValidatedType,
2776+
)
27682777
from githubkit.versions.v2022_11_28.types import (
27692778
WebhookSponsorshipEditedPropChangesType as WebhookSponsorshipEditedPropChangesType,
27702779
)
@@ -2957,9 +2966,6 @@
29572966
from githubkit.versions.v2022_11_28.types import (
29582967
ReposOwnerRepoHooksPostBodyPropConfigType as ReposOwnerRepoHooksPostBodyPropConfigType,
29592968
)
2960-
from githubkit.versions.v2022_11_28.types import (
2961-
ReposOwnerRepoPagesDeploymentPostBodyType as ReposOwnerRepoPagesDeploymentPostBodyType,
2962-
)
29632969
from githubkit.versions.v2022_11_28.types import (
29642970
ReposOwnerRepoPagesPostBodyPropSourceType as ReposOwnerRepoPagesPostBodyPropSourceType,
29652971
)
@@ -3068,6 +3074,9 @@
30683074
from githubkit.versions.v2022_11_28.types import (
30693075
ReposOwnerRepoCodespacesGetResponse200Type as ReposOwnerRepoCodespacesGetResponse200Type,
30703076
)
3077+
from githubkit.versions.v2022_11_28.types import (
3078+
ReposOwnerRepoPagesDeploymentsPostBodyType as ReposOwnerRepoPagesDeploymentsPostBodyType,
3079+
)
30713080
from githubkit.versions.v2022_11_28.types import (
30723081
ReposOwnerRepoPullsPullNumberPatchBodyType as ReposOwnerRepoPullsPullNumberPatchBodyType,
30733082
)
@@ -4961,6 +4970,9 @@
49614970
from githubkit.versions.v2022_11_28.types import (
49624971
RepositoryRuleCommitterEmailPatternPropParametersType as RepositoryRuleCommitterEmailPatternPropParametersType,
49634972
)
4973+
from githubkit.versions.v2022_11_28.types import (
4974+
RepositoryRulesetConditionsRepositoryPropertySpecType as RepositoryRulesetConditionsRepositoryPropertySpecType,
4975+
)
49644976
from githubkit.versions.v2022_11_28.types import (
49654977
RepositoryWebhooksPropTemplateRepositoryPropOwnerType as RepositoryWebhooksPropTemplateRepositoryPropOwnerType,
49664978
)
@@ -5375,6 +5387,9 @@
53755387
from githubkit.versions.v2022_11_28.types import (
53765388
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
53775389
)
5390+
from githubkit.versions.v2022_11_28.types import (
5391+
RepositoryRulesetConditionsRepositoryPropertyTargetType as RepositoryRulesetConditionsRepositoryPropertyTargetType,
5392+
)
53785393
from githubkit.versions.v2022_11_28.types import (
53795394
SecurityAndAnalysisPropSecretScanningPushProtectionType as SecurityAndAnalysisPropSecretScanningPushProtectionType,
53805395
)
@@ -9092,6 +9107,9 @@
90929107
from githubkit.versions.v2022_11_28.types import (
90939108
RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
90949109
)
9110+
from githubkit.versions.v2022_11_28.types import (
9111+
RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType,
9112+
)
90959113
from githubkit.versions.v2022_11_28.types import (
90969114
WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessageType as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropMessageType,
90979115
)
@@ -10850,8 +10868,12 @@
1085010868
"RepositoryRulesetConditionsRepositoryNameTargetPropRepositoryNameType",
1085110869
"RepositoryRulesetConditionsRepositoryIdTargetType",
1085210870
"RepositoryRulesetConditionsRepositoryIdTargetPropRepositoryIdType",
10871+
"RepositoryRulesetConditionsRepositoryPropertyTargetType",
10872+
"RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType",
10873+
"RepositoryRulesetConditionsRepositoryPropertySpecType",
1085310874
"OrgRulesetConditionsOneof0Type",
1085410875
"OrgRulesetConditionsOneof1Type",
10876+
"OrgRulesetConditionsOneof2Type",
1085510877
"RepositoryRuleCreationType",
1085610878
"RepositoryRuleDeletionType",
1085710879
"RepositoryRuleRequiredSignaturesType",
@@ -11197,6 +11219,7 @@
1119711219
"PageBuildPropErrorType",
1119811220
"PageBuildStatusType",
1119911221
"PageDeploymentType",
11222+
"PagesDeploymentStatusType",
1120011223
"PagesHealthCheckType",
1120111224
"PagesHealthCheckPropDomainType",
1120211225
"PagesHealthCheckPropAltDomainType",
@@ -13626,6 +13649,7 @@
1362613649
"WebhookSecretScanningAlertReopenedType",
1362713650
"WebhookSecretScanningAlertResolvedType",
1362813651
"WebhookSecretScanningAlertRevokedType",
13652+
"WebhookSecretScanningAlertValidatedType",
1362913653
"WebhookSecurityAdvisoryPublishedType",
1363013654
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType",
1363113655
"WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType",
@@ -14198,7 +14222,7 @@
1419814222
"ReposOwnerRepoPagesPostBodyPropSourceType",
1419914223
"ReposOwnerRepoPagesPostBodyAnyof0Type",
1420014224
"ReposOwnerRepoPagesPostBodyAnyof1Type",
14201-
"ReposOwnerRepoPagesDeploymentPostBodyType",
14225+
"ReposOwnerRepoPagesDeploymentsPostBodyType",
1420214226
"ReposOwnerRepoProjectsPostBodyType",
1420314227
"ReposOwnerRepoPropertiesValuesPatchBodyType",
1420414228
"ReposOwnerRepoPullsPostBodyType",

0 commit comments

Comments
 (0)