EasyPost/easypost-node

`api_keys` property missing from User type

mikejohanson opened this issue · 1 comments

I'm in the process of upgrading from an older version of this library and noticed that the api_keys property doesn't exist on the Users type when creating a child user:

https://www.easypost.com/docs/api#create-a-child-user

Looks like it just needs to be added to the typings.

Thanks for reporting this! I've put up a PR to address it.