ckohen
d1498c3ce2
feat: api v9 and threads ( #133 )
...
* feat: api v9 and threads
* fix: address review comments
2021-06-02 10:06:40 +03:00
Carter
7b47fc9680
feat(RESTErrors): add types for rest errors ( #122 )
...
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2021-05-26 00:14:56 +03:00
Vlad Frangu
c4e69c9ce3
chore: don't install huskies in CI
2021-05-26 00:13:36 +03:00
Vlad Frangu
ca6612e0a4
chore(RESTErrorCodes): correct casing for OAuth
...
BREAKING CHANGE: This properly capitalizes certain error codes with the right OAuth capitalization
2021-05-22 16:25:41 +03:00
Vlad Frangu
63e5e8b7ab
chore: update all the deps
...
build: deno build for 8111146265bbfe527daabfe852292d9c0803d8be
2021-05-22 13:54:42 +03:00
Vlad Frangu
8fdf8c4453
chore(Husky): update to Husky v6 ( #135 )
2021-05-22 13:43:52 +03:00
Vlad Frangu
f0b2766d5b
fix(RESTOAuth2): correct casing of OAuth ( #134 )
...
BREAKING CHANGE: `RESTGetAPIOauth2CurrentApplicationResult` and `RESTGetAPIOauth2CurrentAuthorizationResult` have been renamed to `RESTGetAPIOAuth2CurrentApplicationResult ` and `RESTGetAPIOAuth2CurrentAuthorizationResult`, to correct the casing of `OAuth`
build: deno build for 03c88f5a49ba74ea87a35efb27cb75c2e4d0aa44
chore: fix Actions
build: deno build for d5a7b8d8ceee1530f941da7c1e2d6281cf1ea3ba
2021-05-22 13:07:24 +03:00
Jan
aa5e26d92b
refactor(Enums): make property casing consistent ( #131 )
...
BREAKING CHANGE: Enum keys have been normalized, and they are all PascalCased now (for API v8 and above). API v6 did not receive these changes.
2021-05-11 23:58:27 +03:00
Vlad Frangu
557b969f35
chore(release): 0.18.1 🎉 ( #130 )
0.18.1
2021-05-03 23:34:40 +03:00
Jan
bd638b97e5
feat: add new interfaces for interaction-related structures ( #129 )
2021-05-03 23:19:17 +03:00
Advaith
44b956ad85
fix(APIInvite): expires_at is nullable ( #128 )
2021-04-30 19:58:16 +03:00
Advaith
82ca0ce5c4
feat(APIInvite): add expires_at field and with_expiration param ( #127 )
2021-04-30 19:32:24 +03:00
Advaith
91afb0bb49
feat(ApplicationCommandOptionType): add MENTIONABLE (9) ( #126 )
2021-04-28 20:42:22 +03:00
Vlad Frangu
653b9ff17f
chore(release): 0.18.0 🎉 ( #125 )
0.18.0
2021-04-18 11:03:16 +03:00
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