@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.
Files changed (33) hide show
  1. package/generated/api.github.com.deref.json +144 -21
  2. package/generated/api.github.com.json +33 -3
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +120 -20
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +18 -3
  7. package/generated/ghes-3.2.deref.json +126 -21
  8. package/generated/ghes-3.2.json +18 -3
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +126 -21
  12. package/generated/ghes-3.3.json +18 -3
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  15. package/generated/ghes-3.4.deref.json +126 -21
  16. package/generated/ghes-3.4.json +18 -3
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +120 -20
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +18 -3
  21. package/generated/ghes-3.5.deref.json +126 -21
  22. package/generated/ghes-3.5.json +18 -3
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +36 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9065 -1
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +912 -19
  26. package/generated/ghes-3.6.deref.json +140 -23
  27. package/generated/ghes-3.6.json +32 -5
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +20 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +84 -14
  30. package/generated/github.ae-diff-to-api.github.com.json +18 -3
  31. package/generated/github.ae.deref.json +90 -15
  32. package/generated/github.ae.json +18 -3
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.8.0",
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": {
@@ -5809,6 +5809,11 @@
5809
5809
  },
5810
5810
  "state_reason": {
5811
5811
  "type": "string",
5812
+ "enum": [
5813
+ "completed",
5814
+ "not_planned",
5815
+ "reopened"
5816
+ ],
5812
5817
  "nullable": true,
5813
5818
  "description": "The reason for the current state",
5814
5819
  "example": "not_planned"
@@ -11773,7 +11778,12 @@
11773
11778
  "description": "The reason for the current state",
11774
11779
  "example": "not_planned",
11775
11780
  "type": "string",
11776
- "nullable": true
11781
+ "nullable": true,
11782
+ "enum": [
11783
+ "completed",
11784
+ "reopened",
11785
+ "not_planned"
11786
+ ]
11777
11787
  },
11778
11788
  "title": {
11779
11789
  "description": "Title of the issue",
@@ -20684,7 +20694,12 @@
20684
20694
  "description": "The reason for the current state",
20685
20695
  "example": "not_planned",
20686
20696
  "type": "string",
20687
- "nullable": true
20697
+ "nullable": true,
20698
+ "enum": [
20699
+ "completed",
20700
+ "reopened",
20701
+ "not_planned"
20702
+ ]
20688
20703
  },
20689
20704
  "title": {
20690
20705
  "description": "Title of the issue",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.8.0",
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": {
@@ -33824,7 +33824,12 @@
33824
33824
  "description": "The reason for the current state",
33825
33825
  "example": "not_planned",
33826
33826
  "type": "string",
33827
- "nullable": true
33827
+ "nullable": true,
33828
+ "enum": [
33829
+ "completed",
33830
+ "reopened",
33831
+ "not_planned"
33832
+ ]
33828
33833
  },
33829
33834
  "title": {
33830
33835
  "description": "Title of the issue",
@@ -48776,7 +48781,12 @@
48776
48781
  "description": "The reason for the current state",
48777
48782
  "example": "not_planned",
48778
48783
  "type": "string",
48779
- "nullable": true
48784
+ "nullable": true,
48785
+ "enum": [
48786
+ "completed",
48787
+ "reopened",
48788
+ "not_planned"
48789
+ ]
48780
48790
  },
48781
48791
  "title": {
48782
48792
  "description": "Title of the issue",
@@ -52286,7 +52296,12 @@
52286
52296
  "description": "The reason for the current state",
52287
52297
  "example": "not_planned",
52288
52298
  "type": "string",
52289
- "nullable": true
52299
+ "nullable": true,
52300
+ "enum": [
52301
+ "completed",
52302
+ "reopened",
52303
+ "not_planned"
52304
+ ]
52290
52305
  },
52291
52306
  "title": {
52292
52307
  "description": "Title of the issue",
@@ -77448,7 +77463,12 @@
77448
77463
  "description": "The reason for the current state",
77449
77464
  "example": "not_planned",
77450
77465
  "type": "string",
77451
- "nullable": true
77466
+ "nullable": true,
77467
+ "enum": [
77468
+ "completed",
77469
+ "reopened",
77470
+ "not_planned"
77471
+ ]
77452
77472
  },
77453
77473
  "title": {
77454
77474
  "description": "Title of the issue",
@@ -84460,7 +84480,12 @@
84460
84480
  "description": "The reason for the current state",
84461
84481
  "example": "not_planned",
84462
84482
  "type": "string",
84463
- "nullable": true
84483
+ "nullable": true,
84484
+ "enum": [
84485
+ "completed",
84486
+ "reopened",
84487
+ "not_planned"
84488
+ ]
84464
84489
  },
84465
84490
  "title": {
84466
84491
  "description": "Title of the issue",
@@ -224126,7 +224151,12 @@
224126
224151
  "description": "The reason for the current state",
224127
224152
  "example": "not_planned",
224128
224153
  "type": "string",
224129
- "nullable": true
224154
+ "nullable": true,
224155
+ "enum": [
224156
+ "completed",
224157
+ "reopened",
224158
+ "not_planned"
224159
+ ]
224130
224160
  },
224131
224161
  "title": {
224132
224162
  "description": "Title of the issue",
@@ -245578,7 +245608,12 @@
245578
245608
  "description": "The reason for the current state",
245579
245609
  "example": "not_planned",
245580
245610
  "type": "string",
245581
- "nullable": true
245611
+ "nullable": true,
245612
+ "enum": [
245613
+ "completed",
245614
+ "reopened",
245615
+ "not_planned"
245616
+ ]
245582
245617
  },
245583
245618
  "title": {
245584
245619
  "description": "Title of the issue",
@@ -248360,7 +248395,12 @@
248360
248395
  "description": "The reason for the current state",
248361
248396
  "example": "not_planned",
248362
248397
  "type": "string",
248363
- "nullable": true
248398
+ "nullable": true,
248399
+ "enum": [
248400
+ "completed",
248401
+ "reopened",
248402
+ "not_planned"
248403
+ ]
248364
248404
  },
248365
248405
  "title": {
248366
248406
  "description": "Title of the issue",
@@ -254295,7 +254335,12 @@
254295
254335
  "description": "The reason for the current state",
254296
254336
  "example": "not_planned",
254297
254337
  "type": "string",
254298
- "nullable": true
254338
+ "nullable": true,
254339
+ "enum": [
254340
+ "completed",
254341
+ "reopened",
254342
+ "not_planned"
254343
+ ]
254299
254344
  },
254300
254345
  "title": {
254301
254346
  "description": "Title of the issue",
@@ -258133,7 +258178,12 @@
258133
258178
  "description": "The reason for the current state",
258134
258179
  "example": "not_planned",
258135
258180
  "type": "string",
258136
- "nullable": true
258181
+ "nullable": true,
258182
+ "enum": [
258183
+ "completed",
258184
+ "reopened",
258185
+ "not_planned"
258186
+ ]
258137
258187
  },
258138
258188
  "title": {
258139
258189
  "description": "Title of the issue",
@@ -261853,7 +261903,12 @@
261853
261903
  "description": "The reason for the current state",
261854
261904
  "example": "not_planned",
261855
261905
  "type": "string",
261856
- "nullable": true
261906
+ "nullable": true,
261907
+ "enum": [
261908
+ "completed",
261909
+ "reopened",
261910
+ "not_planned"
261911
+ ]
261857
261912
  },
261858
261913
  "title": {
261859
261914
  "description": "Title of the issue",
@@ -264478,6 +264533,11 @@
264478
264533
  },
264479
264534
  "state_reason": {
264480
264535
  "type": "string",
264536
+ "enum": [
264537
+ "completed",
264538
+ "not_planned",
264539
+ "reopened"
264540
+ ],
264481
264541
  "nullable": true,
264482
264542
  "description": "The reason for the current state",
264483
264543
  "example": "not_planned"
@@ -264607,7 +264667,12 @@
264607
264667
  "description": "The reason for the current state",
264608
264668
  "example": "not_planned",
264609
264669
  "type": "string",
264610
- "nullable": true
264670
+ "nullable": true,
264671
+ "enum": [
264672
+ "completed",
264673
+ "reopened",
264674
+ "not_planned"
264675
+ ]
264611
264676
  },
264612
264677
  "title": {
264613
264678
  "description": "Title of the issue",
@@ -267392,7 +267457,12 @@
267392
267457
  "description": "The reason for the current state",
267393
267458
  "example": "not_planned",
267394
267459
  "type": "string",
267395
- "nullable": true
267460
+ "nullable": true,
267461
+ "enum": [
267462
+ "completed",
267463
+ "reopened",
267464
+ "not_planned"
267465
+ ]
267396
267466
  },
267397
267467
  "title": {
267398
267468
  "description": "Title of the issue",
@@ -291174,7 +291244,12 @@
291174
291244
  "description": "The reason for the current state",
291175
291245
  "example": "not_planned",
291176
291246
  "type": "string",
291177
- "nullable": true
291247
+ "nullable": true,
291248
+ "enum": [
291249
+ "completed",
291250
+ "reopened",
291251
+ "not_planned"
291252
+ ]
291178
291253
  },
291179
291254
  "title": {
291180
291255
  "description": "Title of the issue",
@@ -387038,7 +387113,12 @@
387038
387113
  "description": "The reason for the current state",
387039
387114
  "example": "not_planned",
387040
387115
  "type": "string",
387041
- "nullable": true
387116
+ "nullable": true,
387117
+ "enum": [
387118
+ "completed",
387119
+ "reopened",
387120
+ "not_planned"
387121
+ ]
387042
387122
  },
387043
387123
  "title": {
387044
387124
  "description": "Title of the issue",
@@ -410213,7 +410293,12 @@
410213
410293
  "description": "The reason for the current state",
410214
410294
  "example": "not_planned",
410215
410295
  "type": "string",
410216
- "nullable": true
410296
+ "nullable": true,
410297
+ "enum": [
410298
+ "completed",
410299
+ "reopened",
410300
+ "not_planned"
410301
+ ]
410217
410302
  },
410218
410303
  "title": {
410219
410304
  "description": "Title of the issue",
@@ -413340,7 +413425,12 @@
413340
413425
  "description": "The reason for the current state",
413341
413426
  "example": "not_planned",
413342
413427
  "type": "string",
413343
- "nullable": true
413428
+ "nullable": true,
413429
+ "enum": [
413430
+ "completed",
413431
+ "reopened",
413432
+ "not_planned"
413433
+ ]
413344
413434
  },
413345
413435
  "title": {
413346
413436
  "description": "Title of the issue",
@@ -416469,7 +416559,12 @@
416469
416559
  "description": "The reason for the current state",
416470
416560
  "example": "not_planned",
416471
416561
  "type": "string",
416472
- "nullable": true
416562
+ "nullable": true,
416563
+ "enum": [
416564
+ "completed",
416565
+ "reopened",
416566
+ "not_planned"
416567
+ ]
416473
416568
  },
416474
416569
  "title": {
416475
416570
  "description": "Title of the issue",
@@ -422528,7 +422623,12 @@
422528
422623
  "description": "The reason for the current state",
422529
422624
  "example": "not_planned",
422530
422625
  "type": "string",
422531
- "nullable": true
422626
+ "nullable": true,
422627
+ "enum": [
422628
+ "completed",
422629
+ "reopened",
422630
+ "not_planned"
422631
+ ]
422532
422632
  },
422533
422633
  "title": {
422534
422634
  "description": "Title of the issue",
@@ -425657,7 +425757,12 @@
425657
425757
  "description": "The reason for the current state",
425658
425758
  "example": "not_planned",
425659
425759
  "type": "string",
425660
- "nullable": true
425760
+ "nullable": true,
425761
+ "enum": [
425762
+ "completed",
425763
+ "reopened",
425764
+ "not_planned"
425765
+ ]
425661
425766
  },
425662
425767
  "title": {
425663
425768
  "description": "Title of the issue",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.8.0",
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": {
@@ -35437,6 +35437,11 @@
35437
35437
  },
35438
35438
  "state_reason": {
35439
35439
  "type": "string",
35440
+ "enum": [
35441
+ "completed",
35442
+ "not_planned",
35443
+ "reopened"
35444
+ ],
35440
35445
  "nullable": true,
35441
35446
  "description": "The reason for the current state",
35442
35447
  "example": "not_planned"
@@ -58516,7 +58521,12 @@
58516
58521
  "description": "The reason for the current state",
58517
58522
  "example": "not_planned",
58518
58523
  "type": "string",
58519
- "nullable": true
58524
+ "nullable": true,
58525
+ "enum": [
58526
+ "completed",
58527
+ "reopened",
58528
+ "not_planned"
58529
+ ]
58520
58530
  },
58521
58531
  "title": {
58522
58532
  "description": "Title of the issue",
@@ -70650,7 +70660,12 @@
70650
70660
  "description": "The reason for the current state",
70651
70661
  "example": "not_planned",
70652
70662
  "type": "string",
70653
- "nullable": true
70663
+ "nullable": true,
70664
+ "enum": [
70665
+ "completed",
70666
+ "reopened",
70667
+ "not_planned"
70668
+ ]
70654
70669
  },
70655
70670
  "title": {
70656
70671
  "description": "Title of the issue",
@@ -17915,6 +17915,42 @@
17915
17915
  }
17916
17916
  }
17917
17917
  },
17918
+ "/repos/{owner}/{repo}/actions/runs": {
17919
+ "get": {
17920
+ "parameters": {
17921
+ "removed": [
17922
+ {
17923
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
17924
+ "in": "query",
17925
+ "name": "head_sha",
17926
+ "required": false,
17927
+ "schema": {
17928
+ "type": "string"
17929
+ },
17930
+ "style": "form"
17931
+ }
17932
+ ]
17933
+ }
17934
+ }
17935
+ },
17936
+ "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
17937
+ "get": {
17938
+ "parameters": {
17939
+ "removed": [
17940
+ {
17941
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
17942
+ "in": "query",
17943
+ "name": "head_sha",
17944
+ "required": false,
17945
+ "schema": {
17946
+ "type": "string"
17947
+ },
17948
+ "style": "form"
17949
+ }
17950
+ ]
17951
+ }
17952
+ }
17953
+ },
17918
17954
  "/repos/{owner}/{repo}/autolinks": {
17919
17955
  "get": {
17920
17956
  "responses": {