Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v8.7.0
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
v8.0.0
See our Upgrade Guide for more details.
- Drop support for Node 12, 13, 14, and 15
- Adds
webhook_secretandcustom_headersproperties to Typescript definitions of a Webhook - Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
betaReferralCustomer.createCreditCardClientSecretbetaReferralCustomer.createBankAccountClientSecretreferralCustomer.addCreditCardFromStripereferralCustomer.addBankAccountFromStripe
- Adds missing tracker props
- Routes
AmazonShippingAccountto the correct endpoint on create - Fixes all references to the docs
- Properly returns the response body of the following functions:
addPaymentMethod,refundByAmount,refundByPaymentLog findMatchingMockRequestmocking function made private- Removes undocumented and unmaintained
repl - Bumps dependencies