-
Notifications
You must be signed in to change notification settings - Fork 21
Missing enum values in spec #39
Copy link
Copy link
Open
Description
There are several enums across the spec which are missing values, this either results in the specification falsely allowing any integer values, or an enum with no valid value. In the case of me trying to use code generation, it resulted in an invalid Python Literal.
- ApplicationCommandHandler
- EntitlementOwnerTypes
- NameplatePalette
- PollLayoutTypes
- ThreadSearchTagSetting
Of course I can special-case this to automatically use the default, but this would be incorrect behaviour.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels