@octokit/openapi 7.13.0 → 7.14.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 +27 -1
- package/generated/api.github.com.json +8 -1
- 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 +4 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +2 -1
- package/generated/ghes-3.2.deref.json +4 -1
- package/generated/ghes-3.2.json +2 -1
- 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 +4 -1
- package/generated/ghes-3.3.json +2 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +4 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -1
- package/generated/ghes-3.4.deref.json +4 -1
- package/generated/ghes-3.4.json +2 -1
- 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 +5 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -1
- package/generated/ghes-3.5.deref.json +5 -1
- package/generated/ghes-3.5.json +2 -1
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +100 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +8888 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +376 -1
- package/generated/ghes-3.6.deref.json +19 -5
- package/generated/ghes-3.6.json +16 -4
- package/generated/github.ae-diff-to-api.github.com.deref.json +27 -1
- package/generated/github.ae-diff-to-api.github.com.json +8 -1
- package/generated/github.ae.deref.json +27 -1
- package/generated/github.ae.json +8 -1
- 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.14.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": {
|
|
@@ -151738,6 +151738,11 @@
|
|
|
151738
151738
|
"head_repository_id": {
|
|
151739
151739
|
"type": "integer",
|
|
151740
151740
|
"example": 5
|
|
151741
|
+
},
|
|
151742
|
+
"display_title": {
|
|
151743
|
+
"type": "string",
|
|
151744
|
+
"example": "Simple Workflow",
|
|
151745
|
+
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
|
|
151741
151746
|
}
|
|
151742
151747
|
},
|
|
151743
151748
|
"required": [
|
|
@@ -151745,6 +151750,7 @@
|
|
|
151745
151750
|
"node_id",
|
|
151746
151751
|
"head_branch",
|
|
151747
151752
|
"run_number",
|
|
151753
|
+
"display_title",
|
|
151748
151754
|
"event",
|
|
151749
151755
|
"status",
|
|
151750
151756
|
"conclusion",
|
|
@@ -156168,6 +156174,11 @@
|
|
|
156168
156174
|
"head_repository_id": {
|
|
156169
156175
|
"type": "integer",
|
|
156170
156176
|
"example": 5
|
|
156177
|
+
},
|
|
156178
|
+
"display_title": {
|
|
156179
|
+
"type": "string",
|
|
156180
|
+
"example": "Simple Workflow",
|
|
156181
|
+
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
|
|
156171
156182
|
}
|
|
156172
156183
|
},
|
|
156173
156184
|
"required": [
|
|
@@ -156175,6 +156186,7 @@
|
|
|
156175
156186
|
"node_id",
|
|
156176
156187
|
"head_branch",
|
|
156177
156188
|
"run_number",
|
|
156189
|
+
"display_title",
|
|
156178
156190
|
"event",
|
|
156179
156191
|
"status",
|
|
156180
156192
|
"conclusion",
|
|
@@ -156211,6 +156223,7 @@
|
|
|
156211
156223
|
"path": ".github/workflows/build.yml@main",
|
|
156212
156224
|
"run_number": 562,
|
|
156213
156225
|
"event": "push",
|
|
156226
|
+
"display_title": "Update README.md",
|
|
156214
156227
|
"status": "queued",
|
|
156215
156228
|
"conclusion": null,
|
|
156216
156229
|
"workflow_id": 159038,
|
|
@@ -161314,6 +161327,11 @@
|
|
|
161314
161327
|
"head_repository_id": {
|
|
161315
161328
|
"type": "integer",
|
|
161316
161329
|
"example": 5
|
|
161330
|
+
},
|
|
161331
|
+
"display_title": {
|
|
161332
|
+
"type": "string",
|
|
161333
|
+
"example": "Simple Workflow",
|
|
161334
|
+
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
|
|
161317
161335
|
}
|
|
161318
161336
|
},
|
|
161319
161337
|
"required": [
|
|
@@ -161321,6 +161339,7 @@
|
|
|
161321
161339
|
"node_id",
|
|
161322
161340
|
"head_branch",
|
|
161323
161341
|
"run_number",
|
|
161342
|
+
"display_title",
|
|
161324
161343
|
"event",
|
|
161325
161344
|
"status",
|
|
161326
161345
|
"conclusion",
|
|
@@ -161357,6 +161376,7 @@
|
|
|
161357
161376
|
"path": ".github/workflows/build.yml@main",
|
|
161358
161377
|
"run_number": 562,
|
|
161359
161378
|
"event": "push",
|
|
161379
|
+
"display_title": "Update README.md",
|
|
161360
161380
|
"status": "queued",
|
|
161361
161381
|
"conclusion": null,
|
|
161362
161382
|
"workflow_id": 159038,
|
|
@@ -169666,6 +169686,11 @@
|
|
|
169666
169686
|
"head_repository_id": {
|
|
169667
169687
|
"type": "integer",
|
|
169668
169688
|
"example": 5
|
|
169689
|
+
},
|
|
169690
|
+
"display_title": {
|
|
169691
|
+
"type": "string",
|
|
169692
|
+
"example": "Simple Workflow",
|
|
169693
|
+
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
|
|
169669
169694
|
}
|
|
169670
169695
|
},
|
|
169671
169696
|
"required": [
|
|
@@ -169673,6 +169698,7 @@
|
|
|
169673
169698
|
"node_id",
|
|
169674
169699
|
"head_branch",
|
|
169675
169700
|
"run_number",
|
|
169701
|
+
"display_title",
|
|
169676
169702
|
"event",
|
|
169677
169703
|
"status",
|
|
169678
169704
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -73227,6 +73227,11 @@
|
|
|
73227
73227
|
"head_repository_id": {
|
|
73228
73228
|
"type": "integer",
|
|
73229
73229
|
"example": 5
|
|
73230
|
+
},
|
|
73231
|
+
"display_title": {
|
|
73232
|
+
"type": "string",
|
|
73233
|
+
"example": "Simple Workflow",
|
|
73234
|
+
"description": "The event-specific title associated with the run or the run-name if set, or the value of `run-name` if it is set in the workflow."
|
|
73230
73235
|
}
|
|
73231
73236
|
},
|
|
73232
73237
|
"required": [
|
|
@@ -73234,6 +73239,7 @@
|
|
|
73234
73239
|
"node_id",
|
|
73235
73240
|
"head_branch",
|
|
73236
73241
|
"run_number",
|
|
73242
|
+
"display_title",
|
|
73237
73243
|
"event",
|
|
73238
73244
|
"status",
|
|
73239
73245
|
"conclusion",
|
|
@@ -97952,6 +97958,7 @@
|
|
|
97952
97958
|
"path": ".github/workflows/build.yml@main",
|
|
97953
97959
|
"run_number": 562,
|
|
97954
97960
|
"event": "push",
|
|
97961
|
+
"display_title": "Update README.md",
|
|
97955
97962
|
"status": "queued",
|
|
97956
97963
|
"conclusion": null,
|
|
97957
97964
|
"workflow_id": 159038,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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.14.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.14.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": {
|
|
@@ -57467,6 +57467,7 @@
|
|
|
57467
57467
|
"node_id",
|
|
57468
57468
|
"head_branch",
|
|
57469
57469
|
"run_number",
|
|
57470
|
+
"display_title",
|
|
57470
57471
|
"event",
|
|
57471
57472
|
"status",
|
|
57472
57473
|
"conclusion",
|
|
@@ -61380,6 +61381,7 @@
|
|
|
61380
61381
|
"node_id",
|
|
61381
61382
|
"head_branch",
|
|
61382
61383
|
"run_number",
|
|
61384
|
+
"display_title",
|
|
61383
61385
|
"event",
|
|
61384
61386
|
"status",
|
|
61385
61387
|
"conclusion",
|
|
@@ -65765,6 +65767,7 @@
|
|
|
65765
65767
|
"node_id",
|
|
65766
65768
|
"head_branch",
|
|
65767
65769
|
"run_number",
|
|
65770
|
+
"display_title",
|
|
65768
65771
|
"event",
|
|
65769
65772
|
"status",
|
|
65770
65773
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -11679,6 +11679,7 @@
|
|
|
11679
11679
|
"node_id",
|
|
11680
11680
|
"head_branch",
|
|
11681
11681
|
"run_number",
|
|
11682
|
+
"display_title",
|
|
11682
11683
|
"event",
|
|
11683
11684
|
"status",
|
|
11684
11685
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -125092,6 +125092,7 @@
|
|
|
125092
125092
|
"node_id",
|
|
125093
125093
|
"head_branch",
|
|
125094
125094
|
"run_number",
|
|
125095
|
+
"display_title",
|
|
125095
125096
|
"event",
|
|
125096
125097
|
"status",
|
|
125097
125098
|
"conclusion",
|
|
@@ -129005,6 +129006,7 @@
|
|
|
129005
129006
|
"node_id",
|
|
129006
129007
|
"head_branch",
|
|
129007
129008
|
"run_number",
|
|
129009
|
+
"display_title",
|
|
129008
129010
|
"event",
|
|
129009
129011
|
"status",
|
|
129010
129012
|
"conclusion",
|
|
@@ -136478,6 +136480,7 @@
|
|
|
136478
136480
|
"node_id",
|
|
136479
136481
|
"head_branch",
|
|
136480
136482
|
"run_number",
|
|
136483
|
+
"display_title",
|
|
136481
136484
|
"event",
|
|
136482
136485
|
"status",
|
|
136483
136486
|
"conclusion",
|
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.14.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": {
|
|
@@ -61031,6 +61031,7 @@
|
|
|
61031
61031
|
"node_id",
|
|
61032
61032
|
"head_branch",
|
|
61033
61033
|
"run_number",
|
|
61034
|
+
"display_title",
|
|
61034
61035
|
"event",
|
|
61035
61036
|
"status",
|
|
61036
61037
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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.14.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.14.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": {
|
|
@@ -126232,6 +126232,7 @@
|
|
|
126232
126232
|
"node_id",
|
|
126233
126233
|
"head_branch",
|
|
126234
126234
|
"run_number",
|
|
126235
|
+
"display_title",
|
|
126235
126236
|
"event",
|
|
126236
126237
|
"status",
|
|
126237
126238
|
"conclusion",
|
|
@@ -130157,6 +130158,7 @@
|
|
|
130157
130158
|
"node_id",
|
|
130158
130159
|
"head_branch",
|
|
130159
130160
|
"run_number",
|
|
130161
|
+
"display_title",
|
|
130160
130162
|
"event",
|
|
130161
130163
|
"status",
|
|
130162
130164
|
"conclusion",
|
|
@@ -137682,6 +137684,7 @@
|
|
|
137682
137684
|
"node_id",
|
|
137683
137685
|
"head_branch",
|
|
137684
137686
|
"run_number",
|
|
137687
|
+
"display_title",
|
|
137685
137688
|
"event",
|
|
137686
137689
|
"status",
|
|
137687
137690
|
"conclusion",
|
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.14.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": {
|
|
@@ -61724,6 +61724,7 @@
|
|
|
61724
61724
|
"node_id",
|
|
61725
61725
|
"head_branch",
|
|
61726
61726
|
"run_number",
|
|
61727
|
+
"display_title",
|
|
61727
61728
|
"event",
|
|
61728
61729
|
"status",
|
|
61729
61730
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -22698,6 +22698,7 @@
|
|
|
22698
22698
|
"node_id",
|
|
22699
22699
|
"head_branch",
|
|
22700
22700
|
"run_number",
|
|
22701
|
+
"display_title",
|
|
22701
22702
|
"event",
|
|
22702
22703
|
"status",
|
|
22703
22704
|
"conclusion",
|
|
@@ -26629,6 +26630,7 @@
|
|
|
26629
26630
|
"node_id",
|
|
26630
26631
|
"head_branch",
|
|
26631
26632
|
"run_number",
|
|
26633
|
+
"display_title",
|
|
26632
26634
|
"event",
|
|
26633
26635
|
"status",
|
|
26634
26636
|
"conclusion",
|
|
@@ -30642,6 +30644,7 @@
|
|
|
30642
30644
|
"node_id",
|
|
30643
30645
|
"head_branch",
|
|
30644
30646
|
"run_number",
|
|
30647
|
+
"display_title",
|
|
30645
30648
|
"event",
|
|
30646
30649
|
"status",
|
|
30647
30650
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -5631,6 +5631,7 @@
|
|
|
5631
5631
|
"node_id",
|
|
5632
5632
|
"head_branch",
|
|
5633
5633
|
"run_number",
|
|
5634
|
+
"display_title",
|
|
5634
5635
|
"event",
|
|
5635
5636
|
"status",
|
|
5636
5637
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -135947,6 +135947,7 @@
|
|
|
135947
135947
|
"node_id",
|
|
135948
135948
|
"head_branch",
|
|
135949
135949
|
"run_number",
|
|
135950
|
+
"display_title",
|
|
135950
135951
|
"event",
|
|
135951
135952
|
"status",
|
|
135952
135953
|
"conclusion",
|
|
@@ -139878,6 +139879,7 @@
|
|
|
139878
139879
|
"node_id",
|
|
139879
139880
|
"head_branch",
|
|
139880
139881
|
"run_number",
|
|
139882
|
+
"display_title",
|
|
139881
139883
|
"event",
|
|
139882
139884
|
"status",
|
|
139883
139885
|
"conclusion",
|
|
@@ -147409,6 +147411,7 @@
|
|
|
147409
147411
|
"node_id",
|
|
147410
147412
|
"head_branch",
|
|
147411
147413
|
"run_number",
|
|
147414
|
+
"display_title",
|
|
147412
147415
|
"event",
|
|
147413
147416
|
"status",
|
|
147414
147417
|
"conclusion",
|
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.14.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": {
|
|
@@ -63651,6 +63651,7 @@
|
|
|
63651
63651
|
"node_id",
|
|
63652
63652
|
"head_branch",
|
|
63653
63653
|
"run_number",
|
|
63654
|
+
"display_title",
|
|
63654
63655
|
"event",
|
|
63655
63656
|
"status",
|
|
63656
63657
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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.14.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.14.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": {
|
|
@@ -70490,6 +70490,7 @@
|
|
|
70490
70490
|
"node_id",
|
|
70491
70491
|
"head_branch",
|
|
70492
70492
|
"run_number",
|
|
70493
|
+
"display_title",
|
|
70493
70494
|
"event",
|
|
70494
70495
|
"status",
|
|
70495
70496
|
"conclusion",
|
|
@@ -74725,6 +74726,7 @@
|
|
|
74725
74726
|
"node_id",
|
|
74726
74727
|
"head_branch",
|
|
74727
74728
|
"run_number",
|
|
74729
|
+
"display_title",
|
|
74728
74730
|
"event",
|
|
74729
74731
|
"status",
|
|
74730
74732
|
"conclusion",
|
|
@@ -78954,6 +78956,7 @@
|
|
|
78954
78956
|
"node_id",
|
|
78955
78957
|
"head_branch",
|
|
78956
78958
|
"run_number",
|
|
78959
|
+
"display_title",
|
|
78957
78960
|
"event",
|
|
78958
78961
|
"status",
|
|
78959
78962
|
"conclusion",
|
|
@@ -83466,6 +83469,7 @@
|
|
|
83466
83469
|
"node_id",
|
|
83467
83470
|
"head_branch",
|
|
83468
83471
|
"run_number",
|
|
83472
|
+
"display_title",
|
|
83469
83473
|
"event",
|
|
83470
83474
|
"status",
|
|
83471
83475
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -14345,6 +14345,7 @@
|
|
|
14345
14345
|
"node_id",
|
|
14346
14346
|
"head_branch",
|
|
14347
14347
|
"run_number",
|
|
14348
|
+
"display_title",
|
|
14348
14349
|
"event",
|
|
14349
14350
|
"status",
|
|
14350
14351
|
"conclusion",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -138836,6 +138836,7 @@
|
|
|
138836
138836
|
"node_id",
|
|
138837
138837
|
"head_branch",
|
|
138838
138838
|
"run_number",
|
|
138839
|
+
"display_title",
|
|
138839
138840
|
"event",
|
|
138840
138841
|
"status",
|
|
138841
138842
|
"conclusion",
|
|
@@ -143071,6 +143072,7 @@
|
|
|
143071
143072
|
"node_id",
|
|
143072
143073
|
"head_branch",
|
|
143073
143074
|
"run_number",
|
|
143075
|
+
"display_title",
|
|
143074
143076
|
"event",
|
|
143075
143077
|
"status",
|
|
143076
143078
|
"conclusion",
|
|
@@ -147868,6 +147870,7 @@
|
|
|
147868
147870
|
"node_id",
|
|
147869
147871
|
"head_branch",
|
|
147870
147872
|
"run_number",
|
|
147873
|
+
"display_title",
|
|
147871
147874
|
"event",
|
|
147872
147875
|
"status",
|
|
147873
147876
|
"conclusion",
|
|
@@ -155766,6 +155769,7 @@
|
|
|
155766
155769
|
"node_id",
|
|
155767
155770
|
"head_branch",
|
|
155768
155771
|
"run_number",
|
|
155772
|
+
"display_title",
|
|
155769
155773
|
"event",
|
|
155770
155774
|
"status",
|
|
155771
155775
|
"conclusion",
|
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.14.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": {
|
|
@@ -65493,6 +65493,7 @@
|
|
|
65493
65493
|
"node_id",
|
|
65494
65494
|
"head_branch",
|
|
65495
65495
|
"run_number",
|
|
65496
|
+
"display_title",
|
|
65496
65497
|
"event",
|
|
65497
65498
|
"status",
|
|
65498
65499
|
"conclusion",
|