github-actions[bot]
95f3e175b1
chore(release): 0.28.0 🎉 ( #360 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.28.0
2022-03-07 13:19:39 +01:00
Ian Mitchell
a3b1006c87
chore: export APIButtonComponentBase<T> interface ( #357 )
2022-03-05 20:31:49 +02:00
Ian Mitchell
dec7717bc7
feat(Utils): add more typeguard functions to determine the interaction types ( #355 )
2022-03-05 20:30:41 +02:00
Vlad Frangu
e9ee6966c3
feat: add support for TS module: NodeNext ( #356 )
2022-03-05 20:29:37 +02:00
Ian Mitchell
3503a4fd38
feat(MessageComponentInteraction): export specific interaction aliases ( #353 )
2022-03-03 04:47:50 +02:00
Jeroen Claassens
1eba8a3a34
ci: remove deprecate regular versions ( #349 )
...
Because its more annoying than useful so 🧹
2022-02-27 21:21:05 +02:00
Suneet Tipirneni
3e3acb5297
refactor(PermissionFlagsBits): rename StartEmbeddedActivities to UseEmbeddedActivities ( #342 )
...
BREAKING CHANGE: The `StartEmbeddedActivities` permission flag has been renamed to `UseEmbeddedActivities`
2022-02-25 23:05:07 +02:00
github-actions[bot]
a6aa5b3907
chore(release): 0.27.3 🎉 ( #344 )
...
Build ran for 8d432f2ebe
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.27.3
2022-02-24 13:29:20 +01:00
andre4ik3
8d432f2ebe
fix(APIApplicationCommandAutocompleteInteraction): make options field required for v10 (PR #332 redo) ( #339 )
2022-02-18 19:57:17 +02:00
github-actions[bot]
343359ecfc
chore(release): 0.27.2 🎉 ( #337 )
...
Build ran for 3b1acdf0ec
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.27.2
2022-02-17 13:22:07 +01:00
Almeida
3b1acdf0ec
chore(APIInviteStageInstance, APIStageInstance): deprecate stage discovery ( #317 )
...
Reference: 47c47f80ca
2022-02-15 23:51:26 +02:00
Vlad Frangu
d8a5f78f62
ci: run publish workflow every Monday and Thursday ( #335 )
2022-02-15 21:23:15 +02:00
Vlad Frangu
8e87b3e1ce
feat: api v10 ( #331 )
...
Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com >
Co-authored-by: Almeida <almeidx@pm.me >
Co-authored-by: advaith <advaithj1@gmail.com >
2022-02-15 21:22:09 +02:00
andre4ik3
5396daf0db
fix(APIApplicationCommandAutocompleteInteraction): make options field required ( #332 )
2022-02-15 15:15:06 +02:00
advaith
a8f19e6a19
fix(APIInteractionResponse): add APIModalInteractionResponse to union ( #333 )
2022-02-15 03:22:51 +02:00
github-actions[bot]
8ce0a231c7
chore(release): 0.27.1 🎉 ( #328 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.27.1
2022-02-14 01:05:10 +01:00
Vlad Frangu
0ad06fc639
fix(CI): skip pull request checks for runs that don't include the token ( #327 )
2022-02-14 00:59:40 +01:00
Vlad Frangu
9af4b4776b
chore: cleanup and improve CI ( #319 )
...
Co-authored-by: Jeroen Claassens <jeroen.claassens@live.nl >
2022-02-14 01:53:49 +02:00
Suneet Tipirneni
ed1f717679
refactor(APIComponents): simplify action row types ( #325 )
2022-02-13 04:12:55 +02:00
andre4ik3
5056da523a
fix(APIInteractions): export ApplicationCommandAutocomplete ( #309 )
2022-02-13 01:50:21 +02:00
Almeida
7abeb2e039
fix: make data required in autocomplete interaction and add separate dm/guild types ( #322 )
2022-02-11 23:44:28 +02:00
Almeida
f88727bd80
fix(APIInteraction): add modal submit interaction & make data required in APIModalSubmit ( #321 )
2022-02-11 20:25:27 +02:00
Almeida
72e9617fee
feat(RESTJSONErrorCodes): add error 40060 ( #320 )
2022-02-11 02:04:05 +02:00
Vlad Frangu
d5d228e6c2
chore(release): 0.27.0 🎉 ( #316 )
0.27.0
2022-02-10 13:42:48 +02:00
Suneet Tipirneni
bf0f66b60a
feat(Interactions): add modal and text input interactions ( #243 )
...
BREAKING CHANGE: `APIBaseMessageComponent` was renamed to `APIBaseComponent`
2022-02-10 12:33:50 +02:00
Amitoj Singh
71c4e6aecd
feat(ApplicationCommand): attachment application command option type ( #272 )
2022-02-09 02:02:30 +02:00
Almeida
ee2b7cd920
refactor(APIGuildScheduledEventBase): make creator_id optional ( #315 )
2022-02-08 20:50:26 +02:00
Almeida
269a75ccf7
feat(RESTJSONErrorCodes): add error 40004 ( #314 )
2022-02-08 20:37:46 +02:00
Suneet Tipirneni
87b9b0885a
fix(GatewayThreadCreateDispatchData): newly_created is optional, and true when present ( #312 )
2022-02-03 01:32:31 +02:00
Suneet Tipirneni
7e542152da
feat(GatewayThreadCreateDispatch): Add newly_created field` ( #311 )
2022-02-01 23:54:33 +02:00
Almeida
c48aab3921
refactor: allow omitting allow and deny in permission_overwrites ( #310 )
2022-02-01 21:36:23 +02:00
Almeida
8e13cd80c6
refactor(userflags): remove None ( #308 )
...
BREAKING CHANGE: The `None` user flag is bye-bye (although I doubt anyone is using it)
2022-01-31 17:24:24 +02:00
Suneet Tipirneni
70bab5d1b2
refactor: change const enums to regular enums ( #306 )
2022-01-26 21:27:54 +02:00
Suneet Tipirneni
663c4e97fb
feat(APIScheduledEvent): add image prop ( #303 )
2022-01-26 00:15:03 +02:00
Suneet Tipirneni
9c2b185367
feat(RESTJSONErrorCodes): add error 30042 ( #305 )
2022-01-25 22:28:45 +02:00
Advaith
76588d9d38
feat(MessageFlags): add FailedToMentionSomeRolesInThread ( #280 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-25 21:06:15 +02:00
Suneet Tipirneni
80ed7ba1c1
feat(APIMessageInteraction): add member field ( #299 )
2022-01-25 20:56:44 +02:00
Suneet Tipirneni
56d39756c0
feat(RESTJSONErrorCodes): add error 30046 ( #304 )
2022-01-25 20:48:39 +02:00
Suneet Tipirneni
7655e20248
feat(RESTJSONErrorCodes): add error 50068 ( #302 )
2022-01-25 20:46:22 +02:00
Suneet Tipirneni
d95d9562dc
feat(APIThreadMetadata): add create_timestamp field ( #301 )
2022-01-20 01:03:44 +02:00
Suneet Tipirneni
4194bd9054
feat(RESTAPIPostChannelMessage, RESTAPIPostWebhookMessage): add flags for creation ( #300 )
2022-01-20 00:37:02 +02:00
Suneet Tipirneni
51fb37cbba
feat(RESTJSONErrorCodes): add error code 50086 ( #286 )
...
Co-authored-by: Almeida <almeidx@pm.me >
2022-01-19 21:34:23 +02:00
Suneet Tipirneni
310c68f034
feat(APIGuildPreview): add stickers ( #279 )
2022-01-19 21:08:19 +02:00
Suneet Tipirneni
2c1fbda621
types: Add tagged type unions for channel types ( #200 )
...
BREAKING CHANGE: All of the channel types are now split based on their type. As such, you will need to assert the type (either by checking it with the enum or by casting the data as the correct channel) before accessing data.
*If you encounter any missing properties due to this, please open an issue! This is a big change, and we hope nothing is missing*
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: Antonio Román <kyradiscord@gmail.com >
2022-01-19 15:58:02 +02:00
Rodry
08a8b28ee1
refactor(ActivityType): change Game to Playing ( #298 )
...
BREAKING CHANGE: `Game` was renamed to `Playing`
2022-01-19 01:13:03 +02:00
Suneet Tipirneni
b07d5a0c22
feat(Locales): add locale string enum ( #297 )
2022-01-19 00:36:49 +02:00
Suneet Tipirneni
03b8d3fee0
feat(APIInteraction): add locale props to interactions ( #273 )
...
Reference: https://github.com/discord/discord-api-docs/pull/4265
2022-01-11 02:11:32 +02:00
Suneet Tipirneni
03f12d71ee
feat(UserFlags): add Spammer flag ( #294 )
2022-01-10 00:31:24 +02:00
Jan
83f29b6928
feat(RouteBases): add base for guild scheduled events ( #293 )
2022-01-09 23:59:15 +02:00
Ben
9a982ff8d9
feat(RESTPatchAPIGuildMember): add modify current member and deprecate nick route ( #262 )
...
Co-authored-by: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com >
2022-01-09 20:30:26 +02:00