@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
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.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": {
|
|
@@ -32633,6 +32633,11 @@
|
|
|
32633
32633
|
},
|
|
32634
32634
|
"state_reason": {
|
|
32635
32635
|
"type": "string",
|
|
32636
|
+
"enum": [
|
|
32637
|
+
"completed",
|
|
32638
|
+
"not_planned",
|
|
32639
|
+
"reopened"
|
|
32640
|
+
],
|
|
32636
32641
|
"nullable": true,
|
|
32637
32642
|
"description": "The reason for the current state",
|
|
32638
32643
|
"example": "not_planned"
|
|
@@ -54843,7 +54848,12 @@
|
|
|
54843
54848
|
"description": "The reason for the current state",
|
|
54844
54849
|
"example": "not_planned",
|
|
54845
54850
|
"type": "string",
|
|
54846
|
-
"nullable": true
|
|
54851
|
+
"nullable": true,
|
|
54852
|
+
"enum": [
|
|
54853
|
+
"completed",
|
|
54854
|
+
"reopened",
|
|
54855
|
+
"not_planned"
|
|
54856
|
+
]
|
|
54847
54857
|
},
|
|
54848
54858
|
"title": {
|
|
54849
54859
|
"description": "Title of the issue",
|
|
@@ -66323,7 +66333,12 @@
|
|
|
66323
66333
|
"description": "The reason for the current state",
|
|
66324
66334
|
"example": "not_planned",
|
|
66325
66335
|
"type": "string",
|
|
66326
|
-
"nullable": true
|
|
66336
|
+
"nullable": true,
|
|
66337
|
+
"enum": [
|
|
66338
|
+
"completed",
|
|
66339
|
+
"reopened",
|
|
66340
|
+
"not_planned"
|
|
66341
|
+
]
|
|
66327
66342
|
},
|
|
66328
66343
|
"title": {
|
|
66329
66344
|
"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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -33267,7 +33267,12 @@
|
|
|
33267
33267
|
"description": "The reason for the current state",
|
|
33268
33268
|
"example": "not_planned",
|
|
33269
33269
|
"type": "string",
|
|
33270
|
-
"nullable": true
|
|
33270
|
+
"nullable": true,
|
|
33271
|
+
"enum": [
|
|
33272
|
+
"completed",
|
|
33273
|
+
"reopened",
|
|
33274
|
+
"not_planned"
|
|
33275
|
+
]
|
|
33271
33276
|
},
|
|
33272
33277
|
"title": {
|
|
33273
33278
|
"description": "Title of the issue",
|
|
@@ -48207,7 +48212,12 @@
|
|
|
48207
48212
|
"description": "The reason for the current state",
|
|
48208
48213
|
"example": "not_planned",
|
|
48209
48214
|
"type": "string",
|
|
48210
|
-
"nullable": true
|
|
48215
|
+
"nullable": true,
|
|
48216
|
+
"enum": [
|
|
48217
|
+
"completed",
|
|
48218
|
+
"reopened",
|
|
48219
|
+
"not_planned"
|
|
48220
|
+
]
|
|
48211
48221
|
},
|
|
48212
48222
|
"title": {
|
|
48213
48223
|
"description": "Title of the issue",
|
|
@@ -51711,7 +51721,12 @@
|
|
|
51711
51721
|
"description": "The reason for the current state",
|
|
51712
51722
|
"example": "not_planned",
|
|
51713
51723
|
"type": "string",
|
|
51714
|
-
"nullable": true
|
|
51724
|
+
"nullable": true,
|
|
51725
|
+
"enum": [
|
|
51726
|
+
"completed",
|
|
51727
|
+
"reopened",
|
|
51728
|
+
"not_planned"
|
|
51729
|
+
]
|
|
51715
51730
|
},
|
|
51716
51731
|
"title": {
|
|
51717
51732
|
"description": "Title of the issue",
|
|
@@ -71536,7 +71551,12 @@
|
|
|
71536
71551
|
"description": "The reason for the current state",
|
|
71537
71552
|
"example": "not_planned",
|
|
71538
71553
|
"type": "string",
|
|
71539
|
-
"nullable": true
|
|
71554
|
+
"nullable": true,
|
|
71555
|
+
"enum": [
|
|
71556
|
+
"completed",
|
|
71557
|
+
"reopened",
|
|
71558
|
+
"not_planned"
|
|
71559
|
+
]
|
|
71540
71560
|
},
|
|
71541
71561
|
"title": {
|
|
71542
71562
|
"description": "Title of the issue",
|
|
@@ -78570,7 +78590,12 @@
|
|
|
78570
78590
|
"description": "The reason for the current state",
|
|
78571
78591
|
"example": "not_planned",
|
|
78572
78592
|
"type": "string",
|
|
78573
|
-
"nullable": true
|
|
78593
|
+
"nullable": true,
|
|
78594
|
+
"enum": [
|
|
78595
|
+
"completed",
|
|
78596
|
+
"reopened",
|
|
78597
|
+
"not_planned"
|
|
78598
|
+
]
|
|
78574
78599
|
},
|
|
78575
78600
|
"title": {
|
|
78576
78601
|
"description": "Title of the issue",
|
|
@@ -201550,7 +201575,12 @@
|
|
|
201550
201575
|
"description": "The reason for the current state",
|
|
201551
201576
|
"example": "not_planned",
|
|
201552
201577
|
"type": "string",
|
|
201553
|
-
"nullable": true
|
|
201578
|
+
"nullable": true,
|
|
201579
|
+
"enum": [
|
|
201580
|
+
"completed",
|
|
201581
|
+
"reopened",
|
|
201582
|
+
"not_planned"
|
|
201583
|
+
]
|
|
201554
201584
|
},
|
|
201555
201585
|
"title": {
|
|
201556
201586
|
"description": "Title of the issue",
|
|
@@ -222974,7 +223004,12 @@
|
|
|
222974
223004
|
"description": "The reason for the current state",
|
|
222975
223005
|
"example": "not_planned",
|
|
222976
223006
|
"type": "string",
|
|
222977
|
-
"nullable": true
|
|
223007
|
+
"nullable": true,
|
|
223008
|
+
"enum": [
|
|
223009
|
+
"completed",
|
|
223010
|
+
"reopened",
|
|
223011
|
+
"not_planned"
|
|
223012
|
+
]
|
|
222978
223013
|
},
|
|
222979
223014
|
"title": {
|
|
222980
223015
|
"description": "Title of the issue",
|
|
@@ -225750,7 +225785,12 @@
|
|
|
225750
225785
|
"description": "The reason for the current state",
|
|
225751
225786
|
"example": "not_planned",
|
|
225752
225787
|
"type": "string",
|
|
225753
|
-
"nullable": true
|
|
225788
|
+
"nullable": true,
|
|
225789
|
+
"enum": [
|
|
225790
|
+
"completed",
|
|
225791
|
+
"reopened",
|
|
225792
|
+
"not_planned"
|
|
225793
|
+
]
|
|
225754
225794
|
},
|
|
225755
225795
|
"title": {
|
|
225756
225796
|
"description": "Title of the issue",
|
|
@@ -231679,7 +231719,12 @@
|
|
|
231679
231719
|
"description": "The reason for the current state",
|
|
231680
231720
|
"example": "not_planned",
|
|
231681
231721
|
"type": "string",
|
|
231682
|
-
"nullable": true
|
|
231722
|
+
"nullable": true,
|
|
231723
|
+
"enum": [
|
|
231724
|
+
"completed",
|
|
231725
|
+
"reopened",
|
|
231726
|
+
"not_planned"
|
|
231727
|
+
]
|
|
231683
231728
|
},
|
|
231684
231729
|
"title": {
|
|
231685
231730
|
"description": "Title of the issue",
|
|
@@ -235511,7 +235556,12 @@
|
|
|
235511
235556
|
"description": "The reason for the current state",
|
|
235512
235557
|
"example": "not_planned",
|
|
235513
235558
|
"type": "string",
|
|
235514
|
-
"nullable": true
|
|
235559
|
+
"nullable": true,
|
|
235560
|
+
"enum": [
|
|
235561
|
+
"completed",
|
|
235562
|
+
"reopened",
|
|
235563
|
+
"not_planned"
|
|
235564
|
+
]
|
|
235515
235565
|
},
|
|
235516
235566
|
"title": {
|
|
235517
235567
|
"description": "Title of the issue",
|
|
@@ -239225,7 +239275,12 @@
|
|
|
239225
239275
|
"description": "The reason for the current state",
|
|
239226
239276
|
"example": "not_planned",
|
|
239227
239277
|
"type": "string",
|
|
239228
|
-
"nullable": true
|
|
239278
|
+
"nullable": true,
|
|
239279
|
+
"enum": [
|
|
239280
|
+
"completed",
|
|
239281
|
+
"reopened",
|
|
239282
|
+
"not_planned"
|
|
239283
|
+
]
|
|
239229
239284
|
},
|
|
239230
239285
|
"title": {
|
|
239231
239286
|
"description": "Title of the issue",
|
|
@@ -241844,6 +241899,11 @@
|
|
|
241844
241899
|
},
|
|
241845
241900
|
"state_reason": {
|
|
241846
241901
|
"type": "string",
|
|
241902
|
+
"enum": [
|
|
241903
|
+
"completed",
|
|
241904
|
+
"not_planned",
|
|
241905
|
+
"reopened"
|
|
241906
|
+
],
|
|
241847
241907
|
"nullable": true,
|
|
241848
241908
|
"description": "The reason for the current state",
|
|
241849
241909
|
"example": "not_planned"
|
|
@@ -241973,7 +242033,12 @@
|
|
|
241973
242033
|
"description": "The reason for the current state",
|
|
241974
242034
|
"example": "not_planned",
|
|
241975
242035
|
"type": "string",
|
|
241976
|
-
"nullable": true
|
|
242036
|
+
"nullable": true,
|
|
242037
|
+
"enum": [
|
|
242038
|
+
"completed",
|
|
242039
|
+
"reopened",
|
|
242040
|
+
"not_planned"
|
|
242041
|
+
]
|
|
241977
242042
|
},
|
|
241978
242043
|
"title": {
|
|
241979
242044
|
"description": "Title of the issue",
|
|
@@ -244752,7 +244817,12 @@
|
|
|
244752
244817
|
"description": "The reason for the current state",
|
|
244753
244818
|
"example": "not_planned",
|
|
244754
244819
|
"type": "string",
|
|
244755
|
-
"nullable": true
|
|
244820
|
+
"nullable": true,
|
|
244821
|
+
"enum": [
|
|
244822
|
+
"completed",
|
|
244823
|
+
"reopened",
|
|
244824
|
+
"not_planned"
|
|
244825
|
+
]
|
|
244756
244826
|
},
|
|
244757
244827
|
"title": {
|
|
244758
244828
|
"description": "Title of the issue",
|
|
@@ -268528,7 +268598,12 @@
|
|
|
268528
268598
|
"description": "The reason for the current state",
|
|
268529
268599
|
"example": "not_planned",
|
|
268530
268600
|
"type": "string",
|
|
268531
|
-
"nullable": true
|
|
268601
|
+
"nullable": true,
|
|
268602
|
+
"enum": [
|
|
268603
|
+
"completed",
|
|
268604
|
+
"reopened",
|
|
268605
|
+
"not_planned"
|
|
268606
|
+
]
|
|
268532
268607
|
},
|
|
268533
268608
|
"title": {
|
|
268534
268609
|
"description": "Title of the issue",
|
|
@@ -363603,7 +363678,12 @@
|
|
|
363603
363678
|
"description": "The reason for the current state",
|
|
363604
363679
|
"example": "not_planned",
|
|
363605
363680
|
"type": "string",
|
|
363606
|
-
"nullable": true
|
|
363681
|
+
"nullable": true,
|
|
363682
|
+
"enum": [
|
|
363683
|
+
"completed",
|
|
363684
|
+
"reopened",
|
|
363685
|
+
"not_planned"
|
|
363686
|
+
]
|
|
363607
363687
|
},
|
|
363608
363688
|
"title": {
|
|
363609
363689
|
"description": "Title of the issue",
|
|
@@ -381397,7 +381477,12 @@
|
|
|
381397
381477
|
"description": "The reason for the current state",
|
|
381398
381478
|
"example": "not_planned",
|
|
381399
381479
|
"type": "string",
|
|
381400
|
-
"nullable": true
|
|
381480
|
+
"nullable": true,
|
|
381481
|
+
"enum": [
|
|
381482
|
+
"completed",
|
|
381483
|
+
"reopened",
|
|
381484
|
+
"not_planned"
|
|
381485
|
+
]
|
|
381401
381486
|
},
|
|
381402
381487
|
"title": {
|
|
381403
381488
|
"description": "Title of the issue",
|
|
@@ -384518,7 +384603,12 @@
|
|
|
384518
384603
|
"description": "The reason for the current state",
|
|
384519
384604
|
"example": "not_planned",
|
|
384520
384605
|
"type": "string",
|
|
384521
|
-
"nullable": true
|
|
384606
|
+
"nullable": true,
|
|
384607
|
+
"enum": [
|
|
384608
|
+
"completed",
|
|
384609
|
+
"reopened",
|
|
384610
|
+
"not_planned"
|
|
384611
|
+
]
|
|
384522
384612
|
},
|
|
384523
384613
|
"title": {
|
|
384524
384614
|
"description": "Title of the issue",
|
|
@@ -387641,7 +387731,12 @@
|
|
|
387641
387731
|
"description": "The reason for the current state",
|
|
387642
387732
|
"example": "not_planned",
|
|
387643
387733
|
"type": "string",
|
|
387644
|
-
"nullable": true
|
|
387734
|
+
"nullable": true,
|
|
387735
|
+
"enum": [
|
|
387736
|
+
"completed",
|
|
387737
|
+
"reopened",
|
|
387738
|
+
"not_planned"
|
|
387739
|
+
]
|
|
387645
387740
|
},
|
|
387646
387741
|
"title": {
|
|
387647
387742
|
"description": "Title of the issue",
|
|
@@ -393702,7 +393797,12 @@
|
|
|
393702
393797
|
"description": "The reason for the current state",
|
|
393703
393798
|
"example": "not_planned",
|
|
393704
393799
|
"type": "string",
|
|
393705
|
-
"nullable": true
|
|
393800
|
+
"nullable": true,
|
|
393801
|
+
"enum": [
|
|
393802
|
+
"completed",
|
|
393803
|
+
"reopened",
|
|
393804
|
+
"not_planned"
|
|
393805
|
+
]
|
|
393706
393806
|
},
|
|
393707
393807
|
"title": {
|
|
393708
393808
|
"description": "Title of the issue",
|
|
@@ -396825,7 +396925,12 @@
|
|
|
396825
396925
|
"description": "The reason for the current state",
|
|
396826
396926
|
"example": "not_planned",
|
|
396827
396927
|
"type": "string",
|
|
396828
|
-
"nullable": true
|
|
396928
|
+
"nullable": true,
|
|
396929
|
+
"enum": [
|
|
396930
|
+
"completed",
|
|
396931
|
+
"reopened",
|
|
396932
|
+
"not_planned"
|
|
396933
|
+
]
|
|
396829
396934
|
},
|
|
396830
396935
|
"title": {
|
|
396831
396936
|
"description": "Title of the issue",
|
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.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": {
|
|
@@ -32322,6 +32322,11 @@
|
|
|
32322
32322
|
},
|
|
32323
32323
|
"state_reason": {
|
|
32324
32324
|
"type": "string",
|
|
32325
|
+
"enum": [
|
|
32326
|
+
"completed",
|
|
32327
|
+
"not_planned",
|
|
32328
|
+
"reopened"
|
|
32329
|
+
],
|
|
32325
32330
|
"nullable": true,
|
|
32326
32331
|
"description": "The reason for the current state",
|
|
32327
32332
|
"example": "not_planned"
|
|
@@ -55079,7 +55084,12 @@
|
|
|
55079
55084
|
"description": "The reason for the current state",
|
|
55080
55085
|
"example": "not_planned",
|
|
55081
55086
|
"type": "string",
|
|
55082
|
-
"nullable": true
|
|
55087
|
+
"nullable": true,
|
|
55088
|
+
"enum": [
|
|
55089
|
+
"completed",
|
|
55090
|
+
"reopened",
|
|
55091
|
+
"not_planned"
|
|
55092
|
+
]
|
|
55083
55093
|
},
|
|
55084
55094
|
"title": {
|
|
55085
55095
|
"description": "Title of the issue",
|
|
@@ -67013,7 +67023,12 @@
|
|
|
67013
67023
|
"description": "The reason for the current state",
|
|
67014
67024
|
"example": "not_planned",
|
|
67015
67025
|
"type": "string",
|
|
67016
|
-
"nullable": true
|
|
67026
|
+
"nullable": true,
|
|
67027
|
+
"enum": [
|
|
67028
|
+
"completed",
|
|
67029
|
+
"reopened",
|
|
67030
|
+
"not_planned"
|
|
67031
|
+
]
|
|
67017
67032
|
},
|
|
67018
67033
|
"title": {
|
|
67019
67034
|
"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": {
|
|
@@ -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": {
|