Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v8.8.0
v8.7.0
- Adds generic
makeApiCallfunction
v8.6.0
- Adds the following functions:
FedExRegistration.registerAddressFedExRegistration.requestPinFedExRegistration.validatePinFedExRegistration.submitInvoice
- Corrects additional Typescript definitions (eg: reference to
RateonShipment,Claimmissingreference)- Adds automated testing to catch Typescript errors in the future
- Bumps dependencies
v8.5.0
- Adds the following functions usable by child and referral customer users:
ApiKey.createApiKey.deleteApiKey.enableApiKey.disable
- Adds a
Tracker.deletefunction - Fixes various Typescript definitions (adding missing items, correcting invalid items, consolidating duplicates, etc)
- Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with
instanceofor as constructors, since they are not actually exported as JavaScript values from the package. Users can still use these types for type annotations. (closes #456)
- Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with
v8.4.0
- Adds the following functions:
embeddable.createSessioncustomerPortal.createAccountLink
- Bumps dependencies
v8.3.0
- Adds support for
UspsShipAccount - Adds
Tracker.retrieveBatchfunction - Adds
verify_carrieraddress param
v8.2.0
- Adds the following functions
shipment.createAndBuyLumashipment.buyLumaluma.getPromise
v8.1.0
- Adds
referenceandrecipient_nameto Claims
v8.0.2
- Corrects the endpoint used for creating/updating UPS accounts
v8.0.1
- Fixes built distribution by removing reference to removed
repl