Skip to content

Commit f27d1a2

Browse files
authored
feat: new /orgs/{org}/campaigns, /orgs/{org}/campaigns/{campaign_number} endpoints, remove Copilot usage endpoints, description updates (#461)
BREAKING CHANGE: Drop GHES 3.12 BREAKING CHANGE: Remove Copilot usage endpoints
1 parent d6743e4 commit f27d1a2

File tree

30 files changed

+6125
-396000
lines changed

30 files changed

+6125
-396000
lines changed

cache/api.github.com.json

Lines changed: 2978 additions & 2129 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 1619 additions & 1185 deletions
Large diffs are not rendered by default.

cache/ghes-3.12.json

Lines changed: 0 additions & 283031 deletions
This file was deleted.

cache/ghes-3.13.json

Lines changed: 62 additions & 56 deletions
Large diffs are not rendered by default.

cache/ghes-3.14.json

Lines changed: 62 additions & 56 deletions
Large diffs are not rendered by default.

cache/ghes-3.15.json

Lines changed: 62 additions & 56 deletions
Large diffs are not rendered by default.

cache/ghes-3.16.json

Lines changed: 67 additions & 201 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
"pkgRoot": "packages/openapi-types-ghec"
4444
}
4545
],
46-
[
47-
"@semantic-release/npm",
48-
{
49-
"pkgRoot": "packages/openapi-types-ghes-3.12"
50-
}
51-
],
5246
[
5347
"@semantic-release/npm",
5448
{

packages/openapi-types-ghec/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright 2020 Gregor Martynus
1+
Copyright (c) GitHub 2025 - Licensed as MIT.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

55
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66

7-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/openapi-types-ghec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.2.0"
19+
"openapi-version": "19.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)