@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.
Files changed (32) hide show
  1. package/generated/api.github.com.deref.json +27 -1
  2. package/generated/api.github.com.json +8 -1
  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 +4 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +2 -1
  7. package/generated/ghes-3.2.deref.json +4 -1
  8. package/generated/ghes-3.2.json +2 -1
  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 +4 -1
  12. package/generated/ghes-3.3.json +2 -1
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +4 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -1
  15. package/generated/ghes-3.4.deref.json +4 -1
  16. package/generated/ghes-3.4.json +2 -1
  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 +5 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -1
  21. package/generated/ghes-3.5.deref.json +5 -1
  22. package/generated/ghes-3.5.json +2 -1
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +100 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +8888 -1
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +376 -1
  26. package/generated/ghes-3.6.deref.json +19 -5
  27. package/generated/ghes-3.6.json +16 -4
  28. package/generated/github.ae-diff-to-api.github.com.deref.json +27 -1
  29. package/generated/github.ae-diff-to-api.github.com.json +8 -1
  30. package/generated/github.ae.deref.json +27 -1
  31. package/generated/github.ae.json +8 -1
  32. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.13.0",
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": {
@@ -17486,6 +17486,11 @@
17486
17486
  "head_repository_id": {
17487
17487
  "type": "integer",
17488
17488
  "example": 5
17489
+ },
17490
+ "display_title": {
17491
+ "type": "string",
17492
+ "example": "Simple Workflow",
17493
+ "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."
17489
17494
  }
17490
17495
  },
17491
17496
  "required": [
@@ -17493,6 +17498,7 @@
17493
17498
  "node_id",
17494
17499
  "head_branch",
17495
17500
  "run_number",
17501
+ "display_title",
17496
17502
  "event",
17497
17503
  "status",
17498
17504
  "conclusion",
@@ -26873,6 +26879,7 @@
26873
26879
  "path": ".github/workflows/build.yml@main",
26874
26880
  "run_number": 562,
26875
26881
  "event": "push",
26882
+ "display_title": "Update README.md",
26876
26883
  "status": "queued",
26877
26884
  "conclusion": null,
26878
26885
  "workflow_id": 159038,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.13.0",
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": {
@@ -107344,6 +107344,11 @@
107344
107344
  "head_repository_id": {
107345
107345
  "type": "integer",
107346
107346
  "example": 5
107347
+ },
107348
+ "display_title": {
107349
+ "type": "string",
107350
+ "example": "Simple Workflow",
107351
+ "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."
107347
107352
  }
107348
107353
  },
107349
107354
  "required": [
@@ -107351,6 +107356,7 @@
107351
107356
  "node_id",
107352
107357
  "head_branch",
107353
107358
  "run_number",
107359
+ "display_title",
107354
107360
  "event",
107355
107361
  "status",
107356
107362
  "conclusion",
@@ -111626,6 +111632,11 @@
111626
111632
  "head_repository_id": {
111627
111633
  "type": "integer",
111628
111634
  "example": 5
111635
+ },
111636
+ "display_title": {
111637
+ "type": "string",
111638
+ "example": "Simple Workflow",
111639
+ "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."
111629
111640
  }
111630
111641
  },
111631
111642
  "required": [
@@ -111633,6 +111644,7 @@
111633
111644
  "node_id",
111634
111645
  "head_branch",
111635
111646
  "run_number",
111647
+ "display_title",
111636
111648
  "event",
111637
111649
  "status",
111638
111650
  "conclusion",
@@ -111669,6 +111681,7 @@
111669
111681
  "path": ".github/workflows/build.yml@main",
111670
111682
  "run_number": 562,
111671
111683
  "event": "push",
111684
+ "display_title": "Update README.md",
111672
111685
  "status": "queued",
111673
111686
  "conclusion": null,
111674
111687
  "workflow_id": 159038,
@@ -116209,6 +116222,11 @@
116209
116222
  "head_repository_id": {
116210
116223
  "type": "integer",
116211
116224
  "example": 5
116225
+ },
116226
+ "display_title": {
116227
+ "type": "string",
116228
+ "example": "Simple Workflow",
116229
+ "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."
116212
116230
  }
116213
116231
  },
116214
116232
  "required": [
@@ -116216,6 +116234,7 @@
116216
116234
  "node_id",
116217
116235
  "head_branch",
116218
116236
  "run_number",
116237
+ "display_title",
116219
116238
  "event",
116220
116239
  "status",
116221
116240
  "conclusion",
@@ -116252,6 +116271,7 @@
116252
116271
  "path": ".github/workflows/build.yml@main",
116253
116272
  "run_number": 562,
116254
116273
  "event": "push",
116274
+ "display_title": "Update README.md",
116255
116275
  "status": "queued",
116256
116276
  "conclusion": null,
116257
116277
  "workflow_id": 159038,
@@ -123186,6 +123206,11 @@
123186
123206
  "head_repository_id": {
123187
123207
  "type": "integer",
123188
123208
  "example": 5
123209
+ },
123210
+ "display_title": {
123211
+ "type": "string",
123212
+ "example": "Simple Workflow",
123213
+ "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."
123189
123214
  }
123190
123215
  },
123191
123216
  "required": [
@@ -123193,6 +123218,7 @@
123193
123218
  "node_id",
123194
123219
  "head_branch",
123195
123220
  "run_number",
123221
+ "display_title",
123196
123222
  "event",
123197
123223
  "status",
123198
123224
  "conclusion",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.13.0",
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": {
@@ -62321,6 +62321,11 @@
62321
62321
  "head_repository_id": {
62322
62322
  "type": "integer",
62323
62323
  "example": 5
62324
+ },
62325
+ "display_title": {
62326
+ "type": "string",
62327
+ "example": "Simple Workflow",
62328
+ "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."
62324
62329
  }
62325
62330
  },
62326
62331
  "required": [
@@ -62328,6 +62333,7 @@
62328
62333
  "node_id",
62329
62334
  "head_branch",
62330
62335
  "run_number",
62336
+ "display_title",
62331
62337
  "event",
62332
62338
  "status",
62333
62339
  "conclusion",
@@ -83213,6 +83219,7 @@
83213
83219
  "path": ".github/workflows/build.yml@main",
83214
83220
  "run_number": 562,
83215
83221
  "event": "push",
83222
+ "display_title": "Update README.md",
83216
83223
  "status": "queued",
83217
83224
  "conclusion": null,
83218
83225
  "workflow_id": 159038,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.13.0",
6
+ "version": "7.14.0",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [