useshortcut / shortcut-client-js

The official JavaScript client library for the Shortcut (formerly Clubhouse) REST API.
https://useshortcut.github.io/shortcut-client-js/
133 stars 31 forks source link

Missing external_links field on type "Story" #90

Closed aaronwhite closed 3 years ago

aaronwhite commented 3 years ago

The API returns an "external_links" field on Story, but the Typescript type doesn't indicate this. Using ts-ignore allows clients to successfully access the data that is there.

charpeni commented 3 years ago

Thanks for flagging this!

Replacing external_tickets with external_links is one of my upcoming tasks.

charpeni commented 3 years ago

Released as part of clubhouse-lib@0.11.0.