@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": {
|
|
@@ -4251,6 +4251,14 @@
|
|
|
4251
4251
|
"write"
|
|
4252
4252
|
]
|
|
4253
4253
|
},
|
|
4254
|
+
"organization_custom_roles": {
|
|
4255
|
+
"type": "string",
|
|
4256
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4257
|
+
"enum": [
|
|
4258
|
+
"read",
|
|
4259
|
+
"write"
|
|
4260
|
+
]
|
|
4261
|
+
},
|
|
4254
4262
|
"deployments": {
|
|
4255
4263
|
"type": "string",
|
|
4256
4264
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5341,6 +5349,14 @@
|
|
|
5341
5349
|
"write"
|
|
5342
5350
|
]
|
|
5343
5351
|
},
|
|
5352
|
+
"organization_custom_roles": {
|
|
5353
|
+
"type": "string",
|
|
5354
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5355
|
+
"enum": [
|
|
5356
|
+
"read",
|
|
5357
|
+
"write"
|
|
5358
|
+
]
|
|
5359
|
+
},
|
|
5344
5360
|
"deployments": {
|
|
5345
5361
|
"type": "string",
|
|
5346
5362
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -6013,6 +6029,14 @@
|
|
|
6013
6029
|
"write"
|
|
6014
6030
|
]
|
|
6015
6031
|
},
|
|
6032
|
+
"organization_custom_roles": {
|
|
6033
|
+
"type": "string",
|
|
6034
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
6035
|
+
"enum": [
|
|
6036
|
+
"read",
|
|
6037
|
+
"write"
|
|
6038
|
+
]
|
|
6039
|
+
},
|
|
6016
6040
|
"deployments": {
|
|
6017
6041
|
"type": "string",
|
|
6018
6042
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8590,6 +8614,14 @@
|
|
|
8590
8614
|
"write"
|
|
8591
8615
|
]
|
|
8592
8616
|
},
|
|
8617
|
+
"organization_custom_roles": {
|
|
8618
|
+
"type": "string",
|
|
8619
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8620
|
+
"enum": [
|
|
8621
|
+
"read",
|
|
8622
|
+
"write"
|
|
8623
|
+
]
|
|
8624
|
+
},
|
|
8593
8625
|
"deployments": {
|
|
8594
8626
|
"type": "string",
|
|
8595
8627
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9387,6 +9419,14 @@
|
|
|
9387
9419
|
"write"
|
|
9388
9420
|
]
|
|
9389
9421
|
},
|
|
9422
|
+
"organization_custom_roles": {
|
|
9423
|
+
"type": "string",
|
|
9424
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9425
|
+
"enum": [
|
|
9426
|
+
"read",
|
|
9427
|
+
"write"
|
|
9428
|
+
]
|
|
9429
|
+
},
|
|
9390
9430
|
"deployments": {
|
|
9391
9431
|
"type": "string",
|
|
9392
9432
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10048,6 +10088,14 @@
|
|
|
10048
10088
|
"write"
|
|
10049
10089
|
]
|
|
10050
10090
|
},
|
|
10091
|
+
"organization_custom_roles": {
|
|
10092
|
+
"type": "string",
|
|
10093
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10094
|
+
"enum": [
|
|
10095
|
+
"read",
|
|
10096
|
+
"write"
|
|
10097
|
+
]
|
|
10098
|
+
},
|
|
10051
10099
|
"deployments": {
|
|
10052
10100
|
"type": "string",
|
|
10053
10101
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10341,6 +10389,14 @@
|
|
|
10341
10389
|
"write"
|
|
10342
10390
|
]
|
|
10343
10391
|
},
|
|
10392
|
+
"organization_custom_roles": {
|
|
10393
|
+
"type": "string",
|
|
10394
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10395
|
+
"enum": [
|
|
10396
|
+
"read",
|
|
10397
|
+
"write"
|
|
10398
|
+
]
|
|
10399
|
+
},
|
|
10344
10400
|
"deployments": {
|
|
10345
10401
|
"type": "string",
|
|
10346
10402
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13368,6 +13424,14 @@
|
|
|
13368
13424
|
"write"
|
|
13369
13425
|
]
|
|
13370
13426
|
},
|
|
13427
|
+
"organization_custom_roles": {
|
|
13428
|
+
"type": "string",
|
|
13429
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13430
|
+
"enum": [
|
|
13431
|
+
"read",
|
|
13432
|
+
"write"
|
|
13433
|
+
]
|
|
13434
|
+
},
|
|
13371
13435
|
"deployments": {
|
|
13372
13436
|
"type": "string",
|
|
13373
13437
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14219,6 +14283,14 @@
|
|
|
14219
14283
|
"write"
|
|
14220
14284
|
]
|
|
14221
14285
|
},
|
|
14286
|
+
"organization_custom_roles": {
|
|
14287
|
+
"type": "string",
|
|
14288
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14289
|
+
"enum": [
|
|
14290
|
+
"read",
|
|
14291
|
+
"write"
|
|
14292
|
+
]
|
|
14293
|
+
},
|
|
14222
14294
|
"deployments": {
|
|
14223
14295
|
"type": "string",
|
|
14224
14296
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14994,6 +15066,14 @@
|
|
|
14994
15066
|
"write"
|
|
14995
15067
|
]
|
|
14996
15068
|
},
|
|
15069
|
+
"organization_custom_roles": {
|
|
15070
|
+
"type": "string",
|
|
15071
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15072
|
+
"enum": [
|
|
15073
|
+
"read",
|
|
15074
|
+
"write"
|
|
15075
|
+
]
|
|
15076
|
+
},
|
|
14997
15077
|
"deployments": {
|
|
14998
15078
|
"type": "string",
|
|
14999
15079
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -15477,6 +15557,14 @@
|
|
|
15477
15557
|
"write"
|
|
15478
15558
|
]
|
|
15479
15559
|
},
|
|
15560
|
+
"organization_custom_roles": {
|
|
15561
|
+
"type": "string",
|
|
15562
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15563
|
+
"enum": [
|
|
15564
|
+
"read",
|
|
15565
|
+
"write"
|
|
15566
|
+
]
|
|
15567
|
+
},
|
|
15480
15568
|
"deployments": {
|
|
15481
15569
|
"type": "string",
|
|
15482
15570
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -16393,6 +16481,14 @@
|
|
|
16393
16481
|
"write"
|
|
16394
16482
|
]
|
|
16395
16483
|
},
|
|
16484
|
+
"organization_custom_roles": {
|
|
16485
|
+
"type": "string",
|
|
16486
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
16487
|
+
"enum": [
|
|
16488
|
+
"read",
|
|
16489
|
+
"write"
|
|
16490
|
+
]
|
|
16491
|
+
},
|
|
16396
16492
|
"deployments": {
|
|
16397
16493
|
"type": "string",
|
|
16398
16494
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -17161,6 +17257,14 @@
|
|
|
17161
17257
|
"write"
|
|
17162
17258
|
]
|
|
17163
17259
|
},
|
|
17260
|
+
"organization_custom_roles": {
|
|
17261
|
+
"type": "string",
|
|
17262
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
17263
|
+
"enum": [
|
|
17264
|
+
"read",
|
|
17265
|
+
"write"
|
|
17266
|
+
]
|
|
17267
|
+
},
|
|
17164
17268
|
"deployments": {
|
|
17165
17269
|
"type": "string",
|
|
17166
17270
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -18344,6 +18448,14 @@
|
|
|
18344
18448
|
"write"
|
|
18345
18449
|
]
|
|
18346
18450
|
},
|
|
18451
|
+
"organization_custom_roles": {
|
|
18452
|
+
"type": "string",
|
|
18453
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
18454
|
+
"enum": [
|
|
18455
|
+
"read",
|
|
18456
|
+
"write"
|
|
18457
|
+
]
|
|
18458
|
+
},
|
|
18347
18459
|
"deployments": {
|
|
18348
18460
|
"type": "string",
|
|
18349
18461
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -19205,6 +19317,14 @@
|
|
|
19205
19317
|
"write"
|
|
19206
19318
|
]
|
|
19207
19319
|
},
|
|
19320
|
+
"organization_custom_roles": {
|
|
19321
|
+
"type": "string",
|
|
19322
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19323
|
+
"enum": [
|
|
19324
|
+
"read",
|
|
19325
|
+
"write"
|
|
19326
|
+
]
|
|
19327
|
+
},
|
|
19208
19328
|
"deployments": {
|
|
19209
19329
|
"type": "string",
|
|
19210
19330
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20135,6 +20255,14 @@
|
|
|
20135
20255
|
"write"
|
|
20136
20256
|
]
|
|
20137
20257
|
},
|
|
20258
|
+
"organization_custom_roles": {
|
|
20259
|
+
"type": "string",
|
|
20260
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20261
|
+
"enum": [
|
|
20262
|
+
"read",
|
|
20263
|
+
"write"
|
|
20264
|
+
]
|
|
20265
|
+
},
|
|
20138
20266
|
"deployments": {
|
|
20139
20267
|
"type": "string",
|
|
20140
20268
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20815,6 +20943,14 @@
|
|
|
20815
20943
|
"write"
|
|
20816
20944
|
]
|
|
20817
20945
|
},
|
|
20946
|
+
"organization_custom_roles": {
|
|
20947
|
+
"type": "string",
|
|
20948
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20949
|
+
"enum": [
|
|
20950
|
+
"read",
|
|
20951
|
+
"write"
|
|
20952
|
+
]
|
|
20953
|
+
},
|
|
20818
20954
|
"deployments": {
|
|
20819
20955
|
"type": "string",
|
|
20820
20956
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -21723,6 +21859,14 @@
|
|
|
21723
21859
|
"write"
|
|
21724
21860
|
]
|
|
21725
21861
|
},
|
|
21862
|
+
"organization_custom_roles": {
|
|
21863
|
+
"type": "string",
|
|
21864
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
21865
|
+
"enum": [
|
|
21866
|
+
"read",
|
|
21867
|
+
"write"
|
|
21868
|
+
]
|
|
21869
|
+
},
|
|
21726
21870
|
"deployments": {
|
|
21727
21871
|
"type": "string",
|
|
21728
21872
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -22403,6 +22547,14 @@
|
|
|
22403
22547
|
"write"
|
|
22404
22548
|
]
|
|
22405
22549
|
},
|
|
22550
|
+
"organization_custom_roles": {
|
|
22551
|
+
"type": "string",
|
|
22552
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
22553
|
+
"enum": [
|
|
22554
|
+
"read",
|
|
22555
|
+
"write"
|
|
22556
|
+
]
|
|
22557
|
+
},
|
|
22406
22558
|
"deployments": {
|
|
22407
22559
|
"type": "string",
|
|
22408
22560
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -23189,6 +23341,14 @@
|
|
|
23189
23341
|
"write"
|
|
23190
23342
|
]
|
|
23191
23343
|
},
|
|
23344
|
+
"organization_custom_roles": {
|
|
23345
|
+
"type": "string",
|
|
23346
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
23347
|
+
"enum": [
|
|
23348
|
+
"read",
|
|
23349
|
+
"write"
|
|
23350
|
+
]
|
|
23351
|
+
},
|
|
23192
23352
|
"deployments": {
|
|
23193
23353
|
"type": "string",
|
|
23194
23354
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -24002,6 +24162,14 @@
|
|
|
24002
24162
|
"write"
|
|
24003
24163
|
]
|
|
24004
24164
|
},
|
|
24165
|
+
"organization_custom_roles": {
|
|
24166
|
+
"type": "string",
|
|
24167
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
24168
|
+
"enum": [
|
|
24169
|
+
"read",
|
|
24170
|
+
"write"
|
|
24171
|
+
]
|
|
24172
|
+
},
|
|
24005
24173
|
"deployments": {
|
|
24006
24174
|
"type": "string",
|
|
24007
24175
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -76215,6 +76383,14 @@
|
|
|
76215
76383
|
"write"
|
|
76216
76384
|
]
|
|
76217
76385
|
},
|
|
76386
|
+
"organization_custom_roles": {
|
|
76387
|
+
"type": "string",
|
|
76388
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
76389
|
+
"enum": [
|
|
76390
|
+
"read",
|
|
76391
|
+
"write"
|
|
76392
|
+
]
|
|
76393
|
+
},
|
|
76218
76394
|
"deployments": {
|
|
76219
76395
|
"type": "string",
|
|
76220
76396
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -77026,6 +77202,14 @@
|
|
|
77026
77202
|
"write"
|
|
77027
77203
|
]
|
|
77028
77204
|
},
|
|
77205
|
+
"organization_custom_roles": {
|
|
77206
|
+
"type": "string",
|
|
77207
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
77208
|
+
"enum": [
|
|
77209
|
+
"read",
|
|
77210
|
+
"write"
|
|
77211
|
+
]
|
|
77212
|
+
},
|
|
77029
77213
|
"deployments": {
|
|
77030
77214
|
"type": "string",
|
|
77031
77215
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -215414,6 +215598,14 @@
|
|
|
215414
215598
|
"write"
|
|
215415
215599
|
]
|
|
215416
215600
|
},
|
|
215601
|
+
"organization_custom_roles": {
|
|
215602
|
+
"type": "string",
|
|
215603
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
215604
|
+
"enum": [
|
|
215605
|
+
"read",
|
|
215606
|
+
"write"
|
|
215607
|
+
]
|
|
215608
|
+
},
|
|
215417
215609
|
"deployments": {
|
|
215418
215610
|
"type": "string",
|
|
215419
215611
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -358353,6 +358545,14 @@
|
|
|
358353
358545
|
"write"
|
|
358354
358546
|
]
|
|
358355
358547
|
},
|
|
358548
|
+
"organization_custom_roles": {
|
|
358549
|
+
"type": "string",
|
|
358550
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
358551
|
+
"enum": [
|
|
358552
|
+
"read",
|
|
358553
|
+
"write"
|
|
358554
|
+
]
|
|
358555
|
+
},
|
|
358356
358556
|
"deployments": {
|
|
358357
358557
|
"type": "string",
|
|
358358
358558
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -389395,6 +389595,14 @@
|
|
|
389395
389595
|
"write"
|
|
389396
389596
|
]
|
|
389397
389597
|
},
|
|
389598
|
+
"organization_custom_roles": {
|
|
389599
|
+
"type": "string",
|
|
389600
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
389601
|
+
"enum": [
|
|
389602
|
+
"read",
|
|
389603
|
+
"write"
|
|
389604
|
+
]
|
|
389605
|
+
},
|
|
389398
389606
|
"deployments": {
|
|
389399
389607
|
"type": "string",
|
|
389400
389608
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
package/generated/ghes-3.2.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": {
|
|
@@ -51313,6 +51313,14 @@
|
|
|
51313
51313
|
"write"
|
|
51314
51314
|
]
|
|
51315
51315
|
},
|
|
51316
|
+
"organization_custom_roles": {
|
|
51317
|
+
"type": "string",
|
|
51318
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
51319
|
+
"enum": [
|
|
51320
|
+
"read",
|
|
51321
|
+
"write"
|
|
51322
|
+
]
|
|
51323
|
+
},
|
|
51316
51324
|
"deployments": {
|
|
51317
51325
|
"type": "string",
|
|
51318
51326
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -458,6 +458,14 @@
|
|
|
458
458
|
],
|
|
459
459
|
"type": "string"
|
|
460
460
|
},
|
|
461
|
+
"organization_custom_roles": {
|
|
462
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
463
|
+
"enum": [
|
|
464
|
+
"read",
|
|
465
|
+
"write"
|
|
466
|
+
],
|
|
467
|
+
"type": "string"
|
|
468
|
+
},
|
|
461
469
|
"organization_hooks": {
|
|
462
470
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
463
471
|
"enum": [
|
|
@@ -1225,6 +1233,14 @@
|
|
|
1225
1233
|
],
|
|
1226
1234
|
"type": "string"
|
|
1227
1235
|
},
|
|
1236
|
+
"organization_custom_roles": {
|
|
1237
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
1238
|
+
"enum": [
|
|
1239
|
+
"read",
|
|
1240
|
+
"write"
|
|
1241
|
+
],
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
},
|
|
1228
1244
|
"organization_hooks": {
|
|
1229
1245
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
1230
1246
|
"enum": [
|