Skip to content

Commit b731755

Browse files
committed
update api types
1 parent 6fc3072 commit b731755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DiscordREST/Generated.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ export interface TeamResponse {
243243
readonly members: ReadonlyArray<TeamMemberResponse>
244244
}
245245

246+
export interface GameResponse {}
247+
246248
export interface PrivateApplicationResponse {
247249
readonly id: SnowflakeType
248250
readonly name: string
@@ -275,6 +277,7 @@ export interface PrivateApplicationResponse {
275277
readonly approximate_user_authorization_count: number
276278
readonly explicit_content_filter: ApplicationExplicitContentFilterTypes
277279
readonly team?: TeamResponse | null | undefined
280+
readonly linked_games?: ReadonlyArray<GameResponse> | null | undefined
278281
}
279282

280283
/**
@@ -6087,6 +6090,7 @@ export const ApplicationIdentityProviderAuthType = {
60876090
STEAM_SESSION_TICKET: "STEAM_SESSION_TICKET",
60886091
UNITY_SERVICES_ID_TOKEN: "UNITY_SERVICES_ID_TOKEN",
60896092
DISCORD_BOT_ISSUED_ACCESS_TOKEN: "DISCORD_BOT_ISSUED_ACCESS_TOKEN",
6093+
APPLE_ID_TOKEN: "APPLE_ID_TOKEN",
60906094
} as const
60916095
export type ApplicationIdentityProviderAuthType =
60926096
(typeof ApplicationIdentityProviderAuthType)[keyof typeof ApplicationIdentityProviderAuthType]

0 commit comments

Comments
 (0)