@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": {
|
|
@@ -5367,7 +5367,12 @@
|
|
|
5367
5367
|
"description": "The reason for the current state",
|
|
5368
5368
|
"example": "not_planned",
|
|
5369
5369
|
"type": "string",
|
|
5370
|
-
"nullable": true
|
|
5370
|
+
"nullable": true,
|
|
5371
|
+
"enum": [
|
|
5372
|
+
"completed",
|
|
5373
|
+
"reopened",
|
|
5374
|
+
"not_planned"
|
|
5375
|
+
]
|
|
5371
5376
|
},
|
|
5372
5377
|
"title": {
|
|
5373
5378
|
"description": "Title of the issue",
|
|
@@ -9896,7 +9901,12 @@
|
|
|
9896
9901
|
"description": "The reason for the current state",
|
|
9897
9902
|
"example": "not_planned",
|
|
9898
9903
|
"type": "string",
|
|
9899
|
-
"nullable": true
|
|
9904
|
+
"nullable": true,
|
|
9905
|
+
"enum": [
|
|
9906
|
+
"completed",
|
|
9907
|
+
"reopened",
|
|
9908
|
+
"not_planned"
|
|
9909
|
+
]
|
|
9900
9910
|
},
|
|
9901
9911
|
"title": {
|
|
9902
9912
|
"description": "Title of the issue",
|
|
@@ -12788,7 +12798,12 @@
|
|
|
12788
12798
|
"description": "The reason for the current state",
|
|
12789
12799
|
"example": "not_planned",
|
|
12790
12800
|
"type": "string",
|
|
12791
|
-
"nullable": true
|
|
12801
|
+
"nullable": true,
|
|
12802
|
+
"enum": [
|
|
12803
|
+
"completed",
|
|
12804
|
+
"reopened",
|
|
12805
|
+
"not_planned"
|
|
12806
|
+
]
|
|
12792
12807
|
},
|
|
12793
12808
|
"title": {
|
|
12794
12809
|
"description": "Title of the issue",
|
|
@@ -27518,7 +27533,12 @@
|
|
|
27518
27533
|
"description": "The reason for the current state",
|
|
27519
27534
|
"example": "not_planned",
|
|
27520
27535
|
"type": "string",
|
|
27521
|
-
"nullable": true
|
|
27536
|
+
"nullable": true,
|
|
27537
|
+
"enum": [
|
|
27538
|
+
"completed",
|
|
27539
|
+
"reopened",
|
|
27540
|
+
"not_planned"
|
|
27541
|
+
]
|
|
27522
27542
|
},
|
|
27523
27543
|
"title": {
|
|
27524
27544
|
"description": "Title of the issue",
|
|
@@ -30600,7 +30620,12 @@
|
|
|
30600
30620
|
"description": "The reason for the current state",
|
|
30601
30621
|
"example": "not_planned",
|
|
30602
30622
|
"type": "string",
|
|
30603
|
-
"nullable": true
|
|
30623
|
+
"nullable": true,
|
|
30624
|
+
"enum": [
|
|
30625
|
+
"completed",
|
|
30626
|
+
"reopened",
|
|
30627
|
+
"not_planned"
|
|
30628
|
+
]
|
|
30604
30629
|
},
|
|
30605
30630
|
"title": {
|
|
30606
30631
|
"description": "Title of the issue",
|
|
@@ -89480,7 +89505,12 @@
|
|
|
89480
89505
|
"description": "The reason for the current state",
|
|
89481
89506
|
"example": "not_planned",
|
|
89482
89507
|
"type": "string",
|
|
89483
|
-
"nullable": true
|
|
89508
|
+
"nullable": true,
|
|
89509
|
+
"enum": [
|
|
89510
|
+
"completed",
|
|
89511
|
+
"reopened",
|
|
89512
|
+
"not_planned"
|
|
89513
|
+
]
|
|
89484
89514
|
},
|
|
89485
89515
|
"title": {
|
|
89486
89516
|
"description": "Title of the issue",
|
|
@@ -103789,7 +103819,12 @@
|
|
|
103789
103819
|
"description": "The reason for the current state",
|
|
103790
103820
|
"example": "not_planned",
|
|
103791
103821
|
"type": "string",
|
|
103792
|
-
"nullable": true
|
|
103822
|
+
"nullable": true,
|
|
103823
|
+
"enum": [
|
|
103824
|
+
"completed",
|
|
103825
|
+
"reopened",
|
|
103826
|
+
"not_planned"
|
|
103827
|
+
]
|
|
103793
103828
|
},
|
|
103794
103829
|
"title": {
|
|
103795
103830
|
"description": "Title of the issue",
|
|
@@ -106571,7 +106606,12 @@
|
|
|
106571
106606
|
"description": "The reason for the current state",
|
|
106572
106607
|
"example": "not_planned",
|
|
106573
106608
|
"type": "string",
|
|
106574
|
-
"nullable": true
|
|
106609
|
+
"nullable": true,
|
|
106610
|
+
"enum": [
|
|
106611
|
+
"completed",
|
|
106612
|
+
"reopened",
|
|
106613
|
+
"not_planned"
|
|
106614
|
+
]
|
|
106575
106615
|
},
|
|
106576
106616
|
"title": {
|
|
106577
106617
|
"description": "Title of the issue",
|
|
@@ -109469,7 +109509,12 @@
|
|
|
109469
109509
|
"description": "The reason for the current state",
|
|
109470
109510
|
"example": "not_planned",
|
|
109471
109511
|
"type": "string",
|
|
109472
|
-
"nullable": true
|
|
109512
|
+
"nullable": true,
|
|
109513
|
+
"enum": [
|
|
109514
|
+
"completed",
|
|
109515
|
+
"reopened",
|
|
109516
|
+
"not_planned"
|
|
109517
|
+
]
|
|
109473
109518
|
},
|
|
109474
109519
|
"title": {
|
|
109475
109520
|
"description": "Title of the issue",
|
|
@@ -113304,7 +113349,12 @@
|
|
|
113304
113349
|
"description": "The reason for the current state",
|
|
113305
113350
|
"example": "not_planned",
|
|
113306
113351
|
"type": "string",
|
|
113307
|
-
"nullable": true
|
|
113352
|
+
"nullable": true,
|
|
113353
|
+
"enum": [
|
|
113354
|
+
"completed",
|
|
113355
|
+
"reopened",
|
|
113356
|
+
"not_planned"
|
|
113357
|
+
]
|
|
113308
113358
|
},
|
|
113309
113359
|
"title": {
|
|
113310
113360
|
"description": "Title of the issue",
|
|
@@ -117021,7 +117071,12 @@
|
|
|
117021
117071
|
"description": "The reason for the current state",
|
|
117022
117072
|
"example": "not_planned",
|
|
117023
117073
|
"type": "string",
|
|
117024
|
-
"nullable": true
|
|
117074
|
+
"nullable": true,
|
|
117075
|
+
"enum": [
|
|
117076
|
+
"completed",
|
|
117077
|
+
"reopened",
|
|
117078
|
+
"not_planned"
|
|
117079
|
+
]
|
|
117025
117080
|
},
|
|
117026
117081
|
"title": {
|
|
117027
117082
|
"description": "Title of the issue",
|
|
@@ -119642,6 +119697,11 @@
|
|
|
119642
119697
|
},
|
|
119643
119698
|
"state_reason": {
|
|
119644
119699
|
"type": "string",
|
|
119700
|
+
"enum": [
|
|
119701
|
+
"completed",
|
|
119702
|
+
"not_planned",
|
|
119703
|
+
"reopened"
|
|
119704
|
+
],
|
|
119645
119705
|
"nullable": true,
|
|
119646
119706
|
"description": "The reason for the current state",
|
|
119647
119707
|
"example": "not_planned"
|
|
@@ -119771,7 +119831,12 @@
|
|
|
119771
119831
|
"description": "The reason for the current state",
|
|
119772
119832
|
"example": "not_planned",
|
|
119773
119833
|
"type": "string",
|
|
119774
|
-
"nullable": true
|
|
119834
|
+
"nullable": true,
|
|
119835
|
+
"enum": [
|
|
119836
|
+
"completed",
|
|
119837
|
+
"reopened",
|
|
119838
|
+
"not_planned"
|
|
119839
|
+
]
|
|
119775
119840
|
},
|
|
119776
119841
|
"title": {
|
|
119777
119842
|
"description": "Title of the issue",
|
|
@@ -122547,7 +122612,12 @@
|
|
|
122547
122612
|
"description": "The reason for the current state",
|
|
122548
122613
|
"example": "not_planned",
|
|
122549
122614
|
"type": "string",
|
|
122550
|
-
"nullable": true
|
|
122615
|
+
"nullable": true,
|
|
122616
|
+
"enum": [
|
|
122617
|
+
"completed",
|
|
122618
|
+
"reopened",
|
|
122619
|
+
"not_planned"
|
|
122620
|
+
]
|
|
122551
122621
|
},
|
|
122552
122622
|
"title": {
|
|
122553
122623
|
"description": "Title of the issue",
|
|
@@ -155548,7 +155618,12 @@
|
|
|
155548
155618
|
"description": "The reason for the current state",
|
|
155549
155619
|
"example": "not_planned",
|
|
155550
155620
|
"type": "string",
|
|
155551
|
-
"nullable": true
|
|
155621
|
+
"nullable": true,
|
|
155622
|
+
"enum": [
|
|
155623
|
+
"completed",
|
|
155624
|
+
"reopened",
|
|
155625
|
+
"not_planned"
|
|
155626
|
+
]
|
|
155552
155627
|
},
|
|
155553
155628
|
"title": {
|
|
155554
155629
|
"description": "Title of the issue",
|
|
@@ -168697,7 +168772,12 @@
|
|
|
168697
168772
|
"description": "The reason for the current state",
|
|
168698
168773
|
"example": "not_planned",
|
|
168699
168774
|
"type": "string",
|
|
168700
|
-
"nullable": true
|
|
168775
|
+
"nullable": true,
|
|
168776
|
+
"enum": [
|
|
168777
|
+
"completed",
|
|
168778
|
+
"reopened",
|
|
168779
|
+
"not_planned"
|
|
168780
|
+
]
|
|
168701
168781
|
},
|
|
168702
168782
|
"title": {
|
|
168703
168783
|
"description": "Title of the issue",
|
|
@@ -171815,7 +171895,12 @@
|
|
|
171815
171895
|
"description": "The reason for the current state",
|
|
171816
171896
|
"example": "not_planned",
|
|
171817
171897
|
"type": "string",
|
|
171818
|
-
"nullable": true
|
|
171898
|
+
"nullable": true,
|
|
171899
|
+
"enum": [
|
|
171900
|
+
"completed",
|
|
171901
|
+
"reopened",
|
|
171902
|
+
"not_planned"
|
|
171903
|
+
]
|
|
171819
171904
|
},
|
|
171820
171905
|
"title": {
|
|
171821
171906
|
"description": "Title of the issue",
|
|
@@ -174935,7 +175020,12 @@
|
|
|
174935
175020
|
"description": "The reason for the current state",
|
|
174936
175021
|
"example": "not_planned",
|
|
174937
175022
|
"type": "string",
|
|
174938
|
-
"nullable": true
|
|
175023
|
+
"nullable": true,
|
|
175024
|
+
"enum": [
|
|
175025
|
+
"completed",
|
|
175026
|
+
"reopened",
|
|
175027
|
+
"not_planned"
|
|
175028
|
+
]
|
|
174939
175029
|
},
|
|
174940
175030
|
"title": {
|
|
174941
175031
|
"description": "Title of the issue",
|
|
@@ -178044,7 +178134,12 @@
|
|
|
178044
178134
|
"description": "The reason for the current state",
|
|
178045
178135
|
"example": "not_planned",
|
|
178046
178136
|
"type": "string",
|
|
178047
|
-
"nullable": true
|
|
178137
|
+
"nullable": true,
|
|
178138
|
+
"enum": [
|
|
178139
|
+
"completed",
|
|
178140
|
+
"reopened",
|
|
178141
|
+
"not_planned"
|
|
178142
|
+
]
|
|
178048
178143
|
},
|
|
178049
178144
|
"title": {
|
|
178050
178145
|
"description": "Title of the issue",
|
|
@@ -181164,7 +181259,12 @@
|
|
|
181164
181259
|
"description": "The reason for the current state",
|
|
181165
181260
|
"example": "not_planned",
|
|
181166
181261
|
"type": "string",
|
|
181167
|
-
"nullable": true
|
|
181262
|
+
"nullable": true,
|
|
181263
|
+
"enum": [
|
|
181264
|
+
"completed",
|
|
181265
|
+
"reopened",
|
|
181266
|
+
"not_planned"
|
|
181267
|
+
]
|
|
181168
181268
|
},
|
|
181169
181269
|
"title": {
|
|
181170
181270
|
"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": {
|
|
@@ -5109,6 +5109,11 @@
|
|
|
5109
5109
|
},
|
|
5110
5110
|
"state_reason": {
|
|
5111
5111
|
"type": "string",
|
|
5112
|
+
"enum": [
|
|
5113
|
+
"completed",
|
|
5114
|
+
"not_planned",
|
|
5115
|
+
"reopened"
|
|
5116
|
+
],
|
|
5112
5117
|
"nullable": true,
|
|
5113
5118
|
"description": "The reason for the current state",
|
|
5114
5119
|
"example": "not_planned"
|
|
@@ -9699,7 +9704,12 @@
|
|
|
9699
9704
|
"description": "The reason for the current state",
|
|
9700
9705
|
"example": "not_planned",
|
|
9701
9706
|
"type": "string",
|
|
9702
|
-
"nullable": true
|
|
9707
|
+
"nullable": true,
|
|
9708
|
+
"enum": [
|
|
9709
|
+
"completed",
|
|
9710
|
+
"reopened",
|
|
9711
|
+
"not_planned"
|
|
9712
|
+
]
|
|
9703
9713
|
},
|
|
9704
9714
|
"title": {
|
|
9705
9715
|
"description": "Title of the issue",
|
|
@@ -15884,7 +15894,12 @@
|
|
|
15884
15894
|
"description": "The reason for the current state",
|
|
15885
15895
|
"example": "not_planned",
|
|
15886
15896
|
"type": "string",
|
|
15887
|
-
"nullable": true
|
|
15897
|
+
"nullable": true,
|
|
15898
|
+
"enum": [
|
|
15899
|
+
"completed",
|
|
15900
|
+
"reopened",
|
|
15901
|
+
"not_planned"
|
|
15902
|
+
]
|
|
15888
15903
|
},
|
|
15889
15904
|
"title": {
|
|
15890
15905
|
"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": {
|
|
@@ -32902,7 +32902,12 @@
|
|
|
32902
32902
|
"description": "The reason for the current state",
|
|
32903
32903
|
"example": "not_planned",
|
|
32904
32904
|
"type": "string",
|
|
32905
|
-
"nullable": true
|
|
32905
|
+
"nullable": true,
|
|
32906
|
+
"enum": [
|
|
32907
|
+
"completed",
|
|
32908
|
+
"reopened",
|
|
32909
|
+
"not_planned"
|
|
32910
|
+
]
|
|
32906
32911
|
},
|
|
32907
32912
|
"title": {
|
|
32908
32913
|
"description": "Title of the issue",
|
|
@@ -47842,7 +47847,12 @@
|
|
|
47842
47847
|
"description": "The reason for the current state",
|
|
47843
47848
|
"example": "not_planned",
|
|
47844
47849
|
"type": "string",
|
|
47845
|
-
"nullable": true
|
|
47850
|
+
"nullable": true,
|
|
47851
|
+
"enum": [
|
|
47852
|
+
"completed",
|
|
47853
|
+
"reopened",
|
|
47854
|
+
"not_planned"
|
|
47855
|
+
]
|
|
47846
47856
|
},
|
|
47847
47857
|
"title": {
|
|
47848
47858
|
"description": "Title of the issue",
|
|
@@ -51352,7 +51362,12 @@
|
|
|
51352
51362
|
"description": "The reason for the current state",
|
|
51353
51363
|
"example": "not_planned",
|
|
51354
51364
|
"type": "string",
|
|
51355
|
-
"nullable": true
|
|
51365
|
+
"nullable": true,
|
|
51366
|
+
"enum": [
|
|
51367
|
+
"completed",
|
|
51368
|
+
"reopened",
|
|
51369
|
+
"not_planned"
|
|
51370
|
+
]
|
|
51356
51371
|
},
|
|
51357
51372
|
"title": {
|
|
51358
51373
|
"description": "Title of the issue",
|
|
@@ -70742,7 +70757,12 @@
|
|
|
70742
70757
|
"description": "The reason for the current state",
|
|
70743
70758
|
"example": "not_planned",
|
|
70744
70759
|
"type": "string",
|
|
70745
|
-
"nullable": true
|
|
70760
|
+
"nullable": true,
|
|
70761
|
+
"enum": [
|
|
70762
|
+
"completed",
|
|
70763
|
+
"reopened",
|
|
70764
|
+
"not_planned"
|
|
70765
|
+
]
|
|
70746
70766
|
},
|
|
70747
70767
|
"title": {
|
|
70748
70768
|
"description": "Title of the issue",
|
|
@@ -77761,7 +77781,12 @@
|
|
|
77761
77781
|
"description": "The reason for the current state",
|
|
77762
77782
|
"example": "not_planned",
|
|
77763
77783
|
"type": "string",
|
|
77764
|
-
"nullable": true
|
|
77784
|
+
"nullable": true,
|
|
77785
|
+
"enum": [
|
|
77786
|
+
"completed",
|
|
77787
|
+
"reopened",
|
|
77788
|
+
"not_planned"
|
|
77789
|
+
]
|
|
77765
77790
|
},
|
|
77766
77791
|
"title": {
|
|
77767
77792
|
"description": "Title of the issue",
|
|
@@ -199787,7 +199812,12 @@
|
|
|
199787
199812
|
"description": "The reason for the current state",
|
|
199788
199813
|
"example": "not_planned",
|
|
199789
199814
|
"type": "string",
|
|
199790
|
-
"nullable": true
|
|
199815
|
+
"nullable": true,
|
|
199816
|
+
"enum": [
|
|
199817
|
+
"completed",
|
|
199818
|
+
"reopened",
|
|
199819
|
+
"not_planned"
|
|
199820
|
+
]
|
|
199791
199821
|
},
|
|
199792
199822
|
"title": {
|
|
199793
199823
|
"description": "Title of the issue",
|
|
@@ -221161,7 +221191,12 @@
|
|
|
221161
221191
|
"description": "The reason for the current state",
|
|
221162
221192
|
"example": "not_planned",
|
|
221163
221193
|
"type": "string",
|
|
221164
|
-
"nullable": true
|
|
221194
|
+
"nullable": true,
|
|
221195
|
+
"enum": [
|
|
221196
|
+
"completed",
|
|
221197
|
+
"reopened",
|
|
221198
|
+
"not_planned"
|
|
221199
|
+
]
|
|
221165
221200
|
},
|
|
221166
221201
|
"title": {
|
|
221167
221202
|
"description": "Title of the issue",
|
|
@@ -223943,7 +223978,12 @@
|
|
|
223943
223978
|
"description": "The reason for the current state",
|
|
223944
223979
|
"example": "not_planned",
|
|
223945
223980
|
"type": "string",
|
|
223946
|
-
"nullable": true
|
|
223981
|
+
"nullable": true,
|
|
223982
|
+
"enum": [
|
|
223983
|
+
"completed",
|
|
223984
|
+
"reopened",
|
|
223985
|
+
"not_planned"
|
|
223986
|
+
]
|
|
223947
223987
|
},
|
|
223948
223988
|
"title": {
|
|
223949
223989
|
"description": "Title of the issue",
|
|
@@ -229900,7 +229940,12 @@
|
|
|
229900
229940
|
"description": "The reason for the current state",
|
|
229901
229941
|
"example": "not_planned",
|
|
229902
229942
|
"type": "string",
|
|
229903
|
-
"nullable": true
|
|
229943
|
+
"nullable": true,
|
|
229944
|
+
"enum": [
|
|
229945
|
+
"completed",
|
|
229946
|
+
"reopened",
|
|
229947
|
+
"not_planned"
|
|
229948
|
+
]
|
|
229904
229949
|
},
|
|
229905
229950
|
"title": {
|
|
229906
229951
|
"description": "Title of the issue",
|
|
@@ -233735,7 +233780,12 @@
|
|
|
233735
233780
|
"description": "The reason for the current state",
|
|
233736
233781
|
"example": "not_planned",
|
|
233737
233782
|
"type": "string",
|
|
233738
|
-
"nullable": true
|
|
233783
|
+
"nullable": true,
|
|
233784
|
+
"enum": [
|
|
233785
|
+
"completed",
|
|
233786
|
+
"reopened",
|
|
233787
|
+
"not_planned"
|
|
233788
|
+
]
|
|
233739
233789
|
},
|
|
233740
233790
|
"title": {
|
|
233741
233791
|
"description": "Title of the issue",
|
|
@@ -237452,7 +237502,12 @@
|
|
|
237452
237502
|
"description": "The reason for the current state",
|
|
237453
237503
|
"example": "not_planned",
|
|
237454
237504
|
"type": "string",
|
|
237455
|
-
"nullable": true
|
|
237505
|
+
"nullable": true,
|
|
237506
|
+
"enum": [
|
|
237507
|
+
"completed",
|
|
237508
|
+
"reopened",
|
|
237509
|
+
"not_planned"
|
|
237510
|
+
]
|
|
237456
237511
|
},
|
|
237457
237512
|
"title": {
|
|
237458
237513
|
"description": "Title of the issue",
|
|
@@ -240073,6 +240128,11 @@
|
|
|
240073
240128
|
},
|
|
240074
240129
|
"state_reason": {
|
|
240075
240130
|
"type": "string",
|
|
240131
|
+
"enum": [
|
|
240132
|
+
"completed",
|
|
240133
|
+
"not_planned",
|
|
240134
|
+
"reopened"
|
|
240135
|
+
],
|
|
240076
240136
|
"nullable": true,
|
|
240077
240137
|
"description": "The reason for the current state",
|
|
240078
240138
|
"example": "not_planned"
|
|
@@ -240202,7 +240262,12 @@
|
|
|
240202
240262
|
"description": "The reason for the current state",
|
|
240203
240263
|
"example": "not_planned",
|
|
240204
240264
|
"type": "string",
|
|
240205
|
-
"nullable": true
|
|
240265
|
+
"nullable": true,
|
|
240266
|
+
"enum": [
|
|
240267
|
+
"completed",
|
|
240268
|
+
"reopened",
|
|
240269
|
+
"not_planned"
|
|
240270
|
+
]
|
|
240206
240271
|
},
|
|
240207
240272
|
"title": {
|
|
240208
240273
|
"description": "Title of the issue",
|
|
@@ -242978,7 +243043,12 @@
|
|
|
242978
243043
|
"description": "The reason for the current state",
|
|
242979
243044
|
"example": "not_planned",
|
|
242980
243045
|
"type": "string",
|
|
242981
|
-
"nullable": true
|
|
243046
|
+
"nullable": true,
|
|
243047
|
+
"enum": [
|
|
243048
|
+
"completed",
|
|
243049
|
+
"reopened",
|
|
243050
|
+
"not_planned"
|
|
243051
|
+
]
|
|
242982
243052
|
},
|
|
242983
243053
|
"title": {
|
|
242984
243054
|
"description": "Title of the issue",
|
|
@@ -266778,7 +266848,12 @@
|
|
|
266778
266848
|
"description": "The reason for the current state",
|
|
266779
266849
|
"example": "not_planned",
|
|
266780
266850
|
"type": "string",
|
|
266781
|
-
"nullable": true
|
|
266851
|
+
"nullable": true,
|
|
266852
|
+
"enum": [
|
|
266853
|
+
"completed",
|
|
266854
|
+
"reopened",
|
|
266855
|
+
"not_planned"
|
|
266856
|
+
]
|
|
266782
266857
|
},
|
|
266783
266858
|
"title": {
|
|
266784
266859
|
"description": "Title of the issue",
|
|
@@ -361512,7 +361587,12 @@
|
|
|
361512
361587
|
"description": "The reason for the current state",
|
|
361513
361588
|
"example": "not_planned",
|
|
361514
361589
|
"type": "string",
|
|
361515
|
-
"nullable": true
|
|
361590
|
+
"nullable": true,
|
|
361591
|
+
"enum": [
|
|
361592
|
+
"completed",
|
|
361593
|
+
"reopened",
|
|
361594
|
+
"not_planned"
|
|
361595
|
+
]
|
|
361516
361596
|
},
|
|
361517
361597
|
"title": {
|
|
361518
361598
|
"description": "Title of the issue",
|
|
@@ -379303,7 +379383,12 @@
|
|
|
379303
379383
|
"description": "The reason for the current state",
|
|
379304
379384
|
"example": "not_planned",
|
|
379305
379385
|
"type": "string",
|
|
379306
|
-
"nullable": true
|
|
379386
|
+
"nullable": true,
|
|
379387
|
+
"enum": [
|
|
379388
|
+
"completed",
|
|
379389
|
+
"reopened",
|
|
379390
|
+
"not_planned"
|
|
379391
|
+
]
|
|
379307
379392
|
},
|
|
379308
379393
|
"title": {
|
|
379309
379394
|
"description": "Title of the issue",
|
|
@@ -382421,7 +382506,12 @@
|
|
|
382421
382506
|
"description": "The reason for the current state",
|
|
382422
382507
|
"example": "not_planned",
|
|
382423
382508
|
"type": "string",
|
|
382424
|
-
"nullable": true
|
|
382509
|
+
"nullable": true,
|
|
382510
|
+
"enum": [
|
|
382511
|
+
"completed",
|
|
382512
|
+
"reopened",
|
|
382513
|
+
"not_planned"
|
|
382514
|
+
]
|
|
382425
382515
|
},
|
|
382426
382516
|
"title": {
|
|
382427
382517
|
"description": "Title of the issue",
|
|
@@ -385541,7 +385631,12 @@
|
|
|
385541
385631
|
"description": "The reason for the current state",
|
|
385542
385632
|
"example": "not_planned",
|
|
385543
385633
|
"type": "string",
|
|
385544
|
-
"nullable": true
|
|
385634
|
+
"nullable": true,
|
|
385635
|
+
"enum": [
|
|
385636
|
+
"completed",
|
|
385637
|
+
"reopened",
|
|
385638
|
+
"not_planned"
|
|
385639
|
+
]
|
|
385545
385640
|
},
|
|
385546
385641
|
"title": {
|
|
385547
385642
|
"description": "Title of the issue",
|
|
@@ -391598,7 +391693,12 @@
|
|
|
391598
391693
|
"description": "The reason for the current state",
|
|
391599
391694
|
"example": "not_planned",
|
|
391600
391695
|
"type": "string",
|
|
391601
|
-
"nullable": true
|
|
391696
|
+
"nullable": true,
|
|
391697
|
+
"enum": [
|
|
391698
|
+
"completed",
|
|
391699
|
+
"reopened",
|
|
391700
|
+
"not_planned"
|
|
391701
|
+
]
|
|
391602
391702
|
},
|
|
391603
391703
|
"title": {
|
|
391604
391704
|
"description": "Title of the issue",
|
|
@@ -394718,7 +394818,12 @@
|
|
|
394718
394818
|
"description": "The reason for the current state",
|
|
394719
394819
|
"example": "not_planned",
|
|
394720
394820
|
"type": "string",
|
|
394721
|
-
"nullable": true
|
|
394821
|
+
"nullable": true,
|
|
394822
|
+
"enum": [
|
|
394823
|
+
"completed",
|
|
394824
|
+
"reopened",
|
|
394825
|
+
"not_planned"
|
|
394826
|
+
]
|
|
394722
394827
|
},
|
|
394723
394828
|
"title": {
|
|
394724
394829
|
"description": "Title of the issue",
|