EasyPost / easypost-node

EasyPost Shipping API Client Library for Node
https://easypost.com/docs/api
MIT License
139 stars 54 forks source link

Add CarrierMetadata to EasyPost typescript definition #401

Closed bensontrent closed 1 year ago

bensontrent commented 1 year ago

Description

CarrierMetadata is missing from the EasyPost class, this fixes this minor bug.

Testing

This fixes a typescript error when attempting to use easyPostClient.CarrierMetadata

Pull Request Type

Bug fix (non-breaking change which fixes an issue)