@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": {
|
|
@@ -33473,7 +33473,12 @@
|
|
|
33473
33473
|
"description": "The reason for the current state",
|
|
33474
33474
|
"example": "not_planned",
|
|
33475
33475
|
"type": "string",
|
|
33476
|
-
"nullable": true
|
|
33476
|
+
"nullable": true,
|
|
33477
|
+
"enum": [
|
|
33478
|
+
"completed",
|
|
33479
|
+
"reopened",
|
|
33480
|
+
"not_planned"
|
|
33481
|
+
]
|
|
33477
33482
|
},
|
|
33478
33483
|
"title": {
|
|
33479
33484
|
"description": "Title of the issue",
|
|
@@ -48413,7 +48418,12 @@
|
|
|
48413
48418
|
"description": "The reason for the current state",
|
|
48414
48419
|
"example": "not_planned",
|
|
48415
48420
|
"type": "string",
|
|
48416
|
-
"nullable": true
|
|
48421
|
+
"nullable": true,
|
|
48422
|
+
"enum": [
|
|
48423
|
+
"completed",
|
|
48424
|
+
"reopened",
|
|
48425
|
+
"not_planned"
|
|
48426
|
+
]
|
|
48417
48427
|
},
|
|
48418
48428
|
"title": {
|
|
48419
48429
|
"description": "Title of the issue",
|
|
@@ -51917,7 +51927,12 @@
|
|
|
51917
51927
|
"description": "The reason for the current state",
|
|
51918
51928
|
"example": "not_planned",
|
|
51919
51929
|
"type": "string",
|
|
51920
|
-
"nullable": true
|
|
51930
|
+
"nullable": true,
|
|
51931
|
+
"enum": [
|
|
51932
|
+
"completed",
|
|
51933
|
+
"reopened",
|
|
51934
|
+
"not_planned"
|
|
51935
|
+
]
|
|
51921
51936
|
},
|
|
51922
51937
|
"title": {
|
|
51923
51938
|
"description": "Title of the issue",
|
|
@@ -75299,7 +75314,12 @@
|
|
|
75299
75314
|
"description": "The reason for the current state",
|
|
75300
75315
|
"example": "not_planned",
|
|
75301
75316
|
"type": "string",
|
|
75302
|
-
"nullable": true
|
|
75317
|
+
"nullable": true,
|
|
75318
|
+
"enum": [
|
|
75319
|
+
"completed",
|
|
75320
|
+
"reopened",
|
|
75321
|
+
"not_planned"
|
|
75322
|
+
]
|
|
75303
75323
|
},
|
|
75304
75324
|
"title": {
|
|
75305
75325
|
"description": "Title of the issue",
|
|
@@ -82305,7 +82325,12 @@
|
|
|
82305
82325
|
"description": "The reason for the current state",
|
|
82306
82326
|
"example": "not_planned",
|
|
82307
82327
|
"type": "string",
|
|
82308
|
-
"nullable": true
|
|
82328
|
+
"nullable": true,
|
|
82329
|
+
"enum": [
|
|
82330
|
+
"completed",
|
|
82331
|
+
"reopened",
|
|
82332
|
+
"not_planned"
|
|
82333
|
+
]
|
|
82309
82334
|
},
|
|
82310
82335
|
"title": {
|
|
82311
82336
|
"description": "Title of the issue",
|
|
@@ -215536,7 +215561,12 @@
|
|
|
215536
215561
|
"description": "The reason for the current state",
|
|
215537
215562
|
"example": "not_planned",
|
|
215538
215563
|
"type": "string",
|
|
215539
|
-
"nullable": true
|
|
215564
|
+
"nullable": true,
|
|
215565
|
+
"enum": [
|
|
215566
|
+
"completed",
|
|
215567
|
+
"reopened",
|
|
215568
|
+
"not_planned"
|
|
215569
|
+
]
|
|
215540
215570
|
},
|
|
215541
215571
|
"title": {
|
|
215542
215572
|
"description": "Title of the issue",
|
|
@@ -236964,7 +236994,12 @@
|
|
|
236964
236994
|
"description": "The reason for the current state",
|
|
236965
236995
|
"example": "not_planned",
|
|
236966
236996
|
"type": "string",
|
|
236967
|
-
"nullable": true
|
|
236997
|
+
"nullable": true,
|
|
236998
|
+
"enum": [
|
|
236999
|
+
"completed",
|
|
237000
|
+
"reopened",
|
|
237001
|
+
"not_planned"
|
|
237002
|
+
]
|
|
236968
237003
|
},
|
|
236969
237004
|
"title": {
|
|
236970
237005
|
"description": "Title of the issue",
|
|
@@ -239740,7 +239775,12 @@
|
|
|
239740
239775
|
"description": "The reason for the current state",
|
|
239741
239776
|
"example": "not_planned",
|
|
239742
239777
|
"type": "string",
|
|
239743
|
-
"nullable": true
|
|
239778
|
+
"nullable": true,
|
|
239779
|
+
"enum": [
|
|
239780
|
+
"completed",
|
|
239781
|
+
"reopened",
|
|
239782
|
+
"not_planned"
|
|
239783
|
+
]
|
|
239744
239784
|
},
|
|
239745
239785
|
"title": {
|
|
239746
239786
|
"description": "Title of the issue",
|
|
@@ -245669,7 +245709,12 @@
|
|
|
245669
245709
|
"description": "The reason for the current state",
|
|
245670
245710
|
"example": "not_planned",
|
|
245671
245711
|
"type": "string",
|
|
245672
|
-
"nullable": true
|
|
245712
|
+
"nullable": true,
|
|
245713
|
+
"enum": [
|
|
245714
|
+
"completed",
|
|
245715
|
+
"reopened",
|
|
245716
|
+
"not_planned"
|
|
245717
|
+
]
|
|
245673
245718
|
},
|
|
245674
245719
|
"title": {
|
|
245675
245720
|
"description": "Title of the issue",
|
|
@@ -249501,7 +249546,12 @@
|
|
|
249501
249546
|
"description": "The reason for the current state",
|
|
249502
249547
|
"example": "not_planned",
|
|
249503
249548
|
"type": "string",
|
|
249504
|
-
"nullable": true
|
|
249549
|
+
"nullable": true,
|
|
249550
|
+
"enum": [
|
|
249551
|
+
"completed",
|
|
249552
|
+
"reopened",
|
|
249553
|
+
"not_planned"
|
|
249554
|
+
]
|
|
249505
249555
|
},
|
|
249506
249556
|
"title": {
|
|
249507
249557
|
"description": "Title of the issue",
|
|
@@ -253215,7 +253265,12 @@
|
|
|
253215
253265
|
"description": "The reason for the current state",
|
|
253216
253266
|
"example": "not_planned",
|
|
253217
253267
|
"type": "string",
|
|
253218
|
-
"nullable": true
|
|
253268
|
+
"nullable": true,
|
|
253269
|
+
"enum": [
|
|
253270
|
+
"completed",
|
|
253271
|
+
"reopened",
|
|
253272
|
+
"not_planned"
|
|
253273
|
+
]
|
|
253219
253274
|
},
|
|
253220
253275
|
"title": {
|
|
253221
253276
|
"description": "Title of the issue",
|
|
@@ -255834,6 +255889,11 @@
|
|
|
255834
255889
|
},
|
|
255835
255890
|
"state_reason": {
|
|
255836
255891
|
"type": "string",
|
|
255892
|
+
"enum": [
|
|
255893
|
+
"completed",
|
|
255894
|
+
"not_planned",
|
|
255895
|
+
"reopened"
|
|
255896
|
+
],
|
|
255837
255897
|
"nullable": true,
|
|
255838
255898
|
"description": "The reason for the current state",
|
|
255839
255899
|
"example": "not_planned"
|
|
@@ -255963,7 +256023,12 @@
|
|
|
255963
256023
|
"description": "The reason for the current state",
|
|
255964
256024
|
"example": "not_planned",
|
|
255965
256025
|
"type": "string",
|
|
255966
|
-
"nullable": true
|
|
256026
|
+
"nullable": true,
|
|
256027
|
+
"enum": [
|
|
256028
|
+
"completed",
|
|
256029
|
+
"reopened",
|
|
256030
|
+
"not_planned"
|
|
256031
|
+
]
|
|
255967
256032
|
},
|
|
255968
256033
|
"title": {
|
|
255969
256034
|
"description": "Title of the issue",
|
|
@@ -258742,7 +258807,12 @@
|
|
|
258742
258807
|
"description": "The reason for the current state",
|
|
258743
258808
|
"example": "not_planned",
|
|
258744
258809
|
"type": "string",
|
|
258745
|
-
"nullable": true
|
|
258810
|
+
"nullable": true,
|
|
258811
|
+
"enum": [
|
|
258812
|
+
"completed",
|
|
258813
|
+
"reopened",
|
|
258814
|
+
"not_planned"
|
|
258815
|
+
]
|
|
258746
258816
|
},
|
|
258747
258817
|
"title": {
|
|
258748
258818
|
"description": "Title of the issue",
|
|
@@ -282518,7 +282588,12 @@
|
|
|
282518
282588
|
"description": "The reason for the current state",
|
|
282519
282589
|
"example": "not_planned",
|
|
282520
282590
|
"type": "string",
|
|
282521
|
-
"nullable": true
|
|
282591
|
+
"nullable": true,
|
|
282592
|
+
"enum": [
|
|
282593
|
+
"completed",
|
|
282594
|
+
"reopened",
|
|
282595
|
+
"not_planned"
|
|
282596
|
+
]
|
|
282522
282597
|
},
|
|
282523
282598
|
"title": {
|
|
282524
282599
|
"description": "Title of the issue",
|
|
@@ -377842,7 +377917,12 @@
|
|
|
377842
377917
|
"description": "The reason for the current state",
|
|
377843
377918
|
"example": "not_planned",
|
|
377844
377919
|
"type": "string",
|
|
377845
|
-
"nullable": true
|
|
377920
|
+
"nullable": true,
|
|
377921
|
+
"enum": [
|
|
377922
|
+
"completed",
|
|
377923
|
+
"reopened",
|
|
377924
|
+
"not_planned"
|
|
377925
|
+
]
|
|
377846
377926
|
},
|
|
377847
377927
|
"title": {
|
|
377848
377928
|
"description": "Title of the issue",
|
|
@@ -400963,7 +401043,12 @@
|
|
|
400963
401043
|
"description": "The reason for the current state",
|
|
400964
401044
|
"example": "not_planned",
|
|
400965
401045
|
"type": "string",
|
|
400966
|
-
"nullable": true
|
|
401046
|
+
"nullable": true,
|
|
401047
|
+
"enum": [
|
|
401048
|
+
"completed",
|
|
401049
|
+
"reopened",
|
|
401050
|
+
"not_planned"
|
|
401051
|
+
]
|
|
400967
401052
|
},
|
|
400968
401053
|
"title": {
|
|
400969
401054
|
"description": "Title of the issue",
|
|
@@ -404084,7 +404169,12 @@
|
|
|
404084
404169
|
"description": "The reason for the current state",
|
|
404085
404170
|
"example": "not_planned",
|
|
404086
404171
|
"type": "string",
|
|
404087
|
-
"nullable": true
|
|
404172
|
+
"nullable": true,
|
|
404173
|
+
"enum": [
|
|
404174
|
+
"completed",
|
|
404175
|
+
"reopened",
|
|
404176
|
+
"not_planned"
|
|
404177
|
+
]
|
|
404088
404178
|
},
|
|
404089
404179
|
"title": {
|
|
404090
404180
|
"description": "Title of the issue",
|
|
@@ -407207,7 +407297,12 @@
|
|
|
407207
407297
|
"description": "The reason for the current state",
|
|
407208
407298
|
"example": "not_planned",
|
|
407209
407299
|
"type": "string",
|
|
407210
|
-
"nullable": true
|
|
407300
|
+
"nullable": true,
|
|
407301
|
+
"enum": [
|
|
407302
|
+
"completed",
|
|
407303
|
+
"reopened",
|
|
407304
|
+
"not_planned"
|
|
407305
|
+
]
|
|
407211
407306
|
},
|
|
407212
407307
|
"title": {
|
|
407213
407308
|
"description": "Title of the issue",
|
|
@@ -413254,7 +413349,12 @@
|
|
|
413254
413349
|
"description": "The reason for the current state",
|
|
413255
413350
|
"example": "not_planned",
|
|
413256
413351
|
"type": "string",
|
|
413257
|
-
"nullable": true
|
|
413352
|
+
"nullable": true,
|
|
413353
|
+
"enum": [
|
|
413354
|
+
"completed",
|
|
413355
|
+
"reopened",
|
|
413356
|
+
"not_planned"
|
|
413357
|
+
]
|
|
413258
413358
|
},
|
|
413259
413359
|
"title": {
|
|
413260
413360
|
"description": "Title of the issue",
|
|
@@ -416377,7 +416477,12 @@
|
|
|
416377
416477
|
"description": "The reason for the current state",
|
|
416378
416478
|
"example": "not_planned",
|
|
416379
416479
|
"type": "string",
|
|
416380
|
-
"nullable": true
|
|
416480
|
+
"nullable": true,
|
|
416481
|
+
"enum": [
|
|
416482
|
+
"completed",
|
|
416483
|
+
"reopened",
|
|
416484
|
+
"not_planned"
|
|
416485
|
+
]
|
|
416381
416486
|
},
|
|
416382
416487
|
"title": {
|
|
416383
416488
|
"description": "Title of the issue",
|
package/generated/ghes-3.4.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": {
|
|
@@ -34175,6 +34175,11 @@
|
|
|
34175
34175
|
},
|
|
34176
34176
|
"state_reason": {
|
|
34177
34177
|
"type": "string",
|
|
34178
|
+
"enum": [
|
|
34179
|
+
"completed",
|
|
34180
|
+
"not_planned",
|
|
34181
|
+
"reopened"
|
|
34182
|
+
],
|
|
34178
34183
|
"nullable": true,
|
|
34179
34184
|
"description": "The reason for the current state",
|
|
34180
34185
|
"example": "not_planned"
|
|
@@ -57220,7 +57225,12 @@
|
|
|
57220
57225
|
"description": "The reason for the current state",
|
|
57221
57226
|
"example": "not_planned",
|
|
57222
57227
|
"type": "string",
|
|
57223
|
-
"nullable": true
|
|
57228
|
+
"nullable": true,
|
|
57229
|
+
"enum": [
|
|
57230
|
+
"completed",
|
|
57231
|
+
"reopened",
|
|
57232
|
+
"not_planned"
|
|
57233
|
+
]
|
|
57224
57234
|
},
|
|
57225
57235
|
"title": {
|
|
57226
57236
|
"description": "Title of the issue",
|
|
@@ -69069,7 +69079,12 @@
|
|
|
69069
69079
|
"description": "The reason for the current state",
|
|
69070
69080
|
"example": "not_planned",
|
|
69071
69081
|
"type": "string",
|
|
69072
|
-
"nullable": true
|
|
69082
|
+
"nullable": true,
|
|
69083
|
+
"enum": [
|
|
69084
|
+
"completed",
|
|
69085
|
+
"reopened",
|
|
69086
|
+
"not_planned"
|
|
69087
|
+
]
|
|
69073
69088
|
},
|
|
69074
69089
|
"title": {
|
|
69075
69090
|
"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": {
|
|
@@ -5985,7 +5985,12 @@
|
|
|
5985
5985
|
"description": "The reason for the current state",
|
|
5986
5986
|
"example": "not_planned",
|
|
5987
5987
|
"type": "string",
|
|
5988
|
-
"nullable": true
|
|
5988
|
+
"nullable": true,
|
|
5989
|
+
"enum": [
|
|
5990
|
+
"completed",
|
|
5991
|
+
"reopened",
|
|
5992
|
+
"not_planned"
|
|
5993
|
+
]
|
|
5989
5994
|
},
|
|
5990
5995
|
"title": {
|
|
5991
5996
|
"description": "Title of the issue",
|
|
@@ -10526,7 +10531,12 @@
|
|
|
10526
10531
|
"description": "The reason for the current state",
|
|
10527
10532
|
"example": "not_planned",
|
|
10528
10533
|
"type": "string",
|
|
10529
|
-
"nullable": true
|
|
10534
|
+
"nullable": true,
|
|
10535
|
+
"enum": [
|
|
10536
|
+
"completed",
|
|
10537
|
+
"reopened",
|
|
10538
|
+
"not_planned"
|
|
10539
|
+
]
|
|
10530
10540
|
},
|
|
10531
10541
|
"title": {
|
|
10532
10542
|
"description": "Title of the issue",
|
|
@@ -13418,7 +13428,12 @@
|
|
|
13418
13428
|
"description": "The reason for the current state",
|
|
13419
13429
|
"example": "not_planned",
|
|
13420
13430
|
"type": "string",
|
|
13421
|
-
"nullable": true
|
|
13431
|
+
"nullable": true,
|
|
13432
|
+
"enum": [
|
|
13433
|
+
"completed",
|
|
13434
|
+
"reopened",
|
|
13435
|
+
"not_planned"
|
|
13436
|
+
]
|
|
13422
13437
|
},
|
|
13423
13438
|
"title": {
|
|
13424
13439
|
"description": "Title of the issue",
|
|
@@ -32525,7 +32540,12 @@
|
|
|
32525
32540
|
"description": "The reason for the current state",
|
|
32526
32541
|
"example": "not_planned",
|
|
32527
32542
|
"type": "string",
|
|
32528
|
-
"nullable": true
|
|
32543
|
+
"nullable": true,
|
|
32544
|
+
"enum": [
|
|
32545
|
+
"completed",
|
|
32546
|
+
"reopened",
|
|
32547
|
+
"not_planned"
|
|
32548
|
+
]
|
|
32529
32549
|
},
|
|
32530
32550
|
"title": {
|
|
32531
32551
|
"description": "Title of the issue",
|
|
@@ -35616,7 +35636,12 @@
|
|
|
35616
35636
|
"description": "The reason for the current state",
|
|
35617
35637
|
"example": "not_planned",
|
|
35618
35638
|
"type": "string",
|
|
35619
|
-
"nullable": true
|
|
35639
|
+
"nullable": true,
|
|
35640
|
+
"enum": [
|
|
35641
|
+
"completed",
|
|
35642
|
+
"reopened",
|
|
35643
|
+
"not_planned"
|
|
35644
|
+
]
|
|
35620
35645
|
},
|
|
35621
35646
|
"title": {
|
|
35622
35647
|
"description": "Title of the issue",
|
|
@@ -105487,7 +105512,12 @@
|
|
|
105487
105512
|
"description": "The reason for the current state",
|
|
105488
105513
|
"example": "not_planned",
|
|
105489
105514
|
"type": "string",
|
|
105490
|
-
"nullable": true
|
|
105515
|
+
"nullable": true,
|
|
105516
|
+
"enum": [
|
|
105517
|
+
"completed",
|
|
105518
|
+
"reopened",
|
|
105519
|
+
"not_planned"
|
|
105520
|
+
]
|
|
105491
105521
|
},
|
|
105492
105522
|
"title": {
|
|
105493
105523
|
"description": "Title of the issue",
|
|
@@ -119882,7 +119912,12 @@
|
|
|
119882
119912
|
"description": "The reason for the current state",
|
|
119883
119913
|
"example": "not_planned",
|
|
119884
119914
|
"type": "string",
|
|
119885
|
-
"nullable": true
|
|
119915
|
+
"nullable": true,
|
|
119916
|
+
"enum": [
|
|
119917
|
+
"completed",
|
|
119918
|
+
"reopened",
|
|
119919
|
+
"not_planned"
|
|
119920
|
+
]
|
|
119886
119921
|
},
|
|
119887
119922
|
"title": {
|
|
119888
119923
|
"description": "Title of the issue",
|
|
@@ -122664,7 +122699,12 @@
|
|
|
122664
122699
|
"description": "The reason for the current state",
|
|
122665
122700
|
"example": "not_planned",
|
|
122666
122701
|
"type": "string",
|
|
122667
|
-
"nullable": true
|
|
122702
|
+
"nullable": true,
|
|
122703
|
+
"enum": [
|
|
122704
|
+
"completed",
|
|
122705
|
+
"reopened",
|
|
122706
|
+
"not_planned"
|
|
122707
|
+
]
|
|
122668
122708
|
},
|
|
122669
122709
|
"title": {
|
|
122670
122710
|
"description": "Title of the issue",
|
|
@@ -125571,7 +125611,12 @@
|
|
|
125571
125611
|
"description": "The reason for the current state",
|
|
125572
125612
|
"example": "not_planned",
|
|
125573
125613
|
"type": "string",
|
|
125574
|
-
"nullable": true
|
|
125614
|
+
"nullable": true,
|
|
125615
|
+
"enum": [
|
|
125616
|
+
"completed",
|
|
125617
|
+
"reopened",
|
|
125618
|
+
"not_planned"
|
|
125619
|
+
]
|
|
125575
125620
|
},
|
|
125576
125621
|
"title": {
|
|
125577
125622
|
"description": "Title of the issue",
|
|
@@ -129409,7 +129454,12 @@
|
|
|
129409
129454
|
"description": "The reason for the current state",
|
|
129410
129455
|
"example": "not_planned",
|
|
129411
129456
|
"type": "string",
|
|
129412
|
-
"nullable": true
|
|
129457
|
+
"nullable": true,
|
|
129458
|
+
"enum": [
|
|
129459
|
+
"completed",
|
|
129460
|
+
"reopened",
|
|
129461
|
+
"not_planned"
|
|
129462
|
+
]
|
|
129413
129463
|
},
|
|
129414
129464
|
"title": {
|
|
129415
129465
|
"description": "Title of the issue",
|
|
@@ -133129,7 +133179,12 @@
|
|
|
133129
133179
|
"description": "The reason for the current state",
|
|
133130
133180
|
"example": "not_planned",
|
|
133131
133181
|
"type": "string",
|
|
133132
|
-
"nullable": true
|
|
133182
|
+
"nullable": true,
|
|
133183
|
+
"enum": [
|
|
133184
|
+
"completed",
|
|
133185
|
+
"reopened",
|
|
133186
|
+
"not_planned"
|
|
133187
|
+
]
|
|
133133
133188
|
},
|
|
133134
133189
|
"title": {
|
|
133135
133190
|
"description": "Title of the issue",
|
|
@@ -135754,6 +135809,11 @@
|
|
|
135754
135809
|
},
|
|
135755
135810
|
"state_reason": {
|
|
135756
135811
|
"type": "string",
|
|
135812
|
+
"enum": [
|
|
135813
|
+
"completed",
|
|
135814
|
+
"not_planned",
|
|
135815
|
+
"reopened"
|
|
135816
|
+
],
|
|
135757
135817
|
"nullable": true,
|
|
135758
135818
|
"description": "The reason for the current state",
|
|
135759
135819
|
"example": "not_planned"
|
|
@@ -135883,7 +135943,12 @@
|
|
|
135883
135943
|
"description": "The reason for the current state",
|
|
135884
135944
|
"example": "not_planned",
|
|
135885
135945
|
"type": "string",
|
|
135886
|
-
"nullable": true
|
|
135946
|
+
"nullable": true,
|
|
135947
|
+
"enum": [
|
|
135948
|
+
"completed",
|
|
135949
|
+
"reopened",
|
|
135950
|
+
"not_planned"
|
|
135951
|
+
]
|
|
135887
135952
|
},
|
|
135888
135953
|
"title": {
|
|
135889
135954
|
"description": "Title of the issue",
|
|
@@ -138668,7 +138733,12 @@
|
|
|
138668
138733
|
"description": "The reason for the current state",
|
|
138669
138734
|
"example": "not_planned",
|
|
138670
138735
|
"type": "string",
|
|
138671
|
-
"nullable": true
|
|
138736
|
+
"nullable": true,
|
|
138737
|
+
"enum": [
|
|
138738
|
+
"completed",
|
|
138739
|
+
"reopened",
|
|
138740
|
+
"not_planned"
|
|
138741
|
+
]
|
|
138672
138742
|
},
|
|
138673
138743
|
"title": {
|
|
138674
138744
|
"description": "Title of the issue",
|
|
@@ -185037,7 +185107,12 @@
|
|
|
185037
185107
|
"description": "The reason for the current state",
|
|
185038
185108
|
"example": "not_planned",
|
|
185039
185109
|
"type": "string",
|
|
185040
|
-
"nullable": true
|
|
185110
|
+
"nullable": true,
|
|
185111
|
+
"enum": [
|
|
185112
|
+
"completed",
|
|
185113
|
+
"reopened",
|
|
185114
|
+
"not_planned"
|
|
185115
|
+
]
|
|
185041
185116
|
},
|
|
185042
185117
|
"title": {
|
|
185043
185118
|
"description": "Title of the issue",
|
|
@@ -203679,7 +203754,12 @@
|
|
|
203679
203754
|
"description": "The reason for the current state",
|
|
203680
203755
|
"example": "not_planned",
|
|
203681
203756
|
"type": "string",
|
|
203682
|
-
"nullable": true
|
|
203757
|
+
"nullable": true,
|
|
203758
|
+
"enum": [
|
|
203759
|
+
"completed",
|
|
203760
|
+
"reopened",
|
|
203761
|
+
"not_planned"
|
|
203762
|
+
]
|
|
203683
203763
|
},
|
|
203684
203764
|
"title": {
|
|
203685
203765
|
"description": "Title of the issue",
|
|
@@ -206806,7 +206886,12 @@
|
|
|
206806
206886
|
"description": "The reason for the current state",
|
|
206807
206887
|
"example": "not_planned",
|
|
206808
206888
|
"type": "string",
|
|
206809
|
-
"nullable": true
|
|
206889
|
+
"nullable": true,
|
|
206890
|
+
"enum": [
|
|
206891
|
+
"completed",
|
|
206892
|
+
"reopened",
|
|
206893
|
+
"not_planned"
|
|
206894
|
+
]
|
|
206810
206895
|
},
|
|
206811
206896
|
"title": {
|
|
206812
206897
|
"description": "Title of the issue",
|
|
@@ -209935,7 +210020,12 @@
|
|
|
209935
210020
|
"description": "The reason for the current state",
|
|
209936
210021
|
"example": "not_planned",
|
|
209937
210022
|
"type": "string",
|
|
209938
|
-
"nullable": true
|
|
210023
|
+
"nullable": true,
|
|
210024
|
+
"enum": [
|
|
210025
|
+
"completed",
|
|
210026
|
+
"reopened",
|
|
210027
|
+
"not_planned"
|
|
210028
|
+
]
|
|
209939
210029
|
},
|
|
209940
210030
|
"title": {
|
|
209941
210031
|
"description": "Title of the issue",
|
|
@@ -213323,7 +213413,12 @@
|
|
|
213323
213413
|
"description": "The reason for the current state",
|
|
213324
213414
|
"example": "not_planned",
|
|
213325
213415
|
"type": "string",
|
|
213326
|
-
"nullable": true
|
|
213416
|
+
"nullable": true,
|
|
213417
|
+
"enum": [
|
|
213418
|
+
"completed",
|
|
213419
|
+
"reopened",
|
|
213420
|
+
"not_planned"
|
|
213421
|
+
]
|
|
213327
213422
|
},
|
|
213328
213423
|
"title": {
|
|
213329
213424
|
"description": "Title of the issue",
|
|
@@ -216452,7 +216547,12 @@
|
|
|
216452
216547
|
"description": "The reason for the current state",
|
|
216453
216548
|
"example": "not_planned",
|
|
216454
216549
|
"type": "string",
|
|
216455
|
-
"nullable": true
|
|
216550
|
+
"nullable": true,
|
|
216551
|
+
"enum": [
|
|
216552
|
+
"completed",
|
|
216553
|
+
"reopened",
|
|
216554
|
+
"not_planned"
|
|
216555
|
+
]
|
|
216456
216556
|
},
|
|
216457
216557
|
"title": {
|
|
216458
216558
|
"description": "Title of the issue",
|