Commit 0b7a109
committed
Relax InteractionCreate.input_type to accept any valid identifier
The hardcoded enum of allowed input types required a schema change for
every new flow input type. Replace with a simple identifier pattern so
flow authors can define custom input types without API changes.1 parent fe0e41f commit 0b7a109
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
0 commit comments