@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": {
@@ -22239,7 +22239,12 @@
22239
22239
  "description": "The reason for the current state",
22240
22240
  "example": "not_planned",
22241
22241
  "type": "string",
22242
- "nullable": true
22242
+ "nullable": true,
22243
+ "enum": [
22244
+ "completed",
22245
+ "reopened",
22246
+ "not_planned"
22247
+ ]
22243
22248
  },
22244
22249
  "title": {
22245
22250
  "description": "Title of the issue",
@@ -37345,7 +37350,12 @@
37345
37350
  "description": "The reason for the current state",
37346
37351
  "example": "not_planned",
37347
37352
  "type": "string",
37348
- "nullable": true
37353
+ "nullable": true,
37354
+ "enum": [
37355
+ "completed",
37356
+ "reopened",
37357
+ "not_planned"
37358
+ ]
37349
37359
  },
37350
37360
  "title": {
37351
37361
  "description": "Title of the issue",
@@ -43196,7 +43206,12 @@
43196
43206
  "description": "The reason for the current state",
43197
43207
  "example": "not_planned",
43198
43208
  "type": "string",
43199
- "nullable": true
43209
+ "nullable": true,
43210
+ "enum": [
43211
+ "completed",
43212
+ "reopened",
43213
+ "not_planned"
43214
+ ]
43200
43215
  },
43201
43216
  "title": {
43202
43217
  "description": "Title of the issue",
@@ -72834,7 +72849,12 @@
72834
72849
  "description": "The reason for the current state",
72835
72850
  "example": "not_planned",
72836
72851
  "type": "string",
72837
- "nullable": true
72852
+ "nullable": true,
72853
+ "enum": [
72854
+ "completed",
72855
+ "reopened",
72856
+ "not_planned"
72857
+ ]
72838
72858
  },
72839
72859
  "title": {
72840
72860
  "description": "Title of the issue",
@@ -82018,7 +82038,12 @@
82018
82038
  "description": "The reason for the current state",
82019
82039
  "example": "not_planned",
82020
82040
  "type": "string",
82021
- "nullable": true
82041
+ "nullable": true,
82042
+ "enum": [
82043
+ "completed",
82044
+ "reopened",
82045
+ "not_planned"
82046
+ ]
82022
82047
  },
82023
82048
  "title": {
82024
82049
  "description": "Title of the issue",
@@ -145782,6 +145807,15 @@
145782
145807
  "schema": {
145783
145808
  "type": "integer"
145784
145809
  }
145810
+ },
145811
+ {
145812
+ "name": "head_sha",
145813
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
145814
+ "in": "query",
145815
+ "required": false,
145816
+ "schema": {
145817
+ "type": "string"
145818
+ }
145785
145819
  }
145786
145820
  ],
145787
145821
  "responses": {
@@ -163677,6 +163711,15 @@
163677
163711
  "schema": {
163678
163712
  "type": "integer"
163679
163713
  }
163714
+ },
163715
+ {
163716
+ "name": "head_sha",
163717
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
163718
+ "in": "query",
163719
+ "required": false,
163720
+ "schema": {
163721
+ "type": "string"
163722
+ }
163680
163723
  }
163681
163724
  ],
163682
163725
  "responses": {
@@ -248004,7 +248047,12 @@
248004
248047
  "description": "The reason for the current state",
248005
248048
  "example": "not_planned",
248006
248049
  "type": "string",
248007
- "nullable": true
248050
+ "nullable": true,
248051
+ "enum": [
248052
+ "completed",
248053
+ "reopened",
248054
+ "not_planned"
248055
+ ]
248008
248056
  },
248009
248057
  "title": {
248010
248058
  "description": "Title of the issue",
@@ -272058,7 +272106,12 @@
272058
272106
  "description": "The reason for the current state",
272059
272107
  "example": "not_planned",
272060
272108
  "type": "string",
272061
- "nullable": true
272109
+ "nullable": true,
272110
+ "enum": [
272111
+ "completed",
272112
+ "reopened",
272113
+ "not_planned"
272114
+ ]
272062
272115
  },
272063
272116
  "title": {
272064
272117
  "description": "Title of the issue",
@@ -274915,7 +274968,12 @@
274915
274968
  "description": "The reason for the current state",
274916
274969
  "example": "not_planned",
274917
274970
  "type": "string",
274918
- "nullable": true
274971
+ "nullable": true,
274972
+ "enum": [
274973
+ "completed",
274974
+ "reopened",
274975
+ "not_planned"
274976
+ ]
274919
274977
  },
274920
274978
  "title": {
274921
274979
  "description": "Title of the issue",
@@ -280925,7 +280983,12 @@
280925
280983
  "description": "The reason for the current state",
280926
280984
  "example": "not_planned",
280927
280985
  "type": "string",
280928
- "nullable": true
280986
+ "nullable": true,
280987
+ "enum": [
280988
+ "completed",
280989
+ "reopened",
280990
+ "not_planned"
280991
+ ]
280929
280992
  },
280930
280993
  "title": {
280931
280994
  "description": "Title of the issue",
@@ -284838,7 +284901,12 @@
284838
284901
  "description": "The reason for the current state",
284839
284902
  "example": "not_planned",
284840
284903
  "type": "string",
284841
- "nullable": true
284904
+ "nullable": true,
284905
+ "enum": [
284906
+ "completed",
284907
+ "reopened",
284908
+ "not_planned"
284909
+ ]
284842
284910
  },
284843
284911
  "title": {
284844
284912
  "description": "Title of the issue",
@@ -288633,7 +288701,12 @@
288633
288701
  "description": "The reason for the current state",
288634
288702
  "example": "not_planned",
288635
288703
  "type": "string",
288636
- "nullable": true
288704
+ "nullable": true,
288705
+ "enum": [
288706
+ "completed",
288707
+ "reopened",
288708
+ "not_planned"
288709
+ ]
288637
288710
  },
288638
288711
  "title": {
288639
288712
  "description": "Title of the issue",
@@ -291333,6 +291406,11 @@
291333
291406
  },
291334
291407
  "state_reason": {
291335
291408
  "type": "string",
291409
+ "enum": [
291410
+ "completed",
291411
+ "not_planned",
291412
+ "reopened"
291413
+ ],
291336
291414
  "nullable": true,
291337
291415
  "description": "The reason for the current state",
291338
291416
  "example": "not_planned"
@@ -291462,7 +291540,12 @@
291462
291540
  "description": "The reason for the current state",
291463
291541
  "example": "not_planned",
291464
291542
  "type": "string",
291465
- "nullable": true
291543
+ "nullable": true,
291544
+ "enum": [
291545
+ "completed",
291546
+ "reopened",
291547
+ "not_planned"
291548
+ ]
291466
291549
  },
291467
291550
  "title": {
291468
291551
  "description": "Title of the issue",
@@ -294322,7 +294405,12 @@
294322
294405
  "description": "The reason for the current state",
294323
294406
  "example": "not_planned",
294324
294407
  "type": "string",
294325
- "nullable": true
294408
+ "nullable": true,
294409
+ "enum": [
294410
+ "completed",
294411
+ "reopened",
294412
+ "not_planned"
294413
+ ]
294326
294414
  },
294327
294415
  "title": {
294328
294416
  "description": "Title of the issue",
@@ -318179,7 +318267,12 @@
318179
318267
  "description": "The reason for the current state",
318180
318268
  "example": "not_planned",
318181
318269
  "type": "string",
318182
- "nullable": true
318270
+ "nullable": true,
318271
+ "enum": [
318272
+ "completed",
318273
+ "reopened",
318274
+ "not_planned"
318275
+ ]
318183
318276
  },
318184
318277
  "title": {
318185
318278
  "description": "Title of the issue",
@@ -450525,7 +450618,12 @@
450525
450618
  "description": "The reason for the current state",
450526
450619
  "example": "not_planned",
450527
450620
  "type": "string",
450528
- "nullable": true
450621
+ "nullable": true,
450622
+ "enum": [
450623
+ "completed",
450624
+ "reopened",
450625
+ "not_planned"
450626
+ ]
450529
450627
  },
450530
450628
  "title": {
450531
450629
  "description": "Title of the issue",
@@ -483019,7 +483117,12 @@
483019
483117
  "description": "The reason for the current state",
483020
483118
  "example": "not_planned",
483021
483119
  "type": "string",
483022
- "nullable": true
483120
+ "nullable": true,
483121
+ "enum": [
483122
+ "completed",
483123
+ "reopened",
483124
+ "not_planned"
483125
+ ]
483023
483126
  },
483024
483127
  "title": {
483025
483128
  "description": "Title of the issue",
@@ -486221,7 +486324,12 @@
486221
486324
  "description": "The reason for the current state",
486222
486325
  "example": "not_planned",
486223
486326
  "type": "string",
486224
- "nullable": true
486327
+ "nullable": true,
486328
+ "enum": [
486329
+ "completed",
486330
+ "reopened",
486331
+ "not_planned"
486332
+ ]
486225
486333
  },
486226
486334
  "title": {
486227
486335
  "description": "Title of the issue",
@@ -489425,7 +489533,12 @@
489425
489533
  "description": "The reason for the current state",
489426
489534
  "example": "not_planned",
489427
489535
  "type": "string",
489428
- "nullable": true
489536
+ "nullable": true,
489537
+ "enum": [
489538
+ "completed",
489539
+ "reopened",
489540
+ "not_planned"
489541
+ ]
489429
489542
  },
489430
489543
  "title": {
489431
489544
  "description": "Title of the issue",
@@ -500950,7 +501063,12 @@
500950
501063
  "description": "The reason for the current state",
500951
501064
  "example": "not_planned",
500952
501065
  "type": "string",
500953
- "nullable": true
501066
+ "nullable": true,
501067
+ "enum": [
501068
+ "completed",
501069
+ "reopened",
501070
+ "not_planned"
501071
+ ]
500954
501072
  },
500955
501073
  "title": {
500956
501074
  "description": "Title of the issue",
@@ -504154,7 +504272,12 @@
504154
504272
  "description": "The reason for the current state",
504155
504273
  "example": "not_planned",
504156
504274
  "type": "string",
504157
- "nullable": true
504275
+ "nullable": true,
504276
+ "enum": [
504277
+ "completed",
504278
+ "reopened",
504279
+ "not_planned"
504280
+ ]
504158
504281
  },
504159
504282
  "title": {
504160
504283
  "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": {
@@ -21282,6 +21282,9 @@
21282
21282
  },
21283
21283
  {
21284
21284
  "$ref": "#/components/parameters/workflow-run-check-suite-id"
21285
+ },
21286
+ {
21287
+ "$ref": "#/components/parameters/workflow-run-head-sha"
21285
21288
  }
21286
21289
  ],
21287
21290
  "responses": {
@@ -22958,6 +22961,9 @@
22958
22961
  },
22959
22962
  {
22960
22963
  "$ref": "#/components/parameters/workflow-run-check-suite-id"
22964
+ },
22965
+ {
22966
+ "$ref": "#/components/parameters/workflow-run-head-sha"
22961
22967
  }
22962
22968
  ],
22963
22969
  "responses": {
@@ -36993,6 +36999,11 @@
36993
36999
  },
36994
37000
  "state_reason": {
36995
37001
  "type": "string",
37002
+ "enum": [
37003
+ "completed",
37004
+ "not_planned",
37005
+ "reopened"
37006
+ ],
36996
37007
  "nullable": true,
36997
37008
  "description": "The reason for the current state",
36998
37009
  "example": "not_planned"
@@ -64222,7 +64233,12 @@
64222
64233
  "description": "The reason for the current state",
64223
64234
  "example": "not_planned",
64224
64235
  "type": "string",
64225
- "nullable": true
64236
+ "nullable": true,
64237
+ "enum": [
64238
+ "completed",
64239
+ "reopened",
64240
+ "not_planned"
64241
+ ]
64226
64242
  },
64227
64243
  "title": {
64228
64244
  "description": "Title of the issue",
@@ -78851,7 +78867,12 @@
78851
78867
  "description": "The reason for the current state",
78852
78868
  "example": "not_planned",
78853
78869
  "type": "string",
78854
- "nullable": true
78870
+ "nullable": true,
78871
+ "enum": [
78872
+ "completed",
78873
+ "reopened",
78874
+ "not_planned"
78875
+ ]
78855
78876
  },
78856
78877
  "title": {
78857
78878
  "description": "Title of the issue",
@@ -113288,6 +113309,15 @@
113288
113309
  "type": "integer"
113289
113310
  }
113290
113311
  },
113312
+ "workflow-run-head-sha": {
113313
+ "name": "head_sha",
113314
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
113315
+ "in": "query",
113316
+ "required": false,
113317
+ "schema": {
113318
+ "type": "string"
113319
+ }
113320
+ },
113291
113321
  "run-id": {
113292
113322
  "name": "run_id",
113293
113323
  "description": "The unique identifier of the workflow run.",
@@ -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": {
@@ -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": {