Skip to content

Commit b238cc5

Browse files
chore(release): 0.38.14 🎉 (#1288)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2ce6a3 commit b238cc5

File tree

10 files changed

+26
-7
lines changed

10 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.38.14](https://github.com/discordjs/discord-api-types/compare/0.38.13...0.38.14) (2025-06-30)
2+
3+
4+
### Features
5+
6+
* role gradient colors ([#1281](https://github.com/discordjs/discord-api-types/issues/1281)) ([7fbb3e3](https://github.com/discordjs/discord-api-types/commit/7fbb3e3310bde5ea0e977afb83ea21bda0220633))
7+
* support new pinned messages routes ([#1254](https://github.com/discordjs/discord-api-types/issues/1254)) ([71c6d26](https://github.com/discordjs/discord-api-types/commit/71c6d2609f1713827e95c5f617011c053cd3eb6a))
8+
* **voice:** add close codes 4021 and 4022 ([#1283](https://github.com/discordjs/discord-api-types/issues/1283)) ([6b05db5](https://github.com/discordjs/discord-api-types/commit/6b05db5a2f9ea540e34e8429c07b96411d418b73))
9+
10+
11+
112
## [0.38.13](https://github.com/discordjs/discord-api-types/compare/0.38.12...0.38.13) (2025-06-23)
213

314

deno/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-api-types",
3-
"version": "0.38.13",
3+
"version": "0.38.14",
44
"description": "Discord API typings that are kept up to date for use in bot library creation.",
55
"homepage": "https://discord-api-types.dev",
66
"workspaces": [
File renamed without changes.

website/versioned_docs/version-0.38.13/Introduction.mdx renamed to website/versioned_docs/version-0.38.14/Introduction.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,14 @@ The exports of each API version is split into three main parts:
173173

174174
- Everything exported with the `REST` prefix represents data that ONLY comes from or is directly related to the REST
175175
API.
176-
177176
- For endpoint options, they will follow the following structure:
178177
`REST<HTTP Method><Type><Query|(JSON|FormData)Body|Result>` where the type represents what it will return.
179-
180178
- For example, `RESTPostAPIChannelMessageJSONBody` or `RESTGetAPIGatewayBotInfoResult`.
181179

182180
- Some exported types (specifically OAuth2 related ones) may not respect this entire structure due to the nature of
183181
the fields. They will start with either `RESTOAuth2` or with something similar to `REST<HTTP Method>OAuth2`
184182

185183
- If a type ends with `Result`, then it represents the expected result by calling its accompanying route.
186-
187184
- Types that are exported as `never` usually mean the result will be a `204 No Content`, so you can safely ignore
188185
it. This does **not** account for errors.
189186

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"entryPoints":{"v10":{"path":"v10.ts","label":"API v10"},"v9":{"path":"v9.ts","label":"API v9"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"voice/v8":{"path":"voice/v8.ts","label":"Voice v8"},"globals":{"path":"globals.ts","label":"Global Types"}},"packageRoot":"/home/runner/work/discord-api-types/discord-api-types/","packagePath":"./","packageSlug":"discord-api-types","packageName":"discord-api-types","packageVersion":"0.38.13"}]
1+
[{"entryPoints":{"v10":{"path":"v10.ts","label":"API v10"},"v9":{"path":"v9.ts","label":"API v9"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"voice/v8":{"path":"voice/v8.ts","label":"Voice v8"},"globals":{"path":"globals.ts","label":"Global Types"}},"packageRoot":"/home/runner/work/discord-api-types/discord-api-types/","packagePath":"./","packageSlug":"discord-api-types","packageName":"discord-api-types","packageVersion":"0.38.14"}]

website/versioned_docs/version-0.38.13/api-typedoc.json renamed to website/versioned_docs/version-0.38.14/api-typedoc.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

website/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
"0.38.13"
2+
"0.38.14"
33
]

0 commit comments

Comments
 (0)