HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Add additional view input types #322

Closed kanelson-hs closed 6 months ago

kanelson-hs commented 6 months ago

The following values are missing from the ViewInputType enum, causing those input types to be deserialized to "unknown". The enum is updated here so that the ViewInput objects can actually be built.

Note that ViewInput already includes the types ViewEmailInput, ViewUrlInput, ViewNumberInput, and ViewDateTimePicker.

Similar issue to https://github.com/HubSpot/slack-client/pull/271