APIInvite: this marks the channel property of invites as possibly null
ChatInputCommandOptions: A lot of the options were renamed and split up to clean up internal code.
All option interfaces that ended in a plural (*Options) have had their pluralization removed (*Option now).
APIApplicationCommandInteractionDataOptionWithValues has been renamed to APIApplicationCommandInteractionDataBasicOption,
and every *InteractionDataOptions{Type} interfaces have been renamed to *InteractionData{Type}Option
APIInvite: this marks the channel property of invites as possibly null
ChatInputCommandOptions: A lot of the options were renamed and split up to clean up internal code.
All option interfaces that ended in a plural (*Options) have had their pluralization removed (*Option now).
APIApplicationCommandInteractionDataOptionWithValues has been renamed to APIApplicationCommandInteractionDataBasicOption,
and every *InteractionDataOptions{Type} interfaces have been renamed to *InteractionData{Type}Option
(i.e.: ApplicationCommandInteractionDataOptionString -> APIApplicationCommandInteractionDataStringOption).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps discord-api-types from 0.25.2 to 0.26.1.
Release notes
Sourced from discord-api-types's releases.
... (truncated)
Changelog
Sourced from discord-api-types's changelog.
Commits
7ecf9b2
chore(release): 0.26.1 🎉 (#285)fe1f531
fix(APIApplicationCommandOption): correct type for integer and number (#284)0cf51ab
feat(APIAuditLogChangeData): Addcommunication_disabled_until
(#281)751aee6
feat(APIGuildScheduledEvent): add more precise types for stage instance/voice...9f4f59c
feat(ApplicationFlags): add embedded application flags (#277)cd580fa
chore(release): 0.26.0 🎉 (#276)c20e5ae
chore: bring in support for TS 4.5'sexactOptionalPropertyTypes
(#275)7fe78ce
chore: cleanup chat input options (#274)bfc5e46
feat: Add API error code 50109 (#268)8bbb819
types: make application command option union easier to use (#250)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)