Skip to content

Commit 1c5b8f1

Browse files
authored
Merge pull request #1150 from php-api-clients/GitHub/from-1.1.4-150cf15c33c10b87b50728938f50865e-from-1.1.4-150cf15c33c10b87b50728938f50865e
2 parents ca9e46d + 907dcdd commit 1c5b8f1

File tree

11 files changed

+56
-56
lines changed

11 files changed

+56
-56
lines changed

clients/GitHub/etc/openapi-client-generator.state

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "6edac6ad28d0936afe65460dc8c6732f",
2+
"specHash": "150cf15c33c10b87b50728938f50865e",
33
"generatedFiles": {
44
"files": [
55
{
@@ -524,7 +524,7 @@
524524
},
525525
{
526526
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/RepositoryRulesetBypassActor.php",
527-
"hash": "eaa09d299b4a2aa1f43f62142d37b9c3"
527+
"hash": "fa0b560185ee61c26bf26d71ea0643d7"
528528
},
529529
{
530530
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/RepositoryRulesetConditions.php",
@@ -604,7 +604,7 @@
604604
},
605605
{
606606
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/RepositoryRuleset.php",
607-
"hash": "c810e904e6ef43ceff55e0a2c8e12f85"
607+
"hash": "716cfa46fe761e401d6c90027be312fc"
608608
},
609609
{
610610
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/ActionsBillingUsage.php",
@@ -4816,11 +4816,11 @@
48164816
},
48174817
{
48184818
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/CreateOrgRuleset\/Request\/ApplicationJson.php",
4819-
"hash": "2e73f21b0eda236ed74fdddd4755c7a6"
4819+
"hash": "6de477a2c2f128ed0d41ae433899c15a"
48204820
},
48214821
{
48224822
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateOrgRuleset\/Request\/ApplicationJson.php",
4823-
"hash": "eb445eb324cb1a4ac91e1c0c838283cc"
4823+
"hash": "4920a6877c1bf005381bc9804669d581"
48244824
},
48254825
{
48264826
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Teams\/Create\/Request\/ApplicationJson.php",
@@ -5524,11 +5524,11 @@
55245524
},
55255525
{
55265526
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/CreateRepoRuleset\/Request\/ApplicationJson.php",
5527-
"hash": "7b0d06620c457d7aca602509bca984eb"
5527+
"hash": "5974e62dacd2c6940af7ac485880458d"
55285528
},
55295529
{
55305530
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateRepoRuleset\/Request\/ApplicationJson.php",
5531-
"hash": "57e913b034df1aa2c172b1821d8ed8c2"
5531+
"hash": "61abd4d1f0d48e9cf7e7d9bfc7b7f7ea"
55325532
},
55335533
{
55345534
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/SecretScanning\/UpdateAlert\/Request\/ApplicationJson.php",
@@ -13616,15 +13616,15 @@
1361613616
},
1361713617
{
1361813618
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetCreated.php",
13619-
"hash": "589adf372848ff897498d50c566243f0"
13619+
"hash": "3b1cd872b9c0be7a6f6c3bc57376d1db"
1362013620
},
1362113621
{
1362213622
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetDeleted.php",
13623-
"hash": "3e138571b0561d32e48b1541672ce4c4"
13623+
"hash": "7c36c5fa525900b57b363da61d207152"
1362413624
},
1362513625
{
1362613626
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetEdited.php",
13627-
"hash": "2943994f38bcb14a16c256c9520cc879"
13627+
"hash": "dc1defcae6e08f8cbb75fc8b85774dd9"
1362813628
},
1362913629
{
1363013630
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/Reviewers\/Reviewer.php",

clients/GitHub/src/Schema/Repos/CreateOrgRuleset/Request/ApplicationJson.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
},
5656
"actor_type": {
5757
"enum": [
58-
"RepositoryRole",
59-
"Team",
6058
"Integration",
61-
"OrganizationAdmin"
59+
"OrganizationAdmin",
60+
"RepositoryRole",
61+
"Team"
6262
],
6363
"type": "string",
6464
"description": "The type of actor that can bypass a ruleset"
@@ -856,12 +856,12 @@
856856
"bypass_actors": [
857857
{
858858
"actor_id": 8,
859-
"actor_type": "OrganizationAdmin",
859+
"actor_type": "Team",
860860
"bypass_mode": "always"
861861
},
862862
{
863863
"actor_id": 8,
864-
"actor_type": "OrganizationAdmin",
864+
"actor_type": "Team",
865865
"bypass_mode": "always"
866866
}
867867
],

clients/GitHub/src/Schema/Repos/CreateRepoRuleset/Request/ApplicationJson.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
},
5555
"actor_type": {
5656
"enum": [
57-
"RepositoryRole",
58-
"Team",
5957
"Integration",
60-
"OrganizationAdmin"
58+
"OrganizationAdmin",
59+
"RepositoryRole",
60+
"Team"
6161
],
6262
"type": "string",
6363
"description": "The type of actor that can bypass a ruleset"
@@ -653,12 +653,12 @@
653653
"bypass_actors": [
654654
{
655655
"actor_id": 8,
656-
"actor_type": "OrganizationAdmin",
656+
"actor_type": "Team",
657657
"bypass_mode": "always"
658658
},
659659
{
660660
"actor_id": 8,
661-
"actor_type": "OrganizationAdmin",
661+
"actor_type": "Team",
662662
"bypass_mode": "always"
663663
}
664664
],

clients/GitHub/src/Schema/Repos/UpdateOrgRuleset/Request/ApplicationJson.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
},
5252
"actor_type": {
5353
"enum": [
54-
"RepositoryRole",
55-
"Team",
5654
"Integration",
57-
"OrganizationAdmin"
55+
"OrganizationAdmin",
56+
"RepositoryRole",
57+
"Team"
5858
],
5959
"type": "string",
6060
"description": "The type of actor that can bypass a ruleset"
@@ -852,12 +852,12 @@
852852
"bypass_actors": [
853853
{
854854
"actor_id": 8,
855-
"actor_type": "OrganizationAdmin",
855+
"actor_type": "Team",
856856
"bypass_mode": "always"
857857
},
858858
{
859859
"actor_id": 8,
860-
"actor_type": "OrganizationAdmin",
860+
"actor_type": "Team",
861861
"bypass_mode": "always"
862862
}
863863
],

clients/GitHub/src/Schema/Repos/UpdateRepoRuleset/Request/ApplicationJson.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
},
5151
"actor_type": {
5252
"enum": [
53-
"RepositoryRole",
54-
"Team",
5553
"Integration",
56-
"OrganizationAdmin"
54+
"OrganizationAdmin",
55+
"RepositoryRole",
56+
"Team"
5757
],
5858
"type": "string",
5959
"description": "The type of actor that can bypass a ruleset"
@@ -649,12 +649,12 @@
649649
"bypass_actors": [
650650
{
651651
"actor_id": 8,
652-
"actor_type": "OrganizationAdmin",
652+
"actor_type": "Team",
653653
"bypass_mode": "always"
654654
},
655655
{
656656
"actor_id": 8,
657-
"actor_type": "OrganizationAdmin",
657+
"actor_type": "Team",
658658
"bypass_mode": "always"
659659
}
660660
],

clients/GitHub/src/Schema/RepositoryRuleset.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
},
7575
"actor_type": {
7676
"enum": [
77-
"RepositoryRole",
78-
"Team",
7977
"Integration",
80-
"OrganizationAdmin"
78+
"OrganizationAdmin",
79+
"RepositoryRole",
80+
"Team"
8181
],
8282
"type": "string",
8383
"description": "The type of actor that can bypass a ruleset"
@@ -955,12 +955,12 @@
955955
"bypass_actors": [
956956
{
957957
"actor_id": 8,
958-
"actor_type": "OrganizationAdmin",
958+
"actor_type": "Team",
959959
"bypass_mode": "always"
960960
},
961961
{
962962
"actor_id": 8,
963-
"actor_type": "OrganizationAdmin",
963+
"actor_type": "Team",
964964
"bypass_mode": "always"
965965
}
966966
],

clients/GitHub/src/Schema/RepositoryRulesetBypassActor.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"actor_type": {
2525
"enum": [
26-
"RepositoryRole",
27-
"Team",
2826
"Integration",
29-
"OrganizationAdmin"
27+
"OrganizationAdmin",
28+
"RepositoryRole",
29+
"Team"
3030
],
3131
"type": "string",
3232
"description": "The type of actor that can bypass a ruleset"
@@ -46,7 +46,7 @@
4646
public const SCHEMA_DESCRIPTION = 'An actor that can bypass rules in a ruleset';
4747
public const SCHEMA_EXAMPLE_DATA = '{
4848
"actor_id": 8,
49-
"actor_type": "OrganizationAdmin",
49+
"actor_type": "Team",
5050
"bypass_mode": "always"
5151
}';
5252

clients/GitHub/src/Schema/WebhookRepositoryRulesetCreated.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@
17761776
},
17771777
"actor_type": {
17781778
"enum": [
1779-
"RepositoryRole",
1780-
"Team",
17811779
"Integration",
1782-
"OrganizationAdmin"
1780+
"OrganizationAdmin",
1781+
"RepositoryRole",
1782+
"Team"
17831783
],
17841784
"type": "string",
17851785
"description": "The type of actor that can bypass a ruleset"
@@ -3130,12 +3130,12 @@
31303130
"bypass_actors": [
31313131
{
31323132
"actor_id": 8,
3133-
"actor_type": "OrganizationAdmin",
3133+
"actor_type": "Team",
31343134
"bypass_mode": "always"
31353135
},
31363136
{
31373137
"actor_id": 8,
3138-
"actor_type": "OrganizationAdmin",
3138+
"actor_type": "Team",
31393139
"bypass_mode": "always"
31403140
}
31413141
],

clients/GitHub/src/Schema/WebhookRepositoryRulesetDeleted.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@
17761776
},
17771777
"actor_type": {
17781778
"enum": [
1779-
"RepositoryRole",
1780-
"Team",
17811779
"Integration",
1782-
"OrganizationAdmin"
1780+
"OrganizationAdmin",
1781+
"RepositoryRole",
1782+
"Team"
17831783
],
17841784
"type": "string",
17851785
"description": "The type of actor that can bypass a ruleset"
@@ -3130,12 +3130,12 @@
31303130
"bypass_actors": [
31313131
{
31323132
"actor_id": 8,
3133-
"actor_type": "OrganizationAdmin",
3133+
"actor_type": "Team",
31343134
"bypass_mode": "always"
31353135
},
31363136
{
31373137
"actor_id": 8,
3138-
"actor_type": "OrganizationAdmin",
3138+
"actor_type": "Team",
31393139
"bypass_mode": "always"
31403140
}
31413141
],

clients/GitHub/src/Schema/WebhookRepositoryRulesetEdited.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@
17761776
},
17771777
"actor_type": {
17781778
"enum": [
1779-
"RepositoryRole",
1780-
"Team",
17811779
"Integration",
1782-
"OrganizationAdmin"
1780+
"OrganizationAdmin",
1781+
"RepositoryRole",
1782+
"Team"
17831783
],
17841784
"type": "string",
17851785
"description": "The type of actor that can bypass a ruleset"
@@ -4950,12 +4950,12 @@
49504950
"bypass_actors": [
49514951
{
49524952
"actor_id": 8,
4953-
"actor_type": "OrganizationAdmin",
4953+
"actor_type": "Team",
49544954
"bypass_mode": "always"
49554955
},
49564956
{
49574957
"actor_id": 8,
4958-
"actor_type": "OrganizationAdmin",
4958+
"actor_type": "Team",
49594959
"bypass_mode": "always"
49604960
}
49614961
],

etc/specs/GitHub/current.spec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71263,10 +71263,10 @@ components:
7126371263
actor_type:
7126471264
type: string
7126571265
enum:
71266-
- RepositoryRole
71267-
- Team
7126871266
- Integration
7126971267
- OrganizationAdmin
71268+
- RepositoryRole
71269+
- Team
7127071270
description: The type of actor that can bypass a ruleset
7127171271
bypass_mode:
7127271272
type: string

0 commit comments

Comments
 (0)