@octokit/openapi 7.8.0 → 7.9.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 +144 -21
- package/generated/api.github.com.json +33 -3
- 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 +120 -20
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +18 -3
- package/generated/ghes-3.2.deref.json +126 -21
- package/generated/ghes-3.2.json +18 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +126 -21
- package/generated/ghes-3.3.json +18 -3
- 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 +126 -21
- package/generated/ghes-3.4.json +18 -3
- 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 +120 -20
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +18 -3
- package/generated/ghes-3.5.deref.json +126 -21
- package/generated/ghes-3.5.json +18 -3
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +36 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9065 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +912 -19
- package/generated/ghes-3.6.deref.json +140 -23
- package/generated/ghes-3.6.json +32 -5
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +20 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +84 -14
- package/generated/github.ae-diff-to-api.github.com.json +18 -3
- package/generated/github.ae.deref.json +90 -15
- package/generated/github.ae.json +18 -3
- 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.9.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": {
|
|
@@ -8546,6 +8546,11 @@
|
|
|
8546
8546
|
},
|
|
8547
8547
|
"state_reason": {
|
|
8548
8548
|
"type": "string",
|
|
8549
|
+
"enum": [
|
|
8550
|
+
"completed",
|
|
8551
|
+
"not_planned",
|
|
8552
|
+
"reopened"
|
|
8553
|
+
],
|
|
8549
8554
|
"nullable": true,
|
|
8550
8555
|
"description": "The reason for the current state",
|
|
8551
8556
|
"example": "not_planned"
|
|
@@ -15280,7 +15285,12 @@
|
|
|
15280
15285
|
"description": "The reason for the current state",
|
|
15281
15286
|
"example": "not_planned",
|
|
15282
15287
|
"type": "string",
|
|
15283
|
-
"nullable": true
|
|
15288
|
+
"nullable": true,
|
|
15289
|
+
"enum": [
|
|
15290
|
+
"completed",
|
|
15291
|
+
"reopened",
|
|
15292
|
+
"not_planned"
|
|
15293
|
+
]
|
|
15284
15294
|
},
|
|
15285
15295
|
"title": {
|
|
15286
15296
|
"description": "Title of the issue",
|
|
@@ -22320,7 +22330,12 @@
|
|
|
22320
22330
|
"description": "The reason for the current state",
|
|
22321
22331
|
"example": "not_planned",
|
|
22322
22332
|
"type": "string",
|
|
22323
|
-
"nullable": true
|
|
22333
|
+
"nullable": true,
|
|
22334
|
+
"enum": [
|
|
22335
|
+
"completed",
|
|
22336
|
+
"reopened",
|
|
22337
|
+
"not_planned"
|
|
22338
|
+
]
|
|
22324
22339
|
},
|
|
22325
22340
|
"title": {
|
|
22326
22341
|
"description": "Title of the issue",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.9.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": {
|
|
@@ -33689,7 +33689,12 @@
|
|
|
33689
33689
|
"description": "The reason for the current state",
|
|
33690
33690
|
"example": "not_planned",
|
|
33691
33691
|
"type": "string",
|
|
33692
|
-
"nullable": true
|
|
33692
|
+
"nullable": true,
|
|
33693
|
+
"enum": [
|
|
33694
|
+
"completed",
|
|
33695
|
+
"reopened",
|
|
33696
|
+
"not_planned"
|
|
33697
|
+
]
|
|
33693
33698
|
},
|
|
33694
33699
|
"title": {
|
|
33695
33700
|
"description": "Title of the issue",
|
|
@@ -55853,7 +55858,12 @@
|
|
|
55853
55858
|
"description": "The reason for the current state",
|
|
55854
55859
|
"example": "not_planned",
|
|
55855
55860
|
"type": "string",
|
|
55856
|
-
"nullable": true
|
|
55861
|
+
"nullable": true,
|
|
55862
|
+
"enum": [
|
|
55863
|
+
"completed",
|
|
55864
|
+
"reopened",
|
|
55865
|
+
"not_planned"
|
|
55866
|
+
]
|
|
55857
55867
|
},
|
|
55858
55868
|
"title": {
|
|
55859
55869
|
"description": "Title of the issue",
|
|
@@ -188871,7 +188881,12 @@
|
|
|
188871
188881
|
"description": "The reason for the current state",
|
|
188872
188882
|
"example": "not_planned",
|
|
188873
188883
|
"type": "string",
|
|
188874
|
-
"nullable": true
|
|
188884
|
+
"nullable": true,
|
|
188885
|
+
"enum": [
|
|
188886
|
+
"completed",
|
|
188887
|
+
"reopened",
|
|
188888
|
+
"not_planned"
|
|
188889
|
+
]
|
|
188875
188890
|
},
|
|
188876
188891
|
"title": {
|
|
188877
188892
|
"description": "Title of the issue",
|
|
@@ -210385,7 +210400,12 @@
|
|
|
210385
210400
|
"description": "The reason for the current state",
|
|
210386
210401
|
"example": "not_planned",
|
|
210387
210402
|
"type": "string",
|
|
210388
|
-
"nullable": true
|
|
210403
|
+
"nullable": true,
|
|
210404
|
+
"enum": [
|
|
210405
|
+
"completed",
|
|
210406
|
+
"reopened",
|
|
210407
|
+
"not_planned"
|
|
210408
|
+
]
|
|
210389
210409
|
},
|
|
210390
210410
|
"title": {
|
|
210391
210411
|
"description": "Title of the issue",
|
|
@@ -213172,7 +213192,12 @@
|
|
|
213172
213192
|
"description": "The reason for the current state",
|
|
213173
213193
|
"example": "not_planned",
|
|
213174
213194
|
"type": "string",
|
|
213175
|
-
"nullable": true
|
|
213195
|
+
"nullable": true,
|
|
213196
|
+
"enum": [
|
|
213197
|
+
"completed",
|
|
213198
|
+
"reopened",
|
|
213199
|
+
"not_planned"
|
|
213200
|
+
]
|
|
213176
213201
|
},
|
|
213177
213202
|
"title": {
|
|
213178
213203
|
"description": "Title of the issue",
|
|
@@ -219127,7 +219152,12 @@
|
|
|
219127
219152
|
"description": "The reason for the current state",
|
|
219128
219153
|
"example": "not_planned",
|
|
219129
219154
|
"type": "string",
|
|
219130
|
-
"nullable": true
|
|
219155
|
+
"nullable": true,
|
|
219156
|
+
"enum": [
|
|
219157
|
+
"completed",
|
|
219158
|
+
"reopened",
|
|
219159
|
+
"not_planned"
|
|
219160
|
+
]
|
|
219131
219161
|
},
|
|
219132
219162
|
"title": {
|
|
219133
219163
|
"description": "Title of the issue",
|
|
@@ -222970,7 +223000,12 @@
|
|
|
222970
223000
|
"description": "The reason for the current state",
|
|
222971
223001
|
"example": "not_planned",
|
|
222972
223002
|
"type": "string",
|
|
222973
|
-
"nullable": true
|
|
223003
|
+
"nullable": true,
|
|
223004
|
+
"enum": [
|
|
223005
|
+
"completed",
|
|
223006
|
+
"reopened",
|
|
223007
|
+
"not_planned"
|
|
223008
|
+
]
|
|
222974
223009
|
},
|
|
222975
223010
|
"title": {
|
|
222976
223011
|
"description": "Title of the issue",
|
|
@@ -226695,7 +226730,12 @@
|
|
|
226695
226730
|
"description": "The reason for the current state",
|
|
226696
226731
|
"example": "not_planned",
|
|
226697
226732
|
"type": "string",
|
|
226698
|
-
"nullable": true
|
|
226733
|
+
"nullable": true,
|
|
226734
|
+
"enum": [
|
|
226735
|
+
"completed",
|
|
226736
|
+
"reopened",
|
|
226737
|
+
"not_planned"
|
|
226738
|
+
]
|
|
226699
226739
|
},
|
|
226700
226740
|
"title": {
|
|
226701
226741
|
"description": "Title of the issue",
|
|
@@ -229325,6 +229365,11 @@
|
|
|
229325
229365
|
},
|
|
229326
229366
|
"state_reason": {
|
|
229327
229367
|
"type": "string",
|
|
229368
|
+
"enum": [
|
|
229369
|
+
"completed",
|
|
229370
|
+
"not_planned",
|
|
229371
|
+
"reopened"
|
|
229372
|
+
],
|
|
229328
229373
|
"nullable": true,
|
|
229329
229374
|
"description": "The reason for the current state",
|
|
229330
229375
|
"example": "not_planned"
|
|
@@ -229454,7 +229499,12 @@
|
|
|
229454
229499
|
"description": "The reason for the current state",
|
|
229455
229500
|
"example": "not_planned",
|
|
229456
229501
|
"type": "string",
|
|
229457
|
-
"nullable": true
|
|
229502
|
+
"nullable": true,
|
|
229503
|
+
"enum": [
|
|
229504
|
+
"completed",
|
|
229505
|
+
"reopened",
|
|
229506
|
+
"not_planned"
|
|
229507
|
+
]
|
|
229458
229508
|
},
|
|
229459
229509
|
"title": {
|
|
229460
229510
|
"description": "Title of the issue",
|
|
@@ -232244,7 +232294,12 @@
|
|
|
232244
232294
|
"description": "The reason for the current state",
|
|
232245
232295
|
"example": "not_planned",
|
|
232246
232296
|
"type": "string",
|
|
232247
|
-
"nullable": true
|
|
232297
|
+
"nullable": true,
|
|
232298
|
+
"enum": [
|
|
232299
|
+
"completed",
|
|
232300
|
+
"reopened",
|
|
232301
|
+
"not_planned"
|
|
232302
|
+
]
|
|
232248
232303
|
},
|
|
232249
232304
|
"title": {
|
|
232250
232305
|
"description": "Title of the issue",
|
|
@@ -256046,7 +256101,12 @@
|
|
|
256046
256101
|
"description": "The reason for the current state",
|
|
256047
256102
|
"example": "not_planned",
|
|
256048
256103
|
"type": "string",
|
|
256049
|
-
"nullable": true
|
|
256104
|
+
"nullable": true,
|
|
256105
|
+
"enum": [
|
|
256106
|
+
"completed",
|
|
256107
|
+
"reopened",
|
|
256108
|
+
"not_planned"
|
|
256109
|
+
]
|
|
256050
256110
|
},
|
|
256051
256111
|
"title": {
|
|
256052
256112
|
"description": "Title of the issue",
|
|
@@ -345997,7 +346057,12 @@
|
|
|
345997
346057
|
"description": "The reason for the current state",
|
|
345998
346058
|
"example": "not_planned",
|
|
345999
346059
|
"type": "string",
|
|
346000
|
-
"nullable": true
|
|
346060
|
+
"nullable": true,
|
|
346061
|
+
"enum": [
|
|
346062
|
+
"completed",
|
|
346063
|
+
"reopened",
|
|
346064
|
+
"not_planned"
|
|
346065
|
+
]
|
|
346001
346066
|
},
|
|
346002
346067
|
"title": {
|
|
346003
346068
|
"description": "Title of the issue",
|
|
@@ -369038,7 +369103,12 @@
|
|
|
369038
369103
|
"description": "The reason for the current state",
|
|
369039
369104
|
"example": "not_planned",
|
|
369040
369105
|
"type": "string",
|
|
369041
|
-
"nullable": true
|
|
369106
|
+
"nullable": true,
|
|
369107
|
+
"enum": [
|
|
369108
|
+
"completed",
|
|
369109
|
+
"reopened",
|
|
369110
|
+
"not_planned"
|
|
369111
|
+
]
|
|
369042
369112
|
},
|
|
369043
369113
|
"title": {
|
|
369044
369114
|
"description": "Title of the issue",
|
|
@@ -372170,7 +372240,12 @@
|
|
|
372170
372240
|
"description": "The reason for the current state",
|
|
372171
372241
|
"example": "not_planned",
|
|
372172
372242
|
"type": "string",
|
|
372173
|
-
"nullable": true
|
|
372243
|
+
"nullable": true,
|
|
372244
|
+
"enum": [
|
|
372245
|
+
"completed",
|
|
372246
|
+
"reopened",
|
|
372247
|
+
"not_planned"
|
|
372248
|
+
]
|
|
372174
372249
|
},
|
|
372175
372250
|
"title": {
|
|
372176
372251
|
"description": "Title of the issue",
|
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.9.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": {
|
|
@@ -30265,6 +30265,11 @@
|
|
|
30265
30265
|
},
|
|
30266
30266
|
"state_reason": {
|
|
30267
30267
|
"type": "string",
|
|
30268
|
+
"enum": [
|
|
30269
|
+
"completed",
|
|
30270
|
+
"not_planned",
|
|
30271
|
+
"reopened"
|
|
30272
|
+
],
|
|
30268
30273
|
"nullable": true,
|
|
30269
30274
|
"description": "The reason for the current state",
|
|
30270
30275
|
"example": "not_planned"
|
|
@@ -56498,7 +56503,12 @@
|
|
|
56498
56503
|
"description": "The reason for the current state",
|
|
56499
56504
|
"example": "not_planned",
|
|
56500
56505
|
"type": "string",
|
|
56501
|
-
"nullable": true
|
|
56506
|
+
"nullable": true,
|
|
56507
|
+
"enum": [
|
|
56508
|
+
"completed",
|
|
56509
|
+
"reopened",
|
|
56510
|
+
"not_planned"
|
|
56511
|
+
]
|
|
56502
56512
|
},
|
|
56503
56513
|
"title": {
|
|
56504
56514
|
"description": "Title of the issue",
|
|
@@ -67864,7 +67874,12 @@
|
|
|
67864
67874
|
"description": "The reason for the current state",
|
|
67865
67875
|
"example": "not_planned",
|
|
67866
67876
|
"type": "string",
|
|
67867
|
-
"nullable": true
|
|
67877
|
+
"nullable": true,
|
|
67878
|
+
"enum": [
|
|
67879
|
+
"completed",
|
|
67880
|
+
"reopened",
|
|
67881
|
+
"not_planned"
|
|
67882
|
+
]
|
|
67868
67883
|
},
|
|
67869
67884
|
"title": {
|
|
67870
67885
|
"description": "Title of the issue",
|