Advaith
bc9ab4556c
refactor(Invite): rename InviteTargetUserType to InviteTargetType ( #124 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
BREAKING CHANGE: `InviteTargetUserType` is renamed to `InviteTargetType`, to match the documentation.
- Reference: https://github.com/discord/discord-api-docs/pull/2690
0.17.0
2021-04-18 10:34:51 +03:00
Advaith
abe05136fd
fix(APIInvite): channel is not optional ( #123 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-18 10:33:32 +03:00
Vlad Frangu
d6fb271df8
chore(release): 0.17.0 🎉 ( #121 )
2021-04-17 18:48:20 +03:00
Jan
3294fb15ae
feat(WebhookMessage): add GET route types ( #120 )
...
- Reference: https://github.com/discord/discord-api-docs/pull/2812
2021-04-16 00:48:22 +03:00
Jan
9817623291
refactor(APISticker): remove preview_asset ( #119 )
...
BREAKING CHANGE: This removes the `preview_asset` property from sticket objects
- Reference: https://github.com/discord/discord-api-docs/commit/b9b8db2
2021-04-15 17:59:30 +03:00
Jan
617f507427
fix(APIChannel): rtc_region is optional ( #118 )
...
BREAKING CHANGE: This corrects the fact that `rtc_region` isn't present on non-voice-like channels
2021-04-15 17:47:07 +03:00
Vlad Frangu
df09356edd
chore(release): 0.16.0 🎉 ( #117 )
0.16.0
2021-04-14 20:44:47 +03:00
Vlad Frangu
21b572b7f2
feat(Guild): add nsfw property ( #116 )
2021-04-14 19:39:34 +03:00
Vlad Frangu
6451679c9a
docs(Routes): add GET route to webhookMessage ( #114 )
2021-04-14 19:39:23 +03:00
Vlad Frangu
ced37d0a5e
feat(RESTJSONErrorCode): add UnknownInteraction error code ( #115 )
2021-04-14 19:39:12 +03:00
Vlad Frangu
a95f40e5b8
fix(TypeScript): imports not working in TypeScript ( #113 )
0.15.1
2021-04-12 12:01:37 +03:00
Vlad Frangu
75f902b0f5
chore(release): 0.15.0 🎉 ( #112 )
...
* chore(release): 0.15.0 🎉
* fix(Scripts): `await` in `versions` script, log any errors from deno one
* chore(Changelog): update changelog
0.15.0
2021-04-11 23:29:03 +03:00
Jan
9420c3e0af
fix(APIApplicationCommand): default_permission ( #111 )
...
BREAKING CHANGE: This renames the `default_permissions` property to `default_permission`, the correct spelling.
2021-04-11 23:08:13 +03:00
Vlad Frangu
24d8037c47
feat(*): Polish Week - Discord API Types Edition ( #110 )
...
Co-authored-by: Antonio Román <kyradiscord@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.14.0
2021-04-11 21:45:23 +03:00
Advaith
07ba907242
feat(APIChannel): add rtc_region ( #108 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-09 13:18:32 +03:00
Advaith
b90714f677
feat: invite reminder system message type and flag ( #105 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-08 14:15:12 +03:00
Vlad Frangu
6cd75426c6
feat: stage channels! ( #107 )
2021-04-08 14:14:31 +03:00
Advaith
d8d7bccea6
feat(APIChannel): add video_quality_mode ( #106 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-08 14:09:47 +03:00
Advaith
4462255168
feat(MessageFlags): EPHEMERAL desc and added LOADING ( #109 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-08 14:09:01 +03:00
Vlad Frangu
679a5cfd77
chore: fix globs ( #104 )
0.13.3
2021-03-28 15:19:43 +03:00
Vlad Frangu
fc4b7e2708
chore: release 0.13.2 ( #103 )
0.13.2
2021-03-28 12:56:01 +03:00
Tiemen
15c171c558
fix(ApplicationCommandInteractionDataOptionSubCommandGroup): typo ( #102 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-03-28 12:48:01 +03:00
Vlad Frangu
ebd5754242
chore: release 0.13.1 ( #101 )
0.13.1
2021-03-28 00:43:10 +02:00
Advaith
ffcd95d597
fix(APIInteractionResponse): data should not always be present ( #100 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-28 00:40:52 +02:00
Vlad Frangu
2636bd0949
chore: release 0.13.0 ( #99 )
0.13.0
2021-03-27 18:15:41 +02:00
Advaith
ceb787ba36
feat(PermissionFlagsBits): add USE_APPLICATION_COMMANDS ( #85 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-27 18:09:47 +02:00
Ben Richeson
ca61396577
chore(APIApplicationCommandInteractionDataOption): add types and their values ( #72 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-27 18:06:35 +02:00
Advaith
0582f883c5
feat(APIBaseInteraction): add application_id ( #98 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-27 17:40:14 +02:00
didinele
9d8d090c9c
fix(RESTPostAPIChannelMessageJSONBody): mark tts as a full boolean ( #96 )
2021-03-17 10:02:14 +02:00
Vlad Frangu
eb3f8e1dea
chore: add missing GitHub mds ( #95 )
2021-03-17 01:04:10 +02:00
Advaith
24155aeb71
feat(APIApplicationCommandInteractionData): add resolved ( #86 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-16 01:05:44 +02:00
Advaith
76651acd49
chore(APIInteractionResponse, APIInteractionResponseType): remove old response types ( #94 )
...
Because they're out :3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-03-16 01:03:32 +02:00
Advaith
92f76f1a3c
feat(APIApplication): add ApplicationFlags ( #92 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-03-16 01:01:30 +02:00
Advaith
0f29b32e05
feat(APIMessage): add interaction ( #93 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-03-16 01:00:04 +02:00
Apacheopteryx
7343fabe82
fix(deno): replace const enum exports in deno with normal enums ( #89 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-03-16 00:56:02 +02:00
Advaith
d0b3106758
feat(APIInteraction): DM slash commands and property descriptions ( #84 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-16 00:50:46 +02:00
Advaith
eafe7ba96f
feat(APIInteractionResponse, APIInteractionResponseType): update for UI changes ( #90 )
2021-03-08 00:06:12 +02:00
Vlad Frangu
ff761755a6
chore: miscellaneous tasks ( #77 )
...
Co-authored-by: Noel <buechler.noel@outlook.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-02-18 19:20:46 +01:00
cherryblossom000
ae1900dc2f
fix(RESTPostAPIGuildsJSONBody): make some fields nullable ( #91 )
2021-02-17 12:46:46 +02:00
didinele
466fa95b0e
feat(rest): api base routes ( #87 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-02-13 01:05:13 +02:00
aetheryx
70bfe9f4aa
chore(Gateway): clarify Heartbeat OP as bidirectional ( #83 )
2021-02-06 19:01:58 +02:00
Vlad Frangu
63096d807d
chore: add missing audit log keys ( #81 )
...
ref: https://github.com/discord/discord-api-docs/pull/2570
2021-02-05 22:29:00 +02:00
Advaith
855f36d930
feat(APIMessageReferenceSend): add fail_if_not_exists ( #82 )
2021-02-04 21:44:11 +02:00
Vlad Frangu
3bf9738a72
chore: shorten regular expression group properties ( #80 )
...
They are now strictly `id`, `name`, or `animated`.
2021-02-03 00:47:20 +02:00
Carter
4e4a084003
feat: implement FormatPatterns ( #79 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-02-03 00:25:59 +02:00
TTtie
75ed123018
chore(APIGuildMember): make premium_since not optional ( #78 )
2021-01-29 23:28:35 +02:00
Vlad Frangu
5826da22e3
feat: add GET single Application Command ( #76 )
2021-01-26 23:47:37 +02:00
Vlad Frangu
da2c2e9ada
feat: add Application Command events ( #75 )
2021-01-26 23:47:24 +02:00
Advaith
4c77a5d90a
feat(Webhook): add Edit Webhook Message result and error 50027 ( #71 )
2021-01-26 21:59:23 +02:00
Advaith
84759d19bc
feat(OAuth2): add /oauth2/@me route ( #73 )
2021-01-21 22:02:59 +02:00