mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-22 19:30:09 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7196d8772d | ||
|
|
7d1d55fdc7 |
@@ -1,3 +1,7 @@
|
||||
## [0.38.3](https://github.com/discordjs/discord-api-types/compare/0.38.2...0.38.3) (2025-05-05)
|
||||
|
||||
|
||||
|
||||
## [0.38.2](https://github.com/discordjs/discord-api-types/compare/0.38.1...0.38.2) (2025-05-01)
|
||||
|
||||
|
||||
|
||||
4
deno/CHANGELOG.md
generated
4
deno/CHANGELOG.md
generated
@@ -1,3 +1,7 @@
|
||||
## [0.38.3](https://github.com/discordjs/discord-api-types/compare/0.38.2...0.38.3) (2025-05-05)
|
||||
|
||||
|
||||
|
||||
## [0.38.2](https://github.com/discordjs/discord-api-types/compare/0.38.1...0.38.2) (2025-05-01)
|
||||
|
||||
|
||||
|
||||
3
deno/rest/v10/invite.ts
generated
3
deno/rest/v10/invite.ts
generated
@@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
|
||||
with_counts?: boolean;
|
||||
/**
|
||||
* Whether the invite should contain the expiration date
|
||||
*
|
||||
* @deprecated The expiration date is always returned, regardless of this query parameter.
|
||||
* @see {@link https://github.com/discord/discord-api-docs/pull/7424}
|
||||
*/
|
||||
with_expiration?: boolean;
|
||||
/**
|
||||
|
||||
3
deno/rest/v9/invite.ts
generated
3
deno/rest/v9/invite.ts
generated
@@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
|
||||
with_counts?: boolean;
|
||||
/**
|
||||
* Whether the invite should contain the expiration date
|
||||
*
|
||||
* @deprecated The expiration date is always returned, regardless of this query parameter.
|
||||
* @see {@link https://github.com/discord/discord-api-docs/pull/7424}
|
||||
*/
|
||||
with_expiration?: boolean;
|
||||
/**
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "discord-api-types",
|
||||
"version": "0.38.2",
|
||||
"version": "0.38.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "discord-api-types",
|
||||
"version": "0.38.2",
|
||||
"version": "0.38.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.0.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord-api-types",
|
||||
"version": "0.38.2",
|
||||
"version": "0.38.3",
|
||||
"description": "Discord API typings that are kept up to date for use in bot library creation.",
|
||||
"homepage": "https://discord-api-types.dev",
|
||||
"exports": {
|
||||
|
||||
@@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
|
||||
with_counts?: boolean;
|
||||
/**
|
||||
* Whether the invite should contain the expiration date
|
||||
*
|
||||
* @deprecated The expiration date is always returned, regardless of this query parameter.
|
||||
* @see {@link https://github.com/discord/discord-api-docs/pull/7424}
|
||||
*/
|
||||
with_expiration?: boolean;
|
||||
/**
|
||||
|
||||
@@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
|
||||
with_counts?: boolean;
|
||||
/**
|
||||
* Whether the invite should contain the expiration date
|
||||
*
|
||||
* @deprecated The expiration date is always returned, regardless of this query parameter.
|
||||
* @see {@link https://github.com/discord/discord-api-docs/pull/7424}
|
||||
*/
|
||||
with_expiration?: boolean;
|
||||
/**
|
||||
|
||||
@@ -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"},"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.2"}]
|
||||
[{"entryPoints":{"v10":{"path":"v10.ts","label":"API v10"},"v9":{"path":"v9.ts","label":"API v9"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"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.3"}]
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
@@ -1,3 +1,3 @@
|
||||
[
|
||||
"0.38.2"
|
||||
"0.38.3"
|
||||
]
|
||||
Reference in New Issue
Block a user