@octokit/openapi 11.0.0 → 11.1.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 (29) hide show
  1. package/generated/api.github.com.deref.json +7446 -606
  2. package/generated/api.github.com.json +1135 -104
  3. package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
  4. package/generated/ghec-diff-to-api.github.com.json +92 -1
  5. package/generated/ghec.deref.json +7446 -606
  6. package/generated/ghec.json +1135 -104
  7. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +2 -2
  8. package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -2
  9. package/generated/ghes-3.5.deref.json +2 -2
  10. package/generated/ghes-3.5.json +2 -2
  11. package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -2
  12. package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -2
  13. package/generated/ghes-3.6.deref.json +2 -2
  14. package/generated/ghes-3.6.json +2 -2
  15. package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
  16. package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
  17. package/generated/ghes-3.7.deref.json +253 -12
  18. package/generated/ghes-3.7.json +115 -12
  19. package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -0
  20. package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -11
  21. package/generated/ghes-3.8-diff-to-api.github.com.json +1 -1
  22. package/generated/ghes-3.8.deref.json +403 -12
  23. package/generated/ghes-3.8.json +265 -12
  24. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -0
  25. package/generated/github.ae-diff-to-api.github.com.deref.json +4996 -146
  26. package/generated/github.ae-diff-to-api.github.com.json +96 -5
  27. package/generated/github.ae.deref.json +5146 -146
  28. package/generated/github.ae.json +405 -15
  29. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.0.0",
4
+ "version": "11.1.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": {
@@ -210545,7 +210545,7 @@
210545
210545
  "/repos/{owner}/{repo}/events": {
210546
210546
  "get": {
210547
210547
  "summary": "List repository events",
210548
- "description": "",
210548
+ "description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
210549
210549
  "tags": [
210550
210550
  "activity"
210551
210551
  ],
@@ -641897,7 +641897,17 @@
641897
641897
  },
641898
641898
  "docker_metadata": {
641899
641899
  "type": "array",
641900
- "items": {}
641900
+ "items": {
641901
+ "type": "object",
641902
+ "properties": {
641903
+ "tags": {
641904
+ "type": "array",
641905
+ "items": {
641906
+ "type": "string"
641907
+ }
641908
+ }
641909
+ }
641910
+ }
641901
641911
  },
641902
641912
  "draft": {
641903
641913
  "type": "boolean"
@@ -642327,7 +642337,56 @@
642327
642337
  },
642328
642338
  "rubygems_metadata": {
642329
642339
  "type": "array",
642330
- "items": {}
642340
+ "items": {
642341
+ "title": "Ruby Gems metadata",
642342
+ "type": "object",
642343
+ "properties": {
642344
+ "name": {
642345
+ "type": "string"
642346
+ },
642347
+ "description": {
642348
+ "type": "string"
642349
+ },
642350
+ "readme": {
642351
+ "type": "string"
642352
+ },
642353
+ "homepage": {
642354
+ "type": "string"
642355
+ },
642356
+ "version_info": {
642357
+ "type": "object",
642358
+ "properties": {
642359
+ "version": {
642360
+ "type": "string"
642361
+ }
642362
+ }
642363
+ },
642364
+ "platform": {
642365
+ "type": "string"
642366
+ },
642367
+ "metadata": {
642368
+ "type": "object",
642369
+ "additionalProperties": {
642370
+ "type": "string"
642371
+ }
642372
+ },
642373
+ "repo": {
642374
+ "type": "string"
642375
+ },
642376
+ "dependencies": {
642377
+ "type": "array",
642378
+ "items": {
642379
+ "type": "object",
642380
+ "additionalProperties": {
642381
+ "type": "string"
642382
+ }
642383
+ }
642384
+ },
642385
+ "commit_oid": {
642386
+ "type": "string"
642387
+ }
642388
+ }
642389
+ }
642331
642390
  },
642332
642391
  "source_url": {
642333
642392
  "type": "string"
@@ -644249,7 +644308,17 @@
644249
644308
  },
644250
644309
  "docker_metadata": {
644251
644310
  "type": "array",
644252
- "items": {}
644311
+ "items": {
644312
+ "type": "object",
644313
+ "properties": {
644314
+ "tags": {
644315
+ "type": "array",
644316
+ "items": {
644317
+ "type": "string"
644318
+ }
644319
+ }
644320
+ }
644321
+ }
644253
644322
  },
644254
644323
  "draft": {
644255
644324
  "type": "boolean"
@@ -644269,7 +644338,10 @@
644269
644338
  },
644270
644339
  "metadata": {
644271
644340
  "type": "array",
644272
- "items": {}
644341
+ "items": {
644342
+ "type": "object",
644343
+ "additionalProperties": true
644344
+ }
644273
644345
  },
644274
644346
  "name": {
644275
644347
  "type": "string"
@@ -644481,7 +644553,56 @@
644481
644553
  },
644482
644554
  "rubygems_metadata": {
644483
644555
  "type": "array",
644484
- "items": {}
644556
+ "items": {
644557
+ "title": "Ruby Gems metadata",
644558
+ "type": "object",
644559
+ "properties": {
644560
+ "name": {
644561
+ "type": "string"
644562
+ },
644563
+ "description": {
644564
+ "type": "string"
644565
+ },
644566
+ "readme": {
644567
+ "type": "string"
644568
+ },
644569
+ "homepage": {
644570
+ "type": "string"
644571
+ },
644572
+ "version_info": {
644573
+ "type": "object",
644574
+ "properties": {
644575
+ "version": {
644576
+ "type": "string"
644577
+ }
644578
+ }
644579
+ },
644580
+ "platform": {
644581
+ "type": "string"
644582
+ },
644583
+ "metadata": {
644584
+ "type": "object",
644585
+ "additionalProperties": {
644586
+ "type": "string"
644587
+ }
644588
+ },
644589
+ "repo": {
644590
+ "type": "string"
644591
+ },
644592
+ "dependencies": {
644593
+ "type": "array",
644594
+ "items": {
644595
+ "type": "object",
644596
+ "additionalProperties": {
644597
+ "type": "string"
644598
+ }
644599
+ }
644600
+ },
644601
+ "commit_oid": {
644602
+ "type": "string"
644603
+ }
644604
+ }
644605
+ }
644485
644606
  },
644486
644607
  "source_url": {
644487
644608
  "type": "string",
@@ -813233,7 +813354,17 @@
813233
813354
  },
813234
813355
  "docker_metadata": {
813235
813356
  "type": "array",
813236
- "items": {}
813357
+ "items": {
813358
+ "type": "object",
813359
+ "properties": {
813360
+ "tags": {
813361
+ "type": "array",
813362
+ "items": {
813363
+ "type": "string"
813364
+ }
813365
+ }
813366
+ }
813367
+ }
813237
813368
  },
813238
813369
  "draft": {
813239
813370
  "type": "boolean"
@@ -813652,7 +813783,56 @@
813652
813783
  },
813653
813784
  "rubygems_metadata": {
813654
813785
  "type": "array",
813655
- "items": {}
813786
+ "items": {
813787
+ "title": "Ruby Gems metadata",
813788
+ "type": "object",
813789
+ "properties": {
813790
+ "name": {
813791
+ "type": "string"
813792
+ },
813793
+ "description": {
813794
+ "type": "string"
813795
+ },
813796
+ "readme": {
813797
+ "type": "string"
813798
+ },
813799
+ "homepage": {
813800
+ "type": "string"
813801
+ },
813802
+ "version_info": {
813803
+ "type": "object",
813804
+ "properties": {
813805
+ "version": {
813806
+ "type": "string"
813807
+ }
813808
+ }
813809
+ },
813810
+ "platform": {
813811
+ "type": "string"
813812
+ },
813813
+ "metadata": {
813814
+ "type": "object",
813815
+ "additionalProperties": {
813816
+ "type": "string"
813817
+ }
813818
+ },
813819
+ "repo": {
813820
+ "type": "string"
813821
+ },
813822
+ "dependencies": {
813823
+ "type": "array",
813824
+ "items": {
813825
+ "type": "object",
813826
+ "additionalProperties": {
813827
+ "type": "string"
813828
+ }
813829
+ }
813830
+ },
813831
+ "commit_oid": {
813832
+ "type": "string"
813833
+ }
813834
+ }
813835
+ }
813656
813836
  },
813657
813837
  "summary": {
813658
813838
  "type": "string"
@@ -815531,7 +815711,16 @@
815531
815711
  "docker_metadata": {
815532
815712
  "type": "array",
815533
815713
  "items": {
815534
- "nullable": true
815714
+ "type": "object",
815715
+ "nullable": true,
815716
+ "properties": {
815717
+ "tags": {
815718
+ "type": "array",
815719
+ "items": {
815720
+ "type": "string"
815721
+ }
815722
+ }
815723
+ }
815535
815724
  }
815536
815725
  },
815537
815726
  "draft": {
@@ -815551,7 +815740,10 @@
815551
815740
  },
815552
815741
  "metadata": {
815553
815742
  "type": "array",
815554
- "items": {}
815743
+ "items": {
815744
+ "type": "object",
815745
+ "additionalProperties": true
815746
+ }
815555
815747
  },
815556
815748
  "name": {
815557
815749
  "type": "string"
@@ -815734,7 +815926,56 @@
815734
815926
  },
815735
815927
  "rubygems_metadata": {
815736
815928
  "type": "array",
815737
- "items": {}
815929
+ "items": {
815930
+ "title": "Ruby Gems metadata",
815931
+ "type": "object",
815932
+ "properties": {
815933
+ "name": {
815934
+ "type": "string"
815935
+ },
815936
+ "description": {
815937
+ "type": "string"
815938
+ },
815939
+ "readme": {
815940
+ "type": "string"
815941
+ },
815942
+ "homepage": {
815943
+ "type": "string"
815944
+ },
815945
+ "version_info": {
815946
+ "type": "object",
815947
+ "properties": {
815948
+ "version": {
815949
+ "type": "string"
815950
+ }
815951
+ }
815952
+ },
815953
+ "platform": {
815954
+ "type": "string"
815955
+ },
815956
+ "metadata": {
815957
+ "type": "object",
815958
+ "additionalProperties": {
815959
+ "type": "string"
815960
+ }
815961
+ },
815962
+ "repo": {
815963
+ "type": "string"
815964
+ },
815965
+ "dependencies": {
815966
+ "type": "array",
815967
+ "items": {
815968
+ "type": "object",
815969
+ "additionalProperties": {
815970
+ "type": "string"
815971
+ }
815972
+ }
815973
+ },
815974
+ "commit_oid": {
815975
+ "type": "string"
815976
+ }
815977
+ }
815978
+ }
815738
815979
  },
815739
815980
  "summary": {
815740
815981
  "type": "string"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.0.0",
4
+ "version": "11.1.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": {
@@ -33886,7 +33886,7 @@
33886
33886
  "/repos/{owner}/{repo}/events": {
33887
33887
  "get": {
33888
33888
  "summary": "List repository events",
33889
- "description": "",
33889
+ "description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
33890
33890
  "tags": [
33891
33891
  "activity"
33892
33892
  ],
@@ -156071,6 +156071,56 @@
156071
156071
  "sender"
156072
156072
  ]
156073
156073
  },
156074
+ "webhook-rubygems-metadata": {
156075
+ "title": "Ruby Gems metadata",
156076
+ "type": "object",
156077
+ "properties": {
156078
+ "name": {
156079
+ "type": "string"
156080
+ },
156081
+ "description": {
156082
+ "type": "string"
156083
+ },
156084
+ "readme": {
156085
+ "type": "string"
156086
+ },
156087
+ "homepage": {
156088
+ "type": "string"
156089
+ },
156090
+ "version_info": {
156091
+ "type": "object",
156092
+ "properties": {
156093
+ "version": {
156094
+ "type": "string"
156095
+ }
156096
+ }
156097
+ },
156098
+ "platform": {
156099
+ "type": "string"
156100
+ },
156101
+ "metadata": {
156102
+ "type": "object",
156103
+ "additionalProperties": {
156104
+ "type": "string"
156105
+ }
156106
+ },
156107
+ "repo": {
156108
+ "type": "string"
156109
+ },
156110
+ "dependencies": {
156111
+ "type": "array",
156112
+ "items": {
156113
+ "type": "object",
156114
+ "additionalProperties": {
156115
+ "type": "string"
156116
+ }
156117
+ }
156118
+ },
156119
+ "commit_oid": {
156120
+ "type": "string"
156121
+ }
156122
+ }
156123
+ },
156074
156124
  "webhook-package-published": {
156075
156125
  "title": "package published event",
156076
156126
  "type": "object",
@@ -156355,7 +156405,17 @@
156355
156405
  },
156356
156406
  "docker_metadata": {
156357
156407
  "type": "array",
156358
- "items": {}
156408
+ "items": {
156409
+ "type": "object",
156410
+ "properties": {
156411
+ "tags": {
156412
+ "type": "array",
156413
+ "items": {
156414
+ "type": "string"
156415
+ }
156416
+ }
156417
+ }
156418
+ }
156359
156419
  },
156360
156420
  "draft": {
156361
156421
  "type": "boolean"
@@ -156785,7 +156845,9 @@
156785
156845
  },
156786
156846
  "rubygems_metadata": {
156787
156847
  "type": "array",
156788
- "items": {}
156848
+ "items": {
156849
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
156850
+ }
156789
156851
  },
156790
156852
  "source_url": {
156791
156853
  "type": "string"
@@ -157134,7 +157196,17 @@
157134
157196
  },
157135
157197
  "docker_metadata": {
157136
157198
  "type": "array",
157137
- "items": {}
157199
+ "items": {
157200
+ "type": "object",
157201
+ "properties": {
157202
+ "tags": {
157203
+ "type": "array",
157204
+ "items": {
157205
+ "type": "string"
157206
+ }
157207
+ }
157208
+ }
157209
+ }
157138
157210
  },
157139
157211
  "draft": {
157140
157212
  "type": "boolean"
@@ -157154,7 +157226,10 @@
157154
157226
  },
157155
157227
  "metadata": {
157156
157228
  "type": "array",
157157
- "items": {}
157229
+ "items": {
157230
+ "type": "object",
157231
+ "additionalProperties": true
157232
+ }
157158
157233
  },
157159
157234
  "name": {
157160
157235
  "type": "string"
@@ -157366,7 +157441,9 @@
157366
157441
  },
157367
157442
  "rubygems_metadata": {
157368
157443
  "type": "array",
157369
- "items": {}
157444
+ "items": {
157445
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
157446
+ }
157370
157447
  },
157371
157448
  "source_url": {
157372
157449
  "type": "string",
@@ -232072,7 +232149,17 @@
232072
232149
  },
232073
232150
  "docker_metadata": {
232074
232151
  "type": "array",
232075
- "items": {}
232152
+ "items": {
232153
+ "type": "object",
232154
+ "properties": {
232155
+ "tags": {
232156
+ "type": "array",
232157
+ "items": {
232158
+ "type": "string"
232159
+ }
232160
+ }
232161
+ }
232162
+ }
232076
232163
  },
232077
232164
  "draft": {
232078
232165
  "type": "boolean"
@@ -232491,7 +232578,9 @@
232491
232578
  },
232492
232579
  "rubygems_metadata": {
232493
232580
  "type": "array",
232494
- "items": {}
232581
+ "items": {
232582
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
232583
+ }
232495
232584
  },
232496
232585
  "summary": {
232497
232586
  "type": "string"
@@ -232797,7 +232886,16 @@
232797
232886
  "docker_metadata": {
232798
232887
  "type": "array",
232799
232888
  "items": {
232800
- "nullable": true
232889
+ "type": "object",
232890
+ "nullable": true,
232891
+ "properties": {
232892
+ "tags": {
232893
+ "type": "array",
232894
+ "items": {
232895
+ "type": "string"
232896
+ }
232897
+ }
232898
+ }
232801
232899
  }
232802
232900
  },
232803
232901
  "draft": {
@@ -232817,7 +232915,10 @@
232817
232915
  },
232818
232916
  "metadata": {
232819
232917
  "type": "array",
232820
- "items": {}
232918
+ "items": {
232919
+ "type": "object",
232920
+ "additionalProperties": true
232921
+ }
232821
232922
  },
232822
232923
  "name": {
232823
232924
  "type": "string"
@@ -233000,7 +233101,9 @@
233000
233101
  },
233001
233102
  "rubygems_metadata": {
233002
233103
  "type": "array",
233003
- "items": {}
233104
+ "items": {
233105
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
233106
+ }
233004
233107
  },
233005
233108
  "summary": {
233006
233109
  "type": "string"
@@ -39890,6 +39890,9 @@
39890
39890
  "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": [
39891
39891
  "post"
39892
39892
  ],
39893
+ "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": [
39894
+ "post"
39895
+ ],
39893
39896
  "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": [
39894
39897
  "get"
39895
39898
  ],
@@ -39940,6 +39943,17 @@
39940
39943
  "/repos/{owner}/{repo}/dependency-graph/sbom": [
39941
39944
  "get"
39942
39945
  ],
39946
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": [
39947
+ "get",
39948
+ "post"
39949
+ ],
39950
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": [
39951
+ "get"
39952
+ ],
39953
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": [
39954
+ "get",
39955
+ "delete"
39956
+ ],
39943
39957
  "/repos/{owner}/{repo}/import": [
39944
39958
  "get",
39945
39959
  "put",
@@ -39985,6 +39999,9 @@
39985
39999
  "get",
39986
40000
  "post"
39987
40001
  ],
40002
+ "/repos/{owner}/{repo}/security-advisories/reports": [
40003
+ "post"
40004
+ ],
39988
40005
  "/repos/{owner}/{repo}/security-advisories/{ghsa_id}": [
39989
40006
  "get",
39990
40007
  "patch"