ordercloud-javascript-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ordercloud-javascript-sdk - npm Package Versions

e
erincdustin
published 4.8.8 •

Changelog

Source

[4.8.8] - 2022-05-19

Added

  • SDK up to date with API v1.0.238
  • Introduces Order Returns and adds Message Sender templates
  • PriceScheduleID added to LineItems
d
djsteinmetz
published 4.7.8 •

Changelog

Source

[4.7.8] - 2022-05-04

Added

  • Added an optional customRoles array to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.
e
erincdustin
published 4.6.8 •

Changelog

Source

[4.6.8] - 2022-05-02

Fixed

  • Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role

Removed

  • The ApiRole InventoryAdmin was removed from the OrderCloud API and is now considered a custom role. This role was removed from the ApiRole type definition. This could be a breaking change if your application uses the role InventoryAdmin. In this case, we recommend making this role a custom role.
c
crhistianr
published 4.6.6 •

Changelog

Source

[4.6.6] - 2022-04-18

Fixed

  • bug where new models from v4.6.5 were not being bundled in the final output
c
crhistianr
published 4.6.5 •

Changelog

Source

[4.6.5] - 2022-04-14

Added

  • new models for message sender payloads
  • new models for integration event payloads
  • new models for oidc payloads and response #67
c
crhistianr
published 4.5.5 •

Changelog

Source

[4.5.5] - 2022-04-07

Fixed

  • bug where filter with boolean false was being dropped (#66)
d
djsteinmetz
published 4.5.4 •

Changelog

Source

[4.5.4] - 2022-03-23

Added

  • SDK up to date with API v1.0.233
c
crhistianr
published 4.4.4 •

Changelog

Source

[4.4.4] - 2022-03-09

Added

c
crhistianr
published 4.3.4 •

Changelog

Source

[4.3.4] - 2022-03-07

Fixed

  • bug where methods for the Cert resource were using the wrong url
c
crhistianr
published 4.3.3 •

Changelog

Source

[4.3.3] - 2022-02-17

Fixed

  • bug where type parameters on certain complex models are wrong due to being ordered incorrectly. Affects model OrderWorksheet and OrderSplitResult