@octokit/openapi 7.2.0 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +9605 -6
- package/generated/api.github.com.json +405 -33
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +119 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +111 -1
- package/generated/ghes-3.2.deref.json +348 -1
- package/generated/ghes-3.2.json +145 -10
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +16 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +209 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +9 -1
- package/generated/ghes-3.3.deref.json +348 -3
- package/generated/ghes-3.3.json +145 -11
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +333 -3
- package/generated/ghes-3.4.json +146 -11
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +1548 -135
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +53558 -37094
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +8076 -3526
- package/generated/ghes-3.5.deref.json +427 -15
- package/generated/ghes-3.5.json +240 -23
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +88 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +442 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +212 -1
- package/generated/ghes-3.6.deref.json +7923 -1
- package/generated/ghes-3.6.json +380 -10
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +733 -3
- package/generated/github.ae-diff-to-api.github.com.deref.json +751 -1
- package/generated/github.ae-diff-to-api.github.com.json +152 -4
- package/generated/github.ae.deref.json +926 -1
- package/generated/github.ae.json +184 -10
- package/package.json +1 -1
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.5.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -9606,6 +9606,7 @@
|
|
|
9606
9606
|
"parameters": [
|
|
9607
9607
|
{
|
|
9608
9608
|
"name": "organization_id",
|
|
9609
|
+
"description": "The unique identifier of the organization.",
|
|
9609
9610
|
"in": "path",
|
|
9610
9611
|
"required": true,
|
|
9611
9612
|
"schema": {
|
|
@@ -9695,7 +9696,13 @@
|
|
|
9695
9696
|
"category": "orgs",
|
|
9696
9697
|
"subcategory": null
|
|
9697
9698
|
},
|
|
9698
|
-
"x-octokit": {
|
|
9699
|
+
"x-octokit": {
|
|
9700
|
+
"diff": {
|
|
9701
|
+
"ghes-3.6": {
|
|
9702
|
+
"type": "changed"
|
|
9703
|
+
}
|
|
9704
|
+
}
|
|
9705
|
+
}
|
|
9699
9706
|
},
|
|
9700
9707
|
"patch": {
|
|
9701
9708
|
"summary": "Update an organization",
|
|
@@ -9871,7 +9878,13 @@
|
|
|
9871
9878
|
"category": "orgs",
|
|
9872
9879
|
"subcategory": null
|
|
9873
9880
|
},
|
|
9874
|
-
"x-octokit": {
|
|
9881
|
+
"x-octokit": {
|
|
9882
|
+
"diff": {
|
|
9883
|
+
"ghes-3.6": {
|
|
9884
|
+
"type": "changed"
|
|
9885
|
+
}
|
|
9886
|
+
}
|
|
9887
|
+
}
|
|
9875
9888
|
}
|
|
9876
9889
|
},
|
|
9877
9890
|
"/orgs/{org}/actions/cache/usage": {
|
|
@@ -15658,6 +15671,40 @@
|
|
|
15658
15671
|
"type": "boolean",
|
|
15659
15672
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15660
15673
|
"default": false
|
|
15674
|
+
},
|
|
15675
|
+
"squash_merge_commit_title": {
|
|
15676
|
+
"type": "string",
|
|
15677
|
+
"enum": [
|
|
15678
|
+
"PR_TITLE",
|
|
15679
|
+
"COMMIT_OR_PR_TITLE"
|
|
15680
|
+
],
|
|
15681
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
15682
|
+
},
|
|
15683
|
+
"squash_merge_commit_message": {
|
|
15684
|
+
"type": "string",
|
|
15685
|
+
"enum": [
|
|
15686
|
+
"PR_BODY",
|
|
15687
|
+
"COMMIT_MESSAGES",
|
|
15688
|
+
"BLANK"
|
|
15689
|
+
],
|
|
15690
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
15691
|
+
},
|
|
15692
|
+
"merge_commit_title": {
|
|
15693
|
+
"type": "string",
|
|
15694
|
+
"enum": [
|
|
15695
|
+
"PR_TITLE",
|
|
15696
|
+
"MERGE_MESSAGE"
|
|
15697
|
+
],
|
|
15698
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
15699
|
+
},
|
|
15700
|
+
"merge_commit_message": {
|
|
15701
|
+
"type": "string",
|
|
15702
|
+
"enum": [
|
|
15703
|
+
"PR_BODY",
|
|
15704
|
+
"PR_TITLE",
|
|
15705
|
+
"BLANK"
|
|
15706
|
+
],
|
|
15707
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
15661
15708
|
}
|
|
15662
15709
|
},
|
|
15663
15710
|
"required": [
|
|
@@ -16032,7 +16079,13 @@
|
|
|
16032
16079
|
"category": "teams",
|
|
16033
16080
|
"subcategory": null
|
|
16034
16081
|
},
|
|
16035
|
-
"x-octokit": {
|
|
16082
|
+
"x-octokit": {
|
|
16083
|
+
"diff": {
|
|
16084
|
+
"ghes-3.6": {
|
|
16085
|
+
"type": "changed"
|
|
16086
|
+
}
|
|
16087
|
+
}
|
|
16088
|
+
}
|
|
16036
16089
|
}
|
|
16037
16090
|
},
|
|
16038
16091
|
"/orgs/{org}/teams/{team_slug}": {
|
|
@@ -16081,7 +16134,13 @@
|
|
|
16081
16134
|
"category": "teams",
|
|
16082
16135
|
"subcategory": null
|
|
16083
16136
|
},
|
|
16084
|
-
"x-octokit": {
|
|
16137
|
+
"x-octokit": {
|
|
16138
|
+
"diff": {
|
|
16139
|
+
"ghes-3.6": {
|
|
16140
|
+
"type": "changed"
|
|
16141
|
+
}
|
|
16142
|
+
}
|
|
16143
|
+
}
|
|
16085
16144
|
},
|
|
16086
16145
|
"patch": {
|
|
16087
16146
|
"summary": "Update a team",
|
|
@@ -16177,7 +16236,13 @@
|
|
|
16177
16236
|
"category": "teams",
|
|
16178
16237
|
"subcategory": null
|
|
16179
16238
|
},
|
|
16180
|
-
"x-octokit": {
|
|
16239
|
+
"x-octokit": {
|
|
16240
|
+
"diff": {
|
|
16241
|
+
"ghes-3.6": {
|
|
16242
|
+
"type": "changed"
|
|
16243
|
+
}
|
|
16244
|
+
}
|
|
16245
|
+
}
|
|
16181
16246
|
},
|
|
16182
16247
|
"delete": {
|
|
16183
16248
|
"summary": "Delete a team",
|
|
@@ -19857,6 +19922,40 @@
|
|
|
19857
19922
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
19858
19923
|
"default": false
|
|
19859
19924
|
},
|
|
19925
|
+
"squash_merge_commit_title": {
|
|
19926
|
+
"type": "string",
|
|
19927
|
+
"enum": [
|
|
19928
|
+
"PR_TITLE",
|
|
19929
|
+
"COMMIT_OR_PR_TITLE"
|
|
19930
|
+
],
|
|
19931
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
19932
|
+
},
|
|
19933
|
+
"squash_merge_commit_message": {
|
|
19934
|
+
"type": "string",
|
|
19935
|
+
"enum": [
|
|
19936
|
+
"PR_BODY",
|
|
19937
|
+
"COMMIT_MESSAGES",
|
|
19938
|
+
"BLANK"
|
|
19939
|
+
],
|
|
19940
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
19941
|
+
},
|
|
19942
|
+
"merge_commit_title": {
|
|
19943
|
+
"type": "string",
|
|
19944
|
+
"enum": [
|
|
19945
|
+
"PR_TITLE",
|
|
19946
|
+
"MERGE_MESSAGE"
|
|
19947
|
+
],
|
|
19948
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
19949
|
+
},
|
|
19950
|
+
"merge_commit_message": {
|
|
19951
|
+
"type": "string",
|
|
19952
|
+
"enum": [
|
|
19953
|
+
"PR_BODY",
|
|
19954
|
+
"PR_TITLE",
|
|
19955
|
+
"BLANK"
|
|
19956
|
+
],
|
|
19957
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
19958
|
+
},
|
|
19860
19959
|
"archived": {
|
|
19861
19960
|
"type": "boolean",
|
|
19862
19961
|
"description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
|
|
@@ -20465,6 +20564,11 @@
|
|
|
20465
20564
|
"schema": {
|
|
20466
20565
|
"type": "object",
|
|
20467
20566
|
"nullable": true
|
|
20567
|
+
},
|
|
20568
|
+
"examples": {
|
|
20569
|
+
"default": {
|
|
20570
|
+
"value": null
|
|
20571
|
+
}
|
|
20468
20572
|
}
|
|
20469
20573
|
}
|
|
20470
20574
|
}
|
|
@@ -21930,9 +22034,12 @@
|
|
|
21930
22034
|
"content": {
|
|
21931
22035
|
"application/json": {
|
|
21932
22036
|
"schema": {
|
|
21933
|
-
"
|
|
21934
|
-
|
|
21935
|
-
|
|
22037
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22038
|
+
},
|
|
22039
|
+
"examples": {
|
|
22040
|
+
"default": {
|
|
22041
|
+
"value": null
|
|
22042
|
+
}
|
|
21936
22043
|
}
|
|
21937
22044
|
}
|
|
21938
22045
|
}
|
|
@@ -22237,6 +22344,17 @@
|
|
|
22237
22344
|
"state",
|
|
22238
22345
|
"comment"
|
|
22239
22346
|
]
|
|
22347
|
+
},
|
|
22348
|
+
"examples": {
|
|
22349
|
+
"default": {
|
|
22350
|
+
"value": {
|
|
22351
|
+
"environment_ids": [
|
|
22352
|
+
161171787
|
|
22353
|
+
],
|
|
22354
|
+
"state": "approved",
|
|
22355
|
+
"comment": "Ship it!"
|
|
22356
|
+
}
|
|
22357
|
+
}
|
|
22240
22358
|
}
|
|
22241
22359
|
}
|
|
22242
22360
|
}
|
|
@@ -22300,6 +22418,11 @@
|
|
|
22300
22418
|
"schema": {
|
|
22301
22419
|
"type": "object",
|
|
22302
22420
|
"nullable": true
|
|
22421
|
+
},
|
|
22422
|
+
"examples": {
|
|
22423
|
+
"default": {
|
|
22424
|
+
"value": null
|
|
22425
|
+
}
|
|
22303
22426
|
}
|
|
22304
22427
|
}
|
|
22305
22428
|
}
|
|
@@ -22310,9 +22433,12 @@
|
|
|
22310
22433
|
"content": {
|
|
22311
22434
|
"application/json": {
|
|
22312
22435
|
"schema": {
|
|
22313
|
-
"
|
|
22314
|
-
|
|
22315
|
-
|
|
22436
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22437
|
+
},
|
|
22438
|
+
"examples": {
|
|
22439
|
+
"default": {
|
|
22440
|
+
"value": null
|
|
22441
|
+
}
|
|
22316
22442
|
}
|
|
22317
22443
|
}
|
|
22318
22444
|
}
|
|
@@ -22363,6 +22489,11 @@
|
|
|
22363
22489
|
"schema": {
|
|
22364
22490
|
"type": "object",
|
|
22365
22491
|
"nullable": true
|
|
22492
|
+
},
|
|
22493
|
+
"examples": {
|
|
22494
|
+
"default": {
|
|
22495
|
+
"value": null
|
|
22496
|
+
}
|
|
22366
22497
|
}
|
|
22367
22498
|
}
|
|
22368
22499
|
}
|
|
@@ -22622,9 +22753,12 @@
|
|
|
22622
22753
|
"content": {
|
|
22623
22754
|
"application/json": {
|
|
22624
22755
|
"schema": {
|
|
22625
|
-
"
|
|
22626
|
-
|
|
22627
|
-
|
|
22756
|
+
"$ref": "#/components/schemas/empty-object"
|
|
22757
|
+
},
|
|
22758
|
+
"examples": {
|
|
22759
|
+
"default": {
|
|
22760
|
+
"value": null
|
|
22761
|
+
}
|
|
22628
22762
|
}
|
|
22629
22763
|
}
|
|
22630
22764
|
}
|
|
@@ -39239,7 +39373,13 @@
|
|
|
39239
39373
|
"category": "pulls",
|
|
39240
39374
|
"subcategory": null
|
|
39241
39375
|
},
|
|
39242
|
-
"x-octokit": {
|
|
39376
|
+
"x-octokit": {
|
|
39377
|
+
"diff": {
|
|
39378
|
+
"ghes-3.6": {
|
|
39379
|
+
"type": "changed"
|
|
39380
|
+
}
|
|
39381
|
+
}
|
|
39382
|
+
}
|
|
39243
39383
|
}
|
|
39244
39384
|
},
|
|
39245
39385
|
"/repos/{owner}/{repo}/pulls/comments": {
|
|
@@ -39775,7 +39915,13 @@
|
|
|
39775
39915
|
"category": "pulls",
|
|
39776
39916
|
"subcategory": null
|
|
39777
39917
|
},
|
|
39778
|
-
"x-octokit": {
|
|
39918
|
+
"x-octokit": {
|
|
39919
|
+
"diff": {
|
|
39920
|
+
"ghes-3.6": {
|
|
39921
|
+
"type": "changed"
|
|
39922
|
+
}
|
|
39923
|
+
}
|
|
39924
|
+
}
|
|
39779
39925
|
},
|
|
39780
39926
|
"patch": {
|
|
39781
39927
|
"summary": "Update a pull request",
|
|
@@ -39874,7 +40020,13 @@
|
|
|
39874
40020
|
"category": "pulls",
|
|
39875
40021
|
"subcategory": null
|
|
39876
40022
|
},
|
|
39877
|
-
"x-octokit": {
|
|
40023
|
+
"x-octokit": {
|
|
40024
|
+
"diff": {
|
|
40025
|
+
"ghes-3.6": {
|
|
40026
|
+
"type": "changed"
|
|
40027
|
+
}
|
|
40028
|
+
}
|
|
40029
|
+
}
|
|
39878
40030
|
}
|
|
39879
40031
|
},
|
|
39880
40032
|
"/repos/{owner}/{repo}/pulls/{pull_number}/comments": {
|
|
@@ -45483,7 +45635,13 @@
|
|
|
45483
45635
|
"category": "search",
|
|
45484
45636
|
"subcategory": null
|
|
45485
45637
|
},
|
|
45486
|
-
"x-octokit": {
|
|
45638
|
+
"x-octokit": {
|
|
45639
|
+
"diff": {
|
|
45640
|
+
"ghes-3.6": {
|
|
45641
|
+
"type": "changed"
|
|
45642
|
+
}
|
|
45643
|
+
}
|
|
45644
|
+
}
|
|
45487
45645
|
}
|
|
45488
45646
|
},
|
|
45489
45647
|
"/search/topics": {
|
|
@@ -46391,7 +46549,13 @@
|
|
|
46391
46549
|
"subcategory": null
|
|
46392
46550
|
},
|
|
46393
46551
|
"deprecated": true,
|
|
46394
|
-
"x-octokit": {
|
|
46552
|
+
"x-octokit": {
|
|
46553
|
+
"diff": {
|
|
46554
|
+
"ghes-3.6": {
|
|
46555
|
+
"type": "changed"
|
|
46556
|
+
}
|
|
46557
|
+
}
|
|
46558
|
+
}
|
|
46395
46559
|
},
|
|
46396
46560
|
"patch": {
|
|
46397
46561
|
"summary": "Update a team (Legacy)",
|
|
@@ -46514,7 +46678,13 @@
|
|
|
46514
46678
|
"subcategory": null
|
|
46515
46679
|
},
|
|
46516
46680
|
"deprecated": true,
|
|
46517
|
-
"x-octokit": {
|
|
46681
|
+
"x-octokit": {
|
|
46682
|
+
"diff": {
|
|
46683
|
+
"ghes-3.6": {
|
|
46684
|
+
"type": "changed"
|
|
46685
|
+
}
|
|
46686
|
+
}
|
|
46687
|
+
}
|
|
46518
46688
|
},
|
|
46519
46689
|
"delete": {
|
|
46520
46690
|
"summary": "Delete a team (Legacy)",
|
|
@@ -51103,6 +51273,40 @@
|
|
|
51103
51273
|
"type": "boolean",
|
|
51104
51274
|
"example": false
|
|
51105
51275
|
},
|
|
51276
|
+
"squash_merge_commit_title": {
|
|
51277
|
+
"type": "string",
|
|
51278
|
+
"enum": [
|
|
51279
|
+
"PR_TITLE",
|
|
51280
|
+
"COMMIT_OR_PR_TITLE"
|
|
51281
|
+
],
|
|
51282
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
51283
|
+
},
|
|
51284
|
+
"squash_merge_commit_message": {
|
|
51285
|
+
"type": "string",
|
|
51286
|
+
"enum": [
|
|
51287
|
+
"PR_BODY",
|
|
51288
|
+
"COMMIT_MESSAGES",
|
|
51289
|
+
"BLANK"
|
|
51290
|
+
],
|
|
51291
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
51292
|
+
},
|
|
51293
|
+
"merge_commit_title": {
|
|
51294
|
+
"type": "string",
|
|
51295
|
+
"enum": [
|
|
51296
|
+
"PR_TITLE",
|
|
51297
|
+
"MERGE_MESSAGE"
|
|
51298
|
+
],
|
|
51299
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
51300
|
+
},
|
|
51301
|
+
"merge_commit_message": {
|
|
51302
|
+
"type": "string",
|
|
51303
|
+
"enum": [
|
|
51304
|
+
"PR_BODY",
|
|
51305
|
+
"PR_TITLE",
|
|
51306
|
+
"BLANK"
|
|
51307
|
+
],
|
|
51308
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
51309
|
+
},
|
|
51106
51310
|
"has_downloads": {
|
|
51107
51311
|
"description": "Whether downloads are enabled.",
|
|
51108
51312
|
"default": true,
|
|
@@ -51716,7 +51920,13 @@
|
|
|
51716
51920
|
"category": "teams",
|
|
51717
51921
|
"subcategory": null
|
|
51718
51922
|
},
|
|
51719
|
-
"x-octokit": {
|
|
51923
|
+
"x-octokit": {
|
|
51924
|
+
"diff": {
|
|
51925
|
+
"ghes-3.6": {
|
|
51926
|
+
"type": "changed"
|
|
51927
|
+
}
|
|
51928
|
+
}
|
|
51929
|
+
}
|
|
51720
51930
|
}
|
|
51721
51931
|
},
|
|
51722
51932
|
"/users": {
|
|
@@ -54324,6 +54534,14 @@
|
|
|
54324
54534
|
"write"
|
|
54325
54535
|
]
|
|
54326
54536
|
},
|
|
54537
|
+
"organization_custom_roles": {
|
|
54538
|
+
"type": "string",
|
|
54539
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
54540
|
+
"enum": [
|
|
54541
|
+
"read",
|
|
54542
|
+
"write"
|
|
54543
|
+
]
|
|
54544
|
+
},
|
|
54327
54545
|
"deployments": {
|
|
54328
54546
|
"type": "string",
|
|
54329
54547
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -86282,7 +86500,6 @@
|
|
|
86282
86500
|
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
86283
86501
|
"html_url": "https://github.com/licenses/mit"
|
|
86284
86502
|
},
|
|
86285
|
-
"language": null,
|
|
86286
86503
|
"forks_count": 9,
|
|
86287
86504
|
"forks": 9,
|
|
86288
86505
|
"stargazers_count": 80,
|
|
@@ -3774,6 +3774,14 @@
|
|
|
3774
3774
|
],
|
|
3775
3775
|
"type": "string"
|
|
3776
3776
|
},
|
|
3777
|
+
"organization_custom_roles": {
|
|
3778
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3779
|
+
"enum": [
|
|
3780
|
+
"read",
|
|
3781
|
+
"write"
|
|
3782
|
+
],
|
|
3783
|
+
"type": "string"
|
|
3784
|
+
},
|
|
3777
3785
|
"organization_hooks": {
|
|
3778
3786
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3779
3787
|
"enum": [
|
|
@@ -4901,6 +4909,14 @@
|
|
|
4901
4909
|
],
|
|
4902
4910
|
"type": "string"
|
|
4903
4911
|
},
|
|
4912
|
+
"organization_custom_roles": {
|
|
4913
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4914
|
+
"enum": [
|
|
4915
|
+
"read",
|
|
4916
|
+
"write"
|
|
4917
|
+
],
|
|
4918
|
+
"type": "string"
|
|
4919
|
+
},
|
|
4904
4920
|
"organization_hooks": {
|
|
4905
4921
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
4906
4922
|
"enum": [
|
|
@@ -5565,6 +5581,14 @@
|
|
|
5565
5581
|
],
|
|
5566
5582
|
"type": "string"
|
|
5567
5583
|
},
|
|
5584
|
+
"organization_custom_roles": {
|
|
5585
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5586
|
+
"enum": [
|
|
5587
|
+
"read",
|
|
5588
|
+
"write"
|
|
5589
|
+
],
|
|
5590
|
+
"type": "string"
|
|
5591
|
+
},
|
|
5568
5592
|
"organization_hooks": {
|
|
5569
5593
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
5570
5594
|
"enum": [
|
|
@@ -7062,6 +7086,14 @@
|
|
|
7062
7086
|
],
|
|
7063
7087
|
"type": "string"
|
|
7064
7088
|
},
|
|
7089
|
+
"organization_custom_roles": {
|
|
7090
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7091
|
+
"enum": [
|
|
7092
|
+
"read",
|
|
7093
|
+
"write"
|
|
7094
|
+
],
|
|
7095
|
+
"type": "string"
|
|
7096
|
+
},
|
|
7065
7097
|
"organization_hooks": {
|
|
7066
7098
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
7067
7099
|
"enum": [
|
|
@@ -7903,6 +7935,14 @@
|
|
|
7903
7935
|
],
|
|
7904
7936
|
"type": "string"
|
|
7905
7937
|
},
|
|
7938
|
+
"organization_custom_roles": {
|
|
7939
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7940
|
+
"enum": [
|
|
7941
|
+
"read",
|
|
7942
|
+
"write"
|
|
7943
|
+
],
|
|
7944
|
+
"type": "string"
|
|
7945
|
+
},
|
|
7906
7946
|
"organization_hooks": {
|
|
7907
7947
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
7908
7948
|
"enum": [
|
|
@@ -8826,6 +8866,14 @@
|
|
|
8826
8866
|
],
|
|
8827
8867
|
"type": "string"
|
|
8828
8868
|
},
|
|
8869
|
+
"organization_custom_roles": {
|
|
8870
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8871
|
+
"enum": [
|
|
8872
|
+
"read",
|
|
8873
|
+
"write"
|
|
8874
|
+
],
|
|
8875
|
+
"type": "string"
|
|
8876
|
+
},
|
|
8829
8877
|
"organization_hooks": {
|
|
8830
8878
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
8831
8879
|
"enum": [
|
|
@@ -9500,6 +9548,14 @@
|
|
|
9500
9548
|
],
|
|
9501
9549
|
"type": "string"
|
|
9502
9550
|
},
|
|
9551
|
+
"organization_custom_roles": {
|
|
9552
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9553
|
+
"enum": [
|
|
9554
|
+
"read",
|
|
9555
|
+
"write"
|
|
9556
|
+
],
|
|
9557
|
+
"type": "string"
|
|
9558
|
+
},
|
|
9503
9559
|
"organization_hooks": {
|
|
9504
9560
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
9505
9561
|
"enum": [
|
|
@@ -10403,6 +10459,14 @@
|
|
|
10403
10459
|
],
|
|
10404
10460
|
"type": "string"
|
|
10405
10461
|
},
|
|
10462
|
+
"organization_custom_roles": {
|
|
10463
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10464
|
+
"enum": [
|
|
10465
|
+
"read",
|
|
10466
|
+
"write"
|
|
10467
|
+
],
|
|
10468
|
+
"type": "string"
|
|
10469
|
+
},
|
|
10406
10470
|
"organization_hooks": {
|
|
10407
10471
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
10408
10472
|
"enum": [
|
|
@@ -11077,6 +11141,14 @@
|
|
|
11077
11141
|
],
|
|
11078
11142
|
"type": "string"
|
|
11079
11143
|
},
|
|
11144
|
+
"organization_custom_roles": {
|
|
11145
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
11146
|
+
"enum": [
|
|
11147
|
+
"read",
|
|
11148
|
+
"write"
|
|
11149
|
+
],
|
|
11150
|
+
"type": "string"
|
|
11151
|
+
},
|
|
11080
11152
|
"organization_hooks": {
|
|
11081
11153
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
11082
11154
|
"enum": [
|
|
@@ -11950,6 +12022,14 @@
|
|
|
11950
12022
|
],
|
|
11951
12023
|
"type": "string"
|
|
11952
12024
|
},
|
|
12025
|
+
"organization_custom_roles": {
|
|
12026
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12027
|
+
"enum": [
|
|
12028
|
+
"read",
|
|
12029
|
+
"write"
|
|
12030
|
+
],
|
|
12031
|
+
"type": "string"
|
|
12032
|
+
},
|
|
11953
12033
|
"organization_hooks": {
|
|
11954
12034
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
11955
12035
|
"enum": [
|
|
@@ -12755,6 +12835,14 @@
|
|
|
12755
12835
|
],
|
|
12756
12836
|
"type": "string"
|
|
12757
12837
|
},
|
|
12838
|
+
"organization_custom_roles": {
|
|
12839
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12840
|
+
"enum": [
|
|
12841
|
+
"read",
|
|
12842
|
+
"write"
|
|
12843
|
+
],
|
|
12844
|
+
"type": "string"
|
|
12845
|
+
},
|
|
12758
12846
|
"organization_hooks": {
|
|
12759
12847
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
12760
12848
|
"enum": [
|