Skip to content

Missing enum values in spec #39

@Bluenix2

Description

@Bluenix2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions