@octokit/openapi 7.4.0 → 7.5.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 +938 -1
  2. package/generated/api.github.com.json +55 -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 +1 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
  7. package/generated/ghes-3.2.deref.json +1 -1
  8. package/generated/ghes-3.2.json +1 -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 +1 -3
  12. package/generated/ghes-3.3.json +1 -2
  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 +1 -3
  16. package/generated/ghes-3.4.json +1 -2
  17. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +784 -135
  18. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  19. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +51464 -35140
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +7876 -3454
  22. package/generated/ghes-3.5.deref.json +85 -15
  23. package/generated/ghes-3.5.json +85 -14
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +44 -1
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +30 -1
  26. package/generated/ghes-3.6.deref.json +735 -1
  27. package/generated/ghes-3.6.json +51 -1
  28. package/generated/github.ae-diff-to-api.github.com.deref.json +589 -1
  29. package/generated/github.ae-diff-to-api.github.com.json +31 -1
  30. package/generated/github.ae.deref.json +678 -1
  31. package/generated/github.ae.json +51 -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.4.0",
4
+ "version": "7.5.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": {
@@ -7146,6 +7146,11 @@
7146
7146
  "description": "Whether organization members can fork private organization repositories.",
7147
7147
  "default": false
7148
7148
  },
7149
+ "web_commit_signoff_required": {
7150
+ "type": "boolean",
7151
+ "description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
7152
+ "default": false
7153
+ },
7149
7154
  "blog": {
7150
7155
  "type": "string",
7151
7156
  "example": "\"http://github.blog\""
@@ -19382,6 +19387,11 @@
19382
19387
  "type": "boolean",
19383
19388
  "description": "Either `true` to allow private forks, or `false` to prevent private forks.",
19384
19389
  "default": false
19390
+ },
19391
+ "web_commit_signoff_required": {
19392
+ "type": "boolean",
19393
+ "description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.",
19394
+ "default": false
19385
19395
  }
19386
19396
  }
19387
19397
  },
@@ -61173,6 +61183,11 @@
61173
61183
  "description": "Whether to allow forking this repo",
61174
61184
  "type": "boolean"
61175
61185
  },
61186
+ "web_commit_signoff_required": {
61187
+ "description": "Whether to require contributors to sign off on web-based commits",
61188
+ "default": false,
61189
+ "type": "boolean"
61190
+ },
61176
61191
  "subscribers_count": {
61177
61192
  "type": "integer"
61178
61193
  },
@@ -66112,6 +66127,11 @@
66112
66127
  "description": "Whether to allow forking this repo",
66113
66128
  "type": "boolean"
66114
66129
  },
66130
+ "web_commit_signoff_required": {
66131
+ "description": "Whether to require contributors to sign off on web-based commits",
66132
+ "default": false,
66133
+ "type": "boolean"
66134
+ },
66115
66135
  "subscribers_count": {
66116
66136
  "type": "integer"
66117
66137
  },
@@ -66581,6 +66601,10 @@
66581
66601
  },
66582
66602
  "allow_forking": {
66583
66603
  "type": "boolean"
66604
+ },
66605
+ "web_commit_signoff_required": {
66606
+ "type": "boolean",
66607
+ "example": false
66584
66608
  }
66585
66609
  },
66586
66610
  "required": [
@@ -66991,6 +67015,10 @@
66991
67015
  "example": false,
66992
67016
  "nullable": true
66993
67017
  },
67018
+ "web_commit_signoff_required": {
67019
+ "type": "boolean",
67020
+ "example": false
67021
+ },
66994
67022
  "updated_at": {
66995
67023
  "type": "string",
66996
67024
  "format": "date-time"
@@ -68746,6 +68774,10 @@
68746
68774
  },
68747
68775
  "allow_forking": {
68748
68776
  "type": "boolean"
68777
+ },
68778
+ "web_commit_signoff_required": {
68779
+ "type": "boolean",
68780
+ "example": false
68749
68781
  }
68750
68782
  },
68751
68783
  "required": [
@@ -70097,6 +70129,12 @@
70097
70129
  "type": "boolean",
70098
70130
  "example": false
70099
70131
  },
70132
+ "web_commit_signoff_required": {
70133
+ "description": "Whether to require contributors to sign off on web-based commits",
70134
+ "default": false,
70135
+ "type": "boolean",
70136
+ "example": false
70137
+ },
70100
70138
  "subscribers_count": {
70101
70139
  "type": "integer"
70102
70140
  },
@@ -70909,6 +70947,10 @@
70909
70947
  "type": "boolean",
70910
70948
  "example": true
70911
70949
  },
70950
+ "web_commit_signoff_required": {
70951
+ "type": "boolean",
70952
+ "example": false
70953
+ },
70912
70954
  "subscribers_count": {
70913
70955
  "type": "integer",
70914
70956
  "example": 42
@@ -81685,6 +81727,9 @@
81685
81727
  },
81686
81728
  "is_template": {
81687
81729
  "type": "boolean"
81730
+ },
81731
+ "web_commit_signoff_required": {
81732
+ "type": "boolean"
81688
81733
  }
81689
81734
  },
81690
81735
  "required": [
@@ -82259,6 +82304,9 @@
82259
82304
  },
82260
82305
  "allow_forking": {
82261
82306
  "type": "boolean"
82307
+ },
82308
+ "web_commit_signoff_required": {
82309
+ "type": "boolean"
82262
82310
  }
82263
82311
  },
82264
82312
  "required": [
@@ -85048,6 +85096,10 @@
85048
85096
  },
85049
85097
  "is_template": {
85050
85098
  "type": "boolean"
85099
+ },
85100
+ "web_commit_signoff_required": {
85101
+ "type": "boolean",
85102
+ "example": false
85051
85103
  }
85052
85104
  },
85053
85105
  "required": [
@@ -91162,6 +91214,7 @@
91162
91214
  "members_can_create_public_pages": true,
91163
91215
  "members_can_create_private_pages": true,
91164
91216
  "members_can_fork_private_repositories": false,
91217
+ "web_commit_signoff_required": false,
91165
91218
  "updated_at": "2014-03-03T18:58:10Z"
91166
91219
  }
91167
91220
  },
@@ -95586,6 +95639,7 @@
95586
95639
  "delete_branch_on_merge": true,
95587
95640
  "allow_merge_commit": true,
95588
95641
  "allow_forking": true,
95642
+ "web_commit_signoff_required": false,
95589
95643
  "subscribers_count": 42,
95590
95644
  "network_count": 0,
95591
95645
  "organization": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.4.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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": {
@@ -116899,7 +116899,6 @@
116899
116899
  "node_id": "MDc6TGljZW5zZW1pdA==",
116900
116900
  "html_url": "https://github.com/licenses/mit"
116901
116901
  },
116902
- "language": null,
116903
116902
  "forks_count": 9,
116904
116903
  "forks": 9,
116905
116904
  "stargazers_count": 80,
@@ -210394,7 +210393,6 @@
210394
210393
  "node_id": "MDc6TGljZW5zZW1pdA==",
210395
210394
  "html_url": "https://github.com/licenses/mit"
210396
210395
  },
210397
- "language": null,
210398
210396
  "forks_count": 9,
210399
210397
  "forks": 9,
210400
210398
  "stargazers_count": 80,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.4.0",
4
+ "version": "7.5.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": {
@@ -81888,7 +81888,6 @@
81888
81888
  "node_id": "MDc6TGljZW5zZW1pdA==",
81889
81889
  "html_url": "https://github.com/licenses/mit"
81890
81890
  },
81891
- "language": null,
81892
81891
  "forks_count": 9,
81893
81892
  "forks": 9,
81894
81893
  "stargazers_count": 80,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.4.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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.0",
4
+ "version": "7.5.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": {
@@ -125646,7 +125646,6 @@
125646
125646
  "node_id": "MDc6TGljZW5zZW1pdA==",
125647
125647
  "html_url": "https://github.com/licenses/mit"
125648
125648
  },
125649
- "language": null,
125650
125649
  "forks_count": 9,
125651
125650
  "forks": 9,
125652
125651
  "stargazers_count": 80,
@@ -224353,7 +224352,6 @@
224353
224352
  "node_id": "MDc6TGljZW5zZW1pdA==",
224354
224353
  "html_url": "https://github.com/licenses/mit"
224355
224354
  },
224356
- "language": null,
224357
224355
  "forks_count": 9,
224358
224356
  "forks": 9,
224359
224357
  "stargazers_count": 80,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.4.0",
4
+ "version": "7.5.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": {
@@ -84554,7 +84554,6 @@
84554
84554
  "node_id": "MDc6TGljZW5zZW1pdA==",
84555
84555
  "html_url": "https://github.com/licenses/mit"
84556
84556
  },
84557
- "language": null,
84558
84557
  "forks_count": 9,
84559
84558
  "forks": 9,
84560
84559
  "stargazers_count": 80,