@octokit/openapi 7.2.0 → 7.3.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 +108 -6
- package/generated/api.github.com.json +30 -24
- 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 +17 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +9 -1
- package/generated/ghes-3.2.deref.json +209 -1
- package/generated/ghes-3.2.json +9 -1
- 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 +209 -1
- package/generated/ghes-3.3.json +9 -1
- 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 +193 -1
- package/generated/ghes-3.4.json +9 -1
- 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 +17 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +9 -1
- package/generated/ghes-3.5.deref.json +193 -1
- package/generated/ghes-3.5.json +9 -1
- 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 +89 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +9 -1
- package/generated/ghes-3.6.deref.json +193 -1
- package/generated/ghes-3.6.json +9 -1
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +32 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +49 -1
- package/generated/github.ae-diff-to-api.github.com.json +9 -1
- package/generated/github.ae.deref.json +121 -1
- package/generated/github.ae.json +9 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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": {
|
|
@@ -4004,6 +4004,14 @@
|
|
|
4004
4004
|
"write"
|
|
4005
4005
|
]
|
|
4006
4006
|
},
|
|
4007
|
+
"organization_custom_roles": {
|
|
4008
|
+
"type": "string",
|
|
4009
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4010
|
+
"enum": [
|
|
4011
|
+
"read",
|
|
4012
|
+
"write"
|
|
4013
|
+
]
|
|
4014
|
+
},
|
|
4007
4015
|
"deployments": {
|
|
4008
4016
|
"type": "string",
|
|
4009
4017
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5116,6 +5124,14 @@
|
|
|
5116
5124
|
"write"
|
|
5117
5125
|
]
|
|
5118
5126
|
},
|
|
5127
|
+
"organization_custom_roles": {
|
|
5128
|
+
"type": "string",
|
|
5129
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5130
|
+
"enum": [
|
|
5131
|
+
"read",
|
|
5132
|
+
"write"
|
|
5133
|
+
]
|
|
5134
|
+
},
|
|
5119
5135
|
"deployments": {
|
|
5120
5136
|
"type": "string",
|
|
5121
5137
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5780,6 +5796,14 @@
|
|
|
5780
5796
|
"write"
|
|
5781
5797
|
]
|
|
5782
5798
|
},
|
|
5799
|
+
"organization_custom_roles": {
|
|
5800
|
+
"type": "string",
|
|
5801
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5802
|
+
"enum": [
|
|
5803
|
+
"read",
|
|
5804
|
+
"write"
|
|
5805
|
+
]
|
|
5806
|
+
},
|
|
5783
5807
|
"deployments": {
|
|
5784
5808
|
"type": "string",
|
|
5785
5809
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -7332,6 +7356,14 @@
|
|
|
7332
7356
|
"write"
|
|
7333
7357
|
]
|
|
7334
7358
|
},
|
|
7359
|
+
"organization_custom_roles": {
|
|
7360
|
+
"type": "string",
|
|
7361
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7362
|
+
"enum": [
|
|
7363
|
+
"read",
|
|
7364
|
+
"write"
|
|
7365
|
+
]
|
|
7366
|
+
},
|
|
7335
7367
|
"deployments": {
|
|
7336
7368
|
"type": "string",
|
|
7337
7369
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8191,6 +8223,14 @@
|
|
|
8191
8223
|
"write"
|
|
8192
8224
|
]
|
|
8193
8225
|
},
|
|
8226
|
+
"organization_custom_roles": {
|
|
8227
|
+
"type": "string",
|
|
8228
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8229
|
+
"enum": [
|
|
8230
|
+
"read",
|
|
8231
|
+
"write"
|
|
8232
|
+
]
|
|
8233
|
+
},
|
|
8194
8234
|
"deployments": {
|
|
8195
8235
|
"type": "string",
|
|
8196
8236
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9119,6 +9159,14 @@
|
|
|
9119
9159
|
"write"
|
|
9120
9160
|
]
|
|
9121
9161
|
},
|
|
9162
|
+
"organization_custom_roles": {
|
|
9163
|
+
"type": "string",
|
|
9164
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9165
|
+
"enum": [
|
|
9166
|
+
"read",
|
|
9167
|
+
"write"
|
|
9168
|
+
]
|
|
9169
|
+
},
|
|
9122
9170
|
"deployments": {
|
|
9123
9171
|
"type": "string",
|
|
9124
9172
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9791,6 +9839,14 @@
|
|
|
9791
9839
|
"write"
|
|
9792
9840
|
]
|
|
9793
9841
|
},
|
|
9842
|
+
"organization_custom_roles": {
|
|
9843
|
+
"type": "string",
|
|
9844
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9845
|
+
"enum": [
|
|
9846
|
+
"read",
|
|
9847
|
+
"write"
|
|
9848
|
+
]
|
|
9849
|
+
},
|
|
9794
9850
|
"deployments": {
|
|
9795
9851
|
"type": "string",
|
|
9796
9852
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10697,6 +10753,14 @@
|
|
|
10697
10753
|
"write"
|
|
10698
10754
|
]
|
|
10699
10755
|
},
|
|
10756
|
+
"organization_custom_roles": {
|
|
10757
|
+
"type": "string",
|
|
10758
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10759
|
+
"enum": [
|
|
10760
|
+
"read",
|
|
10761
|
+
"write"
|
|
10762
|
+
]
|
|
10763
|
+
},
|
|
10700
10764
|
"deployments": {
|
|
10701
10765
|
"type": "string",
|
|
10702
10766
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -11369,6 +11433,14 @@
|
|
|
11369
11433
|
"write"
|
|
11370
11434
|
]
|
|
11371
11435
|
},
|
|
11436
|
+
"organization_custom_roles": {
|
|
11437
|
+
"type": "string",
|
|
11438
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
11439
|
+
"enum": [
|
|
11440
|
+
"read",
|
|
11441
|
+
"write"
|
|
11442
|
+
]
|
|
11443
|
+
},
|
|
11372
11444
|
"deployments": {
|
|
11373
11445
|
"type": "string",
|
|
11374
11446
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -12153,6 +12225,14 @@
|
|
|
12153
12225
|
"write"
|
|
12154
12226
|
]
|
|
12155
12227
|
},
|
|
12228
|
+
"organization_custom_roles": {
|
|
12229
|
+
"type": "string",
|
|
12230
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12231
|
+
"enum": [
|
|
12232
|
+
"read",
|
|
12233
|
+
"write"
|
|
12234
|
+
]
|
|
12235
|
+
},
|
|
12156
12236
|
"deployments": {
|
|
12157
12237
|
"type": "string",
|
|
12158
12238
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -12964,6 +13044,14 @@
|
|
|
12964
13044
|
"write"
|
|
12965
13045
|
]
|
|
12966
13046
|
},
|
|
13047
|
+
"organization_custom_roles": {
|
|
13048
|
+
"type": "string",
|
|
13049
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13050
|
+
"enum": [
|
|
13051
|
+
"read",
|
|
13052
|
+
"write"
|
|
13053
|
+
]
|
|
13054
|
+
},
|
|
12967
13055
|
"deployments": {
|
|
12968
13056
|
"type": "string",
|
|
12969
13057
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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": {
|
|
@@ -12349,6 +12349,14 @@
|
|
|
12349
12349
|
"write"
|
|
12350
12350
|
]
|
|
12351
12351
|
},
|
|
12352
|
+
"organization_custom_roles": {
|
|
12353
|
+
"type": "string",
|
|
12354
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12355
|
+
"enum": [
|
|
12356
|
+
"read",
|
|
12357
|
+
"write"
|
|
12358
|
+
]
|
|
12359
|
+
},
|
|
12352
12360
|
"deployments": {
|
|
12353
12361
|
"type": "string",
|
|
12354
12362
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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": {
|
|
@@ -4243,6 +4243,14 @@
|
|
|
4243
4243
|
"write"
|
|
4244
4244
|
]
|
|
4245
4245
|
},
|
|
4246
|
+
"organization_custom_roles": {
|
|
4247
|
+
"type": "string",
|
|
4248
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4249
|
+
"enum": [
|
|
4250
|
+
"read",
|
|
4251
|
+
"write"
|
|
4252
|
+
]
|
|
4253
|
+
},
|
|
4246
4254
|
"deployments": {
|
|
4247
4255
|
"type": "string",
|
|
4248
4256
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5355,6 +5363,14 @@
|
|
|
5355
5363
|
"write"
|
|
5356
5364
|
]
|
|
5357
5365
|
},
|
|
5366
|
+
"organization_custom_roles": {
|
|
5367
|
+
"type": "string",
|
|
5368
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5369
|
+
"enum": [
|
|
5370
|
+
"read",
|
|
5371
|
+
"write"
|
|
5372
|
+
]
|
|
5373
|
+
},
|
|
5358
5374
|
"deployments": {
|
|
5359
5375
|
"type": "string",
|
|
5360
5376
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -6019,6 +6035,14 @@
|
|
|
6019
6035
|
"write"
|
|
6020
6036
|
]
|
|
6021
6037
|
},
|
|
6038
|
+
"organization_custom_roles": {
|
|
6039
|
+
"type": "string",
|
|
6040
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
6041
|
+
"enum": [
|
|
6042
|
+
"read",
|
|
6043
|
+
"write"
|
|
6044
|
+
]
|
|
6045
|
+
},
|
|
6022
6046
|
"deployments": {
|
|
6023
6047
|
"type": "string",
|
|
6024
6048
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8600,6 +8624,14 @@
|
|
|
8600
8624
|
"write"
|
|
8601
8625
|
]
|
|
8602
8626
|
},
|
|
8627
|
+
"organization_custom_roles": {
|
|
8628
|
+
"type": "string",
|
|
8629
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8630
|
+
"enum": [
|
|
8631
|
+
"read",
|
|
8632
|
+
"write"
|
|
8633
|
+
]
|
|
8634
|
+
},
|
|
8603
8635
|
"deployments": {
|
|
8604
8636
|
"type": "string",
|
|
8605
8637
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9389,6 +9421,14 @@
|
|
|
9389
9421
|
"write"
|
|
9390
9422
|
]
|
|
9391
9423
|
},
|
|
9424
|
+
"organization_custom_roles": {
|
|
9425
|
+
"type": "string",
|
|
9426
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9427
|
+
"enum": [
|
|
9428
|
+
"read",
|
|
9429
|
+
"write"
|
|
9430
|
+
]
|
|
9431
|
+
},
|
|
9392
9432
|
"deployments": {
|
|
9393
9433
|
"type": "string",
|
|
9394
9434
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10042,6 +10082,14 @@
|
|
|
10042
10082
|
"write"
|
|
10043
10083
|
]
|
|
10044
10084
|
},
|
|
10085
|
+
"organization_custom_roles": {
|
|
10086
|
+
"type": "string",
|
|
10087
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10088
|
+
"enum": [
|
|
10089
|
+
"read",
|
|
10090
|
+
"write"
|
|
10091
|
+
]
|
|
10092
|
+
},
|
|
10045
10093
|
"deployments": {
|
|
10046
10094
|
"type": "string",
|
|
10047
10095
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10327,6 +10375,14 @@
|
|
|
10327
10375
|
"write"
|
|
10328
10376
|
]
|
|
10329
10377
|
},
|
|
10378
|
+
"organization_custom_roles": {
|
|
10379
|
+
"type": "string",
|
|
10380
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10381
|
+
"enum": [
|
|
10382
|
+
"read",
|
|
10383
|
+
"write"
|
|
10384
|
+
]
|
|
10385
|
+
},
|
|
10330
10386
|
"deployments": {
|
|
10331
10387
|
"type": "string",
|
|
10332
10388
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13322,6 +13378,14 @@
|
|
|
13322
13378
|
"write"
|
|
13323
13379
|
]
|
|
13324
13380
|
},
|
|
13381
|
+
"organization_custom_roles": {
|
|
13382
|
+
"type": "string",
|
|
13383
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13384
|
+
"enum": [
|
|
13385
|
+
"read",
|
|
13386
|
+
"write"
|
|
13387
|
+
]
|
|
13388
|
+
},
|
|
13325
13389
|
"deployments": {
|
|
13326
13390
|
"type": "string",
|
|
13327
13391
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14165,6 +14229,14 @@
|
|
|
14165
14229
|
"write"
|
|
14166
14230
|
]
|
|
14167
14231
|
},
|
|
14232
|
+
"organization_custom_roles": {
|
|
14233
|
+
"type": "string",
|
|
14234
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14235
|
+
"enum": [
|
|
14236
|
+
"read",
|
|
14237
|
+
"write"
|
|
14238
|
+
]
|
|
14239
|
+
},
|
|
14168
14240
|
"deployments": {
|
|
14169
14241
|
"type": "string",
|
|
14170
14242
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14932,6 +15004,14 @@
|
|
|
14932
15004
|
"write"
|
|
14933
15005
|
]
|
|
14934
15006
|
},
|
|
15007
|
+
"organization_custom_roles": {
|
|
15008
|
+
"type": "string",
|
|
15009
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15010
|
+
"enum": [
|
|
15011
|
+
"read",
|
|
15012
|
+
"write"
|
|
15013
|
+
]
|
|
15014
|
+
},
|
|
14935
15015
|
"deployments": {
|
|
14936
15016
|
"type": "string",
|
|
14937
15017
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -15407,6 +15487,14 @@
|
|
|
15407
15487
|
"write"
|
|
15408
15488
|
]
|
|
15409
15489
|
},
|
|
15490
|
+
"organization_custom_roles": {
|
|
15491
|
+
"type": "string",
|
|
15492
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15493
|
+
"enum": [
|
|
15494
|
+
"read",
|
|
15495
|
+
"write"
|
|
15496
|
+
]
|
|
15497
|
+
},
|
|
15410
15498
|
"deployments": {
|
|
15411
15499
|
"type": "string",
|
|
15412
15500
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -16704,6 +16792,14 @@
|
|
|
16704
16792
|
"write"
|
|
16705
16793
|
]
|
|
16706
16794
|
},
|
|
16795
|
+
"organization_custom_roles": {
|
|
16796
|
+
"type": "string",
|
|
16797
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
16798
|
+
"enum": [
|
|
16799
|
+
"read",
|
|
16800
|
+
"write"
|
|
16801
|
+
]
|
|
16802
|
+
},
|
|
16707
16803
|
"deployments": {
|
|
16708
16804
|
"type": "string",
|
|
16709
16805
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -17563,6 +17659,14 @@
|
|
|
17563
17659
|
"write"
|
|
17564
17660
|
]
|
|
17565
17661
|
},
|
|
17662
|
+
"organization_custom_roles": {
|
|
17663
|
+
"type": "string",
|
|
17664
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
17665
|
+
"enum": [
|
|
17666
|
+
"read",
|
|
17667
|
+
"write"
|
|
17668
|
+
]
|
|
17669
|
+
},
|
|
17566
17670
|
"deployments": {
|
|
17567
17671
|
"type": "string",
|
|
17568
17672
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -18491,6 +18595,14 @@
|
|
|
18491
18595
|
"write"
|
|
18492
18596
|
]
|
|
18493
18597
|
},
|
|
18598
|
+
"organization_custom_roles": {
|
|
18599
|
+
"type": "string",
|
|
18600
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
18601
|
+
"enum": [
|
|
18602
|
+
"read",
|
|
18603
|
+
"write"
|
|
18604
|
+
]
|
|
18605
|
+
},
|
|
18494
18606
|
"deployments": {
|
|
18495
18607
|
"type": "string",
|
|
18496
18608
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -19163,6 +19275,14 @@
|
|
|
19163
19275
|
"write"
|
|
19164
19276
|
]
|
|
19165
19277
|
},
|
|
19278
|
+
"organization_custom_roles": {
|
|
19279
|
+
"type": "string",
|
|
19280
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19281
|
+
"enum": [
|
|
19282
|
+
"read",
|
|
19283
|
+
"write"
|
|
19284
|
+
]
|
|
19285
|
+
},
|
|
19166
19286
|
"deployments": {
|
|
19167
19287
|
"type": "string",
|
|
19168
19288
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20069,6 +20189,14 @@
|
|
|
20069
20189
|
"write"
|
|
20070
20190
|
]
|
|
20071
20191
|
},
|
|
20192
|
+
"organization_custom_roles": {
|
|
20193
|
+
"type": "string",
|
|
20194
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20195
|
+
"enum": [
|
|
20196
|
+
"read",
|
|
20197
|
+
"write"
|
|
20198
|
+
]
|
|
20199
|
+
},
|
|
20072
20200
|
"deployments": {
|
|
20073
20201
|
"type": "string",
|
|
20074
20202
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20741,6 +20869,14 @@
|
|
|
20741
20869
|
"write"
|
|
20742
20870
|
]
|
|
20743
20871
|
},
|
|
20872
|
+
"organization_custom_roles": {
|
|
20873
|
+
"type": "string",
|
|
20874
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20875
|
+
"enum": [
|
|
20876
|
+
"read",
|
|
20877
|
+
"write"
|
|
20878
|
+
]
|
|
20879
|
+
},
|
|
20744
20880
|
"deployments": {
|
|
20745
20881
|
"type": "string",
|
|
20746
20882
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -21525,6 +21661,14 @@
|
|
|
21525
21661
|
"write"
|
|
21526
21662
|
]
|
|
21527
21663
|
},
|
|
21664
|
+
"organization_custom_roles": {
|
|
21665
|
+
"type": "string",
|
|
21666
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
21667
|
+
"enum": [
|
|
21668
|
+
"read",
|
|
21669
|
+
"write"
|
|
21670
|
+
]
|
|
21671
|
+
},
|
|
21528
21672
|
"deployments": {
|
|
21529
21673
|
"type": "string",
|
|
21530
21674
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -22336,6 +22480,14 @@
|
|
|
22336
22480
|
"write"
|
|
22337
22481
|
]
|
|
22338
22482
|
},
|
|
22483
|
+
"organization_custom_roles": {
|
|
22484
|
+
"type": "string",
|
|
22485
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
22486
|
+
"enum": [
|
|
22487
|
+
"read",
|
|
22488
|
+
"write"
|
|
22489
|
+
]
|
|
22490
|
+
},
|
|
22339
22491
|
"deployments": {
|
|
22340
22492
|
"type": "string",
|
|
22341
22493
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -83667,6 +83819,14 @@
|
|
|
83667
83819
|
"write"
|
|
83668
83820
|
]
|
|
83669
83821
|
},
|
|
83822
|
+
"organization_custom_roles": {
|
|
83823
|
+
"type": "string",
|
|
83824
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
83825
|
+
"enum": [
|
|
83826
|
+
"read",
|
|
83827
|
+
"write"
|
|
83828
|
+
]
|
|
83829
|
+
},
|
|
83670
83830
|
"deployments": {
|
|
83671
83831
|
"type": "string",
|
|
83672
83832
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -84470,6 +84630,14 @@
|
|
|
84470
84630
|
"write"
|
|
84471
84631
|
]
|
|
84472
84632
|
},
|
|
84633
|
+
"organization_custom_roles": {
|
|
84634
|
+
"type": "string",
|
|
84635
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
84636
|
+
"enum": [
|
|
84637
|
+
"read",
|
|
84638
|
+
"write"
|
|
84639
|
+
]
|
|
84640
|
+
},
|
|
84473
84641
|
"deployments": {
|
|
84474
84642
|
"type": "string",
|
|
84475
84643
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -241558,6 +241726,14 @@
|
|
|
241558
241726
|
"write"
|
|
241559
241727
|
]
|
|
241560
241728
|
},
|
|
241729
|
+
"organization_custom_roles": {
|
|
241730
|
+
"type": "string",
|
|
241731
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
241732
|
+
"enum": [
|
|
241733
|
+
"read",
|
|
241734
|
+
"write"
|
|
241735
|
+
]
|
|
241736
|
+
},
|
|
241561
241737
|
"deployments": {
|
|
241562
241738
|
"type": "string",
|
|
241563
241739
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -386312,6 +386488,14 @@
|
|
|
386312
386488
|
"write"
|
|
386313
386489
|
]
|
|
386314
386490
|
},
|
|
386491
|
+
"organization_custom_roles": {
|
|
386492
|
+
"type": "string",
|
|
386493
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
386494
|
+
"enum": [
|
|
386495
|
+
"read",
|
|
386496
|
+
"write"
|
|
386497
|
+
]
|
|
386498
|
+
},
|
|
386315
386499
|
"deployments": {
|
|
386316
386500
|
"type": "string",
|
|
386317
386501
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -422794,6 +422978,14 @@
|
|
|
422794
422978
|
"write"
|
|
422795
422979
|
]
|
|
422796
422980
|
},
|
|
422981
|
+
"organization_custom_roles": {
|
|
422982
|
+
"type": "string",
|
|
422983
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
422984
|
+
"enum": [
|
|
422985
|
+
"read",
|
|
422986
|
+
"write"
|
|
422987
|
+
]
|
|
422988
|
+
},
|
|
422797
422989
|
"deployments": {
|
|
422798
422990
|
"type": "string",
|
|
422799
422991
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
package/generated/ghes-3.6.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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": {
|
|
@@ -58356,6 +58356,14 @@
|
|
|
58356
58356
|
"write"
|
|
58357
58357
|
]
|
|
58358
58358
|
},
|
|
58359
|
+
"organization_custom_roles": {
|
|
58360
|
+
"type": "string",
|
|
58361
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
58362
|
+
"enum": [
|
|
58363
|
+
"read",
|
|
58364
|
+
"write"
|
|
58365
|
+
]
|
|
58366
|
+
},
|
|
58359
58367
|
"deployments": {
|
|
58360
58368
|
"type": "string",
|
|
58361
58369
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -2334,6 +2334,14 @@
|
|
|
2334
2334
|
],
|
|
2335
2335
|
"type": "string"
|
|
2336
2336
|
},
|
|
2337
|
+
"organization_custom_roles": {
|
|
2338
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
2339
|
+
"enum": [
|
|
2340
|
+
"read",
|
|
2341
|
+
"write"
|
|
2342
|
+
],
|
|
2343
|
+
"type": "string"
|
|
2344
|
+
},
|
|
2337
2345
|
"organization_hooks": {
|
|
2338
2346
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
2339
2347
|
"enum": [
|
|
@@ -3173,6 +3181,14 @@
|
|
|
3173
3181
|
],
|
|
3174
3182
|
"type": "string"
|
|
3175
3183
|
},
|
|
3184
|
+
"organization_custom_roles": {
|
|
3185
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3186
|
+
"enum": [
|
|
3187
|
+
"read",
|
|
3188
|
+
"write"
|
|
3189
|
+
],
|
|
3190
|
+
"type": "string"
|
|
3191
|
+
},
|
|
3176
3192
|
"organization_hooks": {
|
|
3177
3193
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3178
3194
|
"enum": [
|
|
@@ -3836,6 +3852,14 @@
|
|
|
3836
3852
|
],
|
|
3837
3853
|
"type": "string"
|
|
3838
3854
|
},
|
|
3855
|
+
"organization_custom_roles": {
|
|
3856
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3857
|
+
"enum": [
|
|
3858
|
+
"read",
|
|
3859
|
+
"write"
|
|
3860
|
+
],
|
|
3861
|
+
"type": "string"
|
|
3862
|
+
},
|
|
3839
3863
|
"organization_hooks": {
|
|
3840
3864
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
3841
3865
|
"enum": [
|
|
@@ -4569,6 +4593,14 @@
|
|
|
4569
4593
|
],
|
|
4570
4594
|
"type": "string"
|
|
4571
4595
|
},
|
|
4596
|
+
"organization_custom_roles": {
|
|
4597
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4598
|
+
"enum": [
|
|
4599
|
+
"read",
|
|
4600
|
+
"write"
|
|
4601
|
+
],
|
|
4602
|
+
"type": "string"
|
|
4603
|
+
},
|
|
4572
4604
|
"organization_hooks": {
|
|
4573
4605
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
4574
4606
|
"enum": [
|