feat: File upload support (#11108)

* build: bump discord-api-types

* feat: add support

* docs: correct examples

* fix(MappedComponentTypes): fix description

Co-authored-by: advaith <advaithj1@gmail.com>

* fix: use `z.int()`

* chore: remove errors

---------

Co-authored-by: advaith <advaithj1@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2025-10-24 11:16:05 +01:00
committed by GitHub
parent 63b5923deb
commit c84024968e
9 changed files with 257 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ export * from './components/button/CustomIdButton.js';
export * from './components/button/LinkButton.js';
export * from './components/button/PremiumButton.js';
export * from './components/fileUpload/FileUpload.js';
export * from './components/fileUpload/Assertions.js';
export * from './components/label/Label.js';
export * from './components/label/Assertions.js';