mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 10:50:08 +00:00
refactor(ImageSize): allow other sizes (#1221)
This commit is contained in:
2
deno/rest/v10/mod.ts
generated
2
deno/rest/v10/mod.ts
generated
@@ -1087,7 +1087,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
2
deno/rest/v9/mod.ts
generated
2
deno/rest/v9/mod.ts
generated
@@ -1096,7 +1096,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
@@ -1087,7 +1087,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
@@ -1096,7 +1096,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
Reference in New Issue
Block a user