@octokit/openapi 7.8.0 → 7.10.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 +1921 -538
- package/generated/api.github.com.json +544 -29
- 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 +127 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -8
- package/generated/ghes-3.2.deref.json +134 -27
- package/generated/ghes-3.2.json +26 -9
- 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 +134 -27
- package/generated/ghes-3.3.json +26 -9
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
- package/generated/ghes-3.4.deref.json +134 -27
- package/generated/ghes-3.4.json +28 -11
- 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 +127 -25
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -8
- package/generated/ghes-3.5.deref.json +134 -27
- package/generated/ghes-3.5.json +28 -11
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +82 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9648 -479
- package/generated/ghes-3.6-diff-to-api.github.com.json +1020 -23
- package/generated/ghes-3.6.deref.json +544 -234
- package/generated/ghes-3.6.json +147 -24
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +30 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +91 -19
- package/generated/github.ae-diff-to-api.github.com.json +25 -8
- package/generated/github.ae.deref.json +190 -27
- package/generated/github.ae.json +118 -15
- 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.10.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.10.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.10.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",
|
|
@@ -35228,8 +35253,9 @@
|
|
|
35228
35253
|
},
|
|
35229
35254
|
"use_squash_pr_title_as_default": {
|
|
35230
35255
|
"type": "boolean",
|
|
35231
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
35232
|
-
"default": false
|
|
35256
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
35257
|
+
"default": false,
|
|
35258
|
+
"deprecated": true
|
|
35233
35259
|
},
|
|
35234
35260
|
"squash_merge_commit_title": {
|
|
35235
35261
|
"type": "string",
|
|
@@ -46046,8 +46072,9 @@
|
|
|
46046
46072
|
},
|
|
46047
46073
|
"use_squash_pr_title_as_default": {
|
|
46048
46074
|
"type": "boolean",
|
|
46049
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
46050
|
-
"default": false
|
|
46075
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
46076
|
+
"default": false,
|
|
46077
|
+
"deprecated": true
|
|
46051
46078
|
},
|
|
46052
46079
|
"squash_merge_commit_title": {
|
|
46053
46080
|
"type": "string",
|
|
@@ -61949,7 +61976,7 @@
|
|
|
61949
61976
|
},
|
|
61950
61977
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
61951
61978
|
"get": {
|
|
61952
|
-
"summary": "List workflow runs",
|
|
61979
|
+
"summary": "List workflow runs for a workflow",
|
|
61953
61980
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
61954
61981
|
"tags": [
|
|
61955
61982
|
"actions"
|
|
@@ -89480,7 +89507,12 @@
|
|
|
89480
89507
|
"description": "The reason for the current state",
|
|
89481
89508
|
"example": "not_planned",
|
|
89482
89509
|
"type": "string",
|
|
89483
|
-
"nullable": true
|
|
89510
|
+
"nullable": true,
|
|
89511
|
+
"enum": [
|
|
89512
|
+
"completed",
|
|
89513
|
+
"reopened",
|
|
89514
|
+
"not_planned"
|
|
89515
|
+
]
|
|
89484
89516
|
},
|
|
89485
89517
|
"title": {
|
|
89486
89518
|
"description": "Title of the issue",
|
|
@@ -103789,7 +103821,12 @@
|
|
|
103789
103821
|
"description": "The reason for the current state",
|
|
103790
103822
|
"example": "not_planned",
|
|
103791
103823
|
"type": "string",
|
|
103792
|
-
"nullable": true
|
|
103824
|
+
"nullable": true,
|
|
103825
|
+
"enum": [
|
|
103826
|
+
"completed",
|
|
103827
|
+
"reopened",
|
|
103828
|
+
"not_planned"
|
|
103829
|
+
]
|
|
103793
103830
|
},
|
|
103794
103831
|
"title": {
|
|
103795
103832
|
"description": "Title of the issue",
|
|
@@ -106571,7 +106608,12 @@
|
|
|
106571
106608
|
"description": "The reason for the current state",
|
|
106572
106609
|
"example": "not_planned",
|
|
106573
106610
|
"type": "string",
|
|
106574
|
-
"nullable": true
|
|
106611
|
+
"nullable": true,
|
|
106612
|
+
"enum": [
|
|
106613
|
+
"completed",
|
|
106614
|
+
"reopened",
|
|
106615
|
+
"not_planned"
|
|
106616
|
+
]
|
|
106575
106617
|
},
|
|
106576
106618
|
"title": {
|
|
106577
106619
|
"description": "Title of the issue",
|
|
@@ -109469,7 +109511,12 @@
|
|
|
109469
109511
|
"description": "The reason for the current state",
|
|
109470
109512
|
"example": "not_planned",
|
|
109471
109513
|
"type": "string",
|
|
109472
|
-
"nullable": true
|
|
109514
|
+
"nullable": true,
|
|
109515
|
+
"enum": [
|
|
109516
|
+
"completed",
|
|
109517
|
+
"reopened",
|
|
109518
|
+
"not_planned"
|
|
109519
|
+
]
|
|
109473
109520
|
},
|
|
109474
109521
|
"title": {
|
|
109475
109522
|
"description": "Title of the issue",
|
|
@@ -113304,7 +113351,12 @@
|
|
|
113304
113351
|
"description": "The reason for the current state",
|
|
113305
113352
|
"example": "not_planned",
|
|
113306
113353
|
"type": "string",
|
|
113307
|
-
"nullable": true
|
|
113354
|
+
"nullable": true,
|
|
113355
|
+
"enum": [
|
|
113356
|
+
"completed",
|
|
113357
|
+
"reopened",
|
|
113358
|
+
"not_planned"
|
|
113359
|
+
]
|
|
113308
113360
|
},
|
|
113309
113361
|
"title": {
|
|
113310
113362
|
"description": "Title of the issue",
|
|
@@ -117021,7 +117073,12 @@
|
|
|
117021
117073
|
"description": "The reason for the current state",
|
|
117022
117074
|
"example": "not_planned",
|
|
117023
117075
|
"type": "string",
|
|
117024
|
-
"nullable": true
|
|
117076
|
+
"nullable": true,
|
|
117077
|
+
"enum": [
|
|
117078
|
+
"completed",
|
|
117079
|
+
"reopened",
|
|
117080
|
+
"not_planned"
|
|
117081
|
+
]
|
|
117025
117082
|
},
|
|
117026
117083
|
"title": {
|
|
117027
117084
|
"description": "Title of the issue",
|
|
@@ -119642,6 +119699,11 @@
|
|
|
119642
119699
|
},
|
|
119643
119700
|
"state_reason": {
|
|
119644
119701
|
"type": "string",
|
|
119702
|
+
"enum": [
|
|
119703
|
+
"completed",
|
|
119704
|
+
"not_planned",
|
|
119705
|
+
"reopened"
|
|
119706
|
+
],
|
|
119645
119707
|
"nullable": true,
|
|
119646
119708
|
"description": "The reason for the current state",
|
|
119647
119709
|
"example": "not_planned"
|
|
@@ -119771,7 +119833,12 @@
|
|
|
119771
119833
|
"description": "The reason for the current state",
|
|
119772
119834
|
"example": "not_planned",
|
|
119773
119835
|
"type": "string",
|
|
119774
|
-
"nullable": true
|
|
119836
|
+
"nullable": true,
|
|
119837
|
+
"enum": [
|
|
119838
|
+
"completed",
|
|
119839
|
+
"reopened",
|
|
119840
|
+
"not_planned"
|
|
119841
|
+
]
|
|
119775
119842
|
},
|
|
119776
119843
|
"title": {
|
|
119777
119844
|
"description": "Title of the issue",
|
|
@@ -122547,7 +122614,12 @@
|
|
|
122547
122614
|
"description": "The reason for the current state",
|
|
122548
122615
|
"example": "not_planned",
|
|
122549
122616
|
"type": "string",
|
|
122550
|
-
"nullable": true
|
|
122617
|
+
"nullable": true,
|
|
122618
|
+
"enum": [
|
|
122619
|
+
"completed",
|
|
122620
|
+
"reopened",
|
|
122621
|
+
"not_planned"
|
|
122622
|
+
]
|
|
122551
122623
|
},
|
|
122552
122624
|
"title": {
|
|
122553
122625
|
"description": "Title of the issue",
|
|
@@ -155548,7 +155620,12 @@
|
|
|
155548
155620
|
"description": "The reason for the current state",
|
|
155549
155621
|
"example": "not_planned",
|
|
155550
155622
|
"type": "string",
|
|
155551
|
-
"nullable": true
|
|
155623
|
+
"nullable": true,
|
|
155624
|
+
"enum": [
|
|
155625
|
+
"completed",
|
|
155626
|
+
"reopened",
|
|
155627
|
+
"not_planned"
|
|
155628
|
+
]
|
|
155552
155629
|
},
|
|
155553
155630
|
"title": {
|
|
155554
155631
|
"description": "Title of the issue",
|
|
@@ -168697,7 +168774,12 @@
|
|
|
168697
168774
|
"description": "The reason for the current state",
|
|
168698
168775
|
"example": "not_planned",
|
|
168699
168776
|
"type": "string",
|
|
168700
|
-
"nullable": true
|
|
168777
|
+
"nullable": true,
|
|
168778
|
+
"enum": [
|
|
168779
|
+
"completed",
|
|
168780
|
+
"reopened",
|
|
168781
|
+
"not_planned"
|
|
168782
|
+
]
|
|
168701
168783
|
},
|
|
168702
168784
|
"title": {
|
|
168703
168785
|
"description": "Title of the issue",
|
|
@@ -171815,7 +171897,12 @@
|
|
|
171815
171897
|
"description": "The reason for the current state",
|
|
171816
171898
|
"example": "not_planned",
|
|
171817
171899
|
"type": "string",
|
|
171818
|
-
"nullable": true
|
|
171900
|
+
"nullable": true,
|
|
171901
|
+
"enum": [
|
|
171902
|
+
"completed",
|
|
171903
|
+
"reopened",
|
|
171904
|
+
"not_planned"
|
|
171905
|
+
]
|
|
171819
171906
|
},
|
|
171820
171907
|
"title": {
|
|
171821
171908
|
"description": "Title of the issue",
|
|
@@ -174935,7 +175022,12 @@
|
|
|
174935
175022
|
"description": "The reason for the current state",
|
|
174936
175023
|
"example": "not_planned",
|
|
174937
175024
|
"type": "string",
|
|
174938
|
-
"nullable": true
|
|
175025
|
+
"nullable": true,
|
|
175026
|
+
"enum": [
|
|
175027
|
+
"completed",
|
|
175028
|
+
"reopened",
|
|
175029
|
+
"not_planned"
|
|
175030
|
+
]
|
|
174939
175031
|
},
|
|
174940
175032
|
"title": {
|
|
174941
175033
|
"description": "Title of the issue",
|
|
@@ -178044,7 +178136,12 @@
|
|
|
178044
178136
|
"description": "The reason for the current state",
|
|
178045
178137
|
"example": "not_planned",
|
|
178046
178138
|
"type": "string",
|
|
178047
|
-
"nullable": true
|
|
178139
|
+
"nullable": true,
|
|
178140
|
+
"enum": [
|
|
178141
|
+
"completed",
|
|
178142
|
+
"reopened",
|
|
178143
|
+
"not_planned"
|
|
178144
|
+
]
|
|
178048
178145
|
},
|
|
178049
178146
|
"title": {
|
|
178050
178147
|
"description": "Title of the issue",
|
|
@@ -181164,7 +181261,12 @@
|
|
|
181164
181261
|
"description": "The reason for the current state",
|
|
181165
181262
|
"example": "not_planned",
|
|
181166
181263
|
"type": "string",
|
|
181167
|
-
"nullable": true
|
|
181264
|
+
"nullable": true,
|
|
181265
|
+
"enum": [
|
|
181266
|
+
"completed",
|
|
181267
|
+
"reopened",
|
|
181268
|
+
"not_planned"
|
|
181269
|
+
]
|
|
181168
181270
|
},
|
|
181169
181271
|
"title": {
|
|
181170
181272
|
"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.10.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": {
|
|
@@ -1989,8 +1989,9 @@
|
|
|
1989
1989
|
},
|
|
1990
1990
|
"use_squash_pr_title_as_default": {
|
|
1991
1991
|
"type": "boolean",
|
|
1992
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
1993
|
-
"default": false
|
|
1992
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
1993
|
+
"default": false,
|
|
1994
|
+
"deprecated": true
|
|
1994
1995
|
},
|
|
1995
1996
|
"squash_merge_commit_title": {
|
|
1996
1997
|
"type": "string",
|
|
@@ -2448,8 +2449,9 @@
|
|
|
2448
2449
|
},
|
|
2449
2450
|
"use_squash_pr_title_as_default": {
|
|
2450
2451
|
"type": "boolean",
|
|
2451
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
2452
|
-
"default": false
|
|
2452
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
2453
|
+
"default": false,
|
|
2454
|
+
"deprecated": true
|
|
2453
2455
|
},
|
|
2454
2456
|
"squash_merge_commit_title": {
|
|
2455
2457
|
"type": "string",
|
|
@@ -2978,7 +2980,7 @@
|
|
|
2978
2980
|
},
|
|
2979
2981
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
2980
2982
|
"get": {
|
|
2981
|
-
"summary": "List workflow runs",
|
|
2983
|
+
"summary": "List workflow runs for a workflow",
|
|
2982
2984
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
2983
2985
|
"tags": [
|
|
2984
2986
|
"actions"
|
|
@@ -5109,6 +5111,11 @@
|
|
|
5109
5111
|
},
|
|
5110
5112
|
"state_reason": {
|
|
5111
5113
|
"type": "string",
|
|
5114
|
+
"enum": [
|
|
5115
|
+
"completed",
|
|
5116
|
+
"not_planned",
|
|
5117
|
+
"reopened"
|
|
5118
|
+
],
|
|
5112
5119
|
"nullable": true,
|
|
5113
5120
|
"description": "The reason for the current state",
|
|
5114
5121
|
"example": "not_planned"
|
|
@@ -9699,7 +9706,12 @@
|
|
|
9699
9706
|
"description": "The reason for the current state",
|
|
9700
9707
|
"example": "not_planned",
|
|
9701
9708
|
"type": "string",
|
|
9702
|
-
"nullable": true
|
|
9709
|
+
"nullable": true,
|
|
9710
|
+
"enum": [
|
|
9711
|
+
"completed",
|
|
9712
|
+
"reopened",
|
|
9713
|
+
"not_planned"
|
|
9714
|
+
]
|
|
9703
9715
|
},
|
|
9704
9716
|
"title": {
|
|
9705
9717
|
"description": "Title of the issue",
|
|
@@ -15884,7 +15896,12 @@
|
|
|
15884
15896
|
"description": "The reason for the current state",
|
|
15885
15897
|
"example": "not_planned",
|
|
15886
15898
|
"type": "string",
|
|
15887
|
-
"nullable": true
|
|
15899
|
+
"nullable": true,
|
|
15900
|
+
"enum": [
|
|
15901
|
+
"completed",
|
|
15902
|
+
"reopened",
|
|
15903
|
+
"not_planned"
|
|
15904
|
+
]
|
|
15888
15905
|
},
|
|
15889
15906
|
"title": {
|
|
15890
15907
|
"description": "Title of the issue",
|