@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": {
|
|
@@ -4087,6 +4087,14 @@
|
|
|
4087
4087
|
"write"
|
|
4088
4088
|
]
|
|
4089
4089
|
},
|
|
4090
|
+
"organization_custom_roles": {
|
|
4091
|
+
"type": "string",
|
|
4092
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4093
|
+
"enum": [
|
|
4094
|
+
"read",
|
|
4095
|
+
"write"
|
|
4096
|
+
]
|
|
4097
|
+
},
|
|
4090
4098
|
"deployments": {
|
|
4091
4099
|
"type": "string",
|
|
4092
4100
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5183,6 +5191,14 @@
|
|
|
5183
5191
|
"write"
|
|
5184
5192
|
]
|
|
5185
5193
|
},
|
|
5194
|
+
"organization_custom_roles": {
|
|
5195
|
+
"type": "string",
|
|
5196
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5197
|
+
"enum": [
|
|
5198
|
+
"read",
|
|
5199
|
+
"write"
|
|
5200
|
+
]
|
|
5201
|
+
},
|
|
5186
5202
|
"deployments": {
|
|
5187
5203
|
"type": "string",
|
|
5188
5204
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5855,6 +5871,14 @@
|
|
|
5855
5871
|
"write"
|
|
5856
5872
|
]
|
|
5857
5873
|
},
|
|
5874
|
+
"organization_custom_roles": {
|
|
5875
|
+
"type": "string",
|
|
5876
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5877
|
+
"enum": [
|
|
5878
|
+
"read",
|
|
5879
|
+
"write"
|
|
5880
|
+
]
|
|
5881
|
+
},
|
|
5858
5882
|
"deployments": {
|
|
5859
5883
|
"type": "string",
|
|
5860
5884
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8438,6 +8462,14 @@
|
|
|
8438
8462
|
"write"
|
|
8439
8463
|
]
|
|
8440
8464
|
},
|
|
8465
|
+
"organization_custom_roles": {
|
|
8466
|
+
"type": "string",
|
|
8467
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8468
|
+
"enum": [
|
|
8469
|
+
"read",
|
|
8470
|
+
"write"
|
|
8471
|
+
]
|
|
8472
|
+
},
|
|
8441
8473
|
"deployments": {
|
|
8442
8474
|
"type": "string",
|
|
8443
8475
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9241,6 +9273,14 @@
|
|
|
9241
9273
|
"write"
|
|
9242
9274
|
]
|
|
9243
9275
|
},
|
|
9276
|
+
"organization_custom_roles": {
|
|
9277
|
+
"type": "string",
|
|
9278
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9279
|
+
"enum": [
|
|
9280
|
+
"read",
|
|
9281
|
+
"write"
|
|
9282
|
+
]
|
|
9283
|
+
},
|
|
9244
9284
|
"deployments": {
|
|
9245
9285
|
"type": "string",
|
|
9246
9286
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9908,6 +9948,14 @@
|
|
|
9908
9948
|
"write"
|
|
9909
9949
|
]
|
|
9910
9950
|
},
|
|
9951
|
+
"organization_custom_roles": {
|
|
9952
|
+
"type": "string",
|
|
9953
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9954
|
+
"enum": [
|
|
9955
|
+
"read",
|
|
9956
|
+
"write"
|
|
9957
|
+
]
|
|
9958
|
+
},
|
|
9911
9959
|
"deployments": {
|
|
9912
9960
|
"type": "string",
|
|
9913
9961
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10201,6 +10249,14 @@
|
|
|
10201
10249
|
"write"
|
|
10202
10250
|
]
|
|
10203
10251
|
},
|
|
10252
|
+
"organization_custom_roles": {
|
|
10253
|
+
"type": "string",
|
|
10254
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10255
|
+
"enum": [
|
|
10256
|
+
"read",
|
|
10257
|
+
"write"
|
|
10258
|
+
]
|
|
10259
|
+
},
|
|
10204
10260
|
"deployments": {
|
|
10205
10261
|
"type": "string",
|
|
10206
10262
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13243,6 +13299,14 @@
|
|
|
13243
13299
|
"write"
|
|
13244
13300
|
]
|
|
13245
13301
|
},
|
|
13302
|
+
"organization_custom_roles": {
|
|
13303
|
+
"type": "string",
|
|
13304
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13305
|
+
"enum": [
|
|
13306
|
+
"read",
|
|
13307
|
+
"write"
|
|
13308
|
+
]
|
|
13309
|
+
},
|
|
13246
13310
|
"deployments": {
|
|
13247
13311
|
"type": "string",
|
|
13248
13312
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14100,6 +14164,14 @@
|
|
|
14100
14164
|
"write"
|
|
14101
14165
|
]
|
|
14102
14166
|
},
|
|
14167
|
+
"organization_custom_roles": {
|
|
14168
|
+
"type": "string",
|
|
14169
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14170
|
+
"enum": [
|
|
14171
|
+
"read",
|
|
14172
|
+
"write"
|
|
14173
|
+
]
|
|
14174
|
+
},
|
|
14103
14175
|
"deployments": {
|
|
14104
14176
|
"type": "string",
|
|
14105
14177
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14881,6 +14953,14 @@
|
|
|
14881
14953
|
"write"
|
|
14882
14954
|
]
|
|
14883
14955
|
},
|
|
14956
|
+
"organization_custom_roles": {
|
|
14957
|
+
"type": "string",
|
|
14958
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14959
|
+
"enum": [
|
|
14960
|
+
"read",
|
|
14961
|
+
"write"
|
|
14962
|
+
]
|
|
14963
|
+
},
|
|
14884
14964
|
"deployments": {
|
|
14885
14965
|
"type": "string",
|
|
14886
14966
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -15364,6 +15444,14 @@
|
|
|
15364
15444
|
"write"
|
|
15365
15445
|
]
|
|
15366
15446
|
},
|
|
15447
|
+
"organization_custom_roles": {
|
|
15448
|
+
"type": "string",
|
|
15449
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15450
|
+
"enum": [
|
|
15451
|
+
"read",
|
|
15452
|
+
"write"
|
|
15453
|
+
]
|
|
15454
|
+
},
|
|
15367
15455
|
"deployments": {
|
|
15368
15456
|
"type": "string",
|
|
15369
15457
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -16286,6 +16374,14 @@
|
|
|
16286
16374
|
"write"
|
|
16287
16375
|
]
|
|
16288
16376
|
},
|
|
16377
|
+
"organization_custom_roles": {
|
|
16378
|
+
"type": "string",
|
|
16379
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
16380
|
+
"enum": [
|
|
16381
|
+
"read",
|
|
16382
|
+
"write"
|
|
16383
|
+
]
|
|
16384
|
+
},
|
|
16289
16385
|
"deployments": {
|
|
16290
16386
|
"type": "string",
|
|
16291
16387
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -17060,6 +17156,14 @@
|
|
|
17060
17156
|
"write"
|
|
17061
17157
|
]
|
|
17062
17158
|
},
|
|
17159
|
+
"organization_custom_roles": {
|
|
17160
|
+
"type": "string",
|
|
17161
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
17162
|
+
"enum": [
|
|
17163
|
+
"read",
|
|
17164
|
+
"write"
|
|
17165
|
+
]
|
|
17166
|
+
},
|
|
17063
17167
|
"deployments": {
|
|
17064
17168
|
"type": "string",
|
|
17065
17169
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -18255,6 +18359,14 @@
|
|
|
18255
18359
|
"write"
|
|
18256
18360
|
]
|
|
18257
18361
|
},
|
|
18362
|
+
"organization_custom_roles": {
|
|
18363
|
+
"type": "string",
|
|
18364
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
18365
|
+
"enum": [
|
|
18366
|
+
"read",
|
|
18367
|
+
"write"
|
|
18368
|
+
]
|
|
18369
|
+
},
|
|
18258
18370
|
"deployments": {
|
|
18259
18371
|
"type": "string",
|
|
18260
18372
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -19122,6 +19234,14 @@
|
|
|
19122
19234
|
"write"
|
|
19123
19235
|
]
|
|
19124
19236
|
},
|
|
19237
|
+
"organization_custom_roles": {
|
|
19238
|
+
"type": "string",
|
|
19239
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19240
|
+
"enum": [
|
|
19241
|
+
"read",
|
|
19242
|
+
"write"
|
|
19243
|
+
]
|
|
19244
|
+
},
|
|
19125
19245
|
"deployments": {
|
|
19126
19246
|
"type": "string",
|
|
19127
19247
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20058,6 +20178,14 @@
|
|
|
20058
20178
|
"write"
|
|
20059
20179
|
]
|
|
20060
20180
|
},
|
|
20181
|
+
"organization_custom_roles": {
|
|
20182
|
+
"type": "string",
|
|
20183
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20184
|
+
"enum": [
|
|
20185
|
+
"read",
|
|
20186
|
+
"write"
|
|
20187
|
+
]
|
|
20188
|
+
},
|
|
20061
20189
|
"deployments": {
|
|
20062
20190
|
"type": "string",
|
|
20063
20191
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20738,6 +20866,14 @@
|
|
|
20738
20866
|
"write"
|
|
20739
20867
|
]
|
|
20740
20868
|
},
|
|
20869
|
+
"organization_custom_roles": {
|
|
20870
|
+
"type": "string",
|
|
20871
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20872
|
+
"enum": [
|
|
20873
|
+
"read",
|
|
20874
|
+
"write"
|
|
20875
|
+
]
|
|
20876
|
+
},
|
|
20741
20877
|
"deployments": {
|
|
20742
20878
|
"type": "string",
|
|
20743
20879
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -21652,6 +21788,14 @@
|
|
|
21652
21788
|
"write"
|
|
21653
21789
|
]
|
|
21654
21790
|
},
|
|
21791
|
+
"organization_custom_roles": {
|
|
21792
|
+
"type": "string",
|
|
21793
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
21794
|
+
"enum": [
|
|
21795
|
+
"read",
|
|
21796
|
+
"write"
|
|
21797
|
+
]
|
|
21798
|
+
},
|
|
21655
21799
|
"deployments": {
|
|
21656
21800
|
"type": "string",
|
|
21657
21801
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -22332,6 +22476,14 @@
|
|
|
22332
22476
|
"write"
|
|
22333
22477
|
]
|
|
22334
22478
|
},
|
|
22479
|
+
"organization_custom_roles": {
|
|
22480
|
+
"type": "string",
|
|
22481
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
22482
|
+
"enum": [
|
|
22483
|
+
"read",
|
|
22484
|
+
"write"
|
|
22485
|
+
]
|
|
22486
|
+
},
|
|
22335
22487
|
"deployments": {
|
|
22336
22488
|
"type": "string",
|
|
22337
22489
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -23124,6 +23276,14 @@
|
|
|
23124
23276
|
"write"
|
|
23125
23277
|
]
|
|
23126
23278
|
},
|
|
23279
|
+
"organization_custom_roles": {
|
|
23280
|
+
"type": "string",
|
|
23281
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
23282
|
+
"enum": [
|
|
23283
|
+
"read",
|
|
23284
|
+
"write"
|
|
23285
|
+
]
|
|
23286
|
+
},
|
|
23127
23287
|
"deployments": {
|
|
23128
23288
|
"type": "string",
|
|
23129
23289
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -23943,6 +24103,14 @@
|
|
|
23943
24103
|
"write"
|
|
23944
24104
|
]
|
|
23945
24105
|
},
|
|
24106
|
+
"organization_custom_roles": {
|
|
24107
|
+
"type": "string",
|
|
24108
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
24109
|
+
"enum": [
|
|
24110
|
+
"read",
|
|
24111
|
+
"write"
|
|
24112
|
+
]
|
|
24113
|
+
},
|
|
23946
24114
|
"deployments": {
|
|
23947
24115
|
"type": "string",
|
|
23948
24116
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -77012,6 +77180,14 @@
|
|
|
77012
77180
|
"write"
|
|
77013
77181
|
]
|
|
77014
77182
|
},
|
|
77183
|
+
"organization_custom_roles": {
|
|
77184
|
+
"type": "string",
|
|
77185
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
77186
|
+
"enum": [
|
|
77187
|
+
"read",
|
|
77188
|
+
"write"
|
|
77189
|
+
]
|
|
77190
|
+
},
|
|
77015
77191
|
"deployments": {
|
|
77016
77192
|
"type": "string",
|
|
77017
77193
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -77829,6 +78005,14 @@
|
|
|
77829
78005
|
"write"
|
|
77830
78006
|
]
|
|
77831
78007
|
},
|
|
78008
|
+
"organization_custom_roles": {
|
|
78009
|
+
"type": "string",
|
|
78010
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
78011
|
+
"enum": [
|
|
78012
|
+
"read",
|
|
78013
|
+
"write"
|
|
78014
|
+
]
|
|
78015
|
+
},
|
|
77832
78016
|
"deployments": {
|
|
77833
78017
|
"type": "string",
|
|
77834
78018
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -217211,6 +217395,14 @@
|
|
|
217211
217395
|
"write"
|
|
217212
217396
|
]
|
|
217213
217397
|
},
|
|
217398
|
+
"organization_custom_roles": {
|
|
217399
|
+
"type": "string",
|
|
217400
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
217401
|
+
"enum": [
|
|
217402
|
+
"read",
|
|
217403
|
+
"write"
|
|
217404
|
+
]
|
|
217405
|
+
},
|
|
217214
217406
|
"deployments": {
|
|
217215
217407
|
"type": "string",
|
|
217216
217408
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -360437,6 +360629,14 @@
|
|
|
360437
360629
|
"write"
|
|
360438
360630
|
]
|
|
360439
360631
|
},
|
|
360632
|
+
"organization_custom_roles": {
|
|
360633
|
+
"type": "string",
|
|
360634
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
360635
|
+
"enum": [
|
|
360636
|
+
"read",
|
|
360637
|
+
"write"
|
|
360638
|
+
]
|
|
360639
|
+
},
|
|
360440
360640
|
"deployments": {
|
|
360441
360641
|
"type": "string",
|
|
360442
360642
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -391494,6 +391694,14 @@
|
|
|
391494
391694
|
"write"
|
|
391495
391695
|
]
|
|
391496
391696
|
},
|
|
391697
|
+
"organization_custom_roles": {
|
|
391698
|
+
"type": "string",
|
|
391699
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
391700
|
+
"enum": [
|
|
391701
|
+
"read",
|
|
391702
|
+
"write"
|
|
391703
|
+
]
|
|
391704
|
+
},
|
|
391497
391705
|
"deployments": {
|
|
391498
391706
|
"type": "string",
|
|
391499
391707
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
package/generated/ghes-3.3.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": {
|
|
@@ -51378,6 +51378,14 @@
|
|
|
51378
51378
|
"write"
|
|
51379
51379
|
]
|
|
51380
51380
|
},
|
|
51381
|
+
"organization_custom_roles": {
|
|
51382
|
+
"type": "string",
|
|
51383
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
51384
|
+
"enum": [
|
|
51385
|
+
"read",
|
|
51386
|
+
"write"
|
|
51387
|
+
]
|
|
51388
|
+
},
|
|
51381
51389
|
"deployments": {
|
|
51382
51390
|
"type": "string",
|
|
51383
51391
|
"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": {
|
|
@@ -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": {
|